diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-05 17:48:45 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-05 17:48:45 -0500 |
commit | 4c9179878182e49e42d47a004c24b0aa9c9b72ee (patch) | |
tree | 2c78784a7d9bb5c85aa782e30382b0f58f4059c1 /app/Locale/es_ES/translations.php | |
parent | 7c7692698014e9ac96c1d0446bacd972faa5a940 (diff) |
Sync locales
Diffstat (limited to 'app/Locale/es_ES/translations.php')
-rw-r--r-- | app/Locale/es_ES/translations.php | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 383a43de..54852736 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -8,7 +8,6 @@ return array( 'Edit' => 'Modificar', 'remove' => 'suprimir', 'Remove' => 'Suprimir', - 'Update' => 'Actualizar', 'Yes' => 'Sí', 'No' => 'No', 'cancel' => 'cancelar', @@ -60,7 +59,6 @@ return array( 'Actions' => 'Acciones', 'Inactive' => 'Inactivo', 'Active' => 'Activo', - 'Add this column' => 'Añadir esta columna', '%d tasks on the board' => '%d tareas en el tablero', '%d tasks in total' => '%d tareas en total', 'Unable to update this board.' => 'No se puede actualizar este tablero.', @@ -184,7 +182,6 @@ return array( 'Unable to remove this action.' => 'No se puede suprimir esta accción.', 'Action removed successfully.' => 'La acción ha sido borrada correctamente.', 'Automatic actions for the project "%s"' => 'Acciones automatizadas para este proyecto « %s »', - 'Defined actions' => 'Acciones definidas', 'Add an action' => 'Agregar una acción', 'Event name' => 'Nombre del evento', 'Action name' => 'Nombre de la acción', @@ -194,7 +191,6 @@ return array( 'When the selected event occurs execute the corresponding action.' => 'Cuando tiene lugar el evento seleccionado, ejecutar la acción correspondiente.', 'Next step' => 'Etapa siguiente', 'Define action parameters' => 'Definición de los parametros de la acción', - 'Save this action' => 'Guardar esta acción', 'Do you really want to remove this action: "%s"?' => '¿Realmente desea suprimir esta acción « %s » ?', 'Remove an automatic action' => 'Suprimir una acción automatizada', 'Assign the task to a specific user' => 'Asignar una tarea a un usuario especifico', @@ -1086,11 +1082,11 @@ return array( 'closed' => 'cerrado', 'Priority:' => 'Prioridad', 'Reference:' => 'Referencia', - // 'Complexity:' => 'Complejidad', - // 'Swimlane:' => 'Swimlane', - // 'Column:' => 'Columna', - // 'Position:' => 'Posición', - // 'Creator:' => 'Creador', + // 'Complexity:' => '', + // 'Swimlane:' => '', + // 'Column:' => '', + // 'Position:' => '', + // 'Creator:' => '', // 'Time estimated:' => '', '%s hours' => '%s horas', // 'Time spent:' => '', @@ -1148,4 +1144,11 @@ return array( 'This value must be greater than %d' => 'Este valor debe ser mayor a %d', 'Another swimlane with the same name exists in the project' => 'Ya existe otro swimlane con el mismo nombre en el proyecto', 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => 'Ejemplo: http://ejemplo.kanboard.net/ (Usado para generar URLs absolutas)', + // 'Actions duplicated successfully.' => '', + // 'Unable to duplicate actions.' => '', + // 'Add a new action' => '', + // 'Import from another project' => '', + // 'There is no action at the moment.' => '', + // 'Import actions from another project' => '', + // 'There is no available project.' => '', ); |