]> git.mxchange.org Git - friendica-addons.git/blob - wppost/lang/ro/strings.php
regenerated all the strings
[friendica-addons.git] / wppost / 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['Post to Wordpress'] = 'Postați pe Wordpress';
9 $a->strings['Wordpress Export'] = 'Export pe Wordpress';
10 $a->strings['Enable WordPress Post Addon'] = 'Activare Modul Postare pe Wordpress';
11 $a->strings['WordPress username'] = 'Utilizator WordPress ';
12 $a->strings['WordPress password'] = 'Parolă WordPress ';
13 $a->strings['WordPress API URL'] = 'URL Cheie API WordPress';
14 $a->strings['Post to WordPress by default'] = 'Postați implicit pe Wordpress';
15 $a->strings['Provide a backlink to the Friendica post'] = 'Oferiți un backlink către postarea de pe Friendica';
16 $a->strings['Don\'t post messages that are too short'] = 'Nu publica mesajele prea scurte';
17 $a->strings['Save Settings'] = 'Salvare Configurări';
18 $a->strings['Post from Friendica'] = 'Postați din Friendica';
19 $a->strings['Read the original post and comment stream on Friendica'] = 'Citiți publicația originală și fluxul de comentarii, pe Friendica';