2014-09-06 15:58:41 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_ro")) {
|
|
|
|
function string_plural_select_ro($n){
|
|
|
|
return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
|
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["Post to libertree"] = "Postați pe libertree";
|
2015-04-03 11:17:32 +00:00
|
|
|
$a->strings["libertree Post Settings"] = "Configurări Postări libertree ";
|
2018-01-20 16:01:59 +00:00
|
|
|
$a->strings["Enable Libertree Post Addon"] = "Activare Modul Postare Libertree";
|
2014-09-06 15:58:41 +00:00
|
|
|
$a->strings["Libertree API token"] = "Token API Libertree";
|
|
|
|
$a->strings["Libertree site URL"] = "URL site Libertree";
|
|
|
|
$a->strings["Post to Libertree by default"] = "Postați implicit pe Libertree";
|
2015-04-03 11:17:32 +00:00
|
|
|
$a->strings["Submit"] = "Trimite";
|