diff options
| author | Zog | 2017-12-21 11:14:23 +0100 |
|---|---|---|
| committer | Zog | 2017-12-21 11:46:45 +0100 |
| commit | 4eadd762a0005e3e452aa757495e02dc244db3dc (patch) | |
| tree | 4c191dee79e979c81939acb276852e9dcb2c4eb8 /config | |
| parent | 38ba7259702dccc5e2ee225e33a0c5390b2ad418 (diff) | |
| download | chouette-core-4eadd762a0005e3e452aa757495e02dc244db3dc.tar.bz2 | |
Refs #5355 @0.5h; Add opposite route button on timetables
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/routes.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/routes.fr.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/routes.en.yml b/config/locales/routes.en.yml index d82ba98dd..7b82e788b 100644 --- a/config/locales/routes.en.yml +++ b/config/locales/routes.en.yml @@ -13,6 +13,7 @@ en: export_hub_all: "Export HUB routes" add_stop_point: "Add stop point" new_stop_point: "Create new stop" + opposite_route_timetable: "Timetable back" new: title: "Add a new route" edit: diff --git a/config/locales/routes.fr.yml b/config/locales/routes.fr.yml index 457345ae8..1d151e60b 100644 --- a/config/locales/routes.fr.yml +++ b/config/locales/routes.fr.yml @@ -13,6 +13,7 @@ fr: export_hub_all: "Export HUB des itinéraires" add_stop_point: "Ajouter un arrêt" new_stop_point: "Créer un arrêt pour l'ajouter" + opposite_route_timetable: "Horaires retour" new: title: "Ajouter un itinéraire" edit: |
