From dc1de827abade55bf56c6b5676d7f36c746f5227 Mon Sep 17 00:00:00 2001 From: Domingo Redal Date: Mon, 30 Apr 2018 17:40:19 +0200 Subject: [PATCH] translation update --- lang/es/lang.php | 5 ++++- lang/es/settings.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lang/es/lang.php b/lang/es/lang.php index 69ede21..316fd34 100644 --- a/lang/es/lang.php +++ b/lang/es/lang.php @@ -2,12 +2,15 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * + * @author Domingo Redal * @author Digna González Otero * @author Camilo Sampedro */ +$lang['tag'] = 'Etiqueta'; $lang['tags'] = 'Etiquetas'; $lang['topic'] = 'Tema'; +$lang['count'] = 'Almohadilla'; $lang['toolbar_icon'] = 'Insertar sintaxis de etiqueta'; $lang['empty_output'] = 'Salida vacía'; $lang['include'] = 'Incluir'; diff --git a/lang/es/settings.php b/lang/es/settings.php index defd6c3..2c5dc39 100644 --- a/lang/es/settings.php +++ b/lang/es/settings.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Digna González Otero * @author Camilo Sampedro * @author Domingo Redal