diff options
| author | jpl | 2017-04-24 14:53:00 +0200 | 
|---|---|---|
| committer | jpl | 2017-04-24 14:53:08 +0200 | 
| commit | a6b5d381f5160a7636b076d94886545af55c9fc5 (patch) | |
| tree | 89312a218b50f0900c60a6316d0b79b0439707c3 /config | |
| parent | c96e59ad35eff48cec7c077d4ecf3a6d2d161556 (diff) | |
| download | chouette-core-a6b5d381f5160a7636b076d94886545af55c9fc5.tar.bz2 | |
Refs #3149: updating layout
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/calendars.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/calendars.fr.yml | 1 | 
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/calendars.en.yml b/config/locales/calendars.en.yml index 17dc8baf1..26ca913b6 100644 --- a/config/locales/calendars.en.yml +++ b/config/locales/calendars.en.yml @@ -1,5 +1,6 @@  en:    calendars: +    search_no_results: 'No calendar matching your query'      days:        monday: M        tuesday: Tu diff --git a/config/locales/calendars.fr.yml b/config/locales/calendars.fr.yml index 32e3c66d2..fe16cbfed 100644 --- a/config/locales/calendars.fr.yml +++ b/config/locales/calendars.fr.yml @@ -1,5 +1,6 @@  fr:    calendars: +    search_no_results: 'Aucun calendrier ne correspond à votre recherche'      days:        monday: L        tuesday: Ma  | 
