summaryrefslogtreecommitdiff
path: root/app/Locale/es_ES
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-11-20 22:37:10 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-11-20 22:37:10 -0500
commit2a850757ee5f9c1a2119c562cf6caba3eda7ceba (patch)
treeaff444a2fe18249485f84e71c8bf7ea31bc7dda6 /app/Locale/es_ES
parent11b6381cc0f0583a11287202463d20a0ac1ebf00 (diff)
Add Markdown preview for textarea, see #407
Diffstat (limited to 'app/Locale/es_ES')
-rw-r--r--app/Locale/es_ES/translations.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php
index 5740279c..a2618326 100644
--- a/app/Locale/es_ES/translations.php
+++ b/app/Locale/es_ES/translations.php
@@ -599,4 +599,7 @@ return array(
// 'Daily project summary export for "%s"' => '',
// 'Exports' => '',
// 'This export contains the number of tasks per column grouped per day.' => '',
+ // 'Nothing to preview...' => '',
+ // 'Preview' => '',
+ // 'Write' => '',
);