diff options
| author | cedricnjanga | 2018-04-04 14:55:25 -0700 | 
|---|---|---|
| committer | GitHub | 2018-04-04 14:55:25 -0700 | 
| commit | c327d2ec90851bfe1f81c072ef328bd68ea55f38 (patch) | |
| tree | 89a52107e5fe4bef33fa273fc32240dcc9901986 /config | |
| parent | f04d4420053dc995bad52b5b87ff7f15e302c2b3 (diff) | |
| parent | 461e1b085e745e819e95649bf3509ca6055ce827 (diff) | |
| download | chouette-core-c327d2ec90851bfe1f81c072ef328bd68ea55f38.tar.bz2 | |
Merge branch 'master' into 6370-translations-26370-translations-2
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/routes.fr.yml | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/config/locales/routes.fr.yml b/config/locales/routes.fr.yml index 01f957496..f4eefa10d 100644 --- a/config/locales/routes.fr.yml +++ b/config/locales/routes.fr.yml @@ -16,6 +16,7 @@ fr:        add_stop_point: "Ajouter un arrêt"        new_stop_point: "Créer un arrêt pour l'ajouter"        reversed_vehicle_journey: "Horaires retour" +    opposite: "%{name} (retour)"      new:        title: "Ajouter un itinéraire"      edit: @@ -56,6 +57,9 @@ fr:        stop_area_name: "Nom de l'arrêt"        for_boarding: "Montée"        for_alighting: "Descente" +    create_opposite: +      title: "Créer retour" +      success: "itinéraire créé avec succès"      duplicate:        title: "Dupliquer l'itinéraire"        success: "itinéraire dupliqué avec succès" | 
