diff options
| author | cedricnjanga | 2018-03-27 23:34:12 -0700 | 
|---|---|---|
| committer | Johan Van Ryseghem | 2018-03-29 09:29:17 +0200 | 
| commit | c76e2d94396dcedcf304e03c6a476bafe18464d3 (patch) | |
| tree | 4f58a1863e23cf6bb63127a3fc53011c0fea4b39 /config | |
| parent | 97a7e0c7d5c3786d2e31aa58f695243f44651a9b (diff) | |
| download | chouette-core-c76e2d94396dcedcf304e03c6a476bafe18464d3.tar.bz2 | |
Refs #6156 Update RCZ english translations
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/routing_constraint_zones.en.yml | 9 | ||||
| -rw-r--r-- | config/locales/routing_constraint_zones.fr.yml | 7 | 
2 files changed, 13 insertions, 3 deletions
| diff --git a/config/locales/routing_constraint_zones.en.yml b/config/locales/routing_constraint_zones.en.yml index 5675fd5db..2143ce1e1 100644 --- a/config/locales/routing_constraint_zones.en.yml +++ b/config/locales/routing_constraint_zones.en.yml @@ -26,7 +26,11 @@ en:                stop_points_not_from_route: 'Stop point does not belong to the Route of this Routing constraint zone.'                all_stop_points_selected: 'All stop points from route cannot be selected.'    routing_constraint_zones: -    search_no_results: "No ITL matches your query" +    filters: +      associated_route:  +        title: Associated route +        placeholder: Put the name of a route... +      name_or_objectid_cont:  Search by name or ID...      actions:        destroy_confirm: Are you sure you want to delete this routing constraint zone?      new: @@ -36,4 +40,5 @@ en:      show:        title: "Routing constraint zone %{name}"      index: -      title: "Interdictions of local trafficous" +      title: "Routing constraint zones" +      search_no_results: "No ITL matches your query" diff --git a/config/locales/routing_constraint_zones.fr.yml b/config/locales/routing_constraint_zones.fr.yml index d4b97fff2..b5e0fa7fb 100644 --- a/config/locales/routing_constraint_zones.fr.yml +++ b/config/locales/routing_constraint_zones.fr.yml @@ -26,7 +26,11 @@ fr:                stop_points_not_from_route: "Arrêt sur séquence d'arrêts n'appartient pas à la Route de cette Zone de contrainte."                all_stop_points_selected: "Une ITL ne peut pas couvrir tous les arrêts d'un itinéraire."    routing_constraint_zones: -    search_no_results: "Aucune ITL ne correspond à votre recherche" +    filters: +      associated_route:  +        title: Itinéraire associé +        placeholder: Indiquez un itinéraire... +      name_or_objectid_cont:  Indiquez un nom d'ITL ou un ID...      actions:        destroy_confirm: Etes vous sûr de supprimer cette ITL ?      new: @@ -37,3 +41,4 @@ fr:        title: "Zone de contrainte %{name}"      index:        title: "Interdictions de trafic local" +      search_no_results: "Aucune ITL ne correspond à votre recherche" | 
