From af2d44a7133af893eccee12157508723cee23a07 Mon Sep 17 00:00:00 2001 From: Wruczek Date: Fri, 27 Jan 2017 15:52:58 +0100 Subject: [PATCH] Updates for Spanish language --- config/languages/lang.es.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/languages/lang.es.php b/config/languages/lang.es.php index 5e2ddb1..e8d6a58 100644 --- a/config/languages/lang.es.php +++ b/config/languages/lang.es.php @@ -25,8 +25,8 @@ $lang["navbar"]["connecttooltip"] = "Click para conectar a {0}"; /************* Footer *************/ -$lang["footer"]["css"] = "CSS by"; -$lang["footer"]["background"] = "background"; +$lang["footer"]["css"] = "CSS por"; +$lang["footer"]["background"] = "fondo"; /************* Server status *************/ @@ -70,8 +70,8 @@ $lang["index"]["title"] = "Noticias"; $lang["index"]["showmore"] = "Leer más"; $lang["index"]["showless"] = "Mostar menos"; -$lang["index"]["errortitle"] = "Error: news directory has not been found!"; -$lang["index"]["errorsubtitle"] = "Please make sure that directory location set in config/config.php is valid."; +$lang["index"]["errortitle"] = "Error: El directorio de noticias no fue encontrado"; +$lang["index"]["errorsubtitle"] = "Por favor asegurate que el directorio que está en config/config.php es válido."; /************* Server viewer - viewer.php *************/ @@ -99,5 +99,5 @@ $lang["banlist"]["table"]["expires"] = "Expiración"; /************* Rules - rules.php *************/ $lang["rules"]["title"] = "Reglas del servidor"; -$lang["rules"]["filenotfound"] = "Error: file config/rules.md has not been found!"; -$lang["rules"]["readerror"] = "Error: cannot access the file config/rules.md!"; +$lang["rules"]["filenotfound"] = "Error: archivo config/rules.md no ha sido encontrado"; +$lang["rules"]["readerror"] = "Error: no se puede acceder al archivo config/rules.md";