]> git.mxchange.org Git - friendica-addons.git/blobdiff - remote_permissions/lang/ro/strings.php
RO: added translation for the addons from transifex
[friendica-addons.git] / remote_permissions / lang / ro / strings.php
diff --git a/remote_permissions/lang/ro/strings.php b/remote_permissions/lang/ro/strings.php
new file mode 100644 (file)
index 0000000..9a68662
--- /dev/null
@@ -0,0 +1,19 @@
+<?php
+
+if(! function_exists("string_plural_select_ro")) {
+function string_plural_select_ro($n){
+       return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Remote Permissions Settings"] = "Configurări Permisiuni la Distanță";
+$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";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Remote Permissions settings updated."] = "Configurările Permisiunilor la Distanță, au fost actualizate.";
+$a->strings["Visible to:"] = "Vizibil pentru :";
+$a->strings["Visible to"] = "Vizibil pentru";
+$a->strings["may only be a partial list"] = "poate fi doar o listă parțială";
+$a->strings["Global"] = "Global";
+$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";
+$a->strings["Individual"] = "Individual";
+$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";
+$a->strings["Settings updated."] = "Configurări actualizate.";