diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-07 14:36:24 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-07 14:36:24 -0500 |
commit | 73b44f15507e5eec3377eaf9fb7419fdfd73d2e8 (patch) | |
tree | d06f0d0886f066e5f38b46a6a493801a6113efc7 /app/Locale/es_ES | |
parent | a6b3306072e910d5d51f87a5f5f6df95ecff3e5e (diff) |
Uncheck tasks and swimlanes from project duplication and update translations
Diffstat (limited to 'app/Locale/es_ES')
-rw-r--r-- | app/Locale/es_ES/translations.php | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index aa324a84..aa498acf 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -408,15 +408,13 @@ return array( 'Comment updated' => 'Comentario actualizado', 'New comment posted by %s' => 'Nuevo comentario agregado por %s', 'List of due tasks for the project "%s"' => 'Lista de tareas para el proyecto "%s"', - '[%s][New attachment] %s (#%d)' => '[%s][uevo adjunto] %s (#%d)', - '[%s][New comment] %s (#%d)' => '[%s][Nuevo comentario] %s (#%d)', - '[%s][Comment updated] %s (#%d)' => '[%s][Comentario actualizado] %s (#%d)', - '[%s][New subtask] %s (#%d)' => '[%s][Nueva subtarea] %s (#%d)', - '[%s][Subtask updated] %s (#%d)' => '[%s][Subtarea actualizada] %s (#%d)', - '[%s][New task] %s (#%d)' => '[%s][Nueva tarea] %s (#%d)', - '[%s][Task updated] %s (#%d)' => '[%s][Tarea actualizada] %s (#%d)', - '[%s][Task closed] %s (#%d)' => '[%s][Tarea cerrada] %s (#%d)', - '[%s][Task opened] %s (#%d)' => '[%s][Tarea abierta] %s (#%d)', + // 'New attachment' => '', + // 'New comment' => '', + // 'New subtask' => '', + // 'Subtask updated' => '', + // 'Task updated' => '', + // 'Task closed' => '', + // 'Task opened' => '', '[%s][Due tasks]' => '[%s][Tareas vencidas]', '[Kanboard] Notification' => '[Kanboard] Notificación', 'I want to receive notifications only for those projects:' => 'Quiero recibir notificaciones sólo de estos proyectos:', @@ -500,9 +498,9 @@ return array( 'Task assignee change' => 'Cambiar persona asignada a la tarea', // '%s change the assignee of the task #%d to %s' => '', // '%s changed the assignee of the task %s 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)', + // 'Column Change' => '', + // 'Position Change' => '', + // 'Assignee Change' => '', 'New password for the user "%s"' => 'Nueva contraseña para el usuario "%s"', 'Choose an event' => 'Escoga un evento', 'Github commit received' => 'Envío a Github recibido', @@ -709,4 +707,5 @@ return array( // 'There is nothing to show.' => '', // 'Time Tracking' => '', // 'You already have one subtask in progress' => '', + // 'Which parts of the project do you want to duplicate?' => '', ); |