diff options
Diffstat (limited to 'app/Locale/es_ES/translations.php')
-rw-r--r-- | app/Locale/es_ES/translations.php | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 39757f74..6ba86f8f 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -154,8 +154,6 @@ return array( '%d closed tasks' => '%d tareas completadas', 'No task for this project' => 'Ninguna tarea para este proyecto', 'Public link' => 'Enlace público', - 'Change assignee' => 'Cambiar responsable', - 'Change assignee for the task "%s"' => 'Cambiar el responsable para la tarea «%s»', 'Timezone' => 'Zona horaria', 'Sorry, I didn\'t find this information in my database!' => '¡Lo siento, no he encontrado esta información en mi base de datos!', 'Page not found' => 'Página no encontrada', @@ -248,7 +246,6 @@ return array( 'Category' => 'Categoría', 'Category:' => 'Categoría:', 'Categories' => 'Categorías', - 'Category not found.' => 'Categoría no hallada.', 'Your category have been created successfully.' => 'Se ha creado su categoría correctamente.', 'Unable to create your category.' => 'No se puede crear su categoría.', 'Your category have been updated successfully.' => 'Se ha actualizado su categoría correctamente.', @@ -270,7 +267,6 @@ return array( 'Do you really want to remove this file: "%s"?' => '¿Realmente desea eliminar este fichero: «%s»?', 'Attachments' => 'Adjuntos', 'Edit the task' => 'Modificar la tarea', - 'Edit the description' => 'Modificar la descripción', 'Add a comment' => 'Añadir un comentario', 'Edit a comment' => 'Modificar un comentario', 'Summary' => 'Resumen', @@ -368,7 +364,6 @@ return array( 'No external authentication enabled.' => 'Sin autenticación externa activa.', 'Password modified successfully.' => 'Contraseña cambiada correctamente.', 'Unable to change the password.' => 'No se puede cambiar la contraseña.', - 'Change category for the task "%s"' => 'Cambiar la categoría de la tarea «%s»', 'Change category' => 'Cambiar categoría', '%s updated the task %s' => '%s actualizó la tarea %s', '%s opened the task %s' => '%s abrió la tarea %s', @@ -485,7 +480,6 @@ return array( 'Remove a swimlane' => 'Eliminar una calle', 'Show default swimlane' => 'Mostrar calle por defecto', 'Swimlane modification for the project "%s"' => 'Modificación de la calle para el proyecto «%s»', - 'Swimlane not found.' => 'Calle no encontrada.', 'Swimlane removed successfully.' => 'Calle eliminada correctamente.', 'Swimlanes' => 'Calles', 'Swimlane updated successfully.' => 'Calle actualizada correctamente.', @@ -1202,4 +1196,23 @@ return array( 'Email transport' => 'Transporte de correo electrónico', 'Webhook token' => 'Token del disparador web (webhook)', 'Imports' => 'Importaciones', + // 'Project tags management' => '', + // 'Tag created successfully.' => '', + // 'Unable to create this tag.' => '', + // 'Tag updated successfully.' => '', + // 'Unable to update this tag.' => '', + // 'Tag removed successfully.' => '', + // 'Unable to remove this tag.' => '', + // 'Global tags management' => '', + // 'Tags' => '', + // 'Tags management' => '', + // 'Add new tag' => '', + // 'Edit a tag' => '', + // 'Project tags' => '', + // 'There is no specific tag for this project at the moment.' => '', + // 'Tag' => '', + // 'Remove a tag' => '', + // 'Do you really want to remove this tag: "%s"?' => '', + // 'Global tags' => '', + // 'There is no global tag at the moment.' => '', ); |