summaryrefslogtreecommitdiff
path: root/locales/es_ES/translations.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-05-21 22:33:57 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-05-21 22:33:57 -0400
commita750b8ab2a0cb715da6fd9025a7ec8375db68a4d (patch)
tree5d5cdac1830336baf93b057e93cd2c1c56f405de /locales/es_ES/translations.php
parent57e40671af56ae49eda467d9d5949bf9707020ee (diff)
Add categories for projects and tasks
Diffstat (limited to 'locales/es_ES/translations.php')
-rw-r--r--locales/es_ES/translations.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/locales/es_ES/translations.php b/locales/es_ES/translations.php
index e1d54c03..ac97d46c 100644
--- a/locales/es_ES/translations.php
+++ b/locales/es_ES/translations.php
@@ -309,4 +309,25 @@ return array(
// 'Unable to remove this task.' => '',
// 'Remove a task' => '',
// 'Do you really want to remove this task: "%s"?' => '',
+ // 'Assign a color to a specific category' => '',
+ // 'Task creation or modification' => '',
+ // 'Category' => '',
+ // 'Category:' => '',
+ // 'Categories' => '',
+ // 'Category not found.' => '',
+ // 'Your category have been created successfully.' => '',
+ // 'Unable to create your category.' => '',
+ // 'Your category have been updated successfully.' => '',
+ // 'Unable to update your category.' => '',
+ // 'Remove a category' => '',
+ // 'Category removed successfully.' => '',
+ // 'Unable to remove this category.' => '',
+ // 'Category modification for the project "%s"' => '',
+ // 'Category Name' => '',
+ // 'Categories for the project "%s"' => '',
+ // 'Add a new category' => '',
+ // 'Do you really want to remove this category: "%s"?' => '',
+ // 'Filter by category' => '',
+ // 'All categories' => '',
+ // 'No category' => '',
);