diff options
| author | cedricnjanga | 2018-03-27 23:15:09 -0700 | 
|---|---|---|
| committer | Johan Van Ryseghem | 2018-03-29 09:38:28 +0200 | 
| commit | 566e69388dbf69921ae329cd198fb24ff7dce192 (patch) | |
| tree | a8033945ef164d95a9046a501f1bc6fb6f34e403 /config | |
| parent | 94a80d79e779f30ddf920c83529c0b593d4bddf3 (diff) | |
| download | chouette-core-566e69388dbf69921ae329cd198fb24ff7dce192.tar.bz2 | |
Refs #6156 Update calendars english translations
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/calendars.en.yml | 8 | ||||
| -rw-r--r-- | config/locales/calendars.fr.yml | 4 | 
2 files changed, 8 insertions, 4 deletions
| diff --git a/config/locales/calendars.en.yml b/config/locales/calendars.en.yml index b9540d124..2d1033f48 100644 --- a/config/locales/calendars.en.yml +++ b/config/locales/calendars.en.yml @@ -1,5 +1,7 @@  en:    calendars: +    filters: +      name_or_short_name_cont: Search by name/short name      search_no_results: 'No calendar matching your query'      days:        monday: M @@ -37,7 +39,7 @@ en:        all: All        shared: Shared        not_shared: Not shared -      search_no_results: No calendar matching your query +      search_no_results: No calendar templates matching your query        date: Date      new:        title: Add a new calendar @@ -59,8 +61,8 @@ en:    activerecord:      models:        calendar: -        one: calendar -        other: calendars +        one: calendar template +        other: calendar templates      attributes:        calendar:          name: Name diff --git a/config/locales/calendars.fr.yml b/config/locales/calendars.fr.yml index 6a87a889a..f3bcf7c3d 100644 --- a/config/locales/calendars.fr.yml +++ b/config/locales/calendars.fr.yml @@ -1,6 +1,8 @@  fr:    calendars: -    search_no_results: 'Aucun calendrier ne correspond à votre recherche' +    filters: +      name_or_short_name_cont: 'Indiquez un nom/nom court de calendrier...' +      no_results: 'Aucun calendrier ne correspond à votre recherche'      days:        monday: L        tuesday: Ma | 
