forked from friendica/deprecated-addons
Moved widgets and remote permissions to the deprecated addons
This commit is contained in:
parent
46ef41508e
commit
6d2a6408e8
55 changed files with 1762 additions and 0 deletions
20
remote_permissions/lang/es/strings.php
Normal file
20
remote_permissions/lang/es/strings.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?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.";
|
Loading…
Add table
Add a link
Reference in a new issue