]> git.mxchange.org Git - friendica-addons.git/blob - remote_permissions/lang/ro/strings.php
Merge pull request #332 from tobiasd/20151214-translations
[friendica-addons.git] / remote_permissions / 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["Remote Permissions Settings"] = "Configurări Permisiuni la Distanță";
9 $a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "Permite destinatarilor, posturile dvs. private, să-i vadă și pe ceilalți destinatari ai postărilor";
10 $a->strings["Save Settings"] = "Salvare Configurări";
11 $a->strings["Remote Permissions settings updated."] = "Configurările Permisiunilor la Distanță, au fost actualizate.";
12 $a->strings["Visible to:"] = "Vizibil pentru :";
13 $a->strings["Visible to"] = "Vizibil pentru";
14 $a->strings["may only be a partial list"] = "poate fi doar o listă parțială";
15 $a->strings["Global"] = "Global";
16 $a->strings["The posts of every user on this server show the post recipients"] = "Postările fiecărui utilizator de pe acest server, afișează destinatarii mesajului";
17 $a->strings["Individual"] = "Individual";
18 $a->strings["Each user chooses whether his/her posts show the post recipients"] = "Fiecare utilizator alege dacă postările lui/ei, afișează și destinatarii mesajului";
19 $a->strings["Settings updated."] = "Configurări actualizate.";