]> git.mxchange.org Git - friendica-addons.git/blobdiff - remote_permissions/lang/es/strings.php
ES translation work THX Albert
[friendica-addons.git] / remote_permissions / lang / es / strings.php
index c9ad5811ef15b4a5dd3993239abec06a2055a4f4..6a3d42f0cb9fa75fdbdef6a4d314071bd31ae05e 100644 (file)
@@ -1,14 +1,19 @@
-<?php\r
-\r
-$a->strings["Remote Permissions Settings"] = "";\r
-$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "";\r
-$a->strings["Submit"] = "Envíar";\r
-$a->strings["Remote Permissions settings updated."] = "";\r
-$a->strings["Visible to:"] = "Visible para:";\r
-$a->strings["Visible to"] = "";\r
-$a->strings["may only be a partial list"] = "";\r
-$a->strings["Global"] = "";\r
-$a->strings["The posts of every user on this server show the post recipients"] = "";\r
-$a->strings["Individual"] = "";\r
-$a->strings["Each user chooses whether his/her posts show the post recipients"] = "";\r
-$a->strings["Settings updated."] = "Configuración actualizada.";\r
+<?php
+
+if(! function_exists("string_plural_select_es")) {
+function string_plural_select_es($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Remote Permissions Settings"] = "Ajustes de Permisos Remotos";
+$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "Permitir a los destinatarios de sus publicaciones privadas ver a los otros destinatarios de sus publicaciones";
+$a->strings["Submit"] = "Enviar";
+$a->strings["Remote Permissions settings updated."] = "Ajustes de Permisos Remotos actualizados.";
+$a->strings["Visible to:"] = "Visible para:";
+$a->strings["Visible to"] = "Visible para";
+$a->strings["may only be a partial list"] = "puede ser sólo una lista parcial";
+$a->strings["Global"] = "Global";
+$a->strings["The posts of every user on this server show the post recipients"] = "Las entradas de cada usuario de este servidor muestran a los destinatarios de la entrada";
+$a->strings["Individual"] = "Individuo";
+$a->strings["Each user chooses whether his/her posts show the post recipients"] = "Cada usuario elige si sus entradas muestran a los destinatarios de la entrada";
+$a->strings["Settings updated."] = "Ajustes actualizados.";