diff options
| author | Zog | 2018-04-19 11:39:04 +0200 |
|---|---|---|
| committer | Zog | 2018-04-19 11:39:04 +0200 |
| commit | 6d57567cb60b0c522c7743c24d1c13aebaac2bd4 (patch) | |
| tree | 9549048b102275147c6dbd5a7396f8f220e88acc /config | |
| parent | ca0a4907e5714d6f56ede8d47f2514cdd2752e2f (diff) | |
| download | chouette-core-6603-missing-translation.tar.bz2 | |
Refs #6603; Fix missing translation6603-missing-translation
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/lines.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/lines.fr.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/lines.en.yml b/config/locales/lines.en.yml index 3d1ddc149..c1f9063a7 100644 --- a/config/locales/lines.en.yml +++ b/config/locales/lines.en.yml @@ -19,6 +19,7 @@ en: show: 'Show' show_network: 'Show network' show_company: 'Show company' + search_no_results: "No results found" filters: name_or_objectid_cont: "Search by name or objectid" new: diff --git a/config/locales/lines.fr.yml b/config/locales/lines.fr.yml index 47baf96f8..487cae35c 100644 --- a/config/locales/lines.fr.yml +++ b/config/locales/lines.fr.yml @@ -19,6 +19,7 @@ fr: show: 'Consulter' show_network: 'Voir le réseau' show_company: 'Voir le transporteur principal' + search_no_results: "Aucun résultat" filters: name_or_objectid_cont: "Indiquez un nom d'itinéraire ou un ID..." new: |
