]> git.mxchange.org Git - friendica-addons.git/blob - forumlist/lang/es/strings.php
Additional work for PR 3778
[friendica-addons.git] / forumlist / 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["Forums"] = "Foros";
9 $a->strings["show/hide"] = "mostrar/ocultar";
10 $a->strings["No forum subscriptions"] = "Sin subscripciones de foro";
11 $a->strings["Forums:"] = "Foros:";
12 $a->strings["Forumlist settings updated."] = "Ajustes de la lista de foros actualizados.";
13 $a->strings["Forumlist Settings"] = "Ajustes de la lista de foros";
14 $a->strings["Randomise forum list"] = "Aleatorizar la lista de foros";
15 $a->strings["Show forums on profile page"] = "Mostrar foros en la página de perfil";
16 $a->strings["Show forums on network page"] = "Mostrar foros en la página de red";
17 $a->strings["Submit"] = "Enviar";