diff options
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | config/locales/lines.yml | 6 | ||||
| -rw-r--r-- | config/locales/vehicle_journeys.yml | 4 | 
3 files changed, 6 insertions, 9 deletions
| diff --git a/CHANGELOG.md b/CHANGELOG.md index 096cb6c48..c6eda254d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,10 @@ -# V2.1.a - -* Intégration des cartes du géoportail (IGN) -  # V2.0.3  * Ajout des imports/export NeTex  * Fonctionnement sous windows  * Prise en compte de grandes quantités de calendriers.  * Reprise des logs d'import Neptune +* Intégration des cartes du géoportail (IGN)  # V2.0.2 diff --git a/config/locales/lines.yml b/config/locales/lines.yml index 23406fcc8..288dc539e 100644 --- a/config/locales/lines.yml +++ b/config/locales/lines.yml @@ -45,7 +45,7 @@ en:          name: "Name"          published_name: "Published name"          number: "Number" -        transport_mode: "Transport mode" +        transport_mode_name: "Transport mode"          group_of_line: "Group of lines"          comment: "Comments"          objectid: "Neptune identifier" @@ -103,9 +103,9 @@ fr:          company: "Transporteur"          registration_number: "Numéro d'enregistrement"          name: "Nom" -        published_name: "Nom public"         +        published_name: "Nom public"          number: "Indice" -        transport_mode: "Mode de transport" +        transport_mode_name: "Mode de transport"          group_of_line: "Groupe de lignes"          comment: "Commentaire"          objectid: "Identifiant Neptune" diff --git a/config/locales/vehicle_journeys.yml b/config/locales/vehicle_journeys.yml index 64a86dd67..fa52c423b 100644 --- a/config/locales/vehicle_journeys.yml +++ b/config/locales/vehicle_journeys.yml @@ -59,7 +59,7 @@ en:          company: "Company"          comment: "Comments"          status_value: "Status Value" -        transport_mode: "Transport Mode" +        transport_mode_name: "Transport Mode"          published_journey_name: "Published Name"          published_journey_identifier: "Published Identifier"          facility: "Facility" @@ -140,7 +140,7 @@ fr:          company: "Transporteur"          comment: "Commentaires"          status_value: "Etat de trafic" -        transport_mode: "Mode de transport" +        transport_mode_name: "Mode de transport"          published_journey_name: "Nom public"          published_journey_identifier: "Identifiant public"          facility: "Equipement" | 
