root/5100R/branches/dev/ui/base-firewall.mod/locale/en/firewall.po

Revision 201, 15.5 kB (checked in by will, 7 years ago)

dev "menlo" branch patch, it's huge

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 msgid "firewall_menu"
2 msgstr "Basic Firewall"
3
4 msgid "firewall_menu_help"
5 msgstr "[[base-firewall.FirewallTop]] can be configured here.  Firewalling allows you to define filtering policies to restrict network traffic flowing through this server appliance."
6
7 msgid "FirewallTop"
8 msgstr "Packet Filtering Firewall Settings"
9
10 msgid "FirewallTop_help"
11 msgstr "Firewalling allows you to define policies restricting what kinds of network traffic are allowed to pass through your server.  This is an advanced security feature of your server, so be sure to refer to available documentation before configuring your firewall."
12
13 msgid "EditRuleChain"
14 msgstr "Rule Chain"
15
16 msgid "EditRuleChain_help"
17 msgstr "Select a rule chain to configure.  The firewall is configured by three separate chains of rules.  The input chain is used to filter packets coming into the machine.  The forward chain is used to filter packets destined for another machine.  The output chain is used to filter packets going out of the machine."
18
19 msgid "enableFirewall"
20 msgstr "Enable Firewall"
21
22 msgid "enableFirewall_help"
23 msgstr "Enable or disable your packet filtering firewall."
24
25 msgid "firewall-not-dirty_help"
26 msgstr "This button is used to apply your configuration changes to the \
27 running firewall.  Currently, you have no new changes to apply."
28
29 msgid "firewall-not-enabled_help"
30 msgstr "This button is used to apply your configuration changes to the \
31 running firewall.  Currently, your firewall is not enabled, so there is \
32 no need to apply changes."
33
34 msgid "Selectchain"
35 msgstr "Select Section..."
36
37 msgid "general_settings"
38 msgstr "Firewall Settings"
39
40 msgid "chain_input"
41 msgstr "Input Rule Chain"
42
43 msgid "chain_output"
44 msgstr "Output Rule Chain"
45
46 msgid "chain_forward"
47 msgstr "Forward Rule Chain"
48
49 msgid "commit-changes-button"
50 msgstr "Apply Changes Now"
51
52 msgid "commit-changes-button_help"
53 msgstr "You have modified the rules that define your firewall, but your \
54 changes will not be applied to the running firewall system until you \
55 click this button."
56
57 msgid "enable-firewall-button"
58 msgstr "Enable Firewall"
59
60 msgid "disable-firewall-button"
61 msgstr "Disable Firewall"
62
63 msgid "FirewallRulesinput"
64 msgstr "Input Rules"
65
66 msgid "header_order"
67 msgstr "Order"
68
69 msgid "header_order_help"
70 msgstr "This is the order in which the rules will be applied to the packets.  Each packet will be analyzed to determine if it matches the criteria specified by each rule in the order that the rules are listed."
71
72 msgid "header_source"
73 msgstr "Source Criteria"
74
75 msgid "header_source_help"
76 msgstr "This is the source criteria by which the packets will be filtered.  The source parameters of a packet will be compared to the criteria for a given rule. The policy specified for that rule will be applied to the packet if all criteria are satisfied."
77
78 msgid "header_dest"
79 msgstr "Destination Criteria"
80
81 msgid "header_dest_help"
82 msgstr "This is the destination criteria by which the packets will be filtered.  The destination parameters of a packet will be compared to the criteria for a given rule.  The policy specified for that rule will be applied to the packet if all criteria are satisfied."
83
84 msgid "header_policy"
85 msgstr "Policy"
86
87 msgid "header_policy_help"
88 msgstr "This is the policy which determines the outcome of any packets which match this rule.  If a packet meets all of the criteria specified by a given rule (source, destination, interface, protocol), the policy specified will be applied to the packet."
89
90 msgid "header_action"
91 msgstr "Action"
92
93 msgid "header_action_help"
94 msgstr "These are the buttons used to modify a rule or to remove a rule."
95
96 msgid "defaultPolicyField"
97 msgstr "Default Policy"
98
99 msgid "defaultPolicyField_help"
100 msgstr "Select the default policy for this rule chain.  The default policy determines what will happen to any packets that does not match any of the rules listed above."
101
102 msgid "CreateFirewallRule"
103 msgstr "Add New Firewall Rule"
104
105 # Source
106
107 msgid "SourceCriteriaSection"
108 msgstr "Source Criteria"
109
110 msgid "SourceCriteriaSection_help"
111 msgstr "Criteria are used to determine which packets a firewall rule should apply to.  Source criteria can be used to match packets coming from a specific connection."
112
113 msgid "source_ip_start_field"
114 msgstr "Source IP Address (Low)"
115
116 msgid "source_ip_start_field_help"
117 msgstr "Enter the first or lowest source IP address in the range of IP addresses to be matched by this rule.  To match any source IP address, leave the Source IP Address fields empty."
118
119 msgid "source_ip_stop_field"
120 msgstr "Source IP Address (High)"
121
122 msgid "source_ip_stop_field_help"
123 msgstr "Enter the last or highest source IP address in the range of IP addresses to be matched by this rule.  To match any source IP address, leave the Source IP Address fields empty."
124
125 msgid "source_ports_field"
126 msgstr "Source Port Number(s)"
127
128 msgid "source_ports_field_help"
129 msgstr "Enter the first and last source port number in the range of source IP addresses to be matched by this rule.  To match any source port number, leave the Source Port Number fields empty."
130
131 # error messages:
132
133 msgid "source_ip_start_invalid"
134 msgstr "An invalid IP address was specified for the Source IP Address (Low) field.  Please specify an IP address of the form 172.16.1.1."
135
136 msgid "source_ip_stop_invalid"
137 msgstr "An invalid IP address was specified for the Source IP Address (High) field.  Please specify an IP address of the form 172.16.1.1."
138
139 msgid "dest_ip_start_invalid"
140 msgstr "An invalid IP address was specified for the Destination IP Address (Low) field.  Please specify an IP address of the form 172.16.1.1."
141
142 msgid "dest_ip_stop_invalid"
143 msgstr "An invalid IP address was specified for the Destination IP Address (High) field.  Please specify an IP address of the form 172.16.1.1."
144
145 msgid "source_ports_invalid"
146 msgstr "The specified Source Port Number range was invalid.  Source port numbers must be positive integers.  To create a rule that matches only one port, enter that port number as a range (i.e. 23-23)."
147
148 msgid "dest_ports_invalid"
149 msgstr "The specified Destination Port Number range was invalid.  Port numbers must be positive integers.  To create a rule that matches only one port, enter that port number as a range (i.e. 23-23)."
150
151 msgid "redir_target_invalid"
152 msgstr "The Redirect to Local Port Number field must consist of a \
153 positive integer indicating a port number (i.e. 23)."
154
155 # Destination
156
157 msgid "DestCriteriaSection"
158 msgstr "Destination Criteria"
159
160 msgid "DestCriteriaSection_help"
161 msgstr "Criteria are used to determine which packets a firewall rule should apply to.  Destination criteria can be used to match packets going to a specific connection."
162
163 msgid "dest_ip_start_field"
164 msgstr "Destination IP Address (Low)"
165
166 msgid "dest_ip_start_field_help"
167 msgstr "Enter the first or lowest destination IP address in the range of IP addresses to be matched by this rule.  To match any destination IP address, leave the Destination IP Address fields empty."
168
169 msgid "dest_ip_stop_field"
170 msgstr "Destination IP Address (High)"
171
172 msgid "dest_ip_stop_field_help"
173 msgstr "Enter the last or highest destination IP address in the range of IP addresses to be matched by this rule.  To match any destination IP address, leave the Destination IP Address fields empty."
174
175 msgid "dest_ports_field"
176 msgstr "Destination Port Number(s)"
177
178 msgid "dest_ports_field_help"
179 msgstr "Enter the first and last destination port number in the range of destination IP addresses to be matched by this rule.  To match any destination port number, leave the Destination Port Number fields empty."
180
181 # Other
182
183 msgid "GeneralCriteriaSection"
184 msgstr "Other Criteria"
185
186 msgid "GeneralCriteriaSection_help"
187 msgstr "Criteria are used to determine which packets a firewall rule should apply to.  Other criteria such as the protocol and the connection interface of the packets can also be used to match packets to a rule."
188
189 msgid "protocol_field"
190 msgstr "Network Protocol"
191
192 msgid "protocol_field_help"
193 msgstr "Enter the network protocol of the packets to be matched by this rule."
194
195 msgid "all"
196 msgstr "Any Network Protocol"
197 msgid "tcp"
198 msgstr "TCP"
199 msgid "udp"
200 msgstr "UDP"
201 msgid "icmp"
202 msgstr "ICMP"
203 msgid "ipip"
204 msgstr "IPIP"
205 msgid "encap"
206 msgstr "Encap"
207
208 msgid "interface_field"
209 msgstr "Network Interface"
210
211 msgid "interface_field_help"
212 msgstr "Enter the network interface of the packets to be matched by this rule."
213
214 msgid "any"
215 msgstr "Any Network Interface"
216 msgid "eth0"
217 msgstr "Primary Ethernet Interface"
218 msgid "eth1"
219 msgstr "Secondary Ethernet Interface"
220 msgid "ppp0"
221 msgstr "PPP Dialup Interface"
222
223 # Policy
224
225 msgid "DescribePolicy"
226 msgstr "Chain Policy"
227
228 msgid "DescribePolicy_help"
229 msgstr "A rule's policy indicates the disposition of a packet that has \
230 matched a rule's packet filtering criteria."
231
232 msgid "policy_field"
233 msgstr "Policy"
234
235 msgid "policy_field_help"
236 msgstr "Select the policy for this rule chain.  The policy determines what will happen to any packets that match this firewall rule.  Accepting a packet allows it to continue through this machine.  Denying a packet discards the packet as if it never reached this machine.  Rejecting a packet discards the packet as denying a packet does, but informs the sender that the packet has been discarded.  Masquerading a packet rewrites the packet as it passes through the firewall to appear as if the packet originated at the firewall.  This policy is only applicable when configuring forward rules.  Redirecting a packet rewrites the packet as it passes through the firewall to appear as if the packet is destined for a local port number.  This policy is only applicable when configuring input rules."
237
238 msgid "redir_target_field"
239 msgstr "Redirect to Local Port Number"
240
241 msgid "redir_target_field_help"
242 msgstr "If the redirect policy has been selected above, enter a local port number for packets that match this firewall rule to be redirected.  Otherwise, this field is ignored."
243
244 msgid "redir_target_invalid"
245 msgstr "The port entered to redirect to is invalid.  Please enter a port number that is a positive integer."
246
247 msgid "EditFirewallRule"
248 msgstr "Edit Firewall Rule"
249
250 msgid "FirewallRulesforward"
251 msgstr "Forwarding Rules"
252
253 msgid "FirewallRulesoutput"
254 msgstr "Output Rules"
255
256 msgid "Select_chain"
257 msgstr "Select Chain to Edit ..."
258
259 msgid "defaultPolicy"
260 msgstr "Default Policy"
261
262 msgid "defaultPolicy_help"
263 msgstr "The default policy for this chain determines what will happen to any packet that do not match any of the rules listed above."
264
265 msgid "criteria_ip"
266 msgstr "IP=[[VAR.low]]-[[VAR.high]];"
267
268 msgid "criteria_ports"
269 msgstr "Port=[[VAR.ports]];"
270
271 msgid "criteria_proto"
272 msgstr "Protocol=[[VAR.proto]];"
273
274 msgid "criteria_interface"
275 msgstr "Interface=[[VAR.iface]];"
276
277 msgid "policy_ACCEPT"
278 msgstr "Accept"
279
280 msgid "policy_DENY"
281 msgstr "Deny"
282
283 msgid "policy_REJECT"
284 msgstr "Reject"
285
286 msgid "policy_MASQ"
287 msgstr "Masquerade"
288
289 msgid "policy_REDIRECT"
290 msgstr "Redirect to Port"
291
292 msgid "policy_RETURN"
293 msgstr "Return"
294
295 msgid "policy_JUMP"
296 msgstr "Jump to Chain [[VAR.jump]]"
297
298 msgid "ACCEPT"
299 msgstr "Accept"
300
301 msgid "DENY"
302 msgstr "Deny"
303
304 msgid "REJECT"
305 msgstr "Reject"
306
307 msgid "MASQ"
308 msgstr "Masquerade"
309
310 msgid "REDIRECT"
311 msgstr "Redirect to Port"
312
313 msgid "RETURN"
314 msgstr "Return"
315
316 msgid "JUMP"
317 msgstr "Jump to Chain"
318
319 msgid "no_rules_defined"
320 msgstr "This chain contains no rules.  Click Add to create a rule for this chain."
321
322 msgid "FirewallEnable1"
323 msgstr "Firewall Activation"
324
325 msgid "FirewallEnable1_help"
326 msgstr "Please wait while your firewall settings are applied."
327
328 msgid "explain-firewall-enable1-page"
329 msgstr "Please wait while your firewall settings are applied.  \
330 \
331 This page should refresh automatically to the Firewall Configuration page.  If it \
332 does not, your firewall may be misconfigured.  Wait sixty seconds so that the \
333 firewall safeguard feature can activate, and then attempt to access your \
334 server again."
335
336 msgid "explain-firewall-enable1-page_help"
337 msgstr "Click Apply Settings to proceed, or Cancel to return to the Firewall Configuration page."
338
339 msgid "proceed-button"
340 msgstr "Apply Settings"
341
342 msgid "proceed-button_help"
343 msgstr "Clicking on this button will apply your new firewall settings."
344
345 msgid "FirewallEnable2"
346 msgstr "Firewall Configuration Complete"
347
348 msgid "FirewallEnable2_help"
349 msgstr "This is the second of two steps necessary to activate the firewall."
350
351 msgid "firewall-congrat-page"
352 msgstr "Congratulations!  If you can read this message, your firewall settings are working properly.  Please click on the Confirm Settings button below to keep these firewall settings permanently."
353
354 msgid "firewall-congrat-page_help"
355 msgstr "Congratulations!"
356
357 msgid "confirm-firewall-button"
358 msgstr "Confirm Settings"
359
360 msgid "confirm-firewall-button_help"
361 msgstr "Please click here to keep your firewall settings permanently."
362
363 msgid "reorder-button"
364 msgstr "Reorder"
365
366 msgid "reorder-button_help"
367 msgstr "Click here to reorder your rules according to your changes to the numeric Order field in the table above."
368
369 msgid "Order_help"
370 msgstr "Edit the numeric fields below to change the order in which rules are applied.  Click the Reorder button to apply your changes."
371
372 msgid "firewall-is-dirty-message"
373 msgstr "You have made unsaved changes to the firewall configuration."
374
375 msgid "firewall-is-dirty-message_help"
376 msgstr "This message notifies you when you have unsaved changes to the firewall configuration.  Click on the Apply Changes button to save your changes."
377
378 msgid "apply-changes-popup"
379 msgstr "\
380 -------------------------------------------------------\n\
381              Change Running Firewall Rules\n\
382 -------------------------------------------------------\n\
383 \n\
384 You are about to apply your recent changes to the \n\
385 running state of the packet filtering firewall. \n\
386 \n\
387 It is possible that a misconfigured firewall might \n\
388 prevent you from accessing the web interface of your \n\
389 server.  \n\
390 \n\
391 This firewall implements a safeguard \n\
392 feature that will automatically disable \n\
393 the firewall after sixty seconds if your browser \n\
394 session becomes disconnected.\n\
395 \n\
396 If you should become disconnected, simply wait one \n\
397 minute, and attempt to access your server again. \n\
398 \n\
399 Do you wish to proceed?"
400
401 msgid "confirm-enabling-popup"
402 msgstr "\
403 -------------------------------------------------------\n\
404                     Enable Firewall \n\
405 -------------------------------------------------------\n\
406 \n\
407 You are about to enable your packet filtering firewall.\n\
408 \n\
409 It is possible that a misconfigured firewall might \n\
410 prevent you from accessing the web interface of your \n\
411 server.  \n\
412 \n\
413 This firewall implements a safeguard \n\
414 feature that will automatically disable \n\
415 the firewall after sixty seconds if your browser \n\
416 session becomes disconnected.\n\
417 \n\
418 If you should become disconnected, simply wait one \n\
419 minute, and attempt to access your server again. \n\
420 \n\
421 Do you wish to proceed?"
422
423 msgid "FirewallConfiguration"
424 msgstr "Firewall Settings"
425
426 msgid "FirewallConfiguration_help"
427 msgstr "Firewalling allows you to define policies restricting what kinds of network traffic are allowed to pass through your server.  This is an advanced security feature of your server, so be sure to refer to available documentation before configuring your firewall."
428
429 msgid "ipip-rule-cannot-have-ports"
430 msgstr "The IPIP protocol doesn't support port numbers.  As a result, you \
431 can not match against a range of port numbers for an IPIP packet."
432
433 msgid "encap-rule-cannot-have-ports"
434 msgstr "The Encap protocol doesn't support port numbers.  As a result, you \
435 can not match against a range of port numbers for an Encap packet."
436
437 msgid "Any"
438 msgstr "Any"
439 msgid "capgroup_adminFirewall_help"
440 msgstr "This administrative right allows a user to manage all aspects of the system's firewall"
441
442 msgid "capgroup_adminFirewall"
443 msgstr "Manage Basic Firewall"
444
Note: See TracBrowser for help on using the browser.