diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-08-23 20:15:01 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-08-23 20:15:01 -0400 |
commit | 4ffb4df5fddc110042361485dc5397b4dfe8c85c (patch) | |
tree | 6366738e1c319f86aee10561c10d5247309f7944 /app/Locale/es_ES | |
parent | 3b4326c397c1deb49311708d844e95234021cde4 (diff) |
Sync locales
Diffstat (limited to 'app/Locale/es_ES')
-rw-r--r-- | app/Locale/es_ES/translations.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 5a2c16c0..be603eeb 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -68,7 +68,6 @@ return array( 'Do you really want to remove this project: "%s"?' => '¿Realmente desea eliminar este proyecto: «%s»?', 'Remove project' => 'Eliminar el proyecto', 'Edit the board for "%s"' => 'Modificar el tablero para «%s»', - 'All projects' => 'Todos los proyectos', 'Add a new column' => 'Añadir una nueva columna', 'Title' => 'Título', 'Assigned to %s' => 'Asignada a %s', @@ -88,7 +87,6 @@ return array( '(VACUUM command)' => '(comando VACUUM)', '(Gzip compressed Sqlite file)' => '(archivo Sqlite comprimido en Gzip)', 'Close a task' => 'Cerrar una tarea', - 'Edit a task' => 'Modificar una tarea', 'Column' => 'Columna', 'Color' => 'Color', 'Assignee' => 'Responsable', |