]> git.mxchange.org Git - friendica-addons.git/blob - wppost/lang/ro/strings.php
Merge branch '3.6-rc'
[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         return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
6 }}
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";