summaryrefslogtreecommitdiff
path: root/app/Locales/es_ES/translations.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-07-26 09:02:30 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-07-26 09:02:30 -0400
commitbff39f59a0c8e717a7a1a0757d5bcc7cfecaa72e (patch)
tree9014aac075087a5090e4161a13184ce89904acc1 /app/Locales/es_ES/translations.php
parent74b59e31119c00411461c056d49a3b2ab57a7da5 (diff)
Fix bug: wrong date displayed by strftime (#178)
Diffstat (limited to 'app/Locales/es_ES/translations.php')
-rw-r--r--app/Locales/es_ES/translations.php12
1 files changed, 6 insertions, 6 deletions
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' => '',