From 9df44a90fd7fd57693899ccbe2231955a48fe64b Mon Sep 17 00:00:00 2001 From: Sergio Cambra <sergio@programatica.es> Date: Fri, 27 Jun 2014 09:43:39 -0400 Subject: [PATCH] update spanish translation --- interface/web/tools/lib/lang/es_tpl_default.lng | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/web/tools/lib/lang/es_tpl_default.lng b/interface/web/tools/lib/lang/es_tpl_default.lng index c062463..748631e 100644 --- a/interface/web/tools/lib/lang/es_tpl_default.lng +++ b/interface/web/tools/lib/lang/es_tpl_default.lng @@ -1,7 +1,7 @@ <?php -$wb['list_head_txt'] = 'Default Theme settings'; +$wb['list_head_txt'] = 'Configuración del tema por defecto'; $wb['list_desc_txt'] = 'Modify default-theme specific options'; $wb['no_settings_txt'] = 'There are no settings for the default theme.'; -$wb['btn_start_txt'] = 'Save'; -$wb['btn_cancel_txt'] = 'Back'; +$wb['btn_start_txt'] = 'Guardar'; +$wb['btn_cancel_txt'] = 'Atrás'; ?> -- Gitblit v1.9.1