diff options
| author | Marc Florisson | 2015-06-11 08:30:01 +0200 |
|---|---|---|
| committer | Marc Florisson | 2015-06-11 08:30:01 +0200 |
| commit | 57b267d6bca0b570a4b3a2d3b5bf87a17ef878bb (patch) | |
| tree | d06530691a946f60ad575f6ee4e810ea850268a5 /config/locales/export_tasks.en.yml | |
| parent | c5f647e1da50c9c3fe01a150e78d45276597c0fa (diff) | |
| download | chouette-core-57b267d6bca0b570a4b3a2d3b5bf87a17ef878bb.tar.bz2 | |
locales fix
Diffstat (limited to 'config/locales/export_tasks.en.yml')
| -rw-r--r-- | config/locales/export_tasks.en.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/locales/export_tasks.en.yml b/config/locales/export_tasks.en.yml index 89e1960f3..fe0e32828 100644 --- a/config/locales/export_tasks.en.yml +++ b/config/locales/export_tasks.en.yml @@ -7,7 +7,7 @@ en: 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" + warning: "Filter on stop areas export only GTFS stops and transfers files, these may contain extra attributes" activemodel: models: export_task: @@ -35,10 +35,10 @@ en: 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" + created_at: "Created on" status: "Status" - references_type: "Subset" - reference_ids: "Subset ids" + references_type: "Associated Data Type" + reference_ids: "Associated Data" object_id_prefix: "Neptune Id prefix" max_distance_for_commercial: "Max distance for commercial stop" max_distance_for_connection_link: "Max distance for connection link" @@ -56,4 +56,4 @@ en: max_distance_for_commercial: "Maximal distance to merge homonymous stops in commercial stop in meter" max_distance_for_connection_link: "Maximal distance to link stops by connection link 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"
\ No newline at end of file + ignore_end_chars: "ignore some chars at the end of stop names in homonymous detection" |
