summaryrefslogtreecommitdiff
path: root/app/Locale/es_ES
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-05-07 23:04:35 -0400
committerFrederic Guillot <fred@kanboard.net>2016-05-07 23:04:35 -0400
commit1a1e5e3d933a8d7fff1e6cc15504378b9e09397f (patch)
treeef6b7f35e0f9ef42402f01d5fd59ce1620c4f448 /app/Locale/es_ES
parent06dd98afe870c650ce98358bba5214f1e8b5028a (diff)
Sync translations
Diffstat (limited to 'app/Locale/es_ES')
-rw-r--r--app/Locale/es_ES/translations.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php
index 240a04fe..3a5e680e 100644
--- a/app/Locale/es_ES/translations.php
+++ b/app/Locale/es_ES/translations.php
@@ -170,7 +170,6 @@ return array(
'Leave a description' => 'Dejar una descripción',
'Comment added successfully.' => 'El comentario ha sido añadido correctamente.',
'Unable to create your comment.' => 'No se puede crear este comentario.',
- 'Edit this task' => 'Editar esta tarea',
'Due Date' => 'Fecha límite',
'Invalid date' => 'Fecha no válida',
'Automatic actions' => 'Acciones automatizadas',
@@ -517,7 +516,6 @@ return array(
'All swimlanes' => 'Todas las calles',
'All colors' => 'Todos los colores',
'Moved to column %s' => 'Movido a columna %s',
- 'Change description' => 'Cambiar descripción',
'User dashboard' => 'Tablero de usuario',
'Allow only one subtask in progress at the same time for a user' => 'Permitir sólo una subtarea en progreso a la vez para cada usuario',
'Edit column "%s"' => 'Editar columna %s',
@@ -709,7 +707,6 @@ return array(
'view the board on Kanboard' => 'ver el tablero en Kanboard',
'The task have been moved to the first swimlane' => 'Se ha movido la tarea a la primera calle',
'The task have been moved to another swimlane:' => 'Se ha movido la tarea a otra calle',
- // 'Overdue tasks for the project(s) "%s"' => 'Tareas atrasadas para el proyecto "%s"',
'New title: %s' => 'Nuevo título: %s',
'The task is not assigned anymore' => 'La tarea ya no está asignada',
'New assignee: %s' => 'Nuevo concesionario: %s',
@@ -738,7 +735,6 @@ return array(
'Stop timer' => 'Parar temporizador',
'Start timer' => 'Arrancar temporizador',
'Add project member' => 'Añadir miembro al proyecto',
- 'Enable notifications' => 'Activar notificaciones',
'My activity stream' => 'Mi flujo de actividad',
'My calendar' => 'Mi calendario',
'Search tasks' => 'Buscar tareas',
@@ -1167,4 +1163,6 @@ return array(
// 'Projects where "%s" is member' => '',
// 'Open tasks assigned to "%s"' => '',
// 'Closed tasks assigned to "%s"' => '',
+ // 'Assign automatically a color based on a priority' => '',
+ // 'Overdue tasks for the project(s) "%s"' => '',
);