From bff39f59a0c8e717a7a1a0757d5bcc7cfecaa72e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 26 Jul 2014 09:02:30 -0400 Subject: Fix bug: wrong date displayed by strftime (#178) --- app/Locales/es_ES/translations.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app/Locales/es_ES/translations.php') diff --git a/app/Locales/es_ES/translations.php b/app/Locales/es_ES/translations.php index 7306526f..37b4e231 100644 --- a/app/Locales/es_ES/translations.php +++ b/app/Locales/es_ES/translations.php @@ -110,7 +110,7 @@ return array( 'Open a task' => 'Abrir una tarea', 'Do you really want to open this task: "%s"?' => '¿Realmente desea abrir esta tarea: « %s » ?', 'Back to the board' => 'Volver al tablero', - 'Created on %B %e, %G at %k:%M %p' => 'Creado el %d/%m/%Y a las %H:%M', + 'Created on %B %e, %Y at %k:%M %p' => 'Creado el %d/%m/%Y a las %H:%M', 'There is nobody assigned' => 'No hay nadie asignado a esta tarea', 'Column on the board:' => 'Columna en el tablero: ', 'Status is open' => 'Estado abierto', @@ -172,8 +172,8 @@ return array( 'Work in progress' => 'En curso', 'Done' => 'Terminado', 'Application version:' => 'Versión de la aplicación:', - 'Completed on %B %e, %G at %k:%M %p' => 'Completado el %d/%m/%Y a las %H:%M', - '%B %e, %G at %k:%M %p' => '%d/%m/%Y a las %H:%M', + 'Completed on %B %e, %Y at %k:%M %p' => 'Completado el %d/%m/%Y a las %H:%M', + '%B %e, %Y at %k:%M %p' => '%d/%m/%Y a las %H:%M', 'Date created' => 'Fecha de creación', 'Date completed' => 'Fecha de terminación', 'Id' => 'Identificador', @@ -219,8 +219,8 @@ return array( 'm/d/Y' => 'd/m/Y', // Date format parsed with php 'month/day/year' => 'día/mes/año', // Help shown to the user 'Invalid date' => 'Fecha no válida', - 'Must be done before %B %e, %G' => 'Debe de estar hecho antes del %d/%m/%Y', - '%B %e, %G' => '%d/%m/%Y', + 'Must be done before %B %e, %Y' => 'Debe de estar hecho antes del %d/%m/%Y', + '%B %e, %Y' => '%d/%m/%Y', 'Automatic actions' => 'Acciones automatizadas', 'Your automatic action have been created successfully.' => 'La acción automatizada ha sido creada correctamente.', 'Unable to create your automatic action.' => 'No se puede crear esta acción automatizada.', @@ -385,7 +385,7 @@ return array( // 'Link my GitHub Account' => '', // 'Unlink my GitHub Account' => '', // 'Created by %s' => 'Créé par %s', - // 'Last modified on %B %e, %G at %k:%M %p' => '', + // 'Last modified on %B %e, %Y at %k:%M %p' => '', // 'Tasks Export' => '', // 'Tasks exportation for "%s"' => '', // 'Start Date' => '', -- cgit v1.2.3