Fix bug: wrong date displayed by strftime (#178)
This commit is contained in:
@@ -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' => '',
|
||||
|
||||
Reference in New Issue
Block a user