]> git.mxchange.org Git - friendica-addons.git/blob - remote_permissions/lang/es/strings.php
Merge pull request #1088 from urbalazs/langfilter-20210325
[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         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["Remote Permissions Settings"] = "Ajustes de Permisos Remotos";
10 $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";
11 $a->strings["Submit"] = "Enviar";
12 $a->strings["Remote Permissions settings updated."] = "Ajustes de Permisos Remotos actualizados.";
13 $a->strings["Visible to:"] = "Visible para:";
14 $a->strings["Visible to"] = "Visible para";
15 $a->strings["may only be a partial list"] = "puede ser sólo una lista parcial";
16 $a->strings["Global"] = "Global";
17 $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";
18 $a->strings["Individual"] = "Individuo";
19 $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";
20 $a->strings["Settings updated."] = "Ajustes actualizados.";