aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorjpl2017-05-05 15:28:11 +0200
committerjpl2017-05-05 15:28:17 +0200
commit1fe77ca170e8dc017bf3ee16fa6392284c710407 (patch)
treea3277004bb4505c54d2b31b2aa930f214f4467ab /config
parenta118a072a1084e9dce5e5e76898eeb4d12a29870 (diff)
downloadchouette-core-1fe77ca170e8dc017bf3ee16fa6392284c710407.tar.bz2
Refs #3287: adding time to date of sync, to sync pages
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml2
-rw-r--r--config/locales/fr.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 5ed0b9ec5..3f6a68f8d 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -8,10 +8,12 @@ en:
hour: "%Hh%M"
minute: "%M min"
short: "%Y/%m/%d"
+ short_with_time: "%Y/%m/%d at %Hh%M"
date:
formats:
short: "%Y/%m/%d"
+ short_with_time: "%Y/%m/%d at %Hh%M"
last_update: 'Last update on<br>%{time}'
last_sync: 'Last sync on %{time}'
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index db8a3608d..49d1c5bb7 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -8,10 +8,12 @@ fr:
hour: "%Hh%M"
minute: "%M min"
short: "%d/%m/%Y"
+ short_with_time: "%d/%m/%Y à %Hh%M"
date:
formats:
short: "%d/%m/%Y"
+ short_with_time: "%d/%m/%Y à %Hh%M"
last_update: 'Dernière mise à jour<br>le %{time}'
last_sync: 'Dernière mise à jour le %{time}'