diff options
| author | jpl | 2017-04-24 17:59:49 +0200 | 
|---|---|---|
| committer | jpl | 2017-04-24 17:59:55 +0200 | 
| commit | c6f80e2066a29c0aa3176a4d160dc12ece7f5693 (patch) | |
| tree | 362aff7020549beabd28da57c0bcf8e82d221e29 /config | |
| parent | 580140f0098a9ef55d6b4ca50885e813b8548bc1 (diff) | |
| download | chouette-core-c6f80e2066a29c0aa3176a4d160dc12ece7f5693.tar.bz2 | |
Refs #3172: updating tt#filters
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/time_tables.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/time_tables.fr.yml | 1 | 
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/time_tables.en.yml b/config/locales/time_tables.en.yml index 5127675e8..495770987 100644 --- a/config/locales/time_tables.en.yml +++ b/config/locales/time_tables.en.yml @@ -1,6 +1,7 @@  en:    time_tables:      duplicate_success: "duplication succeded" +    search_no_results: 'No calendar matching your query'      time_table:        empty: "empty"        bounding: "from %{start} to %{end}" diff --git a/config/locales/time_tables.fr.yml b/config/locales/time_tables.fr.yml index dc4d4572f..12b1b9aee 100644 --- a/config/locales/time_tables.fr.yml +++ b/config/locales/time_tables.fr.yml @@ -1,6 +1,7 @@  fr:    time_tables:      duplicate_success: "duplication terminée" +    search_no_results: 'Aucun calendrier ne correspond à votre recherche'      time_table:        empty: "vide"        bounding: "du %{start} au %{end}"  | 
