]> git.mxchange.org Git - friendica-addons.git/blob - fromapp/lang/ro/strings.php
regenerated all the strings
[friendica-addons.git] / fromapp / 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 $a->strings['Fromapp settings updated.'] = 'Configurările Fromapp au fost actualizate.';
9 $a->strings['FromApp Settings'] = 'Configurări FromApp';
10 $a->strings['The application name you would like to show your posts originating from.'] = 'Denumirea aplicației pe care doriți să o afișați ca și origine pentru postările dvs.';
11 $a->strings['Use this application name even if another application was used.'] = 'Utilizați numele acestei aplicații chiar dacă o altă aplicație a fost utilizată.';
12 $a->strings['Submit'] = 'Trimite';