luci-app-firewall: rework rule descriptions, deduplicate code
[oweals/luci.git] / applications / luci-app-firewall / po / en / firewall.po
1 #, fuzzy
2 msgid ""
3 msgstr ""
4 "Project-Id-Version: PACKAGE VERSION\n"
5 "Report-Msgid-Bugs-To: \n"
6 "POT-Creation-Date: 2010-03-30 17:00+0200\n"
7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9 "Language-Team: LANGUAGE <LL@li.org>\n"
10 "MIME-Version: 1.0\n"
11 "Content-Type: text/plain; charset=UTF-8\n"
12 "Content-Transfer-Encoding: 8bit\n"
13
14 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47
15 msgid ""
16 "%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?<var>IPv4</var> and "
17 "<var>IPv6</var>:<var>IPv6</var>}:<var>IPv4</var>}%{proto?, protocol %{proto#"
18 "%{next?, }%{item.types?<var class=\"cbi-tooltip-container\">%{item.name}"
19 "<span class=\"cbi-tooltip\">ICMP with types %{item.types#%{next?, }<var>"
20 "%{item}</var>}</span></var>:<var>%{item.name}</var>}}}%{mark?, mark <var"
21 "%{mark.inv? data-tooltip=\"Match fwmarks except %{mark.num}%{mark.mask? with "
22 "mask %{mark.mask}}.\":%{mark.mask? data-tooltip=\"Mask fwmark value with "
23 "%{mark.mask} before compare.\"}}>%{mark.val}</var>}%{dscp?, DSCP %{dscp.inv?"
24 "<var data-tooltip=\"Match DSCP classifications except %{dscp.num?:%{dscp."
25 "name}}\">%{dscp.val}</var>:<var>%{dscp.val}</var>}}%{helper?, helper "
26 "%{helper.inv?<var data-tooltip=\"Match any helper except &quot;%{helper.name}"
27 "&quot;\">%{helper.val}</var>:<var data-tooltip=\"%{helper.name}\">%{helper."
28 "val}</var>}}"
29 msgstr ""
30
31 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431
32 msgid "-- add IP --"
33 msgstr ""
34
35 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479
36 msgid "-- add MAC --"
37 msgstr ""
38
39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117
40 msgid ""
41 "<var data-tooltip=\"ACCEPT\">Accept</var> %{src?%{dest?forward:input}:output}"
42 msgstr ""
43
44 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86
45 msgid "<var data-tooltip=\"ACCEPT\">Prevent source rewrite</var>"
46 msgstr ""
47
48 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80
49 msgid ""
50 "<var data-tooltip=\"DNAT\">Forward</var> to %{dest}%{dest_ip? IP <var>"
51 "%{dest_ip}</var>}%{dest_port? port <var>%{dest_port}</var>}"
52 msgstr ""
53
54 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114
55 msgid ""
56 "<var data-tooltip=\"DROP\">Drop</var> %{src?%{dest?forward:input}:output}"
57 msgstr ""
58
59 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132
60 msgid ""
61 "<var data-tooltip=\"DSCP\">Assign DSCP</var> classification <var>%{set_dscp}"
62 "</var>"
63 msgstr ""
64
65 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126
66 msgid ""
67 "<var data-tooltip=\"HELPER\">Assign conntrack</var> helper <var"
68 "%{helper_name? data-tooltip=\"%{helper_name}\"}>%{set_helper}</var>"
69 msgstr ""
70
71 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129
72 msgid ""
73 "<var data-tooltip=\"MARK\">%{set_mark?Assign:XOR}</var> firewall mark <var>"
74 "%{set_mark?:%{set_xmark}}</var>"
75 msgstr ""
76
77 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83
78 msgid "<var data-tooltip=\"MASQUERADE\">Automatically rewrite</var> source IP"
79 msgstr ""
80
81 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123
82 msgid ""
83 "<var data-tooltip=\"NOTRACK\">Do not track</var> %{src?%{dest?forward:input}:"
84 "output}"
85 msgstr ""
86
87 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120
88 msgid ""
89 "<var data-tooltip=\"REJECT\">Reject</var> %{src?%{dest?forward:input}:output}"
90 msgstr ""
91
92 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80
93 msgid ""
94 "<var data-tooltip=\"SNAT\">Statically rewrite</var> to source %{snat_ip?IP "
95 "<var>%{snat_ip}</var>} %{snat_port?port <var>%{snat_port}</var>}"
96 msgstr ""
97
98 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:216
99 msgid "A rewrite IP must be specified!"
100 msgstr ""
101
102 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204
103 msgid "ACCEPT - Disable address rewriting"
104 msgstr ""
105
106 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164
107 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220
108 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355
109 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149
110 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199
111 msgid "Action"
112 msgstr "Action"
113
114 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:249
115 msgid ""
116 "Additional raw <em>iptables</em> arguments to classify zone destination "
117 "traffic, e.g. <code>-p tcp --dport 443</code> to only match outbound HTTPS "
118 "traffic."
119 msgstr ""
120
121 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:239
122 msgid ""
123 "Additional raw <em>iptables</em> arguments to classify zone source traffic, "
124 "e.g. <code>-p tcp --sport 443</code> to only match inbound HTTPS traffic."
125 msgstr ""
126
127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129
128 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173
129 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127
130 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78
131 msgid "Advanced Settings"
132 msgstr ""
133
134 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211
135 msgid "Allow \"invalid\" traffic"
136 msgstr ""
137
138 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:311
139 msgid "Allow forward from <em>source zones</em>:"
140 msgstr ""
141
142 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:270
143 msgid "Allow forward to <em>destination zones</em>:"
144 msgstr ""
145
146 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506
147 msgid "Any"
148 msgstr ""
149
150 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421
151 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437
152 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249
153 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265
154 msgid "Any day"
155 msgstr ""
156
157 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314
158 msgid ""
159 "Apply a bitwise XOR of the given value and the existing mark value on "
160 "established connections. Format is value[/mask]. If a mask is specified then "
161 "those bits set in the mask are zeroed out."
162 msgstr ""
163
164 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261
165 msgid "Apply the given DSCP class or value to established connections."
166 msgstr ""
167
168 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383
169 msgid "Assign the specified connection tracking helper to matched traffic."
170 msgstr ""
171
172 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:214
173 msgid "Automatic helper assignment"
174 msgstr ""
175
176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:214
177 msgid ""
178 "Automatically assign conntrack helpers based on traffic protocol and port"
179 msgstr ""
180
181 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:79
182 msgid "Conntrack Settings"
183 msgstr ""
184
185 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:218
186 msgid "Conntrack helpers"
187 msgstr ""
188
189 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15
190 msgid "Contents have been saved."
191 msgstr ""
192
193 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:181
194 msgid "Covered devices"
195 msgstr ""
196
197 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137
198 msgid "Covered networks"
199 msgstr ""
200
201 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:186
202 msgid "Covered subnets"
203 msgstr ""
204
205 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53
206 msgid "Custom Rules"
207 msgstr ""
208
209 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25
210 msgid ""
211 "Custom rules allow you to execute arbitrary iptables commands which are not "
212 "otherwise covered by the firewall framework. The commands are executed after "
213 "each firewall restart, right after the default ruleset has been loaded."
214 msgstr ""
215
216 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365
217 msgid "DSCP classification"
218 msgstr ""
219
220 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260
221 msgid "DSCP mark"
222 msgstr ""
223
224 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294
225 msgid "DSCP mark required"
226 msgstr ""
227
228 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346
229 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185
230 msgid "Destination address"
231 msgstr "Destination address"
232
233 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348
234 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190
235 msgid "Destination port"
236 msgstr "Destination port"
237
238 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340
239 msgid "Destination zone"
240 msgstr "Destination zone"
241
242 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252
243 msgid "Device name"
244 msgstr ""
245
246 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211
247 msgid ""
248 "Do not install extra rules to reject forwarded traffic with conntrack state "
249 "<em>invalid</em>. This may be required for complex asymmetric route setups."
250 msgstr ""
251
252 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36
253 msgid "Drop invalid packets"
254 msgstr "Drop invalid packets"
255
256 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172
257 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:226
258 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155
259 msgid "Enable"
260 msgstr ""
261
262 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239
263 msgid "Enable NAT Loopback"
264 msgstr ""
265
266 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:35
267 msgid "Enable SYN-flood protection"
268 msgstr "Enable SYN-flood protection"
269
270 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:224
271 msgid "Enable logging on this zone"
272 msgstr ""
273
274 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336
275 msgid "Expecting: %s"
276 msgstr ""
277
278 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54
279 msgid "Experimental feature. Not fully compatible with QoS/SQM."
280 msgstr ""
281
282 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:218
283 msgid "Explicitly choses allowed connection tracking helpers for zone traffic"
284 msgstr ""
285
286 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206
287 msgid "External IP address"
288 msgstr ""
289
290 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211
291 msgid "External port"
292 msgstr "External port"
293
294 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275
295 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413
296 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240
297 msgid "Extra arguments"
298 msgstr ""
299
300 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:249
301 msgid "Extra destination arguments"
302 msgstr ""
303
304 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80
305 msgid "Extra iptables arguments"
306 msgstr ""
307
308 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:239
309 msgid "Extra source arguments"
310 msgstr ""
311
312 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
313 # Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua      #
314 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
315 #
316 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3
317 msgid "Firewall"
318 msgstr "Firewall"
319
320 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24
321 msgid "Firewall - Custom Rules"
322 msgstr ""
323
324 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118
325 msgid "Firewall - NAT Rules"
326 msgstr ""
327
328 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120
329 msgid "Firewall - Port Forwards"
330 msgstr ""
331
332 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164
333 msgid "Firewall - Traffic Rules"
334 msgstr ""
335
336 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:28
337 msgid "Firewall - Zone Settings"
338 msgstr ""
339
340 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:41
341 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:117
342 msgid "Forward"
343 msgstr "Forward"
344
345 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:29
346 msgid ""
347 "Forwarded IPv4%{proto?, protocol %{proto#%{next?, }<var>%{item.name}</"
348 "var>}}%{mark?, mark <var%{mark.inv? data-tooltip=\"Match fwmarks except "
349 "%{mark.num}%{mark.mask? with mask %{mark.mask}}.\":%{mark.mask? data-tooltip="
350 "\"Mask fwmark value with %{mark.mask} before compare.\"}}>%{mark.val}</var>}"
351 msgstr ""
352
353 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427
354 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255
355 msgid "Friday"
356 msgstr ""
357
358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:38
359 msgid ""
360 "From %{src}%{src_device?, interface <var>%{src_device}</var>}%{src_ip?, IP "
361 "%{src_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match IP addresses except "
362 "%{item.val}.\"}>%{item.ival}</var>}}%{src_port?, port %{src_port#%{next?, }"
363 "<var%{item.inv? data-tooltip=\"Match ports except %{item.val}.\"}>%{item."
364 "ival}</var>}}"
365 msgstr ""
366
367 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63
368 msgid ""
369 "From %{src}%{src_device?, interface <var>%{src_device}</var>}%{src_ip?, IP "
370 "%{src_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match IP addresses except "
371 "%{item.val}.\"}>%{item.ival}</var>}}%{src_port?, port %{src_port#%{next?, }"
372 "<var%{item.inv? data-tooltip=\"Match ports except %{item.val}.\"}>%{item."
373 "ival}</var>}}%{src_mac?, MAC %{src_mac#%{next?, }<var%{item.inv? data-"
374 "tooltip=\"Match MACs except %{item.val}%{item.hint.name? a.k.a. %{item.hint."
375 "name}}.\":%{item.hint.name? data-tooltip=\"%{item.hint.name}\"}}>%{item.ival}"
376 "</var>}}"
377 msgstr ""
378
379 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:47
380 msgid ""
381 "From %{src}%{src_ip?, IP %{src_ip#%{next?, }<var%{item.inv? data-tooltip="
382 "\"Match IP addresses except %{item.val}.\"}>%{item.ival}</var>}}%{src_port?, "
383 "port %{src_port#%{next?, }<var%{item.inv? data-tooltip=\"Match ports except "
384 "%{item.val}.\"}>%{item.ival}</var>}}%{src_mac?, MAC %{src_mac#%{next?, }<var"
385 "%{item.inv? data-tooltip=\"Match MACs except %{item.val}%{item.hint.name? a."
386 "k.a. %{item.hint.name}}.\":%{item.hint.name? data-tooltip=\"%{item.hint."
387 "name}\"}}>%{item.ival}</var>}}"
388 msgstr ""
389
390 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128
391 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172
392 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126
393 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31
394 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77
395 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16
396 msgid "General Settings"
397 msgstr ""
398
399 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:65
400 msgid "Hardware flow offloading"
401 msgstr ""
402
403 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263
404 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192
405 msgid "IPv4 and IPv6"
406 msgstr ""
407
408 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264
409 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193
410 msgid "IPv4 only"
411 msgstr ""
412
413 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265
414 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194
415 msgid "IPv6 only"
416 msgstr ""
417
418 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235
419 msgid "Inbound device"
420 msgstr ""
421
422 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:37
423 msgid ""
424 "Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?<var class="
425 "\"cbi-tooltip-container\">%{item.name}<span class=\"cbi-tooltip\">ICMP with "
426 "types %{item.types#%{next?, }<var>%{item}</var>}</span></var>:<var>%{item."
427 "name}</var>}}}%{mark?, mark <var%{mark.inv? data-tooltip=\"Match fwmarks "
428 "except %{mark.num}%{mark.mask? with mask %{mark.mask}}.\":%{mark.mask? data-"
429 "tooltip=\"Mask fwmark value with %{mark.mask} before compare.\"}}>%{mark.val}"
430 "</var>}%{helper?, helper %{helper.inv?<var data-tooltip=\"Match any helper "
431 "except &quot;%{helper.name}&quot;\">%{helper.val}</var>:<var data-tooltip="
432 "\"%{helper.name}\">%{helper.val}</var>}}"
433 msgstr ""
434
435 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39
436 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115
437 msgid "Input"
438 msgstr "Input"
439
440 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225
441 msgid "Internal IP address"
442 msgstr "Internal IP address"
443
444 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230
445 msgid "Internal port"
446 msgstr "Internal port"
447
448 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219
449 msgid "Internal zone"
450 msgstr ""
451
452 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:302
453 msgid "Invalid DSCP mark"
454 msgstr ""
455
456 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:370
457 msgid "Invalid limit value"
458 msgstr ""
459
460 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380
461 msgid "Limit burst"
462 msgstr ""
463
464 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:227
465 msgid "Limit log messages"
466 msgstr ""
467
468 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346
469 msgid "Limit matching"
470 msgstr ""
471
472 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:74
473 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95
474 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67
475 msgid ""
476 "Limit matching to <var>%{limit.num}</var> packets per <var>%{limit.unit}</"
477 "var>%{limit.burst? burst <var>%{limit.burst}</var>}"
478 msgstr ""
479
480 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:347
481 msgid "Limits traffic matching to the specified rate."
482 msgstr ""
483
484 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244
485 msgid "Loopback source IP"
486 msgstr ""
487
488 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203
489 msgid "MASQUERADE - Automatically rewrite to outbound interface IP"
490 msgstr ""
491
492 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:134
493 msgid "MSS clamping"
494 msgstr "MSS clamping"
495
496 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131
497 msgid "Masquerading"
498 msgstr "Masquerading"
499
500 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153
501 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209
502 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138
503 msgid "Match"
504 msgstr ""
505
506 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:260
507 msgid "Match DSCP"
508 msgstr ""
509
510 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276
511 msgid "Match ICMP type"
512 msgstr ""
513
514 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232
515 msgid "Match device"
516 msgstr ""
517
518 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186
519 msgid "Match forwarded traffic directed at the given IP address."
520 msgstr ""
521
522 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191
523 msgid ""
524 "Match forwarded traffic directed at the given destination port or port range."
525 msgstr ""
526
527 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172
528 msgid "Match forwarded traffic from this IP or range."
529 msgstr ""
530
531 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177
532 msgid ""
533 "Match forwarded traffic originating from the given source port or port range."
534 msgstr ""
535
536 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253
537 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390
538 msgid "Match helper"
539 msgstr ""
540
541 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212
542 msgid ""
543 "Match incoming traffic directed at the given destination port or port range "
544 "on this host"
545 msgstr ""
546 "Match incoming traffic directed at the given destination port or port range "
547 "on this host"
548
549 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313
550 msgid "Match mark"
551 msgstr ""
552
553 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253
554 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390
555 msgid "Match traffic using the specified connection tracking helper."
556 msgstr ""
557
558 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316
559 msgid "Matches a specific firewall mark or a range of different marks."
560 msgstr ""
561
562 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231
563 msgid "Matches forwarded traffic using the specified outbound network device."
564 msgstr ""
565
566 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261
567 msgid "Matches traffic carrying the specified DSCP marking."
568 msgstr ""
569
570 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:381
571 msgid ""
572 "Maximum initial number of packets to match: this number gets recharged by "
573 "one every time the limit specified above is not reached, up to this number."
574 msgstr ""
575
576 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423
577 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251
578 msgid "Monday"
579 msgstr ""
580
581 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:433
582 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261
583 msgid "Month Days"
584 msgstr ""
585
586 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:121
587 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43
588 msgid "NAT Rules"
589 msgstr ""
590
591 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119
592 msgid ""
593 "NAT rules allow fine grained control over the source IP to use for outbound "
594 "or forwarded traffic."
595 msgstr ""
596
597 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149
598 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205
599 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:134
600 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93
601 msgid "Name"
602 msgstr "Name"
603
604 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207
605 msgid "Only match incoming traffic directed at the given IP address."
606 msgstr ""
607
608 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188
609 msgid "Only match incoming traffic from these MACs."
610 msgstr ""
611
612 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193
613 msgid "Only match incoming traffic from this IP or range."
614 msgstr ""
615
616 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198
617 msgid ""
618 "Only match incoming traffic originating from the given source port or port "
619 "range on the client host"
620 msgstr ""
621
622 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236
623 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230
624 msgid "Outbound device"
625 msgstr ""
626
627 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164
628 msgid "Outbound zone"
629 msgstr ""
630
631 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:40
632 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:116
633 msgid "Output"
634 msgstr "Output"
635
636 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276
637 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:414
638 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241
639 msgid "Passes additional arguments to iptables. Use with care!"
640 msgstr ""
641
642 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:236
643 msgid ""
644 "Passing raw iptables arguments to source and destination traffic "
645 "classification rules allows to match packets based on other criteria than "
646 "interfaces or subnets. These options should be used with extreme care as "
647 "invalid values could render the firewall ruleset broken, completely exposing "
648 "all services."
649 msgstr ""
650
651 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123
652 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25
653 msgid "Port Forwards"
654 msgstr ""
655
656 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121
657 msgid ""
658 "Port forwarding allows remote computers on the Internet to connect to a "
659 "specific computer or service within the private LAN."
660 msgstr ""
661
662 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177
663 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272
664 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160
665 msgid "Protocol"
666 msgstr "Protocol"
667
668 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231
669 msgid ""
670 "Redirect matched incoming traffic to the given port on the internal host"
671 msgstr ""
672 "Redirect matched incoming traffic to the given port on the internal host"
673
674 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226
675 msgid "Redirect matched incoming traffic to the specified internal host"
676 msgstr "Redirect matched incoming traffic to the specified internal host"
677
678 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66
679 msgid "Requires hardware NAT support. Implemented at least for mt7621"
680 msgstr ""
681
682 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204
683 msgid "Restrict Masquerading to given destination subnets"
684 msgstr ""
685
686 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197
687 msgid "Restrict Masquerading to given source subnets"
688 msgstr ""
689
690 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260
691 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191
692 msgid "Restrict to address family"
693 msgstr ""
694
695 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206
696 msgid "Rewrite IP address"
697 msgstr ""
698
699 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207
700 msgid "Rewrite matched traffic to the specified source IP address."
701 msgstr ""
702
703 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222
704 msgid "Rewrite matched traffic to the specified source port or port range."
705 msgstr ""
706
707 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221
708 msgid "Rewrite port"
709 msgstr ""
710
711 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53
712 msgid "Routing/NAT Offloading"
713 msgstr ""
714
715 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202
716 msgid "SNAT - Rewrite to specific source IP or port"
717 msgstr ""
718
719 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428
720 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256
721 msgid "Saturday"
722 msgstr ""
723
724 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313
725 msgid "Set mark"
726 msgstr ""
727
728 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315
729 msgid ""
730 "Set the given mark value on established connections. Format is value[/mask]. "
731 "If a mask is specified then only those bits set in the mask are modified."
732 msgstr ""
733
734 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61
735 msgid "Software based offloading for routing/NAT"
736 msgstr ""
737
738 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:60
739 msgid "Software flow offloading"
740 msgstr ""
741
742 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
743 # Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua      #
744 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
745 #
746 # msgid "Traffic Redirection"
747 # msgstr ""
748 #
749 # msgid ""
750 # "Traffic redirection allows you to change the destination address of "
751 # "forwarded packets."
752 # msgstr ""
753 #
754 # msgid "Overview"
755 # msgstr ""
756 #
757 # msgid "Name"
758 # msgstr ""
759 #
760 # msgid "Source zone"
761 # msgstr ""
762 #
763 # msgid "Source MAC-address"
764 # msgstr ""
765 #
766 # msgid "Source port"
767 # msgstr ""
768 #
769 # msgid "Protocol"
770 # msgstr ""
771 #
772 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192
773 msgid "Source IP address"
774 msgstr "Source IP address"
775
776 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187
777 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330
778 msgid "Source MAC address"
779 msgstr ""
780
781 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331
782 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171
783 msgid "Source address"
784 msgstr "Source address"
785
786 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197
787 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333
788 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176
789 msgid "Source port"
790 msgstr "Source port"
791
792 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181
793 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324
794 msgid "Source zone"
795 msgstr "Source zone"
796
797 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253
798 msgid ""
799 "Specifies whether to tie this traffic rule to a specific inbound or outbound "
800 "network device."
801 msgstr ""
802
803 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244
804 msgid ""
805 "Specifies whether to use the external or the internal IP address for "
806 "reflected traffic."
807 msgstr ""
808
809 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:452
810 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:280
811 msgid "Start Date (yyyy-mm-dd)"
812 msgstr ""
813
814 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444
815 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272
816 msgid "Start Time (hh.mm.ss)"
817 msgstr ""
818
819 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:456
820 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:284
821 msgid "Stop Date (yyyy-mm-dd)"
822 msgstr ""
823
824 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448
825 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276
826 msgid "Stop Time (hh.mm.ss)"
827 msgstr ""
828
829 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:422
830 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:250
831 msgid "Sunday"
832 msgstr ""
833
834 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:29
835 msgid ""
836 "The firewall creates zones over your network interfaces to control network "
837 "traffic flow."
838 msgstr ""
839 "The firewall creates zones over your network interfaces to control network "
840 "traffic flow."
841
842 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:177
843 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:266
844 msgid ""
845 "The options below control the forwarding policies between this zone (%s) and "
846 "other zones. <em>Destination zones</em> cover forwarded traffic "
847 "<strong>originating from %q</strong>. <em>Source zones</em> match forwarded "
848 "traffic from other zones <strong>targeted at %q</strong>. The forwarding "
849 "rule is <em>unidirectional</em>, e.g. a forward from lan to wan does "
850 "<em>not</em> imply a permission to forward from wan to lan as well."
851 msgstr ""
852
853 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:89
854 msgid ""
855 "This section defines common properties of %q. The <em>input</em> and "
856 "<em>output</em> options set the default policies for traffic entering and "
857 "leaving this zone while the <em>forward</em> option describes the policy for "
858 "forwarded traffic between different networks within the zone. <em>Covered "
859 "networks</em> specifies which available networks are members of this zone."
860 msgstr ""
861
862 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426
863 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254
864 msgid "Thursday"
865 msgstr ""
866
867 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174
868 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128
869 msgid "Time Restrictions"
870 msgstr ""
871
872 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:460
873 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288
874 msgid "Time in UTC"
875 msgstr ""
876
877 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:76
878 msgid ""
879 "To %{dest}%{dest_device?, interface <var>%{dest_device}</var>}%{dest_ip?, IP "
880 "%{dest_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match IP addresses except "
881 "%{item.val}.\"}>%{item.ival}</var>}}%{dest_port?, port %{dest_port#%{next?, }"
882 "<var%{item.inv? data-tooltip=\"Match ports except %{item.val}.\"}>%{item."
883 "ival}</var>}}"
884 msgstr ""
885
886 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:48
887 msgid ""
888 "To %{dest}%{dest_device?, via interface <var>%{dest_device}</"
889 "var>}%{dest_ip?, IP %{dest_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match "
890 "IP addresses except %{item.val}.\"}>%{item.ival}</var>}}%{dest_port?, port "
891 "%{dest_port#%{next?, }<var%{item.inv? data-tooltip=\"Match ports except "
892 "%{item.val}.\"}>%{item.ival}</var>}}"
893 msgstr ""
894
895 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56
896 msgid ""
897 "To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }<var%{item.inv? data-tooltip="
898 "\"Match IP addresses except %{item.val}.\"}>%{item.ival}</"
899 "var>}}%{dest_port?, port %{dest_port#%{next?, }<var%{item.inv? data-tooltip="
900 "\"Match ports except %{item.val}.\"}>%{item.ival}</var>}}"
901 msgstr ""
902
903 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383
904 msgid "Tracking helper"
905 msgstr ""
906
907 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167
908 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34
909 msgid "Traffic Rules"
910 msgstr ""
911
912 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165
913 msgid ""
914 "Traffic rules define policies for packets traveling between different zones, "
915 "for example to reject traffic between certain hosts or to open WAN ports on "
916 "the router."
917 msgstr ""
918
919 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424
920 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252
921 msgid "Tuesday"
922 msgstr ""
923
924 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18
925 msgid "Unable to save contents: %s"
926 msgstr ""
927
928 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268
929 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405
930 msgid "Unknown or not installed conntrack helper \"%s\""
931 msgstr ""
932
933 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131
934 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135
935 msgid "Unnamed NAT"
936 msgstr ""
937
938 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136
939 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150
940 msgid "Unnamed forward"
941 msgstr ""
942
943 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181
944 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206
945 msgid "Unnamed rule"
946 msgstr ""
947
948 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94
949 msgid "Unnamed zone"
950 msgstr ""
951
952 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548
953 msgid "Unrecognized protocol"
954 msgstr ""
955
956 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248
957 msgid "Use external IP address"
958 msgstr ""
959
960 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247
961 msgid "Use internal IP address"
962 msgstr ""
963
964 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:181
965 msgid ""
966 "Use this option to classify zone traffic by raw, non-<em>uci</em> managed "
967 "network devices."
968 msgstr ""
969
970 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:186
971 msgid ""
972 "Use this option to classify zone traffic by source or destination subnet "
973 "instead of networks or devices."
974 msgstr ""
975
976 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:328
977 msgid "Valid firewall mark required"
978 msgstr ""
979
980 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:425
981 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253
982 msgid "Wednesday"
983 msgstr ""
984
985 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417
986 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245
987 msgid "Week Days"
988 msgstr ""
989
990 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364
991 msgid "XOR firewall mark"
992 msgstr ""
993
994 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313
995 msgid "XOR mark"
996 msgstr ""
997
998 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107
999 msgid "Zone ⇒ Forwardings"
1000 msgstr ""
1001
1002 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:72
1003 msgid "Zones"
1004 msgstr "Zones"
1005
1006 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359
1007 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47
1008 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:123
1009 msgid "accept"
1010 msgstr "accept"
1011
1012 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265
1013 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431
1014 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:453
1015 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:202
1016 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234
1017 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255
1018 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281
1019 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336
1020 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351
1021 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385
1022 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392
1023 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181
1024 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194
1025 msgid "any"
1026 msgstr "any"
1027
1028 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48
1029 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81
1030 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64
1031 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77
1032 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39
1033 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49
1034 msgid "any zone"
1035 msgstr ""
1036
1037 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363
1038 msgid "apply firewall mark"
1039 msgstr ""
1040
1041 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362
1042 msgid "assign conntrack helper"
1043 msgstr ""
1044
1045 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67
1046 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88
1047 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60
1048 msgid "day"
1049 msgstr ""
1050
1051 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225
1052 msgid "do not rewrite"
1053 msgstr ""
1054
1055 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361
1056 msgid "don't track"
1057 msgstr ""
1058
1059 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358
1060 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46
1061 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122
1062 msgid "drop"
1063 msgstr "drop"
1064
1065 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67
1066 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88
1067 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60
1068 msgid "hour"
1069 msgstr ""
1070
1071 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67
1072 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88
1073 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60
1074 msgid "minute"
1075 msgstr ""
1076
1077 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:360
1078 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45
1079 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121
1080 msgid "reject"
1081 msgstr "reject"
1082
1083 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:67
1084 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88
1085 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:60
1086 msgid "second"
1087 msgstr ""
1088
1089 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48
1090 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57
1091 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81
1092 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64
1093 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77
1094 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49
1095 msgid "this device"
1096 msgstr ""
1097
1098 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:88
1099 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176
1100 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265
1101 msgid "this new zone"
1102 msgstr ""
1103
1104 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:351
1105 msgid "unlimited"
1106 msgstr ""
1107
1108 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234
1109 msgid "unspecified"
1110 msgstr ""
1111
1112 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336
1113 msgid "valid firewall mark"
1114 msgstr ""