summaryrefslogtreecommitdiff
path: root/app/Locales/es_ES
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-10-07 19:21:26 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-10-07 19:21:26 -0400
commitf63984af1a1098f9d3925b5d5f1d0b98fdcf05e2 (patch)
treef72296b39352dd7a690987f43e250088550cac88 /app/Locales/es_ES
parentf7fa47fa35cde502317fbc92ca90278541cd628a (diff)
Allow quickly creating and changing state of subtask (pull-request #312)
Diffstat (limited to 'app/Locales/es_ES')
-rw-r--r--app/Locales/es_ES/translations.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locales/es_ES/translations.php b/app/Locales/es_ES/translations.php
index 218eef07..95e94075 100644
--- a/app/Locales/es_ES/translations.php
+++ b/app/Locales/es_ES/translations.php
@@ -536,4 +536,6 @@ return array(
// 'ISO format is always accepted, example: "%s" and "%s"' => '',
// 'New private project' => '',
// 'This project is private' => '',
+ // 'Type here to create a new sub-task' => '',
+ // 'Add' => '',
);