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 Dreamwidth"] = "Postați pe Dreamwidth";
|
2015-04-03 11:17:32 +00:00
|
|
|
$a->strings["Dreamwidth Post Settings"] = "Configurări Postări Dreamwidth ";
|
2018-01-20 16:01:59 +00:00
|
|
|
$a->strings["Enable dreamwidth Post Addon"] = "Activare Modul Postare pe Dreamwidth";
|
2014-09-06 15:58:41 +00:00
|
|
|
$a->strings["dreamwidth username"] = "Utilizator Dreamwidth";
|
|
|
|
$a->strings["dreamwidth password"] = "Parola Dreamwidth ";
|
|
|
|
$a->strings["Post to dreamwidth by default"] = "Postați implicit pe Dreamwidth";
|
2015-04-03 11:17:32 +00:00
|
|
|
$a->strings["Submit"] = "Trimite";
|