diff options
Diffstat (limited to 'app/Locales/es_ES')
-rw-r--r-- | app/Locales/es_ES/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locales/es_ES/translations.php b/app/Locales/es_ES/translations.php index 368a11ee..0cdd5f32 100644 --- a/app/Locales/es_ES/translations.php +++ b/app/Locales/es_ES/translations.php @@ -495,8 +495,8 @@ return array( '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' => '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&action=show&task_id=%d">#%d</a>' => '%s cambia la persona asignada a la tarea <a href="?controller=task&action=show&task_id=%d">#%d</a>', + // '%s change the assignee of the task #%d to %s' => '', + // '%s change the assignee of the task <a href="?controller=task&action=show&task_id=%d">#%d</a> to %s' => '', '[%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)', |