Finishing spanish translation
This commit is contained in:
parent
76a0e55f40
commit
93151ff932
|
|
@ -1318,24 +1318,24 @@ return array(
|
|||
'User disabled' => 'Usuario deshabilitado',
|
||||
'%d notifications' => '%d notificaciones',
|
||||
'%d notification' => '%d notificación',
|
||||
// 'There is no external integration installed.' => '',
|
||||
// 'You are not allowed to update tasks assigned to someone else.' => '',
|
||||
// 'You are not allowed to change the assignee.' => '',
|
||||
// 'Task suppression is not permitted' => '',
|
||||
// 'Changing assignee is not permitted' => '',
|
||||
// 'Update only assigned tasks is permitted' => '',
|
||||
// 'Only for tasks assigned to the current user' => '',
|
||||
// 'My projects' => '',
|
||||
// 'Your are not member of any project.' => '',
|
||||
// 'My subtasks' => '',
|
||||
// '%d subtasks' => '',
|
||||
// '%d subtask' => '',
|
||||
// 'Only moving task between those columns is permitted for tasks assigned to the current user' => '',
|
||||
// '[DUPLICATE]' => '',
|
||||
// 'DKK - Danish Krona' => '',
|
||||
// 'Remove user from group' => '',
|
||||
// 'Assign the task to its creator' => '',
|
||||
// 'This task was sent by email to "%s" with subject "%s".' => '',
|
||||
// 'Predefined Email Subjects' => '',
|
||||
// 'Write one subject by line.' => '',
|
||||
'There is no external integration installed.' => 'No se ha instalado ninguna integración externa.',
|
||||
'You are not allowed to update tasks assigned to someone else.' => 'No se le permite actualizar tareas asignadas a alguien más.',
|
||||
'You are not allowed to change the assignee.' => 'No se le permite cambiar la persona asignada.',
|
||||
'Task suppression is not permitted' => 'No está permitido la eliminación de tarea',
|
||||
'Changing assignee is not permitted' => 'No está permitido cambiar la persona asignada',
|
||||
'Update only assigned tasks is permitted' => 'Está permitido actualizar solo las tareas asignadas',
|
||||
'Only for tasks assigned to the current user' => 'Solo para las tareas asignadas al usuario actual',
|
||||
'My projects' => 'Mis proyectos',
|
||||
'Your are not member of any project.' => 'No eres miembro de ningún proyecto.',
|
||||
'My subtasks' => 'Mis subtareas',
|
||||
'%d subtasks' => '%d subtareas',
|
||||
'%d subtask' => '%d subtarea',
|
||||
'Only moving task between those columns is permitted for tasks assigned to the current user' => 'Mover tareas entre esas columnas solo está permitido para las tareas asignadas al usuario actual.',
|
||||
'[DUPLICATE]' => '[DUPLICAR]',
|
||||
'DKK - Danish Krona' => 'DKK - Corona Danesa',
|
||||
'Remove user from group' => 'Eliminar usuario del grupo',
|
||||
'Assign the task to its creator' => 'Asignar la tarea a su creador',
|
||||
'This task was sent by email to "%s" with subject "%s".' => 'Esta tarea fue enviada por correo a "%s" con el asunto "%s".',
|
||||
'Predefined Email Subjects' => 'Asuntos de correo predefinidos',
|
||||
'Write one subject by line.' => 'Escriba un asunto por línea.',
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue