summaryrefslogtreecommitdiff
path: root/app/Locale/es_ES/translations.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-11-16 10:17:19 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-11-16 10:17:19 -0500
commita994e07f64b7fb7fe42386290c8fb7ab665f681a (patch)
tree6d8852ce91492d25e3e4acae162601e30a355ba6 /app/Locale/es_ES/translations.php
parent557bc2c3cd1fd2dddf1d7c03731aaaf173cd2bb7 (diff)
Add script to find missing locales and update locales (pull-request #393)
Diffstat (limited to 'app/Locale/es_ES/translations.php')
-rw-r--r--app/Locale/es_ES/translations.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php
index e0b47923..a54ccbfb 100644
--- a/app/Locale/es_ES/translations.php
+++ b/app/Locale/es_ES/translations.php
@@ -575,4 +575,21 @@ return array(
// 'My subtasks' => '',
// 'User repartition' => '',
// 'User repartition for "%s"' => '',
+ // 'Clone this project' => '',
+ // 'Column removed successfully.' => '',
+ // 'Edit Project' => '',
+ // 'Github Issue' => '',
+ // 'Not enough data to show the graph.' => '',
+ // 'Previous' => '',
+ // 'The id must be an integer' => '',
+ // 'The project id must be an integer' => '',
+ // 'The status must be an integer' => '',
+ // 'The subtask id is required' => '',
+ // 'The subtask id must be an integer' => '',
+ // 'The task id is required' => '',
+ // 'The task id must be an integer' => '',
+ // 'The user id must be an integer' => '',
+ // 'This value is required' => '',
+ // 'This value must be numeric' => '',
+ // 'Unable to create this task.' => '',
);