blob: 3d98b54f4bda4ce90324fb1144000aac7f09264a (
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
|
# luci-fw.po
# generated from ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:1
#. Port forwarding
msgid "fw_portfw"
msgstr "Port forwarding"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:2
#. Traffic Redirection
msgid "fw_redirect"
msgstr "Traffic Redirection"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:3
#. Traffic redirection allows you to change the destination address of forwarded packets.
msgid "fw_redirect_desc"
msgstr "Traffic redirection allows you to change the destination address of forwarded packets."
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:4
#. Zone-to-Zone traffic
msgid "fw_forwarding"
msgstr "Zone-to-Zone traffic"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:5
#. Firewall
msgid "fw_fw"
msgstr "Firewall"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:6
#. Zone
msgid "fw_zone"
msgstr "Zone"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:7
#. Zones
msgid "fw_zones"
msgstr "Zones"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:8
#. Custom forwarding
msgid "fw_custfwd"
msgstr "Custom forwarding"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:9
#. The firewall creates zones over your network interfaces to control network traffic flow.
msgid "fw_fw1"
msgstr "The firewall creates zones over your network interfaces to control network traffic flow."
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:10
#. Advanced Rules
msgid "firewall_rule"
msgstr "Advanced Rules"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:11
#. Advanced rules let you customize the firewall to your needs. Only new connections will be matched. Packets belonging to already open connections are automatically allowed to pass the firewall.
msgid "firewall_rule_desc"
msgstr "Advanced rules let you customize the firewall to your needs. Only new connections will be matched. Packets belonging to already open connections are automatically allowed to pass the firewall."
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:12
#. Input Zone
msgid "firewall_rule_src"
msgstr "Input Zone"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:13
#. Output Zone
msgid "firewall_rule_dest"
msgstr "Output Zone"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:14
#. Source address
msgid "firewall_rule_srcip"
msgstr "Source address"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:15
#. Destination address
msgid "firewall_rule_destip"
msgstr "Destination address"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:16
#. Source MAC-Address
msgid "firewall_rule_srcmac"
msgstr "Source MAC-Address"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:17
#. Source port
msgid "firewall_rule_srcport"
msgstr "Source port"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:18
#. Destination port
msgid "firewall_rule_destport"
msgstr "Destination port"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:19
#. Action
msgid "firewall_rule_target"
msgstr "Action"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:20
#. accept
msgid "fw_accept"
msgstr "accept"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:21
#. reject
msgid "fw_reject"
msgstr "reject"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:22
#. drop
msgid "fw_drop"
msgstr "drop"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:23
#. Source
msgid "fw_src"
msgstr "Source"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:24
#. Destination
msgid "fw_dest"
msgstr "Destination"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:25
#. Traffic Control
msgid "fw_traffic"
msgstr "Traffic Control"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:26
#. MSS Clamping
msgid "fw_mtufix"
msgstr "MSS Clamping"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:27
#. Drop invalid packets
msgid "fw_dropinvalid"
msgstr "Drop invalid packets"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:28
#. Port forwarding allows to provide network services in the internal network to an external network.
msgid "fw_portfw1"
msgstr "Port forwarding allows to provide network services in the internal network to an external network."
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:29
#. External Zone
msgid "firewall_redirect_src_desc"
msgstr "External Zone"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:30
#. External port
msgid "firewall_redirect_srcdport"
msgstr "External port"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:31
#. port or range as first-last
msgid "firewall_redirect_srcdport_desc"
msgstr "port or range as first-last"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:32
#. Source address
msgid "firewall_redirect_srcip"
msgstr "Source address"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:33
#. Source MAC
msgid "firewall_redirect_srcmac"
msgstr "Source MAC"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:34
#. Internal address
msgid "firewall_redirect_destip"
msgstr "Internal address"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:35
#. IP-Address
msgid "firewall_redirect_destip_desc"
msgstr "IP-Address"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:36
#. Internal port (optional)
msgid "firewall_redirect_destport"
msgstr "Internal port (optional)"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:37
#. port or range as first-last
msgid "firewall_redirect_destport_desc"
msgstr "port or range as first-last"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:38
#. Here you can specify which network traffic is allowed to flow between network zones. Only new connections will be matched. Packets belonging to already open connections are automatically allowed to pass the firewall. If you experience occasional connection problems try enabling MSS Clamping otherwise disable it for performance reasons.
msgid "fw_forwarding1"
msgstr "Here you can specify which network traffic is allowed to flow between network zones. Only new connections will be matched. Packets belonging to already open connections are automatically allowed to pass the firewall. If you experience occasional connection problems try enabling MSS Clamping otherwise disable it for performance reasons."
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:39
#. Input
msgid "firewall_forwarding_src"
msgstr "Input"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:40
#. Output
msgid "firewall_forwarding_dest"
msgstr "Output"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:41
#. Defaults
msgid "firewall_defaults"
msgstr "Defaults"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:42
#. These are the default settings that are used if no other rules match.
msgid "firewall_defaults_desc"
msgstr "These are the default settings that are used if no other rules match."
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:43
#. SYN-flood protection
msgid "firewall_defaults_synflood"
msgstr "SYN-flood protection"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:44
#. Incoming Traffic
msgid "firewall_defaults_input"
msgstr "Incoming Traffic"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:45
#. Outgoing Traffic
msgid "firewall_defaults_output"
msgstr "Outgoing Traffic"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:46
#. Forwarded Traffic
msgid "firewall_defaults_forward"
msgstr "Forwarded Traffic"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:47
#. Zones part the network interfaces into certain isolated areas to separate network traffic. One or more networks can belong to a zone. The MASQ-flag enables NAT masquerading for all outgoing traffic on this zone.
msgid "firewall_zone_desc"
msgstr "Zones part the network interfaces into certain isolated areas to separate network traffic. One or more networks can belong to a zone. The MASQ-flag enables NAT masquerading for all outgoing traffic on this zone."
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:48
#. Incoming Traffic
msgid "firewall_zone_input"
msgstr "Incoming Traffic"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:49
#. Default Policy
msgid "firewall_zone_input_desc"
msgstr "Default Policy"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:50
#. Outgoing Traffic
msgid "firewall_zone_output"
msgstr "Outgoing Traffic"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:51
#. Default Policy
msgid "firewall_zone_output_desc"
msgstr "Default Policy"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:52
#. Forwarded Traffic
msgid "firewall_zone_forward"
msgstr "Forwarded Traffic"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:53
#. Default Policy
msgid "firewall_zone_forward_desc"
msgstr "Default Policy"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:54
#. MASQ
msgid "firewall_zone_masq"
msgstr "MASQ"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:55
#. Networks
msgid "firewall_zone_network"
msgstr "Networks"
#: ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua:56
#. contained networks
msgid "firewall_zone_network_desc"
msgstr "contained networks"
|