aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/export_tasks.en.yml
diff options
context:
space:
mode:
authorZog2018-05-29 15:51:52 +0200
committerJohan Van Ryseghem2018-05-30 16:29:33 +0200
commit63a277b88de6703dcf4f32508099def1e9cbca19 (patch)
tree367488bc99b17d479a77a6b2773046470bf213ad /config/locales/export_tasks.en.yml
parent3e8d95ac8168205ac9526fb8663459d691d09c30 (diff)
downloadchouette-core-63a277b88de6703dcf4f32508099def1e9cbca19.tar.bz2
Refs #7161; Clean views and routes
Diffstat (limited to 'config/locales/export_tasks.en.yml')
-rw-r--r--config/locales/export_tasks.en.yml57
1 files changed, 0 insertions, 57 deletions
diff --git a/config/locales/export_tasks.en.yml b/config/locales/export_tasks.en.yml
deleted file mode 100644
index 505cf688e..000000000
--- a/config/locales/export_tasks.en.yml
+++ /dev/null
@@ -1,57 +0,0 @@
-en:
- export_tasks:
- actions:
- new: "New export"
- new:
- title: "New export"
- all: "All"
- flash: "Export task on queue, refresh page to see progression"
- fields_gtfs_export:
- warning: "Filter on stop areas export only GTFS stops and transfers files, these may contain extra attributes"
- activemodel:
- models:
- export_task:
- zero: "export"
- one: "export"
- other: "exports"
- neptune_export:
- zero: "export"
- one: "Neptune export"
- other: "exports"
- gtfs_export:
- zero: "export"
- one: "GTFS export"
- other: "exports"
- netex_export:
- zero: "export"
- one: "NeTEx export"
- other: "exports"
- attributes:
- export_task:
- name: "Export name"
- start_date: "Start date"
- end_date: "End date"
- start_date_greater_than: "Start date must be greater than or equal to %{tt_st_date}."
- end_date_less_than: "End date must be less than or equal to %{tt_ed_date}."
- end_date_greater_than_start_date: "End date must be greater than start date"
- extensions: "Extensions"
- created_at: "Created on"
- status: "Status"
- references_type: "Associated Data Type"
- reference_ids: "Associated Data"
- object_id_prefix: "Neptune Id prefix"
- max_distance_for_commercial: "Max distance for commercial stop"
- ignore_last_word: "ignore last word"
- ignore_end_chars: "ignore last chars"
- formtastic:
- titles:
- export_task:
- time_zone: "according to TZ encoding (see http://en.wikipedia.org/wiki/Tz_database)"
- object_id_prefix: "when prefix has this value, it will be removed to build GTFS id"
- start_date: "reduce import to vehicle journeys running from this date"
- end_date: "reduce import to vehicle journeys running until this date"
- dates:
- not_nul: "HUB Export interrupted. Start date and end date must be provided."
- max_distance_for_commercial: "Maximal distance to merge homonymous stops in commercial stop in meter"
- ignore_last_word: "ignore last word on stop name in homonymous detection (inappliable when just one word occurs)"
- ignore_end_chars: "ignore some chars at the end of stop names in homonymous detection"