diff options
| author | Guillaume | 2017-10-09 11:07:28 +0200 |
|---|---|---|
| committer | Guillaume | 2017-10-09 11:07:28 +0200 |
| commit | 451f6f56d6c22a9b55f8466a271857e31d8052b1 (patch) | |
| tree | a0aea46cd58731a39106a411451e3ce6e7d09298 /config | |
| parent | dbbd6869db784136c0a9017b6754a44ccacc719b (diff) | |
| download | chouette-core-451f6f56d6c22a9b55f8466a271857e31d8052b1.tar.bz2 | |
Refactoring tables titles for routes
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/lines.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/lines.fr.yml | 1 | ||||
| -rw-r--r-- | config/locales/routes.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/routes.fr.yml | 2 |
4 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/lines.en.yml b/config/locales/lines.en.yml index cfeba10ca..9efc9a4cc 100644 --- a/config/locales/lines.en.yml +++ b/config/locales/lines.en.yml @@ -26,6 +26,7 @@ en: index: deactivated: "Disabled line" title: "Lines" + line: "Ligne" name_or_number_or_objectid: "Search by name, short name or ID Codif..." no_networks: "No networks" no_companies: "No companies" diff --git a/config/locales/lines.fr.yml b/config/locales/lines.fr.yml index 134a669ec..4a6106a21 100644 --- a/config/locales/lines.fr.yml +++ b/config/locales/lines.fr.yml @@ -26,6 +26,7 @@ fr: index: deactivated: "Ligne désactivée" title: "Lignes" + line: "Ligne" name_or_number_or_objectid: "Recherche par nom, nom court ou ID Codif..." no_networks: "Aucun réseaux" no_companies: "Aucun transporteurs" diff --git a/config/locales/routes.en.yml b/config/locales/routes.en.yml index 3b1fd85cc..6b8372a85 100644 --- a/config/locales/routes.en.yml +++ b/config/locales/routes.en.yml @@ -39,11 +39,13 @@ en: show: title: "Route %{route}" stop_points: "Stop point on route list" + itineraries: "List of routes" journey_patterns: "Route journey patterns list" no_opposite_route: "No reversed route associated" undefined: "Undefined" index: title: "Routes" + itinerarie: "Route" selection: "Selection" selection_all: "All" edit_boarding_alighting: diff --git a/config/locales/routes.fr.yml b/config/locales/routes.fr.yml index 43c40645d..a396b5f9d 100644 --- a/config/locales/routes.fr.yml +++ b/config/locales/routes.fr.yml @@ -39,11 +39,13 @@ fr: show: title: "Itinéraire %{route} de la ligne %{line}" stop_points: "Liste des arrêts de l'itinéraire" + itineraries: "Liste des itinéraires" journey_patterns: "Liste des missions" no_opposite_route: "Aucun itinéraire associé" undefined: "Non défini" index: title: "Itinéraires" + itinerarie: "Itinéraire" selection: "Sélection" selection_all: "Tous" edit_boarding_alighting: |
