diff options
| author | jpl | 2017-06-06 15:59:39 +0200 | 
|---|---|---|
| committer | jpl | 2017-06-06 15:59:39 +0200 | 
| commit | 280cc337c7d2eb3d5e7457d0399e4f0ee5cdb2aa (patch) | |
| tree | ff76211b493de1c1c8a350447485e69f2d535e9d /config | |
| parent | 6e6a2158f88e0a4e8973cb8e098e92b444aecf77 (diff) | |
| download | chouette-core-280cc337c7d2eb3d5e7457d0399e4f0ee5cdb2aa.tar.bz2 | |
Refs #3488: updating itl#show
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/actions.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/actions.fr.yml | 1 | ||||
| -rw-r--r-- | config/locales/routing_constraint_zones.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/routing_constraint_zones.fr.yml | 7 | 
4 files changed, 5 insertions, 6 deletions
diff --git a/config/locales/actions.en.yml b/config/locales/actions.en.yml index 6e2dd3aa2..fe4d3d4e5 100644 --- a/config/locales/actions.en.yml +++ b/config/locales/actions.en.yml @@ -5,6 +5,7 @@ en:      delete: "Delete"      search: "Search"      add: "Add new" +    new: "Add new"      show: "See"      archive: "Archive"      unarchive: "Unarchive" diff --git a/config/locales/actions.fr.yml b/config/locales/actions.fr.yml index 8f2fc90f8..ae0537ebb 100644 --- a/config/locales/actions.fr.yml +++ b/config/locales/actions.fr.yml @@ -6,6 +6,7 @@ fr:      search: "Chercher"      submit: "Valider"      add: 'Ajouter' +    new: 'Ajouter'      show: 'Consulter'      archive: 'Conserver'      unarchive: 'Déconserver' diff --git a/config/locales/routing_constraint_zones.en.yml b/config/locales/routing_constraint_zones.en.yml index e72e79148..8e9dbfb02 100644 --- a/config/locales/routing_constraint_zones.en.yml +++ b/config/locales/routing_constraint_zones.en.yml @@ -11,7 +11,7 @@ en:          updated_at: Updated at          objectid: Object ID          stop_points_count: Number of stop points -        route: Route +        route: Associated route      errors:        models:          routing_constraint_zone: diff --git a/config/locales/routing_constraint_zones.fr.yml b/config/locales/routing_constraint_zones.fr.yml index c793fe678..3e207fac0 100644 --- a/config/locales/routing_constraint_zones.fr.yml +++ b/config/locales/routing_constraint_zones.fr.yml @@ -6,12 +6,12 @@ fr:        routing_constraint_zone:          name: Nom          stop_areas: Arrêts -        line: Ligne +        line: Ligne associée          created_at: "Créé le"          updated_at: "Edité le"          objectid: Object ID          stop_points_count: Nombre d'arrêts -        route: Itinéraire +        route: Itinéraire associé      errors:        models:          routing_constraint_zone: @@ -23,9 +23,6 @@ fr:    routing_constraint_zones:      search_no_results: "Aucune ITL ne correspond à votre recherche"      actions: -      new: Ajouter un ITL -      edit: Editer cette zone de contrainte -      destroy: Supprimer cette zone de contrainte        destroy_confirm: Etes vous sûr de supprimer cette zone de contrainte ?      new:        title: Ajouter un ITL  | 
