diff options
author | Colin Williams <github@crwilliams.co.uk> | 2015-06-19 17:59:12 +0100 |
---|---|---|
committer | Colin Williams <github@crwilliams.co.uk> | 2015-06-19 17:59:12 +0100 |
commit | 0826c1acdb6ae900d9ad3d277b13744a744ea34f (patch) | |
tree | 62ef83889ce9aa2df662e7712671f7f24d71c5e2 /app/Locale/es_ES | |
parent | 9ba3daca66a0dc302aa4c2175f7ec814a5f8dca0 (diff) |
Fix translations with incorrect placeholders.
Diffstat (limited to 'app/Locale/es_ES')
-rw-r--r-- | app/Locale/es_ES/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 9c679c93..d751bf48 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -324,7 +324,7 @@ return array( 'Unable to remove this category.' => 'No pude suprimir esta categoría.', 'Category modification for the project "%s"' => 'Modificación de categoría pra el proyecto "%s"', 'Category Name' => 'Nombre de Categoría', - 'Categories for the project "%s"' => 'Categorías para el proyecto', + 'Categories for the project "%s"' => 'Categorías para el proyecto "%s"', 'Add a new category' => 'Añadir una nueva categoría', 'Do you really want to remove this category: "%s"?' => '¿De verdad que quieres suprimir esta categoría: "%s"?', 'Filter by category' => 'Filtrar mendiante categoría', @@ -539,7 +539,7 @@ return array( 'This project is private' => 'Este proyecto es privado', 'Type here to create a new sub-task' => 'Escriba aquí para crear una nueva sub-tarea', 'Add' => 'Añadir', - 'Estimated time: %s hours' => 'Tiempo estimado: % horas', + 'Estimated time: %s hours' => 'Tiempo estimado: %s horas', 'Time spent: %s hours' => 'Tiempo invertido: %s horas', 'Started on %B %e, %Y' => 'Iniciado en %B %e, %Y', 'Start date' => 'Fecha de inicio', |