Edit template for controller - Refine params copy and bring DB opens up to spec with UTF8
This commit is contained in:
55
output/Portforwarding/portforwarding_en.lex.new1
Normal file
55
output/Portforwarding/portforwarding_en.lex.new1
Normal file
@@ -0,0 +1,55 @@
|
||||
#
|
||||
# Lex file for Portforwarding generated on 2025-07-17 09:52:32
|
||||
#
|
||||
'pf_ALLOW_HOSTS' => 'Allow Hosts',
|
||||
'pf_CREATE_PAGE_DESCRIPTION' => 'Select the protocol, the port you wish to forward, the
|
||||
destination host, and the port on the destination host
|
||||
that you wish to forward to. If you wish to specify a port
|
||||
range, enter the lower and upper boundaries separated by a
|
||||
hyphen. The destination port may be left blank, which will
|
||||
instruct the firewall to leave the source port
|
||||
unaltered',
|
||||
'pf_CREATE_RULE' => 'Create portforwarding rule',
|
||||
'pf_ERR_BADAHOST' => 'This does not appear to be a valid IP address list.
|
||||
ie: 192.168.0.1,192.168.1.1/24',
|
||||
'pf_ERR_BADIP' => 'This does not appear to be an IP address. You must use
|
||||
dotted-quad notation, and each of the four numbers should be less
|
||||
than 256. ie: 192.168.0.5',
|
||||
'pf_ERR_BADPORT' => 'The ports must be a positive integer less than 65536.',
|
||||
'pf_ERR_CANNOT_REMOVE_NORULE' => 'Cannot remove non-existant rule.',
|
||||
'pf_ERR_DUPRULE' => 'This rule has already been added, it cannot be added twice.',
|
||||
'pf_ERR_NO_MASQ_RECORD' => 'Cannot retrieve masq record from the configuration database.',
|
||||
'pf_ERR_NONZERO_RETURN_EVENT' => 'Event returned a non-zero return value.',
|
||||
'pf_ERR_PORT_COLLISION' => 'ERROR: This port or port range conflicts with an existing
|
||||
rule. Please modify this new rule, or remove the old rule.',
|
||||
'pf_ERR_UNSUPPORTED_MODE' => 'Unsupported mode.',
|
||||
'pf_FIRST_PAGE_DESCRIPTION' => 'You can use this panel to modify your firewall rules so
|
||||
as to open a specific port on this server and forward it
|
||||
to another port on another host. Doing so will permit
|
||||
incoming traffic to directly access a private host on
|
||||
your LAN.
|
||||
WARNING: Misuse of this feature can seriously compromise the
|
||||
security of your network. Do not use this feature
|
||||
lightly, or without fully understanding the implications
|
||||
of your actions.',
|
||||
'pf_FORM_TITLE' => 'Configure Port Forwarding',
|
||||
'pf_IN_SERVERONLY' => 'This server is currently in serveronly mode and portforwarding
|
||||
is possible only to localhost.',
|
||||
'pf_LABEL_ALLOW_HOSTS' => 'Allow Hosts',
|
||||
'pf_LABEL_DESTINATION_HOST' => 'Destination Host IP Address',
|
||||
'pf_LABEL_DESTINATION_PORT' => 'Destination Port(s)',
|
||||
'pf_LABEL_RULE_COMMENT' => 'Rule Comment',
|
||||
'pf_LABEL_SOURCE_PORT' => 'Source Port(s)',
|
||||
'pf_NO_FORWARDS' => 'There are currently no forwarded ports on the system.',
|
||||
'pf_RULE_COMMENT' => 'Rule Comment',
|
||||
'pf_SHOW_FORWARDS' => 'Below you will find a table summarizing the current
|
||||
port-forwarding rules installed on this server. Click on the
|
||||
"Remove" link to remove the corresponding rule.',
|
||||
'pf_SUCCESS' => 'Your change to the port forwarding rules has been successfully saved.',
|
||||
'pf_SUMMARY_ADD_DESC' => 'The following summarizes the port-forwarding rule
|
||||
that you are about to add. If you are satisfied with the rule,
|
||||
click the "Add" button.',
|
||||
'pf_SUMMARY_REMOVE_DESC' => 'The following summarizes the port-forwarding rule
|
||||
that you are about to remove. If you are sure you want to
|
||||
remove the rule, click the "Remove" button.',
|
||||
'Port forwarding' => 'Port forwarding',
|
Reference in New Issue
Block a user