summaryrefslogtreecommitdiff
path: root/app/Locales/es_ES/translations.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-09-24 20:12:48 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-09-24 20:12:48 -0400
commit23753bde1c1f980f481fec247ced2f4cecc227f3 (patch)
tree3e615216e83e2f2cf5a653fe84489a1d24da7699 /app/Locales/es_ES/translations.php
parenta5337cfe5c688c8b7bc91135af47cbafe7c0527d (diff)
Update translations (pull-requests #282, #287 and #288)
Diffstat (limited to 'app/Locales/es_ES/translations.php')
-rw-r--r--app/Locales/es_ES/translations.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/Locales/es_ES/translations.php b/app/Locales/es_ES/translations.php
index a061c6ef..262e0e3a 100644
--- a/app/Locales/es_ES/translations.php
+++ b/app/Locales/es_ES/translations.php
@@ -496,11 +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"' => '',
+ 'Task assignee change' => 'Cambiar persona asignada a la tarea',
+ '%s change the assignee of the task #%d' => '%s cambia la persona asignada a la tarea #%d',
+ '%s change the assignee of the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>' => '%s cambia la persona asignada a la tarea <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>',
+ '[%s][Column Change] %s (#%d)' => '[%s][Cambia Columna] %s (#%d)',
+ '[%s][Position Change] %s (#%d)' => '[%s][Cambia Posición] %s (#%d)',
+ '[%s][Assignee Change] %s (#%d)' => '[%s][Cambia Persona Asignada] %s (#%d)',
+ 'New password for the user "%s"' => 'Nueva contraseña para el usuario "%s"',
);