forked from friendica/deprecated-addons
Removed many deprecated addons
This commit is contained in:
parent
8ea198a97e
commit
1b7283c72b
247 changed files with 28554 additions and 0 deletions
17
forumlist/lang/es/strings.php
Normal file
17
forumlist/lang/es/strings.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Forums"] = "Foros";
|
||||
$a->strings["show/hide"] = "mostrar/ocultar";
|
||||
$a->strings["No forum subscriptions"] = "Sin subscripciones de foro";
|
||||
$a->strings["Forums:"] = "Foros:";
|
||||
$a->strings["Forumlist settings updated."] = "Ajustes de la lista de foros actualizados.";
|
||||
$a->strings["Forumlist Settings"] = "Ajustes de la lista de foros";
|
||||
$a->strings["Randomise forum list"] = "Aleatorizar la lista de foros";
|
||||
$a->strings["Show forums on profile page"] = "Mostrar foros en la página de perfil";
|
||||
$a->strings["Show forums on network page"] = "Mostrar foros en la página de red";
|
||||
$a->strings["Submit"] = "Enviar";
|
Loading…
Add table
Add a link
Reference in a new issue