]> git.mxchange.org Git - friendica-addons.git/blobdiff - dwpost/lang/ro/strings.php
regenerated all the strings
[friendica-addons.git] / dwpost / lang / ro / strings.php
index c900fcf17ae634cc35aad0b6a236e21324c19284..782ca09e533e51d913e0c50897cc7ff092aa1d3f 100644 (file)
@@ -5,11 +5,10 @@ function string_plural_select_ro($n){
        $n = intval($n);
        if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else  { return 1; }
 }}
-;
-$a->strings["Post to Dreamwidth"] = "Postați pe Dreamwidth";
-$a->strings["Dreamwidth Post Settings"] = "Configurări Postări Dreamwidth ";
-$a->strings["Enable dreamwidth Post Addon"] = "Activare Modul Postare pe Dreamwidth";
-$a->strings["dreamwidth username"] = "Utilizator Dreamwidth";
-$a->strings["dreamwidth password"] = "Parola Dreamwidth ";
-$a->strings["Post to dreamwidth by default"] = "Postați implicit pe Dreamwidth";
-$a->strings["Submit"] = "Trimite";
+$a->strings['Post to Dreamwidth'] = 'Postați pe Dreamwidth';
+$a->strings['Dreamwidth Post Settings'] = 'Configurări Postări Dreamwidth ';
+$a->strings['Enable dreamwidth Post Addon'] = 'Activare Modul Postare pe Dreamwidth';
+$a->strings['dreamwidth username'] = 'Utilizator Dreamwidth';
+$a->strings['dreamwidth password'] = 'Parola Dreamwidth ';
+$a->strings['Post to dreamwidth by default'] = 'Postați implicit pe Dreamwidth';
+$a->strings['Submit'] = 'Trimite';