Moved widgets and remote permissions to the deprecated addons
[friendica-addons.git/.git] / remote_permissions / lang / es / strings.php
diff --git a/remote_permissions/lang/es/strings.php b/remote_permissions/lang/es/strings.php
deleted file mode 100644 (file)
index 1168b10..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-
-if(! function_exists("string_plural_select_es")) {
-function string_plural_select_es($n){
-       $n = intval($n);
-       return intval($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.";