diff --git a/src/share/locale/en/LC_MESSAGES/OPNsense.pot b/src/share/locale/en/LC_MESSAGES/OPNsense.pot index ec2b6fc72..f05885435 100644 --- a/src/share/locale/en/LC_MESSAGES/OPNsense.pot +++ b/src/share/locale/en/LC_MESSAGES/OPNsense.pot @@ -455,531 +455,494 @@ msgstr "" msgid "DynDNS updated IP Address on %s (%s) to %s" msgstr "" -#: -src/etc/inc/dyndns.class -1230 -notify_all_remote(sprintf(gettext("DynDNS updated IPv6 Address on %s (%s) to %s"), convert_real_interface_to_friendly_descr($this->_if), $this->_if, $wan_ip)); +#: src/etc/inc/dyndns.class:1230 +msgid "DynDNS updated IPv6 Address on %s (%s) to %s" msgstr "" -#: -src/etc/inc/easyrule.inc -118 -$filterent['descr'] = gettext("Easy Rule -Blocked from Firewall Log View"); +#: src/etc/inc/easyrule.inc:118 +msgid "Easy Rule Blocked from Firewall Log View" msgstr "" -#: -src/etc/inc/easyrule.inc -119 -$filterent['created'] = make_config_revision_entry(null, gettext("Easy Rule")); +#: src/etc/inc/easyrule.inc:119 +msgid "Easy Rule" msgstr "" -#: -src/etc/inc/easyrule.inc -179 -$alias['detail'] = $a_aliases[$id]['detail'] . gettext('Entry added') . ' ' . date('r') . '||'; +#: src/etc/inc/easyrule.inc:179 +msgid "Entry added" msgstr "" -#: -src/etc/inc/easyrule.inc -184 -$alias['descr'] = gettext("Hosts blocked from Firewall Log view"); +#: src/etc/inc/easyrule.inc:184 +msgid "Hosts blocked from Firewall Log view" msgstr "" -#: -src/etc/inc/easyrule.inc -187 -$alias['detail'] = gettext('Entry added') . ' ' . date('r') . '||'; +#: src/etc/inc/easyrule.inc:187 +msgid "Entry added" msgstr "" -#: -src/etc/inc/easyrule.inc -264 -$filterent['descr'] = gettext("Easy Rule -Passed from Firewall Log View"); +#: src/etc/inc/easyrule.inc:264 +msgid "Easy Rule Passed from Firewall Log View" msgstr "" -#: -src/etc/inc/easyrule.inc -302 -$filterent['created'] = make_config_revision_entry(null, gettext("Easy Rule")); +#: src/etc/inc/easyrule.inc:302 +msgid "Easy Rule" msgstr "" -#: -src/etc/inc/easyrule.inc -319 -return gettext("Tried to block invalid IP -") . ' ' . htmlspecialchars($src); +#: src/etc/inc/easyrule.inc:319 +msgid "Tried to block invalid IP" msgstr "" -#: -src/etc/inc/easyrule.inc -323 -return gettext("Invalid interface for block rule -") . ' ' . htmlspecialchars($int); +#: src/etc/inc/easyrule.inc:323 +msgid "Invalid interface for block rule" msgstr "" -#: -src/etc/inc/easyrule.inc -326 -return gettext("Host added successfully"); +#: src/etc/inc/easyrule.inc:326 +msgid "Host added successfully" msgstr "" -#: -src/etc/inc/easyrule.inc -328 -return gettext("Failed to create block rule, alias, or add host."); +#: src/etc/inc/easyrule.inc:328 +msgid "Failed to create block rule, alias, or add host." msgstr "" -#: -src/etc/inc/easyrule.inc -331 -return gettext("Tried to block but had no host IP or interface"); +#: src/etc/inc/easyrule.inc:331 +msgid "Tried to block but had no host IP or interface" msgstr "" -#: -src/etc/inc/easyrule.inc -333 -return gettext("Unknown block error."); +#: src/etc/inc/easyrule.inc:333 +msgid "Unknown block error." msgstr "" -#: -src/etc/inc/easyrule.inc -344 -return gettext("Invalid interface for pass rule -") . ' ' . htmlspecialchars($int); +#: src/etc/inc/easyrule.inc:344 +msgid "Invalid interface for pass rule" msgstr "" -#: -src/etc/inc/easyrule.inc -347 -return gettext("Invalid protocol for pass rule +#: src/etc/inc/easyrule.inc:347 +msgid ""Invalid protocol for pass rule ") . ' ' . htmlspecialchars($proto); msgstr "" #: src/etc/inc/easyrule.inc 350 -return gettext("Tried to pass invalid source IP +msgid ""Tried to pass invalid source IP ") . ' ' . htmlspecialchars($src); msgstr "" #: src/etc/inc/easyrule.inc 353 -return gettext("Tried to pass invalid destination IP +msgid ""Tried to pass invalid destination IP ") . ' ' . htmlspecialchars($dst); msgstr "" #: src/etc/inc/easyrule.inc 357 -return gettext("Missing destination port +msgid ""Missing destination port ") . ' ' . htmlspecialchars($dstport); msgstr "" #: src/etc/inc/easyrule.inc 360 -return gettext("Tried to pass invalid destination port +msgid ""Tried to pass invalid destination port ") . ' ' . htmlspecialchars($dstport); msgstr "" #: src/etc/inc/easyrule.inc 367 -return gettext("Successfully added pass rule!"); +msgid ""Successfully added pass rule!"); msgstr "" #: src/etc/inc/easyrule.inc 369 -return gettext("Failed to add pass rule."); +msgid ""Failed to add pass rule."); msgstr "" #: src/etc/inc/easyrule.inc 372 -return gettext("Missing parameters for pass rule."); +msgid ""Missing parameters for pass rule."); msgstr "" #: src/etc/inc/easyrule.inc 374 -return gettext("Unknown pass error."); +msgid ""Unknown pass error."); msgstr "" #: src/etc/inc/filter.inc 167 -update_filter_reload_status(gettext("Initializing")); +msgid ""Initializing")); msgstr "" #: src/etc/inc/filter.inc 175 -echo gettext("Configuring firewall"); +msgid ""Configuring firewall"); msgstr "" #: src/etc/inc/filter.inc 180 -update_filter_reload_status(gettext("Creating aliases")); +msgid ""Creating aliases")); msgstr "" #: src/etc/inc/filter.inc 185 -update_filter_reload_status(gettext("Generating Limiter rules")); +msgid ""Generating Limiter rules")); msgstr "" #: src/etc/inc/filter.inc 188 -update_filter_reload_status(gettext("Generating NAT rules")); +msgid ""Generating NAT rules")); msgstr "" #: src/etc/inc/filter.inc 193 -update_filter_reload_status(gettext("Generating filter rules")); +msgid ""Generating filter rules")); msgstr "" #: src/etc/inc/filter.inc 199 -update_filter_reload_status(gettext("Generating ALTQ queues")); +msgid ""Generating ALTQ queues")); msgstr "" #: src/etc/inc/filter.inc 201 -update_filter_reload_status(gettext("Generating Layer7 rules")); +msgid ""Generating Layer7 rules")); msgstr "" #: src/etc/inc/filter.inc 205 -update_filter_reload_status(gettext("Loading filter rules")); +msgid ""Loading filter rules")); msgstr "" #: src/etc/inc/filter.inc 212 -update_filter_reload_status(gettext("Filter is disabled. Not loading rules.")); +msgid ""Filter is disabled. Not loading rules.")); msgstr "" #: src/etc/inc/filter.inc 214 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/filter.inc 257 -update_filter_reload_status(gettext("Setting up logging information")); +msgid ""Setting up logging information")); msgstr "" #: src/etc/inc/filter.inc 262 -update_filter_reload_status(gettext("Setting up SCRUB information")); +msgid ""Setting up SCRUB information")); msgstr "" #: src/etc/inc/filter.inc 300 -$line_error = sprintf(gettext('The line in question reads [%1$d] +msgid "'The line in question reads [%1$d] %2$s'), $line_number, $line_split[$line_number-1]); msgstr "" #: src/etc/inc/filter.inc 306 -$error_msg = gettext("PF was wedged/busy and has been reset."); +msgid ""PF was wedged/busy and has been reset."); msgstr "" #: src/etc/inc/filter.inc 314 -file_notice("filter_load", sprintf(gettext('There were error(s) loading the rules +msgid "'There were error(s) loading the rules %1$s - %2$s'), $saved_line_error, $line_error), "Filter Reload", ""); msgstr "" #: src/etc/inc/filter.inc 315 -update_filter_reload_status(sprintf(gettext('There were error(s) loading the rules +msgid "'There were error(s) loading the rules %1$s - %2$s'), $saved_line_error, $line_error)); msgstr "" #: src/etc/inc/filter.inc 325 -update_filter_reload_status(gettext("Starting up layer7 daemon")); +msgid ""Starting up layer7 daemon")); msgstr "" #: src/etc/inc/filter.inc 377 -update_filter_reload_status(gettext("Processing down interface states")); +msgid ""Processing down interface states")); msgstr "" #: src/etc/inc/filter.inc 381 -update_filter_reload_status(gettext("Running plugins")); +msgid ""Running plugins")); msgstr "" #: src/etc/inc/filter.inc 385 -update_filter_reload_status(gettext("Running plugins (pf)")); +msgid ""Running plugins (pf)")); msgstr "" #: src/etc/inc/filter.inc 387 -update_filter_reload_status(gettext("Plugins completed.")); +msgid ""Plugins completed.")); msgstr "" #: src/etc/inc/filter.inc 390 -update_filter_reload_status(gettext("Done")); +msgid ""Done")); msgstr "" #: src/etc/inc/filter.inc 392 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/filter.inc 649 -update_filter_reload_status(gettext("Creating gateway group item...")); +msgid ""Creating gateway group item...")); msgstr "" #: src/etc/inc/filter.inc 689 -log_error(sprintf(gettext("An error occurred while trying to find the interface got %s . The rule has not been added."), $gatewayip)); +msgid ""An error occurred while trying to find the interface got %s . The rule has not been added."), $gatewayip)); msgstr "" #: src/etc/inc/filter.inc 1021 -update_filter_reload_status(sprintf(gettext("Creating reflection NAT rule for %s..."), $rule['descr'])); +msgid ""Creating reflection NAT rule for %s..."), $rule['descr'])); msgstr "" #: src/etc/inc/filter.inc 1110 -update_filter_reload_status(sprintf(gettext("Creating reflection rule for %s..."), $rule['descr'])); +msgid ""Creating reflection rule for %s..."), $rule['descr'])); msgstr "" #: src/etc/inc/filter.inc 1293 -$descriptions = array(gettext("localhost")); +msgid ""localhost")); msgstr "" #: src/etc/inc/filter.inc 1301 -$descriptions[] = gettext("static route"); +msgid ""static route"); msgstr "" #: src/etc/inc/filter.inc 1312 -$descriptions[] = $oc['descr'] . " " . gettext("DHCP alias address"); +msgid ""DHCP alias address"); msgstr "" #: src/etc/inc/filter.inc 1349 -$descriptions[] = gettext("PPTP server"); +msgid ""PPTP server"); msgstr "" #: src/etc/inc/filter.inc 1358 -$descriptions[] = gettext("PPPoE server"); +msgid ""PPPoE server"); msgstr "" #: src/etc/inc/filter.inc 1367 -$descriptions[] = gettext("L2TP server"); +msgid ""L2TP server"); msgstr "" #: src/etc/inc/filter.inc 1376 -$descriptions[] = gettext("OpenVPN server"); +msgid ""OpenVPN server"); msgstr "" #: src/etc/inc/filter.inc 1383 -$descriptions[] = gettext("OpenVPN client"); +msgid ""OpenVPN client"); msgstr "" #: src/etc/inc/filter.inc 1391 -$descriptions[] = gettext("IPsec client"); +msgid ""IPsec client"); msgstr "" #: src/etc/inc/filter.inc 1429 -$natent['descr'] = gettext('Auto created rule for ISAKMP'); +msgid "'Auto created rule for ISAKMP'); msgstr "" #: src/etc/inc/filter.inc 1439 -$natent['descr'] = gettext('Auto created rule'); +msgid "'Auto created rule'); msgstr "" #: src/etc/inc/filter.inc 1539 -update_filter_reload_status(gettext("Creating 1 +msgid ""Creating 1 1 rules...")); msgstr "" #: src/etc/inc/filter.inc 1684 -update_filter_reload_status(sprintf(gettext("Creating advanced outbound rule %s"), $obent['descr'])); +msgid ""Creating advanced outbound rule %s"), $obent['descr'])); msgstr "" #: src/etc/inc/filter.inc 1722 -update_filter_reload_status(gettext("Creating outbound NAT rules")); +msgid ""Creating outbound NAT rules")); msgstr "" #: src/etc/inc/filter.inc 1729 -update_filter_reload_status(gettext('Creating automatic outbound rules')); +msgid "'Creating automatic outbound rules')); msgstr "" #: src/etc/inc/filter.inc 1759 -update_filter_reload_status(gettext("Setting up TFTP helper")); +msgid ""Setting up TFTP helper")); msgstr "" #: src/etc/inc/filter.inc 1792 -update_filter_reload_status(sprintf(gettext("Creating NAT rule %s"), $rule['descr'])); +msgid ""Creating NAT rule %s"), $rule['descr'])); msgstr "" #: src/etc/inc/filter.inc 1999 -update_filter_reload_status(sprintf(gettext("Creating filter rule %s ..."), $rule['descr'])); +msgid ""Creating filter rule %s ..."), $rule['descr'])); msgstr "" #: src/etc/inc/filter.inc 2022 -log_error(sprintf(gettext("filter_generate_port +msgid ""filter_generate_port %s is not a valid {$target} port."), $srcport[0])); msgstr "" #: src/etc/inc/filter.inc 2328 -update_filter_reload_status(sprintf(gettext("Setting up pass/block rules %s"), $rule['descr'])); +msgid ""Setting up pass/block rules %s"), $rule['descr'])); msgstr "" #: src/etc/inc/filter.inc 2343 -log_error(sprintf(gettext("Could not find IPv4 gateway for interface (%s)."), $rule['interface'])); +msgid ""Could not find IPv4 gateway for interface (%s)."), $rule['interface'])); msgstr "" #: src/etc/inc/filter.inc 2370 -update_filter_reload_status(sprintf(gettext("Creating rule %s"), $rule['descr'])); +msgid ""Creating rule %s"), $rule['descr'])); msgstr "" #: src/etc/inc/filter.inc 2618 -update_filter_reload_status(gettext("Creating default rules")); +msgid ""Creating default rules")); msgstr "" #: src/etc/inc/filter.inc 3182 -update_filter_reload_status(gettext("Creating IPsec rules...")); +msgid ""Creating IPsec rules...")); msgstr "" #: src/etc/inc/filter.inc 3228 -log_error(gettext("Please use filter_tdr_install_cron() function tdr_install_cron will be deprecated!")); +msgid ""Please use filter_tdr_install_cron() function tdr_install_cron will be deprecated!")); msgstr "" #: src/etc/inc/filter.inc 3274 -write_config(gettext("Installed 15 minute filter reload for Time Based Rules")); +msgid ""Installed 15 minute filter reload for Time Based Rules")); msgstr "" #: src/etc/inc/filter.inc 3281 -write_config(gettext("Removed 15 minute filter reload for Time Based Rules")); +msgid ""Removed 15 minute filter reload for Time Based Rules")); msgstr "" #: src/etc/inc/filter.inc 3576 -update_filter_reload_status(sprintf(gettext('Checking for %1$s PF hooks in package %2$s'), $ruletype, $pkg_inc)); +msgid "'Checking for %1$s PF hooks in package %2$s'), $ruletype, $pkg_inc)); msgstr "" #: src/etc/inc/filter.inc 3582 -update_filter_reload_status(sprintf(gettext('Processing early %1$s rules for package %2$s'), $ruletype, $pkg_inc)); +msgid "'Processing early %1$s rules for package %2$s'), $ruletype, $pkg_inc)); msgstr "" #: src/etc/inc/filter.inc 3587 -$errorrules = sprintf(gettext("There was an error while parsing the package filter rules for %s."), $pkg_inc) . "n"; +msgid ""There was an error while parsing the package filter rules for %s."), $pkg_inc) . "n"; msgstr "" #: src/etc/inc/filter_log.inc 245 -log_error(sprintf(gettext("There was a error parsing rule number +msgid ""There was a error parsing rule number %s. Please report to mailing list or forum."), $flent['rulenum'])); msgstr "" #: src/etc/inc/filter_log.inc 253 -log_error(sprintf(gettext("There was a error parsing rule +msgid ""There was a error parsing rule %s. Please report to mailing list or forum."), $errline)); msgstr "" #: src/etc/inc/filter_log.inc 265 -$portstr = sprintf('' . htmlspecialchars($port) . '', $port, $proto, $service); msgstr "" @@ -992,366 +955,366 @@ msgstr "" #: src/etc/inc/functions.inc 32 -function gettext($text) { +msgid "$text) { msgstr "" #: src/etc/inc/functions.inc 87 -$notice_msgs .= "
  • ".gettext("Acknowledge All Notices")."
  • "; +msgid ""Acknowledge All Notices")."
  • "; msgstr "" #: src/etc/inc/functions.inc 106 -$msg= sprintf("%1$02d",count($notices))." ".gettext("unread notice"); +msgid ""unread notice"); msgstr "" #: src/etc/inc/functions.inc 108 -$msg= sprintf("%1$02d",count($notices))." ".gettext("unread notices"); +msgid ""unread notices"); msgstr "" #: src/etc/inc/gwlb.inc 825 -$msg = sprintf(gettext("MONITOR +msgid ""MONITOR %s is down, removing from routing group {$group['name']}"), $gwname); msgstr "" #: src/etc/inc/gwlb.inc 829 -$msg = sprintf(gettext("MONITOR +msgid ""MONITOR %s has packet loss, removing from routing group {$group['name']}"), $gwname); msgstr "" #: src/etc/inc/gwlb.inc 833 -$msg = sprintf(gettext("MONITOR +msgid ""MONITOR %s has high latency, removing from routing group {$group['name']}"), $gwname); msgstr "" #: src/etc/inc/gwlb.inc 853 -$msg = gettext("Gateways status could not be determined, considering all as up/active. (Group +msgid ""Gateways status could not be determined, considering all as up/active. (Group {$group['name']})"); msgstr "" #: src/etc/inc/gwlb.inc 916 -write_config(sprintf(gettext('Updating gateway group gateway for %1$s - new gateway is %2$s'), $interfac, $current_gw)); +msgid "'Updating gateway group gateway for %1$s - new gateway is %2$s'), $interfac, $current_gw)); msgstr "" #: src/etc/inc/interfaces.inc 39 -log_error(gettext("interfaces_bring_up() was called but no variable defined.")); +msgid ""interfaces_bring_up() was called but no variable defined.")); msgstr "" #: src/etc/inc/interfaces.inc 195 -echo gettext("Configuring loopback interface..."); +msgid ""Configuring loopback interface..."); msgstr "" #: src/etc/inc/interfaces.inc 202 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/interfaces.inc 211 -echo gettext("Configuring VLAN interfaces..."); +msgid ""Configuring VLAN interfaces..."); msgstr "" #: src/etc/inc/interfaces.inc 224 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/interfaces.inc 231 -log_error(gettext("VLAN +msgid ""VLAN called with wrong options. Problems with config!")); msgstr "" #: src/etc/inc/interfaces.inc 239 -log_error(gettext("interface_vlan_configure called with if undefined.")); +msgid ""interface_vlan_configure called with if undefined.")); msgstr "" #: src/etc/inc/interfaces.inc 273 -log_error(sprintf(gettext("QinQ compat VLAN +msgid ""QinQ compat VLAN called with wrong options. Problems with config!%s"), "n")); msgstr "" #: src/etc/inc/interfaces.inc 280 -log_error(sprintf(gettext("interface_qinq_configure called with if undefined.%s"), "n")); +msgid ""interface_qinq_configure called with if undefined.%s"), "n")); msgstr "" #: src/etc/inc/interfaces.inc 285 -log_error(sprintf(gettext("interface_qinq_configure called with invalid if.%s"), "n")); +msgid ""interface_qinq_configure called with invalid if.%s"), "n")); msgstr "" #: src/etc/inc/interfaces.inc 350 -echo gettext("Configuring QinQ interfaces..."); +msgid ""Configuring QinQ interfaces..."); msgstr "" #: src/etc/inc/interfaces.inc 358 -echo gettext( "done.") . "n"; +msgid " "done.") . "n"; msgstr "" #: src/etc/inc/interfaces.inc 365 -log_error(sprintf(gettext("QinQ compat VLAN +msgid ""QinQ compat VLAN called with wrong options. Problems with config!%s"), "n")); msgstr "" #: src/etc/inc/interfaces.inc 373 -log_error(sprintf(gettext("interface_qinq2_configure called with if undefined.%s"), "n")); +msgid ""interface_qinq2_configure called with if undefined.%s"), "n")); msgstr "" #: src/etc/inc/interfaces.inc 394 -echo gettext("Creating wireless clone interfaces..."); +msgid ""Creating wireless clone interfaces..."); msgstr "" #: src/etc/inc/interfaces.inc 415 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/interfaces.inc 462 -log_error(sprintf(gettext("No members found on %s"), $bridge['bridgeif'])); +msgid ""No members found on %s"), $bridge['bridgeif'])); msgstr "" #: src/etc/inc/interfaces.inc 548 -log_error(gettext("realif not defined in interfaces bridge - up")); +msgid ""realif not defined in interfaces bridge - up")); msgstr "" #: src/etc/inc/interfaces.inc 662 -log_error(gettext("bridgeif not defined -- could not bring interface up")); +msgid ""bridgeif not defined -- could not bring interface up")); msgstr "" #: src/etc/inc/interfaces.inc 710 -echo gettext("Configuring LAGG interfaces..."); +msgid ""Configuring LAGG interfaces..."); msgstr "" #: src/etc/inc/interfaces.inc 724 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/interfaces.inc 879 -log_error(gettext("Could not bring greif up -- variable not defined.")); +msgid ""Could not bring greif up -- variable not defined.")); msgstr "" #: src/etc/inc/interfaces.inc 950 -log_error(gettext("could not bring realif up -- variable not defined -- interface_gif_configure()")); +msgid ""could not bring realif up -- variable not defined -- interface_gif_configure()")); msgstr "" #: src/etc/inc/interfaces.inc 975 -log_error(gettext("could not bring gifif up -- variable not defined")); +msgid ""could not bring gifif up -- variable not defined")); msgstr "" #: src/etc/inc/interfaces.inc 1056 -printf(gettext("Configuring %s interface..."), $ifname); +msgid ""Configuring %s interface..."), $ifname); msgstr "" #: src/etc/inc/interfaces.inc 1060 -echo gettext( "done.") . "n"; +msgid " "done.") . "n"; msgstr "" #: src/etc/inc/interfaces.inc 1081 -printf(gettext("Configuring %s interface..."), $ifname); +msgid ""Configuring %s interface..."), $ifname); msgstr "" #: src/etc/inc/interfaces.inc 1086 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/interfaces.inc 1100 -printf(gettext("Configuring %s interface..."), $ifname); +msgid ""Configuring %s interface..."), $ifname); msgstr "" #: src/etc/inc/interfaces.inc 1105 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/interfaces.inc 1113 -printf(gettext("Configuring %s interface..."), $ifname); +msgid ""Configuring %s interface..."), $ifname); msgstr "" #: src/etc/inc/interfaces.inc 1118 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/interfaces.inc 1191 -log_error(gettext("Wrong parameters used during interface_bring_down")); +msgid ""Wrong parameters used during interface_bring_down")); msgstr "" #: src/etc/inc/interfaces.inc 1503 -log_error(sprintf(gettext("Can't find PPP config for %s in interface_ppps_configure()."), $ifcfg['if'])); +msgid ""Can't find PPP config for %s in interface_ppps_configure()."), $ifcfg['if'])); msgstr "" #: src/etc/inc/interfaces.inc 1560 -log_error(sprintf(gettext('Could not get a PPTP/L2TP Remote IP address from %1$s for %2$s in interfaces_ppps_configure.'), $dhcp_gateway, $gway)); +msgid "'Could not get a PPTP/L2TP Remote IP address from %1$s for %2$s in interfaces_ppps_configure.'), $dhcp_gateway, $gway)); msgstr "" #: src/etc/inc/interfaces.inc 1567 -log_error(sprintf(gettext("Device %s does not exist. PPP link cannot start without the modem device."), $port)); +msgid ""Device %s does not exist. PPP link cannot start without the modem device."), $port)); msgstr "" #: src/etc/inc/interfaces.inc 1572 -log_error(sprintf(gettext("Unkown %s configured as ppp interface."), $type)); +msgid ""Unkown %s configured as ppp interface."), $type)); msgstr "" #: src/etc/inc/interfaces.inc 1844 -log_error(sprintf(gettext("Error +msgid ""Error cannot open mpd_%s.conf in interface_ppps_configure().%s"), $interface, "n")); msgstr "" #: src/etc/inc/interfaces.inc 1921 -echo gettext("Configuring CARP settings..."); +msgid ""Configuring CARP settings..."); msgstr "" #: src/etc/inc/interfaces.inc 1978 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/interfaces.inc 2159 -file_notice("CARP", sprintf(gettext("Interface specified for the virtual IP address %s does not exist. Skipping this VIP."), $vip['subnet']), "Firewall +msgid ""Interface specified for the virtual IP address %s does not exist. Skipping this VIP."), $vip['subnet']), "Firewall Virtual IP", ""); msgstr "" #: src/etc/inc/interfaces.inc 2167 -file_notice("CARP", sprintf(gettext("Sorry but we could not find a required assigned ip address on the interface for the virtual IP address %s."), $vip['subnet']), "Firewall +msgid ""Sorry but we could not find a required assigned ip address on the interface for the virtual IP address %s."), $vip['subnet']), "Firewall Virtual IP", ""); msgstr "" #: src/etc/inc/interfaces.inc 2174 -file_notice("CARP", sprintf(gettext("Sorry but we could not find a required assigned ip address on the interface for the virtual IPv6 address %s."), $vip['subnet']), "Firewall +msgid ""Sorry but we could not find a required assigned ip address on the interface for the virtual IPv6 address %s."), $vip['subnet']), "Firewall Virtual IP", ""); msgstr "" #: src/etc/inc/interfaces.inc 2230 -log_error(sprintf(gettext("Interface %s changed to hostap mode"), $realif)); +msgid ""Interface %s changed to hostap mode"), $realif)); msgstr "" #: src/etc/inc/interfaces.inc 2234 -log_error(sprintf(gettext("Interface %s changed to adhoc mode"), $realif)); +msgid ""Interface %s changed to adhoc mode"), $realif)); msgstr "" #: src/etc/inc/interfaces.inc 2238 -log_error(sprintf(gettext("Interface %s changed to infrastructure mode"), $realif)); +msgid ""Interface %s changed to infrastructure mode"), $realif)); msgstr "" #: src/etc/inc/interfaces.inc 2250 -log_error(sprintf(gettext("Cloning new wireless interface %s"), $realif)); +msgid ""Cloning new wireless interface %s"), $realif)); msgstr "" #: src/etc/inc/interfaces.inc 2255 -log_error(sprintf(gettext('Failed to clone interface %1$s with error code %2$s, output %3$s'), $baseif, $ret, $out[0])); +msgid "'Failed to clone interface %1$s with error code %2$s, output %3$s'), $baseif, $ret, $out[0])); msgstr "" #: src/etc/inc/interfaces.inc 2974 -echo gettext("Generating new MAC address."); +msgid ""Generating new MAC address."); msgstr "" #: src/etc/inc/interfaces.inc 2980 -file_notice("MAC Address altered", sprintf(gettext('The INVALID MAC address (ff +msgid "'The INVALID MAC address (ff ff ff ff @@ -1362,1403 +1325,1403 @@ msgstr "" #: src/etc/inc/interfaces.inc 3807 -printf(printf(gettext("Error +msgid ""Error cannot open dhclient_%s.conf in interface_dhcp_configure() for writing.%s"), $interface, "n")); msgstr "" #: src/etc/inc/interfaces.inc 3820 -log_error(sprintf(gettext("Invalid interface "%s" in interface_dhcp_configure()"), $interface)); +msgid ""Invalid interface "%s" in interface_dhcp_configure()"), $interface)); msgstr "" #: src/etc/inc/interfaces.inc 3872 -log_error(printf(gettext("Could not bring up %s interface in interface_dhcp_configure()"), $wanif)); +msgid ""Could not bring up %s interface in interface_dhcp_configure()"), $wanif)); msgstr "" #: src/etc/inc/ipsec.inc 39 -'myaddress' => array( 'desc' => gettext('My IP address'), 'mobile' => true ), +msgid "'My IP address'), 'mobile' => true ), msgstr "" #: src/etc/inc/ipsec.inc 40 -'address' => array( 'desc' => gettext('IP address'), 'mobile' => true ), +msgid "'IP address'), 'mobile' => true ), msgstr "" #: src/etc/inc/ipsec.inc 41 -'fqdn' => array( 'desc' => gettext('Distinguished name'), 'mobile' => true ), +msgid "'Distinguished name'), 'mobile' => true ), msgstr "" #: src/etc/inc/ipsec.inc 42 -'user_fqdn' => array( 'desc' => gettext('User distinguished name'), 'mobile' => true ), +msgid "'User distinguished name'), 'mobile' => true ), msgstr "" #: src/etc/inc/ipsec.inc 43 -'asn1dn' => array( 'desc' => gettext('ASN.1 distinguished Name'), 'mobile' => true ), +msgid "'ASN.1 distinguished Name'), 'mobile' => true ), msgstr "" #: src/etc/inc/ipsec.inc 44 -'keyid tag' => array( 'desc' => gettext('KeyID tag'), 'mobile' => true ), +msgid "'KeyID tag'), 'mobile' => true ), msgstr "" #: src/etc/inc/ipsec.inc 45 -'dyn_dns' => array( 'desc' => gettext('Dynamic DNS'), 'mobile' => true )); +msgid "'Dynamic DNS'), 'mobile' => true )); msgstr "" #: src/etc/inc/ipsec.inc 48 -'peeraddress' => array( 'desc' => gettext('Peer IP address'), 'mobile' => false ), +msgid "'Peer IP address'), 'mobile' => false ), msgstr "" #: src/etc/inc/ipsec.inc 49 -'address' => array( 'desc' => gettext('IP address'), 'mobile' => false ), +msgid "'IP address'), 'mobile' => false ), msgstr "" #: src/etc/inc/ipsec.inc 50 -'fqdn' => array( 'desc' => gettext('Distinguished name'), 'mobile' => true ), +msgid "'Distinguished name'), 'mobile' => true ), msgstr "" #: src/etc/inc/ipsec.inc 51 -'user_fqdn' => array( 'desc' => gettext('User distinguished name'), 'mobile' => true ), +msgid "'User distinguished name'), 'mobile' => true ), msgstr "" #: src/etc/inc/ipsec.inc 52 -'asn1dn' => array( 'desc' => gettext('ASN.1 distinguished Name'), 'mobile' => true ), +msgid "'ASN.1 distinguished Name'), 'mobile' => true ), msgstr "" #: src/etc/inc/ipsec.inc 53 -'keyid tag' => array( 'desc' =>gettext('KeyID tag'), 'mobile' => true )); +msgid "'KeyID tag'), 'mobile' => true )); msgstr "" #: src/etc/inc/ipsec.inc 301 -return gettext("Mobile Client"); +msgid ""Mobile Client"); msgstr "" #: src/etc/inc/ipsec.inc 304 -return gettext("None"); +msgid ""None"); msgstr "" #: src/etc/inc/ipsec.inc 608 -log_error(gettext("IPsec daemon seems to have issues or not running! Could not display mobile user stats!")); +msgid ""IPsec daemon seems to have issues or not running! Could not display mobile user stats!")); msgstr "" #: src/etc/inc/meta.inc 68 -printf(gettext("list_phpfiles +msgid ""list_phpfiles unable to examine path %sn"), $path); msgstr "" #: src/etc/inc/meta.inc 99 -printf(gettext("unable to read %sn"), $fpath); +msgid ""unable to read %sn"), $fpath); msgstr "" #: src/etc/inc/meta.inc 132 -printf(gettext("error +msgid ""error tag mismatch ( %1$s != %2$s ) in '%3$s'%4$s"), $tagbeg, $tagend, $fpath, "n"); msgstr "" #: src/etc/inc/meta.inc 143 -printf(gettext("warning +msgid ""warning tag %1$s has no data in '%2$s'%3$s"), $tagbeg, $fpath, "n"); msgstr "" #: src/etc/inc/meta.inc 163 -printf(gettext("warning +msgid ""warning tag %1$s has malformed data in '%2$s'%3$s"), $tagbeg, $fpath, "n"); msgstr "" #: src/etc/inc/meta.inc 185 -printf(gettext("warning +msgid ""warning tag %1$s has invalid data in '%2$s'%3$s"), $tagbeg, $fpath, "n"); msgstr "" #: src/etc/inc/notices.inc 62 -log_error(printf(gettext("Could not open %s for writing"), '/tmp/notices')); +msgid ""Could not open %s for writing"), '/tmp/notices')); msgstr "" #: src/etc/inc/notices.inc 323 -log_error(sprintf(gettext("Message sent to %s OK"), $to)); +msgid ""Message sent to %s OK"), $to)); msgstr "" #: src/etc/inc/notices.inc 326 -log_error(sprintf(gettext('Could not send the message to %1$s -- Error +msgid "'Could not send the message to %1$s -- Error %2$s'), $to, $smtp->error)); msgstr "" #: src/etc/inc/notices.inc 327 -return(sprintf(gettext('Could not send the message to %1$s -- Error +msgid "'Could not send the message to %1$s -- Error %2$s'), $to, $smtp->error)); msgstr "" #: src/etc/inc/notices.inc 361 -$growl->notify("{$growl_notification}", gettext(sprintf("%s (%s) - Notification", $g['product_name'], $hostname)), "{$message}"); +msgid "sprintf("%s (%s) - Notification", $g['product_name'], $hostname)), "{$message}"); msgstr "" #: src/etc/inc/openvpn.inc 87 -'p2p_tls' => gettext("Peer to Peer ( SSL/TLS )"), +msgid ""Peer to Peer ( SSL/TLS )"), msgstr "" #: src/etc/inc/openvpn.inc 88 -'p2p_shared_key' => gettext("Peer to Peer ( Shared Key )"), +msgid ""Peer to Peer ( Shared Key )"), msgstr "" #: src/etc/inc/openvpn.inc 89 -'server_tls' => gettext("Remote Access ( SSL/TLS )"), +msgid ""Remote Access ( SSL/TLS )"), msgstr "" #: src/etc/inc/openvpn.inc 90 -'server_user' => gettext("Remote Access ( User Auth )"), +msgid ""Remote Access ( User Auth )"), msgstr "" #: src/etc/inc/openvpn.inc 91 -'server_tls_user' => gettext("Remote Access ( SSL/TLS + User Auth )")); +msgid ""Remote Access ( SSL/TLS + User Auth )")); msgstr "" #: src/etc/inc/openvpn.inc 95 -'p2p_tls' => gettext("Peer to Peer ( SSL/TLS )"), +msgid ""Peer to Peer ( SSL/TLS )"), msgstr "" #: src/etc/inc/openvpn.inc 96 -'p2p_shared_key' => gettext("Peer to Peer ( Shared Key )") ); +msgid ""Peer to Peer ( Shared Key )") ); msgstr "" #: src/etc/inc/openvpn.inc 100 -'' => gettext("No Preference"), +msgid ""No Preference"), msgstr "" #: src/etc/inc/openvpn.inc 101 -'no' => gettext("Disabled - No Compression"), +msgid ""Disabled - No Compression"), msgstr "" #: src/etc/inc/openvpn.inc 102 -'adaptive' => gettext("Enabled with Adaptive Compression"), +msgid ""Enabled with Adaptive Compression"), msgstr "" #: src/etc/inc/openvpn.inc 103 -'yes' => gettext("Enabled without Adaptive Compression")); +msgid ""Enabled without Adaptive Compression")); msgstr "" #: src/etc/inc/openvpn.inc 197 -$ciphers["none"] = gettext("None (No Encryption)"); +msgid ""None (No Encryption)"); msgstr "" #: src/etc/inc/openvpn.inc 211 -$digests["none"] = gettext("None (No Authentication)"); +msgid ""None (No Authentication)"); msgstr "" #: src/etc/inc/openvpn.inc 266 -return sprintf(gettext("The field '%s' must contain a valid IP address or domain name."), $name); +msgid ""The field '%s' must contain a valid IP address or domain name."), $name); msgstr "" #: src/etc/inc/openvpn.inc 273 -return sprintf(gettext("The field '%s' must contain a valid port, ranging from 0 to 65535."), $name); +msgid ""The field '%s' must contain a valid port, ranging from 0 to 65535."), $name); msgstr "" #: src/etc/inc/openvpn.inc 285 -return sprintf(gettext("The field '%s' must contain a single valid %s CIDR range."), $name, $ipproto); +msgid ""The field '%s' must contain a single valid %s CIDR range."), $name, $ipproto); msgstr "" #: src/etc/inc/openvpn.inc 297 -return sprintf(gettext("The field '%s' must contain only valid %s CIDR range(s) separated by commas."), $name, $ipproto); +msgid ""The field '%s' must contain only valid %s CIDR range(s) separated by commas."), $name, $ipproto); msgstr "" #: src/etc/inc/pfsense-utils.inc 308 -return gettext("MASTER"); +msgid ""MASTER"); msgstr "" #: src/etc/inc/pfsense-utils.inc 310 -return gettext("BACKUP"); +msgid ""BACKUP"); msgstr "" #: src/etc/inc/pfsense-utils.inc 312 -return gettext("INIT"); +msgid ""INIT"); msgstr "" #: src/etc/inc/pfsense-utils.inc 380 -write_config(gettext("After synch increase advertising skew")); +msgid ""After synch increase advertising skew")); msgstr "" #: src/etc/inc/pfsense-utils.inc 425 -log_error(gettext("Error creating socket!")); +msgid ""Error creating socket!")); msgstr "" #: src/etc/inc/pfsense-utils.inc 426 -log_error(sprintf(gettext("Error code is '%1$s' - %2$s"), socket_last_error($s), socket_strerror(socket_last_error($s)))); +msgid ""Error code is '%1$s' - %2$s"), socket_last_error($s), socket_strerror(socket_last_error($s)))); msgstr "" #: src/etc/inc/pfsense-utils.inc 431 -log_error(sprintf(gettext("setsockopt() failed, error +msgid ""setsockopt() failed, error %s"), strerror($opt_ret))); msgstr "" #: src/etc/inc/pfsense-utils.inc 434 -log_error(sprintf(gettext('Magic Packet sent (%1$s) to {%2$s} MAC=%3$s'), $e, $addr, $mac)); +msgid "'Magic Packet sent (%1$s) to {%2$s} MAC=%3$s'), $e, $addr, $mac)); msgstr "" #: src/etc/inc/pfsense-utils.inc 502 -write_config(sprintf(gettext("Restored %s of config file (maybe from CARP partner)"), $section_name)); +msgid ""Restored %s of config file (maybe from CARP partner)"), $section_name)); msgstr "" #: src/etc/inc/pfsense-utils.inc 526 -write_config(sprintf(gettext("Restored %s of config file (maybe from CARP partner)"), $section_name)); +msgid ""Restored %s of config file (maybe from CARP partner)"), $section_name)); msgstr "" #: src/etc/inc/pfsense-utils.inc 640 -log_error(sprintf(gettext("XMLRPC communication error +msgid ""XMLRPC communication error %s"), $cli->errstr)); msgstr "" #: src/etc/inc/pfsense-utils.inc 643 -log_error(sprintf(gettext('XMLRPC request failed with error %1$s +msgid "'XMLRPC request failed with error %1$s %2$s'), $resp->faultCode(), $resp->faultString())); msgstr "" #: src/etc/inc/pfsense-utils.inc 1092 -$total_time = gettext("No history data found!"); +msgid ""No history data found!"); msgstr "" #: src/etc/inc/pfsense-utils.inc 1214 -$ifinfo['pppinfo'] = $dev . " " . gettext("device not present! Is the modem attached to the system?"); +msgid ""device not present! Is the modem attached to the system?"); msgstr "" #: src/etc/inc/pfsense-utils.inc 1281 -if($ifinfo['status'] == gettext("running")) +msgid ""running")) msgstr "" #: src/etc/inc/pfsense-utils.inc 1282 -$ifinfo['status'] = gettext("up"); +msgid ""up"); msgstr "" #: src/etc/inc/pfsense-utils.inc 1325 -$ifinfo['bridge'] = "" . gettext("blocking") . " - " . gettext("check for ethernet loops"); +msgid ""check for ethernet loops"); msgstr "" #: src/etc/inc/pfsense-utils.inc 1328 -$ifinfo['bridge'] = gettext("learning"); +msgid ""learning"); msgstr "" #: src/etc/inc/pfsense-utils.inc 1331 -$ifinfo['bridge'] = gettext("forwarding"); +msgid ""forwarding"); msgstr "" #: src/etc/inc/pfsense-utils.inc 1463 -log_error(sprintf(gettext('DNSCACHE +msgid "'DNSCACHE Found old IP %1$s and new IP %2$s'), $oldcontents, $contents)); msgstr "" #: src/etc/inc/pfsense-utils.inc 1794 -log_error(gettext("Could not process aliases from alias +msgid ""Could not process aliases from alias {$alias_url}")); msgstr "" #: src/etc/inc/pfsense-utils.inc 1828 -log_error(gettext("Alias archive is a .zip file which cannot be decompressed because utility is missing!")); +msgid ""Alias archive is a .zip file which cannot be decompressed because utility is missing!")); msgstr "" #: src/etc/inc/pfsense-utils.inc 1838 -log_error(gettext("Could not open {$temp_filename}/aliases for writing!")); +msgid ""Could not open {$temp_filename}/aliases for writing!")); msgstr "" #: src/etc/inc/pfsense-utils.inc 1844 -log_error(gettext("The following file could not be read {$f2p} from {$temp_filename}")); +msgid ""The following file could not be read {$f2p} from {$temp_filename}")); msgstr "" #: src/etc/inc/pfsense-utils.inc 1860 -log_error(gettext("Alias archive is a .tar/tgz file which cannot be decompressed because utility is missing!")); +msgid ""Alias archive is a .tar/tgz file which cannot be decompressed because utility is missing!")); msgstr "" #: src/etc/inc/pfsense-utils.inc 1870 -log_error(gettext("Could not open {$temp_filename}/aliases for writing!")); +msgid ""Could not open {$temp_filename}/aliases for writing!")); msgstr "" #: src/etc/inc/pfsense-utils.inc 1876 -log_error(gettext("The following file could not be read {$f2p} from {$temp_filename}")); +msgid ""The following file could not be read {$f2p} from {$temp_filename}")); msgstr "" #: src/etc/inc/pfsense-utils.inc 2517 -$locales = array('en_US' => gettext('English')); +msgid "'English')); msgstr "" #: src/etc/inc/pfsense-utils.inc 2550 -"sq" => array("codeset" => "UTF-8", "desc" => gettext("Albanian")), +msgid ""Albanian")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2551 -"bg" => array("codeset" => "UTF-8", "desc" => gettext("Bulgarian")), +msgid ""Bulgarian")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2552 -"zh_CN" => array("codeset" => "UTF-8", "desc" => gettext("Chinese (Simplified)")), +msgid ""Chinese (Simplified)")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2553 -"zh_TW" => array("codeset" => "UTF-8", "desc" => gettext("Chinese (Traditional)")), +msgid ""Chinese (Traditional)")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2554 -"nl" => array("codeset" => "UTF-8", "desc" => gettext("Dutch")), +msgid ""Dutch")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2555 -"da" => array("codeset" => "UTF-8", "desc" => gettext("Danish")), +msgid ""Danish")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2556 -"en_US" => array("codeset" => "UTF-8", "desc" => gettext("English")), +msgid ""English")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2557 -"fi" => array("codeset" => "UTF-8", "desc" => gettext("Finnish")), +msgid ""Finnish")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2558 -"fr" => array("codeset" => "UTF-8", "desc" => gettext("French")), +msgid ""French")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2559 -"de" => array("codeset" => "UTF-8", "desc" => gettext("German")), +msgid ""German")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2560 -"el" => array("codeset" => "UTF-8", "desc" => gettext("Greek")), +msgid ""Greek")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2561 -"hu" => array("codeset" => "UTF-8", "desc" => gettext("Hungarian")), +msgid ""Hungarian")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2562 -"it" => array("codeset" => "UTF-8", "desc" => gettext("Italian")), +msgid ""Italian")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2563 -"ja" => array("codeset" => "UTF-8", "desc" => gettext("Japanese")), +msgid ""Japanese")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2564 -"ko" => array("codeset" => "UTF-8", "desc" => gettext("Korean")), +msgid ""Korean")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2565 -"lv" => array("codeset" => "UTF-8", "desc" => gettext("Latvian")), +msgid ""Latvian")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2566 -"nb" => array("codeset" => "UTF-8", "desc" => gettext("Norwegian (Bokmal)")), +msgid ""Norwegian (Bokmal)")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2567 -"pl" => array("codeset" => "UTF-8", "desc" => gettext("Polish")), +msgid ""Polish")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2568 -"pt_BR" => array("codeset" => "ISO-8859-1", "desc" => gettext("Portuguese (Brazil)")), +msgid ""Portuguese (Brazil)")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2569 -"pt" => array("codeset" => "UTF-8", "desc" => gettext("Portuguese (Portugal)")), +msgid ""Portuguese (Portugal)")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2570 -"ro" => array("codeset" => "UTF-8", "desc" => gettext("Romanian")), +msgid ""Romanian")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2571 -"ru" => array("codeset" => "UTF-8", "desc" => gettext("Russian")), +msgid ""Russian")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2572 -"sl" => array("codeset" => "UTF-8", "desc" => gettext("Slovenian")), +msgid ""Slovenian")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2573 -"tr" => array("codeset" => "UTF-8", "desc" => gettext("Turkish")), +msgid ""Turkish")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2574 -"es" => array("codeset" => "UTF-8", "desc" => gettext("Spanish")), +msgid ""Spanish")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2575 -"sv" => array("codeset" => "UTF-8", "desc" => gettext("Swedish")), +msgid ""Swedish")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2576 -"sk" => array("codeset" => "UTF-8", "desc" => gettext("Slovak")), +msgid ""Slovak")), msgstr "" #: src/etc/inc/pfsense-utils.inc 2577 -"cs" => array("codeset" => "UTF-8", "desc" => gettext("Czech")) +msgid ""Czech")) msgstr "" #: src/etc/inc/pkg-utils.inc 201 -log_error(gettext("Resyncing configuration for all packages.")); +msgid ""Resyncing configuration for all packages.")); msgstr "" #: src/etc/inc/pkg-utils.inc 221 -echo "n" . gettext("Syncing packages +msgid ""Syncing packages "); msgstr "" #: src/etc/inc/pkg-utils.inc 263 -log_error(sprintf(gettext('The %1$s package is missing required dependencies and must be reinstalled. %2$s'), $package['name'], $package['configurationfile'])); +msgid "'The %1$s package is missing required dependencies and must be reinstalled. %2$s'), $package['name'], $package['configurationfile'])); msgstr "" #: src/etc/inc/pkg-utils.inc 288 -log_error(sprintf(gettext("The %s package is missing required dependencies and must be reinstalled."), $package['name'])); +msgid ""The %s package is missing required dependencies and must be reinstalled."), $package['name'])); msgstr "" #: src/etc/inc/pkg-utils.inc 347 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 383 -log_error(sprintf(gettext("The %s package is missing its configuration file and must be reinstalled."), $package['name'])); +msgid ""The %s package is missing its configuration file and must be reinstalled."), $package['name'])); msgstr "" #: src/etc/inc/pkg-utils.inc 416 -file_notice($package['name'], sprintf(gettext("The %s package is missing required dependencies and must be reinstalled."), $package['name']), "Packages", "/pkg_mgr_install.php?mode=reinstallpkg&pkg={$package['name']}", 1); +msgid ""The %s package is missing required dependencies and must be reinstalled."), $package['name']), "Packages", "/pkg_mgr_install.php?mode=reinstallpkg&pkg={$package['name']}", 1); msgstr "" #: src/etc/inc/pkg-utils.inc 612 -log_error(sprintf(gettext('Package %s is not supported on this version.'), $pkg_info['name'])); +msgid "'Package %s is not supported on this version.'), $pkg_info['name'])); msgstr "" #: src/etc/inc/pkg-utils.inc 613 -$static_output .= sprintf(gettext("Package %s is not supported on this version."), $pkg_info['name']); +msgid ""Package %s is not supported on this version."), $pkg_info['name']); msgstr "" #: src/etc/inc/pkg-utils.inc 620 -pkg_debug(gettext("Beginning package installation.") . "n"); +msgid ""Beginning package installation.") . "n"); msgstr "" #: src/etc/inc/pkg-utils.inc 621 -log_error(sprintf(gettext('Beginning package installation for %s .'), $pkg_info['name'])); +msgid "'Beginning package installation for %s .'), $pkg_info['name'])); msgstr "" #: src/etc/inc/pkg-utils.inc 622 -$static_output .= sprintf(gettext("Beginning package installation for %s ."), $pkg_info['name']); +msgid ""Beginning package installation for %s ."), $pkg_info['name']); msgstr "" #: src/etc/inc/pkg-utils.inc 630 -$static_output .= gettext("Saving updated package information...") . " "; +msgid ""Saving updated package information...") . " "; msgstr "" #: src/etc/inc/pkg-utils.inc 634 -$changedesc = sprintf(gettext("Installed %s package."),$pkg_info['name']); +msgid ""Installed %s package."),$pkg_info['name']); msgstr "" #: src/etc/inc/pkg-utils.inc 635 -$to_output = gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 638 -$changedesc = sprintf(gettext("Overwrote previous installation of %s."), $pkg_info['name']); +msgid ""Overwrote previous installation of %s."), $pkg_info['name']); msgstr "" #: src/etc/inc/pkg-utils.inc 639 -$to_output = gettext("overwrite!") . "n"; +msgid ""overwrite!") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 651 -$static_output .= gettext("Failed to install package.") . "n"; +msgid ""Failed to install package.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 655 -$static_output .= gettext("Writing configuration... "); +msgid ""Writing configuration... "); msgstr "" #: src/etc/inc/pkg-utils.inc 658 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 691 -$static_output .= sprintf(gettext("The %s package is not installed.%sInstallation aborted."), $pkg, "nn"); +msgid ""The %s package is not installed.%sInstallation aborted."), $pkg, "nn"); msgstr "" #: src/etc/inc/pkg-utils.inc 706 -update_status(gettext("Installing") . " " . $pkg_info['name'] . " " . gettext("and its dependencies.")); +msgid ""and its dependencies.")); msgstr "" #: src/etc/inc/pkg-utils.inc 707 -$static_output .= gettext("Downloading") . " " . $pkg_info['name'] . " " . gettext("and its dependencies... "); +msgid ""and its dependencies... "); msgstr "" #: src/etc/inc/pkg-utils.inc 719 -pkg_debug(gettext("Package WAS NOT installed properly.") . "n"); +msgid ""Package WAS NOT installed properly.") . "n"); msgstr "" #: src/etc/inc/pkg-utils.inc 733 -$static_output .= gettext("Loading package configuration... "); +msgid ""Loading package configuration... "); msgstr "" #: src/etc/inc/pkg-utils.inc 736 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 738 -$static_output .= gettext("Configuring package components...n"); +msgid ""Configuring package components...n"); msgstr "" #: src/etc/inc/pkg-utils.inc 744 -$static_output .= gettext("System files... "); +msgid ""System files... "); msgstr "" #: src/etc/inc/pkg-utils.inc 751 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 763 -$static_output .= gettext("Loading package instructions...") . "n"; +msgid ""Loading package instructions...") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 778 -$static_output .= gettext("Custom commands...") . "n"; +msgid ""Custom commands...") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 782 -$static_output .= gettext("Executing custom_php_global_functions()..."); +msgid ""Executing custom_php_global_functions()..."); msgstr "" #: src/etc/inc/pkg-utils.inc 785 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 789 -$static_output .= gettext("Executing custom_php_install_command()..."); +msgid ""Executing custom_php_install_command()..."); msgstr "" #: src/etc/inc/pkg-utils.inc 814 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 818 -$static_output .= gettext("Executing custom_php_resync_config_command()..."); +msgid ""Executing custom_php_resync_config_command()..."); msgstr "" #: src/etc/inc/pkg-utils.inc 821 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 827 -$static_output .= gettext("Menu items... "); +msgid ""Menu items... "); msgstr "" #: src/etc/inc/pkg-utils.inc 838 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 843 -$static_output .= gettext("Integrated Tab items... "); +msgid ""Integrated Tab items... "); msgstr "" #: src/etc/inc/pkg-utils.inc 854 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 859 -$static_output .= gettext("Services... "); +msgid ""Services... "); msgstr "" #: src/etc/inc/pkg-utils.inc 870 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 874 -$static_output .= gettext("Loading package configuration... failed!") . "nn" . gettext("Installation aborted."); +msgid ""Installation aborted."); msgstr "" #: src/etc/inc/pkg-utils.inc 876 -pkg_debug(gettext("Unable to load package configuration. Installation aborted.") ."n"); +msgid ""Unable to load package configuration. Installation aborted.") ."n"); msgstr "" #: src/etc/inc/pkg-utils.inc 921 -$static_output .= sprintf(gettext("Starting package deletion for %s..."),$pkg); +msgid ""Starting package deletion for %s..."),$pkg); msgstr "" #: src/etc/inc/pkg-utils.inc 941 -$static_output .= sprintf(gettext("The %s package is not installed.%sDeletion aborted."), $pkg, "nn"); +msgid ""The %s package is not installed.%sDeletion aborted."), $pkg, "nn"); msgstr "" #: src/etc/inc/pkg-utils.inc 952 -pkg_debug(sprintf(gettext("Removing %s package... "),$pkg)); +msgid ""Removing %s package... "),$pkg)); msgstr "" #: src/etc/inc/pkg-utils.inc 953 -$static_output .= sprintf(gettext("Removing %s components..."),$pkg) . "n"; +msgid ""Removing %s components..."),$pkg) . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 965 -$static_output .= gettext("Tabs items... "); +msgid ""Tabs items... "); msgstr "" #: src/etc/inc/pkg-utils.inc 977 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 982 -$static_output .= gettext("Menu items... "); +msgid ""Menu items... "); msgstr "" #: src/etc/inc/pkg-utils.inc 994 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 999 -$static_output .= gettext("Services... "); +msgid ""Services... "); msgstr "" #: src/etc/inc/pkg-utils.inc 1019 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 1035 -$static_output .= gettext("Loading package instructions...") . "n"; +msgid ""Loading package instructions...") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 1059 -$static_output .= gettext("System files... "); +msgid ""System files... "); msgstr "" #: src/etc/inc/pkg-utils.inc 1064 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 1069 -$static_output .= gettext("Deinstall commands... "); +msgid ""Deinstall commands... "); msgstr "" #: src/etc/inc/pkg-utils.inc 1073 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 1079 -$static_output .= gettext("Removing package instructions..."); +msgid ""Removing package instructions..."); msgstr "" #: src/etc/inc/pkg-utils.inc 1081 -pkg_debug(sprintf(gettext("Remove '%s'"), $pkg_config['include_file']) . "n"); +msgid ""Remove '%s'"), $pkg_config['include_file']) . "n"); msgstr "" #: src/etc/inc/pkg-utils.inc 1083 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 1088 -$static_output .= gettext("Auxiliary files... "); +msgid ""Auxiliary files... "); msgstr "" #: src/etc/inc/pkg-utils.inc 1098 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 1102 -$static_output .= gettext("Package XML... "); +msgid ""Package XML... "); msgstr "" #: src/etc/inc/pkg-utils.inc 1105 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 1121 -$static_output .= gettext("Configuration... "); +msgid ""Configuration... "); msgstr "" #: src/etc/inc/pkg-utils.inc 1124 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 1204 -echo gettext("One moment please, reinstalling packages...n"); +msgid ""One moment please, reinstalling packages...n"); msgstr "" #: src/etc/inc/pkg-utils.inc 1205 -echo gettext(" >>> Trying to fetch package info..."); +msgid "" >>> Trying to fetch package info..."); msgstr "" #: src/etc/inc/pkg-utils.inc 1206 -log_error(gettext("Attempting to reinstall all packages")); +msgid ""Attempting to reinstall all packages")); msgstr "" #: src/etc/inc/pkg-utils.inc 1212 -$error = sprintf(gettext(' >>> Unable to communicate with %1$s. Please verify DNS and interface configuration, and that %2$s has functional Internet connectivity.'), $xmlrpc_base_url, $g['product_name']); +msgid "' >>> Unable to communicate with %1$s. Please verify DNS and interface configuration, and that %2$s has functional Internet connectivity.'), $xmlrpc_base_url, $g['product_name']); msgstr "" #: src/etc/inc/pkg-utils.inc 1214 -log_error(gettext("Cannot reinstall packages +msgid ""Cannot reinstall packages ") . $error); msgstr "" #: src/etc/inc/pkg-utils.inc 1223 -$package_name_list = gettext("List of packages to reinstall +msgid ""List of packages to reinstall ") . implode(", ", $all_names); msgstr "" #: src/etc/inc/pkg-utils.inc 1230 -log_error(gettext("Uninstalling package") . " {$pkgtodo['name']}"); +msgid ""Uninstalling package") . " {$pkgtodo['name']}"); msgstr "" #: src/etc/inc/pkg-utils.inc 1232 -log_error(gettext("Finished uninstalling package") . " {$pkgtodo['name']}"); +msgid ""Finished uninstalling package") . " {$pkgtodo['name']}"); msgstr "" #: src/etc/inc/pkg-utils.inc 1233 -log_error(gettext("Reinstalling package") . " {$pkgtodo['name']}"); +msgid ""Reinstalling package") . " {$pkgtodo['name']}"); msgstr "" #: src/etc/inc/pkg-utils.inc 1235 -log_error(gettext("Finished installing package") . " {$pkgtodo['name']}"); +msgid ""Finished installing package") . " {$pkgtodo['name']}"); msgstr "" #: src/etc/inc/pkg-utils.inc 1238 -log_error(gettext("Finished reinstalling all packages.")); +msgid ""Finished reinstalling all packages.")); msgstr "" #: src/etc/inc/pkg-utils.inc 1402 -return sprintf(gettext($msg), htmlspecialchars(get_active_xml_rpc_base_url())); +msgid "$msg), htmlspecialchars(get_active_xml_rpc_base_url())); msgstr "" #: src/etc/inc/pkg-utils.inc 1414 -return sprintf(gettext($msg), htmlspecialchars(get_active_xml_rpc_base_url())) . '

    ' +msgid "$msg), htmlspecialchars(get_active_xml_rpc_base_url())) . '

    ' msgstr "" #: src/etc/inc/pkg-utils.inc 1415 -. '' . gettext("Package Manager Settings") . ''; +msgid ""Package Manager Settings") . ''; msgstr "" #: src/etc/inc/pkg-utils.inc 1434 -$static_output .= "n" . gettext("Downloading package configuration file... "); +msgid ""Downloading package configuration file... "); msgstr "" #: src/etc/inc/pkg-utils.inc 1436 -pkg_debug(gettext("Downloading package configuration file...") . "n"); +msgid ""Downloading package configuration file...") . "n"); msgstr "" #: src/etc/inc/pkg-utils.inc 1440 -pkg_debug(gettext("ERROR! Unable to fetch package configuration file. Aborting installation.") . "n"); +msgid ""ERROR! Unable to fetch package configuration file. Aborting installation.") . "n"); msgstr "" #: src/etc/inc/pkg-utils.inc 1442 -print "n" . gettext("ERROR! Unable to fetch package configuration file. Aborting package installation.") . "n"; +msgid ""ERROR! Unable to fetch package configuration file. Aborting package installation.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 1444 -$static_output .= gettext("failed!nnInstallation aborted.n"); +msgid ""failed!nnInstallation aborted.n"); msgstr "" #: src/etc/inc/pkg-utils.inc 1451 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 1474 -$static_output .= gettext("Loading package configuration... "); +msgid ""Loading package configuration... "); msgstr "" #: src/etc/inc/pkg-utils.inc 1477 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/pkg-utils.inc 1481 -$static_output .= gettext("Additional files... "); +msgid ""Additional files... "); msgstr "" #: src/etc/inc/pkg-utils.inc 1507 -pkg_debug(gettext("Extracting tarball to -C for ") . $filename . "...n"); +msgid ""Extracting tarball to -C for ") . $filename . "...n"); msgstr "" #: src/etc/inc/pkg-utils.inc 1513 -pkg_debug(sprintf(gettext('Changing file mode to %1$s for %2$s%3$s%4$s'), $pkg_chmod, $prefix, $filename, "n")); +msgid "'Changing file mode to %1$s for %2$s%3$s%4$s'), $pkg_chmod, $prefix, $filename, "n")); msgstr "" #: src/etc/inc/pkg-utils.inc 1520 -$static_output .= gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/priv.defs.inc 6 -$priv_list['page-all']['name'] = gettext("WebCfg - All pages"); +msgid ""WebCfg - All pages"); msgstr "" #: src/etc/inc/priv.defs.inc 7 -$priv_list['page-all']['descr'] = gettext("Allow access to all pages"); +msgid ""Allow access to all pages"); msgstr "" #: src/etc/inc/priv.defs.inc 12 -$priv_list['page-status-carp']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status CARP page"); msgstr "" #: src/etc/inc/priv.defs.inc 13 -$priv_list['page-status-carp']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status CARP' page."); msgstr "" #: src/etc/inc/priv.defs.inc 18 -$priv_list['page-diagnostics-crash-reporter']['name'] = gettext("WebCfg - Crash reporter"); +msgid ""WebCfg - Crash reporter"); msgstr "" #: src/etc/inc/priv.defs.inc 19 -$priv_list['page-diagnostics-crash-reporter']['descr'] = gettext("Uploads crash reports to pfSense and or deletes crash reports."); +msgid ""Uploads crash reports to pfSense and or deletes crash reports."); msgstr "" #: src/etc/inc/priv.defs.inc 24 -$priv_list['page-diagnostics-arptable']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics ARP Table page"); msgstr "" #: src/etc/inc/priv.defs.inc 25 -$priv_list['page-diagnostics-arptable']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics ARP Table' page."); msgstr "" #: src/etc/inc/priv.defs.inc 30 -$priv_list['page-diagnostics-authentication']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Authentication page"); msgstr "" #: src/etc/inc/priv.defs.inc 31 -$priv_list['page-diagnostics-authentication']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Authentication' page."); msgstr "" #: src/etc/inc/priv.defs.inc 36 -$priv_list['page-diagnostics-backup/restore']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Backup/restore page"); msgstr "" #: src/etc/inc/priv.defs.inc 37 -$priv_list['page-diagnostics-backup/restore']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Backup/restore' page."); msgstr "" #: src/etc/inc/priv.defs.inc 42 -$priv_list['page-diagnostics-configurationhistory']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Configuration History page"); msgstr "" #: src/etc/inc/priv.defs.inc 43 -$priv_list['page-diagnostics-configurationhistory']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Configuration History' page."); msgstr "" #: src/etc/inc/priv.defs.inc 48 -$priv_list['page-diagnostics-factorydefaults']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Factory defaults page"); msgstr "" #: src/etc/inc/priv.defs.inc 49 -$priv_list['page-diagnostics-factorydefaults']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Factory defaults' page."); msgstr "" #: src/etc/inc/priv.defs.inc 54 -$priv_list['page-diagnostics-ndptable']['name'] = gettext("Webcfg - Diagnostics +msgid ""Webcfg - Diagnostics NDP Table page"); msgstr "" #: src/etc/inc/priv.defs.inc 55 -$priv_list['page-diagnostics-ndptable']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics NDP Table' page."); msgstr "" #: src/etc/inc/priv.defs.inc 60 -$priv_list['page-diagnostics-restore-full-backup']['name'] = gettext("Webcfg - Diagnostics +msgid ""Webcfg - Diagnostics Restore full backup"); msgstr "" #: src/etc/inc/priv.defs.inc 61 -$priv_list['page-diagnostics-restore-full-backup']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Restore Full Backup' page."); msgstr "" #: src/etc/inc/priv.defs.inc 66 -$priv_list['page-diagnostics-showstates']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Show States page"); msgstr "" #: src/etc/inc/priv.defs.inc 67 -$priv_list['page-diagnostics-showstates']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Show States' page."); msgstr "" #: src/etc/inc/priv.defs.inc 72 -$priv_list['page-diagnostics-sockets']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Sockets page"); msgstr "" #: src/etc/inc/priv.defs.inc 73 -$priv_list['page-diagnostics-sockets']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Sockets' page."); msgstr "" #: src/etc/inc/priv.defs.inc 78 -$priv_list['page-diagnostics-testport']['name'] = gettext("Webcfg - Diagnostics +msgid ""Webcfg - Diagnostics Test Port"); msgstr "" #: src/etc/inc/priv.defs.inc 79 -$priv_list['page-diagnostics-testport']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Test Port' page."); msgstr "" #: src/etc/inc/priv.defs.inc 84 -$priv_list['page-status-ipsec']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status IPsec page"); msgstr "" #: src/etc/inc/priv.defs.inc 85 -$priv_list['page-status-ipsec']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status IPsec' page."); msgstr "" #: src/etc/inc/priv.defs.inc 90 -$priv_list['page-status-ipsec-leases']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status IPsec Leasespage"); msgstr "" @@ -2766,7 +2729,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 91 -$priv_list['page-status-ipsec-leases']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status IPsec Leases' page."); msgstr "" @@ -2774,7 +2737,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 96 -$priv_list['page-status-ipsec-sad']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status IPsec SAD page"); msgstr "" @@ -2782,7 +2745,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 97 -$priv_list['page-status-ipsec-sad']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status IPsec SAD' page."); msgstr "" @@ -2790,7 +2753,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 102 -$priv_list['page-status-ipsec-spd']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status IPsec SPD page"); msgstr "" @@ -2798,7 +2761,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 103 -$priv_list['page-status-ipsec-spd']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status IPsec SPD' page."); msgstr "" @@ -2806,33 +2769,33 @@ msgstr "" #: src/etc/inc/priv.defs.inc 108 -$priv_list['page-status-ntp']['name'] = gettext("Webcfg - Status +msgid ""Webcfg - Status NTP page"); msgstr "" #: src/etc/inc/priv.defs.inc 109 -$priv_list['page-status-ntp']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status NTP' page."); msgstr "" #: src/etc/inc/priv.defs.inc 114 -$priv_list['page-ipsecxml']['name'] = gettext("WebCfg - Diag IPsec XML page"); +msgid ""WebCfg - Diag IPsec XML page"); msgstr "" #: src/etc/inc/priv.defs.inc 115 -$priv_list['page-ipsecxml']['descr'] = gettext("Allow access to the 'Diag IPsec XML' page."); +msgid ""Allow access to the 'Diag IPsec XML' page."); msgstr "" #: src/etc/inc/priv.defs.inc 120 -$priv_list['page-diagnostics-logs-system']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Logs System page"); msgstr "" @@ -2840,7 +2803,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 121 -$priv_list['page-diagnostics-logs-system']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Logs System' page."); msgstr "" @@ -2848,7 +2811,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 126 -$priv_list['page-status-systemlogs-portalauth']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status System logs Portal Auth page"); msgstr "" @@ -2856,7 +2819,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 127 -$priv_list['page-status-systemlogs-portalauth']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status System logs Portal Auth' page."); msgstr "" @@ -2864,7 +2827,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 132 -$priv_list['page-diagnostics-logs-dhcp']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Logs DHCP page"); msgstr "" @@ -2872,7 +2835,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 133 -$priv_list['page-diagnostics-logs-dhcp']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Logs DHCP' page."); msgstr "" @@ -2880,7 +2843,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 138 -$priv_list['page-diagnostics-logs-firewall']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Logs Firewall page"); msgstr "" @@ -2888,7 +2851,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 139 -$priv_list['page-diagnostics-logs-firewall']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Logs Firewall' page."); msgstr "" @@ -2896,7 +2859,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 144 -$priv_list['page-diagnostics-logs-gateways']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Logs Gateways page"); msgstr "" @@ -2904,7 +2867,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 145 -$priv_list['page-diagnostics-logs-gateways']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Logs System Gateways' page."); @@ -2913,7 +2876,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 150 -$priv_list['page-diagnostics-logs-resolver']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Logs Resolver page"); msgstr "" @@ -2921,7 +2884,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 151 -$priv_list['page-diagnostics-logs-resolver']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Logs System Resolver' page."); @@ -2930,21 +2893,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 156 -$priv_list['page-hidden-nolongerincluded']['name'] = gettext("WebCfg - Hidden +msgid ""WebCfg - Hidden No longer included page"); msgstr "" #: src/etc/inc/priv.defs.inc 157 -$priv_list['page-hidden-nolongerincluded']['descr'] = gettext("Allow access to the 'Hidden +msgid ""Allow access to the 'Hidden No longer included' page."); msgstr "" #: src/etc/inc/priv.defs.inc 162 -$priv_list['page-status-systemlogs-ipsecvpn']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status System logs IPsec VPN page"); msgstr "" @@ -2952,7 +2915,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 163 -$priv_list['page-status-systemlogs-ipsecvpn']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status System logs IPsec VPN' page."); msgstr "" @@ -2960,7 +2923,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 168 -$priv_list['page-status-systemlogs-ntpd']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status System logs NTP page"); msgstr "" @@ -2968,7 +2931,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 169 -$priv_list['page-status-systemlogs-ntpd']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status System logs NTP' page."); msgstr "" @@ -2976,7 +2939,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 174 -$priv_list['page-status-systemlogs-openvpn']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status System logs OpenVPN page"); msgstr "" @@ -2984,7 +2947,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 175 -$priv_list['page-status-systemlogs-openvpn']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status System logs OpenVPN' page."); msgstr "" @@ -2992,7 +2955,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 180 -$priv_list['page-status-systemlogs-ppp']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status System logs IPsec VPN page"); msgstr "" @@ -3000,7 +2963,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 181 -$priv_list['page-status-systemlogs-ppp']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status System logs IPsec VPN' page."); msgstr "" @@ -3008,7 +2971,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 186 -$priv_list['page-status-systemlogs-loadbalancer']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status System logs Load Balancer page"); msgstr "" @@ -3016,7 +2979,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 187 -$priv_list['page-status-systemlogs-loadbalancer']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status System logs Load Balancer' page."); msgstr "" @@ -3024,7 +2987,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 192 -$priv_list['page-status-systemlogs-routing']['name'] = gettext("Webcfg - Status +msgid ""Webcfg - Status System logs Routing page"); msgstr "" @@ -3032,7 +2995,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 193 -$priv_list['page-status-systemlogs-routing']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status System logs System Routing' page."); @@ -3041,7 +3004,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 198 -$priv_list['page-status-systemlogs-wireless']['name'] = gettext("Webcfg - Status +msgid ""Webcfg - Status System logs Wireless page"); msgstr "" @@ -3049,7 +3012,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 199 -$priv_list['page-status-systemlogs-wireless']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status System logs System Wireless' page."); @@ -3058,7 +3021,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 204 -$priv_list['page-diagnostics-logs-settings']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Logs Settings page"); msgstr "" @@ -3066,7 +3029,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 205 -$priv_list['page-diagnostics-logs-settings']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Logs Settings' page."); msgstr "" @@ -3074,7 +3037,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 210 -$priv_list['page-diagnostics-logs-pptpvpn']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Logs VPN page"); msgstr "" @@ -3082,7 +3045,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 211 -$priv_list['page-diagnostics-logs-pptpvpn']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Logs VPN' page."); msgstr "" @@ -3090,217 +3053,217 @@ msgstr "" #: src/etc/inc/priv.defs.inc 216 -$priv_list['page-diagnostics-nanobsd']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics NanoBSD"); msgstr "" #: src/etc/inc/priv.defs.inc 217 -$priv_list['page-diagnostics-nanobsd']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics NanoBSD' page."); msgstr "" #: src/etc/inc/priv.defs.inc 222 -$priv_list['page-diagnostics-packetcapture']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Packet Capture page"); msgstr "" #: src/etc/inc/priv.defs.inc 223 -$priv_list['page-diagnostics-packetcapture']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Packet Capture' page."); msgstr "" #: src/etc/inc/priv.defs.inc 228 -$priv_list['page-diagnostics-patters']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Patterns page"); msgstr "" #: src/etc/inc/priv.defs.inc 229 -$priv_list['page-diagnostics-patters']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Patterns' page."); msgstr "" #: src/etc/inc/priv.defs.inc 234 -$priv_list['page-diagnostics-limiter-info']['name'] = gettext("Diagnostics +msgid ""Diagnostics Limiter Info"); msgstr "" #: src/etc/inc/priv.defs.inc 235 -$priv_list['page-diagnostics-limiter-info']['descr'] = gettext("Allows access to the 'Diagnostics +msgid ""Allows access to the 'Diagnostics Limiter Info' page"); msgstr "" #: src/etc/inc/priv.defs.inc 240 -$priv_list['page-diagnostics-pf-info']['name'] = gettext("Diagnostics +msgid ""Diagnostics pfInfo"); msgstr "" #: src/etc/inc/priv.defs.inc 241 -$priv_list['page-diagnostics-pf-info']['descr'] = gettext("Allows access to the 'Diagnostics +msgid ""Allows access to the 'Diagnostics pfInfo' page"); msgstr "" #: src/etc/inc/priv.defs.inc 246 -$priv_list['page-diagnostics-system-activity']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics System Activity"); msgstr "" #: src/etc/inc/priv.defs.inc 247 -$priv_list['page-diagnostics-system-activity']['descr'] = gettext("Allows access to the 'Diagnostics +msgid ""Allows access to the 'Diagnostics System Activity' page"); msgstr "" #: src/etc/inc/priv.defs.inc 252 -$priv_list['page-diagnostics-system-pftop']['name'] = gettext("Diagnostics +msgid ""Diagnostics pfTop"); msgstr "" #: src/etc/inc/priv.defs.inc 253 -$priv_list['page-diagnostics-system-pftop']['descr'] = gettext("Allows access to the 'Diagnostics +msgid ""Allows access to the 'Diagnostics pfTop' page"); msgstr "" #: src/etc/inc/priv.defs.inc 258 -$priv_list['page-diagnostics-ping']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Ping page"); msgstr "" #: src/etc/inc/priv.defs.inc 259 -$priv_list['page-diagnostics-ping']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Ping' page."); msgstr "" #: src/etc/inc/priv.defs.inc 264 -$priv_list['page-status-packagelogs']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status Package logs page"); msgstr "" #: src/etc/inc/priv.defs.inc 265 -$priv_list['page-status-packagelogs']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status Package logs' page."); msgstr "" #: src/etc/inc/priv.defs.inc 270 -$priv_list['page-diagnostics-resetstate']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Reset state page"); msgstr "" #: src/etc/inc/priv.defs.inc 271 -$priv_list['page-diagnostics-resetstate']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Reset state' page."); msgstr "" #: src/etc/inc/priv.defs.inc 276 -$priv_list['page-diagnostics-routingtables']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Routing tables page"); msgstr "" #: src/etc/inc/priv.defs.inc 277 -$priv_list['page-diagnostics-routingtables']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Routing tables' page."); msgstr "" #: src/etc/inc/priv.defs.inc 282 -$priv_list['page-diagnostics-statessummary']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics States Summary page"); msgstr "" #: src/etc/inc/priv.defs.inc 283 -$priv_list['page-diagnostics-statessummary']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics States Summary' page."); msgstr "" #: src/etc/inc/priv.defs.inc 288 -$priv_list['page-diagnostics-tables']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics PF Table IP addresses"); msgstr "" #: src/etc/inc/priv.defs.inc 289 -$priv_list['page-diagnostics-tables']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Tables' page."); msgstr "" #: src/etc/inc/priv.defs.inc 294 -$priv_list['page-diagnostics-traceroute']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Traceroute page"); msgstr "" #: src/etc/inc/priv.defs.inc 295 -$priv_list['page-diagnostics-traceroute']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Traceroute' page."); msgstr "" #: src/etc/inc/priv.defs.inc 300 -$priv_list['page-firewall-aliases']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall Aliases page"); msgstr "" #: src/etc/inc/priv.defs.inc 301 -$priv_list['page-firewall-aliases']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall Aliases' page."); msgstr "" #: src/etc/inc/priv.defs.inc 306 -$priv_list['page-firewall-alias-edit']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall Alias Edit page"); msgstr "" @@ -3308,7 +3271,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 307 -$priv_list['page-firewall-alias-edit']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall Alias Edit' page."); msgstr "" @@ -3316,7 +3279,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 312 -$priv_list['page-firewall-alias-import']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall Alias Import page"); msgstr "" @@ -3324,7 +3287,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 313 -$priv_list['page-firewall-alias-import']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall Alias Import' page."); msgstr "" @@ -3332,7 +3295,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 318 -$priv_list['page-firewall-nat-npt']['name'] = gettext("Webcfg - Firewall +msgid ""Webcfg - Firewall NAT NPT page"); msgstr "" @@ -3340,7 +3303,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 319 -$priv_list['page-firewall-nat-npt']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall NAT NPT' page."); msgstr "" @@ -3348,7 +3311,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 324 -$priv_list['page-firewall-nat-npt-edit']['name'] = gettext("Webcfg - Firewall +msgid ""Webcfg - Firewall NAT NPt Edit page"); @@ -3357,7 +3320,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 325 -$priv_list['page-firewall-nat-npt-edit']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall NAT NPt Edit' page."); @@ -3366,7 +3329,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 330 -$priv_list['page-firewall-nat-portforward']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall NAT Port Forward page"); msgstr "" @@ -3374,7 +3337,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 331 -$priv_list['page-firewall-nat-portforward']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall NAT Port Forward' page."); msgstr "" @@ -3382,7 +3345,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 336 -$priv_list['page-firewall-nat-1-1']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall NAT 1 1 page"); @@ -3391,7 +3354,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 337 -$priv_list['page-firewall-nat-1-1']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall NAT 1 1' page."); @@ -3400,7 +3363,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 342 -$priv_list['page-firewall-nat-1-1-edit']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall NAT 1 1 @@ -3410,7 +3373,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 343 -$priv_list['page-firewall-nat-1-1-edit']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall NAT 1 1 @@ -3420,7 +3383,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 348 -$priv_list['page-firewall-nat-portforward-edit']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall NAT Port Forward Edit page"); @@ -3429,7 +3392,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 349 -$priv_list['page-firewall-nat-portforward-edit']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall NAT Port Forward Edit' page."); @@ -3438,7 +3401,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 354 -$priv_list['page-firewall-nat-outbound']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall NAT Outbound page"); msgstr "" @@ -3446,7 +3409,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 355 -$priv_list['page-firewall-nat-outbound']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall NAT Outbound' page."); msgstr "" @@ -3454,7 +3417,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 360 -$priv_list['page-firewall-nat-outbound-edit']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall NAT Outbound Edit page"); @@ -3463,7 +3426,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 361 -$priv_list['page-firewall-nat-outbound-edit']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall NAT Outbound Edit' page."); @@ -3472,21 +3435,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 366 -$priv_list['page-firewall-rules']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall Rules page"); msgstr "" #: src/etc/inc/priv.defs.inc 367 -$priv_list['page-firewall-rules']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall Rules' page."); msgstr "" #: src/etc/inc/priv.defs.inc 372 -$priv_list['page-firewall-rules-edit']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall Rules Edit page"); msgstr "" @@ -3494,7 +3457,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 373 -$priv_list['page-firewall-rules-edit']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall Rules Edit' page."); msgstr "" @@ -3502,21 +3465,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 378 -$priv_list['page-firewall-schedules']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall Schedules page"); msgstr "" #: src/etc/inc/priv.defs.inc 379 -$priv_list['page-firewall-schedules']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall Schedules' page."); msgstr "" #: src/etc/inc/priv.defs.inc 384 -$priv_list['page-firewall-schedules-edit']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall Schedules Edit page"); msgstr "" @@ -3524,7 +3487,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 385 -$priv_list['page-firewall-schedules-edit']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall Schedules Edit' page."); msgstr "" @@ -3532,21 +3495,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 390 -$priv_list['page-firewall-trafficshaper']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall Traffic Shaper page"); msgstr "" #: src/etc/inc/priv.defs.inc 391 -$priv_list['page-firewall-trafficshaper']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall Traffic Shaper' page."); msgstr "" #: src/etc/inc/priv.defs.inc 396 -$priv_list['page-firewall-trafficshaper-layer7']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall Traffic Shaper Layer7 page"); msgstr "" @@ -3554,7 +3517,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 397 -$priv_list['page-firewall-trafficshaper-layer7']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall Traffic Shaper Layer7' page."); msgstr "" @@ -3562,7 +3525,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 402 -$priv_list['page-firewall-trafficshaper-queues']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall Traffic Shaper Queues page"); msgstr "" @@ -3570,7 +3533,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 403 -$priv_list['page-firewall-trafficshaper-queues']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall Traffic Shaper Queues' page."); msgstr "" @@ -3578,7 +3541,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 408 -$priv_list['page-firewall-trafficshaper-limiter']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall Traffic Shaper Limiter page"); msgstr "" @@ -3586,7 +3549,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 409 -$priv_list['page-firewall-trafficshaper-limiter']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall Traffic Shaper Limiter' page."); msgstr "" @@ -3594,7 +3557,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 414 -$priv_list['page-firewall-trafficshaper-wizard']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall Traffic Shaper Wizard page"); msgstr "" @@ -3602,7 +3565,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 415 -$priv_list['page-firewall-trafficshaper-wizard']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall Traffic Shaper Wizard' page."); msgstr "" @@ -3610,21 +3573,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 420 -$priv_list['page-firewall-virtualipaddresses']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall Virtual IP Addresses page"); msgstr "" #: src/etc/inc/priv.defs.inc 421 -$priv_list['page-firewall-virtualipaddresses']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall Virtual IP Addresses' page."); msgstr "" #: src/etc/inc/priv.defs.inc 426 -$priv_list['page-firewall-virtualipaddress-edit']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall Virtual IP Address Edit page"); msgstr "" @@ -3632,7 +3595,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 427 -$priv_list['page-firewall-virtualipaddress-edit']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall Virtual IP Address Edit' page."); msgstr "" @@ -3640,163 +3603,163 @@ msgstr "" #: src/etc/inc/priv.defs.inc 432 -$priv_list['page-getserviceproviders']['name'] = gettext("WebCfg - AJAX +msgid ""WebCfg - AJAX Get Service Providers"); msgstr "" #: src/etc/inc/priv.defs.inc 433 -$priv_list['page-getserviceproviders']['descr'] = gettext("Allow access to the 'AJAX +msgid ""Allow access to the 'AJAX Service Providers' page."); msgstr "" #: src/etc/inc/priv.defs.inc 438 -$priv_list['page-getstats']['name'] = gettext("WebCfg - AJAX +msgid ""WebCfg - AJAX Get Stats"); msgstr "" #: src/etc/inc/priv.defs.inc 439 -$priv_list['page-getstats']['descr'] = gettext("Allow access to the 'AJAX +msgid ""Allow access to the 'AJAX Get Stats' page."); msgstr "" #: src/etc/inc/priv.defs.inc 444 -$priv_list['page-diagnostics-interfacetraffic']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Interface Traffic page"); msgstr "" #: src/etc/inc/priv.defs.inc 445 -$priv_list['page-diagnostics-interfacetraffic']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Interface Traffic' page."); msgstr "" #: src/etc/inc/priv.defs.inc 450 -$priv_list['page-diagnostics-cpuutilization']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics CPU Utilization page"); msgstr "" #: src/etc/inc/priv.defs.inc 451 -$priv_list['page-diagnostics-cpuutilization']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics CPU Utilization' page."); msgstr "" #: src/etc/inc/priv.defs.inc 456 -$priv_list['page-diagnostics-haltsystem']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Halt system page"); msgstr "" #: src/etc/inc/priv.defs.inc 457 -$priv_list['page-diagnostics-haltsystem']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Halt system' page."); msgstr "" #: src/etc/inc/priv.defs.inc 462 -$priv_list['page-requiredforjavascript']['name'] = gettext("WebCfg - Required for javascript page"); +msgid ""WebCfg - Required for javascript page"); msgstr "" #: src/etc/inc/priv.defs.inc 463 -$priv_list['page-requiredforjavascript']['descr'] = gettext("Allow access to the 'Required for javascript' page."); +msgid ""Allow access to the 'Required for javascript' page."); msgstr "" #: src/etc/inc/priv.defs.inc 468 -$priv_list['page-xmlrpcinterfacestats']['name'] = gettext("WebCfg - XMLRPC Interface Stats page"); +msgid ""WebCfg - XMLRPC Interface Stats page"); msgstr "" #: src/etc/inc/priv.defs.inc 469 -$priv_list['page-xmlrpcinterfacestats']['descr'] = gettext("Allow access to the 'XMLRPC Interface Stats' page."); +msgid ""Allow access to the 'XMLRPC Interface Stats' page."); msgstr "" #: src/etc/inc/priv.defs.inc 474 -$priv_list['page-system-login/logout']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Login / Logout page / Dashboard"); msgstr "" #: src/etc/inc/priv.defs.inc 475 -$priv_list['page-system-login/logout']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Login / Logout' page and Dashboard."); msgstr "" #: src/etc/inc/priv.defs.inc 480 -$priv_list['page-interfaces']['name'] = gettext("WebCfg - Interfaces +msgid ""WebCfg - Interfaces WAN page"); msgstr "" #: src/etc/inc/priv.defs.inc 481 -$priv_list['page-interfaces']['descr'] = gettext("Allow access to the 'Interfaces' page."); +msgid ""Allow access to the 'Interfaces' page."); msgstr "" #: src/etc/inc/priv.defs.inc 486 -$priv_list['page-interfaces-assignnetworkports']['name'] = gettext("WebCfg - Interfaces +msgid ""WebCfg - Interfaces Assign network ports page"); msgstr "" #: src/etc/inc/priv.defs.inc 487 -$priv_list['page-interfaces-assignnetworkports']['descr'] = gettext("Allow access to the 'Interfaces +msgid ""Allow access to the 'Interfaces Assign network ports' page."); msgstr "" #: src/etc/inc/priv.defs.inc 492 -$priv_list['page-interfaces-bridge']['name'] = gettext("WebCfg - Interfaces +msgid ""WebCfg - Interfaces Bridge page"); msgstr "" #: src/etc/inc/priv.defs.inc 493 -$priv_list['page-interfaces-bridge']['descr'] = gettext("Allow access to the 'Interfaces +msgid ""Allow access to the 'Interfaces Bridge' page."); msgstr "" #: src/etc/inc/priv.defs.inc 498 -$priv_list['page-interfaces-bridge-edit']['name'] = gettext("WebCfg - Interfaces +msgid ""WebCfg - Interfaces Bridge edit page"); msgstr "" #: src/etc/inc/priv.defs.inc 499 -$priv_list['page-interfaces-bridge-edit']['descr'] = gettext("Allow access to the 'Interfaces +msgid ""Allow access to the 'Interfaces Bridge Edit' page."); msgstr "" @@ -3804,21 +3767,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 504 -$priv_list['page-interfaces-gif']['name'] = gettext("WebCfg - Interfaces +msgid ""WebCfg - Interfaces GIF page"); msgstr "" #: src/etc/inc/priv.defs.inc 505 -$priv_list['page-interfaces-gif']['descr'] = gettext("Allow access to the 'Interfaces +msgid ""Allow access to the 'Interfaces GIF' page."); msgstr "" #: src/etc/inc/priv.defs.inc 510 -$priv_list['page-interfaces-gif-edit']['name'] = gettext("WebCfg - Interfaces +msgid ""WebCfg - Interfaces GIF Edit page"); msgstr "" @@ -3826,7 +3789,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 511 -$priv_list['page-interfaces-gif-edit']['descr'] = gettext("Allow access to the 'Interfaces +msgid ""Allow access to the 'Interfaces GIF Edit' page."); msgstr "" @@ -3834,21 +3797,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 516 -$priv_list['page-interfaces-gre']['name'] = gettext("WebCfg - Interfaces +msgid ""WebCfg - Interfaces GRE page"); msgstr "" #: src/etc/inc/priv.defs.inc 517 -$priv_list['page-interfaces-gre']['descr'] = gettext("Allow access to the 'Interfaces +msgid ""Allow access to the 'Interfaces GRE' page."); msgstr "" #: src/etc/inc/priv.defs.inc 522 -$priv_list['page-interfaces-gre-edit']['name'] = gettext("WebCfg - Interfaces +msgid ""WebCfg - Interfaces GRE Edit page"); msgstr "" @@ -3856,7 +3819,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 523 -$priv_list['page-interfaces-gre-edit']['descr'] = gettext("Allow access to the 'Interfaces +msgid ""Allow access to the 'Interfaces GRE Edit' page."); msgstr "" @@ -3864,20 +3827,20 @@ msgstr "" #: src/etc/inc/priv.defs.inc 528 -$priv_list['page-interfaces-groups']['name'] = gettext("WebCfg - Interfaces +msgid ""WebCfg - Interfaces Groups page"); msgstr "" #: src/etc/inc/priv.defs.inc 529 -$priv_list['page-interfaces-groups']['descr'] = gettext("Create interface groups"); +msgid ""Create interface groups"); msgstr "" #: src/etc/inc/priv.defs.inc 534 -$priv_list['page-interfaces-groups-edit']['name'] = gettext("Interfaces +msgid ""Interfaces Groups Edit page"); msgstr "" @@ -3885,7 +3848,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 535 -$priv_list['page-interfaces-groups-edit']['descr'] = gettext("Allow access to the 'Interfaces +msgid ""Allow access to the 'Interfaces Groups Edit' page."); msgstr "" @@ -3893,7 +3856,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 540 -$priv_list['page-interfaces-lagg']['name'] = gettext("WebCfg - Interfaces +msgid ""WebCfg - Interfaces LAGG page"); msgstr "" @@ -3901,13 +3864,13 @@ msgstr "" #: src/etc/inc/priv.defs.inc 541 -$priv_list['page-interfaces-lagg']['descr'] = gettext("Edit Interface LAGG"); +msgid ""Edit Interface LAGG"); msgstr "" #: src/etc/inc/priv.defs.inc 546 -$priv_list['page-interfaces-lagg-edit']['name'] = gettext("Interfaces +msgid ""Interfaces LAGG Edit page"); msgstr "" @@ -3915,7 +3878,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 547 -$priv_list['page-interfaces-lagg-edit']['descr'] = gettext("Allow access to the 'Interfaces +msgid ""Allow access to the 'Interfaces LAGG Edit' page."); msgstr "" @@ -3923,21 +3886,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 552 -$priv_list['page-interfaces-ppps']['name'] = gettext("WebCfg - Interfaces +msgid ""WebCfg - Interfaces ppps page"); msgstr "" #: src/etc/inc/priv.defs.inc 553 -$priv_list['page-interfaces-ppps']['descr'] = gettext("Allow access to the 'Interfaces +msgid ""Allow access to the 'Interfaces ppps' page."); msgstr "" #: src/etc/inc/priv.defs.inc 558 -$priv_list['page-interfaces-ppps-edit']['name'] = gettext("WebCfg - Interfaces +msgid ""WebCfg - Interfaces PPPs Edit page"); msgstr "" @@ -3945,7 +3908,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 559 -$priv_list['page-interfaces-ppps-edit']['descr'] = gettext("Allow access to the 'Interfaces +msgid ""Allow access to the 'Interfaces PPPs Edit' page."); msgstr "" @@ -3953,21 +3916,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 564 -$priv_list['page-interfaces-qinq']['name'] = gettext("WebCfg - Interfaces +msgid ""WebCfg - Interfaces QinQ page"); msgstr "" #: src/etc/inc/priv.defs.inc 565 -$priv_list['page-interfaces-qinq']['descr'] = gettext("Allow access to the 'Interfaces +msgid ""Allow access to the 'Interfaces QinQ' page."); msgstr "" #: src/etc/inc/priv.defs.inc 570 -$priv_list['page-interfaces-qinq-edit']['name'] = gettext("Interfaces +msgid ""Interfaces QinQ Edit page"); msgstr "" @@ -3975,7 +3938,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 571 -$priv_list['page-interfaces-qinq-edit']['descr'] = gettext("Allow access to 'Interfaces +msgid ""Allow access to 'Interfaces QinQ Edit' page"); msgstr "" @@ -3983,21 +3946,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 576 -$priv_list['page-interfaces-vlan']['name'] = gettext("WebCfg - Interfaces +msgid ""WebCfg - Interfaces VLAN page"); msgstr "" #: src/etc/inc/priv.defs.inc 577 -$priv_list['page-interfaces-vlan']['descr'] = gettext("Allow access to the 'Interfaces +msgid ""Allow access to the 'Interfaces VLAN' page."); msgstr "" #: src/etc/inc/priv.defs.inc 582 -$priv_list['page-interfaces-vlan-edit']['name'] = gettext("WebCfg - Interfaces +msgid ""WebCfg - Interfaces VLAN Edit page"); msgstr "" @@ -4005,7 +3968,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 583 -$priv_list['page-interfaces-vlan-edit']['descr'] = gettext("Allow access to the 'Interfaces +msgid ""Allow access to the 'Interfaces VLAN Edit' page."); msgstr "" @@ -4013,28 +3976,28 @@ msgstr "" #: src/etc/inc/priv.defs.inc 588 -$priv_list['page-interfaces-wireless']['name'] = gettext("WebCfg - Interfaces +msgid ""WebCfg - Interfaces Wireless page"); msgstr "" #: src/etc/inc/priv.defs.inc 589 -$priv_list['page-interfaces-wireless']['descr'] = gettext("Allow access to the 'Interfaces +msgid ""Allow access to the 'Interfaces Wireless' page."); msgstr "" #: src/etc/inc/priv.defs.inc 594 -$priv_list['page-interfaces-wireless-edit']['name'] = gettext("WebCfg - Interfaces +msgid ""WebCfg - Interfaces Wireless edit page"); msgstr "" #: src/etc/inc/priv.defs.inc 595 -$priv_list['page-interfaces-wireless-edit']['descr'] = gettext("Allow access to the 'Interfaces +msgid ""Allow access to the 'Interfaces Wireless Edit' page."); msgstr "" @@ -4042,21 +4005,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 600 -$priv_list['page-system-license']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System License page"); msgstr "" #: src/etc/inc/priv.defs.inc 601 -$priv_list['page-system-license']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System License' page."); msgstr "" #: src/etc/inc/priv.defs.inc 606 -$priv_list['page-services-loadbalancer-monitor']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Load Balancer Monitors page"); msgstr "" @@ -4064,7 +4027,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 607 -$priv_list['page-services-loadbalancer-monitor']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Load Balancer Monitors' page."); msgstr "" @@ -4072,7 +4035,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 612 -$priv_list['page-services-loadbalancer-monitor-edit']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Load Balancer Monitor Edit page"); @@ -4081,7 +4044,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 613 -$priv_list['page-services-loadbalancer-monitor-edit']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Load Balancer Monitor Edit' page."); @@ -4090,21 +4053,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 618 -$priv_list['page-loadbalancer-pool']['name'] = gettext("WebCfg - Load Balancer +msgid ""WebCfg - Load Balancer Pool page"); msgstr "" #: src/etc/inc/priv.defs.inc 619 -$priv_list['page-loadbalancer-pool']['descr'] = gettext("Allow access to the 'Load Balancer +msgid ""Allow access to the 'Load Balancer Pool' page."); msgstr "" #: src/etc/inc/priv.defs.inc 624 -$priv_list['page-loadbalancer-pool-edit']['name'] = gettext("WebCfg - Load Balancer +msgid ""WebCfg - Load Balancer Pool Edit page"); msgstr "" @@ -4112,7 +4075,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 625 -$priv_list['page-loadbalancer-pool-edit']['descr'] = gettext("Allow access to the 'Load Balancer +msgid ""Allow access to the 'Load Balancer Pool Edit' page."); msgstr "" @@ -4120,7 +4083,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 630 -$priv_list['page-services-loadbalancer-relay-action']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Load Balancer Relay Actions page"); msgstr "" @@ -4128,7 +4091,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 631 -$priv_list['page-services-loadbalancer-relay-action']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Load Balancer Relay Actions' page."); msgstr "" @@ -4136,7 +4099,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 636 -$priv_list['page-services-loadbalancer-relay-action-edit']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Load Balancer Relay Action Edit page"); @@ -4145,7 +4108,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 637 -$priv_list['page-services-loadbalancer-relay-action-edit']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Load Balancer Relay Action Edit' page."); @@ -4154,7 +4117,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 642 -$priv_list['page-services-loadbalancer-relay-protocol']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Load Balancer Relay Protocols page"); msgstr "" @@ -4162,7 +4125,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 643 -$priv_list['page-services-loadbalancer-relay-protocol']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Load Balancer Relay Protocols' page."); msgstr "" @@ -4170,7 +4133,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 648 -$priv_list['page-services-loadbalancer-relay-protocol-edit']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Load Balancer Relay Protocol Edit page"); @@ -4179,7 +4142,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 649 -$priv_list['page-services-loadbalancer-relay-protocol-edit']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Load Balancer Relay Protocol Edit' page."); @@ -4188,7 +4151,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 654 -$priv_list['page-services-loadbalancer-setting']['name'] = gettext("Webcfg - Services +msgid ""Webcfg - Services Load Balancer setting page"); msgstr "" @@ -4196,7 +4159,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 655 -$priv_list['page-services-loadbalancer-setting']['descr'] = gettext("Allow access to the 'Settings +msgid ""Allow access to the 'Settings Load Balancer Settings' page."); msgstr "" @@ -4204,7 +4167,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 660 -$priv_list['page-services-loadbalancer-virtualservers']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Load Balancer Virtual Servers page"); msgstr "" @@ -4212,7 +4175,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 661 -$priv_list['page-services-loadbalancer-virtualservers']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Load Balancer Virtual Servers' page."); msgstr "" @@ -4220,49 +4183,49 @@ msgstr "" #: src/etc/inc/priv.defs.inc 666 -$priv_list['page-services-ntpd']['name'] = gettext("Webcfg - Services +msgid ""Webcfg - Services NTP"); msgstr "" #: src/etc/inc/priv.defs.inc 667 -$priv_list['page-services-ntpd']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services NTP' page."); msgstr "" #: src/etc/inc/priv.defs.inc 672 -$priv_list['page-services-ntp-gps']['name'] = gettext("Webcfg - Status +msgid ""Webcfg - Status NTP GPS page"); msgstr "" #: src/etc/inc/priv.defs.inc 673 -$priv_list['page-services-ntp-gps']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status NTP Serial GPS' page."); msgstr "" #: src/etc/inc/priv.defs.inc 678 -$priv_list['page-services-ntp-pps']['name'] = gettext("Webcfg - Status +msgid ""Webcfg - Status NTP PPS page"); msgstr "" #: src/etc/inc/priv.defs.inc 679 -$priv_list['page-services-ntp-pps']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status NTP PPS' page."); msgstr "" #: src/etc/inc/priv.defs.inc 684 -$priv_list['page-loadbalancer-virtualserver-edit']['name'] = gettext("WebCfg - Load Balancer +msgid ""WebCfg - Load Balancer Virtual Server Edit page"); msgstr "" @@ -4270,7 +4233,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 685 -$priv_list['page-loadbalancer-virtualserver-edit']['descr'] = gettext("Allow access to the 'Load Balancer +msgid ""Allow access to the 'Load Balancer Virtual Server Edit' page."); msgstr "" @@ -4278,49 +4241,49 @@ msgstr "" #: src/etc/inc/priv.defs.inc 690 -$priv_list['page-package-settings']['name'] = gettext("WebCfg - Package +msgid ""WebCfg - Package Settings page"); msgstr "" #: src/etc/inc/priv.defs.inc 691 -$priv_list['page-package-settings']['descr'] = gettext("Allow access to the 'Package +msgid ""Allow access to the 'Package Settings' page."); msgstr "" #: src/etc/inc/priv.defs.inc 696 -$priv_list['page-package-edit']['name'] = gettext("WebCfg - Package +msgid ""WebCfg - Package Edit page"); msgstr "" #: src/etc/inc/priv.defs.inc 697 -$priv_list['page-package-edit']['descr'] = gettext("Allow access to the 'Package +msgid ""Allow access to the 'Package Edit' page."); msgstr "" #: src/etc/inc/priv.defs.inc 702 -$priv_list['page-system-packagemanager']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Package Manager page"); msgstr "" #: src/etc/inc/priv.defs.inc 703 -$priv_list['page-system-packagemanager']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Package Manager' page."); msgstr "" #: src/etc/inc/priv.defs.inc 708 -$priv_list['page-system-packagemanager-installpackage']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Package Manager Install Package page"); msgstr "" @@ -4328,7 +4291,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 709 -$priv_list['page-system-packagemanager-installpackage']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Package Manager Install Package' page."); msgstr "" @@ -4336,7 +4299,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 714 -$priv_list['page-system-packagemanager-installed']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Package Manager Installed page"); msgstr "" @@ -4344,7 +4307,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 715 -$priv_list['page-system-packagemanager-installed']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Package Manager Installed' page."); msgstr "" @@ -4352,35 +4315,35 @@ msgstr "" #: src/etc/inc/priv.defs.inc 720 -$priv_list['page-pkg-mgr-settings']['name'] = gettext("WebCfg - Packages +msgid ""WebCfg - Packages Settings page"); msgstr "" #: src/etc/inc/priv.defs.inc 721 -$priv_list['page-pkg-mgr-settings']['descr'] = gettext("Allow access to the 'Packages +msgid ""Allow access to the 'Packages Settings' page."); msgstr "" #: src/etc/inc/priv.defs.inc 726 -$priv_list['page-diagnostics-rebootsystem']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Reboot System page"); msgstr "" #: src/etc/inc/priv.defs.inc 727 -$priv_list['page-diagnostics-rebootsystem']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Reboot System' page."); msgstr "" #: src/etc/inc/priv.defs.inc 732 -$priv_list['page-diagnostics-restart-httpd']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics Restart HTTPD System page"); msgstr "" @@ -4388,7 +4351,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 733 -$priv_list['page-diagnostics-restart-httpd']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics Restart HTTPD System' page."); msgstr "" @@ -4396,21 +4359,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 738 -$priv_list['page-services-captiveportal']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Captive portal page"); msgstr "" #: src/etc/inc/priv.defs.inc 739 -$priv_list['page-services-captiveportal']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Captive portal' page."); msgstr "" #: src/etc/inc/priv.defs.inc 744 -$priv_list['page-services-captiveportal-filemanager']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Captive portal File Manager page"); msgstr "" @@ -4418,7 +4381,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 745 -$priv_list['page-services-captiveportal-filemanager']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Captive portal File Manager' page."); msgstr "" @@ -4426,7 +4389,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 750 -$priv_list['page-services-captiveportal-allowedips']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Captive portal Allowed IPs page"); msgstr "" @@ -4434,7 +4397,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 751 -$priv_list['page-services-captiveportal-allowedips']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Captive portal Allowed IPs' page."); msgstr "" @@ -4442,7 +4405,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 756 -$priv_list['page-services-captiveportal-editallowedips']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Captive portal Edit Allowed IPs page"); msgstr "" @@ -4450,7 +4413,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 757 -$priv_list['page-services-captiveportal-editallowedips']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Captive portal Edit Allowed IPs' page."); msgstr "" @@ -4458,7 +4421,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 762 -$priv_list['page-services-captiveportal-macaddresses']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Captive portal Mac Addresses page"); msgstr "" @@ -4466,7 +4429,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 763 -$priv_list['page-services-captiveportal-macaddresses']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Captive portal Mac Addresses' page."); msgstr "" @@ -4474,7 +4437,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 768 -$priv_list['page-services-captiveportal-editmacaddresses']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Captive portal Edit MAC Addresses page"); msgstr "" @@ -4482,7 +4445,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 769 -$priv_list['page-services-captiveportal-editmacaddresses']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Captive portal Edit MAC Addresses' page."); msgstr "" @@ -4490,7 +4453,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 774 -$priv_list['page-services-captiveportal-allowedhostnames']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Captive portal Allowed Hostnames page"); msgstr "" @@ -4498,7 +4461,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 775 -$priv_list['page-services-captiveportal-allowedhostnames']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Captive portal Allowed Hostnames' page."); msgstr "" @@ -4506,7 +4469,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 780 -$priv_list['page-services-captiveportal-editallowedhostnames']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Captive portal Edit Allowed Hostnames page"); msgstr "" @@ -4514,7 +4477,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 781 -$priv_list['page-services-captiveportal-editallowedhostnames']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Captive portal Allowed Hostnames' page."); msgstr "" @@ -4522,7 +4485,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 786 -$priv_list['page-services-captiveportal-editzones']['name'] = gettext("Webcfg - Services +msgid ""Webcfg - Services Captive portal Edit Zones page"); msgstr "" @@ -4530,7 +4493,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 787 -$priv_list['page-services-captiveportal-editzones']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Captive portal Edit Zones' page."); msgstr "" @@ -4538,49 +4501,49 @@ msgstr "" #: src/etc/inc/priv.defs.inc 792 -$priv_list['page-services-captiveportal-vouchers']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Captive portal Vouchers page"); msgstr "" #: src/etc/inc/priv.defs.inc 793 -$priv_list['page-services-captiveportal-vouchers']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Captive portal Vouchers' page."); msgstr "" #: src/etc/inc/priv.defs.inc 804 -$priv_list['page-services-captiveportal-zones']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Captiveprotal Zones page"); msgstr "" #: src/etc/inc/priv.defs.inc 805 -$priv_list['page-services-captiveportal-zones']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services CaptivePortal Zones' page."); msgstr "" #: src/etc/inc/priv.defs.inc 810 -$priv_list['page-services-dhcpserver']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services DHCP server page"); msgstr "" #: src/etc/inc/priv.defs.inc 811 -$priv_list['page-services-dhcpserver']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services DHCP server' page."); msgstr "" #: src/etc/inc/priv.defs.inc 816 -$priv_list['page-services-dhcpserver-editstaticmapping']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services DHCP Server Edit static mapping page"); msgstr "" @@ -4588,7 +4551,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 817 -$priv_list['page-services-dhcpserver-editstaticmapping']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services DHCP Server Edit static mapping' page."); msgstr "" @@ -4596,35 +4559,35 @@ msgstr "" #: src/etc/inc/priv.defs.inc 822 -$priv_list['page-services-dhcprelay']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services DHCP Relay page"); msgstr "" #: src/etc/inc/priv.defs.inc 823 -$priv_list['page-services-dhcprelay']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services DHCP Relay' page."); msgstr "" #: src/etc/inc/priv.defs.inc 828 -$priv_list['page-services-dhcpv6server']['name'] = gettext("Webcfg - Services +msgid ""Webcfg - Services DHCPv6 server page"); msgstr "" #: src/etc/inc/priv.defs.inc 829 -$priv_list['page-services-dhcpv6server']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services DHCPv6 server' page."); msgstr "" #: src/etc/inc/priv.defs.inc 834 -$priv_list['page-services-dhcpserverv6-editstaticmapping']['name'] = gettext("Webcfg - Services +msgid ""Webcfg - Services DHCPv6 Server Edit static mapping page"); msgstr "" @@ -4632,7 +4595,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 835 -$priv_list['page-services-dhcpserverv6-editstaticmapping']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services DHCPv6 Server Edit static mapping' page."); msgstr "" @@ -4640,35 +4603,35 @@ msgstr "" #: src/etc/inc/priv.defs.inc 840 -$priv_list['page-services-dhcpv6relay']['name'] = gettext("Webcfg - Services +msgid ""Webcfg - Services DHCPv6 Relay page"); msgstr "" #: src/etc/inc/priv.defs.inc 841 -$priv_list['page-services-dhcpv6relay']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services DHCPv6 Relay' page."); msgstr "" #: src/etc/inc/priv.defs.inc 846 -$priv_list['page-services-dnsforwarder']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services DNS Forwarder page"); msgstr "" #: src/etc/inc/priv.defs.inc 847 -$priv_list['page-services-dnsforwarder']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services DNS Forwarder' page."); msgstr "" #: src/etc/inc/priv.defs.inc 852 -$priv_list['page-services-dnsforwarder-editdomainoverride']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services DNS Forwarder Edit Domain Override page"); msgstr "" @@ -4676,7 +4639,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 853 -$priv_list['page-services-dnsforwarder-editdomainoverride']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services DNS Forwarder Edit Domain Override' page."); msgstr "" @@ -4684,7 +4647,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 858 -$priv_list['page-services-dnsforwarder-edithost']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services DNS Forwarder Edit host page"); msgstr "" @@ -4692,7 +4655,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 859 -$priv_list['page-services-dnsforwarder-edithost']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services DNS Forwarder Edit host' page."); msgstr "" @@ -4700,21 +4663,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 864 -$priv_list['page-services-dnsresolver']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services DNS Resolver page"); msgstr "" #: src/etc/inc/priv.defs.inc 865 -$priv_list['page-services-dnsresolver']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services DNS Resolver' page."); msgstr "" #: src/etc/inc/priv.defs.inc 870 -$priv_list['page-services-dnsresolver-advanced']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services DNS Resolver Advanced page"); msgstr "" @@ -4722,7 +4685,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 871 -$priv_list['page-services-dnsresolver-advanced']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services DNS Resolver Advanced' page."); msgstr "" @@ -4730,7 +4693,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 876 -$priv_list['page-services-dnsresolver-acls']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services DNS Resolver Access Lists page"); msgstr "" @@ -4738,7 +4701,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 877 -$priv_list['page-services-dnsresolver-acls']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services DNS Resolver Access Lists' page."); msgstr "" @@ -4746,7 +4709,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 882 -$priv_list['page-services-dnsresolver-editacls']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services DNS Resolver Access Lists Edit page"); @@ -4755,7 +4718,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 883 -$priv_list['page-services-dnsresolver-editacls']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services DNS Resolver Access Lists Edit' page."); @@ -4764,7 +4727,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 888 -$priv_list['page-services-dnsresolver-editdomainoverride']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services DNS Resolver Edit Domain Override page"); msgstr "" @@ -4772,7 +4735,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 889 -$priv_list['page-services-dnsresolver-editdomainoverride']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services DNS Resolver Edit Domain Override' page."); msgstr "" @@ -4780,7 +4743,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 894 -$priv_list['page-services-dnsresolver-edithost']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services DNS Resolver Edit host page"); msgstr "" @@ -4788,7 +4751,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 895 -$priv_list['page-services-dnsresolver-edithost']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services DNS Resolver Edit host' page."); msgstr "" @@ -4796,49 +4759,49 @@ msgstr "" #: src/etc/inc/priv.defs.inc 900 -$priv_list['page-services-dynamicdnsclients']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Dynamic DNS clients page"); msgstr "" #: src/etc/inc/priv.defs.inc 901 -$priv_list['page-services-dynamicdnsclients']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Dynamic DNS clients' page."); msgstr "" #: src/etc/inc/priv.defs.inc 906 -$priv_list['page-services-dynamicdnsclient']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Dynamic DNS client page"); msgstr "" #: src/etc/inc/priv.defs.inc 907 -$priv_list['page-services-dynamicdnsclient']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Dynamic DNS client' page."); msgstr "" #: src/etc/inc/priv.defs.inc 912 -$priv_list['page-services-igmpproxy']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Igmpproxy page"); msgstr "" #: src/etc/inc/priv.defs.inc 913 -$priv_list['page-services-igmpproxy']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Igmpproxy' page."); msgstr "" #: src/etc/inc/priv.defs.inc 918 -$priv_list['page-services-igmpproxy-edit']['name'] = gettext("Firewall +msgid ""Firewall Igmpproxy Edit page"); msgstr "" @@ -4846,7 +4809,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 919 -$priv_list['page-services-igmpproxy-edit']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Igmpproxy Edit' page."); msgstr "" @@ -4854,63 +4817,63 @@ msgstr "" #: src/etc/inc/priv.defs.inc 924 -$priv_list['page-services-rfc2136clients']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services RFC 2136 clients page"); msgstr "" #: src/etc/inc/priv.defs.inc 925 -$priv_list['page-services-rfc2136clients']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services RFC 2136 clients' page."); msgstr "" #: src/etc/inc/priv.defs.inc 930 -$priv_list['page-services-router-advertisements']['name'] = gettext("Webcfg - Services +msgid ""Webcfg - Services Router advertisementspage"); msgstr "" #: src/etc/inc/priv.defs.inc 931 -$priv_list['page-services-router-advertisements']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Router Advertisements' page."); msgstr "" #: src/etc/inc/priv.defs.inc 936 -$priv_list['page-services-snmp']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services SNMP page"); msgstr "" #: src/etc/inc/priv.defs.inc 937 -$priv_list['page-services-snmp']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services SNMP' page."); msgstr "" #: src/etc/inc/priv.defs.inc 942 -$priv_list['page-services-wakeonlan']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Wake on LAN page"); msgstr "" #: src/etc/inc/priv.defs.inc 943 -$priv_list['page-services-wakeonlan']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Wake on LAN' page."); msgstr "" #: src/etc/inc/priv.defs.inc 948 -$priv_list['page-services-wakeonlan-edit']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services Wake on LAN Edit page"); msgstr "" @@ -4918,7 +4881,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 949 -$priv_list['page-services-wakeonlan-edit']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services Wake on LAN Edit' page."); msgstr "" @@ -4926,217 +4889,217 @@ msgstr "" #: src/etc/inc/priv.defs.inc 954 -$priv_list['page-diagnostics-cpuutilization']['name'] = gettext("WebCfg - Diagnostics +msgid ""WebCfg - Diagnostics CPU Utilization page"); msgstr "" #: src/etc/inc/priv.defs.inc 955 -$priv_list['page-diagnostics-cpuutilization']['descr'] = gettext("Allow access to the 'Diagnostics +msgid ""Allow access to the 'Diagnostics CPU Utilization' page."); msgstr "" #: src/etc/inc/priv.defs.inc 960 -$priv_list['page-hidden-detailedstatus']['name'] = gettext("WebCfg - Hidden +msgid ""WebCfg - Hidden Detailed Status page"); msgstr "" #: src/etc/inc/priv.defs.inc 961 -$priv_list['page-hidden-detailedstatus']['descr'] = gettext("Allow access to the 'Hidden +msgid ""Allow access to the 'Hidden Detailed Status' page."); msgstr "" #: src/etc/inc/priv.defs.inc 966 -$priv_list['page-status-captiveportal']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status Captive portal page"); msgstr "" #: src/etc/inc/priv.defs.inc 967 -$priv_list['page-status-captiveportal']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status Captive portal' page."); msgstr "" #: src/etc/inc/priv.defs.inc 972 -$priv_list['page-status-captiveportal-expire']['name'] = gettext("Webcfg - Status +msgid ""Webcfg - Status Captive portal Expire Vouchers page"); msgstr "" #: src/etc/inc/priv.defs.inc 973 -$priv_list['page-status-captiveportal-expire']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status Captive portal Expire Vouchers' page."); msgstr "" #: src/etc/inc/priv.defs.inc 978 -$priv_list['page-status-captiveportal-test']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status Captive portal test Vouchers page"); msgstr "" #: src/etc/inc/priv.defs.inc 979 -$priv_list['page-status-captiveportal-test']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status Captive portal Test Vouchers' page."); msgstr "" #: src/etc/inc/priv.defs.inc 984 -$priv_list['page-status-captiveportal-voucher-rolls']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status Captive portal Voucher Rolls page"); msgstr "" #: src/etc/inc/priv.defs.inc 985 -$priv_list['page-status-captiveportal-voucher-rolls']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status Captive portal Voucher Rolls' page."); msgstr "" #: src/etc/inc/priv.defs.inc 990 -$priv_list['page-status-captiveportal-vouchers']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status Captive portal Vouchers page"); msgstr "" #: src/etc/inc/priv.defs.inc 991 -$priv_list['page-status-captiveportal-vouchers']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status Captive portal Vouchers' page."); msgstr "" #: src/etc/inc/priv.defs.inc 996 -$priv_list['page-status-dhcpleases']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status DHCP leases page"); msgstr "" #: src/etc/inc/priv.defs.inc 997 -$priv_list['page-status-dhcpleases']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status DHCP leases' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1002 -$priv_list['page-status-dhcpv6leases']['name'] = gettext("Webcfg - Status +msgid ""Webcfg - Status DHCPv6 leases page"); msgstr "" #: src/etc/inc/priv.defs.inc 1003 -$priv_list['page-status-dhcpv6leases']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status DHCPv6 leases' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1008 -$priv_list['page-status-filterreloadstatus']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status Filter Reload Status page"); msgstr "" #: src/etc/inc/priv.defs.inc 1009 -$priv_list['page-status-filterreloadstatus']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status Filter Reload Status' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1014 -$priv_list['page-status-gatewaygroups']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status Gateway Groups page"); msgstr "" #: src/etc/inc/priv.defs.inc 1015 -$priv_list['page-status-gatewaygroups']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status Gateway Groups' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1020 -$priv_list['page-status-gateways']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status Gateways page"); msgstr "" #: src/etc/inc/priv.defs.inc 1021 -$priv_list['page-status-gateways']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status Gateways' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1026 -$priv_list['page-status-trafficgraph']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status Traffic Graph page"); msgstr "" #: src/etc/inc/priv.defs.inc 1027 -$priv_list['page-status-trafficgraph']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status Traffic Graph' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1035 -$priv_list['page-status-cpuload']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status CPU load page"); msgstr "" #: src/etc/inc/priv.defs.inc 1036 -$priv_list['page-status-cpuload']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status CPU load' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1041 -$priv_list['page-status-interfaces']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status Interfaces page"); msgstr "" #: src/etc/inc/priv.defs.inc 1042 -$priv_list['page-status-interfaces']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status Interfaces' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1047 -$priv_list['page-status-loadbalancer-pool']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status Load Balancer Pool page"); msgstr "" @@ -5144,7 +5107,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1048 -$priv_list['page-status-loadbalancer-pool']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status Load Balancer Pool' page."); msgstr "" @@ -5152,7 +5115,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1053 -$priv_list['page-status-loadbalancer-virtualserver']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status Load Balancer Virtual Server page"); msgstr "" @@ -5160,7 +5123,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1054 -$priv_list['page-status-loadbalancer-virtualserver']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status Load Balancer Virtual Server' page."); msgstr "" @@ -5168,21 +5131,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1059 -$priv_list['page-status-openvpn']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status OpenVPN page"); msgstr "" #: src/etc/inc/priv.defs.inc 1060 -$priv_list['page-status-openvpn']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status OpenVPN' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1065 -$priv_list['page-status-trafficshaper-queues']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status Traffic shaper Queues page"); msgstr "" @@ -5190,7 +5153,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1066 -$priv_list['page-status-trafficshaper-queues']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status Traffic shaper Queues' page."); msgstr "" @@ -5198,28 +5161,28 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1071 -$priv_list['page-status-rrdgraphs']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status RRD Graphs page"); msgstr "" #: src/etc/inc/priv.defs.inc 1072 -$priv_list['page-status-rrdgraphs']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status RRD Graphs' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1078 -$priv_list['page-status-rrdgraph-settings']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status RRD Graphs settings page"); msgstr "" #: src/etc/inc/priv.defs.inc 1079 -$priv_list['page-status-rrdgraph-settings']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status RRD Graphs settings' page."); msgstr "" @@ -5227,63 +5190,63 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1084 -$priv_list['page-status-services']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status Services page"); msgstr "" #: src/etc/inc/priv.defs.inc 1085 -$priv_list['page-status-services']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status Services' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1090 -$priv_list['page-status-upnpstatus']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status UPnP Status page"); msgstr "" #: src/etc/inc/priv.defs.inc 1091 -$priv_list['page-status-upnpstatus']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status UPnP Status' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1096 -$priv_list['page-diagnostics-wirelessstatus']['name'] = gettext("WebCfg - Status +msgid ""WebCfg - Status Wireless page"); msgstr "" #: src/etc/inc/priv.defs.inc 1097 -$priv_list['page-diagnostics-wirelessstatus']['descr'] = gettext("Allow access to the 'Status +msgid ""Allow access to the 'Status Wireless' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1102 -$priv_list['page-system-generalsetup']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System General Setup page"); msgstr "" #: src/etc/inc/priv.defs.inc 1103 -$priv_list['page-system-generalsetup']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System General Setup' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1108 -$priv_list['page-system-advanced-admin']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Advanced Admin Access Page"); msgstr "" @@ -5291,7 +5254,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1109 -$priv_list['page-system-advanced-admin']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Advanced Admin Access' page."); msgstr "" @@ -5299,7 +5262,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1114 -$priv_list['page-system-advanced-firewall']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Advanced Firewall and NAT page"); msgstr "" @@ -5307,7 +5270,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1115 -$priv_list['page-system-advanced-firewall']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Advanced Firewall and NAT' page."); msgstr "" @@ -5315,7 +5278,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1120 -$priv_list['page-system-advanced-misc']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Advanced Miscellaneous page"); msgstr "" @@ -5323,7 +5286,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1121 -$priv_list['page-system-advanced-misc']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Advanced Miscellaneous' page."); msgstr "" @@ -5331,7 +5294,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1126 -$priv_list['page-system-advanced-network']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Advanced Network page"); msgstr "" @@ -5339,7 +5302,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1127 -$priv_list['page-system-advanced-network']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Advanced Networking' page."); msgstr "" @@ -5347,7 +5310,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1132 -$priv_list['page-system-advanced-notifications']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Advanced Notifications page"); msgstr "" @@ -5355,7 +5318,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1133 -$priv_list['page-system-advanced-notifications']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Advanced Notifications' page."); msgstr "" @@ -5363,7 +5326,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1138 -$priv_list['page-system-advanced-sysctl']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Advanced Tunables page"); msgstr "" @@ -5371,7 +5334,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1139 -$priv_list['page-system-advanced-sysctl']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Advanced Tunables' page."); msgstr "" @@ -5379,63 +5342,63 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1144 -$priv_list['page-system-authservers']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Authentication Servers"); msgstr "" #: src/etc/inc/priv.defs.inc 1145 -$priv_list['page-system-authservers']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Authentication Servers' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1150 -$priv_list['page-system-camanager']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System CA Manager"); msgstr "" #: src/etc/inc/priv.defs.inc 1151 -$priv_list['page-system-camanager']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System CA Manager' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1156 -$priv_list['page-system-certmanager']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Certificate Manager"); msgstr "" #: src/etc/inc/priv.defs.inc 1157 -$priv_list['page-system-certmanager']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Certificate Manager' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1162 -$priv_list['page-system-crlmanager']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System CRL Manager"); msgstr "" #: src/etc/inc/priv.defs.inc 1163 -$priv_list['page-system-crlmanager']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System CRL Manager' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1168 -$priv_list['page-system-firmware-manualupdate']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Firmware Manual Update page"); msgstr "" @@ -5443,7 +5406,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1169 -$priv_list['page-system-firmware-manualupdate']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Firmware Manual Update' page."); msgstr "" @@ -5451,7 +5414,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1174 -$priv_list['page-system-firmware-checkforupdate']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Firmware Check For Update page"); msgstr "" @@ -5459,7 +5422,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1175 -$priv_list['page-system-firmware-checkforupdate']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Firmware Check For Update' page."); msgstr "" @@ -5467,7 +5430,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1180 -$priv_list['page-system-firmware-autoupdate']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Firmware Auto Update page"); msgstr "" @@ -5475,7 +5438,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1181 -$priv_list['page-system-firmware-autoupdate']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Firmware Auto Update' page."); msgstr "" @@ -5483,7 +5446,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1186 -$priv_list['page-system-firmware-settings']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Firmware Settings page"); msgstr "" @@ -5491,7 +5454,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1187 -$priv_list['page-system-firmware-settings']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Firmware Settings' page."); msgstr "" @@ -5499,21 +5462,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1192 -$priv_list['page-system-gatewaygroups']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Gateway Groups page"); msgstr "" #: src/etc/inc/priv.defs.inc 1193 -$priv_list['page-system-gatewaygroups']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Gateway Groups' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1198 -$priv_list['page-system-gateways-editgatewaygroups']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Gateways Edit Gateway Groups page"); msgstr "" @@ -5521,7 +5484,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1199 -$priv_list['page-system-gateways-editgatewaygroups']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Gateways Edit Gateway Groups' page."); msgstr "" @@ -5529,21 +5492,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1204 -$priv_list['page-system-gateways']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Gateways page"); msgstr "" #: src/etc/inc/priv.defs.inc 1205 -$priv_list['page-system-gateways']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Gateways' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1210 -$priv_list['page-system-gateways-editgateway']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Gateways Edit Gateway page"); msgstr "" @@ -5551,7 +5514,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1211 -$priv_list['page-system-gateways-editgateway']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Gateways Edit Gateway' page."); msgstr "" @@ -5559,21 +5522,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1216 -$priv_list['page-system-groupmanager']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Group manager page"); msgstr "" #: src/etc/inc/priv.defs.inc 1217 -$priv_list['page-system-groupmanager']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Group manager' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1222 -$priv_list['page-system-groupmanager-addprivs']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Group Manager Add Privileges page"); msgstr "" @@ -5581,7 +5544,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1223 -$priv_list['page-system-groupmanager-addprivs']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Group Manager Add Privileges' page."); msgstr "" @@ -5589,35 +5552,35 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1228 -$priv_list['page-system-hasync']['name'] = gettext("Webcfg - System +msgid ""Webcfg - System High Availability Sync"); msgstr "" #: src/etc/inc/priv.defs.inc 1229 -$priv_list['page-system-hasync']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System High Availability Sync' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1234 -$priv_list['page-system-staticroutes']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Static Routes page"); msgstr "" #: src/etc/inc/priv.defs.inc 1235 -$priv_list['page-system-staticroutes']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Static Routes' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1240 -$priv_list['page-system-staticroutes-editroute']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Static Routes Edit route page"); msgstr "" @@ -5625,7 +5588,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1241 -$priv_list['page-system-staticroutes-editroute']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Static Routes Edit route' page."); msgstr "" @@ -5633,21 +5596,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1246 -$priv_list['page-system-usermanager']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System User Manager page"); msgstr "" #: src/etc/inc/priv.defs.inc 1247 -$priv_list['page-system-usermanager']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System User Manager' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1252 -$priv_list['page-system-usermanager-addprivs']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System User Manager Add Privileges page"); msgstr "" @@ -5655,7 +5618,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1253 -$priv_list['page-system-usermanager-addprivs']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System User Manager Add Privileges' page."); msgstr "" @@ -5663,21 +5626,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1258 -$priv_list['page-system-usermanager-passwordmg']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System User Password Manager page"); msgstr "" #: src/etc/inc/priv.defs.inc 1259 -$priv_list['page-system-usermanager-passwordmg']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System User Password Manager' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1264 -$priv_list['page-system-usermanager-settings']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System User Manager settings page"); msgstr "" @@ -5685,7 +5648,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1265 -$priv_list['page-system-usermanager-settings']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System User Manager settings' page."); msgstr "" @@ -5693,7 +5656,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1270 -$priv_list['page-system-usermanager-settings-testldap']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System User Manager Settings Test LDAP page"); @@ -5702,7 +5665,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1271 -$priv_list['page-system-usermanager-settings-testldap']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System User Manager Settings Test LDAP' page."); @@ -5711,7 +5674,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1276 -$priv_list['page-upload_progress']['name'] = gettext("WebCfg - System +msgid ""WebCfg - System Firmware Manual Update page (progress bar)"); msgstr "" @@ -5719,7 +5682,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1277 -$priv_list['page-upload_progress']['descr'] = gettext("Allow access to the 'System +msgid ""Allow access to the 'System Firmware Manual Update Progress bar' page."); @@ -5728,21 +5691,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1282 -$priv_list['page-vpn-ipsec']['name'] = gettext("WebCfg - VPN +msgid ""WebCfg - VPN IPsec page"); msgstr "" #: src/etc/inc/priv.defs.inc 1283 -$priv_list['page-vpn-ipsec']['descr'] = gettext("Allow access to the 'VPN +msgid ""Allow access to the 'VPN IPsec' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1288 -$priv_list['page-vpn-ipsec-listkeys']['name'] = gettext("WebCfg - VPN +msgid ""WebCfg - VPN IPsec Pre-Shared Keys List"); msgstr "" @@ -5750,7 +5713,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1289 -$priv_list['page-vpn-ipsec-listkeys']['descr'] = gettext("Allow access to the 'VPN +msgid ""Allow access to the 'VPN IPsec Pre-Shared Keys List' page."); msgstr "" @@ -5758,7 +5721,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1294 -$priv_list['page-vpn-ipsec-editkeys']['name'] = gettext("WebCfg - VPN +msgid ""WebCfg - VPN IPsec Edit Pre-Shared Keys"); msgstr "" @@ -5766,7 +5729,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1295 -$priv_list['page-vpn-ipsec-editkeys']['descr'] = gettext("Allow access to the 'VPN +msgid ""Allow access to the 'VPN IPsec Edit Pre-Shared Keys' page."); msgstr "" @@ -5774,7 +5737,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1300 -$priv_list['page-vpn-ipsec-mobile']['name'] = gettext("WebCfg - VPN +msgid ""WebCfg - VPN IPsec Mobile page"); msgstr "" @@ -5782,7 +5745,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1301 -$priv_list['page-vpn-ipsec-mobile']['descr'] = gettext("Allow access to the 'VPN +msgid ""Allow access to the 'VPN IPsec Mobile' page."); msgstr "" @@ -5790,7 +5753,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1306 -$priv_list['page-vpn-ipsec-editphase1']['name'] = gettext("WebCfg - VPN +msgid ""WebCfg - VPN IPsec Edit Phase 1 page"); msgstr "" @@ -5798,7 +5761,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1307 -$priv_list['page-vpn-ipsec-editphase1']['descr'] = gettext("Allow access to the 'VPN +msgid ""Allow access to the 'VPN IPsec Edit Phase 1' page."); msgstr "" @@ -5806,7 +5769,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1312 -$priv_list['page-vpn-ipsec-editphase2']['name'] = gettext("WebCfg - VPN +msgid ""WebCfg - VPN IPsec Edit Phase 2 page"); msgstr "" @@ -5814,7 +5777,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1313 -$priv_list['page-vpn-ipsec-editphase2']['descr'] = gettext("Allow access to the 'VPN +msgid ""Allow access to the 'VPN IPsec Edit Phase 2' page."); msgstr "" @@ -5822,21 +5785,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1318 -$priv_list['page-vpn-vpnl2tp']['name'] = gettext("WebCfg - VPN +msgid ""WebCfg - VPN VPN L2TP page"); msgstr "" #: src/etc/inc/priv.defs.inc 1319 -$priv_list['page-vpn-vpnl2tp']['descr'] = gettext("Allow access to the 'VPN +msgid ""Allow access to the 'VPN VPN L2TP' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1324 -$priv_list['page-vpn-vpnl2tp-users']['name'] = gettext("WebCfg - VPN +msgid ""WebCfg - VPN VPN L2TP Users page"); msgstr "" @@ -5844,7 +5807,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1325 -$priv_list['page-vpn-vpnl2tp-users']['descr'] = gettext("Allow access to the 'VPN +msgid ""Allow access to the 'VPN VPN L2TP Users' page."); msgstr "" @@ -5852,7 +5815,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1330 -$priv_list['page-vpn-vpnl2tp-users-edit']['name'] = gettext("WebCfg - VPN +msgid ""WebCfg - VPN VPN L2TP Users Edit page"); @@ -5861,7 +5824,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1331 -$priv_list['page-vpn-vpnl2tp-users-edit']['descr'] = gettext("Allow access to the 'VPN +msgid ""Allow access to the 'VPN VPN L2TP Users Edit' page."); @@ -5870,63 +5833,63 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1336 -$priv_list['page-openvpn-client']['name'] = gettext("WebCfg - OpenVPN +msgid ""WebCfg - OpenVPN Client page"); msgstr "" #: src/etc/inc/priv.defs.inc 1337 -$priv_list['page-openvpn-client']['descr'] = gettext("Allow access to the 'OpenVPN +msgid ""Allow access to the 'OpenVPN Client' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1342 -$priv_list['page-openvpn-csc']['name'] = gettext("WebCfg - OpenVPN +msgid ""WebCfg - OpenVPN Client Specific Override page"); msgstr "" #: src/etc/inc/priv.defs.inc 1343 -$priv_list['page-openvpn-csc']['descr'] = gettext("Allow access to the 'OpenVPN +msgid ""Allow access to the 'OpenVPN Client Specific Override' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1348 -$priv_list['page-openvpn-server']['name'] = gettext("WebCfg - OpenVPN +msgid ""WebCfg - OpenVPN Server page"); msgstr "" #: src/etc/inc/priv.defs.inc 1349 -$priv_list['page-openvpn-server']['descr'] = gettext("Allow access to the 'OpenVPN +msgid ""Allow access to the 'OpenVPN Server' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1354 -$priv_list['page-services-pppoeserver']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services PPPoE Server page"); msgstr "" #: src/etc/inc/priv.defs.inc 1355 -$priv_list['page-services-pppoeserver']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services PPPoE Server' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1360 -$priv_list['page-services-pppoeserver-edit']['name'] = gettext("WebCfg - Services +msgid ""WebCfg - Services PPPoE Server Edit page"); msgstr "" @@ -5934,7 +5897,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1361 -$priv_list['page-services-pppoeserver-edit']['descr'] = gettext("Allow access to the 'Services +msgid ""Allow access to the 'Services PPPoE Server Edit' page."); msgstr "" @@ -5942,21 +5905,21 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1366 -$priv_list['page-vpn-vpnpptp']['name'] = gettext("WebCfg - VPN +msgid ""WebCfg - VPN VPN PPTP page"); msgstr "" #: src/etc/inc/priv.defs.inc 1367 -$priv_list['page-vpn-vpnpptp']['descr'] = gettext("Allow access to the 'VPN +msgid ""Allow access to the 'VPN VPN PPTP' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1372 -$priv_list['page-vpn-vpnpptp-users']['name'] = gettext("WebCfg - VPN +msgid ""WebCfg - VPN VPN PPTP Users page"); msgstr "" @@ -5964,7 +5927,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1373 -$priv_list['page-vpn-vpnpptp-users']['descr'] = gettext("Allow access to the 'VPN +msgid ""Allow access to the 'VPN VPN PPTP Users' page."); msgstr "" @@ -5972,7 +5935,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1378 -$priv_list['page-vpn-vpnpptp-user-edit']['name'] = gettext("WebCfg - VPN +msgid ""WebCfg - VPN VPN PPTP User Edit page"); @@ -5981,7 +5944,7 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1379 -$priv_list['page-vpn-vpnpptp-user-edit']['descr'] = gettext("Allow access to the 'VPN +msgid ""Allow access to the 'VPN VPN PPTP User Edit' page."); @@ -5990,427 +5953,427 @@ msgstr "" #: src/etc/inc/priv.defs.inc 1384 -$priv_list['page-pfsensewizardsubsystem']['name'] = gettext("WebCfg - pfSense wizard subsystem page"); +msgid ""WebCfg - pfSense wizard subsystem page"); msgstr "" #: src/etc/inc/priv.defs.inc 1385 -$priv_list['page-pfsensewizardsubsystem']['descr'] = gettext("Allow access to the 'pfSense wizard subsystem' page."); +msgid ""Allow access to the 'pfSense wizard subsystem' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1390 -$priv_list['page-xmlrpclibrary']['name'] = gettext("WebCfg - XMLRPC Library page"); +msgid ""WebCfg - XMLRPC Library page"); msgstr "" #: src/etc/inc/priv.defs.inc 1391 -$priv_list['page-xmlrpclibrary']['descr'] = gettext("Allow access to the 'XMLRPC Library' page."); +msgid ""Allow access to the 'XMLRPC Library' page."); msgstr "" #: src/etc/inc/priv.defs.inc 1396 -$priv_list['page-firewall-easyrule']['name'] = gettext("WebCfg - Firewall +msgid ""WebCfg - Firewall Easy Rule add/status page"); msgstr "" #: src/etc/inc/priv.defs.inc 1397 -$priv_list['page-firewall-easyrule']['descr'] = gettext("Allow access to the 'Firewall +msgid ""Allow access to the 'Firewall Easy Rule' add/status page."); msgstr "" #: src/etc/inc/priv/user.priv.inc 6 -$priv_list['user-services-captiveportal-login']['name'] = gettext("User - Services - Captive portal login"); +msgid ""User - Services - Captive portal login"); msgstr "" #: src/etc/inc/priv/user.priv.inc 7 -$priv_list['user-services-captiveportal-login']['descr'] = gettext("Indicates whether the user is able to login on the captive portal."); +msgid ""Indicates whether the user is able to login on the captive portal."); msgstr "" #: src/etc/inc/radius.inc 406 -return $this->raiseError(gettext('Error sending request +msgid "'Error sending request ') . ' ' . $this->getError()); msgstr "" #: src/etc/inc/radius.inc 412 -return $this->raiseError(gettext('RADIUS_ACCESS_ACCEPT is unexpected for accounting')); +msgid "'RADIUS_ACCESS_ACCEPT is unexpected for accounting')); msgstr "" #: src/etc/inc/radius.inc 421 -return $this->raiseError(gettext('RADIUS_ACCOUNTING_RESPONSE is unexpected for authentication')); +msgid "'RADIUS_ACCOUNTING_RESPONSE is unexpected for authentication')); msgstr "" #: src/etc/inc/radius.inc 426 -return $this->raiseError(sprintf(gettext("Unexpected return value +msgid ""Unexpected return value %s"),$req)); msgstr "" #: src/etc/inc/rrd.inc 38 -log_error(sprintf(gettext('RRD dump failed exited with %1$s, the error is +msgid "'RRD dump failed exited with %1$s, the error is %2$s'), $dumpret, $dumpout)); msgstr "" #: src/etc/inc/rrd.inc 93 -log_error(sprintf(gettext('RRD create failed exited with %1$s, the error is +msgid "'RRD create failed exited with %1$s, the error is %2$s'), $rrdcreatereturn, $rrdcreateoutput)); msgstr "" #: src/etc/inc/rrd.inc 108 -log_error(sprintf(gettext('Import RRD has %1$s DS values and %2$s RRA databases, new format RRD has %3$s DS values and %4$s RRA databases'), $numdsold, $numrraold, $numdsnew ,$numrranew)); +msgid "'Import RRD has %1$s DS values and %2$s RRA databases, new format RRD has %3$s DS values and %4$s RRA databases'), $numdsold, $numrraold, $numdsnew ,$numrranew)); msgstr "" #: src/etc/inc/rrd.inc 192 -log_error(sprintf(gettext('The new RRD now has %1$s DS values and %2$s RRA databases'), $numdsnew, $numrranew)); +msgid "'The new RRD now has %1$s DS values and %2$s RRA databases'), $numdsnew, $numrranew)); msgstr "" #: src/etc/inc/rrd.inc 200 -echo gettext("Generating RRD graphs..."); +msgid ""Generating RRD graphs..."); msgstr "" #: src/etc/inc/rrd.inc 896 -log_error(gettext("Creating rrd update script")); +msgid ""Creating rrd update script")); msgstr "" #: src/etc/inc/rrd.inc 922 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/service-utils.inc 260 -$pconfig['description'] = gettext("Router Advertisement Daemon"); +msgid ""Router Advertisement Daemon"); msgstr "" #: src/etc/inc/service-utils.inc 267 -$pconfig['description'] = gettext("DNS Forwarder"); +msgid ""DNS Forwarder"); msgstr "" #: src/etc/inc/service-utils.inc 274 -$pconfig['description'] = gettext("Unbound DNS Forwarder"); +msgid ""Unbound DNS Forwarder"); msgstr "" #: src/etc/inc/service-utils.inc 280 -$pconfig['description'] = gettext("NTP clock sync"); +msgid ""NTP clock sync"); msgstr "" #: src/etc/inc/service-utils.inc 289 -$pconfig['description'] = gettext("Captive Portal") . " +msgid ""Captive Portal") . " ".htmlspecialchars($setting['zone']); msgstr "" #: src/etc/inc/service-utils.inc 306 -$pconfig['description'] = gettext("DHCP Relay"); +msgid ""DHCP Relay"); msgstr "" #: src/etc/inc/service-utils.inc 313 -$pconfig['description'] = gettext("DHCPv6 Relay"); +msgid ""DHCPv6 Relay"); msgstr "" #: src/etc/inc/service-utils.inc 320 -$pconfig['description'] = gettext("DHCP Service"); +msgid ""DHCP Service"); msgstr "" #: src/etc/inc/service-utils.inc 328 -$pconfig['description'] = gettext("Gateway Monitoring Daemon"); +msgid ""Gateway Monitoring Daemon"); msgstr "" #: src/etc/inc/service-utils.inc 335 -$pconfig['description'] = gettext("SNMP Service"); +msgid ""SNMP Service"); msgstr "" #: src/etc/inc/service-utils.inc 342 -$pconfig['description'] = gettext("IGMP proxy"); +msgid ""IGMP proxy"); msgstr "" #: src/etc/inc/service-utils.inc 349 -$pconfig['description'] = gettext("UPnP Service"); +msgid ""UPnP Service"); msgstr "" #: src/etc/inc/service-utils.inc 356 -$pconfig['description'] = gettext("RIP Daemon"); +msgid ""RIP Daemon"); msgstr "" #: src/etc/inc/service-utils.inc 363 -$pconfig['description'] = gettext("IPsec VPN"); +msgid ""IPsec VPN"); msgstr "" #: src/etc/inc/service-utils.inc 370 -$pconfig['description'] = gettext("Secure Shell Daemon"); +msgid ""Secure Shell Daemon"); msgstr "" #: src/etc/inc/service-utils.inc 383 -$pconfig['description'] = gettext("OpenVPN") . " ".$mode." +msgid ""OpenVPN") . " ".$mode." ".htmlspecialchars($setting['description']); msgstr "" #: src/etc/inc/service-utils.inc 393 -$pconfig['description'] = gettext("Server load balancing daemon"); +msgid ""Server load balancing daemon"); msgstr "" #: src/etc/inc/service-utils.inc 463 -return gettext("Not available."); +msgid ""Not available."); msgstr "" #: src/etc/inc/service-utils.inc 508 -$statustext = gettext("Running"); +msgid ""Running"); msgstr "" #: src/etc/inc/service-utils.inc 510 -$output .= ' '; +msgid "'%s Service is'),$service['name']).' '.$statustext.'" data-toggle="tooltip" data-placement="bottom" > '; msgstr "" #: src/etc/inc/service-utils.inc 517 -$statustext = ($service_enabled) ? gettext("Stopped") -gettext("Disabled"); +msgid ""Stopped") +msgid ""Disabled"); msgstr "" #: src/etc/inc/service-utils.inc 519 -$output .= ' '; +msgid "'%s Service is'),$service['name']).' '.$statustext.'" data-toggle="tooltip" data-placement="bottom" > '; msgstr "" #: src/etc/inc/service-utils.inc 546 -$output .= "n"; +msgid ""Restart %sService"),$stitle) . "' class="glyphicon glyphicon-refresh"/>n"; msgstr "" #: src/etc/inc/service-utils.inc 557 -$output .= ""; +msgid ""Stop %sService"),$stitle) . "' class="glyphicon glyphicon-stop" />"; msgstr "" #: src/etc/inc/service-utils.inc 573 -$output .= "n"; +msgid ""Start %sService"),$stitle) . "' alt='start' class="glyphicon glyphicon-play"/>n"; msgstr "" #: src/etc/inc/service-utils.inc 644 -return sprintf(gettext("%s has been started."),htmlspecialchars($name)); +msgid ""%s has been started."),htmlspecialchars($name)); msgstr "" #: src/etc/inc/service-utils.inc 720 -return sprintf(gettext("%s has been stopped."), htmlspecialchars($name)); +msgid ""%s has been stopped."), htmlspecialchars($name)); msgstr "" #: src/etc/inc/service-utils.inc 796 -return sprintf(gettext("%s has been restarted."),htmlspecialchars($name)); +msgid ""%s has been restarted."),htmlspecialchars($name)); msgstr "" #: src/etc/inc/services.inc 352 -log_error(sprintf(gettext('DHCP leases restore failed exited with %1$s, the error is +msgid "'DHCP leases restore failed exited with %1$s, the error is %2$s%3$s'), $dhcpreturn, $dhcprestore, "n")); msgstr "" #: src/etc/inc/services.inc 378 -echo gettext("Starting DHCP service..."); +msgid ""Starting DHCP service..."); msgstr "" #: src/etc/inc/services.inc 461 -log_error(gettext("Warning! DHCP Failover setup and no CARP virtual IPs defined!")); +msgid ""Warning! DHCP Failover setup and no CARP virtual IPs defined!")); msgstr "" #: src/etc/inc/services.inc 864 -printf(gettext("Error +msgid ""Error cannot open dhcpd.conf in services_dhcpdv4_configure().%s"), "n"); msgstr "" #: src/etc/inc/services.inc 1298 -print gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/services.inc 1347 -log_error(gettext("Could not write Igmpproxy configuration file!")); +msgid ""Could not write Igmpproxy configuration file!")); msgstr "" #: src/etc/inc/services.inc 1356 -log_error(gettext("Started IGMP proxy service.")); +msgid ""Started IGMP proxy service.")); msgstr "" #: src/etc/inc/services.inc 1375 -echo gettext("Starting DHCP relay service..."); +msgid ""Starting DHCP relay service..."); msgstr "" #: src/etc/inc/services.inc 1492 -echo gettext("Starting DHCPv6 relay service..."); +msgid ""Starting DHCPv6 relay service..."); msgstr "" #: src/etc/inc/services.inc 1665 -echo gettext("Starting DynDNS clients..."); +msgid ""Starting DynDNS clients..."); msgstr "" #: src/etc/inc/services.inc 1678 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/services.inc 1729 -echo gettext("Starting DNS forwarder..."); +msgid ""Starting DNS forwarder..."); msgstr "" #: src/etc/inc/services.inc 1847 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/services.inc 1868 -echo gettext("Starting DNS Resolver..."); +msgid ""Starting DNS Resolver..."); msgstr "" #: src/etc/inc/services.inc 1875 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/services.inc 1899 -echo gettext("Starting SNMP daemon... "); +msgid ""Starting SNMP daemon... "); msgstr "" #: src/etc/inc/services.inc 1904 -printf(gettext("Error +msgid ""Error cannot open snmpd.conf in services_snmpd_configure().%s"),"n"); msgstr "" #: src/etc/inc/services.inc 2081 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/services.inc 2176 -$notify_text .= sprintf(gettext("DynDNS updated IP Address (A) for {$dnsupdate['host']} on %s (%s) to %s"), convert_real_interface_to_friendly_descr($if), $if, $wanip) . "n"; +msgid ""DynDNS updated IP Address (A) for {$dnsupdate['host']} on %s (%s) to %s"), convert_real_interface_to_friendly_descr($if), $if, $wanip) . "n"; msgstr "" #: src/etc/inc/services.inc 2191 -$notify_text .= sprintf(gettext("DynDNS updated IPv6 Address (AAAA) for {$dnsupdate['host']} on %s (%s) to %s"), convert_real_interface_to_friendly_descr($if), $if, $wanipv6) . "n"; +msgid ""DynDNS updated IPv6 Address (AAAA) for {$dnsupdate['host']} on %s (%s) to %s"), convert_real_interface_to_friendly_descr($if), $if, $wanipv6) . "n"; msgstr "" #: src/etc/inc/services.inc 2245 -$crontab_contents .= "# " . gettext("pfSense specific crontab entries") . "n"; +msgid ""pfSense specific crontab entries") . "n"; msgstr "" #: src/etc/inc/services.inc 2246 -$crontab_contents .= "# " .gettext( "Created +msgid " "Created ") . " " . date("F j, Y, g i a") . "n"; msgstr "" @@ -6418,1872 +6381,1872 @@ msgstr "" #: src/etc/inc/services.inc 2260 -$crontab_contents .= "# " . gettext("If possible do not add items to this file manually.") . "n"; +msgid ""If possible do not add items to this file manually.") . "n"; msgstr "" #: src/etc/inc/services.inc 2261 -$crontab_contents .= "# " . gettext("If you do so, this file must be terminated with a blank line (e.g. new line)") . "n"; +msgid ""If you do so, this file must be terminated with a blank line (e.g. new line)") . "n"; msgstr "" #: src/etc/inc/services.inc 2305 -echo gettext("Starting UPnP service... "); +msgid ""Starting UPnP service... "); msgstr "" #: src/etc/inc/services.inc 2342 -write_config(sprintf(gettext("Installed cron job for %s"), $command)); +msgid ""Installed cron job for %s"), $command)); msgstr "" #: src/etc/inc/services.inc 2345 -write_config(sprintf(gettext("Updated cron job for %s"), $command)); +msgid ""Updated cron job for %s"), $command)); msgstr "" #: src/etc/inc/services.inc 2350 -write_config(sprintf(gettext("Removed cron job for %s"), $command)); +msgid ""Removed cron job for %s"), $command)); msgstr "" #: src/etc/inc/shaper.inc 186 -$input_errors[] = sprintf(gettext("The field '%s' contains invalid characters."), $pn); +msgid ""The field '%s' contains invalid characters."), $pn); msgstr "" #: src/etc/inc/shaper.inc 192 -$input_errors[] = sprintf(gettext("The field '%s' is required."), $reqdfieldsn[$i]); +msgid ""The field '%s' is required."), $reqdfieldsn[$i]); msgstr "" #: src/etc/inc/shaper.inc 317 -$reqdfieldsn[] = gettext("Bandwidth"); +msgid ""Bandwidth"); msgstr "" #: src/etc/inc/shaper.inc 319 -$reqdfieldsn[] = gettext("Bandwidthtype"); +msgid ""Bandwidthtype"); msgstr "" #: src/etc/inc/shaper.inc 324 -$input_errors[] = gettext("Bandwidth must be an integer."); +msgid ""Bandwidth must be an integer."); msgstr "" #: src/etc/inc/shaper.inc 326 -$input_errors[] = gettext("Bandwidth cannot be negative."); +msgid ""Bandwidth cannot be negative."); msgstr "" #: src/etc/inc/shaper.inc 328 -$input_errors[] = gettext("Qlimit must be an integer."); +msgid ""Qlimit must be an integer."); msgstr "" #: src/etc/inc/shaper.inc 330 -$input_errors[] = gettext("Qlimit must be positive."); +msgid ""Qlimit must be positive."); msgstr "" #: src/etc/inc/shaper.inc 332 -$input_errors[] = gettext("Tbrsize must be an integer."); +msgid ""Tbrsize must be an integer."); msgstr "" #: src/etc/inc/shaper.inc 334 -$input_errors[] = gettext("Tbrsize must be positive."); +msgid ""Tbrsize must be positive."); msgstr "" #: src/etc/inc/shaper.inc 634 -$form .= gettext("Enable/Disable"); +msgid ""Enable/Disable"); msgstr "" #: src/etc/inc/shaper.inc 639 -$form .= " /> " . gettext("Enable/disable discipline and its children") . ""; +msgid ""Enable/disable discipline and its children") . ""; msgstr "" #: src/etc/inc/shaper.inc 641 -$form .= "
    " . gettext("Name") . ""; +msgid ""Name") . "
    "; msgstr "" #: src/etc/inc/shaper.inc 645 -$form .= "" . gettext("Scheduler Type "); +msgid ""Scheduler Type "); msgstr "" #: src/etc/inc/shaper.inc 671 -$form .= gettext("NOTE +msgid ""NOTE Changing this changes all child queues!"); msgstr "" #: src/etc/inc/shaper.inc 672 -$form .= gettext(" Beware you can lose information."); +msgid "" Beware you can lose information."); msgstr "" #: src/etc/inc/shaper.inc 675 -$form .= "" . gettext("Bandwidth"); +msgid ""Bandwidth"); msgstr "" #: src/etc/inc/shaper.inc 710 -$form .= gettext("Adjusts the size, in bytes, of the token bucket regulator. " +msgid ""Adjusts the size, in bytes, of the token bucket regulator. " msgstr "" #: src/etc/inc/shaper.inc 999 -$reqdfieldsn[] = gettext("Name"); +msgid ""Name"); msgstr "" #: src/etc/inc/shaper.inc 1008 -$input_errors[] = gettext("The priority must be an integer between 1 and 15."); +msgid ""The priority must be an integer between 1 and 15."); msgstr "" #: src/etc/inc/shaper.inc 1011 -$input_errors[] = gettext("Queue limit must be an integer"); +msgid ""Queue limit must be an integer"); msgstr "" #: src/etc/inc/shaper.inc 1013 -$input_errors[] = gettext("Queue limit must be positive"); +msgid ""Queue limit must be positive"); msgstr "" #: src/etc/inc/shaper.inc 1015 -$input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +msgid ""Queue names must be alphanumeric and _ or - only."); msgstr "" #: src/etc/inc/shaper.inc 1017 -$input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +msgid ""Queue names must be alphanumeric and _ or - only."); msgstr "" #: src/etc/inc/shaper.inc 1020 -$input_errors[] = gettext("Only one default queue per interface is allowed."); +msgid ""Only one default queue per interface is allowed."); msgstr "" #: src/etc/inc/shaper.inc 1162 -$form .= gettext("Enable/Disable"); +msgid ""Enable/Disable"); msgstr "" #: src/etc/inc/shaper.inc 1167 -$form .= " /> " . gettext("Enable/Disable queue and its children") . ""; +msgid ""Enable/Disable queue and its children") . "
    "; msgstr "" #: src/etc/inc/shaper.inc 1171 -$form .= gettext("Queue Name") . ""; +msgid ""Queue Name") . ""; msgstr "" #: src/etc/inc/shaper.inc 1178 -$form .= "
    " . gettext("Enter the name of the queue here. Do not use spaces and limit the size to 15 characters."); +msgid ""Enter the name of the queue here. Do not use spaces and limit the size to 15 characters."); msgstr "" #: src/etc/inc/shaper.inc 1181 -$form .= "" . gettext("Priority") . ""; +msgid ""Priority") . ""; msgstr "" #: src/etc/inc/shaper.inc 1185 -$form .= "
    " . gettext("For hfsc, the range is 0 to 7. The default is 1. Hfsc queues with a higher priority are preferred in the case of overload.") . ""; +msgid ""For hfsc, the range is 0 to 7. The default is 1. Hfsc queues with a higher priority are preferred in the case of overload.") . "
    "; msgstr "" #: src/etc/inc/shaper.inc 1188 -$form .= "" . gettext("Queue limit") . ""; +msgid ""Queue limit") . ""; msgstr "" #: src/etc/inc/shaper.inc 1192 -$form .= "
    " . gettext("Queue limit in packets."); +msgid ""Queue limit in packets."); msgstr "" #: src/etc/inc/shaper.inc 1195 -$form .= "" . gettext("Scheduler options") . ""; +msgid ""Scheduler options") . ""; msgstr "" #: src/etc/inc/shaper.inc 1200 -$form .= " /> " . gettext("Default queue") . "
    "; +msgid ""Default queue") . "
    "; msgstr "" #: src/etc/inc/shaper.inc 1203 -$form .= " /> " . gettext("Default queue") . "
    "; +msgid ""Default queue") . "
    "; msgstr "" #: src/etc/inc/shaper.inc 1210 $form .= " /> " . gettext("Random Early Detection") . "
    "; +msgid ""Random Early Detection") . "
    "; msgstr "" #: src/etc/inc/shaper.inc 1215 $form .= " /> " . gettext("Random Early Detection In and Out") . "
    "; +msgid ""Random Early Detection In and Out") . "
    "; msgstr "" #: src/etc/inc/shaper.inc 1220 $form .= " /> " . gettext("Explicit Congestion Notification") . "
    "; +msgid ""Explicit Congestion Notification") . "
    "; msgstr "" #: src/etc/inc/shaper.inc 1225 $form .= " /> " . gettext("Codel Active Queue") . "
    "; +msgid ""Codel Active Queue") . "
    "; msgstr "" #: src/etc/inc/shaper.inc 1226 -$form .= "
    " . gettext("Select options for this queue"); +msgid ""Select options for this queue"); msgstr "" #: src/etc/inc/shaper.inc 1228 -$form .= "" . gettext("Description") . ""; +msgid ""Description") . ""; msgstr "" #: src/etc/inc/shaper.inc 1255 -$form .= gettext("Bandwidth +msgid ""Bandwidth ") . " " . $this->GetBandwidth().$this->GetBwscale(); msgstr "" #: src/etc/inc/shaper.inc 1259 -$form .= "" .gettext("Priority +msgid ""Priority on") . " "; msgstr "" #: src/etc/inc/shaper.inc 1262 -$form .= "" . gettext("Default +msgid ""Default on") . " "; msgstr "" #: src/etc/inc/shaper.inc 1268 -$form .= " title="" . gettext("Delete queue from interface") . "" >"; +msgid ""Delete queue from interface") . "" >"; msgstr "" #: src/etc/inc/shaper.inc 1593 -$reqdfieldsn[] = gettext("Bandwidth"); +msgid ""Bandwidth"); msgstr "" #: src/etc/inc/shaper.inc 1595 -$reqdfieldsn[] = gettext("Bandwidthtype"); +msgid ""Bandwidthtype"); msgstr "" #: src/etc/inc/shaper.inc 1601 -$input_errors[] = gettext("Bandwidth must be an integer."); +msgid ""Bandwidth must be an integer."); msgstr "" #: src/etc/inc/shaper.inc 1604 -$input_errors[] = gettext("Bandwidth cannot be negative."); +msgid ""Bandwidth cannot be negative."); msgstr "" #: src/etc/inc/shaper.inc 1608 -$input_errors[] = gettext("Bandwidth in percentage should be between 1 and 100 bounds."); +msgid ""Bandwidth in percentage should be between 1 and 100 bounds."); msgstr "" #: src/etc/inc/shaper.inc 1625 -$input_errors[] = gettext("upperlimit service curve defined but missing (d) value"); +msgid ""upperlimit service curve defined but missing (d) value"); msgstr "" #: src/etc/inc/shaper.inc 1627 -$input_errors[] = gettext("upperlimit service curve defined but missing initial bandwidth (m1) value"); +msgid ""upperlimit service curve defined but missing initial bandwidth (m1) value"); msgstr "" #: src/etc/inc/shaper.inc 1629 -$input_errors[] = gettext("upperlimit m1 value needs to be Kb, Mb, Gb, or %"); +msgid ""upperlimit m1 value needs to be Kb, Mb, Gb, or %"); msgstr "" #: src/etc/inc/shaper.inc 1631 -$input_errors[] = gettext("upperlimit d value needs to be numeric"); +msgid ""upperlimit d value needs to be numeric"); msgstr "" #: src/etc/inc/shaper.inc 1633 -$input_errors[] = gettext("upperlimit m2 value needs to be Kb, Mb, Gb, or %"); +msgid ""upperlimit m2 value needs to be Kb, Mb, Gb, or %"); msgstr "" #: src/etc/inc/shaper.inc 1647 -$input_errors[] = gettext("linkshare service curve defined but missing (d) value"); +msgid ""linkshare service curve defined but missing (d) value"); msgstr "" #: src/etc/inc/shaper.inc 1649 -$input_errors[] = gettext("linkshare service curve defined but missing initial bandwidth (m1) value"); +msgid ""linkshare service curve defined but missing initial bandwidth (m1) value"); msgstr "" #: src/etc/inc/shaper.inc 1651 -$input_errors[] = gettext("linkshare m1 value needs to be Kb, Mb, Gb, or %"); +msgid ""linkshare m1 value needs to be Kb, Mb, Gb, or %"); msgstr "" #: src/etc/inc/shaper.inc 1653 -$input_errors[] = gettext("linkshare d value needs to be numeric"); +msgid ""linkshare d value needs to be numeric"); msgstr "" #: src/etc/inc/shaper.inc 1655 -$input_errors[] = gettext("linkshare m2 value needs to be Kb, Mb, Gb, or %"); +msgid ""linkshare m2 value needs to be Kb, Mb, Gb, or %"); msgstr "" #: src/etc/inc/shaper.inc 1657 -$input_errors[] = gettext("realtime service curve defined but missing (d) value"); +msgid ""realtime service curve defined but missing (d) value"); msgstr "" #: src/etc/inc/shaper.inc 1659 -$input_errors[] = gettext("realtime service curve defined but missing initial bandwidth (m1) value"); +msgid ""realtime service curve defined but missing initial bandwidth (m1) value"); msgstr "" #: src/etc/inc/shaper.inc 1674 -$input_errors[] = gettext("realtime m1 value needs to be Kb, Mb, Gb, or %"); +msgid ""realtime m1 value needs to be Kb, Mb, Gb, or %"); msgstr "" #: src/etc/inc/shaper.inc 1676 -$input_errors[] = gettext("realtime d value needs to be numeric"); +msgid ""realtime d value needs to be numeric"); msgstr "" #: src/etc/inc/shaper.inc 1678 -$input_errors[] = gettext("realtime m2 value needs to be Kb, Mb, Gb, or %"); +msgid ""realtime m2 value needs to be Kb, Mb, Gb, or %"); msgstr "" #: src/etc/inc/shaper.inc 1908 -$form .= "" . gettext("Bandwidth") . ""; +msgid ""Bandwidth") . ""; msgstr "" #: src/etc/inc/shaper.inc 1916 -$form .= ">" . gettext("Gbit/s") . ""; +msgid ""Gbit/s") . ""; msgstr "" #: src/etc/inc/shaper.inc 1920 -$form .= ">" . gettext("Mbit/s") . ""; +msgid ""Mbit/s") . ""; msgstr "" #: src/etc/inc/shaper.inc 1924 -$form .= ">" . gettext("Kbit/s") . ""; +msgid ""Kbit/s") . ""; msgstr "" #: src/etc/inc/shaper.inc 1928 -$form .= ">" . gettext("Bit/s") . ""; +msgid ""Bit/s") . ""; msgstr "" #: src/etc/inc/shaper.inc 1934 -$form .= "" . gettext("Choose the amount of bandwidth for this queue"); +msgid ""Choose the amount of bandwidth for this queue"); msgstr "" #: src/etc/inc/shaper.inc 1937 -$form .= "" . gettext("Service Curve (sc)") . ""; +msgid ""Service Curve (sc)") . ""; msgstr "" #: src/etc/inc/shaper.inc 1944 -$form .= "onchange="enable_upperlimit()" /> " . gettext("Upperlimit +msgid ""Upperlimit ") . ""; +msgid ""The maximum allowed bandwidth for the queue.") . ""; msgstr "" #: src/etc/inc/shaper.inc 1963 -$form .= "onchange="enable_realtime()" /> " . gettext("Real time +msgid ""Real time ") . ""; +msgid ""The minimum required bandwidth for the queue.") . ""; msgstr "" #: src/etc/inc/shaper.inc 1982 -$form .= "onchange="enable_linkshare()" /> " . gettext("Link share +msgid ""Link share ") . ""; +msgid ""The bandwidth share of a backlogged queue - this overrides priority.") . ""; msgstr "" #: src/etc/inc/shaper.inc 1999 -$form .= gettext("The format for service curve specifications is (m1, d, m2). m2 controls " +msgid ""The format for service curve specifications is (m1, d, m2). m2 controls " msgstr "" #: src/etc/inc/shaper.inc 2251 -$input_errors[] = gettext("Priority must be an integer between 1 and 7."); +msgid ""Priority must be an integer between 1 and 7."); msgstr "" #: src/etc/inc/shaper.inc 2253 -$reqdfieldsn[] = gettext("Bandwidth"); +msgid ""Bandwidth"); msgstr "" #: src/etc/inc/shaper.inc 2255 -$reqdfieldsn[] = gettext("Bandwidthtype"); +msgid ""Bandwidthtype"); msgstr "" #: src/etc/inc/shaper.inc 2260 -$input_errors[] = gettext("Bandwidth must be an integer."); +msgid ""Bandwidth must be an integer."); msgstr "" #: src/etc/inc/shaper.inc 2264 -$input_errors[] = gettext("Bandwidth cannot be negative."); +msgid ""Bandwidth cannot be negative."); msgstr "" #: src/etc/inc/shaper.inc 2268 -$input_errors[] = gettext("Bandwidth in percentage should be between 1 and 100 bounds."); +msgid ""Bandwidth in percentage should be between 1 and 100 bounds."); msgstr "" #: src/etc/inc/shaper.inc 2393 -$form .= "" . gettext("Bandwidth") . ""; +msgid ""Bandwidth") . ""; msgstr "" #: src/etc/inc/shaper.inc 2402 -$form .= ">" . gettext("Gbit/s") . ""; +msgid ""Gbit/s") . ""; msgstr "" #: src/etc/inc/shaper.inc 2406 -$form .= ">" . gettext("Mbit/s") . ""; +msgid ""Mbit/s") . ""; msgstr "" #: src/etc/inc/shaper.inc 2410 -$form .= ">" . gettext("Kbit/s") . ""; +msgid ""Kbit/s") . ""; msgstr "" #: src/etc/inc/shaper.inc 2414 -$form .= ">" . gettext("Bit/s") . ""; +msgid ""Bit/s") . ""; msgstr "" #: src/etc/inc/shaper.inc 2420 -$form .= "" . gettext("Choose the amount of bandwidth for this queue"); +msgid ""Choose the amount of bandwidth for this queue"); msgstr "" #: src/etc/inc/shaper.inc 2422 -$form .= "" . gettext("Scheduler specific options") . ""; +msgid ""Scheduler specific options") . ""; msgstr "" #: src/etc/inc/shaper.inc 2426 -$form .= " /> " . gettext("Borrow from other queues when available") . "
    "; +msgid ""Borrow from other queues when available") . "
    "; msgstr "" #: src/etc/inc/shaper.inc 2534 -$input_errors[] = gettext("Priority must be an integer between 1 and 255."); +msgid ""Priority must be an integer between 1 and 255."); msgstr "" #: src/etc/inc/shaper.inc 2536 -$reqdfieldsn[] = gettext("Bandwidth"); +msgid ""Bandwidth"); msgstr "" #: src/etc/inc/shaper.inc 2538 -$reqdfieldsn[] = gettext("Bandwidthtype"); +msgid ""Bandwidthtype"); msgstr "" #: src/etc/inc/shaper.inc 2543 -$input_errors[] = gettext("Bandwidth must be an integer."); +msgid ""Bandwidth must be an integer."); msgstr "" #: src/etc/inc/shaper.inc 2547 -$input_errors[] = gettext("Bandwidth cannot be negative."); +msgid ""Bandwidth cannot be negative."); msgstr "" #: src/etc/inc/shaper.inc 2552 -$input_errors[] = gettext("Bandwidth in percentage should be between 1 and 100 bounds."); +msgid ""Bandwidth in percentage should be between 1 and 100 bounds."); msgstr "" #: src/etc/inc/shaper.inc 2667 -$form .= "" . gettext("Bandwidth") . ""; +msgid ""Bandwidth") . ""; msgstr "" #: src/etc/inc/shaper.inc 2676 -$form .= ">" . gettext("Gbit/s") . ""; +msgid ""Gbit/s") . ""; msgstr "" #: src/etc/inc/shaper.inc 2680 -$form .= ">" . gettext("Mbit/s") . ""; +msgid ""Mbit/s") . ""; msgstr "" #: src/etc/inc/shaper.inc 2684 -$form .= ">" . gettext("Kbit/s") . ""; +msgid ""Kbit/s") . ""; msgstr "" #: src/etc/inc/shaper.inc 2688 -$form .= ">" . gettext("Bit/s") . ""; +msgid ""Bit/s") . ""; msgstr "" #: src/etc/inc/shaper.inc 2694 -$form .= "" . gettext("Choose the amount of bandwidth for this queue"); +msgid ""Choose the amount of bandwidth for this queue"); msgstr "" #: src/etc/inc/shaper.inc 2696 -$form .= "" . gettext("Scheduler specific options") . ""; +msgid ""Scheduler specific options") . ""; msgstr "" #: src/etc/inc/shaper.inc 2702 -$form .= "" /> " . gettext("Number of buckets available.") . "
    "; +msgid ""Number of buckets available.") . "
    "; msgstr "" #: src/etc/inc/shaper.inc 2707 -$form .= "" /> " . gettext("Bandwidth limit for hosts to not saturate link.") . "
    "; +msgid ""Bandwidth limit for hosts to not saturate link.") . "
    "; msgstr "" #: src/etc/inc/shaper.inc 2883 -$reqdfieldsn[] = gettext("Bandwidth"); +msgid ""Bandwidth"); msgstr "" #: src/etc/inc/shaper.inc 2885 -$reqdfieldsn[] = gettext("Burst"); +msgid ""Burst"); msgstr "" #: src/etc/inc/shaper.inc 2887 -$reqdfieldsn[] = gettext("Bandwidthtype"); +msgid ""Bandwidthtype"); msgstr "" #: src/etc/inc/shaper.inc 2889 -$reqdfieldsn[] = gettext("Name"); +msgid ""Name"); msgstr "" #: src/etc/inc/shaper.inc 2895 -$input_errors[] = gettext("Plr must be a value between 0 and 1."); +msgid ""Plr must be a value between 0 and 1."); msgstr "" #: src/etc/inc/shaper.inc 2898 -$input_errors[] = gettext("Buckets must be an integer between 16 and 65535."); +msgid ""Buckets must be an integer between 16 and 65535."); msgstr "" #: src/etc/inc/shaper.inc 2900 -$input_errors[] = gettext("Queue limit must be an integer"); +msgid ""Queue limit must be an integer"); msgstr "" #: src/etc/inc/shaper.inc 2902 -$input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +msgid ""Queue names must be alphanumeric and _ or - only."); msgstr "" #: src/etc/inc/shaper.inc 2904 -$input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +msgid ""Queue names must be alphanumeric and _ or - only."); msgstr "" #: src/etc/inc/shaper.inc 2907 -$input_errors[] = gettext("IPV4 bit mask must be blank or numeric value between 1 and 32."); +msgid ""IPV4 bit mask must be blank or numeric value between 1 and 32."); msgstr "" #: src/etc/inc/shaper.inc 2910 -$input_errors[] = gettext("IPV6 bit mask must be blank or numeric value between 1 and 128."); +msgid ""IPV6 bit mask must be blank or numeric value between 1 and 128."); msgstr "" #: src/etc/inc/shaper.inc 3050 -$input_errors[] = sprintf(gettext("Bandwidth for schedule %s must be an integer."), $data["bwsched{$i}"]); +msgid ""Bandwidth for schedule %s must be an integer."), $data["bwsched{$i}"]); msgstr "" #: src/etc/inc/shaper.inc 3052 -$input_errors[] = sprintf(gettext("Burst for schedule %s must be an integer."), $data["bwsched{$i}"]); +msgid ""Burst for schedule %s must be an integer."), $data["bwsched{$i}"]); msgstr "" #: src/etc/inc/shaper.inc 3058 -$input_errors[] = gettext("You need to specify a schedule for every additional entry"); +msgid ""You need to specify a schedule for every additional entry"); msgstr "" #: src/etc/inc/shaper.inc 3060 -$input_errors[] = gettext("If more than one bandwidth configured all schedules need to be selected"); +msgid ""If more than one bandwidth configured all schedules need to be selected"); msgstr "" #: src/etc/inc/shaper.inc 3062 -$input_errors[] = gettext("At least one bw specification is necessary"); +msgid ""At least one bw specification is necessary"); msgstr "" #: src/etc/inc/shaper.inc 3064 -$input_errors[] = gettext("Delay must be an integer."); +msgid ""Delay must be an integer."); msgstr "" #: src/etc/inc/shaper.inc 3297 -$form .= gettext("Enable"); +msgid ""Enable"); msgstr "" #: src/etc/inc/shaper.inc 3302 -$form .= " /> " . gettext("Enable limiter and its children") . ""; +msgid ""Enable limiter and its children") . "
    "; msgstr "" #: src/etc/inc/shaper.inc 3304 -$form .= "
    " . gettext("Name") . ""; +msgid ""Name") . "
    "; msgstr "" #: src/etc/inc/shaper.inc 3315 -$form .= "" . gettext("Bandwidth"); +msgid ""Bandwidth"); msgstr "" #: src/etc/inc/shaper.inc 3358 -$form .= "
    " . gettext("Bandwidth is a rate (e.g. Mbit/s), burst is a total amount of data that will be transferred at full speed after an idle period.") . "
    "; +msgid ""Bandwidth is a rate (e.g. Mbit/s), burst is a total amount of data that will be transferred at full speed after an idle period.") . "

    "; msgstr "" #: src/etc/inc/shaper.inc 3360 -$form .= "" . gettext("Mask") . ""; +msgid ""Mask") . ""; msgstr "" #: src/etc/inc/shaper.inc 3371 -$form .= ">" . gettext("Source addresses") . ""; +msgid ""Source addresses") . ""; msgstr "" #: src/etc/inc/shaper.inc 3375 -$form .= ">" . gettext("Destination addresses") . ""; +msgid ""Destination addresses") . ""; msgstr "" #: src/etc/inc/shaper.inc 3378 -$form .= "" . gettext("If 'source' or 'destination' slots is chosen, n" +msgid ""If 'source' or 'destination' slots is chosen, n" msgstr "" #: src/etc/inc/shaper.inc 3399 -$form .= "" . gettext("If 'source' or 'destination' slots is chosen, n" +msgid ""If 'source' or 'destination' slots is chosen, n" msgstr "" #: src/etc/inc/shaper.inc 3404 -$form .= "" . gettext("Description") . ""; +msgid ""Description") . ""; msgstr "" #: src/etc/inc/shaper.inc 3410 -$form .= gettext("You may enter a description here for your reference (not parsed).") . ""; +msgid ""You may enter a description here for your reference (not parsed).") . ""; msgstr "" #: src/etc/inc/shaper.inc 3416 -$form .= " value="" . gettext("Show advanced options") . "" />"; +msgid ""Show advanced options") . "" />"; msgstr "" #: src/etc/inc/shaper.inc 3420 -$form .= "" . gettext("Delay") . ""; +msgid ""Delay") . ""; msgstr "" #: src/etc/inc/shaper.inc 3424 -$form .= " ms
    " . gettext("Hint +msgid ""Hint in most cases, you " msgstr "" #: src/etc/inc/shaper.inc 3428 -$form .= "" . gettext("Packet loss rate") . ""; +msgid ""Packet loss rate") . ""; msgstr "" #: src/etc/inc/shaper.inc 3432 -$form .= " 
    " . gettext("Hint +msgid ""Hint in most cases, you " msgstr "" #: src/etc/inc/shaper.inc 3437 -$form .= "" . gettext("Queue Size") . ""; +msgid ""Queue Size") . ""; msgstr "" #: src/etc/inc/shaper.inc 3442 -$form .= "" . gettext("Hint +msgid ""Hint in most cases, you " msgstr "" #: src/etc/inc/shaper.inc 3448 -$form .= "" . gettext("Bucket Size") . ""; +msgid ""Bucket Size") . ""; msgstr "" #: src/etc/inc/shaper.inc 3453 -$form .= "" . gettext("Hint +msgid ""Hint in most cases, you " msgstr "" #: src/etc/inc/shaper.inc 3521 -$input_errors[] = gettext("Weight must be an integer between 1 and 100."); +msgid ""Weight must be an integer between 1 and 100."); msgstr "" #: src/etc/inc/shaper.inc 3623 -$form .= gettext("Enable/Disable"); +msgid ""Enable/Disable"); msgstr "" #: src/etc/inc/shaper.inc 3628 -$form .= " /> " . gettext("Enable/Disable queue") . ""; +msgid ""Enable/Disable queue") . ""; msgstr "" #: src/etc/inc/shaper.inc 3630 -$form .= "
    " . gettext("Name") . ""; +msgid ""Name") . "
    "; msgstr "" #: src/etc/inc/shaper.inc 3641 -$form .= "" . gettext("Mask") . ""; +msgid ""Mask") . ""; msgstr "" #: src/etc/inc/shaper.inc 3648 -$form .= ">" . gettext("none") . ""; +msgid ""none") . ""; msgstr "" #: src/etc/inc/shaper.inc 3652 -$form .= ">" . gettext("Source addresses") . ""; +msgid ""Source addresses") . ""; msgstr "" #: src/etc/inc/shaper.inc 3656 -$form .= ">" . gettext("Destination addresses") . ""; +msgid ""Destination addresses") . ""; msgstr "" #: src/etc/inc/shaper.inc 3659 -$form .= "" . gettext("If 'source' or 'destination' slots is chosen, n" +msgid ""If 'source' or 'destination' slots is chosen, n" msgstr "" #: src/etc/inc/shaper.inc 3680 -$form .= "" . gettext("If 'source' or 'destination' slots is chosen, n" +msgid ""If 'source' or 'destination' slots is chosen, n" msgstr "" #: src/etc/inc/shaper.inc 3685 -$form .= "" . gettext("Description") . ""; +msgid ""Description") . ""; msgstr "" #: src/etc/inc/shaper.inc 3691 -$form .= gettext("You may enter a description here for your reference (not parsed).") . ""; +msgid ""You may enter a description here for your reference (not parsed).") . ""; msgstr "" #: src/etc/inc/shaper.inc 3697 -$form .= " value="" . gettext("Show advanced options") . "" />"; +msgid ""Show advanced options") . "" />"; msgstr "" #: src/etc/inc/shaper.inc 3700 -$form .= "" . gettext("Weight") . ""; +msgid ""Weight") . ""; msgstr "" #: src/etc/inc/shaper.inc 3704 -$form .= " 
    " . gettext("Hint +msgid ""Hint For queues under the same parent " msgstr "" #: src/etc/inc/shaper.inc 3708 -$form .= "" . gettext("Packet loss rate") . ""; +msgid ""Packet loss rate") . ""; msgstr "" #: src/etc/inc/shaper.inc 3712 -$form .= " 
    " . gettext("Hint +msgid ""Hint in most cases, you " msgstr "" #: src/etc/inc/shaper.inc 3717 -$form .= "" . gettext("Queue Size") . ""; +msgid ""Queue Size") . ""; msgstr "" #: src/etc/inc/shaper.inc 3722 -$form .= "" . gettext("Hint +msgid ""Hint in most cases, you " msgstr "" #: src/etc/inc/shaper.inc 3728 -$form .= "" . gettext("Bucket Size") . ""; +msgid ""Bucket Size") . ""; msgstr "" #: src/etc/inc/shaper.inc 3732 -$form .= " " . gettext("slots") . "
    "; +msgid ""slots") . "
    "; msgstr "" #: src/etc/inc/shaper.inc 3733 -$form .= "" . gettext("Hint +msgid ""Hint in most cases, you " msgstr "" #: src/etc/inc/shaper.inc 3870 -$form .= gettext("Enable/Disable"); +msgid ""Enable/Disable"); msgstr "" #: src/etc/inc/shaper.inc 3876 -$form .= " /> " . gettext("Enable/Disable layer7 Container") . ""; +msgid ""Enable/Disable layer7 Container") . ""; msgstr "" #: src/etc/inc/shaper.inc 3878 -$form .= "
    " . gettext("Name") . ""; +msgid ""Name") . "
    "; msgstr "" #: src/etc/inc/shaper.inc 3883 -$form .= "" . gettext("Description") . ""; +msgid ""Description") . ""; msgstr "" #: src/etc/inc/shaper.inc 3889 -$form .= gettext("You may enter a description here for your reference (not parsed).") . "
    "; +msgid ""You may enter a description here for your reference (not parsed).") . "
    "; msgstr "" #: src/etc/inc/shaper.inc 3950 -$reqdfieldsn[] = gettext("Name"); +msgid ""Name"); msgstr "" #: src/etc/inc/shaper.inc 3955 -$input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +msgid ""Queue names must be alphanumeric and _ or - only."); msgstr "" #: src/etc/inc/shaper.inc 4141 -log_error(sprintf(gettext("Sending HUP signal to %s"), $l7pid[0])); +msgid ""Sending HUP signal to %s"), $l7pid[0])); msgstr "" #: src/etc/inc/shaper.inc 4502 -//$form .= gettext(" Clone shaper/queue on this interface") . ""; +msgid "" Clone shaper/queue on this interface") . ""; msgstr "" #: src/etc/inc/shaper.inc 4510 -$default_shaper_msg .= "" . sprintf(gettext("Welcome to the %s Traffic Shaper."), $g['product_name']) . "
    "; +msgid ""Welcome to the %s Traffic Shaper."), $g['product_name']) . "
    "; msgstr "" #: src/etc/inc/shaper.inc 4511 -$default_shaper_msg .= gettext("The tree on the left helps you navigate through the queues
    " +msgid ""The tree on the left helps you navigate through the queues
    " msgstr "" #: src/etc/inc/shaper.inc 4517 -$dn_default_shaper_msg .= "" . sprintf(gettext("Welcome to the %s Traffic Shaper."), $g['product_name']) . "
    "; +msgid ""Welcome to the %s Traffic Shaper."), $g['product_name']) . "
    "; msgstr "" #: src/etc/inc/shaper.inc 4518 -$dn_default_shaper_msg .= gettext("The tree on the left helps you navigate through the queues
    " +msgid ""The tree on the left helps you navigate through the queues
    " msgstr "" #: src/etc/inc/smtp.inc 93 -$this->error.=gettext(" +msgid "" data access time out"); msgstr "" #: src/etc/inc/smtp.inc 96 -$this->error.=gettext(" +msgid "" the server disconnected"); msgstr "" #: src/etc/inc/smtp.inc 108 -$this->error=gettext("reached the end of data while reading from the SMTP server conection"); +msgid ""reached the end of data while reading from the SMTP server conection"); msgstr "" #: src/etc/inc/smtp.inc 114 -$this->SetDataAccessError(gettext("it was not possible to read line from the SMTP server")); +msgid ""it was not possible to read line from the SMTP server")); msgstr "" #: src/etc/inc/smtp.inc 136 -$this->SetDataAccessError(gettext("it was not possible to send a line to the SMTP server")); +msgid ""it was not possible to send a line to the SMTP server")); msgstr "" #: src/etc/inc/smtp.inc 150 -$this->SetDataAccessError(gettext("it was not possible to send data to the SMTP server")); +msgid ""it was not possible to send data to the SMTP server")); msgstr "" #: src/etc/inc/smtp.inc 222 -return(gettext("establishing SSL connections requires at least PHP version 4.3.0")); +msgid ""establishing SSL connections requires at least PHP version 4.3.0")); msgstr "" #: src/etc/inc/smtp.inc 225 -return(gettext("establishing SSL connections requires the OpenSSL extension enabled")); +msgid ""establishing SSL connections requires the OpenSSL extension enabled")); msgstr "" #: src/etc/inc/smtp.inc 234 -return(sprintf(gettext("could not resolve host "%s""), $domain)); +msgid ""could not resolve host "%s""), $domain)); msgstr "" #: src/etc/inc/smtp.inc 238 -return(sprintf(gettext("domain "%s" resolved to an address excluded to be valid"), $domain)); +msgid ""domain "%s" resolved to an address excluded to be valid"), $domain)); msgstr "" #: src/etc/inc/smtp.inc 240 -$this->OutputDebug(sprintf(gettext('Connecting to host address "%1$s" port %2$s...'), $ip, $port)); +msgid "'Connecting to host address "%1$s" port %2$s...'), $ip, $port)); msgstr "" #: src/etc/inc/smtp.inc 247 -return(gettext("-3 socket could not be created")); +msgid ""-3 socket could not be created")); msgstr "" #: src/etc/inc/smtp.inc 249 -return(sprintf(gettext("-4 dns lookup on hostname "%s" failed"), $domain)); +msgid ""-4 dns lookup on hostname "%s" failed"), $domain)); msgstr "" #: src/etc/inc/smtp.inc 251 -return(gettext("-5 connection refused or timed out")); +msgid ""-5 connection refused or timed out")); msgstr "" #: src/etc/inc/smtp.inc 253 -return(gettext("-6 fdopen() call failed")); +msgid ""-6 fdopen() call failed")); msgstr "" #: src/etc/inc/smtp.inc 255 -return(gettext("-7 setvbuf() call failed")); +msgid ""-7 setvbuf() call failed")); msgstr "" #: src/etc/inc/smtp.inc 257 -return(sprintf(gettext('could not connect to the host "%1$s" +msgid "'could not connect to the host "%1$s" %2$s'), $domain, $error)); msgstr "" #: src/etc/inc/smtp.inc 266 -$this->error=gettext("it is not possible to authenticate using the specified mechanism because the SASL library class is not loaded"); +msgid ""it is not possible to authenticate using the specified mechanism because the SASL library class is not loaded"); msgstr "" #: src/etc/inc/smtp.inc 290 -$this->error=printf(gettext('authenticated mechanism %1$s may not be used +msgid "'authenticated mechanism %1$s may not be used %2$s'), $this->authentication_mechanism, $sasl->error); msgstr "" #: src/etc/inc/smtp.inc 295 -$this->error=gettext("Could not start the SASL authentication client +msgid ""Could not start the SASL authentication client ") . " ".$sasl->error; msgstr "" #: src/etc/inc/smtp.inc 302 -$this->error=gettext("Could not send the AUTH command"); +msgid ""Could not send the AUTH command"); msgstr "" #: src/etc/inc/smtp.inc 317 -$this->error=gettext("Authentication error +msgid ""Authentication error ") . " ".$responses[0]; msgstr "" #: src/etc/inc/smtp.inc 332 -$this->error=gettext("Could not send the authentication step message"); +msgid ""Could not send the authentication step message"); msgstr "" #: src/etc/inc/smtp.inc 347 -$this->error=gettext("Authentication error +msgid ""Authentication error ") . " ".$responses[0]; msgstr "" #: src/etc/inc/smtp.inc 352 -$this->error=gettext("Could not process the SASL authentication step +msgid ""Could not process the SASL authentication step ") . " ".$sasl->error; msgstr "" #: src/etc/inc/smtp.inc 366 -$this->error=gettext("connection is already established"); +msgid ""connection is already established"); msgstr "" #: src/etc/inc/smtp.inc 404 -$this->error=gettext("it was not specified the POP3 authentication user"); +msgid ""it was not specified the POP3 authentication user"); msgstr "" #: src/etc/inc/smtp.inc 410 -$this->error=gettext("it was not specified the POP3 authentication password"); +msgid ""it was not specified the POP3 authentication password"); msgstr "" #: src/etc/inc/smtp.inc 414 -$this->error=$this->ConnectToHost($domain, $this->pop3_auth_port, sprintf(gettext("Resolving POP3 authentication host "%s"..."), $domain)); +msgid ""Resolving POP3 authentication host "%s"..."), $domain)); msgstr "" #: src/etc/inc/smtp.inc 421 -$this->error=gettext("POP3 authentication server greeting was not found"); +msgid ""POP3 authentication server greeting was not found"); msgstr "" #: src/etc/inc/smtp.inc 429 -$this->error=gettext("POP3 authentication user was not accepted +msgid ""POP3 authentication user was not accepted ") . " ".$this->Tokenize("rn"); msgstr "" #: src/etc/inc/smtp.inc 437 -$this->error=gettext("POP3 authentication password was not accepted +msgid ""POP3 authentication password was not accepted ") . " ".$this->Tokenize("rn"); msgstr "" #: src/etc/inc/smtp.inc 446 -$this->error=gettext("could not determine the SMTP to connect"); +msgid ""could not determine the SMTP to connect"); msgstr "" #: src/etc/inc/smtp.inc 452 -$error=$this->ConnectToHost($domain, $this->host_port, sprintf(gettext("Resolving SMTP server domain "%s"..."), $domain)); +msgid ""Resolving SMTP server domain "%s"..."), $domain)); msgstr "" #: src/etc/inc/smtp.inc 464 -$this->OutputDebug(sprintf(gettext("Connected to SMTP server "%s"."), $domain)); +msgid ""Connected to SMTP server "%s"."), $domain)); msgstr "" #: src/etc/inc/smtp.inc 478 -$this->error = gettext("server does not require authentication"); +msgid ""server does not require authentication"); msgstr "" #: src/etc/inc/smtp.inc 542 -$this->error=gettext("it is not supported any of the authentication mechanisms required by the server"); +msgid ""it is not supported any of the authentication mechanisms required by the server"); msgstr "" #: src/etc/inc/smtp.inc 632 -$this->error=gettext("direct delivery connection is already established and sender is already set"); +msgid ""direct delivery connection is already established and sender is already set"); msgstr "" #: src/etc/inc/smtp.inc 640 -$this->error=gettext("connection is not in the initial state"); +msgid ""connection is not in the initial state"); msgstr "" #: src/etc/inc/smtp.inc 662 -return(gettext("it was not specified a valid direct recipient")); +msgid ""it was not specified a valid direct recipient")); msgstr "" #: src/etc/inc/smtp.inc 681 -$this->error=gettext("it is not possible to deliver directly to recipients of different domains"); +msgid ""it is not possible to deliver directly to recipients of different domains"); msgstr "" #: src/etc/inc/smtp.inc 686 -$this->error=gettext("connection is already established and the recipient is already set"); +msgid ""connection is already established and the recipient is already set"); msgstr "" #: src/etc/inc/smtp.inc 698 -$this->error=gettext("connection is not in the recipient setting state"); +msgid ""connection is not in the recipient setting state"); msgstr "" #: src/etc/inc/smtp.inc 727 -$this->error=gettext("connection is not in the start sending data state"); +msgid ""connection is not in the start sending data state"); msgstr "" #: src/etc/inc/smtp.inc 757 -$this->error=gettext("connection is not in the sending data state"); +msgid ""connection is not in the sending data state"); msgstr "" #: src/etc/inc/smtp.inc 768 -$this->error=gettext("connection is not in the sending data state"); +msgid ""connection is not in the sending data state"); msgstr "" #: src/etc/inc/smtp.inc 804 -$this->error=gettext("it was not previously established a SMTP connection"); +msgid ""it was not previously established a SMTP connection"); msgstr "" #: src/etc/inc/system.inc 439 -log_error(sprintf(gettext("Not adding default route because OLSR dynamic gateway is enabled."))); +msgid ""Not adding default route because OLSR dynamic gateway is enabled."))); msgstr "" #: src/etc/inc/system.inc 483 -log_error(sprintf(gettext("Static Routes +msgid ""Static Routes Gateway IP could not be found for %s"), $rtent['network'])); msgstr "" #: src/etc/inc/system.inc 621 -echo gettext("Starting syslog..."); +msgid ""Starting syslog..."); msgstr "" #: src/etc/inc/system.inc 766 -printf(gettext("Error +msgid ""Error cannot open syslog.conf in system_syslogd_start().%s"), "n"); msgstr "" #: src/etc/inc/system.inc 801 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/system.inc 823 -echo gettext("Starting webConfigurator..."); +msgid ""Starting webConfigurator..."); msgstr "" #: src/etc/inc/system.inc 851 -$cert['descr'] = gettext("webConfigurator default"); +msgid ""webConfigurator default"); msgstr "" #: src/etc/inc/system.inc 866 -write_config(gettext("Importing HTTPS certificate")); +msgid ""Importing HTTPS certificate")); msgstr "" #: src/etc/inc/system.inc 899 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/system.inc 901 -echo gettext("failed!") . "n"; +msgid ""failed!") . "n"; msgstr "" #: src/etc/inc/system.inc 1190 -printf(gettext("Error +msgid ""Error cannot open cert.pem in system_webgui_start().%s"), "n"); msgstr "" #: src/etc/inc/system.inc 1201 -printf(gettext("Error +msgid ""Error cannot open ca.pem in system_webgui_start().%s"), "n"); msgstr "" #: src/etc/inc/system.inc 1209 -$lighty_config .= "## " . gettext("ssl configuration") . "n"; +msgid ""ssl configuration") . "n"; msgstr "" #: src/etc/inc/system.inc 1261 -printf(gettext("Error +msgid ""Error cannot open %s in system_generate_lighty_config().%s"), $filename, "n"); msgstr "" #: src/etc/inc/system.inc 1278 -echo gettext("Setting timezone..."); +msgid ""Setting timezone..."); msgstr "" #: src/etc/inc/system.inc 1300 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/system.inc 1653 -echo gettext("Syncing system time before startup..."); +msgid ""Syncing system time before startup..."); msgstr "" #: src/etc/inc/system.inc 1661 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/system.inc 1730 -printf(gettext("Error +msgid ""Error cannot open dmesg.boot in system_dmesg_save().%s"), "n"); msgstr "" #: src/etc/inc/system.inc 1749 -echo gettext('Setting hard disk standby... '); +msgid "'Setting hard disk standby... '); msgstr "" #: src/etc/inc/system.inc 1761 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/etc/inc/system.inc 1764 -echo gettext("failed!") . "n"; +msgid ""failed!") . "n"; msgstr "" #: src/etc/inc/system.inc 1767 -echo gettext("failed!") . "n"; +msgid ""failed!") . "n"; msgstr "" #: src/etc/inc/system.inc 1870 -return array('name' => 'wrap', 'descr' => gettext('PC Engines WRAP')); +msgid "'PC Engines WRAP')); msgstr "" #: src/etc/inc/system.inc 1873 -return array('name' => 'alix', 'descr' => gettext('PC Engines ALIX')); +msgid "'PC Engines ALIX')); msgstr "" #: src/etc/inc/system.inc 1885 -return array('name' => 'embedded', 'descr' => gettext('embedded (unknown)')); +msgid "'embedded (unknown)')); msgstr "" #: src/etc/inc/system.inc 1931 -$vpn['name'] = gettext("OpenVPN") . " ".$mode." +msgid ""OpenVPN") . " ".$mode." ".htmlspecialchars($setting['description']); msgstr "" #: src/etc/inc/upgrade_config.inc 107 -printf(gettext("%sWarning +msgid ""%sWarning filter rule removed " . msgstr "" #: src/etc/inc/upgrade_config.inc 119 -printf(gettext("%sWarning +msgid ""%sWarning filter rule removed " . msgstr "" #: src/etc/inc/upgrade_config.inc 132 -printf(gettext("%sWarning +msgid ""%sWarning filter rule removed " . msgstr "" #: src/etc/inc/upgrade_config.inc 152 -printf(gettext("%sWarning +msgid ""%sWarning traffic shaper rule removed " . msgstr "" #: src/etc/inc/upgrade_config.inc 164 -printf(gettext("%sWarning +msgid ""%sWarning traffic shaper rule removed " . msgstr "" #: src/etc/inc/upgrade_config.inc 177 -printf(gettext("%sWarning +msgid ""%sWarning traffic shaper rule removed " . msgstr "" #: src/etc/inc/upgrade_config.inc 327 -$vip['descr'] = sprintf(gettext("CARP vhid %s"), $carpent['vhid']); +msgid ""CARP vhid %s"), $carpent['vhid']); msgstr "" #: src/etc/inc/upgrade_config.inc 487 -$rule_item['descr'] = gettext("Permit IPsec traffic."); +msgid ""Permit IPsec traffic."); msgstr "" #: src/etc/inc/upgrade_config.inc 507 -$config['system']['group'][0]['description'] = gettext("System Administrators"); +msgid ""System Administrators"); msgstr "" #: src/etc/inc/upgrade_config.inc 526 -$config['system']['user'][0]['priv'][0]['descr'] = gettext("Indicates whether this user will lock access to the webConfigurator for other users."); +msgid ""Indicates whether this user will lock access to the webConfigurator for other users."); msgstr "" #: src/etc/inc/upgrade_config.inc 529 -$config['system']['user'][0]['priv'][1]['descr'] = gettext("Indicates whether this user will lock individual HTML pages after having accessed a particular page (the lock will be freed if the user leaves or saves the page form)."); +msgid ""Indicates whether this user will lock individual HTML pages after having accessed a particular page (the lock will be freed if the user leaves or saves the page form)."); msgstr "" #: src/etc/inc/upgrade_config.inc 532 -$config['system']['user'][0]['priv'][2]['descr'] = gettext("Indicates whether this user is able to login for example via SSH."); +msgid ""Indicates whether this user is able to login for example via SSH."); msgstr "" #: src/etc/inc/upgrade_config.inc 535 -$config['system']['user'][0]['priv'][3]['descr'] = sprintf(gettext("Indicates whether this user is allowed to copy files onto the %s appliance via SCP/SFTP. If you are going to use this privilege, you must install scponly on the appliance (Hint +msgid ""Indicates whether this user is allowed to copy files onto the %s appliance via SCP/SFTP. If you are going to use this privilege, you must install scponly on the appliance (Hint pkg_add -r scponly)."), $g['product_name']); msgstr "" #: src/etc/inc/upgrade_config.inc 538 -$config['system']['user'][0]['priv'][4]['descr'] = gettext("This user is associated with the UNIX root user (you should associate this privilege only with one single user)."); +msgid ""This user is associated with the UNIX root user (you should associate this privilege only with one single user)."); msgstr "" #: src/etc/inc/upgrade_config.inc 555 -$config['sysctl']['item'][0]['descr'] = gettext("Drop packets to closed TCP ports without returning a RST"); +msgid ""Drop packets to closed TCP ports without returning a RST"); msgstr "" #: src/etc/inc/upgrade_config.inc 559 -$config['sysctl']['item'][1]['descr'] = gettext("Do not send ICMP port unreachable messages for closed UDP ports"); +msgid ""Do not send ICMP port unreachable messages for closed UDP ports"); msgstr "" #: src/etc/inc/upgrade_config.inc 563 -$config['sysctl']['item'][2]['descr'] = gettext("Randomize the ID field in IP packets (default is 0 +msgid ""Randomize the ID field in IP packets (default is 0 sequential IP IDs)"); msgstr "" #: src/etc/inc/upgrade_config.inc 567 -$config['sysctl']['item'][3]['descr'] = gettext("Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)"); +msgid ""Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)"); msgstr "" #: src/etc/inc/upgrade_config.inc 571 -$config['sysctl']['item'][4]['descr'] = gettext("Sending of IPv4 ICMP redirects"); +msgid ""Sending of IPv4 ICMP redirects"); msgstr "" #: src/etc/inc/upgrade_config.inc 575 -$config['sysctl']['item'][5]['descr'] = gettext("Sending of IPv6 ICMP redirects"); +msgid ""Sending of IPv6 ICMP redirects"); msgstr "" #: src/etc/inc/upgrade_config.inc 579 -$config['sysctl']['item'][6]['descr'] = gettext("Generate SYN cookies for outbound SYN-ACK packets"); +msgid ""Generate SYN cookies for outbound SYN-ACK packets"); msgstr "" #: src/etc/inc/upgrade_config.inc 583 -$config['sysctl']['item'][7]['descr'] = gettext("Maximum incoming TCP datagram size"); +msgid ""Maximum incoming TCP datagram size"); msgstr "" #: src/etc/inc/upgrade_config.inc 587 -$config['sysctl']['item'][8]['descr'] = gettext("Maximum outgoing TCP datagram size"); +msgid ""Maximum outgoing TCP datagram size"); msgstr "" #: src/etc/inc/upgrade_config.inc 591 -$config['sysctl']['item'][9]['descr'] = gettext("Fastforwarding (see http +msgid ""Fastforwarding (see http //lists.freebsd.org/pipermail/freebsd-net/2004-January/002534.html)"); msgstr "" #: src/etc/inc/upgrade_config.inc 595 -$config['sysctl']['item'][10]['descr'] = gettext("Do not delay ACK to try and piggyback it onto a data packet"); +msgid ""Do not delay ACK to try and piggyback it onto a data packet"); msgstr "" #: src/etc/inc/upgrade_config.inc 599 -$config['sysctl']['item'][11]['descr'] = gettext("Maximum outgoing UDP datagram size"); +msgid ""Maximum outgoing UDP datagram size"); msgstr "" #: src/etc/inc/upgrade_config.inc 603 -$config['sysctl']['item'][12]['descr'] = gettext("Handling of non-IP packets which are not passed to pfil (see if_bridge(4))"); +msgid ""Handling of non-IP packets which are not passed to pfil (see if_bridge(4))"); msgstr "" #: src/etc/inc/upgrade_config.inc 607 -$config['sysctl']['item'][13]['descr'] = gettext("Allow unprivileged access to tap(4) device nodes"); +msgid ""Allow unprivileged access to tap(4) device nodes"); msgstr "" #: src/etc/inc/upgrade_config.inc 611 -$config['sysctl']['item'][15]['descr'] = gettext("Randomize PID's (see src/sys/kern/kern_fork.c +msgid ""Randomize PID's (see src/sys/kern/kern_fork.c sysctl_kern_randompid())"); msgstr "" #: src/etc/inc/upgrade_config.inc 615 -$config['sysctl']['item'][16]['descr'] = gettext("The system will attempt to calculate the bandwidth delay product for each connection and limit the amount of data queued to the network to just the amount required to maintain optimum throughput. "); +msgid ""The system will attempt to calculate the bandwidth delay product for each connection and limit the amount of data queued to the network to just the amount required to maintain optimum throughput. "); msgstr "" #: src/etc/inc/upgrade_config.inc 619 -$config['sysctl']['item'][17]['descr'] = gettext("Set ICMP Limits"); +msgid ""Set ICMP Limits"); msgstr "" #: src/etc/inc/upgrade_config.inc 623 -$config['sysctl']['item'][18]['descr'] = gettext("TCP Offload engine"); +msgid ""TCP Offload engine"); msgstr "" #: src/etc/inc/upgrade_config.inc 664 -$config['gateways']['gateway_item'][$i]['descr'] = sprintf(gettext("Interface %s Static Gateway"), $ifname); +msgid ""Interface %s Static Gateway"), $ifname); msgstr "" #: src/etc/inc/upgrade_config.inc 667 -$config['gateways']['gateway_item'][$i]['descr'] = sprintf(gettext("Interface %s Dynamic Gateway"), $ifname); +msgid ""Interface %s Dynamic Gateway"), $ifname); msgstr "" #: src/etc/inc/upgrade_config.inc 733 -$gateway['descr'] = sprintf(gettext("Upgraded static route for %s"), $sroute['network']); +msgid ""Upgraded static route for %s"), $sroute['network']); msgstr "" #: src/etc/inc/upgrade_config.inc 830 -$pool['descr'] = sprintf(gettext("Sitedown pool for VS +msgid ""Sitedown pool for VS %s"), $vs_a[$i]['name']); msgstr "" #: src/etc/inc/upgrade_config.inc 985 -$ph2ent['descr'] = sprintf(gettext("phase2 for %s"), $tunnel['descr']); +msgid ""phase2 for %s"), $tunnel['descr']); msgstr "" #: src/etc/inc/upgrade_config.inc 1212 -$tempdyn['descr'] = sprintf(gettext("Upgraded Dyndns %s"), $tempdyn['type']); +msgid ""Upgraded Dyndns %s"), $tempdyn['type']); msgstr "" #: src/etc/inc/upgrade_config.inc 1264 -$all['description'] = gettext("All Users"); +msgid ""All Users"); msgstr "" #: src/etc/inc/upgrade_config.inc 1396 -$nbridge['descr'] = sprintf(gettext("Converted bridged %s"), $ifr); +msgid ""Converted bridged %s"), $ifr); msgstr "" #: src/etc/inc/upgrade_config.inc 1770 -$ovpnrule['descr'] = gettext("Auto added OpenVPN rule from config upgrade."); +msgid ""Auto added OpenVPN rule from config upgrade."); msgstr "" #: src/etc/inc/util.inc 86 -log_error(sprintf(gettext("WARNING +msgid ""WARNING Could not mark subsystem %s dirty"), $subsystem)); msgstr "" @@ -8291,360 +8254,360 @@ msgstr "" #: src/etc/inc/util.inc 99 -die(gettext("WARNING +msgid ""WARNING You must give a name as parameter to lock() function.")); msgstr "" #: src/etc/inc/util.inc 116 -die(gettext("WARNING +msgid ""WARNING You must give a name as parameter to try_lock() function.")); msgstr "" #: src/etc/inc/util.inc 177 -log_error(gettext("Could not open shared memory {$reference}")); +msgid ""Could not open shared memory {$reference}")); msgstr "" #: src/etc/inc/util.inc 202 -log_error(gettext("Could not open shared memory {$reference}")); +msgid ""Could not open shared memory {$reference}")); msgstr "" #: src/etc/inc/util.inc 210 -log_error(sprintf(gettext("Reference %s is going negative, not doing unreference."), $reference)); +msgid ""Reference %s is going negative, not doing unreference."), $reference)); msgstr "" #: src/etc/inc/util.inc 228 -log_error(gettext("Could not open shared memory for read {$reference}")); +msgid ""Could not open shared memory for read {$reference}")); msgstr "" #: src/etc/inc/util.inc 1092 -log_error(sprintf(gettext("The command '%1$s' returned exit code '%2$d', the output was '%3$s' "), $command, $retval, $output)); +msgid ""The command '%1$s' returned exit code '%2$d', the output was '%3$s' "), $command, $retval, $output)); msgstr "" #: src/etc/inc/voucher.inc 368 -$test_result[] = sprintf(gettext('%1$s (%2$s/%3$s) active and good for %4$d Minutes'), $voucher, $roll, $nr, $remaining); +msgid "'%1$s (%2$s/%3$s) active and good for %4$d Minutes'), $voucher, $roll, $nr, $remaining); msgstr "" #: src/etc/inc/voucher.inc 405 -$test_result[] = gettext("Access denied!"); +msgid ""Access denied!"); msgstr "" #: src/etc/inc/voucher.inc 407 -$test_result[] = sprintf(gettext("Access granted for %d Minutes in total."),$total_minutes); +msgid ""Access granted for %d Minutes in total."),$total_minutes); msgstr "" #: src/etc/inc/voucher.inc 462 -echo gettext("Enabling voucher support... "); +msgid ""Enabling voucher support... "); msgstr "" #: src/etc/inc/voucher.inc 501 -printf(gettext("Error +msgid ""Error cannot write voucher.cfg") . "n"); msgstr "" #: src/etc/inc/voucher.inc 552 -voucher_log(LOG_ERR, sprintf(gettext('cant write %1$s/voucher_%s_used_%2$s.db'), $g['vardb_path'], $cpzone, $roll)); +msgid "'cant write %1$s/voucher_%s_used_%2$s.db'), $g['vardb_path'], $cpzone, $roll)); msgstr "" #: src/etc/inc/voucher.inc 633 -voucher_log(LOG_ERR, sprintf(gettext('cant read %1$s/voucher_%s_used_%2$s.db'), $g['vardb_path'], $cpzone, $roll)); +msgid "'cant read %1$s/voucher_%s_used_%2$s.db'), $g['vardb_path'], $cpzone, $roll)); msgstr "" #: src/etc/inc/voucher.inc 650 -syslog($priority, sprintf(gettext("Voucher +msgid ""Voucher %s"),$message)); msgstr "" #: src/etc/inc/vpn.inc 145 -echo gettext("Configuring IPsec VPN... "); +msgid ""Configuring IPsec VPN... "); msgstr "" #: src/etc/inc/vpn.inc 398 -log_error(sprintf(gettext("Error +msgid ""Error Invalid certificate info for %s"), $ca['descr'])); msgstr "" #: src/etc/inc/vpn.inc 404 -log_error(sprintf(gettext("Error +msgid ""Error Invalid certificate hash info for %s"), $ca['descr'])); msgstr "" #: src/etc/inc/vpn.inc 409 -log_error(sprintf(gettext("Error +msgid ""Error Cannot write IPsec CA file for %s"), $ca['descr'])); msgstr "" #: src/etc/inc/vpn.inc 431 -log_error(sprintf(gettext("Error +msgid ""Error Invalid phase1 certificate reference for %s"), $ph1ent['name'])); msgstr "" #: src/etc/inc/vpn.inc 439 -log_error(sprintf(gettext("Error +msgid ""Error Cannot write phase1 key file for %s"), $ph1ent['name'])); msgstr "" #: src/etc/inc/vpn.inc 446 -log_error(sprintf(gettext("Error +msgid ""Error Cannot write phase1 certificate file for %s"), $ph1ent['name'])); msgstr "" #: src/etc/inc/vpn.inc 874 -log_error(sprintf(gettext("Ignoring IPsec reload since there are no tunnels on interface %s"), $interface)); +msgid ""Ignoring IPsec reload since there are no tunnels on interface %s"), $interface)); msgstr "" #: src/etc/inc/vpn.inc 881 -log_error(gettext("Forcefully reloading IPsec")); +msgid ""Forcefully reloading IPsec")); msgstr "" #: src/etc/inc/vpn.inc 922 -echo gettext("Configuring PPTP VPN service... "); +msgid ""Configuring PPTP VPN service... "); msgstr "" #: src/etc/inc/vpn.inc 932 -log_error(gettext("Could not kill mpd within 3 seconds. Trying again.")); +msgid ""Could not kill mpd within 3 seconds. Trying again.")); msgstr "" #: src/etc/inc/vpn.inc 955 -printf(gettext("Error +msgid ""Error cannot open mpd.conf in vpn_pptpd_configure().") . "n"); msgstr "" #: src/etc/inc/vpn.inc 1074 -printf(gettext("Error +msgid ""Error cannot open mpd.links in vpn_pptpd_configure().") . "n"); msgstr "" #: src/etc/inc/vpn.inc 1099 -printf(gettext("Error +msgid ""Error cannot open mpd.secret in vpn_pptpd_configure().") . "n"); msgstr "" #: src/etc/inc/vpn.inc 1157 -echo gettext("Configuring PPPoE VPN service... "); +msgid ""Configuring PPPoE VPN service... "); msgstr "" #: src/etc/inc/vpn.inc 1181 -printf(gettext("Error +msgid ""Error cannot open mpd.conf in vpn_pppoe_configure().") . "n"); msgstr "" #: src/etc/inc/vpn.inc 1290 -printf(gettext("Error +msgid ""Error cannot open mpd.links in vpn_pppoe_configure().") . "n"); msgstr "" #: src/etc/inc/vpn.inc 1317 -printf(gettext("Error +msgid ""Error cannot open mpd.secret in vpn_pppoe_configure().") . "n"); msgstr "" #: src/etc/inc/vpn.inc 1350 -echo gettext("done") . "n"; +msgid ""done") . "n"; msgstr "" #: src/etc/inc/vpn.inc 1369 -echo gettext("Configuring l2tp VPN service... "); +msgid ""Configuring l2tp VPN service... "); msgstr "" #: src/etc/inc/vpn.inc 1394 -printf(gettext("Error +msgid ""Error cannot open mpd.conf in vpn_l2tp_configure().") . "n"); msgstr "" #: src/etc/inc/vpn.inc 1493 -printf(gettext("Error +msgid ""Error cannot open mpd.links in vpn_l2tp_configure().") . "n"); msgstr "" #: src/etc/inc/vpn.inc 1519 -printf(gettext("Error +msgid ""Error cannot open mpd.secret in vpn_l2tp_configure().") . "n"); msgstr "" #: src/etc/inc/xmlparse.inc 93 -die(sprintf(gettext('XML error +msgid "'XML error %1$s at line %2$d cannot occur more than once') . "n", msgstr "" #: src/etc/inc/xmlparse.inc 184 -log_error(gettext("Error +msgid ""Error could not open XML input") . "n"); msgstr "" #: src/etc/inc/xmlparse.inc 190 -log_error(sprintf(gettext('XML error +msgid "'XML error %1$s at line %2$d in %3$s') . "n", msgstr "" #: src/etc/inc/xmlparse.inc 207 -log_error(sprintf(gettext("XML error +msgid ""XML error no %s object found!") . "n", implode(" or ", $rootobj))); msgstr "" #: src/etc/inc/xmlparse_attr.inc 73 -die(sprintf(gettext('XML error +msgid "'XML error %1$s at line %2$d cannot occur more than once') . "n", msgstr "" #: src/etc/inc/xmlparse_attr.inc 185 -log_error(gettext("Error +msgid ""Error could not open XML input") . "n"); msgstr "" #: src/etc/inc/xmlparse_attr.inc 195 -log_error(sprintf(gettext('XML error +msgid "'XML error %1$s at line %2$d') . "n", msgstr "" #: src/etc/inc/xmlparse_attr.inc 208 -log_error(sprintf(gettext("XML error +msgid ""XML error no %s object found!") . "n", $rootobj)); msgstr "" #: src/etc/inc/xmlrpc_client.inc 152 -'unknown_method' => gettext("Unknown method"), +msgid ""Unknown method"), msgstr "" #: src/etc/inc/xmlrpc_client.inc 153 -'invalid_return' => gettext("Invalid return payload +msgid ""Invalid return payload enable debugging to examine incoming payload"), msgstr "" #: src/etc/inc/xmlrpc_client.inc 154 -'incorrect_params' => gettext("Incorrect parameters passed to method"), +msgid ""Incorrect parameters passed to method"), msgstr "" #: src/etc/inc/xmlrpc_client.inc 155 -'introspect_unknown' => gettext("Can't introspect +msgid ""Can't introspect method unknown"), msgstr "" #: src/etc/inc/xmlrpc_client.inc 156 -'http_error' => gettext("Didn't receive 200 OK from remote server."), +msgid ""Didn't receive 200 OK from remote server."), msgstr "" #: src/etc/inc/xmlrpc_client.inc 157 -'not_response_object' => gettext("The requested method didn't return an XML_RPC_Response object."), +msgid ""The requested method didn't return an XML_RPC_Response object."), msgstr "" #: src/etc/inc/xmlrpc_client.inc 158 -'invalid_request' => gettext("Invalid request payload"), +msgid ""Invalid request payload"), msgstr "" #: src/etc/inc/xmlrpc_client.inc 260 -$XML_RPC_xh[$parser]['isf_reason'] = gettext('missing top level xmlrpc element'); +msgid "'missing top level xmlrpc element'); msgstr "" #: src/etc/inc/xmlrpc_client.inc 268 -$XML_RPC_xh[$parser]['isf_reason'] = sprintf(gettext('xmlrpc element %1$s cannot be child of %2$s'), $name, $XML_RPC_xh[$parser]['stack'][0]); +msgid "'xmlrpc element %1$s cannot be child of %2$s'), $name, $XML_RPC_xh[$parser]['stack'][0]); msgstr "" #: @@ -8654,285 +8617,285 @@ XML_RPC_Base msgstr "" #: -raiseError(gettext('Non-numeric value received in INT or DOUBLE'), +msgid "'Non-numeric value received in INT or DOUBLE'), msgstr "" #: src/etc/inc/xmlrpc_client.inc 859 -gettext( +msgid " msgstr "" #: src/etc/inc/xmlrpc_client.inc 951 -$this->raiseError(sprintf(gettext('Connection to proxy server +msgid "'Connection to proxy server msgstr "" #: src/etc/inc/xmlrpc_client.inc 957 -$this->raiseError(sprintf(gettext('Connection to RPC server +msgid "'Connection to RPC server msgstr "" #: src/etc/inc/xmlrpc_client.inc 1330 -$this->raiseError(gettext('The submitted request did not contain this parameter'), +msgid "'The submitted request did not contain this parameter'), msgstr "" #: src/etc/inc/xmlrpc_client.inc 1361 -return $this->raiseError(gettext('mb_convert_encoding() is not available'), +msgid "'mb_convert_encoding() is not available'), msgstr "" #: src/etc/inc/xmlrpc_client.inc 1470 -error_log(sprintf(gettext("HTTP error, got response +msgid ""HTTP error, got response %s"),$errstr)); msgstr "" #: src/etc/inc/xmlrpc_client.inc 1497 -//$errstr = gettext("XML error at line 1, check URL"); +msgid ""XML error at line 1, check URL"); msgstr "" #: src/etc/inc/xmlrpc_client.inc 1593 -$this->raiseError(gettext('Scalar can have only one value'), +msgid "'Scalar can have only one value'), msgstr "" #: src/etc/inc/xmlrpc_client.inc 1600 -sprintf(gettext("Not a scalar type (%s)"), $typeof), +msgid ""Not a scalar type (%s)"), $typeof), msgstr "" #: src/etc/inc/xmlrpc_client.inc 1636 -sprintf(gettext('Already initialized as a [%s]'), $this->kindOf()), +msgid "'Already initialized as a [%s]'), $this->kindOf()), msgstr "" #: src/etc/inc/xmlrpc_client.inc 1652 -sprintf(gettext('Already initialized as a [%s]'), $this->kindOf()), +msgid "'Already initialized as a [%s]'), $this->kindOf()), msgstr "" #: src/etc/inc/xmlrpc_server.inc 48 -$GLOBALS['XML_RPC_Server_listMethods_doc'] = gettext('This method lists all the' +msgid "'This method lists all the' msgstr "" #: src/etc/inc/xmlrpc_server.inc 66 -$GLOBALS['XML_RPC_Server_methodSignature_doc'] = gettext('Returns an array of known' +msgid "'Returns an array of known' msgstr "" #: src/etc/inc/xmlrpc_server.inc 86 -$GLOBALS['XML_RPC_Server_methodHelp_doc'] = gettext('Returns help text if defined' +msgid "'Returns help text if defined' msgstr "" #: src/etc/rc.initial.password 48 -echo "n" . gettext(' +msgid "' msgstr "" #: src/etc/rc.initial.password 50 -gettext('Do you want to set it back to Local Database [y|n]?'); +msgid "'Do you want to set it back to Local Database [y|n]?'); msgstr "" #: src/etc/rc.initial.password 74 -write_config($config, gettext("password changed from console menu")); +msgid ""password changed from console menu")); msgstr "" #: src/etc/rc.initial.setlanip 106 -return console_prompt_for_yn (sprintf(gettext("Do you want to enable the %s server on %s?"), $label_DHCP, $upperifname)); +msgid ""Do you want to enable the %s server on %s?"), $label_DHCP, $upperifname)); msgstr "" #: src/etc/rc.initial.setlanip 249 -if (console_prompt_for_yn (sprintf(gettext("Configure %s address %s interface via %s?"), $label_IPvX, $upperifname, $label_DHCP))) { +msgid ""Configure %s address %s interface via %s?"), $label_IPvX, $upperifname, $label_DHCP))) { msgstr "" #: src/etc/rc.initial.setlanip 263 -echo "n" . sprintf(gettext("Enter the new %s %s address. Press for none +msgid ""Enter the new %s %s address. Press for none "), msgstr "" #: src/etc/rc.initial.setlanip 269 -echo gettext("This IP address conflicts with another interface or a VIP") . "n"; +msgid ""This IP address conflicts with another interface or a VIP") . "n"; msgstr "" #: src/etc/rc.initial.setlanip 274 -echo "n" . sprintf(gettext("Subnet masks are entered as bit counts (as in CIDR notation) in %s."), +msgid ""Subnet masks are entered as bit counts (as in CIDR notation) in %s."), msgstr "" #: src/etc/rc.initial.setlanip 289 -echo "n" . sprintf(gettext("Enter the new %s %s subnet bit count (1 to %s) +msgid ""Enter the new %s %s subnet bit count (1 to %s) "), msgstr "" #: src/etc/rc.initial.setlanip 297 -echo gettext("You cannot set network address to an interface"); +msgid ""You cannot set network address to an interface"); msgstr "" #: src/etc/rc.initial.setlanip 301 -echo gettext("You cannot set broadcast address to an interface"); +msgid ""You cannot set broadcast address to an interface"); msgstr "" #: src/etc/rc.initial.setlanip 314 -echo "n" . sprintf(gettext("For a WAN, enter the new %s %s upstream gateway address."), $upperifname, $label_IPvX) . "n" . +msgid ""For a WAN, enter the new %s %s upstream gateway address."), $upperifname, $label_IPvX) . "n" . msgstr "" #: src/etc/rc.initial.setlanip 315 -gettext("For a LAN, press for none +msgid ""For a LAN, press for none ") . "n> "; msgstr "" #: src/etc/rc.initial.setlanip 321 -echo sprintf(gettext("not an %s IP address!"), $label_IPvX) . "n"; +msgid ""not an %s IP address!"), $label_IPvX) . "n"; msgstr "" #: src/etc/rc.initial.setlanip 323 -echo gettext("not in subnet!") . "n"; +msgid ""not in subnet!") . "n"; msgstr "" #: src/etc/rc.initial.setlanip 367 -echo sprintf(gettext("Enter the start address of the %s client address range +msgid ""Enter the start address of the %s client address range "), $label_IPvX) . " "; msgstr "" #: src/etc/rc.initial.setlanip 376 -echo gettext("This IP address must be in the interface's subnet") . "n"; +msgid ""This IP address must be in the interface's subnet") . "n"; msgstr "" #: src/etc/rc.initial.setlanip 380 -echo sprintf(gettext("Enter the end address of the %s client address range +msgid ""Enter the end address of the %s client address range "), $label_IPvX) . " "; msgstr "" #: src/etc/rc.initial.setlanip 389 -echo gettext("This IP address must be in the interface's subnet") . "n"; +msgid ""This IP address must be in the interface's subnet") . "n"; msgstr "" #: src/etc/rc.initial.setlanip 392 -echo gettext("The end address of the DHCP range must be >= the start address") . "n"; +msgid ""The end address of the DHCP range must be >= the start address") . "n"; msgstr "" #: src/etc/rc.initial.setlanip 403 -printf(gettext("Disabling %s DHCPD..."), $label_IPvX); +msgid ""Disabling %s DHCPD..."), $label_IPvX); msgstr "" #: src/etc/rc.initial.setlanip 416 -if (console_prompt_for_yn (gettext("Do you want to revert to HTTP as the webConfigurator protocol?"))) { +msgid ""Do you want to revert to HTTP as the webConfigurator protocol?"))) { msgstr "" #: src/etc/rc.initial.setlanip 423 -echo "n" . sprintf(gettext("Note +msgid ""Note the anti-lockout rule on %s has been re-enabled."), $interface) . "n"; msgstr "" #: src/etc/rc.initial.setlanip 454 -write_config(sprintf(gettext("%s IP configuration from console menu"), $interface)); +msgid ""%s IP configuration from console menu"), $interface)); msgstr "" #: src/etc/rc.initial.setlanip 470 -echo "nn" . sprintf(gettext("The IPv4 %s address has been set to %s"), +msgid ""The IPv4 %s address has been set to %s"), msgstr "" #: src/etc/rc.initial.setlanip 473 -echo "nn" . sprintf(gettext("The IPv4 %s address has been set to %s"), +msgid ""The IPv4 %s address has been set to %s"), msgstr "" #: src/etc/rc.initial.setlanip 479 -echo "nn" . sprintf(gettext("The IPv6 %s address has been set to %s"), +msgid ""The IPv6 %s address has been set to %s"), msgstr "" #: src/etc/rc.initial.setlanip 482 -echo "nn" . sprintf(gettext("The IPv6 %s address has been set to %s"), +msgid ""The IPv6 %s address has been set to %s"), msgstr "" #: src/etc/rc.initial.setlanip 489 -echo gettext('You can now access the webConfigurator by opening the following URL in your web browser +msgid "'You can now access the webConfigurator by opening the following URL in your web browser ') . "n"; msgstr "" #: src/etc/rc.initial.setlanip 517 -echo "n" . gettext('Press to continue.'); +msgid "'Press to continue.'); msgstr "" #: src/etc/rc.openvpn 91 -log_error(gettext("Could not obtain openvpn lock for executing rc.openvpn for more than 10 seconds continuing...")); +msgid ""Could not obtain openvpn lock for executing rc.openvpn for more than 10 seconds continuing...")); msgstr "" #: @@ -8944,7 +8907,7 @@ msgstr "" #: src/etc/rc.restore_config_backup 14 -$date = date(gettext("n/j/y H +msgid ""n/j/y H i s"), $backup_info['time']); msgstr "" @@ -8952,62 +8915,62 @@ msgstr "" #: src/etc/rc.restore_config_backup 16 -$date = gettext("Unknown"); +msgid ""Unknown"); msgstr "" #: src/etc/rc.restore_config_backup 21 -$page = gettext("Unknown Page"); +msgid ""Unknown Page"); msgstr "" #: src/etc/rc.restore_config_backup 34 -echo gettext("No backups found in the configuration history."); +msgid ""No backups found in the configuration history."); msgstr "" #: src/etc/rc.restore_config_backup 49 -echo gettext("No backups found in the configuration history."); +msgid ""No backups found in the configuration history."); msgstr "" #: src/etc/rc.restore_config_backup 52 -echo gettext("Which configuration would you like to restore?") . "n"; +msgid ""Which configuration would you like to restore?") . "n"; msgstr "" #: src/etc/rc.restore_config_backup 58 -echo gettext("That is not a valid backup number.n"); +msgid ""That is not a valid backup number.n"); msgstr "" #: src/etc/rc.restore_config_backup 67 -echo "n" . gettext("Is this the backup you wish to restore?") . "n"; +msgid ""Is this the backup you wish to restore?") . "n"; msgstr "" #: src/etc/rc.restore_config_backup 70 -echo gettext("Y/N?") . " +msgid ""Y/N?") . " "; msgstr "" #: src/etc/rc.restore_config_backup 72 -if ($confirm == gettext("Y")) { +msgid ""Y")) { msgstr "" #: src/etc/rc.restore_config_backup 76 -echo sprintf(gettext('Successfully reverted to timestamp %1$s with description "%2$s".'), date(gettext("n/j/y H +msgid ""n/j/y H i s"), $thisbackup['time']), $thisbackup['description']); msgstr "" @@ -9015,74 +8978,74 @@ msgstr "" #: src/etc/rc.restore_config_backup 77 -echo "n" . gettext("You may need to reboot the firewall or restart services before the restored configuration is fully active.") . "nn"; +msgid ""You may need to reboot the firewall or restart services before the restored configuration is fully active.") . "nn"; msgstr "" #: src/etc/rc.restore_config_backup 79 -echo gettext("Unable to revert to the selected configuration.") . "n"; +msgid ""Unable to revert to the selected configuration.") . "n"; msgstr "" #: src/etc/rc.restore_config_backup 83 -echo gettext("Restore canceled.") . "n"; +msgid ""Restore canceled.") . "n"; msgstr "" #: src/etc/rc.restore_config_backup 86 -echo gettext("Restore canceled due to invalid input.") . "n"; +msgid ""Restore canceled due to invalid input.") . "n"; msgstr "" #: src/etc/rc.restore_config_backup 93 -echo gettext("Restore Backup from Configuration History") . "nn"; +msgid ""Restore Backup from Configuration History") . "nn"; msgstr "" #: src/etc/rc.restore_config_backup 94 -echo "1) " . gettext("List Backups") . "n"; +msgid ""List Backups") . "n"; msgstr "" #: src/etc/rc.restore_config_backup 95 -echo "2) " . gettext("Restore Backup") . "n"; +msgid ""Restore Backup") . "n"; msgstr "" #: src/etc/rc.restore_config_backup 96 -echo "Q) " . gettext("Quit") . "n"; +msgid ""Quit") . "n"; msgstr "" #: src/etc/rc.restore_config_backup 98 -echo gettext("Please select an option to continue") . " +msgid ""Please select an option to continue") . " "; msgstr "" #: src/etc/rc.restore_config_backup 103 -if (strtolower($command) == gettext("quit")) +msgid ""quit")) msgstr "" #: src/opnsense/mvc/app/library/OPNsense/Core/Shell.php 111 -//log_error(sprintf(gettext("The command '%1$s' +msgid ""The command '%1$s' msgstr "" #: src/sbin/gmirror_status_check.php 51 -$notices[] = sprintf(gettext("List of mirrors changed. Old +msgid ""List of mirrors changed. Old (%s) New (%s)"), implode(", ", $previous_mirror_list), implode(", ", $mirror_list)); msgstr "" @@ -9090,19 +9053,19 @@ msgstr "" #: src/sbin/gmirror_status_check.php 58 -$notices[] = sprintf(gettext("Mirror %s status changed from %s to %s."), $mirror, $previous_mirror_status[$mirror]['status'], $mirror_status[$mirror]['status']); +msgid ""Mirror %s status changed from %s to %s."), $mirror, $previous_mirror_status[$mirror]['status'], $mirror_status[$mirror]['status']); msgstr "" #: src/sbin/gmirror_status_check.php 63 -$notices[] = sprintf(gettext("Mirror %s consumer count changed from %d to %d."), $mirror, count($previous_mirror_status[$mirror]['components']), count($mirror_status[$mirror]['components'])); +msgid ""Mirror %s consumer count changed from %d to %d."), $mirror, count($previous_mirror_status[$mirror]['components']), count($mirror_status[$mirror]['components'])); msgstr "" #: src/sbin/gmirror_status_check.php 70 -$notices[] = sprintf(gettext("Mirror %s drive status changed. Old +msgid ""Mirror %s drive status changed. Old (%s) New (%s)"), msgstr "" @@ -9116,1135 +9079,1135 @@ msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 23 -user_error(gettext('Wrong parameter count for array_intersect_key()'), E_USER_WARNING); +msgid "'Wrong parameter count for array_intersect_key()'), E_USER_WARNING); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 27 -user_error(gettext('array_intersect_key() Argument #') . +msgid "'array_intersect_key() Argument #') . msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 31 -($i + 1) . gettext(' is not an array'), E_USER_WARNING); +msgid "' is not an array'), E_USER_WARNING); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 35 -display_error_form("501", gettext("Potential DNS Rebind attack detected, see http +msgid ""Potential DNS Rebind attack detected, see http msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 40 -echo "" . gettext("Redirecting...") . "" . gettext("Redirecting to the dashboard...") . ""; +msgid ""Redirecting to the dashboard...") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 44 -log_error(sprintf(gettext("ERROR! Could not connect to server %s."), $ldapname)); +msgid ""ERROR! Could not connect to server %s."), $ldapname)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 48 -log_error(sprintf(gettext("LDAP +msgid ""LDAP msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 53 -log_error(sprintf(gettext("ERROR! Could not connect to server %s."), $ldapname)); +msgid ""ERROR! Could not connect to server %s."), $ldapname)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 57 -log_error(gettext("ERROR! ldap_get_user_ous() backed selected with no LDAP authentication server defined.")); +msgid ""ERROR! ldap_get_user_ous() backed selected with no LDAP authentication server defined.")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 61 -log_error(sprintf(gettext("ERROR! Could not connect to server %s."), $ldapname)); +msgid ""ERROR! Could not connect to server %s."), $ldapname)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 65 -log_error(sprintf(gettext("ERROR! ldap_get_user_ous() could not bind anonymously to server %s."), $ldapname)); +msgid ""ERROR! ldap_get_user_ous() could not bind anonymously to server %s."), $ldapname)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 69 -log_error(sprintf(gettext("ERROR! ldap_get_user_ous() could not bind to server %s."), $ldapname)); +msgid ""ERROR! ldap_get_user_ous() could not bind to server %s."), $ldapname)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 73 -log_error(sprintf(gettext("ERROR! ldap_get_groups() Could not connect to server %s."), $ldapname)); +msgid ""ERROR! ldap_get_groups() Could not connect to server %s."), $ldapname)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 77 -log_error(sprintf(gettext("ERROR! ldap_get_groups() could not bind anonymously to server %s."), $ldapname)); +msgid ""ERROR! ldap_get_groups() could not bind anonymously to server %s."), $ldapname)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 81 -log_error(sprintf(gettext("ERROR! ldap_get_groups() could not bind to server %s."), $ldapname)); +msgid ""ERROR! ldap_get_groups() could not bind to server %s."), $ldapname)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 85 -log_error(gettext("ERROR! ldap_backed() called with no LDAP authentication server defined. Defaulting to local user database. Visit System -> User Manager.")); +msgid ""ERROR! ldap_backed() called with no LDAP authentication server defined. Defaulting to local user database. Visit System -> User Manager.")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 89 -log_error(gettext("ERROR! ldap_backed() called with no LDAP authentication server defined.")); +msgid ""ERROR! ldap_backed() called with no LDAP authentication server defined.")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 93 -log_error(sprintf(gettext("ERROR! Could not connect to server %s."), $ldapname)); +msgid ""ERROR! Could not connect to server %s."), $ldapname)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 97 -log_error(sprintf(gettext("ERROR! Could not bind to server %s."), $ldapname)); +msgid ""ERROR! Could not bind to server %s."), $ldapname)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 101 -log_error(sprintf(gettext("Search resulted in error +msgid ""Search resulted in error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 106 -log_error(gettext("ERROR! Either LDAP search failed, or multiple users were found.")); +msgid ""ERROR! Either LDAP search failed, or multiple users were found.")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 110 -log_error(sprintf(gettext('ERROR! Could not login to server %1$s as user %2$s +msgid "'ERROR! Could not login to server %1$s as user %2$s msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 115 -return array("name" => gettext("Local Database"), "type" => "Local Auth", "host" => $config['system']['hostname']); +msgid ""Local Database"), "type" => "Local Auth", "host" => $config['system']['hostname']); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 119 -$list["Local Database"] = array( "name" => gettext("Local Database"), "type" => "Local Auth", "host" => $config['system']['hostname']); +msgid ""Local Database"), "type" => "Local Auth", "host" => $config['system']['hostname']); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 123 -log_error(sprintf(gettext("Successful login for user '%1$s' from +msgid ""Successful login for user '%1$s' from msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 128 -log_error(sprintf(gettext("Session timed out for user '%1$s' from +msgid ""Session timed out for user '%1$s' from msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 133 -log_error(sprintf(gettext("User logged out for user '%1$s' from +msgid ""User logged out for user '%1$s' from msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 138 -display_error_form("201", gettext("No page assigned to this user! Click here to logout.")); +msgid ""No page assigned to this user! Click here to logout.")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 142 -printf(gettext('Error +msgid "'Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 149 -$login_error = gettext("unknown reason"); +msgid ""unknown reason"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 153 -printf("showajaxmessage('" . gettext("Invalid login (%s).") . "')", $login_error); +msgid ""Invalid login (%s).") . "')", $login_error); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 157 -printf("showajaxmessage('" . gettext("This device is currently being maintained by +msgid ""This device is currently being maintained by msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 162 -<?=gettext("Login"); ?> +msgid ""Login"); ?> msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 166 -print_info_box(gettext("You are accessing this router by an IP address not configured locally, which may be forwarded by NAT or other means.

    If you did not setup this forwarding, you may be the target of a man-in-the-middle attack.")); +msgid ""You are accessing this router by an IP address not configured locally, which may be forwarded by NAT or other means.

    If you did not setup this forwarding, you may be the target of a man-in-the-middle attack.")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 170 -
     '; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4560 -$statustext = ($service_enabled) ? gettext("Stopped") +msgid ""Stopped") msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4561 -gettext("Disabled"); +msgid ""Disabled"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4565 -$output .= ' '; +msgid "'%s Service is'),$service['name']).' '.$statustext.'" data-toggle="tooltip" data-placement="bottom" >
     '; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4569 -$output .= "n"; +msgid ""Restart %sService"),$stitle) . "' class="glyphicon glyphicon-refresh"/>n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4573 -$output .= ""; +msgid ""Stop %sService"),$stitle) . "' class="glyphicon glyphicon-stop" />"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4577 -$output .= "n"; +msgid ""Start %sService"),$stitle) . "' alt='start' class="glyphicon glyphicon-play"/>n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4581 -return sprintf(gettext("%s has been started."),htmlspecialchars($name)); +msgid ""%s has been started."),htmlspecialchars($name)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4585 -return sprintf(gettext("%s has been stopped."), htmlspecialchars($name)); +msgid ""%s has been stopped."), htmlspecialchars($name)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4589 -return sprintf(gettext("%s has been restarted."),htmlspecialchars($name)); +msgid ""%s has been restarted."),htmlspecialchars($name)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4593 -log_error(sprintf(gettext('DHCP leases restore failed exited with %1$s, the error is +msgid "'DHCP leases restore failed exited with %1$s, the error is msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4598 -echo gettext("Starting DHCP service..."); +msgid ""Starting DHCP service..."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4602 -log_error(gettext("Warning! DHCP Failover setup and no CARP virtual IPs defined!")); +msgid ""Warning! DHCP Failover setup and no CARP virtual IPs defined!")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4606 -printf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4611 -print gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4615 -log_error(gettext("Could not write Igmpproxy configuration file!")); +msgid ""Could not write Igmpproxy configuration file!")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4619 -log_error(gettext("Started IGMP proxy service.")); +msgid ""Started IGMP proxy service.")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4623 -echo gettext("Starting DHCP relay service..."); +msgid ""Starting DHCP relay service..."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4627 -echo gettext("Starting DHCPv6 relay service..."); +msgid ""Starting DHCPv6 relay service..."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4631 -echo gettext("Starting DynDNS clients..."); +msgid ""Starting DynDNS clients..."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4635 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4639 -echo gettext("Starting DNS forwarder..."); +msgid ""Starting DNS forwarder..."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4643 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4647 -echo gettext("Starting DNS Resolver..."); +msgid ""Starting DNS Resolver..."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4651 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4655 -echo gettext("Starting SNMP daemon... "); +msgid ""Starting SNMP daemon... "); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4659 -printf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4664 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4668 -$notify_text .= sprintf(gettext("DynDNS updated IP Address (A) for {$dnsupdate['host']} on %s (%s) to %s"), convert_real_interface_to_friendly_descr($if), $if, $wanip) . "n"; +msgid ""DynDNS updated IP Address (A) for {$dnsupdate['host']} on %s (%s) to %s"), convert_real_interface_to_friendly_descr($if), $if, $wanip) . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4672 -$notify_text .= sprintf(gettext("DynDNS updated IPv6 Address (AAAA) for {$dnsupdate['host']} on %s (%s) to %s"), convert_real_interface_to_friendly_descr($if), $if, $wanipv6) . "n"; +msgid ""DynDNS updated IPv6 Address (AAAA) for {$dnsupdate['host']} on %s (%s) to %s"), convert_real_interface_to_friendly_descr($if), $if, $wanipv6) . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4676 -$crontab_contents .= "# " . gettext("pfSense specific crontab entries") . "n"; +msgid ""pfSense specific crontab entries") . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4680 -$crontab_contents .= "# " .gettext( "Created +msgid " "Created msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4686 -$crontab_contents .= "# " . gettext("If possible do not add items to this file manually.") . "n"; +msgid ""If possible do not add items to this file manually.") . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4690 -$crontab_contents .= "# " . gettext("If you do so, this file must be terminated with a blank line (e.g. new line)") . "n"; +msgid ""If you do so, this file must be terminated with a blank line (e.g. new line)") . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4694 -echo gettext("Starting UPnP service... "); +msgid ""Starting UPnP service... "); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4698 -write_config(sprintf(gettext("Installed cron job for %s"), $command)); +msgid ""Installed cron job for %s"), $command)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4702 -write_config(sprintf(gettext("Updated cron job for %s"), $command)); +msgid ""Updated cron job for %s"), $command)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4706 -write_config(sprintf(gettext("Removed cron job for %s"), $command)); +msgid ""Removed cron job for %s"), $command)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4710 -$input_errors[] = sprintf(gettext("The field '%s' contains invalid characters."), $pn); +msgid ""The field '%s' contains invalid characters."), $pn); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4714 -$input_errors[] = sprintf(gettext("The field '%s' is required."), $reqdfieldsn[$i]); +msgid ""The field '%s' is required."), $reqdfieldsn[$i]); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4718 -$reqdfieldsn[] = gettext("Bandwidth"); +msgid ""Bandwidth"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4722 -$reqdfieldsn[] = gettext("Bandwidthtype"); +msgid ""Bandwidthtype"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4726 -$input_errors[] = gettext("Bandwidth must be an integer."); +msgid ""Bandwidth must be an integer."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4730 -$input_errors[] = gettext("Bandwidth cannot be negative."); +msgid ""Bandwidth cannot be negative."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4734 -$input_errors[] = gettext("Qlimit must be an integer."); +msgid ""Qlimit must be an integer."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4738 -$input_errors[] = gettext("Qlimit must be positive."); +msgid ""Qlimit must be positive."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4742 -$input_errors[] = gettext("Tbrsize must be an integer."); +msgid ""Tbrsize must be an integer."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4746 -$input_errors[] = gettext("Tbrsize must be positive."); +msgid ""Tbrsize must be positive."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4750 -$form .= gettext("Enable/Disable"); +msgid ""Enable/Disable"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4754 -$form .= " /> " . gettext("Enable/disable discipline and its children") . ""; +msgid ""Enable/disable discipline and its children") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4758 -$form .= "
    " . gettext("Name") . ""; +msgid ""Name") . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4762 -$form .= "" . gettext("Scheduler Type "); +msgid ""Scheduler Type "); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4766 -$form .= gettext("NOTE +msgid ""NOTE msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4771 -$form .= gettext(" Beware you can lose information."); +msgid "" Beware you can lose information."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4775 -$form .= "" . gettext("Bandwidth"); +msgid ""Bandwidth"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4779 -$form .= gettext("Adjusts the size, in bytes, of the token bucket regulator. " +msgid ""Adjusts the size, in bytes, of the token bucket regulator. " msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4783 -$reqdfieldsn[] = gettext("Name"); +msgid ""Name"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4787 -$input_errors[] = gettext("The priority must be an integer between 1 and 15."); +msgid ""The priority must be an integer between 1 and 15."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4791 -$input_errors[] = gettext("Queue limit must be an integer"); +msgid ""Queue limit must be an integer"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4795 -$input_errors[] = gettext("Queue limit must be positive"); +msgid ""Queue limit must be positive"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4799 -$input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +msgid ""Queue names must be alphanumeric and _ or - only."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4803 -$input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +msgid ""Queue names must be alphanumeric and _ or - only."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4807 -$input_errors[] = gettext("Only one default queue per interface is allowed."); +msgid ""Only one default queue per interface is allowed."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4811 -$form .= gettext("Enable/Disable"); +msgid ""Enable/Disable"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4815 -$form .= " /> " . gettext("Enable/Disable queue and its children") . ""; +msgid ""Enable/Disable queue and its children") . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4819 -$form .= gettext("Queue Name") . ""; +msgid ""Queue Name") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4823 -$form .= "
    " . gettext("Enter the name of the queue here. Do not use spaces and limit the size to 15 characters."); +msgid ""Enter the name of the queue here. Do not use spaces and limit the size to 15 characters."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4827 -$form .= "" . gettext("Priority") . ""; +msgid ""Priority") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4831 -$form .= "
    " . gettext("For hfsc, the range is 0 to 7. The default is 1. Hfsc queues with a higher priority are preferred in the case of overload.") . ""; +msgid ""For hfsc, the range is 0 to 7. The default is 1. Hfsc queues with a higher priority are preferred in the case of overload.") . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4835 -$form .= "" . gettext("Queue limit") . ""; +msgid ""Queue limit") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4839 -$form .= "
    " . gettext("Queue limit in packets."); +msgid ""Queue limit in packets."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4843 -$form .= "" . gettext("Scheduler options") . ""; +msgid ""Scheduler options") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4847 -$form .= " /> " . gettext("Default queue") . "
    "; +msgid ""Default queue") . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4851 -$form .= " /> " . gettext("Default queue") . "
    "; +msgid ""Default queue") . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4856 -//www.openbsd.org/faq/pf/queueing.html#red">" . gettext("Random Early Detection") . "
    "; +msgid ""Random Early Detection") . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4861 -//www.openbsd.org/faq/pf/queueing.html#rio">" . gettext("Random Early Detection In and Out") . "
    "; +msgid ""Random Early Detection In and Out") . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4866 -//www.openbsd.org/faq/pf/queueing.html#ecn">" . gettext("Explicit Congestion Notification") . "
    "; +msgid ""Explicit Congestion Notification") . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4871 -//www.bufferbloat.net/projects/codel/wiki">" . gettext("Codel Active Queue") . "
    "; +msgid ""Codel Active Queue") . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4875 -$form .= "
    " . gettext("Select options for this queue"); +msgid ""Select options for this queue"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4879 -$form .= "" . gettext("Description") . ""; +msgid ""Description") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4883 -$form .= gettext("Bandwidth +msgid ""Bandwidth msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4888 -$form .= "" .gettext("Priority +msgid ""Priority msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4893 -$form .= "" . gettext("Default +msgid ""Default msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4898 -$form .= " title="" . gettext("Delete queue from interface") . "" >"; +msgid ""Delete queue from interface") . "" >"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4902 -$reqdfieldsn[] = gettext("Bandwidth"); +msgid ""Bandwidth"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4906 -$reqdfieldsn[] = gettext("Bandwidthtype"); +msgid ""Bandwidthtype"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4910 -$input_errors[] = gettext("Bandwidth must be an integer."); +msgid ""Bandwidth must be an integer."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4914 -$input_errors[] = gettext("Bandwidth cannot be negative."); +msgid ""Bandwidth cannot be negative."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4918 -$input_errors[] = gettext("Bandwidth in percentage should be between 1 and 100 bounds."); +msgid ""Bandwidth in percentage should be between 1 and 100 bounds."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4922 -$input_errors[] = gettext("upperlimit service curve defined but missing (d) value"); +msgid ""upperlimit service curve defined but missing (d) value"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4926 -$input_errors[] = gettext("upperlimit service curve defined but missing initial bandwidth (m1) value"); +msgid ""upperlimit service curve defined but missing initial bandwidth (m1) value"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4930 -$input_errors[] = gettext("upperlimit m1 value needs to be Kb, Mb, Gb, or %"); +msgid ""upperlimit m1 value needs to be Kb, Mb, Gb, or %"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4934 -$input_errors[] = gettext("upperlimit d value needs to be numeric"); +msgid ""upperlimit d value needs to be numeric"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4938 -$input_errors[] = gettext("upperlimit m2 value needs to be Kb, Mb, Gb, or %"); +msgid ""upperlimit m2 value needs to be Kb, Mb, Gb, or %"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4942 -$input_errors[] = gettext("linkshare service curve defined but missing (d) value"); +msgid ""linkshare service curve defined but missing (d) value"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4946 -$input_errors[] = gettext("linkshare service curve defined but missing initial bandwidth (m1) value"); +msgid ""linkshare service curve defined but missing initial bandwidth (m1) value"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4950 -$input_errors[] = gettext("linkshare m1 value needs to be Kb, Mb, Gb, or %"); +msgid ""linkshare m1 value needs to be Kb, Mb, Gb, or %"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4954 -$input_errors[] = gettext("linkshare d value needs to be numeric"); +msgid ""linkshare d value needs to be numeric"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4958 -$input_errors[] = gettext("linkshare m2 value needs to be Kb, Mb, Gb, or %"); +msgid ""linkshare m2 value needs to be Kb, Mb, Gb, or %"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4962 -$input_errors[] = gettext("realtime service curve defined but missing (d) value"); +msgid ""realtime service curve defined but missing (d) value"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4966 -$input_errors[] = gettext("realtime service curve defined but missing initial bandwidth (m1) value"); +msgid ""realtime service curve defined but missing initial bandwidth (m1) value"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4970 -$input_errors[] = gettext("realtime m1 value needs to be Kb, Mb, Gb, or %"); +msgid ""realtime m1 value needs to be Kb, Mb, Gb, or %"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4974 -$input_errors[] = gettext("realtime d value needs to be numeric"); +msgid ""realtime d value needs to be numeric"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4978 -$input_errors[] = gettext("realtime m2 value needs to be Kb, Mb, Gb, or %"); +msgid ""realtime m2 value needs to be Kb, Mb, Gb, or %"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4982 -$form .= "" . gettext("Bandwidth") . ""; +msgid ""Bandwidth") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4986 -$form .= ">" . gettext("Gbit/s") . ""; +msgid ""Gbit/s") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4990 -$form .= ">" . gettext("Mbit/s") . ""; +msgid ""Mbit/s") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4994 -$form .= ">" . gettext("Kbit/s") . ""; +msgid ""Kbit/s") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 4998 -$form .= ">" . gettext("Bit/s") . ""; +msgid ""Bit/s") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5002 -$form .= "" . gettext("Choose the amount of bandwidth for this queue"); +msgid ""Choose the amount of bandwidth for this queue"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5006 -$form .= "" . gettext("Service Curve (sc)") . ""; +msgid ""Service Curve (sc)") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5010 -$form .= "onchange="enable_upperlimit()" /> " . gettext("Upperlimit +msgid ""Upperlimit msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5015 -$form .= " />" . gettext("The maximum allowed bandwidth for the queue.") . ""; +msgid ""The maximum allowed bandwidth for the queue.") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5019 -$form .= "onchange="enable_realtime()" /> " . gettext("Real time +msgid ""Real time msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5024 -$form .= " />" . gettext("The minimum required bandwidth for the queue.") . ""; +msgid ""The minimum required bandwidth for the queue.") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5028 -$form .= "onchange="enable_linkshare()" /> " . gettext("Link share +msgid ""Link share msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5033 -$form .= " />" . gettext("The bandwidth share of a backlogged queue - this overrides priority.") . ""; +msgid ""The bandwidth share of a backlogged queue - this overrides priority.") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5037 -$form .= gettext("The format for service curve specifications is (m1, d, m2). m2 controls " +msgid ""The format for service curve specifications is (m1, d, m2). m2 controls " msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5041 -$input_errors[] = gettext("Priority must be an integer between 1 and 7."); +msgid ""Priority must be an integer between 1 and 7."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5045 -$reqdfieldsn[] = gettext("Bandwidth"); +msgid ""Bandwidth"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5049 -$reqdfieldsn[] = gettext("Bandwidthtype"); +msgid ""Bandwidthtype"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5053 -$input_errors[] = gettext("Bandwidth must be an integer."); +msgid ""Bandwidth must be an integer."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5057 -$input_errors[] = gettext("Bandwidth cannot be negative."); +msgid ""Bandwidth cannot be negative."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5061 -$input_errors[] = gettext("Bandwidth in percentage should be between 1 and 100 bounds."); +msgid ""Bandwidth in percentage should be between 1 and 100 bounds."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5065 -$form .= "" . gettext("Bandwidth") . ""; +msgid ""Bandwidth") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5069 -$form .= ">" . gettext("Gbit/s") . ""; +msgid ""Gbit/s") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5073 -$form .= ">" . gettext("Mbit/s") . ""; +msgid ""Mbit/s") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5077 -$form .= ">" . gettext("Kbit/s") . ""; +msgid ""Kbit/s") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5081 -$form .= ">" . gettext("Bit/s") . ""; +msgid ""Bit/s") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5085 -$form .= "" . gettext("Choose the amount of bandwidth for this queue"); +msgid ""Choose the amount of bandwidth for this queue"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5089 -$form .= "" . gettext("Scheduler specific options") . ""; +msgid ""Scheduler specific options") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5093 -$form .= " /> " . gettext("Borrow from other queues when available") . "
    "; +msgid ""Borrow from other queues when available") . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5097 -$input_errors[] = gettext("Priority must be an integer between 1 and 255."); +msgid ""Priority must be an integer between 1 and 255."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5101 -$reqdfieldsn[] = gettext("Bandwidth"); +msgid ""Bandwidth"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5105 -$reqdfieldsn[] = gettext("Bandwidthtype"); +msgid ""Bandwidthtype"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5109 -$input_errors[] = gettext("Bandwidth must be an integer."); +msgid ""Bandwidth must be an integer."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5113 -$input_errors[] = gettext("Bandwidth cannot be negative."); +msgid ""Bandwidth cannot be negative."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5117 -$input_errors[] = gettext("Bandwidth in percentage should be between 1 and 100 bounds."); +msgid ""Bandwidth in percentage should be between 1 and 100 bounds."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5121 -$form .= "" . gettext("Bandwidth") . ""; +msgid ""Bandwidth") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5125 -$form .= ">" . gettext("Gbit/s") . ""; +msgid ""Gbit/s") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5129 -$form .= ">" . gettext("Mbit/s") . ""; +msgid ""Mbit/s") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5133 -$form .= ">" . gettext("Kbit/s") . ""; +msgid ""Kbit/s") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5137 -$form .= ">" . gettext("Bit/s") . ""; +msgid ""Bit/s") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5141 -$form .= "" . gettext("Choose the amount of bandwidth for this queue"); +msgid ""Choose the amount of bandwidth for this queue"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5145 -$form .= "" . gettext("Scheduler specific options") . ""; +msgid ""Scheduler specific options") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5149 -$form .= "" /> " . gettext("Number of buckets available.") . "
    "; +msgid ""Number of buckets available.") . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5153 -$form .= "" /> " . gettext("Bandwidth limit for hosts to not saturate link.") . "
    "; +msgid ""Bandwidth limit for hosts to not saturate link.") . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5157 -$reqdfieldsn[] = gettext("Bandwidth"); +msgid ""Bandwidth"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5161 -$reqdfieldsn[] = gettext("Burst"); +msgid ""Burst"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5165 -$reqdfieldsn[] = gettext("Bandwidthtype"); +msgid ""Bandwidthtype"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5169 -$reqdfieldsn[] = gettext("Name"); +msgid ""Name"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5173 -$input_errors[] = gettext("Plr must be a value between 0 and 1."); +msgid ""Plr must be a value between 0 and 1."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5177 -$input_errors[] = gettext("Buckets must be an integer between 16 and 65535."); +msgid ""Buckets must be an integer between 16 and 65535."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5181 -$input_errors[] = gettext("Queue limit must be an integer"); +msgid ""Queue limit must be an integer"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5185 -$input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +msgid ""Queue names must be alphanumeric and _ or - only."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5189 -$input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +msgid ""Queue names must be alphanumeric and _ or - only."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5193 -$input_errors[] = gettext("IPV4 bit mask must be blank or numeric value between 1 and 32."); +msgid ""IPV4 bit mask must be blank or numeric value between 1 and 32."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5197 -$input_errors[] = gettext("IPV6 bit mask must be blank or numeric value between 1 and 128."); +msgid ""IPV6 bit mask must be blank or numeric value between 1 and 128."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5201 -$input_errors[] = sprintf(gettext("Bandwidth for schedule %s must be an integer."), $data["bwsched{$i}"]); +msgid ""Bandwidth for schedule %s must be an integer."), $data["bwsched{$i}"]); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5205 -$input_errors[] = sprintf(gettext("Burst for schedule %s must be an integer."), $data["bwsched{$i}"]); +msgid ""Burst for schedule %s must be an integer."), $data["bwsched{$i}"]); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5209 -$input_errors[] = gettext("You need to specify a schedule for every additional entry"); +msgid ""You need to specify a schedule for every additional entry"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5213 -$input_errors[] = gettext("If more than one bandwidth configured all schedules need to be selected"); +msgid ""If more than one bandwidth configured all schedules need to be selected"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5217 -$input_errors[] = gettext("At least one bw specification is necessary"); +msgid ""At least one bw specification is necessary"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5221 -$input_errors[] = gettext("Delay must be an integer."); +msgid ""Delay must be an integer."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5225 -$form .= gettext("Enable"); +msgid ""Enable"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5229 -$form .= " /> " . gettext("Enable limiter and its children") . ""; +msgid ""Enable limiter and its children") . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5233 -$form .= "
    " . gettext("Name") . ""; +msgid ""Name") . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5237 -$form .= "" . gettext("Bandwidth"); +msgid ""Bandwidth"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5241 -$form .= "
    " . gettext("Bandwidth is a rate (e.g. Mbit/s), burst is a total amount of data that will be transferred at full speed after an idle period.") . "
    "; +msgid ""Bandwidth is a rate (e.g. Mbit/s), burst is a total amount of data that will be transferred at full speed after an idle period.") . "

    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5245 -$form .= "" . gettext("Mask") . ""; +msgid ""Mask") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5249 -$form .= ">" . gettext("Source addresses") . ""; +msgid ""Source addresses") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5253 -$form .= ">" . gettext("Destination addresses") . ""; +msgid ""Destination addresses") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5257 -$form .= "" . gettext("If 'source' or 'destination' slots is chosen, n" +msgid ""If 'source' or 'destination' slots is chosen, n" msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5261 -$form .= "" . gettext("If 'source' or 'destination' slots is chosen, n" +msgid ""If 'source' or 'destination' slots is chosen, n" msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5265 -$form .= "" . gettext("Description") . ""; +msgid ""Description") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5269 -$form .= gettext("You may enter a description here for your reference (not parsed).") . ""; +msgid ""You may enter a description here for your reference (not parsed).") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5273 -$form .= " value="" . gettext("Show advanced options") . "" />"; +msgid ""Show advanced options") . "" />"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5277 -$form .= "" . gettext("Delay") . ""; +msgid ""Delay") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5281 -$form .= " ms
    " . gettext("Hint +msgid ""Hint msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5286 -$form .= "" . gettext("Packet loss rate") . ""; +msgid ""Packet loss rate") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5290 -$form .= " 
    " . gettext("Hint +msgid ""Hint msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5295 -$form .= "" . gettext("Queue Size") . ""; +msgid ""Queue Size") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5299 -$form .= "" . gettext("Hint +msgid ""Hint msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5304 -$form .= "" . gettext("Bucket Size") . ""; +msgid ""Bucket Size") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5308 -$form .= "" . gettext("Hint +msgid ""Hint msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5313 -$input_errors[] = gettext("Weight must be an integer between 1 and 100."); +msgid ""Weight must be an integer between 1 and 100."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5317 -$form .= gettext("Enable/Disable"); +msgid ""Enable/Disable"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5321 -$form .= " /> " . gettext("Enable/Disable queue") . ""; +msgid ""Enable/Disable queue") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5325 -$form .= "
    " . gettext("Name") . ""; +msgid ""Name") . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5329 -$form .= "" . gettext("Mask") . ""; +msgid ""Mask") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5333 -$form .= ">" . gettext("none") . ""; +msgid ""none") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5337 -$form .= ">" . gettext("Source addresses") . ""; +msgid ""Source addresses") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5341 -$form .= ">" . gettext("Destination addresses") . ""; +msgid ""Destination addresses") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5345 -$form .= "" . gettext("If 'source' or 'destination' slots is chosen, n" +msgid ""If 'source' or 'destination' slots is chosen, n" msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5349 -$form .= "" . gettext("If 'source' or 'destination' slots is chosen, n" +msgid ""If 'source' or 'destination' slots is chosen, n" msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5353 -$form .= "" . gettext("Description") . ""; +msgid ""Description") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5357 -$form .= gettext("You may enter a description here for your reference (not parsed).") . ""; +msgid ""You may enter a description here for your reference (not parsed).") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5361 -$form .= " value="" . gettext("Show advanced options") . "" />"; +msgid ""Show advanced options") . "" />"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5365 -$form .= "" . gettext("Weight") . ""; +msgid ""Weight") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5369 -$form .= " 
    " . gettext("Hint +msgid ""Hint msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5374 -$form .= "" . gettext("Packet loss rate") . ""; +msgid ""Packet loss rate") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5378 -$form .= " 
    " . gettext("Hint +msgid ""Hint msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5383 -$form .= "" . gettext("Queue Size") . ""; +msgid ""Queue Size") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5387 -$form .= "" . gettext("Hint +msgid ""Hint msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5392 -$form .= "" . gettext("Bucket Size") . ""; +msgid ""Bucket Size") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5396 -$form .= " " . gettext("slots") . "
    "; +msgid ""slots") . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5400 -$form .= "" . gettext("Hint +msgid ""Hint msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5405 -$form .= gettext("Enable/Disable"); +msgid ""Enable/Disable"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5409 -$form .= " /> " . gettext("Enable/Disable layer7 Container") . ""; +msgid ""Enable/Disable layer7 Container") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5413 -$form .= "
    " . gettext("Name") . ""; +msgid ""Name") . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5417 -$form .= "" . gettext("Description") . ""; +msgid ""Description") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5421 -$form .= gettext("You may enter a description here for your reference (not parsed).") . "
    "; +msgid ""You may enter a description here for your reference (not parsed).") . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5425 -$reqdfieldsn[] = gettext("Name"); +msgid ""Name"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5429 -$input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +msgid ""Queue names must be alphanumeric and _ or - only."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5433 -log_error(sprintf(gettext("Sending HUP signal to %s"), $l7pid[0])); +msgid ""Sending HUP signal to %s"), $l7pid[0])); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5437 -//$form .= gettext(" Clone shaper/queue on this interface") . ""; +msgid "" Clone shaper/queue on this interface") . ""; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5441 -$default_shaper_msg .= "" . sprintf(gettext("Welcome to the %s Traffic Shaper."), $g['product_name']) . "
    "; +msgid ""Welcome to the %s Traffic Shaper."), $g['product_name']) . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5445 -$default_shaper_msg .= gettext("The tree on the left helps you navigate through the queues
    " +msgid ""The tree on the left helps you navigate through the queues
    " msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5449 -$dn_default_shaper_msg .= "" . sprintf(gettext("Welcome to the %s Traffic Shaper."), $g['product_name']) . "
    "; +msgid ""Welcome to the %s Traffic Shaper."), $g['product_name']) . "
    "; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5453 -$dn_default_shaper_msg .= gettext("The tree on the left helps you navigate through the queues
    " +msgid ""The tree on the left helps you navigate through the queues
    " msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5457 -$this->error.=gettext(" +msgid "" msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5462 -$this->error.=gettext(" +msgid "" msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5467 -$this->error=gettext("reached the end of data while reading from the SMTP server conection"); +msgid ""reached the end of data while reading from the SMTP server conection"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5471 -$this->SetDataAccessError(gettext("it was not possible to read line from the SMTP server")); +msgid ""it was not possible to read line from the SMTP server")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5475 -$this->SetDataAccessError(gettext("it was not possible to send a line to the SMTP server")); +msgid ""it was not possible to send a line to the SMTP server")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5479 -$this->SetDataAccessError(gettext("it was not possible to send data to the SMTP server")); +msgid ""it was not possible to send data to the SMTP server")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5483 -return(gettext("establishing SSL connections requires at least PHP version 4.3.0")); +msgid ""establishing SSL connections requires at least PHP version 4.3.0")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5487 -return(gettext("establishing SSL connections requires the OpenSSL extension enabled")); +msgid ""establishing SSL connections requires the OpenSSL extension enabled")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5491 -return(sprintf(gettext("could not resolve host "%s""), $domain)); +msgid ""could not resolve host "%s""), $domain)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5495 -return(sprintf(gettext("domain "%s" resolved to an address excluded to be valid"), $domain)); +msgid ""domain "%s" resolved to an address excluded to be valid"), $domain)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5499 -$this->OutputDebug(sprintf(gettext('Connecting to host address "%1$s" port %2$s...'), $ip, $port)); +msgid "'Connecting to host address "%1$s" port %2$s...'), $ip, $port)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5503 -return(gettext("-3 socket could not be created")); +msgid ""-3 socket could not be created")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5507 -return(sprintf(gettext("-4 dns lookup on hostname "%s" failed"), $domain)); +msgid ""-4 dns lookup on hostname "%s" failed"), $domain)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5511 -return(gettext("-5 connection refused or timed out")); +msgid ""-5 connection refused or timed out")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5515 -return(gettext("-6 fdopen() call failed")); +msgid ""-6 fdopen() call failed")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5519 -return(gettext("-7 setvbuf() call failed")); +msgid ""-7 setvbuf() call failed")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5523 -return(sprintf(gettext('could not connect to the host "%1$s" +msgid "'could not connect to the host "%1$s" msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5528 -$this->error=gettext("it is not possible to authenticate using the specified mechanism because the SASL library class is not loaded"); +msgid ""it is not possible to authenticate using the specified mechanism because the SASL library class is not loaded"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5532 -$this->error=printf(gettext('authenticated mechanism %1$s may not be used +msgid "'authenticated mechanism %1$s may not be used msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5537 -$this->error=gettext("Could not start the SASL authentication client +msgid ""Could not start the SASL authentication client msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5542 -$this->error=gettext("Could not send the AUTH command"); +msgid ""Could not send the AUTH command"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5546 -$this->error=gettext("Authentication error +msgid ""Authentication error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5551 -$this->error=gettext("Could not send the authentication step message"); +msgid ""Could not send the authentication step message"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5555 -$this->error=gettext("Authentication error +msgid ""Authentication error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5560 -$this->error=gettext("Could not process the SASL authentication step +msgid ""Could not process the SASL authentication step msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5565 -$this->error=gettext("connection is already established"); +msgid ""connection is already established"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5569 -$this->error=gettext("it was not specified the POP3 authentication user"); +msgid ""it was not specified the POP3 authentication user"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5573 -$this->error=gettext("it was not specified the POP3 authentication password"); +msgid ""it was not specified the POP3 authentication password"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5577 -$this->error=$this->ConnectToHost($domain, $this->pop3_auth_port, sprintf(gettext("Resolving POP3 authentication host "%s"..."), $domain)); +msgid ""Resolving POP3 authentication host "%s"..."), $domain)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5581 -$this->error=gettext("POP3 authentication server greeting was not found"); +msgid ""POP3 authentication server greeting was not found"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5585 -$this->error=gettext("POP3 authentication user was not accepted +msgid ""POP3 authentication user was not accepted msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5590 -$this->error=gettext("POP3 authentication password was not accepted +msgid ""POP3 authentication password was not accepted msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5595 -$this->error=gettext("could not determine the SMTP to connect"); +msgid ""could not determine the SMTP to connect"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5599 -$error=$this->ConnectToHost($domain, $this->host_port, sprintf(gettext("Resolving SMTP server domain "%s"..."), $domain)); +msgid ""Resolving SMTP server domain "%s"..."), $domain)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5603 -$this->OutputDebug(sprintf(gettext("Connected to SMTP server "%s"."), $domain)); +msgid ""Connected to SMTP server "%s"."), $domain)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5607 -$this->error = gettext("server does not require authentication"); +msgid ""server does not require authentication"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5611 -$this->error=gettext("it is not supported any of the authentication mechanisms required by the server"); +msgid ""it is not supported any of the authentication mechanisms required by the server"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5615 -$this->error=gettext("direct delivery connection is already established and sender is already set"); +msgid ""direct delivery connection is already established and sender is already set"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5619 -$this->error=gettext("connection is not in the initial state"); +msgid ""connection is not in the initial state"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5623 -return(gettext("it was not specified a valid direct recipient")); +msgid ""it was not specified a valid direct recipient")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5627 -$this->error=gettext("it is not possible to deliver directly to recipients of different domains"); +msgid ""it is not possible to deliver directly to recipients of different domains"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5631 -$this->error=gettext("connection is already established and the recipient is already set"); +msgid ""connection is already established and the recipient is already set"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5635 -$this->error=gettext("connection is not in the recipient setting state"); +msgid ""connection is not in the recipient setting state"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5639 -$this->error=gettext("connection is not in the start sending data state"); +msgid ""connection is not in the start sending data state"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5643 -$this->error=gettext("connection is not in the sending data state"); +msgid ""connection is not in the sending data state"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5647 -$this->error=gettext("connection is not in the sending data state"); +msgid ""connection is not in the sending data state"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5651 -$this->error=gettext("it was not previously established a SMTP connection"); +msgid ""it was not previously established a SMTP connection"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5655 -log_error(sprintf(gettext("Not adding default route because OLSR dynamic gateway is enabled."))); +msgid ""Not adding default route because OLSR dynamic gateway is enabled."))); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5659 -log_error(sprintf(gettext("Static Routes +msgid ""Static Routes msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5664 -echo gettext("Starting syslog..."); +msgid ""Starting syslog..."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5668 -printf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5673 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5677 -echo gettext("Starting webConfigurator..."); +msgid ""Starting webConfigurator..."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5681 -$cert['descr'] = gettext("webConfigurator default"); +msgid ""webConfigurator default"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5685 -write_config(gettext("Importing HTTPS certificate")); +msgid ""Importing HTTPS certificate")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5689 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5693 -echo gettext("failed!") . "n"; +msgid ""failed!") . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5697 -printf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5702 -printf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5707 -$lighty_config .= "## " . gettext("ssl configuration") . "n"; +msgid ""ssl configuration") . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5711 -printf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5716 -echo gettext("Setting timezone..."); +msgid ""Setting timezone..."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5720 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5724 -echo gettext("Syncing system time before startup..."); +msgid ""Syncing system time before startup..."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5728 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5732 -printf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5737 -echo gettext('Setting hard disk standby... '); +msgid "'Setting hard disk standby... '); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5741 -echo gettext("done.") . "n"; +msgid ""done.") . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5745 -echo gettext("failed!") . "n"; +msgid ""failed!") . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5749 -echo gettext("failed!") . "n"; +msgid ""failed!") . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5753 -return array('name' => 'wrap', 'descr' => gettext('PC Engines WRAP')); +msgid "'PC Engines WRAP')); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5757 -return array('name' => 'alix', 'descr' => gettext('PC Engines ALIX')); +msgid "'PC Engines ALIX')); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5761 -return array('name' => 'embedded', 'descr' => gettext('embedded (unknown)')); +msgid "'embedded (unknown)')); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5765 -$vpn['name'] = gettext("OpenVPN") . " ".$mode." +msgid ""OpenVPN") . " ".$mode." msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5770 -printf(gettext("%sWarning +msgid ""%sWarning msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5775 -printf(gettext("%sWarning +msgid ""%sWarning msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5780 -printf(gettext("%sWarning +msgid ""%sWarning msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5785 -printf(gettext("%sWarning +msgid ""%sWarning msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5790 -printf(gettext("%sWarning +msgid ""%sWarning msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5795 -printf(gettext("%sWarning +msgid ""%sWarning msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5800 -$vip['descr'] = sprintf(gettext("CARP vhid %s"), $carpent['vhid']); +msgid ""CARP vhid %s"), $carpent['vhid']); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5804 -$rule_item['descr'] = gettext("Permit IPsec traffic."); +msgid ""Permit IPsec traffic."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5808 -$config['system']['group'][0]['description'] = gettext("System Administrators"); +msgid ""System Administrators"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5812 -$config['system']['user'][0]['priv'][0]['descr'] = gettext("Indicates whether this user will lock access to the webConfigurator for other users."); +msgid ""Indicates whether this user will lock access to the webConfigurator for other users."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5816 -$config['system']['user'][0]['priv'][1]['descr'] = gettext("Indicates whether this user will lock individual HTML pages after having accessed a particular page (the lock will be freed if the user leaves or saves the page form)."); +msgid ""Indicates whether this user will lock individual HTML pages after having accessed a particular page (the lock will be freed if the user leaves or saves the page form)."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5820 -$config['system']['user'][0]['priv'][2]['descr'] = gettext("Indicates whether this user is able to login for example via SSH."); +msgid ""Indicates whether this user is able to login for example via SSH."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5824 -$config['system']['user'][0]['priv'][3]['descr'] = sprintf(gettext("Indicates whether this user is allowed to copy files onto the %s appliance via SCP/SFTP. If you are going to use this privilege, you must install scponly on the appliance (Hint +msgid ""Indicates whether this user is allowed to copy files onto the %s appliance via SCP/SFTP. If you are going to use this privilege, you must install scponly on the appliance (Hint msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5829 -$config['system']['user'][0]['priv'][4]['descr'] = gettext("This user is associated with the UNIX root user (you should associate this privilege only with one single user)."); +msgid ""This user is associated with the UNIX root user (you should associate this privilege only with one single user)."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5833 -$config['sysctl']['item'][0]['descr'] = gettext("Drop packets to closed TCP ports without returning a RST"); +msgid ""Drop packets to closed TCP ports without returning a RST"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5837 -$config['sysctl']['item'][1]['descr'] = gettext("Do not send ICMP port unreachable messages for closed UDP ports"); +msgid ""Do not send ICMP port unreachable messages for closed UDP ports"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5841 -$config['sysctl']['item'][2]['descr'] = gettext("Randomize the ID field in IP packets (default is 0 +msgid ""Randomize the ID field in IP packets (default is 0 msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5846 -$config['sysctl']['item'][3]['descr'] = gettext("Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)"); +msgid ""Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5850 -$config['sysctl']['item'][4]['descr'] = gettext("Sending of IPv4 ICMP redirects"); +msgid ""Sending of IPv4 ICMP redirects"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5854 -$config['sysctl']['item'][5]['descr'] = gettext("Sending of IPv6 ICMP redirects"); +msgid ""Sending of IPv6 ICMP redirects"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5858 -$config['sysctl']['item'][6]['descr'] = gettext("Generate SYN cookies for outbound SYN-ACK packets"); +msgid ""Generate SYN cookies for outbound SYN-ACK packets"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5862 -$config['sysctl']['item'][7]['descr'] = gettext("Maximum incoming TCP datagram size"); +msgid ""Maximum incoming TCP datagram size"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5866 -$config['sysctl']['item'][8]['descr'] = gettext("Maximum outgoing TCP datagram size"); +msgid ""Maximum outgoing TCP datagram size"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5870 -$config['sysctl']['item'][9]['descr'] = gettext("Fastforwarding (see http +msgid ""Fastforwarding (see http msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5875 -$config['sysctl']['item'][10]['descr'] = gettext("Do not delay ACK to try and piggyback it onto a data packet"); +msgid ""Do not delay ACK to try and piggyback it onto a data packet"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5879 -$config['sysctl']['item'][11]['descr'] = gettext("Maximum outgoing UDP datagram size"); +msgid ""Maximum outgoing UDP datagram size"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5883 -$config['sysctl']['item'][12]['descr'] = gettext("Handling of non-IP packets which are not passed to pfil (see if_bridge(4))"); +msgid ""Handling of non-IP packets which are not passed to pfil (see if_bridge(4))"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5887 -$config['sysctl']['item'][13]['descr'] = gettext("Allow unprivileged access to tap(4) device nodes"); +msgid ""Allow unprivileged access to tap(4) device nodes"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5891 -$config['sysctl']['item'][15]['descr'] = gettext("Randomize PID's (see src/sys/kern/kern_fork.c +msgid ""Randomize PID's (see src/sys/kern/kern_fork.c msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5896 -$config['sysctl']['item'][16]['descr'] = gettext("The system will attempt to calculate the bandwidth delay product for each connection and limit the amount of data queued to the network to just the amount required to maintain optimum throughput. "); +msgid ""The system will attempt to calculate the bandwidth delay product for each connection and limit the amount of data queued to the network to just the amount required to maintain optimum throughput. "); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5900 -$config['sysctl']['item'][17]['descr'] = gettext("Set ICMP Limits"); +msgid ""Set ICMP Limits"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5904 -$config['sysctl']['item'][18]['descr'] = gettext("TCP Offload engine"); +msgid ""TCP Offload engine"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5908 -$config['gateways']['gateway_item'][$i]['descr'] = sprintf(gettext("Interface %s Static Gateway"), $ifname); +msgid ""Interface %s Static Gateway"), $ifname); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5912 -$config['gateways']['gateway_item'][$i]['descr'] = sprintf(gettext("Interface %s Dynamic Gateway"), $ifname); +msgid ""Interface %s Dynamic Gateway"), $ifname); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5916 -$gateway['descr'] = sprintf(gettext("Upgraded static route for %s"), $sroute['network']); +msgid ""Upgraded static route for %s"), $sroute['network']); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5920 -$pool['descr'] = sprintf(gettext("Sitedown pool for VS +msgid ""Sitedown pool for VS msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5925 -$ph2ent['descr'] = sprintf(gettext("phase2 for %s"), $tunnel['descr']); +msgid ""phase2 for %s"), $tunnel['descr']); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5929 -$tempdyn['descr'] = sprintf(gettext("Upgraded Dyndns %s"), $tempdyn['type']); +msgid ""Upgraded Dyndns %s"), $tempdyn['type']); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5933 -$all['description'] = gettext("All Users"); +msgid ""All Users"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5937 -$nbridge['descr'] = sprintf(gettext("Converted bridged %s"), $ifr); +msgid ""Converted bridged %s"), $ifr); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5941 -$ovpnrule['descr'] = gettext("Auto added OpenVPN rule from config upgrade."); +msgid ""Auto added OpenVPN rule from config upgrade."); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5945 -log_error(sprintf(gettext("WARNING +msgid ""WARNING msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5951 -die(gettext("WARNING +msgid ""WARNING msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5956 -die(gettext("WARNING +msgid ""WARNING msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5961 -log_error(gettext("Could not open shared memory {$reference}")); +msgid ""Could not open shared memory {$reference}")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5965 -log_error(gettext("Could not open shared memory {$reference}")); +msgid ""Could not open shared memory {$reference}")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5969 -log_error(sprintf(gettext("Reference %s is going negative, not doing unreference."), $reference)); +msgid ""Reference %s is going negative, not doing unreference."), $reference)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5973 -log_error(gettext("Could not open shared memory for read {$reference}")); +msgid ""Could not open shared memory for read {$reference}")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5977 -log_error(sprintf(gettext("The command '%1$s' returned exit code '%2$d', the output was '%3$s' "), $command, $retval, $output)); +msgid ""The command '%1$s' returned exit code '%2$d', the output was '%3$s' "), $command, $retval, $output)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5981 -$test_result[] = sprintf(gettext('%1$s (%2$s/%3$s) active and good for %4$d Minutes'), $voucher, $roll, $nr, $remaining); +msgid "'%1$s (%2$s/%3$s) active and good for %4$d Minutes'), $voucher, $roll, $nr, $remaining); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5985 -$test_result[] = gettext("Access denied!"); +msgid ""Access denied!"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5989 -$test_result[] = sprintf(gettext("Access granted for %d Minutes in total."),$total_minutes); +msgid ""Access granted for %d Minutes in total."),$total_minutes); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5993 -echo gettext("Enabling voucher support... "); +msgid ""Enabling voucher support... "); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 5997 -printf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6002 -voucher_log(LOG_ERR, sprintf(gettext('cant write %1$s/voucher_%s_used_%2$s.db'), $g['vardb_path'], $cpzone, $roll)); +msgid "'cant write %1$s/voucher_%s_used_%2$s.db'), $g['vardb_path'], $cpzone, $roll)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6006 -voucher_log(LOG_ERR, sprintf(gettext('cant read %1$s/voucher_%s_used_%2$s.db'), $g['vardb_path'], $cpzone, $roll)); +msgid "'cant read %1$s/voucher_%s_used_%2$s.db'), $g['vardb_path'], $cpzone, $roll)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6010 -syslog($priority, sprintf(gettext("Voucher +msgid ""Voucher msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6015 -echo gettext("Configuring IPsec VPN... "); +msgid ""Configuring IPsec VPN... "); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6019 -log_error(sprintf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6024 -log_error(sprintf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6029 -log_error(sprintf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6034 -log_error(sprintf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6039 -log_error(sprintf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6044 -log_error(sprintf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6049 -log_error(sprintf(gettext("Ignoring IPsec reload since there are no tunnels on interface %s"), $interface)); +msgid ""Ignoring IPsec reload since there are no tunnels on interface %s"), $interface)); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6053 -log_error(gettext("Forcefully reloading IPsec")); +msgid ""Forcefully reloading IPsec")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6057 -echo gettext("Configuring PPTP VPN service... "); +msgid ""Configuring PPTP VPN service... "); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6061 -log_error(gettext("Could not kill mpd within 3 seconds. Trying again.")); +msgid ""Could not kill mpd within 3 seconds. Trying again.")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6065 -printf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6070 -printf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6075 -printf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6080 -echo gettext("Configuring PPPoE VPN service... "); +msgid ""Configuring PPPoE VPN service... "); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6084 -printf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6089 -printf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6094 -printf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6099 -echo gettext("done") . "n"; +msgid ""done") . "n"; msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6103 -echo gettext("Configuring l2tp VPN service... "); +msgid ""Configuring l2tp VPN service... "); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6107 -printf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6112 -printf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6117 -printf(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6122 -die(sprintf(gettext('XML error +msgid "'XML error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6127 -log_error(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6132 -log_error(sprintf(gettext('XML error +msgid "'XML error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6137 -log_error(sprintf(gettext("XML error +msgid ""XML error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6142 -die(sprintf(gettext('XML error +msgid "'XML error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6147 -log_error(gettext("Error +msgid ""Error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6152 -log_error(sprintf(gettext('XML error +msgid "'XML error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6157 -log_error(sprintf(gettext("XML error +msgid ""XML error msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6162 -'unknown_method' => gettext("Unknown method"), +msgid ""Unknown method"), msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6166 -'invalid_return' => gettext("Invalid return payload +msgid ""Invalid return payload msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6171 -'incorrect_params' => gettext("Incorrect parameters passed to method"), +msgid ""Incorrect parameters passed to method"), msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6175 -'introspect_unknown' => gettext("Can't introspect +msgid ""Can't introspect msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6180 -'http_error' => gettext("Didn't receive 200 OK from remote server."), +msgid ""Didn't receive 200 OK from remote server."), msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6184 -'not_response_object' => gettext("The requested method didn't return an XML_RPC_Response object."), +msgid ""The requested method didn't return an XML_RPC_Response object."), msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6188 -'invalid_request' => gettext("Invalid request payload"), +msgid ""Invalid request payload"), msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6192 -$XML_RPC_xh[$parser]['isf_reason'] = gettext('missing top level xmlrpc element'); +msgid "'missing top level xmlrpc element'); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6196 -$XML_RPC_xh[$parser]['isf_reason'] = sprintf(gettext('xmlrpc element %1$s cannot be child of %2$s'), $name, $XML_RPC_xh[$parser]['stack'][0]); +msgid "'xmlrpc element %1$s cannot be child of %2$s'), $name, $XML_RPC_xh[$parser]['stack'][0]); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6202 -raiseError(gettext('Non-numeric value received in INT or DOUBLE'), +msgid "'Non-numeric value received in INT or DOUBLE'), msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6206 -gettext( +msgid " msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6210 -$this->raiseError(sprintf(gettext('Connection to proxy server +msgid "'Connection to proxy server msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6214 -$this->raiseError(sprintf(gettext('Connection to RPC server +msgid "'Connection to RPC server msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6218 -$this->raiseError(gettext('The submitted request did not contain this parameter'), +msgid "'The submitted request did not contain this parameter'), msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6222 -return $this->raiseError(gettext('mb_convert_encoding() is not available'), +msgid "'mb_convert_encoding() is not available'), msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6226 -error_log(sprintf(gettext("HTTP error, got response +msgid ""HTTP error, got response msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6231 -//$errstr = gettext("XML error at line 1, check URL"); +msgid ""XML error at line 1, check URL"); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6235 -$this->raiseError(gettext('Scalar can have only one value'), +msgid "'Scalar can have only one value'), msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6239 -sprintf(gettext("Not a scalar type (%s)"), $typeof), +msgid ""Not a scalar type (%s)"), $typeof), msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6243 -sprintf(gettext('Already initialized as a [%s]'), $this->kindOf()), +msgid "'Already initialized as a [%s]'), $this->kindOf()), msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6247 -sprintf(gettext('Already initialized as a [%s]'), $this->kindOf()), +msgid "'Already initialized as a [%s]'), $this->kindOf()), msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6251 -$GLOBALS['XML_RPC_Server_listMethods_doc'] = gettext('This method lists all the' +msgid "'This method lists all the' msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6255 -$GLOBALS['XML_RPC_Server_methodSignature_doc'] = gettext('Returns an array of known' +msgid "'Returns an array of known' msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6259 -$GLOBALS['XML_RPC_Server_methodHelp_doc'] = gettext('Returns help text if defined' +msgid "'Returns help text if defined' msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6263 -echo "n" . gettext(' +msgid "' msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6267 -gettext('Do you want to set it back to Local Database [y|n]?'); +msgid "'Do you want to set it back to Local Database [y|n]?'); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6271 -write_config($config, gettext("password changed from console menu")); +msgid ""password changed from console menu")); msgstr "" #: src/share/locale/en/LC_MESSAGES/OPNsense.pot 6275 -return console_prompt_for_yn (sprintf(gettext("Do you want to enable the %s server on %s?"), $label_DHCP, $upperifname)); +msgid ""Do you want to enable the %s server on %s?"), $label_DHCP, $upperifname)); msgstr "" #: src/www/bandwidth_by_ip.php 47 -echo gettext("Wrong Interface"); +msgid ""Wrong Interface"); msgstr "" #: src/www/bandwidth_by_ip.php 142 -echo gettext("no info"); +msgid ""no info"); msgstr "" #: src/www/carp_status.php 59 -$savemsg = sprintf(gettext("%s IPs have been disabled. Please note that disabling does not survive a reboot."), $carp_counter); +msgid ""%s IPs have been disabled. Please note that disabling does not survive a reboot."), $carp_counter); msgstr "" #: src/www/carp_status.php 61 -$savemsg = gettext("CARP has been enabled."); +msgid ""CARP has been enabled."); msgstr "" #: src/www/carp_status.php 82 -$pgtitle = array(gettext("Status"),gettext("CARP")); +msgid ""CARP")); msgstr "" #: src/www/carp_status.php 99 -" . gettext("Check link status on all interfaces with configured CARP VIPs.")); ?> +msgid ""Check link status on all interfaces with configured CARP VIPs.")); ?> msgstr "" #: src/www/carp_status.php 118 -echo ""; +msgid ""Enable CARP") . "" />"; msgstr "" #: src/www/carp_status.php 121 -echo ""; +msgid ""Temporarily Disable CARP") . "" />"; msgstr "" #: src/www/carp_status.php 124 -echo ""; +msgid ""Leave Persistent CARP Maintenance Mode") . "" />"; msgstr "" #: src/www/carp_status.php 126 -echo ""; +msgid ""Enter Persistent CARP Maintenance Mode") . "" />"; msgstr "" #: src/www/carp_status.php 135 - +msgid ""CARP Interface"); ?> msgstr "" #: src/www/carp_status.php 136 - +msgid ""Virtual IP"); ?> msgstr "" #: src/www/carp_status.php 137 - +msgid ""Status"); ?> msgstr "" #: src/www/carp_status.php 141 -echo "

    " . gettext("Could not locate any defined CARP interfaces."); +msgid ""Could not locate any defined CARP interfaces."); msgstr "" #: src/www/carp_status.php 183 - +msgid ""Note"); ?> msgstr "" #: src/www/carp_status.php 185 - . +msgid ""here"); ?>. msgstr "" #: src/www/carp_status.php 189 -echo "
    " . gettext("pfSync nodes") . " +msgid ""pfSync nodes") . "
    "; msgstr "" #: src/www/crash_reporter.php 57 -echo "

    " . gettext("Unfortunately we have detected a programming bug.") . "

    "; +msgid ""Unfortunately we have detected a programming bug.") . "

    "; msgstr "" #: src/www/crash_reporter.php 58 -echo "

    " . gettext("Would you like to submit the programming debug logs to the OPNsense developers for inspection?") . "

    "; +msgid ""Would you like to submit the programming debug logs to the OPNsense developers for inspection?") . "

    "; msgstr "" #: src/www/crash_reporter.php 59 -echo "

    " . gettext("Please double check the contents to ensure you are comfortable sending this information before clicking Yes.") . "

    "; +msgid ""Please double check the contents to ensure you are comfortable sending this information before clicking Yes.") . "

    "; msgstr "" #: src/www/crash_reporter.php 60 -echo "

    " . gettext("Contents of crash reports") . " +msgid ""Contents of crash reports") . "
    "; msgstr "" #: src/www/crash_reporter.php 62 -echo "

    " . gettext(" - Submit this to the developers for inspection") . "

    "; +msgid "" - Submit this to the developers for inspection") . "

    "; msgstr "" #: src/www/crash_reporter.php 63 -echo "

    " . gettext(" - Just delete the crash report and take me back to the Dashboard") . "

    "; +msgid "" - Just delete the crash report and take me back to the Dashboard") . "

    "; msgstr "" #: src/www/crash_reporter.php 67 -$pgtitle = array(gettext("Diagnostics"),gettext("Crash Reporter")); +msgid ""Crash Reporter")); msgstr "" #: src/www/crash_reporter.php 94 -if (gettext($_POST['Submit']) == "Yes") { +msgid "$_POST['Submit']) == "Yes") { msgstr "" #: src/www/crash_reporter.php 95 -echo gettext("Processing..."); +msgid ""Processing..."); msgstr "" #: src/www/crash_reporter.php 104 -echo gettext("Uploading..."); +msgid ""Uploading..."); msgstr "" #: src/www/crash_reporter.php 114 -echo "

    " . gettext("Continue") . "" . gettext(" and delete crash report files from local disk.") . "

    "; +msgid "" and delete crash report files from local disk.") . "

    "; msgstr "" #: src/www/crash_reporter.php 118 -} else if(gettext($_POST['Submit']) == "No") { +msgid "$_POST['Submit']) == "No") { msgstr "" #: src/www/diag_arp.php 246 -$pgtitle = array(gettext("Diagnostics"),gettext("ARP Table")); +msgid ""ARP Table")); msgstr "" #: src/www/diag_arp.php 307 - +msgid ""IP address"); ?> msgstr "" #: src/www/diag_arp.php 317 - +msgid ""MAC address"); ?> msgstr "" #: src/www/diag_arp.php 327 - +msgid ""Hostname"); ?> msgstr "" #: src/www/diag_arp.php 337 - +msgid ""Interface"); ?> msgstr "" #: src/www/diag_arp.php 363 -
    .
    +msgid ""NOTE +msgid ""instead of ARP") ?>. msgstr "" #: src/www/diag_authentication.php 39 -$input_errors[] = $_POST['authmode'] . " " . gettext("is not a valid authentication server"); +msgid ""is not a valid authentication server"); msgstr "" #: src/www/diag_authentication.php 42 -$input_errors[] = gettext("A username and password must be specified."); +msgid ""A username and password must be specified."); msgstr "" #: src/www/diag_authentication.php 46 -$savemsg = gettext("User") . " -" . $_POST['username'] . " " . gettext("authenticated successfully."); +msgid ""User") . " +msgid ""authenticated successfully."); msgstr "" #: src/www/diag_authentication.php 48 -$savemsg .= "
    " . gettext("This user is a member of these groups") . " +msgid ""This user is a member of these groups") . "
    "; msgstr "" #: src/www/diag_authentication.php 52 -$input_errors[] = gettext("Authentication failed."); +msgid ""Authentication failed."); msgstr "" #: src/www/diag_authentication.php 56 -$pgtitle = array(gettext("Diagnostics"),gettext("Authentication")); +msgid ""Authentication")); msgstr "" #: src/www/diag_authentication.php 88 - +msgid ""Authentication Server"); ?> msgstr "" #: src/www/diag_authentication.php 103 - +msgid ""Username"); ?> msgstr "" #: src/www/diag_authentication.php 107 - +msgid ""Password"); ?> msgstr "" #: src/www/diag_authentication.php 112 -" /> +msgid ""Test");?>" /> msgstr "" #: src/www/diag_backup.php 147 -write_config(gettext("Restored base_package menus after configuration restore.")); +msgid ""Restored base_package menus after configuration restore.")); msgstr "" #: src/www/diag_backup.php 166 -$areas = array("aliases" => gettext("Aliases"), +msgid ""Aliases"), msgstr "" #: src/www/diag_backup.php 167 -"captiveportal" => gettext("Captive Portal"), +msgid ""Captive Portal"), msgstr "" #: src/www/diag_backup.php 168 -"voucher" => gettext("Captive Portal Vouchers"), +msgid ""Captive Portal Vouchers"), msgstr "" #: src/www/diag_backup.php 169 -"dnsmasq" => gettext("DNS Forwarder"), +msgid ""DNS Forwarder"), msgstr "" #: src/www/diag_backup.php 170 -"dhcpd" => gettext("DHCP Server"), +msgid ""DHCP Server"), msgstr "" #: src/www/diag_backup.php 171 -"dhcpdv6" => gettext("DHCPv6 Server"), +msgid ""DHCPv6 Server"), msgstr "" #: src/www/diag_backup.php 172 -"filter" => gettext("Firewall Rules"), +msgid ""Firewall Rules"), msgstr "" #: src/www/diag_backup.php 173 -"interfaces" => gettext("Interfaces"), +msgid ""Interfaces"), msgstr "" #: src/www/diag_backup.php 174 -"ipsec" => gettext("IPSEC"), +msgid ""IPSEC"), msgstr "" #: src/www/diag_backup.php 175 -"nat" => gettext("NAT"), +msgid ""NAT"), msgstr "" #: src/www/diag_backup.php 176 -"openvpn" => gettext("OpenVPN"), +msgid ""OpenVPN"), msgstr "" #: src/www/diag_backup.php 177 -"installedpackages" => gettext("Package Manager"), +msgid ""Package Manager"), msgstr "" #: src/www/diag_backup.php 178 -"pptpd" => gettext("PPTP Server"), +msgid ""PPTP Server"), msgstr "" #: src/www/diag_backup.php 179 -"rrddata" => gettext("RRD Data"), +msgid ""RRD Data"), msgstr "" #: src/www/diag_backup.php 180 -"cron" => gettext("Scheduled Tasks"), +msgid ""Scheduled Tasks"), msgstr "" #: src/www/diag_backup.php 181 -"syslog" => gettext("Syslog"), +msgid ""Syslog"), msgstr "" #: src/www/diag_backup.php 182 -"system" => gettext("System"), +msgid ""System"), msgstr "" #: src/www/diag_backup.php 183 -"staticroutes" => gettext("Static routes"), +msgid ""Static routes"), msgstr "" #: src/www/diag_backup.php 184 -"sysctl" => gettext("System tunables"), +msgid ""System tunables"), msgstr "" #: src/www/diag_backup.php 185 -"snmpd" => gettext("SNMP Server"), +msgid ""SNMP Server"), msgstr "" #: src/www/diag_backup.php 186 -"shaper" => gettext("Traffic Shaper"), +msgid ""Traffic Shaper"), msgstr "" #: src/www/diag_backup.php 187 -"vlans" => gettext("VLANS"), +msgid ""VLANS"), msgstr "" #: src/www/diag_backup.php 188 -"wol" => gettext("Wake on LAN") +msgid ""Wake on LAN") msgstr "" #: src/www/diag_backup.php 192 -$select .= ""; +msgid ""ALL") . ""; msgstr "" #: src/www/diag_backup.php 233 -if (stristr($_POST['Submit'], gettext("Restore configuration"))) +msgid ""Restore configuration"))) msgstr "" #: src/www/diag_backup.php 235 -else if (stristr($_POST['Submit'], gettext("Reinstall"))) +msgid ""Reinstall"))) msgstr "" #: src/www/diag_backup.php 237 -else if (stristr($_POST['Submit'], gettext("Clear Package Lock"))) +msgid ""Clear Package Lock"))) msgstr "" #: src/www/diag_backup.php 239 -else if (stristr($_POST['Submit'], gettext("Download"))) +msgid ""Download"))) msgstr "" #: src/www/diag_backup.php 241 -else if (stristr($_POST['Submit'], gettext("Restore version"))) +msgid ""Restore version"))) msgstr "" #: src/www/diag_backup.php 256 -$input_errors[] = gettext("You must supply and confirm the password for encryption."); +msgid ""You must supply and confirm the password for encryption."); msgstr "" #: src/www/diag_backup.php 258 -$input_errors[] = gettext("The supplied 'Password' and 'Confirm' field values must match."); +msgid ""The supplied 'Password' and 'Confirm' field values must match."); msgstr "" #: src/www/diag_backup.php 333 -$input_errors[] = gettext("You must supply and confirm the password for decryption."); +msgid ""You must supply and confirm the password for decryption."); msgstr "" #: src/www/diag_backup.php 335 -$input_errors[] = gettext("The supplied 'Password' and 'Confirm' field values must match."); +msgid ""The supplied 'Password' and 'Confirm' field values must match."); msgstr "" #: src/www/diag_backup.php 345 -log_error(sprintf(gettext("Warning, could not read file %s"), $_FILES['conffile']['tmp_name'])); +msgid ""Warning, could not read file %s"), $_FILES['conffile']['tmp_name'])); msgstr "" #: src/www/diag_backup.php 351 -$input_errors[] = gettext("The uploaded file does not appear to contain an encrypted OPNsense configuration."); +msgid ""The uploaded file does not appear to contain an encrypted OPNsense configuration."); msgstr "" #: src/www/diag_backup.php 358 -log_error(gettext("Upgrading m0n0wall configuration to OPNsense.")); +msgid ""Upgrading m0n0wall configuration to OPNsense.")); msgstr "" #: src/www/diag_backup.php 366 -$input_errors[] = gettext("You have selected to restore an area but we could not locate the correct xml tag."); +msgid ""You have selected to restore an area but we could not locate the correct xml tag."); msgstr "" #: src/www/diag_backup.php 369 -$input_errors[] = gettext("You have selected to restore an area but we could not locate the correct xml tag."); +msgid ""You have selected to restore an area but we could not locate the correct xml tag."); msgstr "" #: src/www/diag_backup.php 381 -$savemsg = gettext("The configuration area has been restored. You may need to reboot the firewall."); +msgid ""The configuration area has been restored. You may need to reboot the firewall."); msgstr "" #: src/www/diag_backup.php 386 -$input_errors[] = sprintf(gettext("You have selected to restore the full configuration but we could not locate a %s tag."), $g['xml_rootobj']); +msgid ""You have selected to restore the full configuration but we could not locate a %s tag."), $g['xml_rootobj']); msgstr "" #: src/www/diag_backup.php 503 -$savemsg = gettext("The m0n0wall configuration has been restored and upgraded to OPNsense."); +msgid ""The m0n0wall configuration has been restored and upgraded to OPNsense."); msgstr "" #: src/www/diag_backup.php 531 -$input_errors[] = gettext("The configuration could not be restored."); +msgid ""The configuration could not be restored."); msgstr "" #: src/www/diag_backup.php 536 -$input_errors[] = gettext("The configuration could not be restored (file upload error)."); +msgid ""The configuration could not be restored (file upload error)."); msgstr "" #: src/www/diag_backup.php 549 -$input_errors[] = gettext("XXX - this feature may hose your config (do NOT backrev configs!) - billm"); +msgid ""XXX - this feature may hose your config (do NOT backrev configs!) - billm"); msgstr "" #: src/www/diag_backup.php 555 -$input_errors[] = gettext("The configuration could not be restored."); +msgid ""The configuration could not be restored."); msgstr "" #: src/www/diag_backup.php 558 -$input_errors[] = gettext("No version selected."); +msgid ""No version selected."); msgstr "" #: src/www/diag_backup.php 569 -$pgtitle = array(gettext("Diagnostics"),gettext("Backup/restore")); +msgid ""Backup/restore")); msgstr "" #: src/www/diag_backup.php 614 -" . gettext("The firewall is now rebooting."));?>
    +msgid ""The firewall is now rebooting."));?>
    msgstr "" #: src/www/diag_backup.php 631 -$tab_array[0] = array(gettext("Config History"), false, "diag_confbak.php"); +msgid ""Config History"), false, "diag_confbak.php"); msgstr "" #: src/www/diag_backup.php 632 -$tab_array[1] = array(gettext("Backup/Restore"), true, "diag_backup.php"); +msgid ""Backup/Restore"), true, "diag_backup.php"); msgstr "" #: src/www/diag_backup.php 656 -



    msgstr "" #: src/www/diag_backup.php 666 - +msgid ""Do not backup package information."); ?> msgstr "" #: src/www/diag_backup.php 676 - +msgid ""Encrypt this configuration file."); ?> msgstr "" #: src/www/diag_backup.php 684 - msgstr "" #: src/www/diag_backup.php 691 - msgstr "" #: src/www/diag_backup.php 699 - msgstr "" #: src/www/diag_backup.php 707 -" /> +msgid ""Download configuration"); ?>" /> msgstr "" #: src/www/diag_backup.php 725 -

    +msgid ""Restore configuration"); ?> msgstr "" #: src/www/diag_backup.php 733 -

    +msgid ""configuration XML file and click the button below to restore the configuration."); ?> msgstr "" #: src/www/diag_backup.php 735 -

    msgstr "" #: src/www/diag_backup.php 747 - +msgid ""Configuration file is encrypted."); ?> msgstr "" #: src/www/diag_backup.php 754 - msgstr "" #: src/www/diag_backup.php 762 - msgstr "" #: src/www/diag_backup.php 769 -

    " />

    +msgid ""Restore configuration"); ?>" />

    msgstr "" #: src/www/diag_backup.php 770 -



    +msgid ""Note +msgid ""The firewall will reboot after restoring the configuration."); ?>

    msgstr "" #: src/www/diag_backup.php 791 -

    +msgid ""Package Functions"); ?> msgstr "" #: src/www/diag_backup.php 802 -



    +msgid ""Click this button to reinstall all system packages. This may take a while."); ?>

    msgstr "" #: src/www/diag_backup.php 803 -" /> +msgid ""Reinstall packages"); ?>" /> msgstr "" #: src/www/diag_backup.php 808 -



    +msgid ""Click this button to clear the package lock if a package fails to reinstall properly after an upgrade."); ?>

    msgstr "" #: src/www/diag_backup.php 809 -" /> +msgid ""Clear Package Lock"); ?>" /> msgstr "" #: src/www/diag_confbak.php 43 -if (!isset($_POST['confirm']) || ($_POST['confirm'] != gettext("Confirm")) || (!isset($_POST['newver']) && !isset($_POST['rmver']))) { +msgid ""Confirm")) || (!isset($_POST['newver']) && !isset($_POST['rmver']))) { msgstr "" #: src/www/diag_confbak.php 52 -$savemsg = sprintf(gettext('Successfully reverted to timestamp %1$s with description "%2$s".'), date(gettext("n/j/y H +msgid ""n/j/y H i s"), $_POST['newver']), $confvers[$_POST['newver']]['description']); msgstr "" @@ -17946,13 +17909,13 @@ msgstr "" #: src/www/diag_confbak.php 54 -$savemsg = gettext("Unable to revert to the selected configuration."); +msgid ""Unable to revert to the selected configuration."); msgstr "" #: src/www/diag_confbak.php 58 -$savemsg = sprintf(gettext('Deleted backup with timestamp %1$s and description "%2$s".'), date(gettext("n/j/y H +msgid ""n/j/y H i s"), $_POST['rmver']),$confvers[$_POST['rmver']]['description']); msgstr "" @@ -17960,27 +17923,27 @@ msgstr "" #: src/www/diag_confbak.php 98 -$pgtitle = array(gettext("Diagnostics"),gettext("Configuration History")); +msgid ""Configuration History")); msgstr "" #: src/www/diag_confbak.php 118 -$tab_array[0] = array(gettext("Config History"), true, "diag_confbak.php"); +msgid ""Config History"), true, "diag_confbak.php"); msgstr "" #: src/www/diag_confbak.php 119 -$tab_array[1] = array(gettext("Backup/Restore"), false, "diag_backup.php"); +msgid ""Backup/Restore"), false, "diag_backup.php"); msgstr "" #: src/www/diag_confbak.php 135 -

    msgstr "" @@ -17988,13 +17951,13 @@ msgstr "" #: src/www/diag_confbak.php 177 -

    +msgid ""Confirm Action"); ?> msgstr "" #: src/www/diag_confbak.php 182 - +msgid ""Please confirm the selected action"); ?>
    msgstr "" #: @@ -18003,33 +17966,33 @@ msgstr "" #: src/www/diag_confbak.php 184 -
    +msgid ""Action"); ?> msgstr "" #: src/www/diag_confbak.php 186 -echo gettext("Restore from Configuration Backup"); +msgid ""Restore from Configuration Backup"); msgstr "" #: src/www/diag_confbak.php 190 -echo gettext("Remove Configuration Backup"); +msgid ""Remove Configuration Backup"); msgstr "" #: src/www/diag_confbak.php 194 -
    +msgid ""Target Configuration"); ?> msgstr "" #: src/www/diag_confbak.php 195 - msgstr "" @@ -18037,31 +18000,31 @@ msgstr "" #: src/www/diag_confbak.php 196 -
    " /> +msgid ""Confirm"); ?>" /> msgstr "" #: src/www/diag_confbak.php 219 - +msgid ""Backup Count");?> msgstr "" #: src/www/diag_confbak.php 221 - +msgid ""Enter the number of older configurations to keep in the local backup cache. By default this is 30 for a full install or 5 on NanoBSD."); ?> msgstr "" #: src/www/diag_confbak.php 222 -" /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/diag_confbak.php 228 - msgstr "" @@ -18069,43 +18032,43 @@ msgstr "" #: src/www/diag_confbak.php 244 - +msgid ""To view the differences between an older configuration and a newer configuration, select the older configuration using the left column of radio options and select the newer configuration in the right column, then press the Diff button."); ?> msgstr "" #: src/www/diag_confbak.php 252 - +msgid ""Diff");?> msgstr "" #: src/www/diag_confbak.php 253 - +msgid ""Date");?> msgstr "" #: src/www/diag_confbak.php 254 - +msgid ""Version");?> msgstr "" #: src/www/diag_confbak.php 255 - +msgid ""Size");?> msgstr "" #: src/www/diag_confbak.php 256 - +msgid ""Configuration Change");?> msgstr "" #: src/www/diag_confbak.php 266 - msgstr "" @@ -18113,13 +18076,13 @@ msgstr "" #: src/www/diag_confbak.php 270 - +msgid ""Current");?> msgstr "" #: src/www/diag_confbak.php 276 -$date = date(gettext("n/j/y H +msgid ""n/j/y H i s"), $version['time']); msgstr "" @@ -18127,43 +18090,43 @@ msgstr "" #: src/www/diag_confbak.php 278 -$date = gettext("Unknown"); +msgid ""Unknown"); msgstr "" #: src/www/diag_confbak.php 298 -"> +msgid ""Revert to this configuration");?>"> msgstr "" #: src/www/diag_confbak.php 299 -" > +msgid ""Remove this backup");?>" > msgstr "" #: src/www/diag_confbak.php 300 -"> +msgid ""Download this backup");?>"> msgstr "" #: src/www/diag_confbak.php 309 -" /> +msgid ""Diff"); ?>" /> msgstr "" #: src/www/diag_defaults.php 32 -$pgtitle = array(gettext("Diagnostics"),gettext("Factory defaults")); +msgid ""Factory defaults")); msgstr "" #: src/www/diag_defaults.php 47 - +msgid ""The system has been reset to factory defaults and is now rebooting. This may take a few minutes, depending on your hardware.")); ?> msgstr "" #: src/www/diag_defaults.php 59 -

    msgstr "" #: src/www/diag_defaults.php 61 -
  • +msgid ""Reset to factory defaults");?> msgstr "" #: src/www/diag_defaults.php 62 -
  • +msgid ""LAN IP address will be reset to 192.168.1.1");?> msgstr "" #: src/www/diag_defaults.php 63 -
  • +msgid ""System will be configured as a DHCP server on the default LAN interface");?> msgstr "" #: src/www/diag_defaults.php 64 -
  • +msgid ""Reboot after changes are installed");?> msgstr "" #: src/www/diag_defaults.php 65 -
  • +msgid ""WAN interface will be set to obtain an address automatically from a DHCP server");?> msgstr "" #: src/www/diag_defaults.php 66 -
  • +msgid ""webConfigurator admin username will be reset to 'root'");?> msgstr "" #: src/www/diag_defaults.php 67 -
  • ''
  • +msgid ""webConfigurator admin password will be reset to");?> '' msgstr "" #: src/www/diag_defaults.php 69 -

    +msgid ""Are you sure you want to proceed?");?>

    msgstr "" #: src/www/diag_defaults.php 73 -" /> +msgid ""Yes");?>" /> msgstr "" #: src/www/diag_defaults.php 74 - +msgid ""No");?> msgstr "" #: src/www/diag_dns.php 29 -$pgtitle = array(gettext("Diagnostics"),gettext("DNS Lookup")); +msgid ""DNS Lookup")); msgstr "" #: src/www/diag_dns.php 100 -$input_errors[] = gettext("Host must be a valid hostname or IP address."); +msgid ""Host must be a valid hostname or IP address."); msgstr "" #: src/www/diag_dns.php 109 -$query_time = gettext("No response"); +msgid ""No response"); msgstr "" #: src/www/diag_dns.php 142 -$resolved = gettext("No record found"); +msgid ""No record found"); msgstr "" #: src/www/diag_dns.php 150 -echo gettext("IP Address") . " +msgid ""IP Address") . " {$address} n"; msgstr "" #: src/www/diag_dns.php 151 -echo gettext("Host Name") . " +msgid ""Host Name") . " {$hostname} n"; msgstr "" #: src/www/diag_dns.php 154 -$text_table[] = array(gettext("Server"), gettext("Query Time")); +msgid ""Query Time")); msgstr "" #: src/www/diag_dns.php 181 -

    +msgid ""Resolve DNS hostname or IP");?> msgstr "" #: src/www/diag_dns.php 189 - +msgid ""Hostname or IP");?> msgstr "" #: src/www/diag_dns.php 226 - +msgid ""Resolution time per server");?> msgstr "" #: src/www/diag_dns.php 231 - +msgid ""Server");?> msgstr "" #: src/www/diag_dns.php 232 - +msgid ""Query time");?> msgstr "" #: src/www/diag_dns.php 250 - msgstr "" #: src/www/diag_dns.php 251 -
    +msgid ""Ping");?>
    msgstr "" #: src/www/diag_dns.php 252 - +msgid ""Traceroute");?> msgstr "" #: src/www/diag_dns.php 254 -

    msgstr "" @@ -18346,100 +18309,100 @@ msgstr "" src/www/diag_dns.php 255
    +msgid ""IP WHOIS @ DNS Stuff");?>
    msgstr "" #: src/www/diag_dns.php 256 +msgid ""IP Info @ DNS Stuff");?> msgstr "" #: src/www/diag_dns.php 265 -" /> +msgid ""DNS Lookup");?>" /> msgstr "" #: src/www/diag_dump_states.php 39 -echo gettext("invalid input"); +msgid ""invalid input"); msgstr "" #: src/www/diag_dump_states.php 59 -$pgtitle = array(gettext("Diagnostics"),gettext("Show States")); +msgid ""Show States")); msgstr "" #: src/www/diag_dump_states.php 95 -alert(''); +msgid ""An error occurred.");?>'); msgstr "" #: src/www/diag_dump_states.php 117 -$tab_array[0] = array(gettext("States"), true, "diag_dump_states.php"); +msgid ""States"), true, "diag_dump_states.php"); msgstr "" #: src/www/diag_dump_states.php 118 -$tab_array[1] = array(gettext("Reset states"), false, "diag_resetstate.php"); +msgid ""Reset states"), false, "diag_resetstate.php"); msgstr "" #: src/www/diag_dump_states.php 133 - +msgid ""Current total state count");?> msgstr "" #: src/www/diag_dump_states.php 134 - msgstr "" #: src/www/diag_dump_states.php 136 - " /> +msgid ""Filter");?>" /> msgstr "" #: src/www/diag_dump_states.php 138 -" /> +msgid ""Kill");?>" /> msgstr "" #: src/www/diag_dump_states.php 162 - +msgid ""Int");?> msgstr "" #: src/www/diag_dump_states.php 172 - +msgid ""Proto");?> msgstr "" #: src/www/diag_dump_states.php 182 - Router -> Destination");?> +msgid ""Source -> Router -> Destination");?> msgstr "" #: src/www/diag_dump_states.php 192 - +msgid ""State");?> msgstr "" #: @@ -18447,250 +18410,250 @@ src/www/diag_dump_states.php 234 +msgid "'to') ?> "> msgstr "" #: src/www/diag_dump_states.php 247 - +msgid ""No states were found.") ?> msgstr "" #: src/www/diag_dump_states.php 257 -

    +msgid ""States matching current filter")?>

    msgstr "" #: src/www/diag_dump_states_sources.php 39 -echo gettext("invalid input"); +msgid ""invalid input"); msgstr "" #: src/www/diag_dump_states_sources.php 53 -$pgtitle = array(gettext("Diagnostics"),gettext("Show Source Tracking")); +msgid ""Show Source Tracking")); msgstr "" #: src/www/diag_dump_states_sources.php 83 -alert(''); +msgid ""An error occurred.");?>'); msgstr "" #: src/www/diag_dump_states_sources.php 99 -$tab_array[] = array(gettext("States"), false, "diag_dump_states.php"); +msgid ""States"), false, "diag_dump_states.php"); msgstr "" #: src/www/diag_dump_states_sources.php 100 -$tab_array[] = array(gettext("Source Tracking"), true, "diag_dump_states_sources.php"); +msgid ""Source Tracking"), true, "diag_dump_states_sources.php"); msgstr "" #: src/www/diag_dump_states_sources.php 101 -$tab_array[] = array(gettext("Reset States"), false, "diag_resetstate.php"); +msgid ""Reset States"), false, "diag_resetstate.php"); msgstr "" #: src/www/diag_dump_states_sources.php 119 - msgstr "" #: src/www/diag_dump_states_sources.php 130 -" /> +msgid ""Filter");?>" /> msgstr "" #: src/www/diag_dump_states_sources.php 142 - Destination");?> +msgid ""Source -> Destination");?> msgstr "" #: src/www/diag_dump_states_sources.php 143 - +msgid ""# States");?> msgstr "" #: src/www/diag_dump_states_sources.php 144 - +msgid ""# Connections");?> msgstr "" #: src/www/diag_dump_states_sources.php 145 - +msgid ""Rate");?> msgstr "" #: src/www/diag_dump_states_sources.php 177 -title='' alt='' > +msgid ""to") . " {$dstip}";?>' alt='' > msgstr "" #: src/www/diag_dump_states_sources.php 188 -" . gettext("No source tracking entries were found.") . " +msgid ""No source tracking entries were found.") . " msgstr "" #: src/www/diag_gmirror.php 33 -$pgtitle = array(gettext("Diagnostics"), gettext("GEOM Mirrors")); +msgid ""GEOM Mirrors")); msgstr "" #: src/www/diag_gmirror.php 45 -"forget" => gettext("Forget all formerly connected consumers"), +msgid ""Forget all formerly connected consumers"), msgstr "" #: src/www/diag_gmirror.php 46 -"clear" => gettext("Remove metadata from disk"), +msgid ""Remove metadata from disk"), msgstr "" #: src/www/diag_gmirror.php 47 -"insert" => gettext("Insert consumer into mirror"), +msgid ""Insert consumer into mirror"), msgstr "" #: src/www/diag_gmirror.php 48 -"remove" => gettext("Remove consumer from mirror"), +msgid ""Remove consumer from mirror"), msgstr "" #: src/www/diag_gmirror.php 49 -"activate" => gettext("Reactivate consumer on mirror"), +msgid ""Reactivate consumer on mirror"), msgstr "" #: src/www/diag_gmirror.php 50 -"deactivate" => gettext("Deactivate consumer from mirror"), +msgid ""Deactivate consumer from mirror"), msgstr "" #: src/www/diag_gmirror.php 51 -"rebuild" => gettext("Force rebuild of mirror consumer"), +msgid ""Force rebuild of mirror consumer"), msgstr "" #: src/www/diag_gmirror.php 61 -if (!isset($_POST['confirm']) || ($_POST['confirm'] != gettext("Confirm"))) { +msgid ""Confirm"))) { msgstr "" #: src/www/diag_gmirror.php 68 -$input_errors[] = gettext("You must supply a valid mirror name."); +msgid ""You must supply a valid mirror name."); msgstr "" #: src/www/diag_gmirror.php 71 -$input_errors[] = gettext("You must supply a valid consumer name"); +msgid ""You must supply a valid consumer name"); msgstr "" #: src/www/diag_gmirror.php 77 -$input_errors[] = gettext("Consumer is already in use and cannot be inserted. Remove consumer from existing mirror first."); +msgid ""Consumer is already in use and cannot be inserted. Remove consumer from existing mirror first."); msgstr "" #: src/www/diag_gmirror.php 79 -$input_errors[] = gettext("Consumer has metadata from an existing mirror. Clear metadata before inserting consumer."); +msgid ""Consumer has metadata from an existing mirror. Clear metadata before inserting consumer."); msgstr "" #: src/www/diag_gmirror.php 82 -$input_errors[] = gettext("Mirror is not in a COMPLETE state, cannot insert consumer. Forget disconnected disks or wait for rebuild to finish."); +msgid ""Mirror is not in a COMPLETE state, cannot insert consumer. Forget disconnected disks or wait for rebuild to finish."); msgstr "" #: src/www/diag_gmirror.php 86 -$input_errors[] = gettext("Consumer is in use and cannot be cleared. Deactivate disk first."); +msgid ""Consumer is in use and cannot be cleared. Deactivate disk first."); msgstr "" #: src/www/diag_gmirror.php 88 -$input_errors[] = gettext("Consumer has no metadata to clear."); +msgid ""Consumer has no metadata to clear."); msgstr "" #: src/www/diag_gmirror.php 92 -$input_errors[] = gettext("Consumer is already present on specified mirror."); +msgid ""Consumer is already present on specified mirror."); msgstr "" #: src/www/diag_gmirror.php 94 -$input_errors[] = gettext("Consumer has no metadata and cannot be reactivated."); +msgid ""Consumer has no metadata and cannot be reactivated."); msgstr "" #: src/www/diag_gmirror.php 101 -$input_errors[] = gettext("Consumer must be present on the specified mirror."); +msgid ""Consumer must be present on the specified mirror."); msgstr "" #: src/www/diag_gmirror.php 163 -print_info_box(gettext("There was an error performing the chosen mirror operation. Check the System Log for details.")); +msgid ""There was an error performing the chosen mirror operation. Check the System Log for details.")); msgstr "" #: src/www/diag_gmirror.php 176 -  msgstr "" #: src/www/diag_gmirror.php 178 - +msgid ""The options on this page are intended for use by advanced users only. This page is for managing existing mirrors, not creating new mirrors.")?> msgstr "" #: src/www/diag_gmirror.php 187 - +msgid ""Confirm Action"); ?> msgstr "" #: src/www/diag_gmirror.php 192 - +msgid ""Please confirm the selected action"); ?> msgstr "" #: @@ -18699,630 +18662,630 @@ msgstr "" #: src/www/diag_gmirror.php 194 -
    +msgid ""Action"); ?> msgstr "" #: src/www/diag_gmirror.php 197 -
    +msgid ""Mirror"); ?> msgstr "" #: src/www/diag_gmirror.php 201 -
    +msgid ""Consumer"); ?> msgstr "" #: src/www/diag_gmirror.php 205 -
    " /> +msgid ""Confirm"); ?>" /> msgstr "" #: src/www/diag_gmirror.php 210 - +msgid ""GEOM Mirror information"); ?> msgstr "" #: src/www/diag_gmirror.php 214 - +msgid ""Mirror Status"); ?> msgstr "" #: src/www/diag_gmirror.php 221 - +msgid ""Name"); ?> msgstr "" #: src/www/diag_gmirror.php 222 - +msgid ""Status"); ?> msgstr "" #: src/www/diag_gmirror.php 223 - +msgid ""Component"); ?> msgstr "" #: src/www/diag_gmirror.php 235 -
    [] +msgid ""Forget Disconnected Disks"); ?>] msgstr "" #: src/www/diag_gmirror.php 243 -[] +msgid ""Rebuild"); ?>] msgstr "" #: src/www/diag_gmirror.php 244 -[] +msgid ""Deactivate"); ?>] msgstr "" #: src/www/diag_gmirror.php 245 -[] +msgid ""Remove"); ?>] msgstr "" #: src/www/diag_gmirror.php 258 -[] +msgid ""Rebuild"); ?>] msgstr "" #: src/www/diag_gmirror.php 259 -[] +msgid ""Deactivate"); ?>] msgstr "" #: src/www/diag_gmirror.php 260 -[] +msgid ""Remove"); ?>] msgstr "" #: src/www/diag_gmirror.php 268 - +msgid ""No Mirrors Found"); ?> msgstr "" #: src/www/diag_gmirror.php 272 -
    +msgid ""Some disk operations may only be performed when there are multiple consumers present in a mirror."); ?> msgstr "" #: src/www/diag_gmirror.php 277 - +msgid ""Consumer information"); ?> msgstr "" #: src/www/diag_gmirror.php 281 - +msgid ""Available Consumers"); ?> msgstr "" #: src/www/diag_gmirror.php 288 - +msgid ""Name"); ?> msgstr "" #: src/www/diag_gmirror.php 289 - +msgid ""Size"); ?> msgstr "" #: src/www/diag_gmirror.php 290 - +msgid ""Add to Mirror"); ?> msgstr "" #: src/www/diag_gmirror.php 301 -[ ] msgstr "" #: src/www/diag_gmirror.php 302 -
    [] +msgid ""Remove metadata from disk"); ?>] msgstr "" #: src/www/diag_gmirror.php 317 - +msgid ""No unused consumers found"); ?> msgstr "" #: src/www/diag_gmirror.php 321 -
    +msgid ""Consumers may only be added to a mirror if they are larger than the size of the mirror."); ?> msgstr "" #: src/www/diag_gmirror.php 328 - +msgid ""To repair a failed mirror, first perform a 'Forget' command on the mirror, followed by an 'insert' action on the new consumer."); ?> msgstr "" #: src/www/diag_ipsec.php 34 -$pgtitle = array(gettext("Status"),gettext("IPsec")); +msgid ""IPsec")); msgstr "" #: src/www/diag_ipsec.php 91 - +msgid ""Description");?> msgstr "" #: src/www/diag_ipsec.php 92 - +msgid ""Local ID");?> msgstr "" #: src/www/diag_ipsec.php 93 - +msgid ""Local IP");?> msgstr "" #: src/www/diag_ipsec.php 94 - +msgid ""Remote ID");?> msgstr "" #: src/www/diag_ipsec.php 95 - +msgid ""Remote IP");?> msgstr "" #: src/www/diag_ipsec.php 96 - +msgid ""Role");?> msgstr "" #: src/www/diag_ipsec.php 97 - +msgid ""Reauth");?> msgstr "" #: src/www/diag_ipsec.php 98 - +msgid ""Algo");?> msgstr "" #: src/www/diag_ipsec.php 99 - +msgid ""Status");?> msgstr "" #: src/www/diag_ipsec.php 246 - +msgid ""Local subnets");?> msgstr "" #: src/www/diag_ipsec.php 247 - +msgid ""Local SPI(s)");?> msgstr "" #: src/www/diag_ipsec.php 248 - +msgid ""Remote subnets");?> msgstr "" #: src/www/diag_ipsec.php 249 - +msgid ""Times");?> msgstr "" #: src/www/diag_ipsec.php 250 - +msgid ""Algo");?> msgstr "" #: src/www/diag_ipsec.php 251 - +msgid ""Stats");?> msgstr "" #: src/www/diag_ipsec.php 426 -
    msgstr "" #: src/www/diag_ipsec.php 428 - +msgid ""You can configure IPsec");?> msgstr "" #: src/www/diag_ipsec_leases.php 32 -$pgtitle = array(gettext("Status"),gettext("IPsec"),gettext("Leases")); +msgid ""Leases")); msgstr "" #: src/www/diag_ipsec_leases.php 65 -echo gettext("Pool +msgid ""Pool ") . $pool['name']; msgstr "" #: src/www/diag_ipsec_leases.php 66 -echo ' ' . gettext("usage +msgid ""usage ") . $pool['usage']; msgstr "" #: src/www/diag_ipsec_leases.php 67 -echo ' ' . gettext("online +msgid ""online ") . $pool['online']; msgstr "" #: src/www/diag_ipsec_leases.php 73 - +msgid ""ID");?> msgstr "" #: src/www/diag_ipsec_leases.php 74 - +msgid ""Host");?> msgstr "" #: src/www/diag_ipsec_leases.php 75 - +msgid ""Status");?> msgstr "" #: src/www/diag_ipsec_leases.php 90 -

    +msgid ""No leases from this pool yet.");?>

    msgstr "" #: src/www/diag_ipsec_leases.php 97 -

    +msgid ""No IPsec pools.");?>

    msgstr "" #: src/www/diag_ipsec_leases.php 102 -
    msgstr "" #: src/www/diag_ipsec_leases.php 103 - +msgid ""here.");?> msgstr "" #: src/www/diag_ipsec_sad.php 33 -$pgtitle = array(gettext("Status"),gettext("IPsec"),gettext("SAD")); +msgid ""SAD")); msgstr "" #: src/www/diag_ipsec_sad.php 62 - +msgid ""Source");?> msgstr "" #: src/www/diag_ipsec_sad.php 63 - +msgid ""Destination");?> msgstr "" #: src/www/diag_ipsec_sad.php 64 - +msgid ""Protocol");?> msgstr "" #: src/www/diag_ipsec_sad.php 65 - +msgid ""SPI");?> msgstr "" #: src/www/diag_ipsec_sad.php 66 - +msgid ""Enc. alg.");?> msgstr "" #: src/www/diag_ipsec_sad.php 67 - +msgid ""Auth. alg.");?> msgstr "" #: src/www/diag_ipsec_sad.php 68 - +msgid ""Data");?> msgstr "" #: src/www/diag_ipsec_sad.php 87 -

    +msgid ""No IPsec security associations.");?>

    msgstr "" #: src/www/diag_ipsec_sad.php 96 -
    msgstr "" #: src/www/diag_ipsec_sad.php 97 - +msgid ""here.");?> msgstr "" #: src/www/diag_ipsec_spd.php 33 -$pgtitle = array(gettext("Status"),gettext("IPsec"),gettext("SPD")); +msgid ""SPD")); msgstr "" #: src/www/diag_ipsec_spd.php 62 - +msgid ""Source"); ?> msgstr "" #: src/www/diag_ipsec_spd.php 63 - +msgid ""Destination"); ?> msgstr "" #: src/www/diag_ipsec_spd.php 64 - +msgid ""Direction"); ?> msgstr "" #: src/www/diag_ipsec_spd.php 65 - +msgid ""Protocol"); ?> msgstr "" #: src/www/diag_ipsec_spd.php 66 - +msgid ""Tunnel endpoints"); ?> msgstr "" #: src/www/diag_ipsec_spd.php 92 - +msgid ""incoming (as seen by firewall)"); ?> msgstr "" #: src/www/diag_ipsec_spd.php 99 - +msgid ""outgoing (as seen by firewall)"); ?> msgstr "" #: src/www/diag_ipsec_spd.php 104 -

    +msgid ""No IPsec security policies."); ?>

    msgstr "" #: src/www/diag_ipsec_spd.php 113 -
    msgstr "" #: src/www/diag_ipsec_spd.php 114 - +msgid ""here."); ?> msgstr "" #: src/www/diag_ipsec_tabs.php 28 -$tab_array[0] = array(gettext("Overview"), $_SERVER['PHP_SELF'] == '/diag_ipsec.php', "diag_ipsec.php"); +msgid ""Overview"), $_SERVER['PHP_SELF'] == '/diag_ipsec.php', "diag_ipsec.php"); msgstr "" #: src/www/diag_ipsec_tabs.php 29 -$tab_array[1] = array(gettext("Leases"), $_SERVER['PHP_SELF'] == '/diag_ipsec_leases.php', "diag_ipsec_leases.php"); +msgid ""Leases"), $_SERVER['PHP_SELF'] == '/diag_ipsec_leases.php', "diag_ipsec_leases.php"); msgstr "" #: src/www/diag_ipsec_tabs.php 30 -$tab_array[2] = array(gettext("SAD"), $_SERVER['PHP_SELF'] == '/diag_ipsec_sad.php', "diag_ipsec_sad.php"); +msgid ""SAD"), $_SERVER['PHP_SELF'] == '/diag_ipsec_sad.php', "diag_ipsec_sad.php"); msgstr "" #: src/www/diag_ipsec_tabs.php 31 -$tab_array[3] = array(gettext("SPD"), $_SERVER['PHP_SELF'] == '/diag_ipsec_spd.php', "diag_ipsec_spd.php"); +msgid ""SPD"), $_SERVER['PHP_SELF'] == '/diag_ipsec_spd.php', "diag_ipsec_spd.php"); msgstr "" #: src/www/diag_ipsec_tabs.php 32 -$tab_array[4] = array(gettext("Logs"), $_SERVER['PHP_SELF'] == '/diag_logs_ipsec.php', "diag_logs_ipsec.php"); +msgid ""Logs"), $_SERVER['PHP_SELF'] == '/diag_logs_ipsec.php', "diag_logs_ipsec.php"); msgstr "" #: src/www/diag_limiter_info.php 31 -$pgtitle = gettext("Diagnostics +msgid ""Diagnostics Limiter Info"); msgstr "" #: src/www/diag_limiter_info.php 92 - +msgid ""Gathering Limiter information, please wait...");?> msgstr "" #: src/www/diag_logs.php 50 -$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("General")); +msgid ""General")); msgstr "" #: src/www/diag_logs.php 90 -" /> +msgid ""Clear log");?>" /> msgstr "" #: src/www/diag_logs.php 95 -" /> +msgid ""Filter");?>" /> msgstr "" #: src/www/diag_logs_auth.php 40 -$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("Portal Auth")); +msgid ""Portal Auth")); msgstr "" #: src/www/diag_logs_auth.php 65 -

    +msgid ""Last %s Portal Auth log entries"),$nentries);?>

    msgstr "" #: src/www/diag_logs_auth.php 69 -" /> +msgid ""Clear log");?>" /> msgstr "" #: src/www/diag_logs_dhcp.php 44 -$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("DHCP")); +msgid ""DHCP")); msgstr "" #: src/www/diag_logs_dhcp.php 68 -

    +msgid ""Last %s DHCP service log entries"), $nentries);?>

    msgstr "" #: src/www/diag_logs_dhcp.php 72 -" /> +msgid ""Clear log");?>" /> msgstr "" #: src/www/diag_logs_filter.php 42 -$response = array('resolve_ip' => $ip, 'resolve_text' => gettext("Cannot resolve")); +msgid ""Cannot resolve")); msgstr "" #: src/www/diag_logs_filter.php 62 -echo gettext("The rule that triggered this action is") . " +msgid ""The rule that triggered this action is") . " nn{$rule}"; msgstr "" #: src/www/diag_logs_filter.php 107 -$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("Firewall")); +msgid ""Firewall")); msgstr "" #: src/www/diag_logs_filter.php 176 " /> +msgid ""Filter");?>" /> msgstr "" #: src/www/diag_logs_filter.php 199
    +msgid ""Interface");?> msgstr "" #: src/www/diag_logs_filter.php 235
    +msgid ""Filter expression");?> msgstr "" #: src/www/diag_logs_filter.php 239
    +msgid ""Quantity");?> msgstr "" #: @@ -19330,1482 +19293,1482 @@ src/www/diag_logs_filter.php 244
    " />
    +msgid ""Filter");?>" /> msgstr "" #: src/www/diag_logs_filter.php 250 -', '');?>   msgstr "" #: src/www/diag_logs_filter.php 292 -printf(gettext("Last %s firewall log entries."),count($filterlog)); +msgid ""Last %s firewall log entries."),count($filterlog)); msgstr "" #: src/www/diag_logs_filter.php 294 -echo count($filterlog). ' ' . gettext("matched log entries."); +msgid ""matched log entries."); msgstr "" #: src/www/diag_logs_filter.php 295 -printf(gettext("Max(%s)"),$nentries);?> +msgid ""Max(%s)"),$nentries);?> msgstr "" #: src/www/diag_logs_filter.php 299 - +msgid ""Act");?> msgstr "" #: src/www/diag_logs_filter.php 300 - +msgid ""Time");?> msgstr "" #: src/www/diag_logs_filter.php 301 - +msgid ""If");?> msgstr "" #: src/www/diag_logs_filter.php 303 - +msgid ""Rule");?> msgstr "" #: src/www/diag_logs_filter.php 305 - +msgid ""Source");?> msgstr "" #: src/www/diag_logs_filter.php 306 - +msgid ""Destination");?> msgstr "" #: src/www/diag_logs_filter.php 307 - +msgid ""Proto");?> msgstr "" #: src/www/diag_logs_filter.php 346 ');" title="" class="ICON-" alt="Icon Reverse Resolve with DNS"> +msgid ""Click to resolve");?>" class="ICON-" alt="Icon Reverse Resolve with DNS"> msgstr "" #: src/www/diag_logs_filter.php 347 -" title="" onclick="return confirm('')"> +msgid ""Easy Rule +msgid ""Backups are also nice.")?>')"> msgstr "" #: src/www/diag_logs_filter.php 352 ');" title="" class="ICON-" alt="Icon Reverse Resolve with DNS"> +msgid ""Click to resolve");?>" class="ICON-" alt="Icon Reverse Resolve with DNS"> msgstr "" #: src/www/diag_logs_filter.php 353 -" title="" onclick="return confirm('')"> +msgid ""Easy Rule +msgid ""Backups are also nice.");?>')"> msgstr "" #: src/www/diag_logs_filter.php 374 - +msgid ""Last %s firewall log entries"),$nentries);?> msgstr "" #: src/www/diag_logs_filter.php 392 -" /> +msgid ""Clear log");?>" /> msgstr "" #: src/www/diag_logs_filter_dynamic.php 46 -$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("Firewall (Dynamic View)")); +msgid ""Firewall (Dynamic View)")); msgstr "" #: src/www/diag_logs_filter_dynamic.php 105 -.      +msgid ""Last %s records"),$nentries);?>.     msgstr "" #: src/www/diag_logs_filter_dynamic.php 109 - +msgid ""Act");?> msgstr "" #: src/www/diag_logs_filter_dynamic.php 110 - +msgid ""Time");?> msgstr "" #: src/www/diag_logs_filter_dynamic.php 111 - +msgid ""If");?> msgstr "" #: src/www/diag_logs_filter_dynamic.php 112 - +msgid ""Source");?> msgstr "" #: src/www/diag_logs_filter_dynamic.php 113 - +msgid ""Destination");?> msgstr "" #: src/www/diag_logs_filter_dynamic.php 114 - +msgid ""Proto");?> msgstr "" #: src/www/diag_logs_filter_dynamic.php 144

    +msgid ""TCP Flags"); ?> F - FIN, S - SYN, A or . - ACK, R - RST, P - PSH, U - URG, E - ECE, C - CWR

    msgstr "" #: src/www/diag_logs_filter_summary.php 29 -$pgtitle = gettext("Status")." -".gettext("System logs")." -".gettext("Firewall Log Summary"); +msgid ""Status")." +msgid ""System logs")." +msgid ""Firewall Log Summary"); msgstr "" #: src/www/diag_logs_filter_summary.php 41 -'act' => gettext("Actions"), +msgid ""Actions"), msgstr "" #: src/www/diag_logs_filter_summary.php 42 -'interface' => gettext("Interfaces"), +msgid ""Interfaces"), msgstr "" #: src/www/diag_logs_filter_summary.php 43 -'proto' => gettext("Protocols"), +msgid ""Protocols"), msgstr "" #: src/www/diag_logs_filter_summary.php 44 -'srcip' => gettext("Source IPs"), +msgid ""Source IPs"), msgstr "" #: src/www/diag_logs_filter_summary.php 45 -'dstip' => gettext("Destination IPs"), +msgid ""Destination IPs"), msgstr "" #: src/www/diag_logs_filter_summary.php 46 -'srcport' => gettext("Source Ports"), +msgid ""Source Ports"), msgstr "" #: src/www/diag_logs_filter_summary.php 47 -'dstport' => gettext("Destination Ports")); +msgid ""Destination Ports")); msgstr "" #: src/www/diag_logs_filter_summary.php 67 -print "{$fields[$stat]} ".gettext("data").""; +msgid ""data").""; msgstr "" #: src/www/diag_logs_filter_summary.php 77 -$outstr = "log {$outstr}"; +msgid ""Reverse Resolve with DNS")."">log {$outstr}"; msgstr "" #: src/www/diag_logs_filter_summary.php 196 -


    +msgid "'This is a firewall log summary, of the last %1$s lines of the firewall log (Max %2$s).'), $gotlines, $lines)?>
    msgstr "" #: src/www/diag_logs_filter_summary.php 197 -

    msgstr "" #: src/www/diag_logs_gateways.php 51 -$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("Gateways")); +msgid ""Gateways")); msgstr "" #: src/www/diag_logs_gateways.php 93 -" /> +msgid ""Clear log");?>" /> msgstr "" #: src/www/diag_logs_gateways.php 97 -" /> +msgid ""Filter");?>" /> msgstr "" #: src/www/diag_logs_ipsec.php 44 -$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("IPsec VPN")); +msgid ""IPsec VPN")); msgstr "" #: src/www/diag_logs_ipsec.php 69 -

    +msgid ""Last %s IPsec log entries"),$nentries);?>

    msgstr "" #: src/www/diag_logs_ipsec.php 88 -" /> +msgid ""Clear log");?>" /> msgstr "" #: src/www/diag_logs_ntpd.php 41 -$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("NTP")); +msgid ""NTP")); msgstr "" #: src/www/diag_logs_ntpd.php 66 -

    +msgid ""Last %s NTP log entries"), $nentries);?>

    msgstr "" #: src/www/diag_logs_ntpd.php 75 -" /> +msgid ""Clear log");?>" /> msgstr "" #: src/www/diag_logs_openvpn.php 30 -$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("OpenVPN")); +msgid ""OpenVPN")); msgstr "" #: src/www/diag_logs_openvpn.php 68 -

    +msgid ""Last %s OpenVPN log entries"),$nentries)?>

    msgstr "" #: src/www/diag_logs_openvpn.php 77 -" /> +msgid ""Clear log");?>" /> msgstr "" #: src/www/diag_logs_pills.php 33 -$tab_array[] = array(gettext("PPTP Logins"), +msgid ""PPTP Logins"), msgstr "" #: src/www/diag_logs_pills.php 36 -$tab_array[] = array(gettext("PPTP Raw"), +msgid ""PPTP Raw"), msgstr "" #: src/www/diag_logs_pills.php 39 -$tab_array[] = array(gettext("PPPoE Logins"), +msgid ""PPPoE Logins"), msgstr "" #: src/www/diag_logs_pills.php 42 -$tab_array[] = array(gettext("PPPoE Raw"), +msgid ""PPPoE Raw"), msgstr "" #: src/www/diag_logs_pills.php 45 -$tab_array[] = array(gettext("L2TP Logins"), +msgid ""L2TP Logins"), msgstr "" #: src/www/diag_logs_pills.php 48 -$tab_array[] = array(gettext("L2TP Raw"), +msgid ""L2TP Raw"), msgstr "" #: src/www/diag_logs_pills.php 56 -$tab_array[] = array(gettext("Normal View"), true, "/diag_logs_filter.php"); +msgid ""Normal View"), true, "/diag_logs_filter.php"); msgstr "" #: src/www/diag_logs_pills.php 57 -$tab_array[] = array(gettext("Dynamic View"), false, "/diag_logs_filter_dynamic.php"); +msgid ""Dynamic View"), false, "/diag_logs_filter_dynamic.php"); msgstr "" #: src/www/diag_logs_pills.php 58 -$tab_array[] = array(gettext("Summary View"), false, "/diag_logs_filter_summary.php"); +msgid ""Summary View"), false, "/diag_logs_filter_summary.php"); msgstr "" #: src/www/diag_logs_pills.php 63 -$tab_array[] = array(gettext("General"), true, "/diag_logs.php"); +msgid ""General"), true, "/diag_logs.php"); msgstr "" #: src/www/diag_logs_pills.php 64 -$tab_array[] = array(gettext("Gateways"), false, "/diag_logs_gateways.php"); +msgid ""Gateways"), false, "/diag_logs_gateways.php"); msgstr "" #: src/www/diag_logs_pills.php 65 -$tab_array[] = array(gettext("Routing"), false, "/diag_logs_routing.php"); +msgid ""Routing"), false, "/diag_logs_routing.php"); msgstr "" #: src/www/diag_logs_pills.php 66 -$tab_array[] = array(gettext("Resolver"), false, "/diag_logs_resolver.php"); +msgid ""Resolver"), false, "/diag_logs_resolver.php"); msgstr "" #: src/www/diag_logs_pills.php 67 -$tab_array[] = array(gettext("Wireless"), false, "/diag_logs_wireless.php"); +msgid ""Wireless"), false, "/diag_logs_wireless.php"); msgstr "" #: src/www/diag_logs_ppp.php 41 -$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("PPP")); +msgid ""PPP")); msgstr "" #: src/www/diag_logs_ppp.php 65 -

    +msgid ""Last %s PPP log entries"),$nentries);?>

    msgstr "" #: src/www/diag_logs_ppp.php 74 -" /> +msgid ""Clear log");?>" /> msgstr "" #: src/www/diag_logs_relayd.php 41 -$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("Load Balancer")); +msgid ""Load Balancer")); msgstr "" #: src/www/diag_logs_relayd.php 67 -

    +msgid ""Last %s Load Balancer log entries"),$nentries);?>

    msgstr "" #: src/www/diag_logs_relayd.php 76 -" /> +msgid ""Clear log");?>" /> msgstr "" #: src/www/diag_logs_resolver.php 51 -$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("Resolver")); +msgid ""Resolver")); msgstr "" #: src/www/diag_logs_resolver.php 91 -" /> +msgid ""Clear log");?>" /> msgstr "" #: src/www/diag_logs_resolver.php 96 -" /> +msgid ""Filter");?>" /> msgstr "" #: src/www/diag_logs_routing.php 40 -$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("Routing")); +msgid ""Routing")); msgstr "" #: src/www/diag_logs_routing.php 74 -" /> +msgid ""Clear log");?>" /> msgstr "" #: src/www/diag_logs_settings.php 72 -if ($_POST['resetlogs'] == gettext("Reset Log Files")) { +msgid ""Reset Log Files")) { msgstr "" #: src/www/diag_logs_settings.php 74 -$savemsg .= gettext("The log files have been reset."); +msgid ""The log files have been reset."); msgstr "" #: src/www/diag_logs_settings.php 82 -$input_errors[] = gettext("A valid IP address/hostname or IP/hostname +msgid ""A valid IP address/hostname or IP/hostname port must be specified for remote syslog server #1."); msgstr "" #: src/www/diag_logs_settings.php 85 -$input_errors[] = gettext("A valid IP address/hostname or IP/hostname +msgid ""A valid IP address/hostname or IP/hostname port must be specified for remote syslog server #2."); msgstr "" #: src/www/diag_logs_settings.php 88 -$input_errors[] = gettext("A valid IP address/hostname or IP/hostname +msgid ""A valid IP address/hostname or IP/hostname port must be specified for remote syslog server #3."); msgstr "" #: src/www/diag_logs_settings.php 92 -$input_errors[] = gettext("Number of log entries to show must be between 5 and 2000."); +msgid ""Number of log entries to show must be between 5 and 2000."); msgstr "" #: src/www/diag_logs_settings.php 97 -$input_errors[] = gettext("Log file size must be a positive integer greater than 5120."); +msgid ""Log file size must be a positive integer greater than 5120."); msgstr "" #: src/www/diag_logs_settings.php 162 -log_error(gettext("webConfigurator configuration has changed. Restarting webConfigurator.")); +msgid ""webConfigurator configuration has changed. Restarting webConfigurator.")); msgstr "" #: src/www/diag_logs_settings.php 164 -$savemsg .= "
    " . gettext("WebGUI process is restarting."); +msgid ""WebGUI process is restarting."); msgstr "" #: src/www/diag_logs_settings.php 171 -$pgtitle = array(gettext("Status"), gettext("System logs"), gettext("Settings")); +msgid ""Settings")); msgstr "" #: src/www/diag_logs_settings.php 267 - +msgid ""General Logging Options");?> msgstr "" #: src/www/diag_logs_settings.php 272 - +msgid ""Show log entries in reverse order (newest entries on top)");?> msgstr "" #: src/www/diag_logs_settings.php 278 - msgstr "" #: src/www/diag_logs_settings.php 284 - +msgid ""Logs are held in constant-size circular log files. This field controls how large each log file is, and thus how many entries may exist inside the log. By default this is approximately 500KB per log file, and there are nearly 20 such log files.") ?> msgstr "" #: src/www/diag_logs_settings.php 286 - msgstr "" #: src/www/diag_logs_settings.php 287 - +msgid ""Be aware that increasing this value increases every log file size, so disk usage will increase significantly."); ?> msgstr "" #: src/www/diag_logs_settings.php 288 -. msgstr "" #: src/www/diag_logs_settings.php 289 -. msgstr "" #: src/www/diag_logs_settings.php 296 -
    +msgid ""Log packets matched from the default block rules put in the ruleset");?>
    msgstr "" #: src/www/diag_logs_settings.php 297 - msgstr "" #: src/www/diag_logs_settings.php 300 -
    +msgid ""Log packets matched from the default pass rules put in the ruleset");?>
    msgstr "" #: src/www/diag_logs_settings.php 301 - msgstr "" #: src/www/diag_logs_settings.php 304 -
    +msgid ""Log packets blocked by 'Block Bogon Networks' rules");?>
    msgstr "" #: src/www/diag_logs_settings.php 307 -
    +msgid ""Log packets blocked by 'Block Private Networks' rules");?>
    msgstr "" #: src/www/diag_logs_settings.php 313 -
    +msgid ""Log errors from the web server process.");?>
    msgstr "" #: src/www/diag_logs_settings.php 314 - msgstr "" #: src/www/diag_logs_settings.php 319 -
    +msgid ""Show raw filter logs");?>
    msgstr "" #: src/www/diag_logs_settings.php 320 - msgstr "" #: src/www/diag_logs_settings.php 330 - +msgid ""Show the applied rule description below or in the firewall log rows.");?> msgstr "" #: src/www/diag_logs_settings.php 332 - +msgid ""Displaying rule descriptions for all lines in the log might affect performance with large rule sets.");?> msgstr "" #: src/www/diag_logs_settings.php 339 - +msgid ""Disable writing log files to the local disk");?> msgstr "" #: src/www/diag_logs_settings.php 341 - +msgid ""Disable writing log files to the local RAM disk");?> msgstr "" #: src/www/diag_logs_settings.php 347 -" onclick="return confirm('')" /> +msgid "'Do you really want to reset the log files? This will erase all local log data.');?>')" /> msgstr "" #: src/www/diag_logs_settings.php 349 - msgstr "" #: src/www/diag_logs_settings.php 356 - +msgid ""Remote Logging Options");?> msgstr "" #: src/www/diag_logs_settings.php 359 - +msgid ""Source Address"); ?> msgstr "" #: src/www/diag_logs_settings.php 375 - +msgid ""This option will allow the logging daemon to bind to a single IP address, rather than all IP addresses."); ?> msgstr "" #: src/www/diag_logs_settings.php 376 - +msgid ""If you pick a single IP, remote syslog severs must all be of that IP type. If you wish to mix IPv4 and IPv6 remote syslog servers, you must bind to all interfaces."); ?> msgstr "" #: src/www/diag_logs_settings.php 378 - msgstr "" #: src/www/diag_logs_settings.php 382 - +msgid ""IP Protocol"); ?> msgstr "" #: src/www/diag_logs_settings.php 389 - +msgid ""This option is only used when a non-default address is chosen as the source above. This option only expresses a preference; If an IP address of the selected type is not found on the chosen interface, the other type will be tried."); ?> msgstr "" #: src/www/diag_logs_settings.php 393 - +msgid ""Enable Remote Logging");?> msgstr "" #: src/www/diag_logs_settings.php 395 - +msgid ""Send log messages to remote syslog server");?> msgstr "" #: src/www/diag_logs_settings.php 398 - +msgid ""Remote Syslog Servers");?> msgstr "" #: src/www/diag_logs_settings.php 402 - +msgid ""Server") . " 1";?> msgstr "" #: src/www/diag_logs_settings.php 406 - +msgid ""Server") . " 2";?> msgstr "" #: src/www/diag_logs_settings.php 410 - +msgid ""Server") . " 3";?> msgstr "" #: src/www/diag_logs_settings.php 415 - msgstr "" #: src/www/diag_logs_settings.php 421 - +msgid ""Remote Syslog Contents");?> msgstr "" #: src/www/diag_logs_settings.php 424 -

    +msgid ""Everything");?>

    msgstr "" #: src/www/diag_logs_settings.php 426 -
    +msgid ""System events");?>
    msgstr "" #: src/www/diag_logs_settings.php 428 -
    +msgid ""Firewall events");?>
    msgstr "" #: src/www/diag_logs_settings.php 430 -
    +msgid ""DHCP service events");?>
    msgstr "" #: src/www/diag_logs_settings.php 432 -
    +msgid ""Portal Auth events");?>
    msgstr "" #: src/www/diag_logs_settings.php 434 -
    +msgid ""VPN (PPTP, IPsec, OpenVPN) events");?>
    msgstr "" #: src/www/diag_logs_settings.php 436 -
    +msgid ""Gateway Monitor events");?>
    msgstr "" #: src/www/diag_logs_settings.php 438 -
    +msgid ""Server Load Balancer events");?>
    msgstr "" #: src/www/diag_logs_settings.php 440 -
    +msgid ""Wireless events");?>
    msgstr "" #: src/www/diag_logs_settings.php 445 - " onclick="enable_change(true)" /> +msgid ""Save"); ?>" onclick="enable_change(true)" /> msgstr "" #: src/www/diag_logs_settings.php 450 -
    msgstr "" #: src/www/diag_logs_settings.php 451 - +msgid ""Time");?> msgstr "" #: src/www/diag_logs_vpn.php 134 - +msgid ""Action");?> msgstr "" #: src/www/diag_logs_vpn.php 135 - +msgid ""User");?> msgstr "" #: src/www/diag_logs_vpn.php 136 - +msgid ""IP address");?> msgstr "" #: src/www/diag_logs_vpn.php 148 -" /> +msgid ""Clear log");?>" /> msgstr "" #: src/www/diag_logs_wireless.php 42 -$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("Wireless")); +msgid ""Wireless")); msgstr "" #: src/www/diag_logs_wireless.php 76 -" /> +msgid ""Clear log");?>" /> msgstr "" #: src/www/diag_nanobsd.php 36 -$pgtitle = array(gettext("Diagnostics"), gettext("NanoBSD")); +msgid ""NanoBSD")); msgstr "" #: src/www/diag_nanobsd.php 56 -$statusmsg = gettext("Setting slice information, please wait..."); +msgid ""Setting slice information, please wait..."); msgstr "" #: src/www/diag_nanobsd.php 65 -$savemsg = gettext("The boot slice has been set to") . " " . nanobsd_get_active_slice(); +msgid ""The boot slice has been set to") . " " . nanobsd_get_active_slice(); msgstr "" #: src/www/diag_nanobsd.php 72 -$statusmsg = gettext("Duplicating slice. Please wait, this will take a moment..."); +msgid ""Duplicating slice. Please wait, this will take a moment..."); msgstr "" #: src/www/diag_nanobsd.php 81 -$savemsg = gettext("The slice has been duplicated.") . "

    " . gettext("If you would like to boot from this newly duplicated slice please set it using the bootup information area."); +msgid ""If you would like to boot from this newly duplicated slice please set it using the bootup information area."); msgstr "" #: src/www/diag_nanobsd.php 83 -$savemsg = gettext("There was an error while duplicating the slice. Operation aborted."); +msgid ""There was an error while duplicating the slice. Operation aborted."); msgstr "" #: src/www/diag_nanobsd.php 123 -  msgstr "" #: src/www/diag_nanobsd.php 125 - +msgid ""The options on this page are intended for use by advanced users only.")?> msgstr "" #: src/www/diag_nanobsd.php 131 - +msgid ""Bootup information");?> msgstr "" #: src/www/diag_nanobsd.php 134 - +msgid ""NanoBSD Image size");?> msgstr "" #: src/www/diag_nanobsd.php 140 - +msgid ""Bootup");?> msgstr "" #: src/www/diag_nanobsd.php 143 - msgstr "" #: src/www/diag_nanobsd.php 144 -

    +msgid ""This will switch the bootup slice to the alternate slice.");?> msgstr "" #: src/www/diag_nanobsd.php 154 - +msgid ""Media Read/Write Status");?> msgstr "" #: src/www/diag_nanobsd.php 168 -echo gettext("Read/Write") . $refdisplay; +msgid ""Read/Write") . $refdisplay; msgstr "" #: src/www/diag_nanobsd.php 170 -echo "
    "; +msgid ""Switch to Read-Only") . "'>"; msgstr "" #: src/www/diag_nanobsd.php 172 -echo gettext("Read-Only"); +msgid ""Read-Only"); msgstr "" #: src/www/diag_nanobsd.php 174 -echo "
    "; +msgid ""Switch to Read/Write") . "'>"; msgstr "" #: src/www/diag_nanobsd.php 177 -
    msgstr "" #: src/www/diag_nanobsd.php 184 -> +msgid ""Keep media mounted read/write at all times.") ?> msgstr "" #: src/www/diag_nanobsd.php 185 -
    +msgid ""Save") ?>'> msgstr "" #: src/www/diag_nanobsd.php 193 - +msgid ""Duplicate bootup slice to alternate");?> msgstr "" #: src/www/diag_nanobsd.php 196 - +msgid ""Duplicate bootup slice");?> msgstr "" #: src/www/diag_nanobsd.php 199 - msgstr "" #: src/www/diag_nanobsd.php 206 - +msgid ""This will duplicate the bootup slice to the alternate slice. Use this if you would like to duplicate the known good working boot partition to the alternate.");?> msgstr "" #: src/www/diag_nanobsd.php 207 -
    +msgid ""Duplicate slice") ?>'> msgstr "" #: src/www/diag_nanobsd.php 215 - +msgid ""Periodic Data Backup");?> msgstr "" #: src/www/diag_nanobsd.php 218 - +msgid ""RRD/DHCP Backup");?> msgstr "" #: src/www/diag_nanobsd.php 220 - Advanced, Miscellaneous tab")?>. +msgid ""System > Advanced, Miscellaneous tab")?>. msgstr "" #: src/www/diag_nanobsd.php 228 - +msgid ""View upgrade log");?> msgstr "" #: src/www/diag_nanobsd.php 231 - +msgid ""View previous upgrade log");?> msgstr "" #: src/www/diag_ndp.php 91 -$pgtitle = array(gettext("Diagnostics"),gettext("NDP Table")); +msgid ""NDP Table")); msgstr "" #: src/www/diag_ndp.php 124 - +msgid ""IPv6 address"); ?> msgstr "" #: src/www/diag_ndp.php 134 - +msgid ""MAC address"); ?> msgstr "" #: src/www/diag_ndp.php 144 - +msgid ""Hostname"); ?> msgstr "" #: src/www/diag_ndp.php 154 - +msgid ""Interface"); ?> msgstr "" #: src/www/diag_packet_capture.php 72 -if ($_POST['downloadbtn'] == gettext("Download Capture")) +msgid ""Download Capture")) msgstr "" #: src/www/diag_packet_capture.php 75 -$pgtitle = array(gettext("Diagnostics"), gettext("Packet Capture")); +msgid ""Packet Capture")); msgstr "" #: src/www/diag_packet_capture.php 97 -$interfaces['ovpn' . substr($mode, 0, 1) . $setting['vpnid']] = gettext("OpenVPN") . " ".$mode." +msgid ""OpenVPN") . " ".$mode." ".htmlspecialchars($setting['description']); msgstr "" #: src/www/diag_packet_capture.php 114 -$input_errors[] = gettext("Invalid interface."); +msgid ""Invalid interface."); msgstr "" #: src/www/diag_packet_capture.php 117 -$input_errors[] = gettext("Invalid address family."); +msgid ""Invalid address family."); msgstr "" #: src/www/diag_packet_capture.php 120 -$input_errors[] = gettext("Invalid protocol."); +msgid ""Invalid protocol."); msgstr "" #: src/www/diag_packet_capture.php 132 -$input_errors[] = sprintf(gettext("A valid IP address or CIDR block must be specified. [%s]"), $h); +msgid ""A valid IP address or CIDR block must be specified. [%s]"), $h); msgstr "" #: src/www/diag_packet_capture.php 138 -$input_errors[] = gettext("Invalid value specified for port."); +msgid ""Invalid value specified for port."); msgstr "" #: src/www/diag_packet_capture.php 145 -$input_errors[] = gettext("Invalid value specified for packet length."); +msgid ""Invalid value specified for packet length."); msgstr "" #: src/www/diag_packet_capture.php 152 -$input_errors[] = gettext("Invalid value specified for packet count."); +msgid ""Invalid value specified for packet count."); msgstr "" #: src/www/diag_packet_capture.php 178 -$action = gettext("Start"); +msgid ""Start"); msgstr "" #: src/www/diag_packet_capture.php 185 -$action = gettext("Stop"); +msgid ""Stop"); msgstr "" #: src/www/diag_packet_capture.php 230 -

    +msgid ""Packet capture");?> msgstr "" #: src/www/diag_packet_capture.php 239 - +msgid ""Interface");?> msgstr "" #: src/www/diag_packet_capture.php 248 -

    +msgid ""Select the interface on which to capture traffic.");?>

    msgstr "" #: src/www/diag_packet_capture.php 252 - +msgid ""Promiscuous");?> msgstr "" #: src/www/diag_packet_capture.php 255 -

    +msgid ""If checked, the");?> msgstr "" #: src/www/diag_packet_capture.php 256 -
    -

    +msgid ""Note");?> +msgid ""Some network adapters do not support or work well in promiscuous mode.");?>

    msgstr "" #: src/www/diag_packet_capture.php 260 - +msgid ""Address Family");?> msgstr "" #: src/www/diag_packet_capture.php 267 -

    +msgid ""Select the type of traffic to be captured, either Any, IPv4 only or IPv6 only.");?>

    msgstr "" #: src/www/diag_packet_capture.php 271 - +msgid ""Protocol");?> msgstr "" #: src/www/diag_packet_capture.php 289 -

    +msgid ""Select the protocol to capture, or Any.");?>

    msgstr "" #: src/www/diag_packet_capture.php 293 - +msgid ""Host Address");?> msgstr "" #: src/www/diag_packet_capture.php 296 -

    +msgid ""This value is either the Source or Destination IP address or subnet in CIDR notation. The packet capture will look for this address in either field.");?> msgstr "" #: src/www/diag_packet_capture.php 297 -
    +msgid ""Matching can be negated by preceding the value with "!". Multiple IP addresses or CIDR subnets may be specified. Comma (",") separated values perform a boolean "and". Separating with a pipe ("|") performs a boolean "or".");?> msgstr "" #: src/www/diag_packet_capture.php 298 -
    +msgid ""If you leave this field blank, all packets on the specified interface will be captured.");?> msgstr "" #: src/www/diag_packet_capture.php 303 - +msgid ""Port");?> msgstr "" #: src/www/diag_packet_capture.php 307 -

    +msgid ""Leave blank if you do not want to filter by port.");?>

    msgstr "" #: src/www/diag_packet_capture.php 311 - +msgid ""Packet Length");?> msgstr "" #: src/www/diag_packet_capture.php 314 -

    +msgid ""The Packet length is the number of bytes of each packet that will be captured. Default value is 0, which will capture the entire frame regardless of its size.");?>

    msgstr "" #: src/www/diag_packet_capture.php 318 - +msgid ""Count");?> msgstr "" #: src/www/diag_packet_capture.php 321 -

    " . gettext("Enter 0 (zero) for no count limit.");?>

    +msgid ""Enter 0 (zero) for no count limit.");?>

    msgstr "" #: src/www/diag_packet_capture.php 326 - +msgid ""Level of Detail");?> msgstr "" #: src/www/diag_packet_capture.php 329 - +msgid ""Normal");?> msgstr "" #: src/www/diag_packet_capture.php 330 - +msgid ""Medium");?> msgstr "" #: src/www/diag_packet_capture.php 331 - +msgid ""High");?> msgstr "" #: src/www/diag_packet_capture.php 332 - +msgid ""Full");?> msgstr "" #: src/www/diag_packet_capture.php 334 -

    " . +msgid ""This is the level of detail that will be displayed after hitting 'Stop' when the packets have been captured.") . "
    " . msgstr "" #: src/www/diag_packet_capture.php 335 -gettext("Note +msgid ""Note ") . " " . msgstr "" #: src/www/diag_packet_capture.php 336 -gettext("This option does not affect the level of detail when downloading the packet capture.");?>

    +msgid ""This option does not affect the level of detail when downloading the packet capture.");?>

    msgstr "" #: src/www/diag_packet_capture.php 341 - +msgid ""Reverse DNS Lookup");?> msgstr "" #: src/www/diag_packet_capture.php 344 -

    +msgid ""This check box will cause the packet capture to perform a reverse DNS lookup associated with all IP addresses.");?> msgstr "" #: src/www/diag_packet_capture.php 345 -
    -

    +msgid ""Note");?> +msgid ""This option can cause delays for large packet captures.");?>

    msgstr "" #: src/www/diag_packet_capture.php 362 -if (($action == gettext("Stop") or $action == "") and $processisrunning != true) +msgid ""Stop") or $action == "") and $processisrunning != true) msgstr "" #: src/www/diag_packet_capture.php 363 -echo " "; +msgid ""Start") . "" /> "; msgstr "" #: src/www/diag_packet_capture.php 365 -echo " "; +msgid ""Stop") . "" /> "; msgstr "" #: src/www/diag_packet_capture.php 368 -echo " "; +msgid ""View Capture") . "" /> "; msgstr "" #: src/www/diag_packet_capture.php 369 -echo ""; +msgid ""Download Capture") . "" />"; msgstr "" #: src/www/diag_packet_capture.php 370 -echo "
    " . gettext("The packet capture file was last updated +msgid ""The packet capture file was last updated ") . " " . date("F jS, Y g i s a.", filemtime($fp.$fn)); @@ -20814,687 +20777,687 @@ msgstr "" #: src/www/diag_packet_capture.php 390 -$title = gettext("Packet Capture is running."); +msgid ""Packet Capture is running."); msgstr "" #: src/www/diag_packet_capture.php 426 -if ($action == gettext("Start")) { +msgid ""Start")) { msgstr "" #: src/www/diag_packet_capture.php 428 -$title = gettext("Packet Capture is running."); +msgid ""Packet Capture is running."); msgstr "" #: src/www/diag_packet_capture.php 437 -$title = gettext("Packet Capture stopped.") . " " . gettext("Packets Captured +msgid ""Packets Captured "); msgstr "" #: src/www/diag_patterns.php 32 -if (($_POST['submit'] == gettext("Upload Pattern file")) && is_uploaded_file($_FILES['ulfile']['tmp_name'])) { +msgid ""Upload Pattern file")) && is_uploaded_file($_FILES['ulfile']['tmp_name'])) { msgstr "" #: src/www/diag_patterns.php 38 -write_config(sprintf(gettext("Added custom l7 pattern %s"), $_FILES['ulfile']['name'])); +msgid ""Added custom l7 pattern %s"), $_FILES['ulfile']['name'])); msgstr "" #: src/www/diag_patterns.php 40 -$ulmsg = gettext("Uploaded file to") . " /usr/local/share/protocols/" . htmlentities($_FILES['ulfile']['name']); +msgid ""Uploaded file to") . " /usr/local/share/protocols/" . htmlentities($_FILES['ulfile']['name']); msgstr "" #: src/www/diag_patterns.php 43 -$ulmsg = gettext("Warning +msgid ""Warning You must upload a file with .pat extension."); msgstr "" #: src/www/diag_patterns.php 52 -$pgtitle = array(gettext("Diagnostics"), gettext("Add layer7 pattern")); +msgid ""Add layer7 pattern")); msgstr "" #: src/www/diag_patterns.php 76 - +msgid ""Upload layer7 pattern file");?> msgstr "" #: src/www/diag_patterns.php 79 - msgstr "" #: src/www/diag_patterns.php 87 -" /> +msgid ""Upload Pattern file");?>" /> msgstr "" #: src/www/diag_pf_info.php 31 -$pgtitle = gettext("Diagnostics +msgid ""Diagnostics pfInfo"); msgstr "" #: src/www/diag_pf_info.php 87 - +msgid ""Gathering PF information, please wait...");?> msgstr "" #: src/www/diag_ping.php 30 -$pgtitle = array(gettext("Diagnostics"), gettext("Ping")); +msgid ""Ping")); msgstr "" #: src/www/diag_ping.php 43 -$reqdfieldsn = array(gettext("Host"),gettext("Count")); +msgid ""Count")); msgstr "" #: src/www/diag_ping.php 47 -$input_errors[] = sprintf(gettext("Count must be between 1 and %s"), MAX_COUNT); +msgid ""Count must be between 1 and %s"), MAX_COUNT); msgstr "" #: src/www/diag_ping.php 53 -$input_errors[] = gettext("When using IPv4, the target host must be an IPv4 address or hostname."); +msgid ""When using IPv4, the target host must be an IPv4 address or hostname."); msgstr "" #: src/www/diag_ping.php 55 -$input_errors[] = gettext("When using IPv6, the target host must be an IPv6 address or hostname."); +msgid ""When using IPv6, the target host must be an IPv6 address or hostname."); msgstr "" #: src/www/diag_ping.php 86 -

    +msgid ""Ping"); ?> msgstr "" #: src/www/diag_ping.php 95 - +msgid ""Host"); ?> msgstr "" #: src/www/diag_ping.php 99 - +msgid ""IP Protocol"); ?> msgstr "" #: src/www/diag_ping.php 106 - +msgid ""Source Address"); ?> msgstr "" #: src/www/diag_ping.php 122 - +msgid ""Count"); ?> msgstr "" #: src/www/diag_ping.php 131 -" /> +msgid ""Ping"); ?>" /> msgstr "" #: src/www/diag_ping.php 155 -

    +msgid ""Ping output"); ?> msgstr "" #: src/www/diag_resetstate.php 40 -$savemsg .= gettext("The state table has been flushed successfully."); +msgid ""The state table has been flushed successfully."); msgstr "" #: src/www/diag_resetstate.php 46 -$savemsg .= gettext("The source tracking table has been flushed successfully."); +msgid ""The source tracking table has been flushed successfully."); msgstr "" #: src/www/diag_resetstate.php 50 -$pgtitle = array(gettext("Diagnostics"), gettext("Reset state")); +msgid ""Reset state")); msgstr "" #: src/www/diag_resetstate.php 67 -$tab_array[0] = array(gettext("States"), false, "diag_dump_states.php"); +msgid ""States"), false, "diag_dump_states.php"); msgstr "" #: src/www/diag_resetstate.php 68 -$tab_array[1] = array(gettext("Reset states"), true, "diag_resetstate.php"); +msgid ""Reset states"), true, "diag_resetstate.php"); msgstr "" #: src/www/diag_resetstate.php 88 -
    +msgid ""Firewall state table"); ?>
    msgstr "" #: src/www/diag_resetstate.php 90 -
    +msgid ""Firewall Source Tracking"); ?>
    msgstr "" #: src/www/diag_resetstate.php 109 -
    +msgid ""This does not clear active connection states, only source tracking."); ?>
    msgstr "" #: src/www/diag_resetstate.php 116 -" /> +msgid ""Reset"); ?>" /> msgstr "" #: src/www/diag_routes.php 57 -$pgtitle = array(gettext("Diagnostics"),gettext("Routing tables")); +msgid ""Routing tables")); msgstr "" #: src/www/diag_routes.php 161 -

    +msgid ""Routing tables"); ?> msgstr "" #: src/www/diag_routes.php 171 - +msgid ""Name resolution");?> msgstr "" #: src/www/diag_routes.php 172 - />  +msgid ""Enable");?> msgstr "" #: src/www/diag_routes.php 173 -

    +msgid ""Enable this to attempt to resolve names when displaying the tables.");?>

    msgstr "" #: src/www/diag_routes.php 177 - +msgid ""Number of rows");?> msgstr "" #: src/www/diag_routes.php 180 -foreach (array("10", "50", "100", "200", "500", "1000", gettext("all")) as $item) { +msgid ""all")) as $item) { msgstr "" #: src/www/diag_routes.php 185 -

    +msgid ""Select how many rows to display.");?>

    msgstr "" #: src/www/diag_routes.php 189 - +msgid ""Filter expression");?> msgstr "" #: src/www/diag_routes.php 192 -

    +msgid ""Use a regular expression to filter IP address or hostnames.");?>

    msgstr "" #: src/www/diag_routes.php 198 -" /> +msgid ""Update"); ?>" /> msgstr "" #: src/www/diag_routes.php 199 -

    +msgid ""Note +msgid ""By enabling name resolution, the query should take a bit longer. You can stop it at any time by clicking the Stop button in your browser.");?>

    msgstr "" #: src/www/diag_routes.php 221 - +msgid ""Gathering data, please wait...");?> msgstr "" #: src/www/diag_routes.php 237 - +msgid ""Gathering data, please wait...");?> msgstr "" #: src/www/diag_smart.php 32 -$pgtitle = array(gettext("Diagnostics"), gettext("S.M.A.R.T. Monitor Tools")); +msgid ""S.M.A.R.T. Monitor Tools")); msgstr "" #: src/www/diag_smart.php 68 -$replacements[0] = '' . gettext("PASSED") . ''; +msgid ""PASSED") . '
    '; msgstr "" #: src/www/diag_smart.php 69 -$replacements[1] = '' . gettext("FAILED") . ''; +msgid ""FAILED") . ''; msgstr "" #: src/www/diag_smart.php 70 -$replacements[2] = '' . gettext("Warning") . ''; +msgid ""Warning") . ''; msgstr "" #: src/www/diag_smart.php 121 - +msgid ""Abort") . '" /> msgstr "" #: src/www/diag_smart.php 170 -$savemsg = sprintf(gettext("Email sent to %s"), $config['system']['smartmonemail']); +msgid ""Email sent to %s"), $config['system']['smartmonemail']); msgstr "" #: src/www/diag_smart.php 208 -$tab_array[0] = array(gettext("Information/Tests"), false, $_SERVER['PHP_SELF'] . "?action=default"); +msgid ""Information/Tests"), false, $_SERVER['PHP_SELF'] . "?action=default"); msgstr "" #: src/www/diag_smart.php 209 -$tab_array[1] = array(gettext("Config"), true, $_SERVER['PHP_SELF'] . "?action=config"); +msgid ""Config"), true, $_SERVER['PHP_SELF'] . "?action=config"); msgstr "" #: src/www/diag_smart.php 220 - +msgid ""Config"); ?> msgstr "" #: src/www/diag_smart.php 223 - +msgid ""Email Address"); ?> msgstr "" #: src/www/diag_smart.php 233 -" class="formbtn" /> +msgid ""Save"); ?>" class="formbtn" /> msgstr "" #: src/www/diag_smart.php 245 - +msgid ""Test email"); ?> msgstr "" #: src/www/diag_smart.php 250 - +msgid ""Send test email to %s"), $config['system']['smartmonemail']); ?> msgstr "" #: src/www/diag_smart.php 258 -" class="formbtn" /> +msgid ""Send"); ?>" class="formbtn" /> msgstr "" #: src/www/diag_smart.php 284 -

    +msgid ""Info"); ?> msgstr "" #: src/www/diag_smart.php 293 - +msgid ""Info type"); ?> msgstr "" #: src/www/diag_smart.php 295 - +msgid ""Info"); ?> msgstr "" #: src/www/diag_smart.php 296 - +msgid ""Health"); ?> msgstr "" #: src/www/diag_smart.php 297 - +msgid ""SMART Capabilities"); ?> msgstr "" #: src/www/diag_smart.php 298 - +msgid ""Attributes"); ?> msgstr "" #: src/www/diag_smart.php 299 - +msgid ""All"); ?> msgstr "" #: src/www/diag_smart.php 304 - msgstr "" #: src/www/diag_smart.php 320 -" /> +msgid ""View"); ?>" /> msgstr "" #: src/www/diag_smart.php 337 -

    +msgid ""Perform Self-tests"); ?> msgstr "" #: src/www/diag_smart.php 346 - +msgid ""Test type"); ?> msgstr "" #: src/www/diag_smart.php 349 - +msgid ""Offline"); ?> msgstr "" #: src/www/diag_smart.php 350 - +msgid ""Short"); ?> msgstr "" #: src/www/diag_smart.php 351 - +msgid ""Long"); ?> msgstr "" #: src/www/diag_smart.php 352 - +msgid ""Conveyance (ATA Disks Only)"); ?> msgstr "" #: src/www/diag_smart.php 357 - msgstr "" #: src/www/diag_smart.php 373 -" /> +msgid ""Test"); ?>" /> msgstr "" #: src/www/diag_smart.php 390 -

    +msgid ""View Logs"); ?> msgstr "" #: src/www/diag_smart.php 399 - +msgid ""Log type"); ?> msgstr "" #: src/www/diag_smart.php 402 - +msgid ""Error"); ?> msgstr "" #: src/www/diag_smart.php 403 - +msgid ""Self-test"); ?> msgstr "" #: src/www/diag_smart.php 408 - msgstr "" #: src/www/diag_smart.php 424 -" /> +msgid ""View"); ?>" /> msgstr "" #: src/www/diag_smart.php 441 -

    +msgid ""Abort tests"); ?> msgstr "" #: src/www/diag_smart.php 450 - msgstr "" #: src/www/diag_smart.php 466 -" class="btn btn-primary" onclick="return confirm('')" /> +msgid ""Do you really want to abort the test?"); ?>')" /> msgstr "" #: src/www/diag_smart.php 485 -echo '
    ' . gettext("Back") . ''; +msgid ""Back") . ''; msgstr "" #: src/www/diag_sockets.php 32 -$pgtitle = array(gettext("Diagnostics"),gettext("Sockets")); +msgid ""Sockets")); msgstr "" #: src/www/diag_states_summary.php 143 - +msgid ""IP");?> msgstr "" #: src/www/diag_states_summary.php 144 -# +msgid ""States");?> msgstr "" #: src/www/diag_states_summary.php 145 - +msgid ""Proto");?> msgstr "" #: src/www/diag_states_summary.php 146 -# +msgid ""States");?> msgstr "" #: src/www/diag_states_summary.php 147 - +msgid ""Src Ports");?> msgstr "" #: src/www/diag_states_summary.php 148 - +msgid ""Dst Ports");?> msgstr "" #: src/www/diag_states_summary.php 180 -$pgtitle = array(gettext("Diagnostics"),gettext("State Table Summary")); +msgid ""State Table Summary")); msgstr "" #: src/www/diag_states_summary.php 194 -print_summary_table(gettext("By Source IP"), $srcipinfo); +msgid ""By Source IP"), $srcipinfo); msgstr "" #: src/www/diag_states_summary.php 195 -print_summary_table(gettext("By Destination IP"), $dstipinfo); +msgid ""By Destination IP"), $dstipinfo); msgstr "" #: src/www/diag_states_summary.php 196 -print_summary_table(gettext("Total per IP"), $allipinfo); +msgid ""Total per IP"), $allipinfo); msgstr "" #: src/www/diag_states_summary.php 197 -print_summary_table(gettext("By IP Pair"), $pairipinfo, FALSE); +msgid ""By IP Pair"), $pairipinfo, FALSE); msgstr "" #: src/www/diag_system_activity.php 31 -$pgtitle = gettext("Diagnostics +msgid ""Diagnostics System Activity"); msgstr "" #: src/www/diag_system_activity.php 86 - +msgid ""Gathering CPU activity, please wait...");?> msgstr "" #: src/www/diag_system_pftop.php 31 -$pgtitle = gettext("Diagnostics +msgid ""Diagnostics pfTop"); msgstr "" #: src/www/diag_system_pftop.php 118 - msgstr "" #: src/www/diag_system_pftop.php 119 - msgstr "" #: src/www/diag_system_pftop.php 120 - msgstr "" @@ -21502,960 +21465,960 @@ msgstr "" src/www/diag_system_pftop.php 126 +msgid ""Default");?> msgstr "" #: src/www/diag_system_pftop.php 127 +msgid ""Label");?> msgstr "" #: src/www/diag_system_pftop.php 128 +msgid ""Long");?> msgstr "" #: src/www/diag_system_pftop.php 129 +msgid ""Queue");?> msgstr "" #: src/www/diag_system_pftop.php 130 +msgid ""Rules");?> msgstr "" #: src/www/diag_system_pftop.php 131 +msgid ""Size");?> msgstr "" #: src/www/diag_system_pftop.php 132 +msgid ""Speed");?> msgstr "" #: src/www/diag_system_pftop.php 133 +msgid ""State");?> msgstr "" #: src/www/diag_system_pftop.php 134 +msgid ""Time");?> msgstr "" #: src/www/diag_system_pftop.php 137 +msgid ""Age");?> msgstr "" #: src/www/diag_system_pftop.php 138 +msgid ""Bytes");?> msgstr "" #: src/www/diag_system_pftop.php 139 +msgid ""Destination Address");?> msgstr "" #: src/www/diag_system_pftop.php 140 +msgid ""Destination Port");?> msgstr "" #: src/www/diag_system_pftop.php 141 +msgid ""Expiry");?> msgstr "" #: src/www/diag_system_pftop.php 142 +msgid ""None");?> msgstr "" #: src/www/diag_system_pftop.php 143 +msgid ""Peak");?> msgstr "" #: src/www/diag_system_pftop.php 144 +msgid ""Packet");?> msgstr "" #: src/www/diag_system_pftop.php 145 +msgid ""Rate");?> msgstr "" #: src/www/diag_system_pftop.php 146 +msgid ""Size");?> msgstr "" #: src/www/diag_system_pftop.php 147 +msgid ""Source Port");?> msgstr "" #: src/www/diag_system_pftop.php 148 +msgid ""Source Address");?> msgstr "" #: src/www/diag_system_pftop.php 178 -
    +msgid ""Gathering pfTOP activity, please wait...");?> msgstr "" #: src/www/diag_tables.php 33 -$pgtitle = array(gettext("Diagnostics"), gettext("Tables")); +msgid ""Tables")); msgstr "" #: src/www/diag_tables.php 76 -$savemsg = gettext("The bogons database has been updated."); +msgid ""The bogons database has been updated."); msgstr "" #: src/www/diag_tables.php 138 - +msgid ""IP Address");?> msgstr "" #: src/www/diag_tables.php 158 -echo "" . gettext("No entries exist in this table.") . "  " . " " . gettext(" the latest bogon data."); +msgid "" the latest bogon data."); msgstr "" #: src/www/diag_tables.php 160 -echo "" . gettext("No entries exist in this table."); +msgid ""No entries exist in this table."); msgstr "" #: src/www/diag_tables.php 167 -echo " $count " . gettext("entries in this table.") . "  " . " " . gettext(" the latest bogon data.") . "
    " . "$last_updated"; +msgid "" the latest bogon data.") . "
    " . "$last_updated"; msgstr "" #: src/www/diag_tables.php 170 -echo "" . gettext("Delete") . " " . gettext("all") . " " . "$count " . gettext("entries in this table."); +msgid ""entries in this table."); msgstr "" #: src/www/diag_testport.php 32 -$pgtitle = array(gettext("Diagnostics"), gettext("Test Port")); +msgid ""Test Port")); msgstr "" #: src/www/diag_testport.php 43 -$reqdfieldsn = array(gettext("Host"),gettext("Port")); +msgid ""Port")); msgstr "" #: src/www/diag_testport.php 47 -$input_errors[] = gettext("Please enter a valid IP or hostname."); +msgid ""Please enter a valid IP or hostname."); msgstr "" #: src/www/diag_testport.php 51 -$input_errors[] = gettext("Please enter a valid port number."); +msgid ""Please enter a valid port number."); msgstr "" #: src/www/diag_testport.php 55 -$input_errors[] = gettext("Please enter a valid source port number, or leave the field blank."); +msgid ""Please enter a valid source port number, or leave the field blank."); msgstr "" #: src/www/diag_testport.php 59 -$input_errors[] = gettext("You cannot connect to an IPv4 address using IPv6."); +msgid ""You cannot connect to an IPv4 address using IPv6."); msgstr "" #: src/www/diag_testport.php 62 -$input_errors[] = gettext("You cannot connect to an IPv6 address using IPv4."); +msgid ""You cannot connect to an IPv6 address using IPv4."); msgstr "" #: src/www/diag_testport.php 92 - +msgid ""This page allows you to perform a simple TCP connection test to determine if a host is up and accepting connections on a given port. This test does not function for UDP since there is no way to reliably determine if a UDP port accepts connections in this manner."); ?> msgstr "" #: src/www/diag_testport.php 94 - +msgid ""No data is transmitted to the remote host during this test, it will only attempt to open a connection and optionally display the data sent back from the server."); ?> msgstr "" #: src/www/diag_testport.php 102 -

    +msgid ""Test Port"); ?> msgstr "" #: src/www/diag_testport.php 111 - +msgid ""Host"); ?> msgstr "" #: src/www/diag_testport.php 115 - +msgid ""Port"); ?> msgstr "" #: src/www/diag_testport.php 119 - +msgid ""Source Port"); ?> msgstr "" #: src/www/diag_testport.php 121 -

    +msgid ""This should typically be left blank."); ?>

    msgstr "" #: src/www/diag_testport.php 125 - +msgid ""Show Remote Text"); ?> msgstr "" #: src/www/diag_testport.php 127 -

    +msgid ""Shows the text given by the server when connecting to the port. Will take 10+ seconds to display if checked."); ?>

    msgstr "" #: src/www/diag_testport.php 131 - +msgid ""Source Address"); ?> msgstr "" #: src/www/diag_testport.php 148 - +msgid ""IP Protocol"); ?> msgstr "" #: src/www/diag_testport.php 155 - +msgid ""IPv4");?> msgstr "" #: src/www/diag_testport.php 158 - +msgid ""IPv6");?> msgstr "" #: src/www/diag_testport.php 161 -

    it will result in an error. For example if you force IPv4 and use a hostname that only returns an AAAA IPv6 IP address, it will not work."); ?>

    +msgid ""If you force IPv4 or IPv6 and use a hostname that does not contain a result using that protocol,
    it will result in an error. For example if you force IPv4 and use a hostname that only returns an AAAA IPv6 IP address, it will not work."); ?>

    msgstr "" #: src/www/diag_testport.php 166 -" /> +msgid ""Test"); ?>" /> msgstr "" #: src/www/diag_testport.php 193 -

    +msgid ""Port Test Results"); ?> msgstr "" #: src/www/diag_testport.php 268 -echo gettext("No output received, or connection failed. Try with "Show Remote Text" unchecked first."); +msgid ""No output received, or connection failed. Try with "Show Remote Text" unchecked first."); msgstr "" #: src/www/diag_testport.php 270 -echo gettext("Connection failed (Refused/Timeout)"); +msgid ""Connection failed (Refused/Timeout)"); msgstr "" #: src/www/diag_traceroute.php 32 -$pgtitle = array(gettext("Diagnostics"),gettext("Traceroute")); +msgid ""Traceroute")); msgstr "" #: src/www/diag_traceroute.php 49 -$reqdfieldsn = array(gettext("Host"),gettext("ttl")); +msgid ""ttl")); msgstr "" #: src/www/diag_traceroute.php 53 -$input_errors[] = sprintf(gettext("Maximum number of hops must be between 1 and %s"), MAX_TTL); +msgid ""Maximum number of hops must be between 1 and %s"), MAX_TTL); msgstr "" #: src/www/diag_traceroute.php 58 -$input_errors[] = gettext("When using IPv4, the target host must be an IPv4 address or hostname."); +msgid ""When using IPv4, the target host must be an IPv4 address or hostname."); msgstr "" #: src/www/diag_traceroute.php 60 -$input_errors[] = gettext("When using IPv6, the target host must be an IPv6 address or hostname."); +msgid ""When using IPv6, the target host must be an IPv6 address or hostname."); msgstr "" #: src/www/diag_traceroute.php 94 -

    +msgid ""Traceroute");?> msgstr "" #: src/www/diag_traceroute.php 103 - +msgid ""Host"); ?> msgstr "" #: src/www/diag_traceroute.php 107 - +msgid ""IP Protocol"); ?> msgstr "" #: src/www/diag_traceroute.php 114 - +msgid ""Source Address"); ?> msgstr "" #: src/www/diag_traceroute.php 130 - +msgid ""Maximum number of hops");?> msgstr "" #: src/www/diag_traceroute.php 138 - +msgid ""Reverse Address Lookup");?> msgstr "" #: src/www/diag_traceroute.php 142 - +msgid ""Use ICMP");?> msgstr "" #: src/www/diag_traceroute.php 147 -" /> +msgid ""Traceroute"); ?>" /> msgstr "" #: src/www/diag_traceroute.php 153 -

    msgstr "" #: src/www/diag_traceroute.php 154 - +msgid ""Traceroute may take a while to complete. You may hit the Stop button on your browser at any time to see the progress of failed traceroutes.");?> msgstr "" #: src/www/diag_traceroute.php 156 - +msgid ""Using a source interface/IP address that does not match selected type (IPv4, IPv6) will result in an error or empty output.");?> msgstr "" #: src/www/diag_traceroute.php 180 -

    +msgid ""Traceroute output"); ?> msgstr "" #: src/www/easyrule.php 31 -$pgtitle = gettext("Firewall +msgid ""Firewall EasyRule"); msgstr "" #: src/www/easyrule.php 71 - +msgid ""Message"); ?> msgstr "" #: src/www/easyrule.php 74 -, > "font-weight +msgid ""Restart HTTPD"), "/restart_httpd.php", "style" => "font-weight bold; color yellow;"); msgstr "" @@ -22463,34 +22426,34 @@ msgstr "" #: src/www/fbegin.inc 301 -$help_menu[] = array(gettext("About this Page"), $helpurl); +msgid ""About this Page"), $helpurl); msgstr "" #: src/www/fbegin.inc 302 -$help_menu[] = array(gettext("Bug Database"), "https +msgid ""Bug Database"), "https //github.com/opnsense/core/issues"); msgstr "" #: src/www/fbegin.inc 303 -$help_menu[] = array(gettext("User Forum"), "https +msgid ""User Forum"), "https //forum.opnsense.org/"); msgstr "" #: src/www/fbegin.inc 304 -$help_menu[] = array(gettext("Documentation"), "https +msgid ""Documentation"), "https //wiki.opnsense.org/"); msgstr "" #: src/www/fbegin.inc 305 -$help_menu[] = array(gettext("Developers Wiki"), "https +msgid ""Developers Wiki"), "https //wiki.opnsense.org/index.php/Develop Info"); msgstr "" @@ -22498,132 +22461,132 @@ msgstr "" #: src/www/fbegin.inc 306 -$help_menu[] = array(gettext("Paid Support"), "https +msgid ""Paid Support"), "https //opnsense.org/support-overview/commercial-support/"); msgstr "" #: src/www/fbegin.inc 307 -$help_menu[] = array(gettext("FreeBSD Handbook"), "https +msgid ""FreeBSD Handbook"), "https //www.freebsd.org/doc/handbook/"); msgstr "" #: src/www/fbegin.inc 332 -$pgtitle = array(gettext("System"),gettext("Package Manager")); +msgid ""Package Manager")); msgstr "" #: src/www/fbegin.inc 333 -print_info_box(gettext("Packages are currently being reinstalled in the background.

    Do not make changes in the GUI until this is complete.") . "

    firmware update"); +msgid ""Packages are currently being reinstalled in the background.

    Do not make changes in the GUI until this is complete.") . "

    firmware update"); msgstr "" #: src/www/fbegin.inc 372 -

  • ">Help
  • +msgid ""Help for items on this page"); ?>">Help msgstr "" #: src/www/fbegin.inc 392 +msgid ""System"); ?> msgstr "" #: src/www/fbegin.inc 401 +msgid ""Interfaces"); ?> msgstr "" #: src/www/fbegin.inc 410 +msgid ""Firewall"); ?> msgstr "" #: src/www/fbegin.inc 419 +msgid ""Services"); ?> msgstr "" #: src/www/fbegin.inc 428 +msgid ""VPN"); ?> msgstr "" #: src/www/fbegin.inc 437 +msgid ""Status"); ?> msgstr "" #: src/www/fbegin.inc 446 +msgid ""Diagnostics"); ?> msgstr "" #: src/www/fbegin.inc 455 +msgid ""Help"); ?> msgstr "" #: src/www/fbegin.inc 510 +msgid ""Save Settings");?> msgstr "" #: src/www/firewall_aliases.php 94 -$savemsg = sprintf(gettext("Cannot delete alias. Currently in use by %s"), $referenced_by); +msgid ""Cannot delete alias. Currently in use by %s"), $referenced_by); msgstr "" #: src/www/firewall_aliases.php 142 -$pgtitle = array(gettext("Firewall"),gettext("Aliases")); +msgid ""Aliases")); msgstr "" #: src/www/firewall_aliases.php 148 -array('href'=>'firewall_aliases_edit.php?tab='.$tab, 'label'=>gettext("Add a new alias")), +msgid ""Add a new alias")), msgstr "" #: src/www/firewall_aliases.php 149 -array('href'=>'firewall_aliases_import.php', 'label'=>gettext("Bulk import aliases from list")), +msgid ""Bulk import aliases from list")), msgstr "" #: src/www/firewall_aliases.php 164 -" . gettext("You must apply the changes in order for them to take effect."));?> +msgid ""You must apply the changes in order for them to take effect."));?> msgstr "" #: src/www/firewall_aliases.php 173 -$tab_array[] = array(gettext("IP"),($tab=="ip" ? true +msgid ""IP"),($tab=="ip" ? true ($tab=="host" ? true ($tab == "network" ? true false))), "/firewall_aliases.php?tab=ip"); @@ -22632,410 +22595,410 @@ msgstr "" #: src/www/firewall_aliases.php 174 -$tab_array[] = array(gettext("Ports"), ($tab=="port"? true +msgid ""Ports"), ($tab=="port"? true false), "/firewall_aliases.php?tab=port"); msgstr "" #: src/www/firewall_aliases.php 175 -$tab_array[] = array(gettext("URLs"), ($tab=="url"? true +msgid ""URLs"), ($tab=="url"? true false), "/firewall_aliases.php?tab=url"); msgstr "" #: src/www/firewall_aliases.php 176 -$tab_array[] = array(gettext("All"), ($tab=="all"? true +msgid ""All"), ($tab=="all"? true false), "/firewall_aliases.php?tab=all"); msgstr "" #: src/www/firewall_aliases.php 188 - +msgid ""Name"); ?> msgstr "" #: src/www/firewall_aliases.php 189 - +msgid ""Values"); ?> msgstr "" #: src/www/firewall_aliases.php 190 - +msgid ""Description"); ?> msgstr "" #: src/www/firewall_aliases.php 251 -"> +msgid ""Edit alias")." ".$alias['name'];?>"> msgstr "" #: src/www/firewall_aliases.php 253 -')"> +msgid ""Do you really want to delete this alias? All elements that still use it will become invalid (e.g. filter rules)!");?>')"> msgstr "" #: src/www/firewall_aliases.php 267 -


    +msgid ""Aliases act as placeholders for real hosts, networks or ports. They can be used to minimize the number of changes that have to be made if a host, network or port changes. You can enter the name of an alias instead of the host, network or port in all fields that have a red background. The alias will be resolved according to the list above. If an alias cannot be resolved (e.g. because you deleted it), the corresponding element (e.g. filter/NAT/shaper rule) will be considered invalid and skipped."); ?>

    msgstr "" #: src/www/firewall_aliases_edit.php 38 -$pgtitle = array(gettext("Firewall"),gettext("Aliases"),gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/firewall_aliases_edit.php 106 -$vertical_bar_err_text = gettext("Vertical bars (|) at start or end, or double in the middle of descriptions not allowed. Descriptions have been cleaned. Check and save again."); +msgid ""Vertical bars (|) at start or end, or double in the middle of descriptions not allowed. Descriptions have been cleaned. Check and save again."); msgstr "" #: src/www/firewall_aliases_edit.php 111 -$reqdfieldsn = array(gettext("Name")); +msgid ""Name")); msgstr "" #: src/www/firewall_aliases_edit.php 117 -$input_errors[] = gettext("Reserved word used for alias name."); +msgid ""Reserved word used for alias name."); msgstr "" #: src/www/firewall_aliases_edit.php 119 -$input_errors[] = gettext("Reserved word used for alias name."); +msgid ""Reserved word used for alias name."); msgstr "" #: src/www/firewall_aliases_edit.php 122 -$input_errors[] = gettext("The alias name must be less than 32 characters long and may only consist of the characters") . " a-z, A-Z, 0-9, _."; +msgid ""The alias name must be less than 32 characters long and may only consist of the characters") . " a-z, A-Z, 0-9, _."; msgstr "" #: src/www/firewall_aliases_edit.php 128 -$input_errors[] = gettext("An alias with this name already exists."); +msgid ""An alias with this name already exists."); msgstr "" #: src/www/firewall_aliases_edit.php 137 -$input_errors[] = sprintf(gettext("Cannot use a reserved keyword as alias name %s"), $rk); +msgid ""Cannot use a reserved keyword as alias name %s"), $rk); msgstr "" #: src/www/firewall_aliases_edit.php 142 -$input_errors[] = gettext("An interface description with this name already exists."); +msgid ""An interface description with this name already exists."); msgstr "" #: src/www/firewall_aliases_edit.php 165 -$input_errors[] = gettext("You must provide a valid URL."); +msgid ""You must provide a valid URL."); msgstr "" #: src/www/firewall_aliases_edit.php 167 -$input_errors[] = gettext("Unable to fetch usable data."); +msgid ""Unable to fetch usable data."); msgstr "" #: src/www/firewall_aliases_edit.php 179 -$final_address_details[] = sprintf(gettext("Entry added %s"), date('r')); +msgid ""Entry added %s"), date('r')); msgstr "" #: src/www/firewall_aliases_edit.php 221 -$final_address_details[] = sprintf(gettext("Entry added %s"), date('r')); +msgid ""Entry added %s"), date('r')); msgstr "" #: src/www/firewall_aliases_edit.php 250 -$input_errors[] = sprintf(gettext("You must provide a valid URL. Could not fetch usable data from '%s'."), $_POST['address' . $x]); +msgid ""You must provide a valid URL. Could not fetch usable data from '%s'."), $_POST['address' . $x]); msgstr "" #: src/www/firewall_aliases_edit.php 254 -$input_errors[] = sprintf(gettext("URL '%s' is not valid."), $_POST['address' . $x]); +msgid ""URL '%s' is not valid."), $_POST['address' . $x]); msgstr "" #: src/www/firewall_aliases_edit.php 276 -$input_errors[] = $_POST["address{$x}"] . " " . gettext("is not a valid port or alias."); +msgid ""is not a valid port or alias."); msgstr "" #: src/www/firewall_aliases_edit.php 281 -$input_errors[] = sprintf(gettext('%1$s is not a valid %2$s alias.'), $_POST["address{$x}"], $_POST['type']); +msgid "'%1$s is not a valid %2$s alias.'), $_POST["address{$x}"], $_POST['type']); msgstr "" #: src/www/firewall_aliases_edit.php 291 -$input_errors[] = sprintf(gettext('%s/%s is not a valid subnet.'), $_POST["address{$x}"], $_POST["address_subnet{$x}"]); +msgid "'%s/%s is not a valid subnet.'), $_POST["address{$x}"], $_POST["address_subnet{$x}"]); msgstr "" #: src/www/firewall_aliases_edit.php 310 -$final_address_details[] = sprintf(gettext("Entry added %s"), date('r')); +msgid ""Entry added %s"), date('r')); msgstr "" #: src/www/firewall_aliases_edit.php 315 -$input_errors[] = sprintf(gettext('The alias(es) +msgid "'The alias(es) %s cannot be nested because they are not of the same type.'), $wrongaliases); msgstr "" #: src/www/firewall_aliases_edit.php 461 -$network_str = gettext("Network or FQDN"); +msgid ""Network or FQDN"); msgstr "" #: src/www/firewall_aliases_edit.php 462 -$networks_str = gettext("Network(s)"); +msgid ""Network(s)"); msgstr "" #: src/www/firewall_aliases_edit.php 463 -$cidr_str = gettext("CIDR"); +msgid ""CIDR"); msgstr "" #: src/www/firewall_aliases_edit.php 464 -$description_str = gettext("Description"); +msgid ""Description"); msgstr "" #: src/www/firewall_aliases_edit.php 465 -$hosts_str = gettext("Host(s)"); +msgid ""Host(s)"); msgstr "" #: src/www/firewall_aliases_edit.php 466 -$ip_str = gettext("IP or FQDN"); +msgid ""IP or FQDN"); msgstr "" #: src/www/firewall_aliases_edit.php 467 -$ports_str = gettext("Port(s)"); +msgid ""Port(s)"); msgstr "" #: src/www/firewall_aliases_edit.php 468 -$port_str = gettext("Port"); +msgid ""Port"); msgstr "" #: src/www/firewall_aliases_edit.php 469 -$url_str = gettext("URL (IPs)"); +msgid ""URL (IPs)"); msgstr "" #: src/www/firewall_aliases_edit.php 470 -$url_ports_str = gettext("URL (Ports)"); +msgid ""URL (Ports)"); msgstr "" #: src/www/firewall_aliases_edit.php 471 -$urltable_str = gettext("URL Table (IPs)"); +msgid ""URL Table (IPs)"); msgstr "" #: src/www/firewall_aliases_edit.php 472 -$urltable_ports_str = gettext("URL Table (Ports)"); +msgid ""URL Table (Ports)"); msgstr "" #: src/www/firewall_aliases_edit.php 473 -$update_freq_str = gettext("Update Freq. (days)"); +msgid ""Update Freq. (days)"); msgstr "" #: src/www/firewall_aliases_edit.php 475 -$networks_help = gettext("Networks are specified in CIDR format. Select the CIDR mask that pertains to each entry. /32 specifies a single IPv4 host, /128 specifies a single IPv6 host, /24 specifies 255.255.255.0, /64 specifies a normal IPv6 network, etc. Hostnames (FQDNs) may also be specified, using a /32 mask for IPv4 or /128 for IPv6. You may also enter an IP range such as 192.168.1.1-192.168.1.254 and a list of CIDR networks will be derived to fill the range."); +msgid ""Networks are specified in CIDR format. Select the CIDR mask that pertains to each entry. /32 specifies a single IPv4 host, /128 specifies a single IPv6 host, /24 specifies 255.255.255.0, /64 specifies a normal IPv6 network, etc. Hostnames (FQDNs) may also be specified, using a /32 mask for IPv4 or /128 for IPv6. You may also enter an IP range such as 192.168.1.1-192.168.1.254 and a list of CIDR networks will be derived to fill the range."); msgstr "" #: src/www/firewall_aliases_edit.php 476 -$hosts_help = gettext("Enter as many hosts as you would like. Hosts must be specified by their IP address or fully qualified domain name (FQDN). FQDN hostnames are periodically re-resolved and updated. If multiple IPs are returned by a DNS query, all are used."); +msgid ""Enter as many hosts as you would like. Hosts must be specified by their IP address or fully qualified domain name (FQDN). FQDN hostnames are periodically re-resolved and updated. If multiple IPs are returned by a DNS query, all are used."); msgstr "" #: src/www/firewall_aliases_edit.php 477 -$ports_help = gettext("Enter as many ports as you wish. Port ranges can be expressed by separating with a colon."); +msgid ""Enter as many ports as you wish. Port ranges can be expressed by separating with a colon."); msgstr "" #: src/www/firewall_aliases_edit.php 478 -$url_help = sprintf(gettext("Enter as many URLs as you wish. After saving %s will download the URL and import the items into the alias. Use only with small sets of IP addresses (less than 3000)."), $g['product_name']); +msgid ""Enter as many URLs as you wish. After saving %s will download the URL and import the items into the alias. Use only with small sets of IP addresses (less than 3000)."), $g['product_name']); msgstr "" #: src/www/firewall_aliases_edit.php 479 -$url_ports_help = sprintf(gettext("Enter as many URLs as you wish. After saving %s will download the URL and import the items into the alias. Use only with small sets of Ports (less than 3000)."), $g['product_name']); +msgid ""Enter as many URLs as you wish. After saving %s will download the URL and import the items into the alias. Use only with small sets of Ports (less than 3000)."), $g['product_name']); msgstr "" #: src/www/firewall_aliases_edit.php 480 -$urltable_help = sprintf(gettext("Enter a single URL containing a large number of IPs and/or Subnets. After saving %s will download the URL and create a table file containing these addresses. This will work with large numbers of addresses (30,000+) or small numbers."), $g['product_name']); +msgid ""Enter a single URL containing a large number of IPs and/or Subnets. After saving %s will download the URL and create a table file containing these addresses. This will work with large numbers of addresses (30,000+) or small numbers."), $g['product_name']); msgstr "" #: src/www/firewall_aliases_edit.php 481 -$urltable_ports_help = sprintf(gettext("Enter a single URL containing a list of Port numbers and/or Port ranges. After saving %s will download the URL."), $g['product_name']); +msgid ""Enter a single URL containing a list of Port numbers and/or Port ranges. After saving %s will download the URL."), $g['product_name']); msgstr "" #: src/www/firewall_aliases_edit.php 483 -$openvpn_str = gettext("Username"); +msgid ""Username"); msgstr "" #: src/www/firewall_aliases_edit.php 484 -$openvpn_user_str = gettext("OpenVPN Users"); +msgid ""OpenVPN Users"); msgstr "" #: src/www/firewall_aliases_edit.php 485 -$openvpn_help = gettext("Enter as many usernames as you wish."); +msgid ""Enter as many usernames as you wish."); msgstr "" #: src/www/firewall_aliases_edit.php 622 -

    +msgid ""Alias Edit");?> msgstr "" #: src/www/firewall_aliases_edit.php 644 - +msgid ""Name"); ?> msgstr "" #: src/www/firewall_aliases_edit.php 653 - +msgid ""The name of the alias may only consist of the characters "a-z, A-Z, 0-9 and _"."); ?> msgstr "" #: src/www/firewall_aliases_edit.php 659 - +msgid ""Description"); ?> msgstr "" #: src/www/firewall_aliases_edit.php 664 - +msgid ""You may enter a description here for your reference (not parsed)."); ?> msgstr "" #: src/www/firewall_aliases_edit.php 669 - +msgid ""Type"); ?> msgstr "" #: src/www/firewall_aliases_edit.php 672 - +msgid ""Host(s)"); ?> msgstr "" #: src/www/firewall_aliases_edit.php 673 - +msgid ""Network(s)"); ?> msgstr "" #: src/www/firewall_aliases_edit.php 674 - +msgid ""Port(s)"); ?> msgstr "" #: src/www/firewall_aliases_edit.php 675 - +msgid ""OpenVPN Users"); ?> --> msgstr "" #: src/www/firewall_aliases_edit.php 676 - +msgid ""URL (IPs)");?> msgstr "" #: src/www/firewall_aliases_edit.php 677 - +msgid ""URL (Ports)");?> msgstr "" #: src/www/firewall_aliases_edit.php 678 - +msgid ""URL Table (IPs)"); ?> msgstr "" #: src/www/firewall_aliases_edit.php 679 - +msgid ""URL Table (Ports)"); ?> msgstr "" #: src/www/firewall_aliases_edit.php 684 -
    +msgid ""Host(s)"); ?> msgstr "" #: @@ -23048,267 +23011,267 @@ src/www/firewall_aliases_edit.php 1px dashed #000066; background-color #ffffff; color #000000; font-size -8pt;" id="itemhelp"> +msgid ""Item information"); ?> msgstr "" #: src/www/firewall_aliases_edit.php 694 -
    +msgid ""Network"); ?> msgstr "" #: src/www/firewall_aliases_edit.php 696 -
    +msgid ""Description"); ?> msgstr "" #: src/www/firewall_aliases_edit.php 728 -" /> +msgid ""remove this entry"); ?>" /> msgstr "" #: src/www/firewall_aliases_edit.php 749 -" /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/firewall_aliases_edit.php 750 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/firewall_aliases_import.php 37 -$pgtitle = array(gettext("Firewall"),gettext("Aliases"),gettext("Bulk import")); +msgid ""Bulk import")); msgstr "" #: src/www/firewall_aliases_import.php 55 -$reqdfieldsn = array(gettext("Name"),gettext("Aliases")); +msgid ""Aliases")); msgstr "" #: src/www/firewall_aliases_import.php 60 -$input_errors[] = gettext("The alias name may only consist of the characters") . " a-z, A-Z, 0-9, _."; +msgid ""The alias name may only consist of the characters") . " a-z, A-Z, 0-9, _."; msgstr "" #: src/www/firewall_aliases_import.php 64 -$input_errors[] = gettext("An alias with this name already exists."); +msgid ""An alias with this name already exists."); msgstr "" #: src/www/firewall_aliases_import.php 70 -$input_errors[] = sprintf(gettext("Cannot use a reserved keyword as alias name %s"), $rk); +msgid ""Cannot use a reserved keyword as alias name %s"), $rk); msgstr "" #: src/www/firewall_aliases_import.php 75 -$input_errors[] = gettext("An interface description with this name already exists."); +msgid ""An interface description with this name already exists."); msgstr "" #: src/www/firewall_aliases_import.php 99 -$input_errors[] = sprintf(gettext("%s is not an IP address. Please correct the error to continue"), $impip); +msgid ""%s is not an IP address. Please correct the error to continue"), $impip); msgstr "" #: src/www/firewall_aliases_import.php 107 -$input_errors[] = gettext("Descriptions may not start or end with vertical bar (|) or contain double vertical bar ||."); +msgid ""Descriptions may not start or end with vertical bar (|) or contain double vertical bar ||."); msgstr "" #: src/www/firewall_aliases_import.php 116 -$input_errors[] = gettext("Descriptions must be less than 200 characters long."); +msgid ""Descriptions must be less than 200 characters long."); msgstr "" #: src/www/firewall_aliases_import.php 165 -

    +msgid ""Alias Import");?> msgstr "" #: src/www/firewall_aliases_import.php 173 - +msgid ""Alias Name"); ?> msgstr "" #: src/www/firewall_aliases_import.php 178 - +msgid ""The name of the alias may only consist of the characters "a-z, A-Z and 0-9"."); ?> msgstr "" #: src/www/firewall_aliases_import.php 183 - +msgid ""Description"); ?> msgstr "" #: src/www/firewall_aliases_import.php 188 -. +msgid ""You may enter a description here for your reference (not parsed)"); ?>. msgstr "" #: src/www/firewall_aliases_import.php 193 - +msgid ""Aliases to import"); ?> msgstr "" #: src/www/firewall_aliases_import.php 198 - +msgid ""Paste in the aliases to import separated by a carriage return. Common examples are lists of IPs, networks, blacklists, etc."); ?> msgstr "" #: src/www/firewall_aliases_import.php 200 - msgstr "" #: src/www/firewall_aliases_import.php 213 -" /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/firewall_aliases_import.php 214 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/firewall_nat.php 155 -$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Port Forward")); +msgid ""Port Forward")); msgstr "" #: src/www/firewall_nat.php 200 -" . gettext("You must apply the changes in order for them to take effect."));?>
    +msgid ""You must apply the changes in order for them to take effect."));?>
    msgstr "" #: src/www/firewall_nat.php 208 -$tab_array[] = array(gettext("Port Forward"), true, "firewall_nat.php"); +msgid ""Port Forward"), true, "firewall_nat.php"); msgstr "" #: src/www/firewall_nat.php 209 -$tab_array[] = array(gettext("1 +msgid ""1 1"), false, "firewall_nat_1to1.php"); msgstr "" #: src/www/firewall_nat.php 210 -$tab_array[] = array(gettext("Outbound"), false, "firewall_nat_out.php"); +msgid ""Outbound"), false, "firewall_nat_out.php"); msgstr "" #: src/www/firewall_nat.php 211 -$tab_array[] = array(gettext("NPt"), false, "firewall_nat_npt.php"); +msgid ""NPt"), false, "firewall_nat_npt.php"); msgstr "" #: src/www/firewall_nat.php 225 - +msgid ""If");?> msgstr "" #: src/www/firewall_nat.php 226 - +msgid ""Proto");?> msgstr "" #: src/www/firewall_nat.php 227 - +msgid ""Src. addr");?> msgstr "" #: src/www/firewall_nat.php 228 - +msgid ""Src. ports");?> msgstr "" #: src/www/firewall_nat.php 229 - +msgid ""Dest. addr");?> msgstr "" #: src/www/firewall_nat.php 230 - +msgid ""Dest. ports");?> msgstr "" #: src/www/firewall_nat.php 231 - +msgid ""NAT IP");?> msgstr "" #: src/www/firewall_nat.php 232 - +msgid ""NAT Ports");?> msgstr "" #: src/www/firewall_nat.php 233 - +msgid ""Description");?> msgstr "" #: src/www/firewall_nat.php 377 - +msgid ""move selected rules before this rule");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat.php 378 -" class="btn btn-default btn-xs"> +msgid ""edit this rule");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat.php 379 -" onclick="return confirm('')" class="btn btn-default btn-xs"> +msgid ""Do you really want to delete this rule?");?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat.php 381 -"> +msgid ""add new rule based on this one");?>"> msgstr "" #: @@ -23316,4438 +23279,4438 @@ src/www/firewall_nat.php 391 +msgid ""move selected rules to end");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat.php 395 -"> +msgid ""delete selected rules");?>"> msgstr "" #: src/www/firewall_nat.php 397 - +msgid ""Do you really want to delete the selected rules?");?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat.php 399 -"> +msgid ""add new rule");?>"> msgstr "" #: src/www/firewall_nat.php 407 - +msgid ""pass"); ?> msgstr "" #: src/www/firewall_nat.php 411 - +msgid ""linked rule");?> msgstr "" #: src/www/firewall_nat.php 419 -" onclick="return confirm('')" class="btn btn-primary" value="Delete selected rules"/> +msgid ""Do you really want to delete the selected rules?");?>')" class="btn btn-primary" value="Delete selected rules"/> msgstr "" #: src/www/firewall_nat_1to1.php 133 -$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("1 +msgid ""1 1")); msgstr "" #: src/www/firewall_nat_1to1.php 137 -array('label'=>gettext("add rule"), 'href'=>'firewall_nat_1to1_edit.php'), +msgid ""add rule"), 'href'=>'firewall_nat_1to1_edit.php'), msgstr "" #: src/www/firewall_nat_1to1.php 155 -print_info_box_np(gettext("The NAT configuration has been changed.") . +msgid ""The NAT configuration has been changed.") . msgstr "" #: src/www/firewall_nat_1to1.php 157 -gettext("You must apply the changes in order for them to take effect.")); +msgid ""You must apply the changes in order for them to take effect.")); msgstr "" #: src/www/firewall_nat_1to1.php 164 -$tab_array[] = array(gettext("Port Forward"), false, "firewall_nat.php"); +msgid ""Port Forward"), false, "firewall_nat.php"); msgstr "" #: src/www/firewall_nat_1to1.php 165 -$tab_array[] = array(gettext("1 +msgid ""1 1"), true, "firewall_nat_1to1.php"); msgstr "" #: src/www/firewall_nat_1to1.php 166 -$tab_array[] = array(gettext("Outbound"), false, "firewall_nat_out.php"); +msgid ""Outbound"), false, "firewall_nat_out.php"); msgstr "" #: src/www/firewall_nat_1to1.php 167 -$tab_array[] = array(gettext("NPt"), false, "firewall_nat_npt.php"); +msgid ""NPt"), false, "firewall_nat_npt.php"); msgstr "" #: src/www/firewall_nat_1to1.php 182 - +msgid ""Interface"); ?> msgstr "" #: src/www/firewall_nat_1to1.php 183 - +msgid ""External IP"); ?> msgstr "" #: src/www/firewall_nat_1to1.php 184 - +msgid ""Internal IP"); ?> msgstr "" #: src/www/firewall_nat_1to1.php 185 - +msgid ""Destination IP"); ?> msgstr "" #: src/www/firewall_nat_1to1.php 186 - +msgid ""Description"); ?> msgstr "" #: src/www/firewall_nat_1to1.php 208 -" > +msgid ""click to toggle enabled/disabled status");?>" > msgstr "" #: src/www/firewall_nat_1to1.php 244 -title="" +msgid ""move selected mapping before this rule");?>" msgstr "" #: src/www/firewall_nat_1to1.php 247 -"> +msgid ""edit this mapping");?>"> msgstr "" #: src/www/firewall_nat_1to1.php 248 -" onclick="return confirm('')" class="btn btn-default btn-xs"> +msgid ""Do you really want to delete this rule?");?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_1to1.php 249 -" class="btn btn-default btn-xs"> +msgid ""add new mapping based on this one");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_1to1.php 263 -" class="btn btn-default btn-xs"> +msgid ""move selected mappings to end");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_1to1.php 267 - +msgid ""move selected mappings to end");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_1to1.php 272 -" class="btn btn-default btn-xs"> +msgid ""add new mapping");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_1to1.php 277 -" data-toggle="tooltip" data-placement="left" title="" class="btn btn-default btn-xs"> +msgid ""delete mapping");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_1to1.php 281 - +msgid ""Do you really want to delete the selected mappings?");?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_1to1.php 291 -
    msgstr "" #: src/www/firewall_nat_1to1.php 292 - +msgid ""Depending on the way your WAN connection is setup, you may also need a"); ?> msgstr "" #: src/www/firewall_nat_1to1.php 293 -
    +msgid ""Virtual IP."); ?>
    msgstr "" #: src/www/firewall_nat_1to1.php 294 - msgstr "" #: src/www/firewall_nat_1to1_edit.php 302 - +msgid ""Disabled"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 305 -
    +msgid ""Disable this rule"); ?>
    msgstr "" #: src/www/firewall_nat_1to1_edit.php 306 - +msgid ""Set this option to disable this rule without removing it from the list."); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 310 - +msgid ""Interface"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 347 -.
    +msgid ""Choose which interface this rule applies to"); ?>.
    msgstr "" #: src/www/firewall_nat_1to1_edit.php 348 -.
    msgstr "" #: src/www/firewall_nat_1to1_edit.php 351 - +msgid ""External subnet IP"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 356 - msgstr "" #: src/www/firewall_nat_1to1_edit.php 363 - +msgid ""Internal IP"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 366 - +msgid ""not"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 368 - +msgid ""Use this option to invert the sense of the match."); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 373 -   msgstr "" #: src/www/firewall_nat_1to1_edit.php 379 - +msgid ""any"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 381 - +msgid ""Single host"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 383 - +msgid ""Network"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 387 - +msgid ""PPTP clients"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 392 - +msgid ""PPPoE clients"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 397 - +msgid ""L2TP clients"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 404 - +msgid ""net"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 407 - +msgid ""address");?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 417 -   msgstr "" #: src/www/firewall_nat_1to1_edit.php 441 - msgstr "" #: src/www/firewall_nat_1to1_edit.php 445 - +msgid ""Destination"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 448 - +msgid ""not"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 450 - +msgid ""Use this option to invert the sense of the match."); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 455 -   msgstr "" #: src/www/firewall_nat_1to1_edit.php 460 - +msgid ""any"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 462 - +msgid ""Single host or alias"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 465 - +msgid ""Network"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 471 - +msgid ""PPTP clients"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 478 - +msgid ""PPPoE clients"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 485 - +msgid ""L2TP clients"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 494 - +msgid ""net"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 497 - +msgid ""address");?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 507 -   msgstr "" #: src/www/firewall_nat_1to1_edit.php 532 -
    msgstr "" #: src/www/firewall_nat_1to1_edit.php 533 - msgstr "" #: src/www/firewall_nat_1to1_edit.php 538 - +msgid ""Description"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 543 - +msgid ""You may enter a description here for your reference (not parsed)."); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 548 - +msgid ""NAT reflection"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 552 - +msgid ""use system default"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 555 - +msgid ""enable"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 558 - +msgid ""disable"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 566 -" /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/firewall_nat_1to1_edit.php 567 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/firewall_nat_edit.php 109 -$input_errors[] = sprintf(gettext("Invalid characters detected %s. Please remove invalid characters and save again."), $temp); +msgid ""Invalid characters detected %s. Please remove invalid characters and save again."), $temp); msgstr "" #: src/www/firewall_nat_edit.php 182 -$reqdfieldsn = array(gettext("Interface"),gettext("Protocol"),gettext("Destination port from"),gettext("Destination port to")); +msgid ""Destination port to")); msgstr "" #: src/www/firewall_nat_edit.php 185 -$reqdfieldsn = array(gettext("Interface"),gettext("Protocol")); +msgid ""Protocol")); msgstr "" #: src/www/firewall_nat_edit.php 190 -$reqdfieldsn[] = gettext("Source address"); +msgid ""Source address"); msgstr "" #: src/www/firewall_nat_edit.php 194 -$reqdfieldsn[] = gettext("Destination address"); +msgid ""Destination address"); msgstr "" #: src/www/firewall_nat_edit.php 198 -$reqdfieldsn[] = gettext("Redirect target IP"); +msgid ""Redirect target IP"); msgstr "" #: src/www/firewall_nat_edit.php 220 -$input_errors[] = sprintf(gettext(""%s" is not a valid redirect target IP address or host alias."), $_POST['localip']); +msgid """%s" is not a valid redirect target IP address or host alias."), $_POST['localip']); msgstr "" #: src/www/firewall_nat_edit.php 224 -$input_errors[] = sprintf(gettext("%s is not a valid start source port. It must be a port alias or integer between 1 and 65535."), $_POST['srcbeginport']); +msgid ""%s is not a valid start source port. It must be a port alias or integer between 1 and 65535."), $_POST['srcbeginport']); msgstr "" #: src/www/firewall_nat_edit.php 226 -$input_errors[] = sprintf(gettext("%s is not a valid end source port. It must be a port alias or integer between 1 and 65535."), $_POST['srcendport']); +msgid ""%s is not a valid end source port. It must be a port alias or integer between 1 and 65535."), $_POST['srcendport']); msgstr "" #: src/www/firewall_nat_edit.php 228 -$input_errors[] = sprintf(gettext("%s is not a valid start destination port. It must be a port alias or integer between 1 and 65535."), $_POST['dstbeginport']); +msgid ""%s is not a valid start destination port. It must be a port alias or integer between 1 and 65535."), $_POST['dstbeginport']); msgstr "" #: src/www/firewall_nat_edit.php 230 -$input_errors[] = sprintf(gettext("%s is not a valid end destination port. It must be a port alias or integer between 1 and 65535."), $_POST['dstendport']); +msgid ""%s is not a valid end destination port. It must be a port alias or integer between 1 and 65535."), $_POST['dstendport']); msgstr "" #: src/www/firewall_nat_edit.php 233 -$input_errors[] = sprintf(gettext("A valid redirect target port must be specified. It must be a port alias or integer between 1 and 65535."), $_POST['localbeginport']); +msgid ""A valid redirect target port must be specified. It must be a port alias or integer between 1 and 65535."), $_POST['localbeginport']); msgstr "" #: src/www/firewall_nat_edit.php 239 -$input_errors[] = gettext("You must specify single host or alias for alias entries."); +msgid ""You must specify single host or alias for alias entries."); msgstr "" #: src/www/firewall_nat_edit.php 244 -$input_errors[] = sprintf(gettext("%s is not a valid source IP address or alias."), $_POST['src']); +msgid ""%s is not a valid source IP address or alias."), $_POST['src']); msgstr "" #: src/www/firewall_nat_edit.php 247 -$input_errors[] = gettext("A valid source bit count must be specified."); +msgid ""A valid source bit count must be specified."); msgstr "" #: src/www/firewall_nat_edit.php 252 -$input_errors[] = sprintf(gettext("%s is not a valid destination IP address or alias."), $_POST['dst']); +msgid ""%s is not a valid destination IP address or alias."), $_POST['dst']); msgstr "" #: src/www/firewall_nat_edit.php 255 -$input_errors[] = gettext("A valid destination bit count must be specified."); +msgid ""A valid destination bit count must be specified."); msgstr "" #: src/www/firewall_nat_edit.php 274 -$input_errors[] = gettext("The target port range must be an integer between 1 and 65535."); +msgid ""The target port range must be an integer between 1 and 65535."); msgstr "" #: src/www/firewall_nat_edit.php 295 -$input_errors[] = gettext("The destination port range overlaps with an existing entry."); +msgid ""The destination port range overlaps with an existing entry."); msgstr "" #: src/www/firewall_nat_edit.php 407 -$filterent['created'] = make_config_revision_entry(null, gettext("NAT Port Forward")); +msgid ""NAT Port Forward")); msgstr "" #: src/www/firewall_nat_edit.php 442 -$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Port Forward"),gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/firewall_nat_edit.php 473 - +msgid ""Edit Redirect entry"); ?> msgstr "" #: src/www/firewall_nat_edit.php 480 - +msgid ""Disabled"); ?> msgstr "" #: src/www/firewall_nat_edit.php 483 -
    +msgid ""Disable this rule"); ?>
    msgstr "" #: src/www/firewall_nat_edit.php 484 - +msgid ""Set this option to disable this rule without removing it from the list."); ?> msgstr "" #: src/www/firewall_nat_edit.php 488 - +msgid ""No RDR (NOT)"); ?> msgstr "" #: src/www/firewall_nat_edit.php 491 - +msgid ""Enabling this option will disable redirection for traffic matching this rule."); ?> msgstr "" #: src/www/firewall_nat_edit.php 492 -
    msgstr "" #: src/www/firewall_nat_edit.php 496 - +msgid ""Interface"); ?> msgstr "" #: src/www/firewall_nat_edit.php 534 -
    +msgid ""Choose which interface this rule applies to."); ?>
    msgstr "" #: src/www/firewall_nat_edit.php 535 -
    msgstr "" #: src/www/firewall_nat_edit.php 538 - +msgid ""Protocol"); ?> msgstr "" #: src/www/firewall_nat_edit.php 544 -
      +msgid ""Hint +msgid ""here."); ?> msgstr "" #: src/www/firewall_nat_edit.php 549 - +msgid ""Source"); ?> msgstr "" #: src/www/firewall_nat_edit.php 551 -" /> - +msgid ""Show source address and port range"); ?> msgstr "" #: src/www/firewall_nat_edit.php 555 - +msgid ""Source"); ?> msgstr "" #: src/www/firewall_nat_edit.php 558 - +msgid ""not"); ?> msgstr "" #: src/www/firewall_nat_edit.php 560 - +msgid ""Use this option to invert the sense of the match."); ?> msgstr "" #: src/www/firewall_nat_edit.php 565 -   msgstr "" #: src/www/firewall_nat_edit.php 570 - +msgid ""any"); ?> msgstr "" #: src/www/firewall_nat_edit.php 571 - +msgid ""Single host or alias"); ?> msgstr "" #: src/www/firewall_nat_edit.php 572 - +msgid ""Network"); ?> msgstr "" #: src/www/firewall_nat_edit.php 574 - +msgid ""PPTP clients"); ?> msgstr "" #: src/www/firewall_nat_edit.php 577 - +msgid ""PPPoE clients"); ?> msgstr "" #: src/www/firewall_nat_edit.php 580 - +msgid ""L2TP clients"); ?> msgstr "" #: src/www/firewall_nat_edit.php 585 - +msgid ""net"); ?> msgstr "" #: src/www/firewall_nat_edit.php 587 - +msgid ""address");?> msgstr "" #: src/www/firewall_nat_edit.php 595 -   msgstr "" #: src/www/firewall_nat_edit.php 617 - +msgid ""Source port range"); ?> msgstr "" #: src/www/firewall_nat_edit.php 621 -   msgstr "" #: src/www/firewall_nat_edit.php 625 - +msgid ""other"); ?>) msgstr "" #: src/www/firewall_nat_edit.php 626 - +msgid ""any"); ?> msgstr "" #: src/www/firewall_nat_edit.php 635 - msgstr "" #: src/www/firewall_nat_edit.php 638 - +msgid ""other"); ?>) msgstr "" #: src/www/firewall_nat_edit.php 639 - +msgid ""any"); ?> msgstr "" #: src/www/firewall_nat_edit.php 649 -. .
    ''

    +msgid ""Hint +msgid ""field empty if you only want to filter a single port."); ?>
    msgstr "" #: src/www/firewall_nat_edit.php 653 - +msgid ""Destination"); ?> msgstr "" #: src/www/firewall_nat_edit.php 656 - +msgid ""not"); ?> msgstr "" #: src/www/firewall_nat_edit.php 658 - +msgid ""Use this option to invert the sense of the match."); ?> msgstr "" #: src/www/firewall_nat_edit.php 663 -   msgstr "" #: src/www/firewall_nat_edit.php 668 - +msgid ""any"); ?> msgstr "" #: src/www/firewall_nat_edit.php 669 - +msgid ""Single host or alias"); ?> msgstr "" #: src/www/firewall_nat_edit.php 670 - +msgid ""Network"); ?> msgstr "" #: src/www/firewall_nat_edit.php 671 - +msgid ""This Firewall (self)");?> msgstr "" #: src/www/firewall_nat_edit.php 673 - +msgid ""PPTP clients"); ?> msgstr "" #: src/www/firewall_nat_edit.php 676 - +msgid ""PPPoE clients"); ?> msgstr "" #: src/www/firewall_nat_edit.php 679 - +msgid ""L2TP clients"); ?> msgstr "" #: src/www/firewall_nat_edit.php 684 - +msgid ""net"); ?> msgstr "" #: src/www/firewall_nat_edit.php 686 - +msgid ""address");?> msgstr "" #: src/www/firewall_nat_edit.php 715 -   msgstr "" #: src/www/firewall_nat_edit.php 738 - +msgid ""Destination port range"); ?> msgstr "" #: src/www/firewall_nat_edit.php 742 -   msgstr "" #: src/www/firewall_nat_edit.php 745 - +msgid ""other"); ?>) msgstr "" #: src/www/firewall_nat_edit.php 755 - msgstr "" #: src/www/firewall_nat_edit.php 758 - +msgid ""other"); ?>) msgstr "" #: src/www/firewall_nat_edit.php 770 - +msgid ""Specify the port or port range for the destination of the packet for this mapping."); ?> msgstr "" #: src/www/firewall_nat_edit.php 772 - '' +msgid ""Hint +msgid ""field empty if you only want to map a single port"); ?> msgstr "" #: src/www/firewall_nat_edit.php 777 - +msgid ""Redirect target IP"); ?> msgstr "" #: src/www/firewall_nat_edit.php 780 -
    192.168.1.12 +msgid ""e.g."); ?> 192.168.1.12 msgstr "" #: src/www/firewall_nat_edit.php 785 - +msgid ""Redirect target port"); ?> msgstr "" #: src/www/firewall_nat_edit.php 788 - +msgid ""other"); ?>) msgstr "" #: src/www/firewall_nat_edit.php 799 - msgstr "" #: src/www/firewall_nat_edit.php 806 - +msgid ""Description"); ?> msgstr "" #: src/www/firewall_nat_edit.php 809 -
    +msgid ""No XMLRPC Sync"); ?> msgstr "" #: src/www/firewall_nat_edit.php 816 - msgstr "" #: src/www/firewall_nat_edit.php 820 - +msgid ""NAT reflection"); ?> msgstr "" #: src/www/firewall_nat_edit.php 823 - +msgid ""Use system default"); ?> msgstr "" #: src/www/firewall_nat_edit.php 824 - +msgid ""Enable (NAT + Proxy)"); ?> msgstr "" #: src/www/firewall_nat_edit.php 825 - +msgid ""Enable (Pure NAT)"); ?> msgstr "" #: src/www/firewall_nat_edit.php 826 - +msgid ""Disable"); ?> msgstr "" #: src/www/firewall_nat_edit.php 832 - +msgid ""Filter rule association"); ?> msgstr "" #: src/www/firewall_nat_edit.php 835 - +msgid ""None"); ?> msgstr "" #: src/www/firewall_nat_edit.php 836 - +msgid ""Pass"); ?> msgstr "" #: src/www/firewall_nat_edit.php 846 -$linkedrule = "
    " . gettext("View the filter rule") . "
    "; +msgid ""View the filter rule") . "
    "; msgstr "" #: src/www/firewall_nat_edit.php 854 -echo "n"; +msgid ""Create new associated filter rule") . "n"; msgstr "" #: src/www/firewall_nat_edit.php 863 - +msgid ""Filter rule association"); ?> msgstr "" #: src/www/firewall_nat_edit.php 866 - +msgid ""None"); ?> msgstr "" #: src/www/firewall_nat_edit.php 867 - +msgid ""Add associated filter rule"); ?> msgstr "" #: src/www/firewall_nat_edit.php 868 - +msgid ""Add unassociated filter rule"); ?> msgstr "" #: src/www/firewall_nat_edit.php 869 - +msgid ""Pass"); ?> msgstr "" #: src/www/firewall_nat_edit.php 871 -

    msgstr "" #: src/www/firewall_nat_edit.php 887 - +msgid ""Rule Information");?> msgstr "" #: src/www/firewall_nat_edit.php 891 - +msgid ""Created");?> msgstr "" #: src/www/firewall_nat_edit.php 893 - +msgid ""by") ?> msgstr "" #: src/www/firewall_nat_edit.php 899 - +msgid ""Updated");?> msgstr "" #: src/www/firewall_nat_edit.php 901 - +msgid ""by") ?> msgstr "" #: src/www/firewall_nat_edit.php 913 -" /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/firewall_nat_edit.php 914 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/firewall_nat_npt.php 65 -$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("NPt")); +msgid ""NPt")); msgstr "" #: src/www/firewall_nat_npt.php 85 -" . gettext("You must apply the changes in order for them to take effect."));?>
    +msgid ""You must apply the changes in order for them to take effect."));?>
    msgstr "" #: src/www/firewall_nat_npt.php 92 -$tab_array[] = array(gettext("Port Forward"), false, "firewall_nat.php"); +msgid ""Port Forward"), false, "firewall_nat.php"); msgstr "" #: src/www/firewall_nat_npt.php 93 -$tab_array[] = array(gettext("1 +msgid ""1 1"), false, "firewall_nat_1to1.php"); msgstr "" #: src/www/firewall_nat_npt.php 94 -$tab_array[] = array(gettext("Outbound"), false, "firewall_nat_out.php"); +msgid ""Outbound"), false, "firewall_nat_out.php"); msgstr "" #: src/www/firewall_nat_npt.php 95 -$tab_array[] = array(gettext("NPt"), true, "firewall_nat_npt.php"); +msgid ""NPt"), true, "firewall_nat_npt.php"); msgstr "" #: src/www/firewall_nat_npt.php 108 - +msgid ""Interface"); ?> msgstr "" #: src/www/firewall_nat_npt.php 109 - +msgid ""External Prefix"); ?> msgstr "" #: src/www/firewall_nat_npt.php 110 - +msgid ""Internal prefix"); ?> msgstr "" #: src/www/firewall_nat_npt.php 111 - +msgid ""Description"); ?> msgstr "" #: src/www/firewall_nat_npt.php 155 -" class="btn btn-default btn-xs">')" title="" alt="delete" class="btn btn-default btn-xs"> +msgid ""delete rule"); ?>" alt="delete" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_npt_edit.php 94 -$reqdfieldsn = array(gettext("Interface")); +msgid ""Interface")); msgstr "" #: src/www/firewall_nat_npt_edit.php 96 -$reqdfieldsn[] = gettext("Source prefix"); +msgid ""Source prefix"); msgstr "" #: src/www/firewall_nat_npt_edit.php 98 -$reqdfieldsn[] = gettext("Destination prefix"); +msgid ""Destination prefix"); msgstr "" #: src/www/firewall_nat_npt_edit.php 134 -$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("NPt"),gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/firewall_nat_npt_edit.php 160 - +msgid ""Edit NAT NPt entry"); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 163 - +msgid ""Disabled"); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 166 -
    +msgid ""Disable this rule"); ?>
    msgstr "" #: src/www/firewall_nat_npt_edit.php 167 - +msgid ""Set this option to disable this rule without removing it from the list."); ?>
    msgstr "" #: src/www/firewall_nat_npt_edit.php 171 - +msgid ""Interface"); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 207 -.
    +msgid ""Choose which interface this rule applies to"); ?>.
    msgstr "" #: src/www/firewall_nat_npt_edit.php 208 -.
    msgstr "" #: src/www/firewall_nat_npt_edit.php 211 - +msgid ""Internal IPv6 Prefix"); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 214 - +msgid ""not"); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 216 - +msgid ""Use this option to invert the sense of the match."); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 221 -   msgstr "" #: src/www/firewall_nat_npt_edit.php 241 - +msgid ""Destination IPv6 Prefix"); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 250 - +msgid ""not"); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 252 - +msgid ""Use this option to invert the sense of the match."); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 257 -   msgstr "" #: src/www/firewall_nat_npt_edit.php 278 -
    +msgid ""Enter the Global Unicast routable IPv6 prefix here"); ?>
    msgstr "" #: src/www/firewall_nat_npt_edit.php 282 - +msgid ""Description"); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 285 -
    " /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/firewall_nat_npt_edit.php 292 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/firewall_nat_out.php 86 -$natent['descr'] .= sprintf(gettext(' - %1$s to %2$s'), +msgid "' - %1$s to %2$s'), msgstr "" #: src/www/firewall_nat_out.php 89 -$natent['created'] = make_config_revision_entry(null, gettext("Manual Outbound NAT Switch")); +msgid ""Manual Outbound NAT Switch")); msgstr "" #: src/www/firewall_nat_out.php 108 -$savemsg = gettext("Default rules for each interface have been created."); +msgid ""Default rules for each interface have been created."); msgstr "" #: src/www/firewall_nat_out.php 199 -$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Outbound")); +msgid ""Outbound")); msgstr "" #: src/www/firewall_nat_out.php 216 -print_info_box_np(gettext("The NAT configuration has been changed.")."
    ".gettext("You must apply the changes in order for them to take effect.")); +msgid ""You must apply the changes in order for them to take effect.")); msgstr "" #: src/www/firewall_nat_out.php 225 -$tab_array[] = array(gettext("Port Forward"), false, "firewall_nat.php"); +msgid ""Port Forward"), false, "firewall_nat.php"); msgstr "" #: src/www/firewall_nat_out.php 226 -$tab_array[] = array(gettext("1 +msgid ""1 1"), false, "firewall_nat_1to1.php"); msgstr "" #: src/www/firewall_nat_out.php 227 -$tab_array[] = array(gettext("Outbound"), true, "firewall_nat_out.php"); +msgid ""Outbound"), true, "firewall_nat_out.php"); msgstr "" #: src/www/firewall_nat_out.php 228 -$tab_array[] = array(gettext("NPt"), false, "firewall_nat_npt.php"); +msgid ""NPt"), false, "firewall_nat_npt.php"); msgstr "" #: src/www/firewall_nat_out.php 237 - msgstr "" #: src/www/firewall_nat_out.php 247 -
    +msgid ""Automatic outbound NAT rule generation"); ?>
    msgstr "" #: src/www/firewall_nat_out.php 248 - +msgid ""(IPsec passthrough included)");?> msgstr "" #: src/www/firewall_nat_out.php 256 -
    +msgid ""Hybrid Outbound NAT rule generation"); ?>
    msgstr "" #: src/www/firewall_nat_out.php 257 - +msgid ""(Automatic Outbound NAT + rules below)");?> msgstr "" #: src/www/firewall_nat_out.php 268 -
    +msgid ""Manual Outbound NAT rule generation"); ?>
    msgstr "" #: src/www/firewall_nat_out.php 269 - +msgid ""(AON - Advanced Outbound NAT)");?> msgstr "" #: src/www/firewall_nat_out.php 277 -
    +msgid ""Disable Outbound NAT rule generation"); ?>
    msgstr "" #: src/www/firewall_nat_out.php 278 - +msgid ""(No Outbound NAT rules)");?> msgstr "" #: src/www/firewall_nat_out.php 285 -" /> +msgid ""Save");?>" /> msgstr "" #: src/www/firewall_nat_out.php 300 - msgstr "" #: src/www/firewall_nat_out.php 306 - +msgid ""Interface");?> msgstr "" #: src/www/firewall_nat_out.php 307 - +msgid ""Source");?> msgstr "" #: src/www/firewall_nat_out.php 308 - +msgid ""Source Port");?> msgstr "" #: src/www/firewall_nat_out.php 309 - +msgid ""Destination");?> msgstr "" #: src/www/firewall_nat_out.php 310 - +msgid ""Destination Port");?> msgstr "" #: src/www/firewall_nat_out.php 311 - +msgid ""NAT Address");?> msgstr "" #: src/www/firewall_nat_out.php 312 - +msgid ""NAT Port");?> msgstr "" #: src/www/firewall_nat_out.php 313 - +msgid ""Static Port");?> msgstr "" #: src/www/firewall_nat_out.php 314 - +msgid ""Description");?> msgstr "" #: src/www/firewall_nat_out.php 358 -" class=" "> +msgid ""This rule is being ignored");?>" class=" ">
    msgstr "" #: src/www/firewall_nat_out.php 363 -" class="btn btn-default btn-xs "> +msgid ""click to toggle enabled/disabled status");?>" class="btn btn-default btn-xs "> msgstr "" #: src/www/firewall_nat_out.php 439 -echo gettext("YES"); +msgid ""YES"); msgstr "" #: src/www/firewall_nat_out.php 441 -echo gettext("NO"); +msgid ""NO"); msgstr "" #: src/www/firewall_nat_out.php 449 - +msgid ""move selected rules before this rule");?>" type="submit" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_out.php 451 -" alt="edit" class="btn btn-default btn-xs"> +msgid ""edit mapping");?>" alt="edit" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_out.php 452 -')" title="" alt="delete" class="btn btn-default btn-xs"> +msgid ""delete rule");?>" alt="delete" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_out.php 453 -" class="btn btn-default btn-xs"> +msgid ""add a new NAT based on this one");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_out.php 474 - +msgid ""move selected mappings to end");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_out.php 479 -" alt="add" class="btn btn-default btn-xs"> +msgid ""add new mapping");?>" alt="add" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_out.php 484 -" class="btn btn-default btn-xs"> +msgid ""delete selected rules");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_out.php 488 - +msgid ""Do you really want to delete the selected mappings?");?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_out.php 506 - msgstr "" #: src/www/firewall_nat_out.php 510 - +msgid ""Interface");?> msgstr "" #: src/www/firewall_nat_out.php 511 - +msgid ""Source");?> msgstr "" #: src/www/firewall_nat_out.php 512 - +msgid ""Source Port");?> msgstr "" #: src/www/firewall_nat_out.php 513 - +msgid ""Destination");?> msgstr "" #: src/www/firewall_nat_out.php 514 - +msgid ""Destination Port");?> msgstr "" #: src/www/firewall_nat_out.php 515 - +msgid ""NAT Address");?> msgstr "" #: src/www/firewall_nat_out.php 516 - +msgid ""NAT Port");?> msgstr "" #: src/www/firewall_nat_out.php 517 - +msgid ""Static Port");?> msgstr "" #: src/www/firewall_nat_out.php 518 - +msgid ""Description");?> msgstr "" #: src/www/firewall_nat_out.php 529 -"> +msgid ""automatic outbound nat");?>"> msgstr "" #: src/www/firewall_nat_out.php 591 -echo gettext("YES"); +msgid ""YES"); msgstr "" #: src/www/firewall_nat_out.php 593 -echo gettext("NO"); +msgid ""NO"); msgstr "" #: src/www/firewall_nat_out.php 608 -
    msgstr "" #: src/www/firewall_nat_out.php 609 - +msgid ""Virtual IP"); ?> msgstr "" #: src/www/firewall_nat_out.php 621 - +msgid "" may also be required.") ?> msgstr "" #: src/www/firewall_nat_out_edit.php 126 -$input_errors[] = sprintf(gettext("Invalid characters detected (%s). Please remove invalid characters and save again."),$temp); +msgid ""Invalid characters detected (%s). Please remove invalid characters and save again."),$temp); msgstr "" #: src/www/firewall_nat_out_edit.php 131 -$reqdfieldsn = array(gettext("Interface"),gettext("Protocol"),gettext("Source"),gettext("Source bit count"),gettext("Destination"),gettext("Destination bit count")); +msgid ""Destination bit count")); msgstr "" #: src/www/firewall_nat_out_edit.php 151 -$input_errors[] = gettext("You must supply either a valid port or port alias for the source port entry."); +msgid ""You must supply either a valid port or port alias for the source port entry."); msgstr "" #: src/www/firewall_nat_out_edit.php 154 -$input_errors[] = gettext("You must supply either a valid port or port alias for the destination port entry."); +msgid ""You must supply either a valid port or port alias for the destination port entry."); msgstr "" #: src/www/firewall_nat_out_edit.php 157 -$input_errors[] = gettext("You must supply a valid port for the NAT port entry."); +msgid ""You must supply a valid port for the NAT port entry."); msgstr "" #: src/www/firewall_nat_out_edit.php 161 -$input_errors[] = gettext("A valid source must be specified."); +msgid ""A valid source must be specified."); msgstr "" #: src/www/firewall_nat_out_edit.php 165 -$input_errors[] = gettext("A valid source bit count must be specified."); +msgid ""A valid source bit count must be specified."); msgstr "" #: src/www/firewall_nat_out_edit.php 169 -$input_errors[] = gettext("A valid destination must be specified."); +msgid ""A valid destination must be specified."); msgstr "" #: src/www/firewall_nat_out_edit.php 173 -$input_errors[] = gettext("A valid destination bit count must be specified."); +msgid ""A valid destination bit count must be specified."); msgstr "" #: src/www/firewall_nat_out_edit.php 177 -$input_errors[] = gettext("Negating destination address of "any" is invalid."); +msgid ""Negating destination address of "any" is invalid."); msgstr "" #: src/www/firewall_nat_out_edit.php 182 -$input_errors[] = gettext("A valid target IP address must be specified."); +msgid ""A valid target IP address must be specified."); msgstr "" #: src/www/firewall_nat_out_edit.php 187 -$input_errors[] = gettext("A valid target IP must be specified when using the 'Other Subnet' type."); +msgid ""A valid target IP must be specified when using the 'Other Subnet' type."); msgstr "" #: src/www/firewall_nat_out_edit.php 190 -$input_errors[] = gettext("A valid target bit count must be specified when using the 'Other Subnet' type."); +msgid ""A valid target bit count must be specified when using the 'Other Subnet' type."); msgstr "" #: src/www/firewall_nat_out_edit.php 203 -$input_errors[] = gettext("Only Round Robin pool options may be chosen when selecting an alias."); +msgid ""Only Round Robin pool options may be chosen when selecting an alias."); msgstr "" #: src/www/firewall_nat_out_edit.php 328 -$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Outbound"),gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/firewall_nat_out_edit.php 449 - +msgid ""Edit Advanced Outbound NAT entry");?> msgstr "" #: src/www/firewall_nat_out_edit.php 456 - +msgid ""Disabled");?> msgstr "" #: src/www/firewall_nat_out_edit.php 459 -
    +msgid ""Disable this rule");?>
    msgstr "" #: src/www/firewall_nat_out_edit.php 460 - +msgid ""Set this option to disable this rule without removing it from the list.");?> msgstr "" #: src/www/firewall_nat_out_edit.php 464 - +msgid ""Do not NAT");?> msgstr "" #: src/www/firewall_nat_out_edit.php 467 - +msgid ""Enabling this option will disable NAT for traffic matching this rule and stop processing Outbound NAT rules.");?> msgstr "" #: src/www/firewall_nat_out_edit.php 468 -
    msgstr "" #: src/www/firewall_nat_out_edit.php 472 - +msgid ""Interface");?> msgstr "" #: src/www/firewall_nat_out_edit.php 510 -
    +msgid ""Choose which interface this rule applies to.");?>
    msgstr "" #: src/www/firewall_nat_out_edit.php 511 - msgstr "" #: src/www/firewall_nat_out_edit.php 516 - +msgid ""Protocol");?> msgstr "" #: src/www/firewall_nat_out_edit.php 528 -
    +msgid ""Choose which protocol this rule should match.");?>
    msgstr "" #: src/www/firewall_nat_out_edit.php 530 -printf(gettext("Hint +msgid ""Hint in most cases, you should specify %s any %s here."),""," "); msgstr "" #: src/www/firewall_nat_out_edit.php 536 - +msgid ""Source");?> msgstr "" #: src/www/firewall_nat_out_edit.php 540 -   msgstr "" #: src/www/firewall_nat_out_edit.php 543 - +msgid ""any");?> msgstr "" #: src/www/firewall_nat_out_edit.php 544 - +msgid ""This Firewall (self)");?> msgstr "" #: src/www/firewall_nat_out_edit.php 545 - +msgid ""Network");?> msgstr "" #: src/www/firewall_nat_out_edit.php 550 -   msgstr "" #: src/www/firewall_nat_out_edit.php 575 - +msgid ""Enter the source network for the outbound NAT mapping.");?>
    msgstr "" #: src/www/firewall_nat_out_edit.php 579 -   msgstr "" #: src/www/firewall_nat_out_edit.php 582 - +msgid ""(leave blank for any)");?> msgstr "" #: src/www/firewall_nat_out_edit.php 589 - +msgid ""Destination");?> msgstr "" #: src/www/firewall_nat_out_edit.php 592 -
    +msgid ""not");?>
    msgstr "" #: src/www/firewall_nat_out_edit.php 593 -
    +msgid ""Use this option to invert the sense of the match.");?>
    msgstr "" #: src/www/firewall_nat_out_edit.php 597 -   msgstr "" #: src/www/firewall_nat_out_edit.php 601 - +msgid ""any");?> msgstr "" #: src/www/firewall_nat_out_edit.php 604 - +msgid ""Network");?> msgstr "" #: src/www/firewall_nat_out_edit.php 610 -   msgstr "" #: src/www/firewall_nat_out_edit.php 635 - +msgid ""Enter the destination network for the outbound NAT mapping.");?>
    msgstr "" #: src/www/firewall_nat_out_edit.php 639 -   msgstr "" #: src/www/firewall_nat_out_edit.php 642 - +msgid ""(leave blank for any)");?> msgstr "" #: src/www/firewall_nat_out_edit.php 649 - +msgid ""Translation");?> msgstr "" #: src/www/firewall_nat_out_edit.php 653 -   msgstr "" #: src/www/firewall_nat_out_edit.php 657 - +msgid ""Interface address");?> msgstr "" #: src/www/firewall_nat_out_edit.php 703 - +msgid ""Other Subnet (Enter Below)");?> msgstr "" #: src/www/firewall_nat_out_edit.php 710 -   msgstr "" #: src/www/firewall_nat_out_edit.php 728 -
    +msgid ""Packets matching this rule will be mapped to the IP address given here.");?>
    msgstr "" #: src/www/firewall_nat_out_edit.php 729 - +msgid ""Virtual IP");?> msgstr "" #: src/www/firewall_nat_out_edit.php 732 - +msgid ""addresses on the interface first).");?> msgstr "" #: src/www/firewall_nat_out_edit.php 764 -
    +msgid ""Only Round Robin types work with Host Aliases. Any type can be used with a Subnet.");?>
    msgstr "" #: src/www/firewall_nat_out_edit.php 765 -*
    msgstr "" #: src/www/firewall_nat_out_edit.php 766 -*
    msgstr "" #: src/www/firewall_nat_out_edit.php 767 -*
    msgstr "" #: src/www/firewall_nat_out_edit.php 768 -*
    msgstr "" #: src/www/firewall_nat_out_edit.php 769 -*
    msgstr "" #: src/www/firewall_nat_out_edit.php 774 -   msgstr "" #: src/www/firewall_nat_out_edit.php 782 - +msgid ""Enter the source port for the outbound NAT mapping.");?>
    msgstr "" #: src/www/firewall_nat_out_edit.php 786 -   msgstr "" #: src/www/firewall_nat_out_edit.php 793 - +msgid ""No XMLRPC Sync");?> msgstr "" #: src/www/firewall_nat_out_edit.php 796 - msgstr "" #: src/www/firewall_nat_out_edit.php 800 - +msgid ""Description");?> msgstr "" #: src/www/firewall_nat_out_edit.php 804 - +msgid ""You may enter a description here for your reference (not parsed).");?> msgstr "" #: src/www/firewall_nat_out_edit.php 816 - +msgid ""Rule Information");?> msgstr "" #: src/www/firewall_nat_out_edit.php 822 - +msgid ""Created");?> msgstr "" #: src/www/firewall_nat_out_edit.php 824 - +msgid ""by") ?> msgstr "" #: src/www/firewall_nat_out_edit.php 833 - +msgid ""Updated");?> msgstr "" #: src/www/firewall_nat_out_edit.php 835 - +msgid ""by") ?> msgstr "" #: src/www/firewall_nat_out_edit.php 847 -" /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/firewall_nat_out_edit.php 848 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/firewall_rules.php 35 -$pgtitle = array(gettext("Firewall"),gettext("Rules")); +msgid ""Rules")); msgstr "" #: src/www/firewall_rules.php 99 -$config = write_config(gettext("Drag and drop firewall rules ordering update.")); +msgid ""Drag and drop firewall rules ordering update.")); msgstr "" #: src/www/firewall_rules.php 117 -"" => gettext("any"), +msgid ""any"), msgstr "" #: src/www/firewall_rules.php 118 -"echoreq" => gettext("Echo request"), +msgid ""Echo request"), msgstr "" #: src/www/firewall_rules.php 119 -"echorep" => gettext("Echo reply"), +msgid ""Echo reply"), msgstr "" #: src/www/firewall_rules.php 120 -"unreach" => gettext("Destination unreachable"), +msgid ""Destination unreachable"), msgstr "" #: src/www/firewall_rules.php 121 -"squench" => gettext("Source quench"), +msgid ""Source quench"), msgstr "" #: src/www/firewall_rules.php 122 -"redir" => gettext("Redirect"), +msgid ""Redirect"), msgstr "" #: src/www/firewall_rules.php 123 -"althost" => gettext("Alternate Host"), +msgid ""Alternate Host"), msgstr "" #: src/www/firewall_rules.php 124 -"routeradv" => gettext("Router advertisement"), +msgid ""Router advertisement"), msgstr "" #: src/www/firewall_rules.php 125 -"routersol" => gettext("Router solicitation"), +msgid ""Router solicitation"), msgstr "" #: src/www/firewall_rules.php 126 -"timex" => gettext("Time exceeded"), +msgid ""Time exceeded"), msgstr "" #: src/www/firewall_rules.php 127 -"paramprob" => gettext("Invalid IP header"), +msgid ""Invalid IP header"), msgstr "" #: src/www/firewall_rules.php 128 -"timereq" => gettext("Timestamp"), +msgid ""Timestamp"), msgstr "" #: src/www/firewall_rules.php 129 -"timerep" => gettext("Timestamp reply"), +msgid ""Timestamp reply"), msgstr "" #: src/www/firewall_rules.php 130 -"inforeq" => gettext("Information request"), +msgid ""Information request"), msgstr "" #: src/www/firewall_rules.php 131 -"inforep" => gettext("Information reply"), +msgid ""Information reply"), msgstr "" #: src/www/firewall_rules.php 132 -"maskreq" => gettext("Address mask request"), +msgid ""Address mask request"), msgstr "" #: src/www/firewall_rules.php 133 -"maskrep" => gettext("Address mask reply") +msgid ""Address mask reply") msgstr "" #: src/www/firewall_rules.php 191 -$savemsg = sprintf(gettext("The settings have been applied. The firewall rules are now reloading in the background.
    You can also %s monitor %s the reload progress"),"",""); +msgid ""The settings have been applied. The firewall rules are now reloading in the background.
    You can also %s monitor %s the reload progress"),"",""); msgstr "" #: src/www/firewall_rules.php 354 -print_info_box_np_undo(gettext("The firewall rule configuration has been changed.
    You must apply the changes in order for them to take effect."), "apply" , gettext("Apply changes") , "firewall_rules.php?if={$_REQUEST['if']}&dragdroporder=true&{$dragtable}"); +msgid ""Apply changes") , "firewall_rules.php?if={$_REQUEST['if']}&dragdroporder=true&{$dragtable}"); msgstr "" #: src/www/firewall_rules.php 356 -print_info_box_np(gettext("The firewall rule configuration has been changed.
    You must apply the changes in order for them to take effect.")); +msgid ""The firewall rule configuration has been changed.
    You must apply the changes in order for them to take effect.")); msgstr "" #: src/www/firewall_rules.php 372 -$tab_array[] = array(gettext("Floating"), $active, "firewall_rules.php?if=FloatingRules"); +msgid ""Floating"), $active, "firewall_rules.php?if=FloatingRules"); msgstr "" #: src/www/firewall_rules.php 395 - +msgid ""Proto");?> msgstr "" #: src/www/firewall_rules.php 396 - +msgid ""Source");?> msgstr "" #: src/www/firewall_rules.php 397 - +msgid ""Port");?> msgstr "" #: src/www/firewall_rules.php 398 - +msgid ""Destination");?> msgstr "" #: src/www/firewall_rules.php 399 - +msgid ""Port");?> msgstr "" #: src/www/firewall_rules.php 400 - +msgid ""Gateway");?> msgstr "" #: src/www/firewall_rules.php 401 - +msgid ""Queue");?> msgstr "" #: src/www/firewall_rules.php 402 - +msgid ""Schedule");?> msgstr "" #: src/www/firewall_rules.php 403 - +msgid ""Description");?> msgstr "" #: src/www/firewall_rules.php 419 - +msgid "'Do you really want to delete the selected rules?');?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 421 -" class="btn btn-default btn-xs"> +msgid ""add new rule");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 445 - +msgid ""Anti-Lockout Rule");?> msgstr "" #: src/www/firewall_rules.php 447 -" alt="move" class="btn btn-default btn-xs"> +msgid ""move selected rules before this rule");?>" alt="move" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 448 -" class="btn btn-default btn-xs"> +msgid ""edit rule");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 450 -" width="17" height="17" border="0" alt="add" class="btn btn-default btn-xs"> +msgid ""add a new rule based on this one");?>" width="17" height="17" border="0" alt="add" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 461 - +msgid ""RFC 1918 networks");?> msgstr "" #: src/www/firewall_rules.php 468 - +msgid ""Block private networks");?> msgstr "" #: src/www/firewall_rules.php 470 -" alt="move" class="btn btn-default btn-xs"> +msgid ""move selected rules before this rule");?>" alt="move" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 472 -" class="btn btn-default btn-xs"> +msgid ""edit rule");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 474 -" width="17" height="17" border="0" alt="add" class="btn btn-default btn-xs"> +msgid ""add a new rule based on this one");?>" width="17" height="17" border="0" alt="add" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 484 - +msgid ""Reserved/not assigned by IANA");?> msgstr "" #: src/www/firewall_rules.php 491 - +msgid ""Block bogon networks");?> msgstr "" #: src/www/firewall_rules.php 493 -" alt="move" class="btn btn-default btn-xs"> +msgid ""move selected rules before this rule");?>" alt="move" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 495 -" class="btn btn-default btn-xs"> +msgid ""edit rule");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 497 -" width="17" height="17" border="0" alt="add" class="btn btn-default btn-xs"> +msgid ""add a new rule based on this one");?>" width="17" height="17" border="0" alt="add" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 512 -$advanced_set = ""; msgstr "" #: src/www/firewall_rules.php 543 -" > +msgid ""click to toggle enabled/disabled status");?>" > msgstr "" #: src/www/firewall_rules.php 591 -$dayArray = array (gettext('Mon'),gettext('Tues'),gettext('Wed'),gettext('Thur'),gettext('Fri'),gettext('Sat'),gettext('Sun')); +msgid "'Sun')); msgstr "" #: src/www/firewall_rules.php 592 -$monthArray = array (gettext('January'),gettext('February'),gettext('March'),gettext('April'),gettext('May'),gettext('June'),gettext('July'),gettext('August'),gettext('September'),gettext('October'),gettext('November'),gettext('December')); +msgid "'December')); msgstr "" #: src/www/firewall_rules.php 701 -$alttext = gettext("Traffic matching this rule is currently being denied"); +msgid ""Traffic matching this rule is currently being denied"); msgstr "" #: src/www/firewall_rules.php 704 -$alttext = gettext("Traffic matching this rule is currently being allowed"); +msgid ""Traffic matching this rule is currently being allowed"); msgstr "" #: src/www/firewall_rules.php 712 -$alttext = gettext("This rule is not currently active because its period has expired"); +msgid ""This rule is not currently active because its period has expired"); msgstr "" #: src/www/firewall_rules.php 773 -echo gettext("none"); +msgid ""none"); msgstr "" #: src/www/firewall_rules.php 785 - +msgid ""move selected rules before this rule"); ?>" onmouseover="fr_insline(, true)" onmouseout="fr_insline(, false)" class="btn btn-default btn-xs" value=""> msgstr "" #: src/www/firewall_rules.php 786 -" class="btn btn-default btn-xs"> +msgid ""edit rule"); ?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 788 -" onclick="return confirm('Do you really want to delete this rule?')" class="btn btn-default btn-xs"> +msgid ""delete rule"); ?>" onclick="return confirm('Do you really want to delete this rule?')" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 789 -" class="btn btn-default btn-xs"> +msgid ""add a new rule based on this one"); ?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 801 -

    +msgid ""No floating rules are currently defined."); ?>

    msgstr "" #: src/www/firewall_rules.php 803 -
    +msgid ""No rules are currently defined for this interface"); ?>
    msgstr "" #: src/www/firewall_rules.php 804 -

    +msgid ""All incoming connections on this interface will be blocked until you add pass rules."); ?>

    msgstr "" #: src/www/firewall_rules.php 806 - +msgid "" button to add a new rule.");?> msgstr "" #: src/www/firewall_rules.php 825 - +msgid ""move selected rules to end");?>" onmouseover="fr_insline(, true)" onmouseout="fr_insline(, false)" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 826 - +msgid "'Do you really want to delete the selected rules?');?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 827 -" class="btn btn-default btn-xs"> +msgid ""add new rule");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 840 - +msgid ""pass");?> msgstr "" #: src/www/firewall_rules.php 843 - +msgid ""match");?> msgstr "" #: src/www/firewall_rules.php 846 - +msgid ""block");?> msgstr "" #: src/www/firewall_rules.php 849 - +msgid ""reject");?> msgstr "" #: src/www/firewall_rules.php 852 - +msgid ""log");?> msgstr "" #: src/www/firewall_rules.php 856 - +msgid ""pass (disabled)");?> msgstr "" #: src/www/firewall_rules.php 859 - +msgid ""match (disabled)");?> msgstr "" #: src/www/firewall_rules.php 862 - +msgid ""block (disabled)");?> msgstr "" #: src/www/firewall_rules.php 865 - +msgid ""reject (disabled)");?> msgstr "" #: src/www/firewall_rules.php 868 - +msgid ""log (disabled)");?> msgstr "" #: src/www/firewall_rules.php 874 - msgstr "" #: src/www/firewall_rules.php 878 -
  • +msgid ""Edit Firewall rule");?> msgstr "" #: src/www/firewall_rules_edit.php 815 - +msgid ""Action");?> msgstr "" #: src/www/firewall_rules_edit.php 829 -
    +msgid ""Choose what to do with packets that match the criteria specified below.");?>
    msgstr "" #: src/www/firewall_rules_edit.php 830 - msgstr "" #: src/www/firewall_rules_edit.php 835 - +msgid ""Disabled");?> msgstr "" #: src/www/firewall_rules_edit.php 838 -
    +msgid ""Disable this rule");?>
    msgstr "" #: src/www/firewall_rules_edit.php 839 - +msgid ""Set this option to disable this rule without removing it from the list.");?> msgstr "" #: src/www/firewall_rules_edit.php 845 - +msgid ""Quick");?> msgstr "" #: src/www/firewall_rules_edit.php 849 -
    +msgid ""Apply the action immediately on match.");?>
    msgstr "" #: src/www/firewall_rules_edit.php 850 - +msgid ""Set this option if you need to apply this action to traffic that matches this rule immediately.");?> msgstr "" #: src/www/firewall_rules_edit.php 857 - +msgid ""Associated filter rule");?> msgstr "" #: src/www/firewall_rules_edit.php 859 -
    +msgid ""Note +msgid ""This is associated to a NAT rule.");?>
    msgstr "" #: src/www/firewall_rules_edit.php 860 -
    +msgid ""You cannot edit the interface, protocol, source, or destination of associated filter rules.");?>
    msgstr "" #: src/www/firewall_rules_edit.php 867 -echo "" . gettext("View the NAT rule") . "
    "; +msgid ""View the NAT rule") . "
    "; msgstr "" #: src/www/firewall_rules_edit.php 885 - +msgid ""Interface");?> msgstr "" #: src/www/firewall_rules_edit.php 926 - +msgid ""Choose on which interface packets must come in to match this rule.");?> msgstr "" #: src/www/firewall_rules_edit.php 932 - +msgid ""Direction");?> msgstr "" #: src/www/firewall_rules_edit.php 950 - +msgid ""TCP/IP Version");?> msgstr "" #: src/www/firewall_rules_edit.php 962 -
    +msgid ""Select the Internet Protocol version this rule applies to");?>
    msgstr "" #: src/www/firewall_rules_edit.php 966 - +msgid ""Protocol");?> msgstr "" #: src/www/firewall_rules_edit.php 976 -
    TCP  
    +msgid ""Hint +msgid ""here.");?> msgstr "" #: src/www/firewall_rules_edit.php 980 - +msgid ""ICMP type");?> msgstr "" #: src/www/firewall_rules_edit.php 985 -"" => gettext("any"), +msgid ""any"), msgstr "" #: src/www/firewall_rules_edit.php 986 -"echoreq" => gettext("Echo request"), +msgid ""Echo request"), msgstr "" #: src/www/firewall_rules_edit.php 987 -"echorep" => gettext("Echo reply"), +msgid ""Echo reply"), msgstr "" #: src/www/firewall_rules_edit.php 988 -"unreach" => gettext("Destination unreachable"), +msgid ""Destination unreachable"), msgstr "" #: src/www/firewall_rules_edit.php 989 -"squench" => gettext("Source quench"), +msgid ""Source quench"), msgstr "" #: src/www/firewall_rules_edit.php 990 -"redir" => gettext("Redirect"), +msgid ""Redirect"), msgstr "" #: src/www/firewall_rules_edit.php 991 -"althost" => gettext("Alternate Host"), +msgid ""Alternate Host"), msgstr "" #: src/www/firewall_rules_edit.php 992 -"routeradv" => gettext("Router advertisement"), +msgid ""Router advertisement"), msgstr "" #: src/www/firewall_rules_edit.php 993 -"routersol" => gettext("Router solicitation"), +msgid ""Router solicitation"), msgstr "" #: src/www/firewall_rules_edit.php 994 -"timex" => gettext("Time exceeded"), +msgid ""Time exceeded"), msgstr "" #: src/www/firewall_rules_edit.php 995 -"paramprob" => gettext("Invalid IP header"), +msgid ""Invalid IP header"), msgstr "" #: src/www/firewall_rules_edit.php 996 -"timereq" => gettext("Timestamp"), +msgid ""Timestamp"), msgstr "" #: src/www/firewall_rules_edit.php 997 -"timerep" => gettext("Timestamp reply"), +msgid ""Timestamp reply"), msgstr "" #: src/www/firewall_rules_edit.php 998 -"inforeq" => gettext("Information request"), +msgid ""Information request"), msgstr "" #: src/www/firewall_rules_edit.php 999 -"inforep" => gettext("Information reply"), +msgid ""Information reply"), msgstr "" #: src/www/firewall_rules_edit.php 1000 -"maskreq" => gettext("Address mask request"), +msgid ""Address mask request"), msgstr "" #: src/www/firewall_rules_edit.php 1001 -"maskrep" => gettext("Address mask reply") +msgid ""Address mask reply") msgstr "" #: src/www/firewall_rules_edit.php 1009 - +msgid ""If you selected ICMP for the protocol above, you may specify an ICMP type here.");?> msgstr "" #: src/www/firewall_rules_edit.php 1013 - +msgid ""Source");?> msgstr "" #: src/www/firewall_rules_edit.php 1016 - +msgid ""not");?> msgstr "" #: src/www/firewall_rules_edit.php 1018 - +msgid ""Use this option to invert the sense of the match.");?> msgstr "" #: src/www/firewall_rules_edit.php 1023 -   msgstr "" #: src/www/firewall_rules_edit.php 1028 - +msgid ""any");?> msgstr "" #: src/www/firewall_rules_edit.php 1035 -> +msgid ""Single host or alias");?> msgstr "" #: src/www/firewall_rules_edit.php 1036 - +msgid ""Network");?> msgstr "" #: src/www/firewall_rules_edit.php 1038 - +msgid ""This Firewall (self)");?> msgstr "" #: src/www/firewall_rules_edit.php 1041 - +msgid ""PPTP clients");?> msgstr "" #: src/www/firewall_rules_edit.php 1044 - +msgid ""PPPoE clients");?> msgstr "" #: src/www/firewall_rules_edit.php 1047 - +msgid ""L2TP clients");?> msgstr "" #: src/www/firewall_rules_edit.php 1052 - +msgid ""net");?> msgstr "" #: src/www/firewall_rules_edit.php 1054 - +msgid ""address");?> msgstr "" #: src/www/firewall_rules_edit.php 1062 -   msgstr "" #: src/www/firewall_rules_edit.php 1075 - type="button" onclick="show_source_port_range()" class="btn btn-default" value="" /> - +msgid ""Show source port range");?> msgstr "" #: src/www/firewall_rules_edit.php 1081 - +msgid ""Source port range");?> msgstr "" #: src/www/firewall_rules_edit.php 1085 -   msgstr "" #: src/www/firewall_rules_edit.php 1088 - +msgid ""other"); ?>) msgstr "" #: src/www/firewall_rules_edit.php 1089 - +msgid ""any");?> msgstr "" #: src/www/firewall_rules_edit.php 1098 - msgstr "" #: src/www/firewall_rules_edit.php 1101 - +msgid ""other"); ?>) msgstr "" #: src/www/firewall_rules_edit.php 1102 - +msgid ""any");?> msgstr "" #: src/www/firewall_rules_edit.php 1112 - "").

    +msgid ""Hint +msgid ""field empty if you only want to filter a single port.");?>
    msgstr "" #: src/www/firewall_rules_edit.php 1116 - +msgid ""Destination");?> msgstr "" #: src/www/firewall_rules_edit.php 1119 - +msgid ""not");?> msgstr "" #: src/www/firewall_rules_edit.php 1121 - +msgid ""Use this option to invert the sense of the match.");?> msgstr "" #: src/www/firewall_rules_edit.php 1126 -   msgstr "" #: src/www/firewall_rules_edit.php 1131 - +msgid ""any");?> msgstr "" #: src/www/firewall_rules_edit.php 1138 -> +msgid ""Single host or alias");?> msgstr "" #: src/www/firewall_rules_edit.php 1139 - +msgid ""Network");?> msgstr "" #: src/www/firewall_rules_edit.php 1140 - +msgid ""This Firewall (self)");?> msgstr "" #: src/www/firewall_rules_edit.php 1142 - +msgid ""PPTP clients");?> msgstr "" #: src/www/firewall_rules_edit.php 1145 - +msgid ""PPPoE clients");?> msgstr "" #: src/www/firewall_rules_edit.php 1148 - +msgid ""L2TP clients");?> msgstr "" #: src/www/firewall_rules_edit.php 1153 - +msgid ""net");?> msgstr "" #: src/www/firewall_rules_edit.php 1155 - +msgid ""address");?> msgstr "" #: src/www/firewall_rules_edit.php 1163 -   msgstr "" #: src/www/firewall_rules_edit.php 1180 - +msgid ""Destination port range ");?> msgstr "" #: src/www/firewall_rules_edit.php 1184 -   msgstr "" #: src/www/firewall_rules_edit.php 1187 - +msgid ""other"); ?>) msgstr "" #: src/www/firewall_rules_edit.php 1188 - +msgid ""any");?> msgstr "" #: src/www/firewall_rules_edit.php 1197 - msgstr "" #: src/www/firewall_rules_edit.php 1200 - +msgid ""other"); ?>) msgstr "" #: src/www/firewall_rules_edit.php 1201 - +msgid ""any");?> msgstr "" #: src/www/firewall_rules_edit.php 1212 - +msgid ""Specify the port or port range for the destination of the packet for this rule.");?> msgstr "" #: src/www/firewall_rules_edit.php 1214 - +msgid ""Hint +msgid ""field empty if you only want to filter a single port");?> msgstr "" #: src/www/firewall_rules_edit.php 1219 - +msgid ""Log");?> msgstr "" #: src/www/firewall_rules_edit.php 1222 - +msgid ""Log packets that are handled by this rule");?> msgstr "" #: src/www/firewall_rules_edit.php 1224 - ( ). +msgid ""page"); ?>). msgstr "" #: src/www/firewall_rules_edit.php 1228 - +msgid ""Description");?> msgstr "" #: src/www/firewall_rules_edit.php 1232 - +msgid ""You may enter a description here for your reference.");?> msgstr "" #: src/www/firewall_rules_edit.php 1240 -" /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/firewall_rules_edit.php 1241 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/firewall_rules_edit.php 1254 - +msgid ""Advanced features");?> msgstr "" #: src/www/firewall_rules_edit.php 1257 - +msgid ""Source OS");?> msgstr "" #: src/www/firewall_rules_edit.php 1260 -" /> - +msgid ""Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1263 -  msgstr "" #: src/www/firewall_rules_edit.php 1274 - msgstr "" #: src/www/firewall_rules_edit.php 1279 - +msgid ""Diffserv Code Point");?> msgstr "" #: src/www/firewall_rules_edit.php 1282 -" /> - +msgid ""Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1295 - +msgid ""Advanced Options");?> msgstr "" #: src/www/firewall_rules_edit.php 1298 -" /> - +msgid ""Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1302 -
    +msgid ""This allows packets with IP options to pass. Otherwise they are blocked by default. This is usually only seen with multicast traffic.");?> msgstr "" #: src/www/firewall_rules_edit.php 1305 -
    +msgid ""This will disable auto generated reply-to for this rule.");?> msgstr "" #: src/www/firewall_rules_edit.php 1308 -
    +msgid ""Policy filtering"); ?> msgstr "" #: src/www/firewall_rules_edit.php 1311 -
    +msgid ""You can match packet on a mark placed before on another rule.")?> msgstr "" #: src/www/firewall_rules_edit.php 1313 -

    +msgid "" Maximum state entries this rule can create");?>

    msgstr "" #: src/www/firewall_rules_edit.php 1314 -

    +msgid "" Maximum number of unique source hosts");?>

    msgstr "" #: src/www/firewall_rules_edit.php 1315 -

    +msgid "" Maximum number of established connections per host (TCP only)");?>

    msgstr "" #: src/www/firewall_rules_edit.php 1316 -

    +msgid "" Maximum state entries per host");?>

    msgstr "" #: src/www/firewall_rules_edit.php 1325 - +msgid ""Maximum new connections per host / per second(s) (TCP only)");?> msgstr "" #: src/www/firewall_rules_edit.php 1328 - +msgid ""State Timeout in seconds (TCP only)");?> msgstr "" #: src/www/firewall_rules_edit.php 1330 -

    msgstr "" #: src/www/firewall_rules_edit.php 1335 - +msgid ""TCP flags");?> msgstr "" #: src/www/firewall_rules_edit.php 1338 -" /> - +msgid ""Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1367 - />
  • +msgid ""Any flags.");?>
    msgstr "" #: src/www/firewall_rules_edit.php 1369 - +msgid ""State Type");?> msgstr "" #: src/www/firewall_rules_edit.php 1378 -" /> - +msgid ""Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1384 -
    msgstr "" #: src/www/firewall_rules_edit.php 1387 - +msgid ""keep state");?> msgstr "" #: src/www/firewall_rules_edit.php 1388 - +msgid ""sloppy state");?> msgstr "" #: src/www/firewall_rules_edit.php 1389 - +msgid ""synproxy state");?> msgstr "" #: src/www/firewall_rules_edit.php 1390 - +msgid ""none");?> msgstr "" #: src/www/firewall_rules_edit.php 1393 - msgstr "" #: src/www/firewall_rules_edit.php 1396 -
    +msgid ""Works with all IP protocols.");?> msgstr "" #: src/www/firewall_rules_edit.php 1397 -
    +msgid ""Works with all IP protocols.");?> msgstr "" #: src/www/firewall_rules_edit.php 1398 -
    +msgid ""Proxies incoming TCP connections to help protect servers from spoofed TCP SYN floods. This option includes the functionality of keep state and modulate state combined.");?> msgstr "" #: src/www/firewall_rules_edit.php 1399 -
    +msgid ""Do not use state mechanisms to keep track. This is only useful if you're doing advanced queueing in certain situations. Please check the documentation.");?> msgstr "" #: src/www/firewall_rules_edit.php 1405 - +msgid ""No XMLRPC Sync");?> msgstr "" #: src/www/firewall_rules_edit.php 1408 -" /> - +msgid ""Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1412 - msgstr "" #: src/www/firewall_rules_edit.php 1417 - +msgid ""802.1p");?> msgstr "" #: src/www/firewall_rules_edit.php 1420 -" /> - +msgid ""Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1452 -

    +msgid ""Choose 802.1p priority to match on");?>

    msgstr "" #: src/www/firewall_rules_edit.php 1456 -

    +msgid ""Choose 802.1p priority to apply");?>

    msgstr "" #: src/www/firewall_rules_edit.php 1472 - +msgid ""Schedule");?> msgstr "" #: src/www/firewall_rules_edit.php 1475 -" /> - +msgid ""Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1494 -

    +msgid ""Leave as 'none' to leave the rule enabled all the time.");?>

    msgstr "" #: src/www/firewall_rules_edit.php 1499 - +msgid ""Gateway");?> msgstr "" #: src/www/firewall_rules_edit.php 1502 -" /> - +msgid ""Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1506 - +msgid ""default");?> msgstr "" #: src/www/firewall_rules_edit.php 1543 -

    +msgid ""Leave as 'default' to use the system routing table. Or choose a gateway to utilize policy based routing.");?>

    msgstr "" #: src/www/firewall_rules_edit.php 1548 - +msgid ""In/Out");?> msgstr "" #: src/www/firewall_rules_edit.php 1551 -" /> - +msgid ""Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1592 -".gettext("The Out selection is applied to traffic leaving the interface where the rule is created, In is applied to traffic coming into the chosen interface.")."
    ".gettext("If you are creating a floating rule, if the direction is In then the same rules apply, if the direction is out the selections are reverted Out is for incoming and In is for outgoing.");?>
    +msgid ""If you are creating a floating rule, if the direction is In then the same rules apply, if the direction is out the selections are reverted Out is for incoming and In is for outgoing.");?>
    msgstr "" #: src/www/firewall_rules_edit.php 1598 - +msgid ""Ackqueue/Queue");?> msgstr "" #: src/www/firewall_rules_edit.php 1601 -" /> - +msgid ""Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1648 - +msgid ""Choose the Acknowledge Queue only if you have selected Queue.");?>
    msgstr "" #: src/www/firewall_rules_edit.php 1653 - +msgid ""Layer7");?> msgstr "" #: src/www/firewall_rules_edit.php 1656 -" /> - +msgid ""Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1676 - +msgid ""Rule Information");?> msgstr "" #: src/www/firewall_rules_edit.php 1697 - +msgid ""Created");?> msgstr "" #: src/www/firewall_rules_edit.php 1699 - +msgid ""by") ?> msgstr "" #: src/www/firewall_rules_edit.php 1705 - +msgid ""Updated");?> msgstr "" #: src/www/firewall_rules_edit.php 1707 - +msgid ""by") ?> msgstr "" #: src/www/firewall_rules_edit.php 1716 -" /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/firewall_rules_edit.php 1717 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/firewall_schedule.php 30 -$dayArray = array (gettext('Mon'),gettext('Tues'),gettext('Wed'),gettext('Thur'),gettext('Fri'),gettext('Sat'),gettext('Sun')); +msgid "'Sun')); msgstr "" #: src/www/firewall_schedule.php 31 -$monthArray = array (gettext('January'),gettext('February'),gettext('March'),gettext('April'),gettext('May'),gettext('June'),gettext('July'),gettext('August'),gettext('September'),gettext('October'),gettext('November'),gettext('December')); +msgid "'December')); msgstr "" #: src/www/firewall_schedule.php 37 -$pgtitle = array(gettext("Firewall"),gettext("Schedules")); +msgid ""Schedules")); msgstr "" #: src/www/firewall_schedule.php 64 -$savemsg = sprintf(gettext("Cannot delete Schedule. Currently in use by %s"),$referenced_by); +msgid ""Cannot delete Schedule. Currently in use by %s"),$referenced_by); msgstr "" #: src/www/firewall_schedule.php 105 - +msgid ""Name");?> msgstr "" #: src/www/firewall_schedule.php 106 - +msgid ""Time Range(s)");?> msgstr "" #: src/www/firewall_schedule.php 107 - +msgid ""Description");?> msgstr "" #: src/www/firewall_schedule.php 121 - " width="17" height="17" border="0" alt="schedule" /> +msgid ""Schedule is currently active");?>" width="17" height="17" border="0" alt="schedule" /> msgstr "" #: src/www/firewall_schedule.php 226 -" class="btn btn-default btn-xs"> +msgid ""edit alias");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_schedule.php 227 -" class="btn btn-default btn-xs"> +msgid ""delete alias");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_schedule.php 237 -


    +msgid ""Note +msgid ""Schedules act as placeholders for time ranges to be used in Firewall Rules.");?>

    msgstr "" #: src/www/firewall_schedule_edit.php 48 -$pgtitle = array(gettext("Firewall"),gettext("Schedules"),gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/firewall_schedule_edit.php 52 -$dayArray = array (gettext('Mon'),gettext('Tues'),gettext('Wed'),gettext('Thur'),gettext('Fri'),gettext('Sat'),gettext('Sun')); +msgid "'Sun')); msgstr "" #: src/www/firewall_schedule_edit.php 53 -$monthArray = array (gettext('January'),gettext('February'),gettext('March'),gettext('April'),gettext('May'),gettext('June'),gettext('July'),gettext('August'),gettext('September'),gettext('October'),gettext('November'),gettext('December')); +msgid "'December')); msgstr "" #: src/www/firewall_schedule_edit.php 76 -$input_errors[] = gettext("Schedule may not be named LAN."); +msgid ""Schedule may not be named LAN."); msgstr "" #: src/www/firewall_schedule_edit.php 78 -$input_errors[] = gettext("Schedule may not be named WAN."); +msgid ""Schedule may not be named WAN."); msgstr "" #: src/www/firewall_schedule_edit.php 80 -$input_errors[] = gettext("Schedule name cannot be blank."); +msgid ""Schedule name cannot be blank."); msgstr "" #: src/www/firewall_schedule_edit.php 84 -$input_errors[] = gettext("Reserved word used for schedule name."); +msgid ""Reserved word used for schedule name."); msgstr "" #: src/www/firewall_schedule_edit.php 87 -$input_errors[] = gettext("The schedule name may only consist of the characters a-z, A-Z, 0-9"); +msgid ""The schedule name may only consist of the characters a-z, A-Z, 0-9"); msgstr "" #: src/www/firewall_schedule_edit.php 96 -$input_errors[] = gettext("A Schedule with this name already exists."); +msgid ""A Schedule with this name already exists."); msgstr "" #: src/www/firewall_schedule_edit.php 109 -$input_errors[] = sprintf(gettext("Invalid start time - '%s'"), $_POST['starttime' . $x]); +msgid ""Invalid start time - '%s'"), $_POST['starttime' . $x]); msgstr "" #: src/www/firewall_schedule_edit.php 113 -$input_errors[] = sprintf(gettext("Invalid stop time - '%s'"), $_POST['stoptime' . $x]); +msgid ""Invalid stop time - '%s'"), $_POST['stoptime' . $x]); msgstr "" #: src/www/firewall_schedule_edit.php 161 -$input_errors[] = gettext("The schedule must have at least one time range configured."); +msgid ""The schedule must have at least one time range configured."); msgstr "" #: src/www/firewall_schedule_edit.php 777 -

    +msgid ""Schedule information");?> msgstr "" #: src/www/firewall_schedule_edit.php 788 - +msgid ""Schedule Name");?> msgstr "" #: src/www/firewall_schedule_edit.php 794 - msgstr "" #: src/www/firewall_schedule_edit.php 799 - +msgid ""The name of the alias may only consist of the characters a-z, A-Z and 0-9");?> msgstr "" #: src/www/firewall_schedule_edit.php 805 - +msgid ""Description");?> msgstr "" #: src/www/firewall_schedule_edit.php 808 - +msgid ""You may enter a description here for your reference (not parsed).");?> msgstr "" #: src/www/firewall_schedule_edit.php 816 - +msgid ""Month");?> msgstr "" #: src/www/firewall_schedule_edit.php 858 +msgid ""Mon");?> msgstr "" #: src/www/firewall_schedule_edit.php 859 +msgid ""Tue");?> msgstr "" #: src/www/firewall_schedule_edit.php 860 +msgid ""Wed");?> msgstr "" #: src/www/firewall_schedule_edit.php 861 +msgid ""Thu");?> msgstr "" #: src/www/firewall_schedule_edit.php 862 +msgid ""Fri");?> msgstr "" #: src/www/firewall_schedule_edit.php 863 +msgid ""Sat");?> msgstr "" #: src/www/firewall_schedule_edit.php 864 +msgid ""Sun");?> msgstr "" #: src/www/firewall_schedule_edit.php 921 - +msgid ""Click individual date to select that date only. Click the appropriate weekday Header to select all occurrences of that weekday.");?> msgstr "" #: src/www/firewall_schedule_edit.php 925 - +msgid ""Time");?> msgstr "" #: src/www/firewall_schedule_edit.php 929 - +msgid ""Stop Time");?> msgstr "" #: src/www/firewall_schedule_edit.php 942 -    +msgid ""Hr"); ?>   msgstr "" #: src/www/firewall_schedule_edit.php 949 -  +msgid ""Min"); ?> msgstr "" #: src/www/firewall_schedule_edit.php 967 -    +msgid ""Hr");?>   msgstr "" #: src/www/firewall_schedule_edit.php 974 -  +msgid ""Min");?> msgstr "" #: src/www/firewall_schedule_edit.php 978 - msgstr "" @@ -27755,317 +27718,317 @@ msgstr "" #: src/www/firewall_schedule_edit.php 982 - +msgid ""Time Range Description")?> msgstr "" #: src/www/firewall_schedule_edit.php 985 - +msgid ""You may enter a description here for your reference (not parsed).")?> msgstr "" #: src/www/firewall_schedule_edit.php 992 -" class="btn btn-default" onclick="javascript +msgid ""Add Time");?>" class="btn btn-default" onclick="javascript processEntries();" />    msgstr "" #: src/www/firewall_schedule_edit.php 993 -" class="btn btn-default" onclick="javascript +msgid ""Clear Selection");?>" class="btn btn-default" onclick="javascript clearCalendar(); clearTime(); clearDescr();" /> msgstr "" #: src/www/firewall_schedule_edit.php 1005 - +msgid ""Schedule repeat");?> msgstr "" #: src/www/firewall_schedule_edit.php 1010 - +msgid ""Configured Ranges");?> msgstr "" #: src/www/firewall_schedule_edit.php 1015 - +msgid ""Day(s)");?> msgstr "" #: src/www/firewall_schedule_edit.php 1016 - +msgid ""Start Time");?> msgstr "" #: src/www/firewall_schedule_edit.php 1017 - +msgid ""Stop Time");?> msgstr "" #: src/www/firewall_schedule_edit.php 1018 - +msgid ""Description");?> msgstr "" #: src/www/firewall_schedule_edit.php 1177 -" /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/firewall_schedule_edit.php 1178 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/firewall_shaper.php 42 -$pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper")); +msgid ""Traffic Shaper")); msgstr "" #: src/www/firewall_shaper.php 119 -$savemsg = gettext("Unable to write config.xml (Access Denied?)"); +msgid ""Unable to write config.xml (Access Denied?)"); msgstr "" #: src/www/firewall_shaper.php 148 -$input_errors[] = gettext("Could not create new queue/discipline!"); +msgid ""Could not create new queue/discipline!"); msgstr "" #: src/www/firewall_shaper.php 164 -$input_errors[] = gettext("Queue not found!"); +msgid ""Queue not found!"); msgstr "" #: src/www/firewall_shaper.php 173 -$input_errors[] = gettext("Queue not found!"); +msgid ""Queue not found!"); msgstr "" #: src/www/firewall_shaper.php 182 -$input_errors[] = gettext("Queue not found!"); +msgid ""Queue not found!"); msgstr "" #: src/www/firewall_shaper.php 259 -$input_errors[] = gettext("Could not add new queue."); +msgid ""Could not add new queue."); msgstr "" #: src/www/firewall_shaper.php 335 -$output_form .= "
    " . gettext("Queue Actions") . "
    "; +msgid ""Queue Actions") . "
    "; msgstr "" #: src/www/firewall_shaper.php 338 -$output_form .= ""; +msgid ""Save") . "" class="btn btn-primary" />"; msgstr "" #: src/www/firewall_shaper.php 346 -$output_form .= ""; +msgid ""Add new queue") . "" />"; msgstr "" #: src/www/firewall_shaper.php 357 -$output_form .= " value="" . gettext("Delete this queue") . "" />"; +msgid ""Delete this queue") . "" />"; msgstr "" #: src/www/firewall_shaper.php 359 -$output_form .= " value="" . gettext("Disable shaper on interface") . "" />"; +msgid ""Disable shaper on interface") . "" />"; msgstr "" #: src/www/firewall_shaper.php 398 -".gettext("You must apply the changes in order for them to take effect."));?>
    +msgid ""You must apply the changes in order for them to take effect."));?>
    msgstr "" #: src/www/firewall_shaper.php 406 -$tab_array[0] = array(gettext("By Interface"), true, "firewall_shaper.php"); +msgid ""By Interface"), true, "firewall_shaper.php"); msgstr "" #: src/www/firewall_shaper.php 407 -$tab_array[1] = array(gettext("By Queue"), false, "firewall_shaper_queues.php"); +msgid ""By Queue"), false, "firewall_shaper_queues.php"); msgstr "" #: src/www/firewall_shaper.php 408 -$tab_array[2] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); +msgid ""Limiter"), false, "firewall_shaper_vinterface.php"); msgstr "" #: src/www/firewall_shaper.php 409 -$tab_array[3] = array(gettext("Layer7"), false, "firewall_shaper_layer7.php"); +msgid ""Layer7"), false, "firewall_shaper_layer7.php"); msgstr "" #: src/www/firewall_shaper.php 410 -$tab_array[4] = array(gettext("Wizards"), false, "firewall_shaper_wizards.php"); +msgid ""Wizards"), false, "firewall_shaper_wizards.php"); msgstr "" #: src/www/firewall_shaper.php 426 -" class="btn btn-primary" /> +msgid ""Remove Shaper")?>" class="btn btn-primary" /> msgstr "" #: src/www/firewall_shaper_layer7.php 47 -$pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper"), gettext("Layer7")); +msgid ""Layer7")); msgstr "" #: src/www/firewall_shaper_layer7.php 53 -$default_layer7shaper_msg .= "
    " . gettext("Note") . " +msgid ""Note") . "
    "; msgstr "" #: src/www/firewall_shaper_layer7.php 54 -$default_layer7shaper_msg .= "
    " . gettext("You can add new layer7 protocol patterns by simply uploading the file") . " " . gettext("here") . ".

    "; +msgid ""here") . ".

    "; msgstr "" #: src/www/firewall_shaper_layer7.php 99 -$input_errors[] = gettext("Layer7 Rules Container not found!"); +msgid ""Layer7 Rules Container not found!"); msgstr "" #: src/www/firewall_shaper_layer7.php 149 -$dupe_error = gettext("Found the following repeated protocol definitions") . " +msgid ""Found the following repeated protocol definitions") . " "; msgstr "" #: src/www/firewall_shaper_layer7.php 384 -array('label'=>gettext("Create new l7 rules group"), 'href'=>'firewall_shaper_layer7.php?action=add'), +msgid ""Create new l7 rules group"), 'href'=>'firewall_shaper_layer7.php?action=add'), msgstr "" #: src/www/firewall_shaper_layer7.php 400 -" . gettext("You must apply the changes in order for them to take effect."));?>

    +msgid ""You must apply the changes in order for them to take effect."));?>

    msgstr "" #: src/www/firewall_shaper_layer7.php 408 -$tab_array[0] = array(gettext("By Interface"), false, "firewall_shaper.php"); +msgid ""By Interface"), false, "firewall_shaper.php"); msgstr "" #: src/www/firewall_shaper_layer7.php 409 -$tab_array[1] = array(gettext("By Queue"), false, "firewall_shaper_queues.php"); +msgid ""By Queue"), false, "firewall_shaper_queues.php"); msgstr "" #: src/www/firewall_shaper_layer7.php 410 -$tab_array[2] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); +msgid ""Limiter"), false, "firewall_shaper_vinterface.php"); msgstr "" #: src/www/firewall_shaper_layer7.php 411 -$tab_array[3] = array(gettext("Layer7"), true, "firewall_shaper_layer7.php"); +msgid ""Layer7"), true, "firewall_shaper_layer7.php"); msgstr "" #: src/www/firewall_shaper_layer7.php 412 -$tab_array[4] = array(gettext("Wizards"), false, "firewall_shaper_wizards.php"); +msgid ""Wizards"), false, "firewall_shaper_wizards.php"); msgstr "" #: src/www/firewall_shaper_layer7.php 449 - +msgid ""Rule(s)"); ?> msgstr "" #: src/www/firewall_shaper_layer7.php 461 - +msgid ""Add one or more rules"); ?> msgstr "" #: src/www/firewall_shaper_layer7.php 470 - +msgid ""Protocol"); ?> msgstr "" #: src/www/firewall_shaper_layer7.php 477 - +msgid ""Structure"); ?> msgstr "" #: src/www/firewall_shaper_layer7.php 484 - +msgid ""Behaviour"); ?> msgstr "" #: src/www/firewall_shaper_layer7.php 565 -" /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/firewall_shaper_layer7.php 567 -" /> +msgid ""Cancel"); ?>" /> msgstr "" #: src/www/firewall_shaper_layer7.php 571 -" /> +msgid ""Delete"); ?>" /> msgstr "" #: src/www/firewall_shaper_queues.php 160 -$pgtitle = gettext("Firewall +msgid ""Firewall Shaper By Queues View"); msgstr "" @@ -28073,833 +28036,833 @@ msgstr "" #: src/www/firewall_shaper_queues.php 183 -" . gettext("You must apply the changes in order for them to take effect."));?>

    +msgid ""You must apply the changes in order for them to take effect."));?>

    msgstr "" #: src/www/firewall_shaper_queues.php 191 -$tab_array[0] = array(gettext("By Interface"), false, "firewall_shaper.php"); +msgid ""By Interface"), false, "firewall_shaper.php"); msgstr "" #: src/www/firewall_shaper_queues.php 192 -$tab_array[1] = array(gettext("By Queue"), true, "firewall_shaper_queues.php"); +msgid ""By Queue"), true, "firewall_shaper_queues.php"); msgstr "" #: src/www/firewall_shaper_queues.php 193 -$tab_array[2] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); +msgid ""Limiter"), false, "firewall_shaper_vinterface.php"); msgstr "" #: src/www/firewall_shaper_queues.php 194 -$tab_array[3] = array(gettext("Layer7"), false, "firewall_shaper_layer7.php"); +msgid ""Layer7"), false, "firewall_shaper_layer7.php"); msgstr "" #: src/www/firewall_shaper_queues.php 195 -$tab_array[4] = array(gettext("Wizards"), false, "firewall_shaper_wizards.php"); +msgid ""Wizards"), false, "firewall_shaper_wizards.php"); msgstr "" #: src/www/firewall_shaper_vinterface.php 41 -$pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper"), gettext("Limiter")); +msgid ""Limiter")); msgstr "" #: src/www/firewall_shaper_vinterface.php 89 -$input_errors[] = gettext("This pipe/queue is referenced in filter rules, please remove references from there before deleting."); +msgid ""This pipe/queue is referenced in filter rules, please remove references from there before deleting."); msgstr "" #: src/www/firewall_shaper_vinterface.php 101 -$input_errors[] = sprintf(gettext("No queue with name %s was found!"),$qname); +msgid ""No queue with name %s was found!"),$qname); msgstr "" #: src/www/firewall_shaper_vinterface.php 133 -$savemsg = gettext("Unable to write config.xml (Access Denied?)"); +msgid ""Unable to write config.xml (Access Denied?)"); msgstr "" #: src/www/firewall_shaper_vinterface.php 147 -$input_errors[] = gettext("Could not create new queue/discipline!"); +msgid ""Could not create new queue/discipline!"); msgstr "" #: src/www/firewall_shaper_vinterface.php 160 -$input_errors[] = gettext("Queue not found!"); +msgid ""Queue not found!"); msgstr "" #: src/www/firewall_shaper_vinterface.php 170 -$input_errors[] = gettext("Queue not found!"); +msgid ""Queue not found!"); msgstr "" #: src/www/firewall_shaper_vinterface.php 180 -$input_errors[] = gettext("Queue not found!"); +msgid ""Queue not found!"); msgstr "" #: src/www/firewall_shaper_vinterface.php 192 -$input_errors[] = gettext("You cannot name a child queue with the same name as a parent limiter"); +msgid ""You cannot name a child queue with the same name as a parent limiter"); msgstr "" #: src/www/firewall_shaper_vinterface.php 217 -$input_errors[] = gettext("You cannot name a child queue with the same name as a parent limiter"); +msgid ""You cannot name a child queue with the same name as a parent limiter"); msgstr "" #: src/www/firewall_shaper_vinterface.php 234 -$input_errors[] = gettext("Could not add new queue."); +msgid ""Could not add new queue."); msgstr "" #: src/www/firewall_shaper_vinterface.php 303 -$output_form .= gettext("Queue Actions"); +msgid ""Queue Actions"); msgstr "" #: src/www/firewall_shaper_vinterface.php 306 -$output_form .= ""; +msgid ""Save") . "" class="btn btn-primary" />"; msgstr "" #: src/www/firewall_shaper_vinterface.php 314 -$output_form .= ""; +msgid ""Add new queue") ."" />"; msgstr "" #: src/www/firewall_shaper_vinterface.php 325 -$output_form .= " value="" . gettext("Delete this queue") ."" />"; +msgid ""Delete this queue") ."" />"; msgstr "" #: src/www/firewall_shaper_vinterface.php 327 -$output_form .= " value="" . gettext("Delete Limiter") ."" />"; +msgid ""Delete Limiter") ."" />"; msgstr "" #: src/www/firewall_shaper_vinterface.php 366 -array('label'=>gettext("Create new limiter"), 'href'=>'firewall_shaper_vinterface.php?pipe=new&action=add'), +msgid ""Create new limiter"), 'href'=>'firewall_shaper_vinterface.php?pipe=new&action=add'), msgstr "" #: src/www/firewall_shaper_vinterface.php 383 -".gettext("You must apply the changes in order for them to take effect."));?>

    +msgid ""You must apply the changes in order for them to take effect."));?>

    msgstr "" #: src/www/firewall_shaper_vinterface.php 391 -$tab_array[0] = array(gettext("By Interface"), false, "firewall_shaper.php"); +msgid ""By Interface"), false, "firewall_shaper.php"); msgstr "" #: src/www/firewall_shaper_vinterface.php 392 -$tab_array[1] = array(gettext("By Queue"), false, "firewall_shaper_queues.php"); +msgid ""By Queue"), false, "firewall_shaper_queues.php"); msgstr "" #: src/www/firewall_shaper_vinterface.php 393 -$tab_array[2] = array(gettext("Limiter"), true, "firewall_shaper_vinterface.php"); +msgid ""Limiter"), true, "firewall_shaper_vinterface.php"); msgstr "" #: src/www/firewall_shaper_vinterface.php 394 -$tab_array[3] = array(gettext("Layer7"), false, "firewall_shaper_layer7.php"); +msgid ""Layer7"), false, "firewall_shaper_layer7.php"); msgstr "" #: src/www/firewall_shaper_vinterface.php 395 -$tab_array[4] = array(gettext("Wizards"), false, "firewall_shaper_wizards.php"); +msgid ""Wizards"), false, "firewall_shaper_wizards.php"); msgstr "" #: src/www/firewall_shaper_wizards.php 62 -$pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper"),gettext("Wizards")); +msgid ""Wizards")); msgstr "" #: src/www/firewall_shaper_wizards.php 66 -gettext("Multiple Lan/Wan") => "traffic_shaper_wizard_multi_all.xml", +msgid ""Multiple Lan/Wan") => "traffic_shaper_wizard_multi_all.xml", msgstr "" #: src/www/firewall_shaper_wizards.php 67 -gettext("Dedicated Links") => "traffic_shaper_wizard_dedicated.xml", +msgid ""Dedicated Links") => "traffic_shaper_wizard_dedicated.xml", msgstr "" #: src/www/firewall_shaper_wizards.php 87 -".gettext("You must apply the changes in order for them to take effect."));?>

    +msgid ""You must apply the changes in order for them to take effect."));?>

    msgstr "" #: src/www/firewall_shaper_wizards.php 94 -$tab_array[0] = array(gettext("By Interface"), false, "firewall_shaper.php"); +msgid ""By Interface"), false, "firewall_shaper.php"); msgstr "" #: src/www/firewall_shaper_wizards.php 95 -$tab_array[1] = array(gettext("By Queue"), false, "firewall_shaper_queues.php"); +msgid ""By Queue"), false, "firewall_shaper_queues.php"); msgstr "" #: src/www/firewall_shaper_wizards.php 96 -$tab_array[2] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); +msgid ""Limiter"), false, "firewall_shaper_vinterface.php"); msgstr "" #: src/www/firewall_shaper_wizards.php 97 -$tab_array[3] = array(gettext("Layer7"), false, "firewall_shaper_layer7.php"); +msgid ""Layer7"), false, "firewall_shaper_layer7.php"); msgstr "" #: src/www/firewall_shaper_wizards.php 98 -$tab_array[4] = array(gettext("Wizards"), true, "firewall_shaper_wizards.php"); +msgid ""Wizards"), true, "firewall_shaper_wizards.php"); msgstr "" #: src/www/firewall_shaper_wizards.php 112 - +msgid ""Wizard function");?> msgstr "" #: src/www/firewall_shaper_wizards.php 113 - +msgid ""Wizard Link");?> msgstr "" #: src/www/firewall_virtual_ip.php 84 -$input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one NAT mapping."); +msgid ""This entry cannot be deleted because it is still referenced by at least one NAT mapping."); msgstr "" #: src/www/firewall_virtual_ip.php 118 -$input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one Gateway."); +msgid ""This entry cannot be deleted because it is still referenced by at least one Gateway."); msgstr "" #: src/www/firewall_virtual_ip.php 145 -$input_errors[] = gettext("This entry cannot be deleted because it is still referenced by a CARP IP with the description") . " {$vip['descr']}."; +msgid ""This entry cannot be deleted because it is still referenced by a CARP IP with the description") . " {$vip['descr']}."; msgstr "" #: src/www/firewall_virtual_ip.php 178 -$pgtitle = array(gettext("Firewall"),gettext("Virtual IP Addresses")); +msgid ""Virtual IP Addresses")); msgstr "" #: src/www/firewall_virtual_ip.php 201 -print_info_box_np(gettext("The VIP configuration has been changed.")."
    ".gettext("You must apply the changes in order for them to take effect.")); +msgid ""You must apply the changes in order for them to take effect.")); msgstr "" #: src/www/firewall_virtual_ip.php 210 -$tab_array[] = array(gettext("Virtual IPs"), true, "firewall_virtual_ip.php"); +msgid ""Virtual IPs"), true, "firewall_virtual_ip.php"); msgstr "" #: src/www/firewall_virtual_ip.php 211 -$tab_array[] = array(gettext("CARP Settings"), false, "system_hasync.php"); +msgid ""CARP Settings"), false, "system_hasync.php"); msgstr "" #: src/www/firewall_virtual_ip.php 226 - +msgid ""Virtual IP address");?> msgstr "" #: src/www/firewall_virtual_ip.php 227 - +msgid ""Interface");?> msgstr "" #: src/www/firewall_virtual_ip.php 228 - +msgid ""Type");?> msgstr "" #: src/www/firewall_virtual_ip.php 229 - +msgid ""Description");?> msgstr "" #: src/www/firewall_virtual_ip.php 264 -"> +msgid ""Edit");?>">
    msgstr "" #: src/www/firewall_virtual_ip.php 266 -')"> +msgid ""Do you really want to delete this entry?");?>')"> msgstr "" #: src/www/firewall_virtual_ip.php 278 -


    msgstr "" #: src/www/firewall_virtual_ip.php 279 -

    +msgid ""mappings.");?>
    msgstr "" #: src/www/firewall_virtual_ip.php 280 -.

    +msgid ""here");?>.

    msgstr "" #: src/www/firewall_virtual_ip_edit.php 88 -$reqdfieldsn = array(gettext("Type")); +msgid ""Type")); msgstr "" #: src/www/firewall_virtual_ip_edit.php 97 -$input_errors[] = gettext("A valid IP address must be specified."); +msgid ""A valid IP address must be specified."); msgstr "" #: src/www/firewall_virtual_ip_edit.php 111 -$input_errors[] = gettext("This IP address is being used by another interface or VIP."); +msgid ""This IP address is being used by another interface or VIP."); msgstr "" #: src/www/firewall_virtual_ip_edit.php 120 -$input_errors[] = gettext("The interface chosen for the VIP has no IPv4 or IPv6 address configured so it cannot be used as a parent for the VIP."); +msgid ""The interface chosen for the VIP has no IPv4 or IPv6 address configured so it cannot be used as a parent for the VIP."); msgstr "" #: src/www/firewall_virtual_ip_edit.php 134 -$input_errors[] = gettext("You cannot use the network address for this VIP"); +msgid ""You cannot use the network address for this VIP"); msgstr "" #: src/www/firewall_virtual_ip_edit.php 136 -$input_errors[] = gettext("You cannot use the broadcast address for this VIP"); +msgid ""You cannot use the broadcast address for this VIP"); msgstr "" #: src/www/firewall_virtual_ip_edit.php 147 -$input_errors[] = sprintf(gettext("VHID %s is already in use on interface %s. Pick a unique number on this interface."),$_POST['vhid'], convert_friendly_interface_to_friendly_descr($_POST['interface'])); +msgid ""VHID %s is already in use on interface %s. Pick a unique number on this interface."),$_POST['vhid'], convert_friendly_interface_to_friendly_descr($_POST['interface'])); msgstr "" #: src/www/firewall_virtual_ip_edit.php 151 -$input_errors[] = gettext("You must specify a CARP password that is shared between the two VHID members."); +msgid ""You must specify a CARP password that is shared between the two VHID members."); msgstr "" #: src/www/firewall_virtual_ip_edit.php 165 -$input_errors[] = sprintf(gettext("Sorry, we could not locate an interface with a matching subnet for %s. Please add an IP alias in this subnet on this interface."),$cannot_find); +msgid ""Sorry, we could not locate an interface with a matching subnet for %s. Please add an IP alias in this subnet on this interface."),$cannot_find); msgstr "" #: src/www/firewall_virtual_ip_edit.php 169 -$input_errors[] = gettext("For this type of vip localhost is not allowed."); +msgid ""For this type of vip localhost is not allowed."); msgstr "" #: src/www/firewall_virtual_ip_edit.php 171 -$input_errors[] = gettext("For this type of vip localhost is not allowed."); +msgid ""For this type of vip localhost is not allowed."); msgstr "" #: src/www/firewall_virtual_ip_edit.php 240 -$pgtitle = array(gettext("Firewall"),gettext("Virtual IP Address"),gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/firewall_virtual_ip_edit.php 268 -var carpnote = document.createTextNode(""); +msgid ""This must be the network's subnet mask. It does not specify a CIDR range.");?>"); msgstr "" #: src/www/firewall_virtual_ip_edit.php 269 -var proxyarpnote = document.createTextNode(""); +msgid ""This is a CIDR block of proxy ARP addresses.");?>"); msgstr "" #: src/www/firewall_virtual_ip_edit.php 270 -var ipaliasnote = document.createTextNode(""); +msgid ""This must be the network's subnet mask. It does not specify a CIDR range.");?>"); msgstr "" #: src/www/firewall_virtual_ip_edit.php 342 -

    +msgid ""Edit Virtual IP");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 352 - +msgid ""Type");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 355 - /> +msgid ""IP Alias");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 357 - /> +msgid ""CARP"); ?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 359 - /> +msgid ""Proxy ARP"); ?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 361 - /> +msgid ""Other");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 365 - +msgid ""Interface");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 380 - +msgid ""IP Address(es)");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 384 -   msgstr "" #: src/www/firewall_virtual_ip_edit.php 387 - +msgid ""Single address");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 389 - +msgid ""Network");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 395 -   msgstr "" #: src/www/firewall_virtual_ip_edit.php 407 -   msgstr "" #: src/www/firewall_virtual_ip_edit.php 427 - +msgid ""Virtual IP Password");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 429 -
    +msgid ""Enter the VHID group password.");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 433 - +msgid ""VHID Group");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 441 -
    +msgid ""Enter the VHID group that the machines will share");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 445 - +msgid ""Advertising Frequency");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 462 - +msgid ""The frequency that this machine will advertise. 0 means usually master. Otherwise the lowest combination of both values in the cluster determines the master.");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 466 - +msgid ""Description");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 469 -
    +msgid ""You may enter a description here for your reference (not parsed).");?>
    msgstr "" #: src/www/firewall_virtual_ip_edit.php 474 -" /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/firewall_virtual_ip_edit.php 475 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/firewall_virtual_ip_edit.php 486 -
    msgstr "" #: src/www/firewall_virtual_ip_edit.php 488 - +msgid ""Proxy ARP and Other type Virtual IPs cannot be bound to by anything running on the firewall, such as IPsec, OpenVPN, etc. Use a CARP or IP Alias type address for these cases.");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 489 -

    . +msgid ""For more information on CARP and the above values, visit the OpenBSD ");?>> +msgid ""In"); ?> msgstr "" #: src/www/graph.php 105 -> +msgid ""Out"); ?> msgstr "" #: src/www/graph.php 109 -> +msgid ""Switch to bytes/s"); ?> msgstr "" #: src/www/graph.php 110 -> () +msgid ""AutoScale"); ?> () msgstr "" #: src/www/graph.php 113 -> +msgid ""seconds"); ?> msgstr "" #: src/www/graph.php 116 - text-anchor="middle">... +msgid ""Collecting initial data, please wait"); ?>... msgstr "" #: src/www/graph.php 128 -throw ''; +msgid ""No URL for getURL"); ?>'; msgstr "" #: src/www/graph.php 135 -throw ''; +msgid ""No callback function for getURL"); ?>'; msgstr "" #: src/www/graph.php 151 -throw ''; +msgid ""Both getURL and XMLHttpRequest are undefined"); ?>'; msgstr "" #: src/www/graph.php 188 -SVGDoc.getElementById('switch_unit').firstChild.data = ' ' + unit + '/s'; +msgid ""Switch to"); ?> ' + unit + '/s'; msgstr "" #: src/www/graph.php 194 -scale_type = (scale_type == 'up') ? '' -''; +msgid ""follow"); ?>' +msgid ""up"); ?>'; msgstr "" #: src/www/graph.php 355 -return Math.round(speed / 125) + " "; +msgid ""Kbps"); ?>"; msgstr "" #: src/www/graph.php 357 -return Math.round(speed / 1250)/100 + " "; +msgid ""Mbps"); ?>"; msgstr "" #: src/www/graph.php 359 -return Math.round(speed / 1250000)/100 + " "; /* wow! */ +msgid ""Gbps"); ?>"; /* wow! */ msgstr "" #: src/www/graph.php 365 -return Math.round(speed / 10.24)/100 + " "; +msgid ""KB/s"); ?>"; msgstr "" #: src/www/graph.php 367 -return Math.round(speed / 10485.76)/100 + " "; +msgid ""MB/s"); ?>"; msgstr "" #: src/www/graph.php 369 -return Math.round(speed / 10737418.24)/100 + " "; /* wow! */ +msgid ""GB/s"); ?>"; /* wow! */ msgstr "" #: src/www/graph_cpu.php 71 - text-anchor="middle"> +msgid ""Cannot get CPU load"); ?> msgstr "" #: src/www/graph_cpu.php 72 - text-anchor="middle">... +msgid ""Collecting initial data, please wait"); ?>... msgstr "" #: src/www/graph_cpu.php 84 -throw ''; +msgid ""No URL for getURL"); ?>'; msgstr "" #: src/www/graph_cpu.php 91 -throw ''; +msgid ""No callback function for getURL"); ?>'; msgstr "" #: src/www/graph_cpu.php 107 -throw ''; +msgid ""Both getURL and XMLHttpRequest are undefined"); ?>'; msgstr "" #: src/www/guiconfig.inc 248 -$input_errors[] = sprintf(gettext("The field %s contains invalid characters."), $pn); +msgid ""The field %s contains invalid characters."), $pn); msgstr "" #: src/www/guiconfig.inc 254 -$input_errors[] = sprintf(gettext("The field %s is required."), $reqdfieldsn[$i]); +msgid ""The field %s is required."), $reqdfieldsn[$i]); msgstr "" #: src/www/guiconfig.inc 266 -echo "

    " . gettext("The following input errors were detected +msgid ""The following input errors were detected ") . "

    n