blob: 6501faa57f4a64839512a094fa14224e96651957 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
|
en:
lines: &en_lines
actions:
new: "Add a new line"
edit: "Edit this line"
edit_footnotes: "Edit line footnotes"
destroy: "Remove this line"
activate: "Activate this line"
deactivate: "Deactivate this line"
activate_confirm: "Are you sure you want to activate this line ?"
deactivate_confirm: "Are you sure you want tode activate this line ?"
destroy_confirm: "Are you sure you want to destroy this line ?"
destroy_selection_confirm: "Are you sure you want to destroy those lines ?"
import: "Import lines"
export_kml: "Export KML line"
export_kml_all: "Export KML lines"
export_hub: "Export HUB line"
export_hub_all: "Export HUB lines"
show: 'Show'
show_network: 'Show network'
show_company: 'Show company'
search_no_results: "No results found"
filters:
name_or_objectid_cont: "Search by name or objectid"
new:
title: "Add a new line"
create:
title: "Add a new line"
edit:
title: "Update line %{name}"
update:
title: "Update line %{name}"
show:
title: "Line %{name}"
routes:
title: "Routes list"
group_of_lines: "Groups of lines"
search_no_results: "No line matching your query"
index:
deactivated: "Disabled line"
title: "Lines"
line: "Line %{line}"
name_or_number_or_objectid: "Search by name, short name or ID..."
no_networks: "No networks"
no_companies: "No companies"
no_group_of_lines: "No group of lines"
no_transport_modes: No transport mode
no_transport_submodes: No transport sub mode
all_networks: "All networks"
all_companies: "All companies"
all_group_of_lines: "All group of lines"
all_transport_modes: All transport modes
all_transport_submodes: All transport sub modes
multi_selection: "Multiple selection"
multi_selection_enable: "Enable multiple selection"
multi_selection_disable: "Disable multiple selection"
delete_selected: "Delete lines"
export_selected: "Export lines"
select_all: "Select all"
deselect_all: "Deselect all"
unset: "undefined"
advanced_search: "Advanced Search"
color: "Color"
form:
group_of_lines: "Associated groups of lines"
no_group_of_line: "No group of line"
several_group_of_lines: "%{count} groups of lines"
activerecord:
models:
line:
zero: "line"
one: "line"
other: "lines"
attributes:
line:
id: "ID"
network_id: "Network"
networks:
name: "Network"
company_id: "Company"
company: "Company"
secondary_companies: "Secondary companies"
companies:
name: "Company"
registration_number: "Registration number"
name: "Name"
published_name: "Published name"
registration_number: "Short name"
number: "Number"
transport_mode: "Transport mode"
transport_submode: "Transport Submode"
seasonal: "Seasonal"
url: "Web page"
color: "Line color"
text_color: "Text color"
mobility_restricted_suitability: "PRM accessibility"
flexible_service: "On demond transportation"
unspecified_mrs: "Not specified"
accessible: "Accessible"
not_accessible: "Not accessible"
unspecified_fs: "Not specified"
on_demaond_fs: "On demond service"
regular_fs: "Regular service"
number_of_vj: "Total number of vehicle journeys"
number_of_fs_vj: "Number of on demond vehicle journeys"
number_of_mrs_vj: "Number of accessible vehicle journeys"
number_of_non_fs_vj: "Number of non on demond vehicle journeys"
number_of_non_mrs_vj: "Number of non accessible vehicle journeys"
number_of_null_fs_vj: "Number of unspecified on demond vehicle journeys"
number_of_null_mrs_vj: "Number of unspecified accessible vehicle journeys"
default_fs_msg: "These vehicle journeys are considered as regular"
group_of_line: "Group of lines"
comment: "Comments"
objectid: "Neptune identifier"
object_version: "Version"
created_at: Created at
updated_at: Updated at
creator_id: "Created by"
footnotes: "Footnotes"
stable_id: External permanent idenifier"
status: Status
activated: Activated
deactivated: Deactivated
formtastic:
titles:
line:
name: ""
registration_number: "only alphanumerical or underscore characters"
objectid: "[prefix]:Line:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
number: ""
neptune:
line:
name: ""
registration_number: "only alphanumerical or underscore characters"
objectid: "[prefix]:Line:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
number: ""
netex:
line:
name: ""
registration_number: "only alphanumerical or underscore characters"
objectid: "[prefix]:Line:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
number: ""
gtfs:
line:
name: ""
registration_number: "only alphanumerical or underscore characters"
objectid: "[prefix]:Line:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
number: ""
hub:
line:
name: "maximum 75 characters"
registration_number: "Positif integer, unique key, of no more than 8 digits."
objectid: "[prefix]:Line:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character. Maximum length of the unique key = 14."
number: "Only alphanumerical or underscore characters. Maximum length = 6."
referential_lines:
<<: *en_lines
|