diff options
| author | jpl | 2017-02-02 17:15:28 +0100 |
|---|---|---|
| committer | jpl | 2017-02-02 17:15:47 +0100 |
| commit | bf02d526bd98f2e420b3e07fcc98e10b8ef409ce (patch) | |
| tree | aece38026d8e7b9e907096aadcd919380d950246 /config/locales/fr.yml | |
| parent | e723c5bc2f3c5f98e67e9e570dc50da0c48eacca (diff) | |
| download | chouette-core-bf02d526bd98f2e420b3e07fcc98e10b8ef409ce.tar.bz2 | |
Refs #2482: updating workbenches#show with new table builder, new styles
Diffstat (limited to 'config/locales/fr.yml')
| -rw-r--r-- | config/locales/fr.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 696ae21a6..e64289611 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -2,7 +2,16 @@ fr: "true": "Oui" "false": "Non" "unknown": "Non précisé" + time: formats: hour: "%Hh%M" minute: "%M min" + short: "%d/%m/%Y" + + date: + formats: + short: "%d/%m/%Y" + + last_update: 'Dernière mise à jour<br>le %{time}' + validity_range: '%{debut} > %{end}' |
