aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorXinhui2017-11-28 11:06:23 +0100
committerXinhui2017-11-28 12:23:39 +0100
commit9b22efe398e9c4fade870742aa81ffb8de6fbcaf (patch)
tree13cfb6e0c9b8b88ac850877a61c85291607de7ba /config
parent9a313f95785a55788af54a46bf1f846b74c16c54 (diff)
downloadchouette-core-9b22efe398e9c4fade870742aa81ffb8de6fbcaf.tar.bz2
Edit helper page_header_meta to display default default_whodunnit
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml1
-rw-r--r--config/locales/fr.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 58259a1d4..4834ceef4 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -49,6 +49,7 @@ en:
last_update: 'Last update on<br>%{time}'
whodunnit: 'By %{author}'
+ default_whodunnit: 'web service'
last_sync: 'Last sync on %{time}'
validity_range: '%{debut} > %{end}'
bounding_dates: '%{debut} > %{end}'
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index 98231787f..24482166c 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -49,6 +49,7 @@ fr:
last_update: 'Dernière mise à jour<br>le %{time}'
whodunnit: 'Par %{author}'
+ default_whodunnit: 'web service'
last_sync: 'Dernière mise à jour le %{time}'
validity_range: '%{debut} > %{end}'
bounding_dates: '%{debut} > %{end}'