diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-12-29 19:17:40 +0100 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-12-29 19:17:40 +0100 |
commit | 8ca1809bd62f9d7b5f1f26cc9d96bc6cf11ac3ad (patch) | |
tree | 51c3b96ef29057365b1fc93dee6da55e2d9ed7d6 /app/Locale/es_ES | |
parent | 34e6add1d84837b9a0a2548abbc4be43fa83410f (diff) |
Sync locales
Diffstat (limited to 'app/Locale/es_ES')
-rw-r--r-- | app/Locale/es_ES/translations.php | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 955cc24a..97a3953e 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -876,7 +876,6 @@ return array( 'Average cycle time: ' => 'Tiempo Medio de Ciclo: ', 'Cycle Time' => 'Tiempo de Ciclo', 'Lead Time' => 'Plazo de Entrega', - 'Compare hours' => 'Comparar Tiempo estimado vs Tiempo real', 'This chart show the average lead and cycle time for the last %d tasks over the time.' => 'Esta gráfica muestra el plazo medio de entrega y de ciclo para las %d últimas tareas transcurridas.', 'Average time into each column' => 'Tiempo medio en cada columna', 'Lead and cycle time' => 'Plazo de entrega y de ciclo', @@ -1100,4 +1099,18 @@ return array( // 'Enter group name...' => '', // 'Role:' => '', 'Project members' => 'Miembros de proyecto', + // 'Compare hours for "%s"' => '', + // '%s mentioned you in the task #%d' => '', + // '%s mentioned you in a comment on the task #%d' => '', + // 'You were mentioned in the task #%d' => '', + // 'You were mentioned in a comment on the task #%d' => '', + // 'Mentioned' => '', + // 'Compare Estimated Time vs Actual Time' => '', + // 'Estimated hours: ' => '', + // 'Actual hours: ' => '', + // 'Hours Spent' => '', + // 'Hours Estimated' => '', + // 'Estimated Time' => '', + // 'Actual Time' => '', + 'Estimated vs actual time' => 'Tiempo estimado vs real', ); |