@@ -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&action=show&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&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][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"',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user