]> git.mxchange.org Git - friendica-addons.git/blob - remote_permissions/lang/es/strings.php
Merge pull request #390 from annando/1612-twitter-api-changes
[friendica-addons.git] / remote_permissions / lang / es / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_es")) {
4 function string_plural_select_es($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Remote Permissions Settings"] = "Ajustes de Permisos Remotos";
9 $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";
10 $a->strings["Submit"] = "Enviar";
11 $a->strings["Remote Permissions settings updated."] = "Ajustes de Permisos Remotos actualizados.";
12 $a->strings["Visible to:"] = "Visible para:";
13 $a->strings["Visible to"] = "Visible para";
14 $a->strings["may only be a partial list"] = "puede ser sólo una lista parcial";
15 $a->strings["Global"] = "Global";
16 $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";
17 $a->strings["Individual"] = "Individuo";
18 $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";
19 $a->strings["Settings updated."] = "Ajustes actualizados.";