diff options
| author | af83 | 2017-07-04 17:39:53 +0200 | 
|---|---|---|
| committer | af83 | 2017-07-04 17:39:53 +0200 | 
| commit | 3b03d3a554731b3afb71ae18ee8a8d03a0ff7a77 (patch) | |
| tree | e6292403505de8c393460883906b74a9b982f11a | |
| parent | 433c498ac44aac684f0165265e3da437cafa3243 (diff) | |
| download | chouette-core-3b03d3a554731b3afb71ae18ee8a8d03a0ff7a77.tar.bz2 | |
Change typo to RCZ translation
| -rw-r--r-- | config/locales/routing_constraint_zones.fr.yml | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/config/locales/routing_constraint_zones.fr.yml b/config/locales/routing_constraint_zones.fr.yml index 4faff6606..1199bcf3c 100644 --- a/config/locales/routing_constraint_zones.fr.yml +++ b/config/locales/routing_constraint_zones.fr.yml @@ -24,12 +24,12 @@ fr:    routing_constraint_zones:      search_no_results: "Aucune ITL ne correspond à votre recherche"      actions: -      destroy_confirm: Etes vous sûr de supprimer cette zone de contrainte ? +      destroy_confirm: Etes vous sûr de supprimer cette ITL ?      new: -      title: Ajouter un ITL +      title: Créer une ITL      edit: -      title: "Editer la zone de contrainte %{routing_constraint_zone}" +      title: "Editer l'ITL : %{routing_constraint_zone}"      show:        title: "Zone de contrainte %{routing_constraint_zone}"      index: -      title: "Interdictions de traffic local" +      title: "Interdictions de trafic local"  | 
