aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLuc Donnet2016-11-21 12:37:07 +0100
committerLuc Donnet2016-11-21 12:37:07 +0100
commit53263bf43dd386606204a1aaabc7d02aa282d332 (patch)
tree8e9bb329f7976e7ebae802d783d5a8058d63d7d5 /config
parent61aa1075680b321212326a704d76a5dd60ea3e49 (diff)
parent0c05eb7e70644d5358896c55ed2e993bf379f584 (diff)
downloadchouette-core-53263bf43dd386606204a1aaabc7d02aa282d332.tar.bz2
Merge branch 'master' of github.com:AF83/stif-boiv
Diffstat (limited to 'config')
-rw-r--r--config/environment.rb2
-rw-r--r--config/locales/lines.en.yml2
-rw-r--r--config/locales/lines.fr.yml2
-rw-r--r--config/locales/routes.fr.yml1
4 files changed, 4 insertions, 3 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 000bf1c03..592eda45a 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -6,4 +6,4 @@ require File.expand_path('../application', __FILE__)
Rails.application.initialize!
# Fix version
-APP_VERSION = 'Itération 5'
+APP_VERSION = 'Itération 7'
diff --git a/config/locales/lines.en.yml b/config/locales/lines.en.yml
index 51ea2a176..33e979a00 100644
--- a/config/locales/lines.en.yml
+++ b/config/locales/lines.en.yml
@@ -23,7 +23,7 @@ en:
deactivated: "Disabled line"
title: "Lines"
name_or_number: "Search by name or number..."
- name_or_number_or_objectid_or_comment: "Search by name, number, objectid or comment..."
+ name_or_number_or_objectid: "Search by name, number or objectid..."
no_networks: "No networks"
no_companies: "No companies"
no_group_of_lines: "No group of lines"
diff --git a/config/locales/lines.fr.yml b/config/locales/lines.fr.yml
index 0ac9e676e..58331b363 100644
--- a/config/locales/lines.fr.yml
+++ b/config/locales/lines.fr.yml
@@ -23,7 +23,7 @@ fr:
deactivated: "Ligne désactivée"
title: "Lignes"
name_or_number: "Recherche par nom ou indice..."
- name_or_number_or_objectid_or_comment: "Recherche par nom, indice, objectid ou commentaire..."
+ name_or_number_or_objectid: "Recherche par nom, indice ou objectid..."
no_networks: "Aucun réseaux"
no_companies: "Aucun transporteurs"
no_group_of_lines: "Aucun groupes de ligne"
diff --git a/config/locales/routes.fr.yml b/config/locales/routes.fr.yml
index 74a07e0c0..183531236 100644
--- a/config/locales/routes.fr.yml
+++ b/config/locales/routes.fr.yml
@@ -59,6 +59,7 @@ fr:
direction: "Direction"
wayback: "Sens"
opposite_route: "Itinéraire associé en sens opposé"
+ opposite_route_id: "Itinéraire associé en sens opposé"
objectid: "Identifiant Neptune"
object_version: "Version"
creation_time: "Créé le"