diff options
| author | Luc Donnet | 2014-08-06 18:06:20 +0200 |
|---|---|---|
| committer | Luc Donnet | 2014-08-06 18:06:20 +0200 |
| commit | 29c571c75db2a77d842e1e865aee74122ba6beaa (patch) | |
| tree | ad241ec8cc765e06effa0cb9729a7390afbbac8c /config | |
| parent | cedecf59a5e19ce867e097e1ebb63840b2d59a68 (diff) | |
| download | chouette-core-29c571c75db2a77d842e1e865aee74122ba6beaa.tar.bz2 | |
Add area type in stop areas search
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/stop_areas.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/locales/stop_areas.yml b/config/locales/stop_areas.yml index 1ebb7e8ae..8bec50565 100644 --- a/config/locales/stop_areas.yml +++ b/config/locales/stop_areas.yml @@ -42,7 +42,8 @@ en: genealogical_routing: "Routing constraint's links" index: title: "Stop areas" - name_or_country_code: "Name or Country code" + name: "Search by name" + country_code: "Postal Code : 78000" selection: "Filter on" selection_all: "All" area_type: "Area Type" @@ -149,7 +150,8 @@ fr: access_link_legend_1: "Les flêches grises représentent des liens non définis" access_link_legend_2: "cliquer sur les flêches pour créer/éditer un lien" index: - name_or_country_code: "Nom ou Code INSEE" + name: "Recherche par nom" + country_code: "Code Postal : 78000" title: "Arrêts" selection: "Filtrer sur" selection_all: "Tous" |
