From 72057a8e92d76217b16a23ed7cd43e9c5f8432aa Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Wed, 11 May 2016 09:57:13 -0400 Subject: [PATCH] - webserver has to be restarted after letsencrypt updates --- interface/web/admin/lib/lang/es_directive_snippets.lng | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/interface/web/admin/lib/lang/es_directive_snippets.lng b/interface/web/admin/lib/lang/es_directive_snippets.lng old mode 100644 new mode 100755 index fb51b49..62999d4 --- a/interface/web/admin/lib/lang/es_directive_snippets.lng +++ b/interface/web/admin/lib/lang/es_directive_snippets.lng @@ -1,10 +1,11 @@ <?php -$wb['Directive Snippets'] = 'Fragmentos de código'; -$wb['name_txt'] = 'Nombre del fragmento'; -$wb['type_txt'] = 'Tipo'; -$wb['snippet_txt'] = 'Fragmento'; $wb['active_txt'] = 'Habilitado'; +$wb['customer_viewable_txt'] = 'Visible por los clientes'; +$wb['Directive Snippets'] = 'Fragmentos de código'; $wb['directive_snippets_name_empty'] = 'Por favor ingrese un nombre para el fragmento.'; $wb['directive_snippets_name_error_unique'] = 'Ya existe un fragmento de código con ese nombre.'; +$wb['name_txt'] = 'Nombre del fragmento'; +$wb['snippet_txt'] = 'Fragmento'; +$wb['type_txt'] = 'Tipo'; $wb['variables_txt'] = 'Variables'; ?> -- Gitblit v1.9.1