]> git.mxchange.org Git - friendica-addons.git/blob - ljpost/lang/ro/strings.php
Merge pull request #1147 from annando/deprecated
[friendica-addons.git] / ljpost / lang / ro / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_ro")) {
4 function string_plural_select_ro($n){
5         $n = intval($n);
6         if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else  { return 1; }
7 }}
8 ;
9 $a->strings["Post to LiveJournal"] = "Postați pe LiveJournal";
10 $a->strings["LiveJournal Post Settings"] = "Configurări Postări LiveJournal";
11 $a->strings["Enable LiveJournal Post Addon"] = "Activare Modul Postare LiveJournal";
12 $a->strings["LiveJournal username"] = "Utilizator LiveJournal";
13 $a->strings["LiveJournal password"] = "Parolă LiveJournal ";
14 $a->strings["Post to LiveJournal by default"] = "Postați implicit pe LiveJournal";
15 $a->strings["Submit"] = "Trimite";