summaryrefslogtreecommitdiff
path: root/app/Locales/es_ES/translations.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-09-11 12:44:22 +0200
committerFrédéric Guillot <fred@kanboard.net>2014-09-11 12:44:22 +0200
commitc0ac22b7040cb5774544754d10a03dc67a218059 (patch)
treeedeaa0ab36b70f0f20ba5b70a702ef0be53b24e3 /app/Locales/es_ES/translations.php
parent917e6cab7469c408babebde18848824765d551fa (diff)
Update French locales
Diffstat (limited to 'app/Locales/es_ES/translations.php')
-rw-r--r--app/Locales/es_ES/translations.php26
1 files changed, 26 insertions, 0 deletions
diff --git a/app/Locales/es_ES/translations.php b/app/Locales/es_ES/translations.php
index ee023492..2cb19e1b 100644
--- a/app/Locales/es_ES/translations.php
+++ b/app/Locales/es_ES/translations.php
@@ -468,4 +468,30 @@ return array(
'Unable to change the password.' => 'No pude cambiar la contraseña.',
'Change category for the task "%s"' => 'Cambiar la categoría de la tarea "%s"',
'Change category' => 'Cambiar categoría',
+ // '%s updated the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>' => '',
+ // '%s open the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>' => '',
+ // '%s moved the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a> to the position #%d in the column "%s"' => '',
+ // '%s moved the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a> to the column "%s"' => '',
+ // '%s created the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>' => '',
+ // '%s closed the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>' => '',
+ // '%s created a subtask for the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>' => '',
+ // '%s updated a subtask for the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>' => '',
+ // 'Assigned to %s with an estimate of %s/%sh' => '',
+ // 'Not assigned, estimate of %sh' => '',
+ // '%s updated a comment on the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>' => '',
+ // '%s commented the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>' => '',
+ // '%s\'s activity' => '',
+ // 'No activity.' => '',
+ // 'RSS feed' => '',
+ // '%s updated a comment on the task #%d' => '',
+ // '%s commented on the task #%d' => '',
+ // '%s updated a subtask for the task #%d' => '',
+ // '%s created a subtask for the task #%d' => '',
+ // '%s updated the task #%d' => '',
+ // '%s created the task #%d' => '',
+ // '%s closed the task #%d' => '',
+ // '%s open the task #%d' => '',
+ // '%s moved the task #%d to the column "%s"' => '',
+ // '%s moved the task #%d to the position %d in the column "%s"' => '',
+ // 'Activity' => '',
);