diff options
| author | jpl | 2017-02-21 15:44:07 +0100 |
|---|---|---|
| committer | jpl | 2017-02-21 15:44:07 +0100 |
| commit | eae4f70c40464c011a31b56b3d7bf755ef7a3f1d (patch) | |
| tree | 7b90191e118cf67fe1f94345c9740c94303f7497 /config | |
| parent | 24ab64be32a4a21078c8e376eddc95fd1971048b (diff) | |
| download | chouette-core-eae4f70c40464c011a31b56b3d7bf755ef7a3f1d.tar.bz2 | |
Refs #2629: updating routes#show
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/routes.fr.yml | 2 | ||||
| -rw-r--r-- | config/locales/stop_points.en.yml | 6 | ||||
| -rw-r--r-- | config/locales/stop_points.fr.yml | 6 | ||||
| -rw-r--r-- | config/locales/vehicle_journey_exports.fr.yml | 3 |
4 files changed, 14 insertions, 3 deletions
diff --git a/config/locales/routes.fr.yml b/config/locales/routes.fr.yml index 48c335d03..b026891b9 100644 --- a/config/locales/routes.fr.yml +++ b/config/locales/routes.fr.yml @@ -19,7 +19,7 @@ fr: title: "Modifier l'itinéraire %{route}" show: title: "Itinéraire %{route} de la ligne %{line}" - stop_points: "Liste des arrêts de l'itinéraire'" + stop_points: "Liste des arrêts de l'itinéraire" journey_patterns: "Liste des missions" no_opposite_route: "Aucun itinéraire associé en sens opposé" undefined: "Non défini" diff --git a/config/locales/stop_points.en.yml b/config/locales/stop_points.en.yml index 5fc5b8b5c..c09a9f7fe 100644 --- a/config/locales/stop_points.en.yml +++ b/config/locales/stop_points.en.yml @@ -24,6 +24,12 @@ en: no_object: "Nothing" lines: "Lines" address: "Address" + for_boarding: + normal: Allowed boarding + forbidden: Forbidden boarding + for_alighting: + normal: Allowed alighting + forbidden: Forbidden alighting activerecord: models: stop_point: diff --git a/config/locales/stop_points.fr.yml b/config/locales/stop_points.fr.yml index 128c0416c..1c4ed09ed 100644 --- a/config/locales/stop_points.fr.yml +++ b/config/locales/stop_points.fr.yml @@ -24,6 +24,12 @@ fr: no_object: "Aucun(e)" lines: "Lignes" address: "Adresse" + for_boarding: + normal: Montée autorisée + forbidden: Montée interdite + for_alighting: + normal: Descente autorisée + forbidden: Descente interdite activerecord: models: stop_point: diff --git a/config/locales/vehicle_journey_exports.fr.yml b/config/locales/vehicle_journey_exports.fr.yml index 15eca70f3..002089cc8 100644 --- a/config/locales/vehicle_journey_exports.fr.yml +++ b/config/locales/vehicle_journey_exports.fr.yml @@ -1,7 +1,7 @@ fr: vehicle_journey_exports: new: - title: "Exporter les horaires existants" + title: "Exporter les horaires" basename: "courses" label: vehicle_journey_id: "id course (vide si nouvelle)" @@ -27,4 +27,3 @@ fr: vj_filename: "courses_" tt_filename: "calendriers" ftn_filename: "notes" - |
