From 25d6907e3281c8487924a0c6931e4434b816ed40 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Thu, 19 Oct 2017 11:49:36 -0500 Subject: [PATCH] Minor - Add Spanish translation to Static plugin - refs #2200 --- plugin/static/lang/spanish.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 plugin/static/lang/spanish.php diff --git a/plugin/static/lang/spanish.php b/plugin/static/lang/spanish.php new file mode 100755 index 0000000000..5f8a999313 --- /dev/null +++ b/plugin/static/lang/spanish.php @@ -0,0 +1,11 @@ + + */ + +$strings['plugin_title'] = "Texto estático"; +$strings['plugin_comment'] = "Muestra contenido HTML."; +$strings['block_title'] = "Título del bloque";