diff options
author | Dario Espinosa <darioespinosa94@gmail.com> | 2015-12-26 14:55:05 -0500 |
---|---|---|
committer | Dario Espinosa <darioespinosa94@gmail.com> | 2015-12-26 14:55:05 -0500 |
commit | 3b8494cb3c0448e11a9dcd5bc2aec9f5fd4892c3 (patch) | |
tree | 9cc895442f8a207a2b0397c9d37b6a83aa826461 /app | |
parent | 9ff0abd8d683ab5a285fcf70e27d1bcd1cbc47df (diff) |
kanboard\app\Locale\es_ES
kanboard\app\Template\analytic
sidebar.php
t('Compare hours')
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/es_ES/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index b6ad2dfa..955cc24a 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -876,6 +876,7 @@ 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', |