Removed many deprecated addons

This commit is contained in:
Michael 2017-10-19 06:31:48 +00:00
commit 1b7283c72b
247 changed files with 28554 additions and 0 deletions

View 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";