diff options
| author | Michel Etienne | 2014-08-19 14:54:24 +0200 |
|---|---|---|
| committer | Michel Etienne | 2014-08-19 14:55:27 +0200 |
| commit | fe6da8dbd4dcffa0152b03dadb6f91af51915358 (patch) | |
| tree | a71281a98c6398ddbb7da8d53f05e61ec0d305a6 /config | |
| parent | ee6def8ac1675876e2ec570f9b8f5d1813abf93c (diff) | |
| download | chouette-core-fe6da8dbd4dcffa0152b03dadb6f91af51915358.tar.bz2 | |
add link for stoparea creation when editing route, Mantis 26824
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/routes.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/routes.yml b/config/locales/routes.yml index 8ec0c876d..623b9d9fc 100644 --- a/config/locales/routes.yml +++ b/config/locales/routes.yml @@ -9,6 +9,8 @@ en: export_kml_all: "Export KML routes" export_hub: "Export HUB route" export_hub_all: "Export HUB routes" + add_stop_point: "Add stop point" + new_stop_point: "Create new stop" new: title: "Add a new route" edit: @@ -72,6 +74,8 @@ fr: export_kml_all: "Export KML des séquences d'arrêts" export_hub: "Export HUB de la séquence d'arrêts" export_hub_all: "Export HUB des séquences d'arrêts" + add_stop_point: "Ajouter un arrêt" + new_stop_point: "Créer un arrêt pour l'ajouter" new: title: "Ajouter une séquence d'arrêts" edit: |
