summaryrefslogtreecommitdiff
path: root/app/Locales/es_ES
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-09-17 17:32:01 +0200
committerFrédéric Guillot <fred@kanboard.net>2014-09-17 17:32:01 +0200
commit210f6c8182585af0448fac49fa6d017c113db33b (patch)
tree42a6bf7034833454c8a60feb8597545c7f5a5227 /app/Locales/es_ES
parenta5b90a9404b2cfcf6187016bebd01da81ea0b043 (diff)
Improve labels in change password interface (pull-request #270)
Diffstat (limited to 'app/Locales/es_ES')
-rw-r--r--app/Locales/es_ES/translations.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Locales/es_ES/translations.php b/app/Locales/es_ES/translations.php
index c9b53439..a061c6ef 100644
--- a/app/Locales/es_ES/translations.php
+++ b/app/Locales/es_ES/translations.php
@@ -496,4 +496,11 @@ return array(
'Activity' => 'Actividad',
'Default values are "%s"' => 'Los valores por defecto son "%s"',
'Default columns for new projects (Comma-separated)' => 'Columnas por defecto de los nuevos proyectos (Separadas mediante comas)',
+ // 'Task assignee change' => '',
+ // '%s change the assignee of the task #%d' => '',
+ // '%s change the assignee of the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>' => '',
+ // '[%s][Column Change] %s (#%d)' => '',
+ // '[%s][Position Change] %s (#%d)' => '',
+ // '[%s][Assignee Change] %s (#%d)' => '',
+ // 'New password for the user "%s"' => '',
);