diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/environment.rb | 2 | ||||
| -rw-r--r-- | config/locales/access_points.yml | 12 | ||||
| -rw-r--r-- | config/locales/stop_areas.yml | 12 | 
3 files changed, 13 insertions, 13 deletions
| diff --git a/config/environment.rb b/config/environment.rb index e82bdc5f6..436f5cbba 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -6,4 +6,4 @@ require File.expand_path('../application', __FILE__)  ChouetteIhm::Application.initialize!  # Fix version -APP_VERSION = '2.0.3' +APP_VERSION = '2.1.0' diff --git a/config/locales/access_points.yml b/config/locales/access_points.yml index 83007d088..caaa55eaf 100644 --- a/config/locales/access_points.yml +++ b/config/locales/access_points.yml @@ -38,9 +38,9 @@ en:          country_code: "INSEE code"          openning_time: "Opening time"          closing_time: "Closing time" -        projection_type: "Projection type" -        x: "x-position" -        y: "y-position" +        projection: "Projection type" +        projection_x: "x-position" +        projection_y: "y-position"          long_lat_type: "Projection type"          longitude: "Longitude"          latitude: "Latitude" @@ -94,9 +94,9 @@ fr:          access_point_type: "Type d'accès"          street_name: "Nom de la rue"          country_code: "Code INSEE" -        projection_type: "Projection" -        x: "Position X" -        y: "Position Y" +        projection: "Projection" +        projection_x: "Position X" +        projection_y: "Position Y"          long_lat_type: "Projection"          longitude: "Longitude"          latitude: "Latitude" diff --git a/config/locales/stop_areas.yml b/config/locales/stop_areas.yml index b7201b983..7baff0dba 100644 --- a/config/locales/stop_areas.yml +++ b/config/locales/stop_areas.yml @@ -67,9 +67,9 @@ en:          street_name: "Street name"          country_code: "INSEE code"          fare_code: "Fare code" -        projection_type: "Projection type" -        x: "x-position" -        y: "y-position" +        projection: "Projection type" +        projection_x: "x-position" +        projection_y: "y-position"          long_lat_type: "Projection type"          longitude: "Longitude"          latitude: "Latitude" @@ -158,9 +158,9 @@ fr:          street_name: "Nom de la rue"          country_code: "Code INSEE"          fare_code: "Zone tarifaire" -        projection_type: "Projection" -        x: "Position X" -        y: "Position Y" +        projection: "Projection" +        projection_x: "Position X" +        projection_y: "Position Y"          long_lat_type: "Projection"          longitude: "Longitude"          latitude: "Latitude" | 
