From eb4c5c3d0b28262b9860508d326a13a365777dc3 Mon Sep 17 00:00:00 2001 From: "Isaac (.ike) Levy" Date: Sun, 15 Mar 2015 17:39:44 -0400 Subject: [PATCH 01/49] Stub out locations for .pot gettext files I'm not certain if this is the eventual final location for the .pot files, but, they should certainly be bundled up neatly with the OPNsense "core" package, as they are for the OPNsense GUI itself- not the base OS. Signed-off-by: Isaac (.ike) Levy --- src/share/locale/en/LC_MESSAGES/OPNsense.pot | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/share/locale/en/LC_MESSAGES/OPNsense.pot diff --git a/src/share/locale/en/LC_MESSAGES/OPNsense.pot b/src/share/locale/en/LC_MESSAGES/OPNsense.pot new file mode 100644 index 000000000..1f8886c42 --- /dev/null +++ b/src/share/locale/en/LC_MESSAGES/OPNsense.pot @@ -0,0 +1,19 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-31 08:12-0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + From e0deae8b01472afb413eee2721b7d849b069eda7 Mon Sep 17 00:00:00 2001 From: "Isaac (.ike) Levy" Date: Sun, 15 Mar 2015 17:58:11 -0400 Subject: [PATCH 02/49] Big gettext dump for existing messages executed via: $ git grep gettext >> src/share/locale/en/LC_MESSAGES/OPNsense.pot Now it's time to roll up the sleeves and get the english base done. (Still need to hook up the relevant gettext machinery...) Signed-off-by: Isaac (.ike) Levy --- src/share/locale/en/LC_MESSAGES/OPNsense.pot | 9994 ++++++++++++++++++ 1 file changed, 9994 insertions(+) diff --git a/src/share/locale/en/LC_MESSAGES/OPNsense.pot b/src/share/locale/en/LC_MESSAGES/OPNsense.pot index 1f8886c42..011e468f8 100644 --- a/src/share/locale/en/LC_MESSAGES/OPNsense.pot +++ b/src/share/locale/en/LC_MESSAGES/OPNsense.pot @@ -17,3 +17,9997 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" +src/etc/inc/array_intersect_key.inc: user_error(gettext('Wrong parameter count for array_intersect_key()'), E_USER_WARNING); +src/etc/inc/array_intersect_key.inc: user_error(gettext('array_intersect_key() Argument #') . +src/etc/inc/array_intersect_key.inc: ($i + 1) . gettext(' is not an array'), E_USER_WARNING); +src/etc/inc/auth.inc: display_error_form("501", gettext("Potential DNS Rebind attack detected, see http://en.wikipedia.org/wiki/DNS_rebinding
Try accessing the router by IP address instead of by hostname.")); +src/etc/inc/auth.inc: echo "" . gettext("Redirecting...") . "" . gettext("Redirecting to the dashboard...") . ""; +src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! Could not connect to server %s."), $ldapname)); +src/etc/inc/auth.inc: log_error(sprintf(gettext("LDAP: Could not lookup CA by reference for host %s."), $authcfg['ldap_caref'])); +src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! Could not connect to server %s."), $ldapname)); +src/etc/inc/auth.inc: log_error(gettext("ERROR! ldap_get_user_ous() backed selected with no LDAP authentication server defined.")); +src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! Could not connect to server %s."), $ldapname)); +src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! ldap_get_user_ous() could not bind anonymously to server %s."), $ldapname)); +src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! ldap_get_user_ous() could not bind to server %s."), $ldapname)); +src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! ldap_get_groups() Could not connect to server %s."), $ldapname)); +src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! ldap_get_groups() could not bind anonymously to server %s."), $ldapname)); +src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! ldap_get_groups() could not bind to server %s."), $ldapname)); +src/etc/inc/auth.inc: log_error(gettext("ERROR! ldap_backed() called with no LDAP authentication server defined. Defaulting to local user database. Visit System -> User Manager.")); +src/etc/inc/auth.inc: log_error(gettext("ERROR! ldap_backed() called with no LDAP authentication server defined.")); +src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! Could not connect to server %s."), $ldapname)); +src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! Could not bind to server %s."), $ldapname)); +src/etc/inc/auth.inc: log_error(sprintf(gettext("Search resulted in error: %s"), ldap_error($ldap))); +src/etc/inc/auth.inc: log_error(gettext("ERROR! Either LDAP search failed, or multiple users were found.")); +src/etc/inc/auth.inc: log_error(sprintf(gettext('ERROR! Could not login to server %1$s as user %2$s: %3$s'), $ldapname, $username, ldap_error($ldap))); +src/etc/inc/auth.inc: return array("name" => gettext("Local Database"), "type" => "Local Auth", "host" => $config['system']['hostname']); +src/etc/inc/auth.inc: $list["Local Database"] = array( "name" => gettext("Local Database"), "type" => "Local Auth", "host" => $config['system']['hostname']); +src/etc/inc/auth.inc: log_error(sprintf(gettext("Successful login for user '%1\$s' from: %2\$s"), $_POST['usernamefld'], $_SERVER['REMOTE_ADDR'])); +src/etc/inc/auth.inc: log_error(sprintf(gettext("Session timed out for user '%1\$s' from: %2\$s"), $_SESSION['Username'], $_SERVER['REMOTE_ADDR'])); +src/etc/inc/auth.inc: log_error(sprintf(gettext("User logged out for user '%1\$s' from: %2\$s"), $_SESSION['Username'], $_SERVER['REMOTE_ADDR'])); +src/etc/inc/authgui.inc: display_error_form("201", gettext("No page assigned to this user! Click here to logout.")); +src/etc/inc/authgui.inc: printf(gettext('Error: %1$s Description: %2$s'), $http_code, $desc); +src/etc/inc/authgui.inc: isset($_SESSION['Login_Error']) ? $login_error = $_SESSION['Login_Error'] : $login_error = gettext("unknown reason"); +src/etc/inc/authgui.inc: printf("showajaxmessage('" . gettext("Invalid login (%s).") . "')", $login_error); +src/etc/inc/authgui.inc: printf("showajaxmessage('" . gettext("This device is currently being maintained by: %s.") . "');", $whom); +src/etc/inc/authgui.inc: <?=gettext("Login"); ?> +src/etc/inc/authgui.inc: 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.")); +src/etc/inc/authgui.inc: +src/etc/inc/authgui.inc: +src/etc/inc/authgui.inc: +src/etc/inc/authgui.inc: +src/etc/inc/captiveportal.inc: printf(gettext("Error: cannot open '%s' in captiveportal_write_elements()%s"), $data['name'], "\n"); +src/etc/inc/config.console.inc: echo gettext("DANGER! WARNING! ACHTUNG!") . "\n\n"; +src/etc/inc/config.console.inc: printf(gettext("%s requires *AT LEAST* %s RAM to function correctly.%s"), $g['product_name'], $g['minimum_ram_warning_text'], "\n"); +src/etc/inc/config.console.inc: printf(gettext("Only (%s) MB RAM has been detected, with (%s) available to %s.%s"), $realmem, $physmem, $g['product_name'], "\n"); +src/etc/inc/config.console.inc: echo "\n" . gettext("Press ENTER to continue.") . " "; +src/etc/inc/config.console.inc: echo gettext("No interfaces found!") . "\n"; +src/etc/inc/config.console.inc: echo "\n\n" . gettext("VLAN interfaces:") . "\n\n"; +src/etc/inc/config.console.inc: echo "\n" . gettext("Enter the WAN interface name or 'a' for auto-detection:") . " "; +src/etc/inc/config.console.inc: printf(gettext("%sInvalid interface name '%s'%s"), "\n", $wanif, "\n"); +src/etc/inc/config.console.inc: printf(gettext("%sEnter the LAN interface name or 'a' for auto-detection %s" . +src/etc/inc/config.console.inc: printf(gettext("%sInvalid interface name '%s'%s"), "\n", $lanif, "\n"); +src/etc/inc/config.console.inc: printf(gettext("%sOptional interface %s description found: %s"), "\n", $io, $config['interfaces']['opt' . $io]['descr']); +src/etc/inc/config.console.inc: printf(gettext("%sEnter the Optional %s interface name or 'a' for auto-detection%s" . +src/etc/inc/config.console.inc: $ad = autodetect_interface(gettext("Optional") . " " . $io, $fp); +src/etc/inc/config.console.inc: printf(gettext("%sInvalid interface name '%s'%s"), "\n", $optif[$i], "\n"); +src/etc/inc/config.console.inc: echo "\n" . gettext("The interfaces will be assigned as follows:") . "\n\n"; +src/etc/inc/config.console.inc: printf(gettext("%sWriting configuration..."), "\n"); +src/etc/inc/config.console.inc: printf(gettext("done.%s"), "\n"); +src/etc/inc/config.console.inc: echo gettext("One moment while we reload the settings..."); +src/etc/inc/config.console.inc: echo gettext(" done!") . "\n"; +src/etc/inc/config.console.inc: printf(gettext("Detected link-up on interface %s.%s"), $ifn, "\n"); +src/etc/inc/config.console.inc: printf(gettext("No link-up detected.%s"), "\n"); +src/etc/inc/config.console.inc: echo "\n\n" . gettext("VLAN Capable interfaces:") . "\n\n"; +src/etc/inc/config.console.inc: echo gettext("No interfaces found!") . "\n"; +src/etc/inc/config.console.inc: echo gettext("No VLAN capable interfaces detected.") . "\n"; +src/etc/inc/config.console.inc: echo "\n" . gettext("Enter the parent interface name for the new VLAN (or nothing if finished):") . " "; +src/etc/inc/config.console.inc: printf(gettext("%sInvalid interface name '%s'%s"), "\n", $vlan['if'], "\n"); +src/etc/inc/config.console.inc: echo gettext("Enter the VLAN tag (1-4094):") . " "; +src/etc/inc/config.console.inc: printf(gettext("%sInvalid VLAN tag '%s'%s"), "\n", $vlan['tag'], "\n"); +src/etc/inc/config.inc: log_error(gettext("Upgrading m0n0wall configuration to pfSense... ")); +src/etc/inc/config.inc: log_error(gettext("ERROR! Could not convert m0n0wall -> pfsense in config.xml")); +src/etc/inc/config.lib.inc: echo "\n" . gettext("Config.xml unlocked.") . "\n"; +src/etc/inc/config.lib.inc: echo "\n" . gettext("Invalid password entered. Please try again.") . "\n"; +src/etc/inc/config.lib.inc: log_error(gettext("No config.xml found, attempting last known config restore.")); +src/etc/inc/config.lib.inc: file_notice("config.xml", gettext("No config.xml found, attempting last known config restore."), "pfSenseConfigurator", ""); +src/etc/inc/config.lib.inc: log_error(gettext('No config.xml found, attempting to restore factory config.')); +src/etc/inc/config.lib.inc: log_error(gettext('No config.xml found, attempting to restore factory config.')); +src/etc/inc/config.lib.inc: log_error(gettext('No config.xml found, attempting to restore factory config.')); +src/etc/inc/config.lib.inc: log_error(sprintf(gettext('%1$s is restoring the configuration %2$s'), $g['product_name'], $file)); +src/etc/inc/config.lib.inc: file_notice("config.xml", sprintf(gettext('%1$s is restoring the configuration %2$s'), $g['product_name'], $file), "pfSenseConfigurator", ""); +src/etc/inc/config.lib.inc: file_notice("config.xml", gettext("No config.xml found, attempting last known config restore."), "pfSenseConfigurator", ""); +src/etc/inc/config.lib.inc: echo sprintf(gettext("XML configuration file not found. %s cannot continue booting."), $g['product_name']) . "\n"; +src/etc/inc/config.lib.inc: file_notice("config.xml", gettext("Last known config found and restored. Please double check your configuration file for accuracy."), "pfSenseConfigurator", ""); +src/etc/inc/config.lib.inc: log_error(gettext("Could not find a usable configuration file! Exiting....")); +src/etc/inc/config.lib.inc: log_error(gettext("No config.xml found, attempting last known config restore.")); +src/etc/inc/config.lib.inc: file_notice("config.xml", gettext("No config.xml found, attempting last known config restore."), "pfSenseConfigurator", ""); +src/etc/inc/config.lib.inc: log_error(gettext('No config.xml found, attempting to restore factory config.')); +src/etc/inc/config.lib.inc: echo gettext("Disk is dirty. Running fsck -y") . "\n"; +src/etc/inc/config.lib.inc: log_error(gettext("File system is dirty. Launching FSCK for /")); +src/etc/inc/config.lib.inc: log_error(sprintf(gettext("Start Configuration upgrade at %s, set execution timeout to 15 minutes"), $now)); +src/etc/inc/config.lib.inc: write_config(gettext("Updated bogon update frequency to 3am")); +src/etc/inc/config.lib.inc: log_error(gettext("Updated bogon update frequency to 3am")); +src/etc/inc/config.lib.inc: log_error(sprintf(gettext("Ended Configuration upgrade at %s"), $now)); +src/etc/inc/config.lib.inc: write_config(sprintf(gettext('Upgraded config version level from %1$s to %2$s'), $prev_version, $config['version'])); +src/etc/inc/config.lib.inc: log_error(gettext("WARNING: Config contents could not be save. Could not open file!")); +src/etc/inc/config.lib.inc: file_notice('config.xml', sprintf("%s\n", gettext('Unable to open /conf/config.xml for writing in write_config()'))); +src/etc/inc/config.lib.inc: log_error(gettext("Could not restore config.xml.")); +src/etc/inc/config.lib.inc: write_config(gettext("Reverted to") . " " . array_pop(explode("/", $conffile)) . ".", false); +src/etc/inc/config.lib.inc: echo gettext("Installing configuration...") . "\n"; +src/etc/inc/config.lib.inc: log_error(gettext("Installing configuration ....")); +src/etc/inc/config.lib.inc: $xmlerr = gettext("XML error: unable to open file"); +src/etc/inc/config.lib.inc: $xmlerr = sprintf(gettext('%1$s at line %2$d'), +src/etc/inc/config.lib.inc: log_error(sprintf(gettext("The backup cache file %s is corrupted. Unlinking."), $backup)); +src/etc/inc/config.lib.inc: log_error(sprintf(gettext("The backup cache file %s is corrupted. Unlinking."), $backup)); +src/etc/inc/config.lib.inc: $desc = sprintf(gettext("%s made unknown change"), $_SERVER['SCRIPT_NAME']); +src/etc/inc/dyndns.class: notify_all_remote(sprintf(gettext("DynDNS updated IP Address on %s (%s) to %s"), convert_real_interface_to_friendly_descr($this->_if), $this->_if, $wan_ip)); +src/etc/inc/dyndns.class: 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/easyrule.inc: $filterent['descr'] = gettext("Easy Rule: Blocked from Firewall Log View"); +src/etc/inc/easyrule.inc: $filterent['created'] = make_config_revision_entry(null, gettext("Easy Rule")); +src/etc/inc/easyrule.inc: $alias['detail'] = $a_aliases[$id]['detail'] . gettext('Entry added') . ' ' . date('r') . '||'; +src/etc/inc/easyrule.inc: $alias['descr'] = gettext("Hosts blocked from Firewall Log view"); +src/etc/inc/easyrule.inc: $alias['detail'] = gettext('Entry added') . ' ' . date('r') . '||'; +src/etc/inc/easyrule.inc: $filterent['descr'] = gettext("Easy Rule: Passed from Firewall Log View"); +src/etc/inc/easyrule.inc: $filterent['created'] = make_config_revision_entry(null, gettext("Easy Rule")); +src/etc/inc/easyrule.inc: return gettext("Tried to block invalid IP:") . ' ' . htmlspecialchars($src); +src/etc/inc/easyrule.inc: return gettext("Invalid interface for block rule:") . ' ' . htmlspecialchars($int); +src/etc/inc/easyrule.inc: return gettext("Host added successfully"); +src/etc/inc/easyrule.inc: return gettext("Failed to create block rule, alias, or add host."); +src/etc/inc/easyrule.inc: return gettext("Tried to block but had no host IP or interface"); +src/etc/inc/easyrule.inc: return gettext("Unknown block error."); +src/etc/inc/easyrule.inc: return gettext("Invalid interface for pass rule:") . ' ' . htmlspecialchars($int); +src/etc/inc/easyrule.inc: return gettext("Invalid protocol for pass rule:") . ' ' . htmlspecialchars($proto); +src/etc/inc/easyrule.inc: return gettext("Tried to pass invalid source IP:") . ' ' . htmlspecialchars($src); +src/etc/inc/easyrule.inc: return gettext("Tried to pass invalid destination IP:") . ' ' . htmlspecialchars($dst); +src/etc/inc/easyrule.inc: return gettext("Missing destination port:") . ' ' . htmlspecialchars($dstport); +src/etc/inc/easyrule.inc: return gettext("Tried to pass invalid destination port:") . ' ' . htmlspecialchars($dstport); +src/etc/inc/easyrule.inc: return gettext("Successfully added pass rule!"); +src/etc/inc/easyrule.inc: return gettext("Failed to add pass rule."); +src/etc/inc/easyrule.inc: return gettext("Missing parameters for pass rule."); +src/etc/inc/easyrule.inc: return gettext("Unknown pass error."); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Initializing")); +src/etc/inc/filter.inc: echo gettext("Configuring firewall"); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Creating aliases")); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Generating Limiter rules")); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Generating NAT rules")); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Generating filter rules")); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Generating ALTQ queues")); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Generating Layer7 rules")); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Loading filter rules")); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Filter is disabled. Not loading rules.")); +src/etc/inc/filter.inc: echo gettext("done.") . "\n"; +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Setting up logging information")); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Setting up SCRUB information")); +src/etc/inc/filter.inc: $line_error = sprintf(gettext('The line in question reads [%1$d]: %2$s'), $line_number, $line_split[$line_number-1]); +src/etc/inc/filter.inc: $error_msg = gettext("PF was wedged/busy and has been reset."); +src/etc/inc/filter.inc: file_notice("filter_load", sprintf(gettext('There were error(s) loading the rules: %1$s - %2$s'), $saved_line_error, $line_error), "Filter Reload", ""); +src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext('There were error(s) loading the rules: %1$s - %2$s'), $saved_line_error, $line_error)); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Starting up layer7 daemon")); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Processing down interface states")); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Running plugins")); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Running plugins (pf)")); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Plugins completed.")); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Done")); +src/etc/inc/filter.inc: echo gettext("done.") . "\n"; +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Creating gateway group item...")); +src/etc/inc/filter.inc: log_error(sprintf(gettext("An error occurred while trying to find the interface got %s . The rule has not been added."), $gatewayip)); +src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext("Creating reflection NAT rule for %s..."), $rule['descr'])); +src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext("Creating reflection rule for %s..."), $rule['descr'])); +src/etc/inc/filter.inc: $descriptions = array(gettext("localhost")); +src/etc/inc/filter.inc: $descriptions[] = gettext("static route"); +src/etc/inc/filter.inc: $descriptions[] = $oc['descr'] . " " . gettext("DHCP alias address"); +src/etc/inc/filter.inc: $descriptions[] = gettext("PPTP server"); +src/etc/inc/filter.inc: $descriptions[] = gettext("PPPoE server"); +src/etc/inc/filter.inc: $descriptions[] = gettext("L2TP server"); +src/etc/inc/filter.inc: $descriptions[] = gettext("OpenVPN server"); +src/etc/inc/filter.inc: $descriptions[] = gettext("OpenVPN client"); +src/etc/inc/filter.inc: $descriptions[] = gettext("IPsec client"); +src/etc/inc/filter.inc: $natent['descr'] = gettext('Auto created rule for ISAKMP'); +src/etc/inc/filter.inc: $natent['descr'] = gettext('Auto created rule'); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Creating 1:1 rules...")); +src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext("Creating advanced outbound rule %s"), $obent['descr'])); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Creating outbound NAT rules")); +src/etc/inc/filter.inc: update_filter_reload_status(gettext('Creating automatic outbound rules')); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Setting up TFTP helper")); +src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext("Creating NAT rule %s"), $rule['descr'])); +src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext("Creating filter rule %s ..."), $rule['descr'])); +src/etc/inc/filter.inc: log_error(sprintf(gettext("filter_generate_port: %s is not a valid {$target} port."), $srcport[0])); +src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext("Setting up pass/block rules %s"), $rule['descr'])); +src/etc/inc/filter.inc: log_error(sprintf(gettext("Could not find IPv4 gateway for interface (%s)."), $rule['interface'])); +src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext("Creating rule %s"), $rule['descr'])); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Creating default rules")); +src/etc/inc/filter.inc: update_filter_reload_status(gettext("Creating IPsec rules...")); +src/etc/inc/filter.inc: log_error(gettext("Please use filter_tdr_install_cron() function tdr_install_cron will be deprecated!")); +src/etc/inc/filter.inc: write_config(gettext("Installed 15 minute filter reload for Time Based Rules")); +src/etc/inc/filter.inc: write_config(gettext("Removed 15 minute filter reload for Time Based Rules")); +src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext('Checking for %1$s PF hooks in package %2$s'), $ruletype, $pkg_inc)); +src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext('Processing early %1$s rules for package %2$s'), $ruletype, $pkg_inc)); +src/etc/inc/filter.inc: $errorrules = sprintf(gettext("There was an error while parsing the package filter rules for %s."), $pkg_inc) . "\n"; +src/etc/inc/filter_log.inc: log_error(sprintf(gettext("There was a error parsing rule number: %s. Please report to mailing list or forum."), $flent['rulenum'])); +src/etc/inc/filter_log.inc: log_error(sprintf(gettext("There was a error parsing rule: %s. Please report to mailing list or forum."), $errline)); +src/etc/inc/filter_log.inc: $portstr = sprintf('' . htmlspecialchars($port) . '', $port, $proto, $service); +src/etc/inc/functions.inc:if(!function_exists("gettext")) { +src/etc/inc/functions.inc: function gettext($text) { +src/etc/inc/functions.inc: $notice_msgs .= "
  • ".gettext("Acknowledge All Notices")."
  • "; +src/etc/inc/functions.inc: $msg= sprintf("%1$02d",count($notices))." ".gettext("unread notice"); +src/etc/inc/functions.inc: $msg= sprintf("%1$02d",count($notices))." ".gettext("unread notices"); +src/etc/inc/gwlb.inc: $msg = sprintf(gettext("MONITOR: %s is down, removing from routing group {$group['name']}"), $gwname); +src/etc/inc/gwlb.inc: $msg = sprintf(gettext("MONITOR: %s has packet loss, removing from routing group {$group['name']}"), $gwname); +src/etc/inc/gwlb.inc: $msg = sprintf(gettext("MONITOR: %s has high latency, removing from routing group {$group['name']}"), $gwname); +src/etc/inc/gwlb.inc: $msg = gettext("Gateways status could not be determined, considering all as up/active. (Group: {$group['name']})"); +src/etc/inc/gwlb.inc: write_config(sprintf(gettext('Updating gateway group gateway for %1$s - new gateway is %2$s'), $interfac, $current_gw)); +src/etc/inc/interfaces.inc: log_error(gettext("interfaces_bring_up() was called but no variable defined.")); +src/etc/inc/interfaces.inc: echo gettext("Configuring loopback interface..."); +src/etc/inc/interfaces.inc: echo gettext("done.") . "\n"; +src/etc/inc/interfaces.inc: echo gettext("Configuring VLAN interfaces..."); +src/etc/inc/interfaces.inc: echo gettext("done.") . "\n"; +src/etc/inc/interfaces.inc: log_error(gettext("VLAN: called with wrong options. Problems with config!")); +src/etc/inc/interfaces.inc: log_error(gettext("interface_vlan_configure called with if undefined.")); +src/etc/inc/interfaces.inc: log_error(sprintf(gettext("QinQ compat VLAN: called with wrong options. Problems with config!%s"), "\n")); +src/etc/inc/interfaces.inc: log_error(sprintf(gettext("interface_qinq_configure called with if undefined.%s"), "\n")); +src/etc/inc/interfaces.inc: log_error(sprintf(gettext("interface_qinq_configure called with invalid if.%s"), "\n")); +src/etc/inc/interfaces.inc: echo gettext("Configuring QinQ interfaces..."); +src/etc/inc/interfaces.inc: echo gettext( "done.") . "\n"; +src/etc/inc/interfaces.inc: log_error(sprintf(gettext("QinQ compat VLAN: called with wrong options. Problems with config!%s"), "\n")); +src/etc/inc/interfaces.inc: log_error(sprintf(gettext("interface_qinq2_configure called with if undefined.%s"), "\n")); +src/etc/inc/interfaces.inc: echo gettext("Creating wireless clone interfaces..."); +src/etc/inc/interfaces.inc: echo gettext("done.") . "\n"; +src/etc/inc/interfaces.inc: log_error(sprintf(gettext("No members found on %s"), $bridge['bridgeif'])); +src/etc/inc/interfaces.inc: log_error(gettext("realif not defined in interfaces bridge - up")); +src/etc/inc/interfaces.inc: log_error(gettext("bridgeif not defined -- could not bring interface up")); +src/etc/inc/interfaces.inc: echo gettext("Configuring LAGG interfaces..."); +src/etc/inc/interfaces.inc: echo gettext("done.") . "\n"; +src/etc/inc/interfaces.inc: log_error(gettext("Could not bring greif up -- variable not defined.")); +src/etc/inc/interfaces.inc: log_error(gettext("could not bring realif up -- variable not defined -- interface_gif_configure()")); +src/etc/inc/interfaces.inc: log_error(gettext("could not bring gifif up -- variable not defined")); +src/etc/inc/interfaces.inc: printf(gettext("Configuring %s interface..."), $ifname); +src/etc/inc/interfaces.inc: echo gettext( "done.") . "\n"; +src/etc/inc/interfaces.inc: printf(gettext("Configuring %s interface..."), $ifname); +src/etc/inc/interfaces.inc: echo gettext("done.") . "\n"; +src/etc/inc/interfaces.inc: printf(gettext("Configuring %s interface..."), $ifname); +src/etc/inc/interfaces.inc: echo gettext("done.") . "\n"; +src/etc/inc/interfaces.inc: printf(gettext("Configuring %s interface..."), $ifname); +src/etc/inc/interfaces.inc: echo gettext("done.") . "\n"; +src/etc/inc/interfaces.inc: log_error(gettext("Wrong parameters used during interface_bring_down")); +src/etc/inc/interfaces.inc: log_error(sprintf(gettext("Can't find PPP config for %s in interface_ppps_configure()."), $ifcfg['if'])); +src/etc/inc/interfaces.inc: 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)); +src/etc/inc/interfaces.inc: log_error(sprintf(gettext("Device %s does not exist. PPP link cannot start without the modem device."), $port)); +src/etc/inc/interfaces.inc: log_error(sprintf(gettext("Unkown %s configured as ppp interface."), $type)); +src/etc/inc/interfaces.inc: log_error(sprintf(gettext("Error: cannot open mpd_%s.conf in interface_ppps_configure().%s"), $interface, "\n")); +src/etc/inc/interfaces.inc: echo gettext("Configuring CARP settings..."); +src/etc/inc/interfaces.inc: echo gettext("done.") . "\n"; +src/etc/inc/interfaces.inc: file_notice("CARP", sprintf(gettext("Interface specified for the virtual IP address %s does not exist. Skipping this VIP."), $vip['subnet']), "Firewall: Virtual IP", ""); +src/etc/inc/interfaces.inc: 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: Virtual IP", ""); +src/etc/inc/interfaces.inc: 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: Virtual IP", ""); +src/etc/inc/interfaces.inc: log_error(sprintf(gettext("Interface %s changed to hostap mode"), $realif)); +src/etc/inc/interfaces.inc: log_error(sprintf(gettext("Interface %s changed to adhoc mode"), $realif)); +src/etc/inc/interfaces.inc: log_error(sprintf(gettext("Interface %s changed to infrastructure mode"), $realif)); +src/etc/inc/interfaces.inc: log_error(sprintf(gettext("Cloning new wireless interface %s"), $realif)); +src/etc/inc/interfaces.inc: log_error(sprintf(gettext('Failed to clone interface %1$s with error code %2$s, output %3$s'), $baseif, $ret, $out[0])); +src/etc/inc/interfaces.inc: echo gettext("Generating new MAC address."); +src/etc/inc/interfaces.inc: file_notice("MAC Address altered", sprintf(gettext('The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface %1$s has been automatically replaced with %2$s'), $realif, $random_mac), "Interfaces"); +src/etc/inc/interfaces.inc: printf(printf(gettext("Error: cannot open dhclient_%s.conf in interface_dhcp_configure() for writing.%s"), $interface, "\n")); +src/etc/inc/interfaces.inc: log_error(sprintf(gettext("Invalid interface \"%s\" in interface_dhcp_configure()"), $interface)); +src/etc/inc/interfaces.inc: log_error(printf(gettext("Could not bring up %s interface in interface_dhcp_configure()"), $wanif)); +src/etc/inc/ipsec.inc: 'myaddress' => array( 'desc' => gettext('My IP address'), 'mobile' => true ), +src/etc/inc/ipsec.inc: 'address' => array( 'desc' => gettext('IP address'), 'mobile' => true ), +src/etc/inc/ipsec.inc: 'fqdn' => array( 'desc' => gettext('Distinguished name'), 'mobile' => true ), +src/etc/inc/ipsec.inc: 'user_fqdn' => array( 'desc' => gettext('User distinguished name'), 'mobile' => true ), +src/etc/inc/ipsec.inc: 'asn1dn' => array( 'desc' => gettext('ASN.1 distinguished Name'), 'mobile' => true ), +src/etc/inc/ipsec.inc: 'keyid tag' => array( 'desc' => gettext('KeyID tag'), 'mobile' => true ), +src/etc/inc/ipsec.inc: 'dyn_dns' => array( 'desc' => gettext('Dynamic DNS'), 'mobile' => true )); +src/etc/inc/ipsec.inc: 'peeraddress' => array( 'desc' => gettext('Peer IP address'), 'mobile' => false ), +src/etc/inc/ipsec.inc: 'address' => array( 'desc' => gettext('IP address'), 'mobile' => false ), +src/etc/inc/ipsec.inc: 'fqdn' => array( 'desc' => gettext('Distinguished name'), 'mobile' => true ), +src/etc/inc/ipsec.inc: 'user_fqdn' => array( 'desc' => gettext('User distinguished name'), 'mobile' => true ), +src/etc/inc/ipsec.inc: 'asn1dn' => array( 'desc' => gettext('ASN.1 distinguished Name'), 'mobile' => true ), +src/etc/inc/ipsec.inc: 'keyid tag' => array( 'desc' =>gettext('KeyID tag'), 'mobile' => true )); +src/etc/inc/ipsec.inc: return gettext("Mobile Client"); +src/etc/inc/ipsec.inc: return gettext("None"); +src/etc/inc/ipsec.inc: log_error(gettext("IPsec daemon seems to have issues or not running! Could not display mobile user stats!")); +src/etc/inc/meta.inc: printf(gettext("list_phpfiles: unable to examine path %s\n"), $path); +src/etc/inc/meta.inc: printf(gettext("unable to read %s\n"), $fpath); +src/etc/inc/meta.inc: printf(gettext("error: tag mismatch ( %1\$s != %2\$s ) in '%3\$s'%4\$s"), $tagbeg, $tagend, $fpath, "\n"); +src/etc/inc/meta.inc: printf(gettext("warning: tag %1\$s has no data in '%2\$s'%3\$s"), $tagbeg, $fpath, "\n"); +src/etc/inc/meta.inc: printf(gettext("warning: tag %1\$s has malformed data in '%2\$s'%3\$s"), $tagbeg, $fpath, "\n"); +src/etc/inc/meta.inc: printf(gettext("warning: tag %1\$s has invalid data in '%2\$s'%3\$s"), $tagbeg, $fpath, "\n"); +src/etc/inc/notices.inc: log_error(printf(gettext("Could not open %s for writing"), '/tmp/notices')); +src/etc/inc/notices.inc: log_error(sprintf(gettext("Message sent to %s OK"), $to)); +src/etc/inc/notices.inc: log_error(sprintf(gettext('Could not send the message to %1$s -- Error: %2$s'), $to, $smtp->error)); +src/etc/inc/notices.inc: return(sprintf(gettext('Could not send the message to %1$s -- Error: %2$s'), $to, $smtp->error)); +src/etc/inc/notices.inc: $growl->notify("{$growl_notification}", gettext(sprintf("%s (%s) - Notification", $g['product_name'], $hostname)), "{$message}"); +src/etc/inc/openvpn.inc: 'p2p_tls' => gettext("Peer to Peer ( SSL/TLS )"), +src/etc/inc/openvpn.inc: 'p2p_shared_key' => gettext("Peer to Peer ( Shared Key )"), +src/etc/inc/openvpn.inc: 'server_tls' => gettext("Remote Access ( SSL/TLS )"), +src/etc/inc/openvpn.inc: 'server_user' => gettext("Remote Access ( User Auth )"), +src/etc/inc/openvpn.inc: 'server_tls_user' => gettext("Remote Access ( SSL/TLS + User Auth )")); +src/etc/inc/openvpn.inc: 'p2p_tls' => gettext("Peer to Peer ( SSL/TLS )"), +src/etc/inc/openvpn.inc: 'p2p_shared_key' => gettext("Peer to Peer ( Shared Key )") ); +src/etc/inc/openvpn.inc: '' => gettext("No Preference"), +src/etc/inc/openvpn.inc: 'no' => gettext("Disabled - No Compression"), +src/etc/inc/openvpn.inc: 'adaptive' => gettext("Enabled with Adaptive Compression"), +src/etc/inc/openvpn.inc: 'yes' => gettext("Enabled without Adaptive Compression")); +src/etc/inc/openvpn.inc: $ciphers["none"] = gettext("None (No Encryption)"); +src/etc/inc/openvpn.inc: $digests["none"] = gettext("None (No Authentication)"); +src/etc/inc/openvpn.inc: return sprintf(gettext("The field '%s' must contain a valid IP address or domain name."), $name); +src/etc/inc/openvpn.inc: return sprintf(gettext("The field '%s' must contain a valid port, ranging from 0 to 65535."), $name); +src/etc/inc/openvpn.inc: return sprintf(gettext("The field '%s' must contain a single valid %s CIDR range."), $name, $ipproto); +src/etc/inc/openvpn.inc: return sprintf(gettext("The field '%s' must contain only valid %s CIDR range(s) separated by commas."), $name, $ipproto); +src/etc/inc/pfsense-utils.inc: return gettext("MASTER"); +src/etc/inc/pfsense-utils.inc: return gettext("BACKUP"); +src/etc/inc/pfsense-utils.inc: return gettext("INIT"); +src/etc/inc/pfsense-utils.inc: write_config(gettext("After synch increase advertising skew")); +src/etc/inc/pfsense-utils.inc: log_error(gettext("Error creating socket!")); +src/etc/inc/pfsense-utils.inc: log_error(sprintf(gettext("Error code is '%1\$s' - %2\$s"), socket_last_error($s), socket_strerror(socket_last_error($s)))); +src/etc/inc/pfsense-utils.inc: log_error(sprintf(gettext("setsockopt() failed, error: %s"), strerror($opt_ret))); +src/etc/inc/pfsense-utils.inc: log_error(sprintf(gettext('Magic Packet sent (%1$s) to {%2$s} MAC=%3$s'), $e, $addr, $mac)); +src/etc/inc/pfsense-utils.inc: write_config(sprintf(gettext("Restored %s of config file (maybe from CARP partner)"), $section_name)); +src/etc/inc/pfsense-utils.inc: write_config(sprintf(gettext("Restored %s of config file (maybe from CARP partner)"), $section_name)); +src/etc/inc/pfsense-utils.inc: log_error(sprintf(gettext("XMLRPC communication error: %s"), $cli->errstr)); +src/etc/inc/pfsense-utils.inc: log_error(sprintf(gettext('XMLRPC request failed with error %1$s: %2$s'), $resp->faultCode(), $resp->faultString())); +src/etc/inc/pfsense-utils.inc: $total_time = gettext("No history data found!"); +src/etc/inc/pfsense-utils.inc: $ifinfo['pppinfo'] = $dev . " " . gettext("device not present! Is the modem attached to the system?"); +src/etc/inc/pfsense-utils.inc: if($ifinfo['status'] == gettext("running")) +src/etc/inc/pfsense-utils.inc: $ifinfo['status'] = gettext("up"); +src/etc/inc/pfsense-utils.inc: $ifinfo['bridge'] = "" . gettext("blocking") . " - " . gettext("check for ethernet loops"); +src/etc/inc/pfsense-utils.inc: $ifinfo['bridge'] = gettext("learning"); +src/etc/inc/pfsense-utils.inc: $ifinfo['bridge'] = gettext("forwarding"); +src/etc/inc/pfsense-utils.inc: log_error(sprintf(gettext('DNSCACHE: Found old IP %1$s and new IP %2$s'), $oldcontents, $contents)); +src/etc/inc/pfsense-utils.inc: log_error(gettext("Could not process aliases from alias: {$alias_url}")); +src/etc/inc/pfsense-utils.inc: log_error(gettext("Alias archive is a .zip file which cannot be decompressed because utility is missing!")); +src/etc/inc/pfsense-utils.inc: log_error(gettext("Could not open {$temp_filename}/aliases for writing!")); +src/etc/inc/pfsense-utils.inc: log_error(gettext("The following file could not be read {$f2p} from {$temp_filename}")); +src/etc/inc/pfsense-utils.inc: log_error(gettext("Alias archive is a .tar/tgz file which cannot be decompressed because utility is missing!")); +src/etc/inc/pfsense-utils.inc: log_error(gettext("Could not open {$temp_filename}/aliases for writing!")); +src/etc/inc/pfsense-utils.inc: log_error(gettext("The following file could not be read {$f2p} from {$temp_filename}")); +src/etc/inc/pfsense-utils.inc: $locales = array('en_US' => gettext('English')); +src/etc/inc/pfsense-utils.inc: "sq" => array("codeset" => "UTF-8", "desc" => gettext("Albanian")), +src/etc/inc/pfsense-utils.inc: "bg" => array("codeset" => "UTF-8", "desc" => gettext("Bulgarian")), +src/etc/inc/pfsense-utils.inc: "zh_CN" => array("codeset" => "UTF-8", "desc" => gettext("Chinese (Simplified)")), +src/etc/inc/pfsense-utils.inc: "zh_TW" => array("codeset" => "UTF-8", "desc" => gettext("Chinese (Traditional)")), +src/etc/inc/pfsense-utils.inc: "nl" => array("codeset" => "UTF-8", "desc" => gettext("Dutch")), +src/etc/inc/pfsense-utils.inc: "da" => array("codeset" => "UTF-8", "desc" => gettext("Danish")), +src/etc/inc/pfsense-utils.inc: "en_US" => array("codeset" => "UTF-8", "desc" => gettext("English")), +src/etc/inc/pfsense-utils.inc: "fi" => array("codeset" => "UTF-8", "desc" => gettext("Finnish")), +src/etc/inc/pfsense-utils.inc: "fr" => array("codeset" => "UTF-8", "desc" => gettext("French")), +src/etc/inc/pfsense-utils.inc: "de" => array("codeset" => "UTF-8", "desc" => gettext("German")), +src/etc/inc/pfsense-utils.inc: "el" => array("codeset" => "UTF-8", "desc" => gettext("Greek")), +src/etc/inc/pfsense-utils.inc: "hu" => array("codeset" => "UTF-8", "desc" => gettext("Hungarian")), +src/etc/inc/pfsense-utils.inc: "it" => array("codeset" => "UTF-8", "desc" => gettext("Italian")), +src/etc/inc/pfsense-utils.inc: "ja" => array("codeset" => "UTF-8", "desc" => gettext("Japanese")), +src/etc/inc/pfsense-utils.inc: "ko" => array("codeset" => "UTF-8", "desc" => gettext("Korean")), +src/etc/inc/pfsense-utils.inc: "lv" => array("codeset" => "UTF-8", "desc" => gettext("Latvian")), +src/etc/inc/pfsense-utils.inc: "nb" => array("codeset" => "UTF-8", "desc" => gettext("Norwegian (Bokmal)")), +src/etc/inc/pfsense-utils.inc: "pl" => array("codeset" => "UTF-8", "desc" => gettext("Polish")), +src/etc/inc/pfsense-utils.inc: "pt_BR" => array("codeset" => "ISO-8859-1", "desc" => gettext("Portuguese (Brazil)")), +src/etc/inc/pfsense-utils.inc: "pt" => array("codeset" => "UTF-8", "desc" => gettext("Portuguese (Portugal)")), +src/etc/inc/pfsense-utils.inc: "ro" => array("codeset" => "UTF-8", "desc" => gettext("Romanian")), +src/etc/inc/pfsense-utils.inc: "ru" => array("codeset" => "UTF-8", "desc" => gettext("Russian")), +src/etc/inc/pfsense-utils.inc: "sl" => array("codeset" => "UTF-8", "desc" => gettext("Slovenian")), +src/etc/inc/pfsense-utils.inc: "tr" => array("codeset" => "UTF-8", "desc" => gettext("Turkish")), +src/etc/inc/pfsense-utils.inc: "es" => array("codeset" => "UTF-8", "desc" => gettext("Spanish")), +src/etc/inc/pfsense-utils.inc: "sv" => array("codeset" => "UTF-8", "desc" => gettext("Swedish")), +src/etc/inc/pfsense-utils.inc: "sk" => array("codeset" => "UTF-8", "desc" => gettext("Slovak")), +src/etc/inc/pfsense-utils.inc: "cs" => array("codeset" => "UTF-8", "desc" => gettext("Czech")) +src/etc/inc/pkg-utils.inc: log_error(gettext("Resyncing configuration for all packages.")); +src/etc/inc/pkg-utils.inc: echo "\n" . gettext("Syncing packages:"); +src/etc/inc/pkg-utils.inc: log_error(sprintf(gettext('The %1$s package is missing required dependencies and must be reinstalled. %2$s'), $package['name'], $package['configurationfile'])); +src/etc/inc/pkg-utils.inc: log_error(sprintf(gettext("The %s package is missing required dependencies and must be reinstalled."), $package['name'])); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: log_error(sprintf(gettext("The %s package is missing its configuration file and must be reinstalled."), $package['name'])); +src/etc/inc/pkg-utils.inc: 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); +src/etc/inc/pkg-utils.inc: log_error(sprintf(gettext('Package %s is not supported on this version.'), $pkg_info['name'])); +src/etc/inc/pkg-utils.inc: $static_output .= sprintf(gettext("Package %s is not supported on this version."), $pkg_info['name']); +src/etc/inc/pkg-utils.inc: pkg_debug(gettext("Beginning package installation.") . "\n"); +src/etc/inc/pkg-utils.inc: log_error(sprintf(gettext('Beginning package installation for %s .'), $pkg_info['name'])); +src/etc/inc/pkg-utils.inc: $static_output .= sprintf(gettext("Beginning package installation for %s ."), $pkg_info['name']); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Saving updated package information...") . " "; +src/etc/inc/pkg-utils.inc: $changedesc = sprintf(gettext("Installed %s package."),$pkg_info['name']); +src/etc/inc/pkg-utils.inc: $to_output = gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $changedesc = sprintf(gettext("Overwrote previous installation of %s."), $pkg_info['name']); +src/etc/inc/pkg-utils.inc: $to_output = gettext("overwrite!") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Failed to install package.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Writing configuration... "); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= sprintf(gettext("The %s package is not installed.%sInstallation aborted."), $pkg, "\n\n"); +src/etc/inc/pkg-utils.inc: update_status(gettext("Installing") . " " . $pkg_info['name'] . " " . gettext("and its dependencies.")); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Downloading") . " " . $pkg_info['name'] . " " . gettext("and its dependencies... "); +src/etc/inc/pkg-utils.inc: pkg_debug(gettext("Package WAS NOT installed properly.") . "\n"); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Loading package configuration... "); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Configuring package components...\n"); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("System files... "); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Loading package instructions...") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Custom commands...") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Executing custom_php_global_functions()..."); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Executing custom_php_install_command()..."); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Executing custom_php_resync_config_command()..."); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Menu items... "); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Integrated Tab items... "); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Services... "); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Loading package configuration... failed!") . "\n\n" . gettext("Installation aborted."); +src/etc/inc/pkg-utils.inc: pkg_debug(gettext("Unable to load package configuration. Installation aborted.") ."\n"); +src/etc/inc/pkg-utils.inc: $static_output .= sprintf(gettext("Starting package deletion for %s..."),$pkg); +src/etc/inc/pkg-utils.inc: $static_output .= sprintf(gettext("The %s package is not installed.%sDeletion aborted."), $pkg, "\n\n"); +src/etc/inc/pkg-utils.inc: pkg_debug(sprintf(gettext("Removing %s package... "),$pkg)); +src/etc/inc/pkg-utils.inc: $static_output .= sprintf(gettext("Removing %s components..."),$pkg) . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Tabs items... "); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Menu items... "); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Services... "); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Loading package instructions...") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("System files... "); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Deinstall commands... "); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Removing package instructions..."); +src/etc/inc/pkg-utils.inc: pkg_debug(sprintf(gettext("Remove '%s'"), $pkg_config['include_file']) . "\n"); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Auxiliary files... "); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Package XML... "); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Configuration... "); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: echo gettext("One moment please, reinstalling packages...\n"); +src/etc/inc/pkg-utils.inc: echo gettext(" >>> Trying to fetch package info..."); +src/etc/inc/pkg-utils.inc: log_error(gettext("Attempting to reinstall all packages")); +src/etc/inc/pkg-utils.inc: $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']); +src/etc/inc/pkg-utils.inc: log_error(gettext("Cannot reinstall packages: ") . $error); +src/etc/inc/pkg-utils.inc: $package_name_list = gettext("List of packages to reinstall: ") . implode(", ", $all_names); +src/etc/inc/pkg-utils.inc: log_error(gettext("Uninstalling package") . " {$pkgtodo['name']}"); +src/etc/inc/pkg-utils.inc: log_error(gettext("Finished uninstalling package") . " {$pkgtodo['name']}"); +src/etc/inc/pkg-utils.inc: log_error(gettext("Reinstalling package") . " {$pkgtodo['name']}"); +src/etc/inc/pkg-utils.inc: log_error(gettext("Finished installing package") . " {$pkgtodo['name']}"); +src/etc/inc/pkg-utils.inc: log_error(gettext("Finished reinstalling all packages.")); +src/etc/inc/pkg-utils.inc: return sprintf(gettext($msg), htmlspecialchars(get_active_xml_rpc_base_url())); +src/etc/inc/pkg-utils.inc: return sprintf(gettext($msg), htmlspecialchars(get_active_xml_rpc_base_url())) . '

    ' +src/etc/inc/pkg-utils.inc: . '' . gettext("Package Manager Settings") . ''; +src/etc/inc/pkg-utils.inc: $static_output .= "\n" . gettext("Downloading package configuration file... "); +src/etc/inc/pkg-utils.inc: pkg_debug(gettext("Downloading package configuration file...") . "\n"); +src/etc/inc/pkg-utils.inc: pkg_debug(gettext("ERROR! Unable to fetch package configuration file. Aborting installation.") . "\n"); +src/etc/inc/pkg-utils.inc: print "\n" . gettext("ERROR! Unable to fetch package configuration file. Aborting package installation.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("failed!\n\nInstallation aborted.\n"); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Loading package configuration... "); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/pkg-utils.inc: $static_output .= gettext("Additional files... "); +src/etc/inc/pkg-utils.inc: pkg_debug(gettext("Extracting tarball to -C for ") . $filename . "...\n"); +src/etc/inc/pkg-utils.inc: pkg_debug(sprintf(gettext('Changing file mode to %1$s for %2$s%3$s%4$s'), $pkg_chmod, $prefix, $filename, "\n")); +src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/etc/inc/priv.defs.inc:$priv_list['page-all']['name'] = gettext("WebCfg - All pages"); +src/etc/inc/priv.defs.inc:$priv_list['page-all']['descr'] = gettext("Allow access to all pages"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-carp']['name'] = gettext("WebCfg - Status: CARP page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-carp']['descr'] = gettext("Allow access to the 'Status: CARP' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-crash-reporter']['name'] = gettext("WebCfg - Crash reporter"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-crash-reporter']['descr'] = gettext("Uploads crash reports to pfSense and or deletes crash reports."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-arptable']['name'] = gettext("WebCfg - Diagnostics: ARP Table page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-arptable']['descr'] = gettext("Allow access to the 'Diagnostics: ARP Table' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-authentication']['name'] = gettext("WebCfg - Diagnostics: Authentication page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-authentication']['descr'] = gettext("Allow access to the 'Diagnostics: Authentication' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-backup/restore']['name'] = gettext("WebCfg - Diagnostics: Backup/restore page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-backup/restore']['descr'] = gettext("Allow access to the 'Diagnostics: Backup/restore' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-configurationhistory']['name'] = gettext("WebCfg - Diagnostics: Configuration History page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-configurationhistory']['descr'] = gettext("Allow access to the 'Diagnostics: Configuration History' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-factorydefaults']['name'] = gettext("WebCfg - Diagnostics: Factory defaults page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-factorydefaults']['descr'] = gettext("Allow access to the 'Diagnostics: Factory defaults' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-ndptable']['name'] = gettext("Webcfg - Diagnostics: NDP Table page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-ndptable']['descr'] = gettext("Allow access to the 'Diagnostics: NDP Table' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-restore-full-backup']['name'] = gettext("Webcfg - Diagnostics: Restore full backup"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-restore-full-backup']['descr'] = gettext("Allow access to the 'Diagnostics: Restore Full Backup' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-showstates']['name'] = gettext("WebCfg - Diagnostics: Show States page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-showstates']['descr'] = gettext("Allow access to the 'Diagnostics: Show States' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-sockets']['name'] = gettext("WebCfg - Diagnostics: Sockets page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-sockets']['descr'] = gettext("Allow access to the 'Diagnostics: Sockets' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-testport']['name'] = gettext("Webcfg - Diagnostics: Test Port"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-testport']['descr'] = gettext("Allow access to the 'Diagnostics: Test Port' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-ipsec']['name'] = gettext("WebCfg - Status: IPsec page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-ipsec']['descr'] = gettext("Allow access to the 'Status: IPsec' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-ipsec-leases']['name'] = gettext("WebCfg - Status: IPsec: Leasespage"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-ipsec-leases']['descr'] = gettext("Allow access to the 'Status: IPsec: Leases' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-ipsec-sad']['name'] = gettext("WebCfg - Status: IPsec: SAD page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-ipsec-sad']['descr'] = gettext("Allow access to the 'Status: IPsec: SAD' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-ipsec-spd']['name'] = gettext("WebCfg - Status: IPsec: SPD page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-ipsec-spd']['descr'] = gettext("Allow access to the 'Status: IPsec: SPD' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-ntp']['name'] = gettext("Webcfg - Status: NTP page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-ntp']['descr'] = gettext("Allow access to the 'Status: NTP' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-ipsecxml']['name'] = gettext("WebCfg - Diag IPsec XML page"); +src/etc/inc/priv.defs.inc:$priv_list['page-ipsecxml']['descr'] = gettext("Allow access to the 'Diag IPsec XML' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-system']['name'] = gettext("WebCfg - Diagnostics: Logs: System page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-system']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: System' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-portalauth']['name'] = gettext("WebCfg - Status: System logs: Portal Auth page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-portalauth']['descr'] = gettext("Allow access to the 'Status: System logs: Portal Auth' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-dhcp']['name'] = gettext("WebCfg - Diagnostics: Logs: DHCP page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-dhcp']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: DHCP' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-firewall']['name'] = gettext("WebCfg - Diagnostics: Logs: Firewall page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-firewall']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: Firewall' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-gateways']['name'] = gettext("WebCfg - Diagnostics: Logs: Gateways page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-gateways']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: System: Gateways' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-resolver']['name'] = gettext("WebCfg - Diagnostics: Logs: Resolver page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-resolver']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: System: Resolver' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-hidden-nolongerincluded']['name'] = gettext("WebCfg - Hidden: No longer included page"); +src/etc/inc/priv.defs.inc:$priv_list['page-hidden-nolongerincluded']['descr'] = gettext("Allow access to the 'Hidden: No longer included' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-ipsecvpn']['name'] = gettext("WebCfg - Status: System logs: IPsec VPN page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-ipsecvpn']['descr'] = gettext("Allow access to the 'Status: System logs: IPsec VPN' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-ntpd']['name'] = gettext("WebCfg - Status: System logs: NTP page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-ntpd']['descr'] = gettext("Allow access to the 'Status: System logs: NTP' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-openvpn']['name'] = gettext("WebCfg - Status: System logs: OpenVPN page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-openvpn']['descr'] = gettext("Allow access to the 'Status: System logs: OpenVPN' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-ppp']['name'] = gettext("WebCfg - Status: System logs: IPsec VPN page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-ppp']['descr'] = gettext("Allow access to the 'Status: System logs: IPsec VPN' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-loadbalancer']['name'] = gettext("WebCfg - Status: System logs: Load Balancer page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-loadbalancer']['descr'] = gettext("Allow access to the 'Status: System logs: Load Balancer' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-routing']['name'] = gettext("Webcfg - Status: System logs: Routing page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-routing']['descr'] = gettext("Allow access to the 'Status: System logs: System: Routing' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-wireless']['name'] = gettext("Webcfg - Status: System logs: Wireless page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-wireless']['descr'] = gettext("Allow access to the 'Status: System logs: System: Wireless' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-settings']['name'] = gettext("WebCfg - Diagnostics: Logs: Settings page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-settings']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: Settings' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-pptpvpn']['name'] = gettext("WebCfg - Diagnostics: Logs: VPN page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-pptpvpn']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: VPN' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-nanobsd']['name'] = gettext("WebCfg - Diagnostics: NanoBSD"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-nanobsd']['descr'] = gettext("Allow access to the 'Diagnostics: NanoBSD' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-packetcapture']['name'] = gettext("WebCfg - Diagnostics: Packet Capture page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-packetcapture']['descr'] = gettext("Allow access to the 'Diagnostics: Packet Capture' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-patters']['name'] = gettext("WebCfg - Diagnostics: Patterns page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-patters']['descr'] = gettext("Allow access to the 'Diagnostics: Patterns' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-limiter-info']['name'] = gettext("Diagnostics: Limiter Info"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-limiter-info']['descr'] = gettext("Allows access to the 'Diagnostics: Limiter Info' page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-pf-info']['name'] = gettext("Diagnostics: pfInfo"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-pf-info']['descr'] = gettext("Allows access to the 'Diagnostics: pfInfo' page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-system-activity']['name'] = gettext("WebCfg - Diagnostics: System Activity"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-system-activity']['descr'] = gettext("Allows access to the 'Diagnostics: System Activity' page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-system-pftop']['name'] = gettext("Diagnostics: pfTop"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-system-pftop']['descr'] = gettext("Allows access to the 'Diagnostics: pfTop' page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-ping']['name'] = gettext("WebCfg - Diagnostics: Ping page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-ping']['descr'] = gettext("Allow access to the 'Diagnostics: Ping' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-packagelogs']['name'] = gettext("WebCfg - Status: Package logs page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-packagelogs']['descr'] = gettext("Allow access to the 'Status: Package logs' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-resetstate']['name'] = gettext("WebCfg - Diagnostics: Reset state page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-resetstate']['descr'] = gettext("Allow access to the 'Diagnostics: Reset state' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-routingtables']['name'] = gettext("WebCfg - Diagnostics: Routing tables page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-routingtables']['descr'] = gettext("Allow access to the 'Diagnostics: Routing tables' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-statessummary']['name'] = gettext("WebCfg - Diagnostics: States Summary page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-statessummary']['descr'] = gettext("Allow access to the 'Diagnostics: States Summary' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-tables']['name'] = gettext("WebCfg - Diagnostics: PF Table IP addresses"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-tables']['descr'] = gettext("Allow access to the 'Diagnostics: Tables' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-traceroute']['name'] = gettext("WebCfg - Diagnostics: Traceroute page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-traceroute']['descr'] = gettext("Allow access to the 'Diagnostics: Traceroute' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-aliases']['name'] = gettext("WebCfg - Firewall: Aliases page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-aliases']['descr'] = gettext("Allow access to the 'Firewall: Aliases' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-alias-edit']['name'] = gettext("WebCfg - Firewall: Alias: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-alias-edit']['descr'] = gettext("Allow access to the 'Firewall: Alias: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-alias-import']['name'] = gettext("WebCfg - Firewall: Alias: Import page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-alias-import']['descr'] = gettext("Allow access to the 'Firewall: Alias: Import' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-npt']['name'] = gettext("Webcfg - Firewall: NAT: NPT page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-npt']['descr'] = gettext("Allow access to the 'Firewall: NAT: NPT' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-npt-edit']['name'] = gettext("Webcfg - Firewall: NAT: NPt: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-npt-edit']['descr'] = gettext("Allow access to the 'Firewall: NAT: NPt: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-portforward']['name'] = gettext("WebCfg - Firewall: NAT: Port Forward page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-portforward']['descr'] = gettext("Allow access to the 'Firewall: NAT: Port Forward' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-1-1']['name'] = gettext("WebCfg - Firewall: NAT: 1:1 page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-1-1']['descr'] = gettext("Allow access to the 'Firewall: NAT: 1:1' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-1-1-edit']['name'] = gettext("WebCfg - Firewall: NAT: 1:1: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-1-1-edit']['descr'] = gettext("Allow access to the 'Firewall: NAT: 1:1: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-portforward-edit']['name'] = gettext("WebCfg - Firewall: NAT: Port Forward: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-portforward-edit']['descr'] = gettext("Allow access to the 'Firewall: NAT: Port Forward: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-outbound']['name'] = gettext("WebCfg - Firewall: NAT: Outbound page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-outbound']['descr'] = gettext("Allow access to the 'Firewall: NAT: Outbound' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-outbound-edit']['name'] = gettext("WebCfg - Firewall: NAT: Outbound: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-outbound-edit']['descr'] = gettext("Allow access to the 'Firewall: NAT: Outbound: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-rules']['name'] = gettext("WebCfg - Firewall: Rules page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-rules']['descr'] = gettext("Allow access to the 'Firewall: Rules' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-rules-edit']['name'] = gettext("WebCfg - Firewall: Rules: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-rules-edit']['descr'] = gettext("Allow access to the 'Firewall: Rules: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-schedules']['name'] = gettext("WebCfg - Firewall: Schedules page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-schedules']['descr'] = gettext("Allow access to the 'Firewall: Schedules' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-schedules-edit']['name'] = gettext("WebCfg - Firewall: Schedules: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-schedules-edit']['descr'] = gettext("Allow access to the 'Firewall: Schedules: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper']['name'] = gettext("WebCfg - Firewall: Traffic Shaper page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper-layer7']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Layer7 page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper-layer7']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Layer7' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper-queues']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Queues page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper-queues']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Queues' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper-limiter']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Limiter page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper-limiter']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Limiter' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper-wizard']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Wizard page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper-wizard']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Wizard' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-virtualipaddresses']['name'] = gettext("WebCfg - Firewall: Virtual IP Addresses page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-virtualipaddresses']['descr'] = gettext("Allow access to the 'Firewall: Virtual IP Addresses' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-virtualipaddress-edit']['name'] = gettext("WebCfg - Firewall: Virtual IP Address: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-virtualipaddress-edit']['descr'] = gettext("Allow access to the 'Firewall: Virtual IP Address: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-getserviceproviders']['name'] = gettext("WebCfg - AJAX: Get Service Providers"); +src/etc/inc/priv.defs.inc:$priv_list['page-getserviceproviders']['descr'] = gettext("Allow access to the 'AJAX: Service Providers' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-getstats']['name'] = gettext("WebCfg - AJAX: Get Stats"); +src/etc/inc/priv.defs.inc:$priv_list['page-getstats']['descr'] = gettext("Allow access to the 'AJAX: Get Stats' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-interfacetraffic']['name'] = gettext("WebCfg - Diagnostics: Interface Traffic page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-interfacetraffic']['descr'] = gettext("Allow access to the 'Diagnostics: Interface Traffic' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-cpuutilization']['name'] = gettext("WebCfg - Diagnostics: CPU Utilization page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-cpuutilization']['descr'] = gettext("Allow access to the 'Diagnostics: CPU Utilization' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-haltsystem']['name'] = gettext("WebCfg - Diagnostics: Halt system page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-haltsystem']['descr'] = gettext("Allow access to the 'Diagnostics: Halt system' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-requiredforjavascript']['name'] = gettext("WebCfg - Required for javascript page"); +src/etc/inc/priv.defs.inc:$priv_list['page-requiredforjavascript']['descr'] = gettext("Allow access to the 'Required for javascript' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-xmlrpcinterfacestats']['name'] = gettext("WebCfg - XMLRPC Interface Stats page"); +src/etc/inc/priv.defs.inc:$priv_list['page-xmlrpcinterfacestats']['descr'] = gettext("Allow access to the 'XMLRPC Interface Stats' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-login/logout']['name'] = gettext("WebCfg - System: Login / Logout page / Dashboard"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-login/logout']['descr'] = gettext("Allow access to the 'System: Login / Logout' page and Dashboard."); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces']['name'] = gettext("WebCfg - Interfaces: WAN page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces']['descr'] = gettext("Allow access to the 'Interfaces' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-assignnetworkports']['name'] = gettext("WebCfg - Interfaces: Assign network ports page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-assignnetworkports']['descr'] = gettext("Allow access to the 'Interfaces: Assign network ports' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-bridge']['name'] = gettext("WebCfg - Interfaces: Bridge page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-bridge']['descr'] = gettext("Allow access to the 'Interfaces: Bridge' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-bridge-edit']['name'] = gettext("WebCfg - Interfaces: Bridge edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-bridge-edit']['descr'] = gettext("Allow access to the 'Interfaces: Bridge : Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-gif']['name'] = gettext("WebCfg - Interfaces: GIF page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-gif']['descr'] = gettext("Allow access to the 'Interfaces: GIF' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-gif-edit']['name'] = gettext("WebCfg - Interfaces: GIF: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-gif-edit']['descr'] = gettext("Allow access to the 'Interfaces: GIF: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-gre']['name'] = gettext("WebCfg - Interfaces: GRE page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-gre']['descr'] = gettext("Allow access to the 'Interfaces: GRE' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-gre-edit']['name'] = gettext("WebCfg - Interfaces: GRE: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-gre-edit']['descr'] = gettext("Allow access to the 'Interfaces: GRE: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-groups']['name'] = gettext("WebCfg - Interfaces: Groups page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-groups']['descr'] = gettext("Create interface groups"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-groups-edit']['name'] = gettext("Interfaces: Groups: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-groups-edit']['descr'] = gettext("Allow access to the 'Interfaces: Groups: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-lagg']['name'] = gettext("WebCfg - Interfaces: LAGG: page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-lagg']['descr'] = gettext("Edit Interface LAGG"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-lagg-edit']['name'] = gettext("Interfaces: LAGG: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-lagg-edit']['descr'] = gettext("Allow access to the 'Interfaces: LAGG: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-ppps']['name'] = gettext("WebCfg - Interfaces: ppps page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-ppps']['descr'] = gettext("Allow access to the 'Interfaces: ppps' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-ppps-edit']['name'] = gettext("WebCfg - Interfaces: PPPs: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-ppps-edit']['descr'] = gettext("Allow access to the 'Interfaces: PPPs: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-qinq']['name'] = gettext("WebCfg - Interfaces: QinQ page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-qinq']['descr'] = gettext("Allow access to the 'Interfaces: QinQ' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-qinq-edit']['name'] = gettext("Interfaces: QinQ: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-qinq-edit']['descr'] = gettext("Allow access to 'Interfaces: QinQ: Edit' page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-vlan']['name'] = gettext("WebCfg - Interfaces: VLAN page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-vlan']['descr'] = gettext("Allow access to the 'Interfaces: VLAN' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-vlan-edit']['name'] = gettext("WebCfg - Interfaces: VLAN: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-vlan-edit']['descr'] = gettext("Allow access to the 'Interfaces: VLAN: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-wireless']['name'] = gettext("WebCfg - Interfaces: Wireless page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-wireless']['descr'] = gettext("Allow access to the 'Interfaces: Wireless' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-wireless-edit']['name'] = gettext("WebCfg - Interfaces: Wireless edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-wireless-edit']['descr'] = gettext("Allow access to the 'Interfaces: Wireless : Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-license']['name'] = gettext("WebCfg - System: License page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-license']['descr'] = gettext("Allow access to the 'System: License' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-monitor']['name'] = gettext("WebCfg - Services: Load Balancer: Monitors page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-monitor']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Monitors' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-monitor-edit']['name'] = gettext("WebCfg - Services: Load Balancer: Monitor: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-monitor-edit']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Monitor: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-loadbalancer-pool']['name'] = gettext("WebCfg - Load Balancer: Pool page"); +src/etc/inc/priv.defs.inc:$priv_list['page-loadbalancer-pool']['descr'] = gettext("Allow access to the 'Load Balancer: Pool' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-loadbalancer-pool-edit']['name'] = gettext("WebCfg - Load Balancer: Pool: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-loadbalancer-pool-edit']['descr'] = gettext("Allow access to the 'Load Balancer: Pool: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-relay-action']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Actions page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-relay-action']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Actions' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-relay-action-edit']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Action: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-relay-action-edit']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Action: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-relay-protocol']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Protocols page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-relay-protocol']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Protocols' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-relay-protocol-edit']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Protocol: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-relay-protocol-edit']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Protocol: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-setting']['name'] = gettext("Webcfg - Services: Load Balancer: setting page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-setting']['descr'] = gettext("Allow access to the 'Settings: Load Balancer: Settings' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-virtualservers']['name'] = gettext("WebCfg - Services: Load Balancer: Virtual Servers page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-virtualservers']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Virtual Servers' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-ntpd']['name'] = gettext("Webcfg - Services: NTP"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-ntpd']['descr'] = gettext("Allow access to the 'Services: NTP' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-ntp-gps']['name'] = gettext("Webcfg - Status: NTP GPS page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-ntp-gps']['descr'] = gettext("Allow access to the 'Status: NTP Serial GPS' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-ntp-pps']['name'] = gettext("Webcfg - Status: NTP PPS page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-ntp-pps']['descr'] = gettext("Allow access to the 'Status: NTP PPS' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-loadbalancer-virtualserver-edit']['name'] = gettext("WebCfg - Load Balancer: Virtual Server: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-loadbalancer-virtualserver-edit']['descr'] = gettext("Allow access to the 'Load Balancer: Virtual Server: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-package-settings']['name'] = gettext("WebCfg - Package: Settings page"); +src/etc/inc/priv.defs.inc:$priv_list['page-package-settings']['descr'] = gettext("Allow access to the 'Package: Settings' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-package-edit']['name'] = gettext("WebCfg - Package: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-package-edit']['descr'] = gettext("Allow access to the 'Package: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-packagemanager']['name'] = gettext("WebCfg - System: Package Manager page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-packagemanager']['descr'] = gettext("Allow access to the 'System: Package Manager' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-packagemanager-installpackage']['name'] = gettext("WebCfg - System: Package Manager: Install Package page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-packagemanager-installpackage']['descr'] = gettext("Allow access to the 'System: Package Manager: Install Package' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-packagemanager-installed']['name'] = gettext("WebCfg - System: Package Manager: Installed page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-packagemanager-installed']['descr'] = gettext("Allow access to the 'System: Package Manager: Installed' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-pkg-mgr-settings']['name'] = gettext("WebCfg - Packages: Settings page"); +src/etc/inc/priv.defs.inc:$priv_list['page-pkg-mgr-settings']['descr'] = gettext("Allow access to the 'Packages: Settings' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-rebootsystem']['name'] = gettext("WebCfg - Diagnostics: Reboot System page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-rebootsystem']['descr'] = gettext("Allow access to the 'Diagnostics: Reboot System' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-restart-httpd']['name'] = gettext("WebCfg - Diagnostics: Restart HTTPD : System page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-restart-httpd']['descr'] = gettext("Allow access to the 'Diagnostics: Restart HTTPD: System' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal']['name'] = gettext("WebCfg - Services: Captive portal page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal']['descr'] = gettext("Allow access to the 'Services: Captive portal' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-filemanager']['name'] = gettext("WebCfg - Services: Captive portal: File Manager page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-filemanager']['descr'] = gettext("Allow access to the 'Services: Captive portal: File Manager' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-allowedips']['name'] = gettext("WebCfg - Services: Captive portal: Allowed IPs page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-allowedips']['descr'] = gettext("Allow access to the 'Services: Captive portal: Allowed IPs' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-editallowedips']['name'] = gettext("WebCfg - Services: Captive portal: Edit Allowed IPs page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-editallowedips']['descr'] = gettext("Allow access to the 'Services: Captive portal: Edit Allowed IPs' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-macaddresses']['name'] = gettext("WebCfg - Services: Captive portal: Mac Addresses page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-macaddresses']['descr'] = gettext("Allow access to the 'Services: Captive portal: Mac Addresses' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-editmacaddresses']['name'] = gettext("WebCfg - Services: Captive portal: Edit MAC Addresses page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-editmacaddresses']['descr'] = gettext("Allow access to the 'Services: Captive portal: Edit MAC Addresses' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-allowedhostnames']['name'] = gettext("WebCfg - Services: Captive portal: Allowed Hostnames page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-allowedhostnames']['descr'] = gettext("Allow access to the 'Services: Captive portal: Allowed Hostnames' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-editallowedhostnames']['name'] = gettext("WebCfg - Services: Captive portal: Edit Allowed Hostnames page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-editallowedhostnames']['descr'] = gettext("Allow access to the 'Services: Captive portal: Allowed Hostnames' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-editzones']['name'] = gettext("Webcfg - Services: Captive portal: Edit Zones page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-editzones']['descr'] = gettext("Allow access to the 'Services: Captive portal: Edit Zones' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-vouchers']['name'] = gettext("WebCfg - Services: Captive portal Vouchers page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-vouchers']['descr'] = gettext("Allow access to the 'Services: Captive portal Vouchers' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-zones']['name'] = gettext("WebCfg - Services: Captiveprotal Zones page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-zones']['descr'] = gettext("Allow access to the 'Services: CaptivePortal Zones' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpserver']['name'] = gettext("WebCfg - Services: DHCP server page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpserver']['descr'] = gettext("Allow access to the 'Services: DHCP server' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpserver-editstaticmapping']['name'] = gettext("WebCfg - Services: DHCP Server : Edit static mapping page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpserver-editstaticmapping']['descr'] = gettext("Allow access to the 'Services: DHCP Server : Edit static mapping' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcprelay']['name'] = gettext("WebCfg - Services: DHCP Relay page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcprelay']['descr'] = gettext("Allow access to the 'Services: DHCP Relay' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpv6server']['name'] = gettext("Webcfg - Services: DHCPv6 server page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpv6server']['descr'] = gettext("Allow access to the 'Services: DHCPv6 server' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpserverv6-editstaticmapping']['name'] = gettext("Webcfg - Services: DHCPv6 Server : Edit static mapping page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpserverv6-editstaticmapping']['descr'] = gettext("Allow access to the 'Services: DHCPv6 Server : Edit static mapping' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpv6relay']['name'] = gettext("Webcfg - Services: DHCPv6 Relay page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpv6relay']['descr'] = gettext("Allow access to the 'Services: DHCPv6 Relay' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsforwarder']['name'] = gettext("WebCfg - Services: DNS Forwarder page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsforwarder']['descr'] = gettext("Allow access to the 'Services: DNS Forwarder' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsforwarder-editdomainoverride']['name'] = gettext("WebCfg - Services: DNS Forwarder: Edit Domain Override page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsforwarder-editdomainoverride']['descr'] = gettext("Allow access to the 'Services: DNS Forwarder: Edit Domain Override' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsforwarder-edithost']['name'] = gettext("WebCfg - Services: DNS Forwarder: Edit host page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsforwarder-edithost']['descr'] = gettext("Allow access to the 'Services: DNS Forwarder: Edit host' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver']['name'] = gettext("WebCfg - Services: DNS Resolver page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver']['descr'] = gettext("Allow access to the 'Services: DNS Resolver' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-advanced']['name'] = gettext("WebCfg - Services: DNS Resolver: Advanced page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-advanced']['descr'] = gettext("Allow access to the 'Services: DNS Resolver: Advanced' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-acls']['name'] = gettext("WebCfg - Services: DNS Resolver: Access Lists page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-acls']['descr'] = gettext("Allow access to the 'Services: DNS Resolver: Access Lists' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-editacls']['name'] = gettext("WebCfg - Services: DNS Resolver: Access Lists: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-editacls']['descr'] = gettext("Allow access to the 'Services: DNS Resolver: Access Lists: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-editdomainoverride']['name'] = gettext("WebCfg - Services: DNS Resolver: Edit Domain Override page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-editdomainoverride']['descr'] = gettext("Allow access to the 'Services: DNS Resolver: Edit Domain Override' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-edithost']['name'] = gettext("WebCfg - Services: DNS Resolver: Edit host page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-edithost']['descr'] = gettext("Allow access to the 'Services: DNS Resolver: Edit host' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dynamicdnsclients']['name'] = gettext("WebCfg - Services: Dynamic DNS clients page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dynamicdnsclients']['descr'] = gettext("Allow access to the 'Services: Dynamic DNS clients' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dynamicdnsclient']['name'] = gettext("WebCfg - Services: Dynamic DNS client page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-dynamicdnsclient']['descr'] = gettext("Allow access to the 'Services: Dynamic DNS client' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-igmpproxy']['name'] = gettext("WebCfg - Services: Igmpproxy page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-igmpproxy']['descr'] = gettext("Allow access to the 'Services: Igmpproxy' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-igmpproxy-edit']['name'] = gettext("Firewall: Igmpproxy: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-igmpproxy-edit']['descr'] = gettext("Allow access to the 'Services: Igmpproxy: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-rfc2136clients']['name'] = gettext("WebCfg - Services: RFC 2136 clients page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-rfc2136clients']['descr'] = gettext("Allow access to the 'Services: RFC 2136 clients' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-router-advertisements']['name'] = gettext("Webcfg - Services: Router advertisementspage"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-router-advertisements']['descr'] = gettext("Allow access to the 'Services: Router Advertisements' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-snmp']['name'] = gettext("WebCfg - Services: SNMP page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-snmp']['descr'] = gettext("Allow access to the 'Services: SNMP' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-wakeonlan']['name'] = gettext("WebCfg - Services: Wake on LAN page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-wakeonlan']['descr'] = gettext("Allow access to the 'Services: Wake on LAN' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-wakeonlan-edit']['name'] = gettext("WebCfg - Services: Wake on LAN: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-wakeonlan-edit']['descr'] = gettext("Allow access to the 'Services: Wake on LAN: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-cpuutilization']['name'] = gettext("WebCfg - Diagnostics: CPU Utilization page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-cpuutilization']['descr'] = gettext("Allow access to the 'Diagnostics: CPU Utilization' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-hidden-detailedstatus']['name'] = gettext("WebCfg - Hidden: Detailed Status page"); +src/etc/inc/priv.defs.inc:$priv_list['page-hidden-detailedstatus']['descr'] = gettext("Allow access to the 'Hidden: Detailed Status' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal']['name'] = gettext("WebCfg - Status: Captive portal page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal']['descr'] = gettext("Allow access to the 'Status: Captive portal' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal-expire']['name'] = gettext("Webcfg - Status: Captive portal Expire Vouchers page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal-expire']['descr'] = gettext("Allow access to the 'Status: Captive portal Expire Vouchers' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal-test']['name'] = gettext("WebCfg - Status: Captive portal test Vouchers page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal-test']['descr'] = gettext("Allow access to the 'Status: Captive portal Test Vouchers' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal-voucher-rolls']['name'] = gettext("WebCfg - Status: Captive portal Voucher Rolls page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal-voucher-rolls']['descr'] = gettext("Allow access to the 'Status: Captive portal Voucher Rolls' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal-vouchers']['name'] = gettext("WebCfg - Status: Captive portal Vouchers page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal-vouchers']['descr'] = gettext("Allow access to the 'Status: Captive portal Vouchers' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-dhcpleases']['name'] = gettext("WebCfg - Status: DHCP leases page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-dhcpleases']['descr'] = gettext("Allow access to the 'Status: DHCP leases' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-dhcpv6leases']['name'] = gettext("Webcfg - Status: DHCPv6 leases page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-dhcpv6leases']['descr'] = gettext("Allow access to the 'Status: DHCPv6 leases' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-filterreloadstatus']['name'] = gettext("WebCfg - Status: Filter Reload Status page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-filterreloadstatus']['descr'] = gettext("Allow access to the 'Status: Filter Reload Status' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-gatewaygroups']['name'] = gettext("WebCfg - Status: Gateway Groups page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-gatewaygroups']['descr'] = gettext("Allow access to the 'Status: Gateway Groups' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-gateways']['name'] = gettext("WebCfg - Status: Gateways page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-gateways']['descr'] = gettext("Allow access to the 'Status: Gateways' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-trafficgraph']['name'] = gettext("WebCfg - Status: Traffic Graph page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-trafficgraph']['descr'] = gettext("Allow access to the 'Status: Traffic Graph' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-cpuload']['name'] = gettext("WebCfg - Status: CPU load page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-cpuload']['descr'] = gettext("Allow access to the 'Status: CPU load' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-interfaces']['name'] = gettext("WebCfg - Status: Interfaces page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-interfaces']['descr'] = gettext("Allow access to the 'Status: Interfaces' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-loadbalancer-pool']['name'] = gettext("WebCfg - Status: Load Balancer: Pool page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-loadbalancer-pool']['descr'] = gettext("Allow access to the 'Status: Load Balancer: Pool' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-loadbalancer-virtualserver']['name'] = gettext("WebCfg - Status: Load Balancer: Virtual Server page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-loadbalancer-virtualserver']['descr'] = gettext("Allow access to the 'Status: Load Balancer: Virtual Server' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-openvpn']['name'] = gettext("WebCfg - Status: OpenVPN page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-openvpn']['descr'] = gettext("Allow access to the 'Status: OpenVPN' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-trafficshaper-queues']['name'] = gettext("WebCfg - Status: Traffic shaper: Queues page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-trafficshaper-queues']['descr'] = gettext("Allow access to the 'Status: Traffic shaper: Queues' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-rrdgraphs']['name'] = gettext("WebCfg - Status: RRD Graphs page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-rrdgraphs']['descr'] = gettext("Allow access to the 'Status: RRD Graphs' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-rrdgraph-settings']['name'] = gettext("WebCfg - Status: RRD Graphs settings page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-rrdgraph-settings']['descr'] = gettext("Allow access to the 'Status: RRD Graphs: settings' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-services']['name'] = gettext("WebCfg - Status: Services page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-services']['descr'] = gettext("Allow access to the 'Status: Services' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-status-upnpstatus']['name'] = gettext("WebCfg - Status: UPnP Status page"); +src/etc/inc/priv.defs.inc:$priv_list['page-status-upnpstatus']['descr'] = gettext("Allow access to the 'Status: UPnP Status' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-wirelessstatus']['name'] = gettext("WebCfg - Status: Wireless page"); +src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-wirelessstatus']['descr'] = gettext("Allow access to the 'Status: Wireless' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-generalsetup']['name'] = gettext("WebCfg - System: General Setup page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-generalsetup']['descr'] = gettext("Allow access to the 'System: General Setup' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-admin']['name'] = gettext("WebCfg - System: Advanced: Admin Access Page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-admin']['descr'] = gettext("Allow access to the 'System: Advanced: Admin Access' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-firewall']['name'] = gettext("WebCfg - System: Advanced: Firewall and NAT page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-firewall']['descr'] = gettext("Allow access to the 'System: Advanced: Firewall and NAT' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-misc']['name'] = gettext("WebCfg - System: Advanced: Miscellaneous page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-misc']['descr'] = gettext("Allow access to the 'System: Advanced: Miscellaneous' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-network']['name'] = gettext("WebCfg - System: Advanced: Network page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-network']['descr'] = gettext("Allow access to the 'System: Advanced: Networking' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-notifications']['name'] = gettext("WebCfg - System: Advanced: Notifications page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-notifications']['descr'] = gettext("Allow access to the 'System: Advanced: Notifications' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-sysctl']['name'] = gettext("WebCfg - System: Advanced: Tunables page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-sysctl']['descr'] = gettext("Allow access to the 'System: Advanced: Tunables' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-authservers']['name'] = gettext("WebCfg - System: Authentication Servers"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-authservers']['descr'] = gettext("Allow access to the 'System: Authentication Servers' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-camanager']['name'] = gettext("WebCfg - System: CA Manager"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-camanager']['descr'] = gettext("Allow access to the 'System: CA Manager' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-certmanager']['name'] = gettext("WebCfg - System: Certificate Manager"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-certmanager']['descr'] = gettext("Allow access to the 'System: Certificate Manager' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-crlmanager']['name'] = gettext("WebCfg - System: CRL Manager"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-crlmanager']['descr'] = gettext("Allow access to the 'System: CRL Manager' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-firmware-manualupdate']['name'] = gettext("WebCfg - System: Firmware: Manual Update page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-firmware-manualupdate']['descr'] = gettext("Allow access to the 'System: Firmware: Manual Update' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-firmware-checkforupdate']['name'] = gettext("WebCfg - System: Firmware: Check For Update page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-firmware-checkforupdate']['descr'] = gettext("Allow access to the 'System: Firmware: Check For Update' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-firmware-autoupdate']['name'] = gettext("WebCfg - System: Firmware: Auto Update page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-firmware-autoupdate']['descr'] = gettext("Allow access to the 'System: Firmware: Auto Update' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-firmware-settings']['name'] = gettext("WebCfg - System: Firmware: Settings page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-firmware-settings']['descr'] = gettext("Allow access to the 'System: Firmware: Settings' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-gatewaygroups']['name'] = gettext("WebCfg - System: Gateway Groups page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-gatewaygroups']['descr'] = gettext("Allow access to the 'System: Gateway Groups' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-gateways-editgatewaygroups']['name'] = gettext("WebCfg - System: Gateways: Edit Gateway Groups page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-gateways-editgatewaygroups']['descr'] = gettext("Allow access to the 'System: Gateways: Edit Gateway Groups' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-gateways']['name'] = gettext("WebCfg - System: Gateways page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-gateways']['descr'] = gettext("Allow access to the 'System: Gateways' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-gateways-editgateway']['name'] = gettext("WebCfg - System: Gateways: Edit Gateway page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-gateways-editgateway']['descr'] = gettext("Allow access to the 'System: Gateways: Edit Gateway' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-groupmanager']['name'] = gettext("WebCfg - System: Group manager page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-groupmanager']['descr'] = gettext("Allow access to the 'System: Group manager' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-groupmanager-addprivs']['name'] = gettext("WebCfg - System: Group Manager: Add Privileges page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-groupmanager-addprivs']['descr'] = gettext("Allow access to the 'System: Group Manager: Add Privileges' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-hasync']['name'] = gettext("Webcfg - System: High Availability Sync"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-hasync']['descr'] = gettext("Allow access to the 'System: High Availability Sync' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-staticroutes']['name'] = gettext("WebCfg - System: Static Routes page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-staticroutes']['descr'] = gettext("Allow access to the 'System: Static Routes' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-staticroutes-editroute']['name'] = gettext("WebCfg - System: Static Routes: Edit route page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-staticroutes-editroute']['descr'] = gettext("Allow access to the 'System: Static Routes: Edit route' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager']['name'] = gettext("WebCfg - System: User Manager page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager']['descr'] = gettext("Allow access to the 'System: User Manager' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager-addprivs']['name'] = gettext("WebCfg - System: User Manager: Add Privileges page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager-addprivs']['descr'] = gettext("Allow access to the 'System: User Manager: Add Privileges' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager-passwordmg']['name'] = gettext("WebCfg - System: User Password Manager page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager-passwordmg']['descr'] = gettext("Allow access to the 'System: User Password Manager' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager-settings']['name'] = gettext("WebCfg - System: User Manager: settings page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager-settings']['descr'] = gettext("Allow access to the 'System: User Manager: settings' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager-settings-testldap']['name'] = gettext("WebCfg - System: User Manager: Settings: Test LDAP page"); +src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager-settings-testldap']['descr'] = gettext("Allow access to the 'System: User Manager: Settings: Test LDAP' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-upload_progress']['name'] = gettext("WebCfg - System: Firmware: Manual Update page (progress bar)"); +src/etc/inc/priv.defs.inc:$priv_list['page-upload_progress']['descr'] = gettext("Allow access to the 'System: Firmware: Manual Update: Progress bar' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec']['name'] = gettext("WebCfg - VPN: IPsec page"); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec']['descr'] = gettext("Allow access to the 'VPN: IPsec' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-listkeys']['name'] = gettext("WebCfg - VPN: IPsec: Pre-Shared Keys List"); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-listkeys']['descr'] = gettext("Allow access to the 'VPN: IPsec: Pre-Shared Keys List' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-editkeys']['name'] = gettext("WebCfg - VPN: IPsec: Edit Pre-Shared Keys"); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-editkeys']['descr'] = gettext("Allow access to the 'VPN: IPsec: Edit Pre-Shared Keys' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-mobile']['name'] = gettext("WebCfg - VPN: IPsec: Mobile page"); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-mobile']['descr'] = gettext("Allow access to the 'VPN: IPsec: Mobile' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-editphase1']['name'] = gettext("WebCfg - VPN: IPsec: Edit Phase 1 page"); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-editphase1']['descr'] = gettext("Allow access to the 'VPN: IPsec: Edit Phase 1' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-editphase2']['name'] = gettext("WebCfg - VPN: IPsec: Edit Phase 2 page"); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-editphase2']['descr'] = gettext("Allow access to the 'VPN: IPsec: Edit Phase 2' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnl2tp']['name'] = gettext("WebCfg - VPN: VPN L2TP page"); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnl2tp']['descr'] = gettext("Allow access to the 'VPN: VPN L2TP' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnl2tp-users']['name'] = gettext("WebCfg - VPN: VPN L2TP : Users page"); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnl2tp-users']['descr'] = gettext("Allow access to the 'VPN: VPN L2TP : Users' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnl2tp-users-edit']['name'] = gettext("WebCfg - VPN: VPN L2TP : Users : Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnl2tp-users-edit']['descr'] = gettext("Allow access to the 'VPN: VPN L2TP : Users : Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-openvpn-client']['name'] = gettext("WebCfg - OpenVPN: Client page"); +src/etc/inc/priv.defs.inc:$priv_list['page-openvpn-client']['descr'] = gettext("Allow access to the 'OpenVPN: Client' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-openvpn-csc']['name'] = gettext("WebCfg - OpenVPN: Client Specific Override page"); +src/etc/inc/priv.defs.inc:$priv_list['page-openvpn-csc']['descr'] = gettext("Allow access to the 'OpenVPN: Client Specific Override' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-openvpn-server']['name'] = gettext("WebCfg - OpenVPN: Server page"); +src/etc/inc/priv.defs.inc:$priv_list['page-openvpn-server']['descr'] = gettext("Allow access to the 'OpenVPN: Server' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-pppoeserver']['name'] = gettext("WebCfg - Services: PPPoE Server page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-pppoeserver']['descr'] = gettext("Allow access to the 'Services: PPPoE Server' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-services-pppoeserver-edit']['name'] = gettext("WebCfg - Services: PPPoE Server: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-services-pppoeserver-edit']['descr'] = gettext("Allow access to the 'Services: PPPoE Server: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnpptp']['name'] = gettext("WebCfg - VPN: VPN PPTP page"); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnpptp']['descr'] = gettext("Allow access to the 'VPN: VPN PPTP' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnpptp-users']['name'] = gettext("WebCfg - VPN: VPN PPTP: Users page"); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnpptp-users']['descr'] = gettext("Allow access to the 'VPN: VPN PPTP: Users' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnpptp-user-edit']['name'] = gettext("WebCfg - VPN: VPN PPTP: User: Edit page"); +src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnpptp-user-edit']['descr'] = gettext("Allow access to the 'VPN: VPN PPTP: User: Edit' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-pfsensewizardsubsystem']['name'] = gettext("WebCfg - pfSense wizard subsystem page"); +src/etc/inc/priv.defs.inc:$priv_list['page-pfsensewizardsubsystem']['descr'] = gettext("Allow access to the 'pfSense wizard subsystem' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-xmlrpclibrary']['name'] = gettext("WebCfg - XMLRPC Library page"); +src/etc/inc/priv.defs.inc:$priv_list['page-xmlrpclibrary']['descr'] = gettext("Allow access to the 'XMLRPC Library' page."); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-easyrule']['name'] = gettext("WebCfg - Firewall: Easy Rule add/status page"); +src/etc/inc/priv.defs.inc:$priv_list['page-firewall-easyrule']['descr'] = gettext("Allow access to the 'Firewall: Easy Rule' add/status page."); +src/etc/inc/priv/user.priv.inc:$priv_list['user-services-captiveportal-login']['name'] = gettext("User - Services - Captive portal login"); +src/etc/inc/priv/user.priv.inc:$priv_list['user-services-captiveportal-login']['descr'] = gettext("Indicates whether the user is able to login on the captive portal."); +src/etc/inc/radius.inc: return $this->raiseError(gettext('Error sending request:') . ' ' . $this->getError()); +src/etc/inc/radius.inc: return $this->raiseError(gettext('RADIUS_ACCESS_ACCEPT is unexpected for accounting')); +src/etc/inc/radius.inc: return $this->raiseError(gettext('RADIUS_ACCOUNTING_RESPONSE is unexpected for authentication')); +src/etc/inc/radius.inc: return $this->raiseError(sprintf(gettext("Unexpected return value: %s"),$req)); +src/etc/inc/rrd.inc: log_error(sprintf(gettext('RRD dump failed exited with %1$s, the error is: %2$s'), $dumpret, $dumpout)); +src/etc/inc/rrd.inc: log_error(sprintf(gettext('RRD create failed exited with %1$s, the error is: %2$s'), $rrdcreatereturn, $rrdcreateoutput)); +src/etc/inc/rrd.inc: 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)); +src/etc/inc/rrd.inc: log_error(sprintf(gettext('The new RRD now has %1$s DS values and %2$s RRA databases'), $numdsnew, $numrranew)); +src/etc/inc/rrd.inc: echo gettext("Generating RRD graphs..."); +src/etc/inc/rrd.inc: log_error(gettext("Creating rrd update script")); +src/etc/inc/rrd.inc: echo gettext("done.") . "\n"; +src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("Router Advertisement Daemon"); +src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("DNS Forwarder"); +src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("Unbound DNS Forwarder"); +src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("NTP clock sync"); +src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("Captive Portal") . ": ".htmlspecialchars($setting['zone']); +src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("DHCP Relay"); +src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("DHCPv6 Relay"); +src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("DHCP Service"); +src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("Gateway Monitoring Daemon"); +src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("SNMP Service"); +src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("IGMP proxy"); +src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("UPnP Service"); +src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("RIP Daemon"); +src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("IPsec VPN"); +src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("Secure Shell Daemon"); +src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("OpenVPN") . " ".$mode.": ".htmlspecialchars($setting['description']); +src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("Server load balancing daemon"); +src/etc/inc/service-utils.inc: return gettext("Not available."); +src/etc/inc/service-utils.inc: $statustext = gettext("Running"); +src/etc/inc/service-utils.inc: $output .= ' '; +src/etc/inc/service-utils.inc: $statustext = ($service_enabled) ? gettext("Stopped") : gettext("Disabled"); +src/etc/inc/service-utils.inc: $output .= ' '; +src/etc/inc/service-utils.inc: $output .= "\n"; +src/etc/inc/service-utils.inc: $output .= ""; +src/etc/inc/service-utils.inc: $output .= "\n"; +src/etc/inc/service-utils.inc: return sprintf(gettext("%s has been started."),htmlspecialchars($name)); +src/etc/inc/service-utils.inc: return sprintf(gettext("%s has been stopped."), htmlspecialchars($name)); +src/etc/inc/service-utils.inc: return sprintf(gettext("%s has been restarted."),htmlspecialchars($name)); +src/etc/inc/services.inc: log_error(sprintf(gettext('DHCP leases restore failed exited with %1$s, the error is: %2$s%3$s'), $dhcpreturn, $dhcprestore, "\n")); +src/etc/inc/services.inc: echo gettext("Starting DHCP service..."); +src/etc/inc/services.inc: log_error(gettext("Warning! DHCP Failover setup and no CARP virtual IPs defined!")); +src/etc/inc/services.inc: printf(gettext("Error: cannot open dhcpd.conf in services_dhcpdv4_configure().%s"), "\n"); +src/etc/inc/services.inc: print gettext("done.") . "\n"; +src/etc/inc/services.inc: log_error(gettext("Could not write Igmpproxy configuration file!")); +src/etc/inc/services.inc: log_error(gettext("Started IGMP proxy service.")); +src/etc/inc/services.inc: echo gettext("Starting DHCP relay service..."); +src/etc/inc/services.inc: echo gettext("Starting DHCPv6 relay service..."); +src/etc/inc/services.inc: echo gettext("Starting DynDNS clients..."); +src/etc/inc/services.inc: echo gettext("done.") . "\n"; +src/etc/inc/services.inc: echo gettext("Starting DNS forwarder..."); +src/etc/inc/services.inc: echo gettext("done.") . "\n"; +src/etc/inc/services.inc: echo gettext("Starting DNS Resolver..."); +src/etc/inc/services.inc: echo gettext("done.") . "\n"; +src/etc/inc/services.inc: echo gettext("Starting SNMP daemon... "); +src/etc/inc/services.inc: printf(gettext("Error: cannot open snmpd.conf in services_snmpd_configure().%s"),"\n"); +src/etc/inc/services.inc: echo gettext("done.") . "\n"; +src/etc/inc/services.inc: $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"; +src/etc/inc/services.inc: $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"; +src/etc/inc/services.inc: $crontab_contents .= "# " . gettext("pfSense specific crontab entries") . "\n"; +src/etc/inc/services.inc: $crontab_contents .= "# " .gettext( "Created:") . " " . date("F j, Y, g:i a") . "\n"; +src/etc/inc/services.inc: $crontab_contents .= "# " . gettext("If possible do not add items to this file manually.") . "\n"; +src/etc/inc/services.inc: $crontab_contents .= "# " . gettext("If you do so, this file must be terminated with a blank line (e.g. new line)") . "\n"; +src/etc/inc/services.inc: echo gettext("Starting UPnP service... "); +src/etc/inc/services.inc: write_config(sprintf(gettext("Installed cron job for %s"), $command)); +src/etc/inc/services.inc: write_config(sprintf(gettext("Updated cron job for %s"), $command)); +src/etc/inc/services.inc: write_config(sprintf(gettext("Removed cron job for %s"), $command)); +src/etc/inc/shaper.inc: $input_errors[] = sprintf(gettext("The field '%s' contains invalid characters."), $pn); +src/etc/inc/shaper.inc: $input_errors[] = sprintf(gettext("The field '%s' is required."), $reqdfieldsn[$i]); +src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidth"); +src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidthtype"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth must be an integer."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth cannot be negative."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Qlimit must be an integer."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Qlimit must be positive."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Tbrsize must be an integer."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Tbrsize must be positive."); +src/etc/inc/shaper.inc: $form .= gettext("Enable/Disable"); +src/etc/inc/shaper.inc: $form .= " /> " . gettext("Enable/disable discipline and its children") . ""; +src/etc/inc/shaper.inc: $form .= "
    " . gettext("Name") . ""; +src/etc/inc/shaper.inc: $form .= "" . gettext("Scheduler Type "); +src/etc/inc/shaper.inc: $form .= gettext("NOTE: Changing this changes all child queues!"); +src/etc/inc/shaper.inc: $form .= gettext(" Beware you can lose information."); +src/etc/inc/shaper.inc: $form .= "" . gettext("Bandwidth"); +src/etc/inc/shaper.inc: $form .= gettext("Adjusts the size, in bytes, of the token bucket regulator. " +src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Name"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("The priority must be an integer between 1 and 15."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Queue limit must be an integer"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Queue limit must be positive"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Only one default queue per interface is allowed."); +src/etc/inc/shaper.inc: $form .= gettext("Enable/Disable"); +src/etc/inc/shaper.inc: $form .= " /> " . gettext("Enable/Disable queue and its children") . ""; +src/etc/inc/shaper.inc: $form .= gettext("Queue Name") . ""; +src/etc/inc/shaper.inc: $form .= "
    " . gettext("Enter the name of the queue here. Do not use spaces and limit the size to 15 characters."); +src/etc/inc/shaper.inc: $form .= "" . gettext("Priority") . ""; +src/etc/inc/shaper.inc: $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.") . ""; +src/etc/inc/shaper.inc: $form .= "" . gettext("Queue limit") . ""; +src/etc/inc/shaper.inc: $form .= "
    " . gettext("Queue limit in packets."); +src/etc/inc/shaper.inc: $form .= "" . gettext("Scheduler options") . ""; +src/etc/inc/shaper.inc: $form .= " /> " . gettext("Default queue") . "
    "; +src/etc/inc/shaper.inc: $form .= " /> " . gettext("Default queue") . "
    "; +src/etc/inc/shaper.inc: $form .= " /> " . gettext("Random Early Detection") . "
    "; +src/etc/inc/shaper.inc: $form .= " /> " . gettext("Random Early Detection In and Out") . "
    "; +src/etc/inc/shaper.inc: $form .= " /> " . gettext("Explicit Congestion Notification") . "
    "; +src/etc/inc/shaper.inc: $form .= " /> " . gettext("Codel Active Queue") . "
    "; +src/etc/inc/shaper.inc: $form .= "
    " . gettext("Select options for this queue"); +src/etc/inc/shaper.inc: $form .= "" . gettext("Description") . ""; +src/etc/inc/shaper.inc: $form .= gettext("Bandwidth:") . " " . $this->GetBandwidth().$this->GetBwscale(); +src/etc/inc/shaper.inc: $form .= "" .gettext("Priority: on") . " "; +src/etc/inc/shaper.inc: $form .= "" . gettext("Default: on") . " "; +src/etc/inc/shaper.inc: $form .= " title=\"" . gettext("Delete queue from interface") . "\" >"; +src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidth"); +src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidthtype"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth must be an integer."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth cannot be negative."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth in percentage should be between 1 and 100 bounds."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("upperlimit service curve defined but missing (d) value"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("upperlimit service curve defined but missing initial bandwidth (m1) value"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("upperlimit m1 value needs to be Kb, Mb, Gb, or %"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("upperlimit d value needs to be numeric"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("upperlimit m2 value needs to be Kb, Mb, Gb, or %"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("linkshare service curve defined but missing (d) value"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("linkshare service curve defined but missing initial bandwidth (m1) value"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("linkshare m1 value needs to be Kb, Mb, Gb, or %"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("linkshare d value needs to be numeric"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("linkshare m2 value needs to be Kb, Mb, Gb, or %"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("realtime service curve defined but missing (d) value"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("realtime service curve defined but missing initial bandwidth (m1) value"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("realtime m1 value needs to be Kb, Mb, Gb, or %"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("realtime d value needs to be numeric"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("realtime m2 value needs to be Kb, Mb, Gb, or %"); +src/etc/inc/shaper.inc: $form .= "" . gettext("Bandwidth") . ""; +src/etc/inc/shaper.inc: $form .= ">" . gettext("Gbit/s") . ""; +src/etc/inc/shaper.inc: $form .= ">" . gettext("Mbit/s") . ""; +src/etc/inc/shaper.inc: $form .= ">" . gettext("Kbit/s") . ""; +src/etc/inc/shaper.inc: $form .= ">" . gettext("Bit/s") . ""; +src/etc/inc/shaper.inc: $form .= "" . gettext("Choose the amount of bandwidth for this queue"); +src/etc/inc/shaper.inc: $form .= "" . gettext("Service Curve (sc)") . ""; +src/etc/inc/shaper.inc: $form .= "onchange=\"enable_upperlimit()\" /> " . gettext("Upperlimit:") . ""; +src/etc/inc/shaper.inc: $form .= "onchange=\"enable_realtime()\" /> " . gettext("Real time:") . ""; +src/etc/inc/shaper.inc: $form .= "onchange=\"enable_linkshare()\" /> " . gettext("Link share:") . ""; +src/etc/inc/shaper.inc: $form .= gettext("The format for service curve specifications is (m1, d, m2). m2 controls " +src/etc/inc/shaper.inc: $input_errors[] = gettext("Priority must be an integer between 1 and 7."); +src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidth"); +src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidthtype"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth must be an integer."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth cannot be negative."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth in percentage should be between 1 and 100 bounds."); +src/etc/inc/shaper.inc: $form .= "" . gettext("Bandwidth") . ""; +src/etc/inc/shaper.inc: $form .= ">" . gettext("Gbit/s") . ""; +src/etc/inc/shaper.inc: $form .= ">" . gettext("Mbit/s") . ""; +src/etc/inc/shaper.inc: $form .= ">" . gettext("Kbit/s") . ""; +src/etc/inc/shaper.inc: $form .= ">" . gettext("Bit/s") . ""; +src/etc/inc/shaper.inc: $form .= "" . gettext("Choose the amount of bandwidth for this queue"); +src/etc/inc/shaper.inc: $form .= "" . gettext("Scheduler specific options") . ""; +src/etc/inc/shaper.inc: $form .= " /> " . gettext("Borrow from other queues when available") . "
    "; +src/etc/inc/shaper.inc: $input_errors[] = gettext("Priority must be an integer between 1 and 255."); +src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidth"); +src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidthtype"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth must be an integer."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth cannot be negative."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth in percentage should be between 1 and 100 bounds."); +src/etc/inc/shaper.inc: $form .= "" . gettext("Bandwidth") . ""; +src/etc/inc/shaper.inc: $form .= ">" . gettext("Gbit/s") . ""; +src/etc/inc/shaper.inc: $form .= ">" . gettext("Mbit/s") . ""; +src/etc/inc/shaper.inc: $form .= ">" . gettext("Kbit/s") . ""; +src/etc/inc/shaper.inc: $form .= ">" . gettext("Bit/s") . ""; +src/etc/inc/shaper.inc: $form .= "" . gettext("Choose the amount of bandwidth for this queue"); +src/etc/inc/shaper.inc: $form .= "" . gettext("Scheduler specific options") . ""; +src/etc/inc/shaper.inc: $form .= "\" /> " . gettext("Number of buckets available.") . "
    "; +src/etc/inc/shaper.inc: $form .= "\" /> " . gettext("Bandwidth limit for hosts to not saturate link.") . "
    "; +src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidth"); +src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Burst"); +src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidthtype"); +src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Name"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Plr must be a value between 0 and 1."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Buckets must be an integer between 16 and 65535."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Queue limit must be an integer"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("IPV4 bit mask must be blank or numeric value between 1 and 32."); +src/etc/inc/shaper.inc: $input_errors[] = gettext("IPV6 bit mask must be blank or numeric value between 1 and 128."); +src/etc/inc/shaper.inc: $input_errors[] = sprintf(gettext("Bandwidth for schedule %s must be an integer."), $data["bwsched{$i}"]); +src/etc/inc/shaper.inc: $input_errors[] = sprintf(gettext("Burst for schedule %s must be an integer."), $data["bwsched{$i}"]); +src/etc/inc/shaper.inc: $input_errors[] = gettext("You need to specify a schedule for every additional entry"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("If more than one bandwidth configured all schedules need to be selected"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("At least one bw specification is necessary"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Delay must be an integer."); +src/etc/inc/shaper.inc: $form .= gettext("Enable"); +src/etc/inc/shaper.inc: $form .= " /> " . gettext("Enable limiter and its children") . ""; +src/etc/inc/shaper.inc: $form .= "
    " . gettext("Name") . ""; +src/etc/inc/shaper.inc: $form .= "" . gettext("Bandwidth"); +src/etc/inc/shaper.inc: $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.") . "
    "; +src/etc/inc/shaper.inc: $form .= "" . gettext("Mask") . ""; +src/etc/inc/shaper.inc: $form .= ">" . gettext("Source addresses") . ""; +src/etc/inc/shaper.inc: $form .= ">" . gettext("Destination addresses") . ""; +src/etc/inc/shaper.inc: $form .= "" . gettext("If 'source' or 'destination' slots is chosen, \n" +src/etc/inc/shaper.inc: $form .= "" . gettext("If 'source' or 'destination' slots is chosen, \n" +src/etc/inc/shaper.inc: $form .= "" . gettext("Description") . ""; +src/etc/inc/shaper.inc: $form .= gettext("You may enter a description here for your reference (not parsed).") . ""; +src/etc/inc/shaper.inc: $form .= " value=\"" . gettext("Show advanced options") . "\" />"; +src/etc/inc/shaper.inc: $form .= "" . gettext("Delay") . ""; +src/etc/inc/shaper.inc: $form .= " ms
    " . gettext("Hint: in most cases, you " +src/etc/inc/shaper.inc: $form .= "" . gettext("Packet loss rate") . ""; +src/etc/inc/shaper.inc: $form .= " 
    " . gettext("Hint: in most cases, you " +src/etc/inc/shaper.inc: $form .= "" . gettext("Queue Size") . ""; +src/etc/inc/shaper.inc: $form .= "" . gettext("Hint: in most cases, you " +src/etc/inc/shaper.inc: $form .= "" . gettext("Bucket Size") . ""; +src/etc/inc/shaper.inc: $form .= "" . gettext("Hint: in most cases, you " +src/etc/inc/shaper.inc: $input_errors[] = gettext("Weight must be an integer between 1 and 100."); +src/etc/inc/shaper.inc: $form .= gettext("Enable/Disable"); +src/etc/inc/shaper.inc: $form .= " /> " . gettext("Enable/Disable queue") . ""; +src/etc/inc/shaper.inc: $form .= "
    " . gettext("Name") . ""; +src/etc/inc/shaper.inc: $form .= "" . gettext("Mask") . ""; +src/etc/inc/shaper.inc: $form .= ">" . gettext("none") . ""; +src/etc/inc/shaper.inc: $form .= ">" . gettext("Source addresses") . ""; +src/etc/inc/shaper.inc: $form .= ">" . gettext("Destination addresses") . ""; +src/etc/inc/shaper.inc: $form .= "" . gettext("If 'source' or 'destination' slots is chosen, \n" +src/etc/inc/shaper.inc: $form .= "" . gettext("If 'source' or 'destination' slots is chosen, \n" +src/etc/inc/shaper.inc: $form .= "" . gettext("Description") . ""; +src/etc/inc/shaper.inc: $form .= gettext("You may enter a description here for your reference (not parsed).") . ""; +src/etc/inc/shaper.inc: $form .= " value=\"" . gettext("Show advanced options") . "\" />"; +src/etc/inc/shaper.inc: $form .= "" . gettext("Weight") . ""; +src/etc/inc/shaper.inc: $form .= " 
    " . gettext("Hint: For queues under the same parent " +src/etc/inc/shaper.inc: $form .= "" . gettext("Packet loss rate") . ""; +src/etc/inc/shaper.inc: $form .= " 
    " . gettext("Hint: in most cases, you " +src/etc/inc/shaper.inc: $form .= "" . gettext("Queue Size") . ""; +src/etc/inc/shaper.inc: $form .= "" . gettext("Hint: in most cases, you " +src/etc/inc/shaper.inc: $form .= "" . gettext("Bucket Size") . ""; +src/etc/inc/shaper.inc: $form .= " " . gettext("slots") . "
    "; +src/etc/inc/shaper.inc: $form .= "" . gettext("Hint: in most cases, you " +src/etc/inc/shaper.inc: $form .= gettext("Enable/Disable"); +src/etc/inc/shaper.inc: $form .= " /> " . gettext("Enable/Disable layer7 Container") . ""; +src/etc/inc/shaper.inc: $form .= "
    " . gettext("Name") . ""; +src/etc/inc/shaper.inc: $form .= "" . gettext("Description") . ""; +src/etc/inc/shaper.inc: $form .= gettext("You may enter a description here for your reference (not parsed).") . "
    "; +src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Name"); +src/etc/inc/shaper.inc: $input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +src/etc/inc/shaper.inc: log_error(sprintf(gettext("Sending HUP signal to %s"), $l7pid[0])); +src/etc/inc/shaper.inc: //$form .= gettext(" Clone shaper/queue on this interface") . ""; +src/etc/inc/shaper.inc:$default_shaper_msg .= "" . sprintf(gettext("Welcome to the %s Traffic Shaper."), $g['product_name']) . "
    "; +src/etc/inc/shaper.inc:$default_shaper_msg .= gettext("The tree on the left helps you navigate through the queues
    " +src/etc/inc/shaper.inc:$dn_default_shaper_msg .= "" . sprintf(gettext("Welcome to the %s Traffic Shaper."), $g['product_name']) . "
    "; +src/etc/inc/shaper.inc:$dn_default_shaper_msg .= gettext("The tree on the left helps you navigate through the queues
    " +src/etc/inc/smtp.inc: $this->error.=gettext(": data access time out"); +src/etc/inc/smtp.inc: $this->error.=gettext(": the server disconnected"); +src/etc/inc/smtp.inc: $this->error=gettext("reached the end of data while reading from the SMTP server conection"); +src/etc/inc/smtp.inc: $this->SetDataAccessError(gettext("it was not possible to read line from the SMTP server")); +src/etc/inc/smtp.inc: $this->SetDataAccessError(gettext("it was not possible to send a line to the SMTP server")); +src/etc/inc/smtp.inc: $this->SetDataAccessError(gettext("it was not possible to send data to the SMTP server")); +src/etc/inc/smtp.inc: return(gettext("establishing SSL connections requires at least PHP version 4.3.0")); +src/etc/inc/smtp.inc: return(gettext("establishing SSL connections requires the OpenSSL extension enabled")); +src/etc/inc/smtp.inc: return(sprintf(gettext("could not resolve host \"%s\""), $domain)); +src/etc/inc/smtp.inc: return(sprintf(gettext("domain \"%s\" resolved to an address excluded to be valid"), $domain)); +src/etc/inc/smtp.inc: $this->OutputDebug(sprintf(gettext('Connecting to host address "%1$s" port %2$s...'), $ip, $port)); +src/etc/inc/smtp.inc: return(gettext("-3 socket could not be created")); +src/etc/inc/smtp.inc: return(sprintf(gettext("-4 dns lookup on hostname \"%s\" failed"), $domain)); +src/etc/inc/smtp.inc: return(gettext("-5 connection refused or timed out")); +src/etc/inc/smtp.inc: return(gettext("-6 fdopen() call failed")); +src/etc/inc/smtp.inc: return(gettext("-7 setvbuf() call failed")); +src/etc/inc/smtp.inc: return(sprintf(gettext('could not connect to the host "%1$s": %2$s'), $domain, $error)); +src/etc/inc/smtp.inc: $this->error=gettext("it is not possible to authenticate using the specified mechanism because the SASL library class is not loaded"); +src/etc/inc/smtp.inc: $this->error=printf(gettext('authenticated mechanism %1$s may not be used: %2$s'), $this->authentication_mechanism, $sasl->error); +src/etc/inc/smtp.inc: $this->error=gettext("Could not start the SASL authentication client:") . " ".$sasl->error; +src/etc/inc/smtp.inc: $this->error=gettext("Could not send the AUTH command"); +src/etc/inc/smtp.inc: $this->error=gettext("Authentication error:") . " ".$responses[0]; +src/etc/inc/smtp.inc: $this->error=gettext("Could not send the authentication step message"); +src/etc/inc/smtp.inc: $this->error=gettext("Authentication error:") . " ".$responses[0]; +src/etc/inc/smtp.inc: $this->error=gettext("Could not process the SASL authentication step:") . " ".$sasl->error; +src/etc/inc/smtp.inc: $this->error=gettext("connection is already established"); +src/etc/inc/smtp.inc: $this->error=gettext("it was not specified the POP3 authentication user"); +src/etc/inc/smtp.inc: $this->error=gettext("it was not specified the POP3 authentication password"); +src/etc/inc/smtp.inc: $this->error=$this->ConnectToHost($domain, $this->pop3_auth_port, sprintf(gettext("Resolving POP3 authentication host \"%s\"..."), $domain)); +src/etc/inc/smtp.inc: $this->error=gettext("POP3 authentication server greeting was not found"); +src/etc/inc/smtp.inc: $this->error=gettext("POP3 authentication user was not accepted:") . " ".$this->Tokenize("\r\n"); +src/etc/inc/smtp.inc: $this->error=gettext("POP3 authentication password was not accepted:") . " ".$this->Tokenize("\r\n"); +src/etc/inc/smtp.inc: $this->error=gettext("could not determine the SMTP to connect"); +src/etc/inc/smtp.inc: $error=$this->ConnectToHost($domain, $this->host_port, sprintf(gettext("Resolving SMTP server domain \"%s\"..."), $domain)); +src/etc/inc/smtp.inc: $this->OutputDebug(sprintf(gettext("Connected to SMTP server \"%s\"."), $domain)); +src/etc/inc/smtp.inc: $this->error = gettext("server does not require authentication"); +src/etc/inc/smtp.inc: $this->error=gettext("it is not supported any of the authentication mechanisms required by the server"); +src/etc/inc/smtp.inc: $this->error=gettext("direct delivery connection is already established and sender is already set"); +src/etc/inc/smtp.inc: $this->error=gettext("connection is not in the initial state"); +src/etc/inc/smtp.inc: return(gettext("it was not specified a valid direct recipient")); +src/etc/inc/smtp.inc: $this->error=gettext("it is not possible to deliver directly to recipients of different domains"); +src/etc/inc/smtp.inc: $this->error=gettext("connection is already established and the recipient is already set"); +src/etc/inc/smtp.inc: $this->error=gettext("connection is not in the recipient setting state"); +src/etc/inc/smtp.inc: $this->error=gettext("connection is not in the start sending data state"); +src/etc/inc/smtp.inc: $this->error=gettext("connection is not in the sending data state"); +src/etc/inc/smtp.inc: $this->error=gettext("connection is not in the sending data state"); +src/etc/inc/smtp.inc: $this->error=gettext("it was not previously established a SMTP connection"); +src/etc/inc/system.inc: log_error(sprintf(gettext("Not adding default route because OLSR dynamic gateway is enabled."))); +src/etc/inc/system.inc: log_error(sprintf(gettext("Static Routes: Gateway IP could not be found for %s"), $rtent['network'])); +src/etc/inc/system.inc: echo gettext("Starting syslog..."); +src/etc/inc/system.inc: printf(gettext("Error: cannot open syslog.conf in system_syslogd_start().%s"), "\n"); +src/etc/inc/system.inc: echo gettext("done.") . "\n"; +src/etc/inc/system.inc: echo gettext("Starting webConfigurator..."); +src/etc/inc/system.inc: $cert['descr'] = gettext("webConfigurator default"); +src/etc/inc/system.inc: write_config(gettext("Importing HTTPS certificate")); +src/etc/inc/system.inc: echo gettext("done.") . "\n"; +src/etc/inc/system.inc: echo gettext("failed!") . "\n"; +src/etc/inc/system.inc: printf(gettext("Error: cannot open cert.pem in system_webgui_start().%s"), "\n"); +src/etc/inc/system.inc: printf(gettext("Error: cannot open ca.pem in system_webgui_start().%s"), "\n"); +src/etc/inc/system.inc: $lighty_config .= "## " . gettext("ssl configuration") . "\n"; +src/etc/inc/system.inc: printf(gettext("Error: cannot open %s in system_generate_lighty_config().%s"), $filename, "\n"); +src/etc/inc/system.inc: echo gettext("Setting timezone..."); +src/etc/inc/system.inc: echo gettext("done.") . "\n"; +src/etc/inc/system.inc: echo gettext("Syncing system time before startup..."); +src/etc/inc/system.inc: echo gettext("done.") . "\n"; +src/etc/inc/system.inc: printf(gettext("Error: cannot open dmesg.boot in system_dmesg_save().%s"), "\n"); +src/etc/inc/system.inc: echo gettext('Setting hard disk standby... '); +src/etc/inc/system.inc: echo gettext("done.") . "\n"; +src/etc/inc/system.inc: echo gettext("failed!") . "\n"; +src/etc/inc/system.inc: echo gettext("failed!") . "\n"; +src/etc/inc/system.inc: return array('name' => 'wrap', 'descr' => gettext('PC Engines WRAP')); +src/etc/inc/system.inc: return array('name' => 'alix', 'descr' => gettext('PC Engines ALIX')); +src/etc/inc/system.inc: return array('name' => 'embedded', 'descr' => gettext('embedded (unknown)')); +src/etc/inc/system.inc: $vpn['name'] = gettext("OpenVPN") . " ".$mode.": ".htmlspecialchars($setting['description']); +src/etc/inc/upgrade_config.inc: printf(gettext("%sWarning: filter rule removed " . +src/etc/inc/upgrade_config.inc: printf(gettext("%sWarning: filter rule removed " . +src/etc/inc/upgrade_config.inc: printf(gettext("%sWarning: filter rule removed " . +src/etc/inc/upgrade_config.inc: printf(gettext("%sWarning: traffic shaper rule removed " . +src/etc/inc/upgrade_config.inc: printf(gettext("%sWarning: traffic shaper rule removed " . +src/etc/inc/upgrade_config.inc: printf(gettext("%sWarning: traffic shaper rule removed " . +src/etc/inc/upgrade_config.inc: $vip['descr'] = sprintf(gettext("CARP vhid %s"), $carpent['vhid']); +src/etc/inc/upgrade_config.inc: $rule_item['descr'] = gettext("Permit IPsec traffic."); +src/etc/inc/upgrade_config.inc: $config['system']['group'][0]['description'] = gettext("System Administrators"); +src/etc/inc/upgrade_config.inc: $config['system']['user'][0]['priv'][0]['descr'] = gettext("Indicates whether this user will lock access to the webConfigurator for other users."); +src/etc/inc/upgrade_config.inc: $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)."); +src/etc/inc/upgrade_config.inc: $config['system']['user'][0]['priv'][2]['descr'] = gettext("Indicates whether this user is able to login for example via SSH."); +src/etc/inc/upgrade_config.inc: $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: pkg_add -r scponly)."), $g['product_name']); +src/etc/inc/upgrade_config.inc: $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)."); +src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][0]['descr'] = gettext("Drop packets to closed TCP ports without returning a RST"); +src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][1]['descr'] = gettext("Do not send ICMP port unreachable messages for closed UDP ports"); +src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][2]['descr'] = gettext("Randomize the ID field in IP packets (default is 0: sequential IP IDs)"); +src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][3]['descr'] = gettext("Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)"); +src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][4]['descr'] = gettext("Sending of IPv4 ICMP redirects"); +src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][5]['descr'] = gettext("Sending of IPv6 ICMP redirects"); +src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][6]['descr'] = gettext("Generate SYN cookies for outbound SYN-ACK packets"); +src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][7]['descr'] = gettext("Maximum incoming TCP datagram size"); +src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][8]['descr'] = gettext("Maximum outgoing TCP datagram size"); +src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][9]['descr'] = gettext("Fastforwarding (see http://lists.freebsd.org/pipermail/freebsd-net/2004-January/002534.html)"); +src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][10]['descr'] = gettext("Do not delay ACK to try and piggyback it onto a data packet"); +src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][11]['descr'] = gettext("Maximum outgoing UDP datagram size"); +src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][12]['descr'] = gettext("Handling of non-IP packets which are not passed to pfil (see if_bridge(4))"); +src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][13]['descr'] = gettext("Allow unprivileged access to tap(4) device nodes"); +src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][15]['descr'] = gettext("Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())"); +src/etc/inc/upgrade_config.inc: $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. "); +src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][17]['descr'] = gettext("Set ICMP Limits"); +src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][18]['descr'] = gettext("TCP Offload engine"); +src/etc/inc/upgrade_config.inc: $config['gateways']['gateway_item'][$i]['descr'] = sprintf(gettext("Interface %s Static Gateway"), $ifname); +src/etc/inc/upgrade_config.inc: $config['gateways']['gateway_item'][$i]['descr'] = sprintf(gettext("Interface %s Dynamic Gateway"), $ifname); +src/etc/inc/upgrade_config.inc: $gateway['descr'] = sprintf(gettext("Upgraded static route for %s"), $sroute['network']); +src/etc/inc/upgrade_config.inc: $pool['descr'] = sprintf(gettext("Sitedown pool for VS: %s"), $vs_a[$i]['name']); +src/etc/inc/upgrade_config.inc: $ph2ent['descr'] = sprintf(gettext("phase2 for %s"), $tunnel['descr']); +src/etc/inc/upgrade_config.inc: $tempdyn['descr'] = sprintf(gettext("Upgraded Dyndns %s"), $tempdyn['type']); +src/etc/inc/upgrade_config.inc: $all['description'] = gettext("All Users"); +src/etc/inc/upgrade_config.inc: $nbridge['descr'] = sprintf(gettext("Converted bridged %s"), $ifr); +src/etc/inc/upgrade_config.inc: $ovpnrule['descr'] = gettext("Auto added OpenVPN rule from config upgrade."); +src/etc/inc/util.inc: log_error(sprintf(gettext("WARNING: Could not mark subsystem: %s dirty"), $subsystem)); +src/etc/inc/util.inc: die(gettext("WARNING: You must give a name as parameter to lock() function.")); +src/etc/inc/util.inc: die(gettext("WARNING: You must give a name as parameter to try_lock() function.")); +src/etc/inc/util.inc: log_error(gettext("Could not open shared memory {$reference}")); +src/etc/inc/util.inc: log_error(gettext("Could not open shared memory {$reference}")); +src/etc/inc/util.inc: log_error(sprintf(gettext("Reference %s is going negative, not doing unreference."), $reference)); +src/etc/inc/util.inc: log_error(gettext("Could not open shared memory for read {$reference}")); +src/etc/inc/util.inc: log_error(sprintf(gettext("The command '%1\$s' returned exit code '%2\$d', the output was '%3\$s' "), $command, $retval, $output)); +src/etc/inc/voucher.inc: $test_result[] = sprintf(gettext('%1$s (%2$s/%3$s) active and good for %4$d Minutes'), $voucher, $roll, $nr, $remaining); +src/etc/inc/voucher.inc: $test_result[] = gettext("Access denied!"); +src/etc/inc/voucher.inc: $test_result[] = sprintf(gettext("Access granted for %d Minutes in total."),$total_minutes); +src/etc/inc/voucher.inc: echo gettext("Enabling voucher support... "); +src/etc/inc/voucher.inc: printf(gettext("Error: cannot write voucher.cfg") . "\n"); +src/etc/inc/voucher.inc: voucher_log(LOG_ERR, sprintf(gettext('cant write %1$s/voucher_%s_used_%2$s.db'), $g['vardb_path'], $cpzone, $roll)); +src/etc/inc/voucher.inc: voucher_log(LOG_ERR, sprintf(gettext('cant read %1$s/voucher_%s_used_%2$s.db'), $g['vardb_path'], $cpzone, $roll)); +src/etc/inc/voucher.inc: syslog($priority, sprintf(gettext("Voucher: %s"),$message)); +src/etc/inc/vpn.inc: echo gettext("Configuring IPsec VPN... "); +src/etc/inc/vpn.inc: log_error(sprintf(gettext("Error: Invalid certificate info for %s"), $ca['descr'])); +src/etc/inc/vpn.inc: log_error(sprintf(gettext("Error: Invalid certificate hash info for %s"), $ca['descr'])); +src/etc/inc/vpn.inc: log_error(sprintf(gettext("Error: Cannot write IPsec CA file for %s"), $ca['descr'])); +src/etc/inc/vpn.inc: log_error(sprintf(gettext("Error: Invalid phase1 certificate reference for %s"), $ph1ent['name'])); +src/etc/inc/vpn.inc: log_error(sprintf(gettext("Error: Cannot write phase1 key file for %s"), $ph1ent['name'])); +src/etc/inc/vpn.inc: log_error(sprintf(gettext("Error: Cannot write phase1 certificate file for %s"), $ph1ent['name'])); +src/etc/inc/vpn.inc: log_error(sprintf(gettext("Ignoring IPsec reload since there are no tunnels on interface %s"), $interface)); +src/etc/inc/vpn.inc: log_error(gettext("Forcefully reloading IPsec")); +src/etc/inc/vpn.inc: echo gettext("Configuring PPTP VPN service... "); +src/etc/inc/vpn.inc: log_error(gettext("Could not kill mpd within 3 seconds. Trying again.")); +src/etc/inc/vpn.inc: printf(gettext("Error: cannot open mpd.conf in vpn_pptpd_configure().") . "\n"); +src/etc/inc/vpn.inc: printf(gettext("Error: cannot open mpd.links in vpn_pptpd_configure().") . "\n"); +src/etc/inc/vpn.inc: printf(gettext("Error: cannot open mpd.secret in vpn_pptpd_configure().") . "\n"); +src/etc/inc/vpn.inc: echo gettext("Configuring PPPoE VPN service... "); +src/etc/inc/vpn.inc: printf(gettext("Error: cannot open mpd.conf in vpn_pppoe_configure().") . "\n"); +src/etc/inc/vpn.inc: printf(gettext("Error: cannot open mpd.links in vpn_pppoe_configure().") . "\n"); +src/etc/inc/vpn.inc: printf(gettext("Error: cannot open mpd.secret in vpn_pppoe_configure().") . "\n"); +src/etc/inc/vpn.inc: echo gettext("done") . "\n"; +src/etc/inc/vpn.inc: echo gettext("Configuring l2tp VPN service... "); +src/etc/inc/vpn.inc: printf(gettext("Error: cannot open mpd.conf in vpn_l2tp_configure().") . "\n"); +src/etc/inc/vpn.inc: printf(gettext("Error: cannot open mpd.links in vpn_l2tp_configure().") . "\n"); +src/etc/inc/vpn.inc: printf(gettext("Error: cannot open mpd.secret in vpn_l2tp_configure().") . "\n"); +src/etc/inc/xmlparse.inc: die(sprintf(gettext('XML error: %1$s at line %2$d cannot occur more than once') . "\n", +src/etc/inc/xmlparse.inc: log_error(gettext("Error: could not open XML input") . "\n"); +src/etc/inc/xmlparse.inc: log_error(sprintf(gettext('XML error: %1$s at line %2$d in %3$s') . "\n", +src/etc/inc/xmlparse.inc: log_error(sprintf(gettext("XML error: no %s object found!") . "\n", implode(" or ", $rootobj))); +src/etc/inc/xmlparse_attr.inc: die(sprintf(gettext('XML error: %1$s at line %2$d cannot occur more than once') . "\n", +src/etc/inc/xmlparse_attr.inc: log_error(gettext("Error: could not open XML input") . "\n"); +src/etc/inc/xmlparse_attr.inc: log_error(sprintf(gettext('XML error: %1$s at line %2$d') . "\n", +src/etc/inc/xmlparse_attr.inc: log_error(sprintf(gettext("XML error: no %s object found!") . "\n", $rootobj)); +src/etc/inc/xmlrpc_client.inc: 'unknown_method' => gettext("Unknown method"), +src/etc/inc/xmlrpc_client.inc: 'invalid_return' => gettext("Invalid return payload: enable debugging to examine incoming payload"), +src/etc/inc/xmlrpc_client.inc: 'incorrect_params' => gettext("Incorrect parameters passed to method"), +src/etc/inc/xmlrpc_client.inc: 'introspect_unknown' => gettext("Can't introspect: method unknown"), +src/etc/inc/xmlrpc_client.inc: 'http_error' => gettext("Didn't receive 200 OK from remote server."), +src/etc/inc/xmlrpc_client.inc: 'not_response_object' => gettext("The requested method didn't return an XML_RPC_Response object."), +src/etc/inc/xmlrpc_client.inc: 'invalid_request' => gettext("Invalid request payload"), +src/etc/inc/xmlrpc_client.inc: $XML_RPC_xh[$parser]['isf_reason'] = gettext('missing top level xmlrpc element'); +src/etc/inc/xmlrpc_client.inc: $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]); +src/etc/inc/xmlrpc_client.inc: XML_RPC_Base::raiseError(gettext('Non-numeric value received in INT or DOUBLE'), +src/etc/inc/xmlrpc_client.inc: gettext( +src/etc/inc/xmlrpc_client.inc: $this->raiseError(sprintf(gettext('Connection to proxy server +src/etc/inc/xmlrpc_client.inc: $this->raiseError(sprintf(gettext('Connection to RPC server +src/etc/inc/xmlrpc_client.inc: $this->raiseError(gettext('The submitted request did not contain this parameter'), +src/etc/inc/xmlrpc_client.inc: return $this->raiseError(gettext('mb_convert_encoding() is not available'), +src/etc/inc/xmlrpc_client.inc: error_log(sprintf(gettext("HTTP error, got response: %s"),$errstr)); +src/etc/inc/xmlrpc_client.inc: //$errstr = gettext("XML error at line 1, check URL"); +src/etc/inc/xmlrpc_client.inc: $this->raiseError(gettext('Scalar can have only one value'), +src/etc/inc/xmlrpc_client.inc: sprintf(gettext("Not a scalar type (%s)"), $typeof), +src/etc/inc/xmlrpc_client.inc: sprintf(gettext('Already initialized as a [%s]'), $this->kindOf()), +src/etc/inc/xmlrpc_client.inc: sprintf(gettext('Already initialized as a [%s]'), $this->kindOf()), +src/etc/inc/xmlrpc_server.inc:$GLOBALS['XML_RPC_Server_listMethods_doc'] = gettext('This method lists all the' +src/etc/inc/xmlrpc_server.inc:$GLOBALS['XML_RPC_Server_methodSignature_doc'] = gettext('Returns an array of known' +src/etc/inc/xmlrpc_server.inc:$GLOBALS['XML_RPC_Server_methodHelp_doc'] = gettext('Returns help text if defined' +src/etc/rc.initial.password: echo "\n" . gettext(' +src/etc/rc.initial.password: gettext('Do you want to set it back to Local Database [y|n]?'); +src/etc/rc.initial.password: write_config($config, gettext("password changed from console menu")); +src/etc/rc.initial.setlanip: return console_prompt_for_yn (sprintf(gettext("Do you want to enable the %s server on %s?"), $label_DHCP, $upperifname)); +src/etc/rc.initial.setlanip: if (console_prompt_for_yn (sprintf(gettext("Configure %s address %s interface via %s?"), $label_IPvX, $upperifname, $label_DHCP))) { +src/etc/rc.initial.setlanip: echo "\n" . sprintf(gettext("Enter the new %s %s address. Press for none:"), +src/etc/rc.initial.setlanip: echo gettext("This IP address conflicts with another interface or a VIP") . "\n"; +src/etc/rc.initial.setlanip: echo "\n" . sprintf(gettext("Subnet masks are entered as bit counts (as in CIDR notation) in %s."), +src/etc/rc.initial.setlanip: echo "\n" . sprintf(gettext("Enter the new %s %s subnet bit count (1 to %s):"), +src/etc/rc.initial.setlanip: echo gettext("You cannot set network address to an interface"); +src/etc/rc.initial.setlanip: echo gettext("You cannot set broadcast address to an interface"); +src/etc/rc.initial.setlanip: echo "\n" . sprintf(gettext("For a WAN, enter the new %s %s upstream gateway address."), $upperifname, $label_IPvX) . "\n" . +src/etc/rc.initial.setlanip: gettext("For a LAN, press for none:") . "\n> "; +src/etc/rc.initial.setlanip: echo sprintf(gettext("not an %s IP address!"), $label_IPvX) . "\n"; +src/etc/rc.initial.setlanip: echo gettext("not in subnet!") . "\n"; +src/etc/rc.initial.setlanip: echo sprintf(gettext("Enter the start address of the %s client address range:"), $label_IPvX) . " "; +src/etc/rc.initial.setlanip: echo gettext("This IP address must be in the interface's subnet") . "\n"; +src/etc/rc.initial.setlanip: echo sprintf(gettext("Enter the end address of the %s client address range:"), $label_IPvX) . " "; +src/etc/rc.initial.setlanip: echo gettext("This IP address must be in the interface's subnet") . "\n"; +src/etc/rc.initial.setlanip: echo gettext("The end address of the DHCP range must be >= the start address") . "\n"; +src/etc/rc.initial.setlanip: printf(gettext("Disabling %s DHCPD..."), $label_IPvX); +src/etc/rc.initial.setlanip: if (console_prompt_for_yn (gettext("Do you want to revert to HTTP as the webConfigurator protocol?"))) { +src/etc/rc.initial.setlanip: echo "\n" . sprintf(gettext("Note: the anti-lockout rule on %s has been re-enabled."), $interface) . "\n"; +src/etc/rc.initial.setlanip: write_config(sprintf(gettext("%s IP configuration from console menu"), $interface)); +src/etc/rc.initial.setlanip: echo "\n\n" . sprintf(gettext("The IPv4 %s address has been set to %s"), +src/etc/rc.initial.setlanip: echo "\n\n" . sprintf(gettext("The IPv4 %s address has been set to %s"), +src/etc/rc.initial.setlanip: echo "\n\n" . sprintf(gettext("The IPv6 %s address has been set to %s"), +src/etc/rc.initial.setlanip: echo "\n\n" . sprintf(gettext("The IPv6 %s address has been set to %s"), +src/etc/rc.initial.setlanip: echo gettext('You can now access the webConfigurator by opening the following URL in your web browser:') . "\n"; +src/etc/rc.initial.setlanip:echo "\n" . gettext('Press to continue.'); +src/etc/rc.openvpn: log_error(gettext("Could not obtain openvpn lock for executing rc.openvpn for more than 10 seconds continuing...")); +src/etc/rc.php_ini_setup:PHPMODULES="$PHPMODULES gettext" +src/etc/rc.restore_config_backup: $date = date(gettext("n/j/y H:i:s"), $backup_info['time']); +src/etc/rc.restore_config_backup: $date = gettext("Unknown"); +src/etc/rc.restore_config_backup: $page = gettext("Unknown Page"); +src/etc/rc.restore_config_backup: echo gettext("No backups found in the configuration history."); +src/etc/rc.restore_config_backup: echo gettext("No backups found in the configuration history."); +src/etc/rc.restore_config_backup: echo gettext("Which configuration would you like to restore?") . "\n"; +src/etc/rc.restore_config_backup: echo gettext("That is not a valid backup number.\n"); +src/etc/rc.restore_config_backup: echo "\n" . gettext("Is this the backup you wish to restore?") . "\n"; +src/etc/rc.restore_config_backup: echo gettext("Y/N?") . " : "; +src/etc/rc.restore_config_backup: if ($confirm == gettext("Y")) { +src/etc/rc.restore_config_backup: echo sprintf(gettext('Successfully reverted to timestamp %1$s with description "%2$s".'), date(gettext("n/j/y H:i:s"), $thisbackup['time']), $thisbackup['description']); +src/etc/rc.restore_config_backup: echo "\n" . gettext("You may need to reboot the firewall or restart services before the restored configuration is fully active.") . "\n\n"; +src/etc/rc.restore_config_backup: echo gettext("Unable to revert to the selected configuration.") . "\n"; +src/etc/rc.restore_config_backup: echo gettext("Restore canceled.") . "\n"; +src/etc/rc.restore_config_backup: echo gettext("Restore canceled due to invalid input.") . "\n"; +src/etc/rc.restore_config_backup: echo gettext("Restore Backup from Configuration History") . "\n\n"; +src/etc/rc.restore_config_backup: echo "1) " . gettext("List Backups") . "\n"; +src/etc/rc.restore_config_backup: echo "2) " . gettext("Restore Backup") . "\n"; +src/etc/rc.restore_config_backup: echo "Q) " . gettext("Quit") . "\n"; +src/etc/rc.restore_config_backup: echo gettext("Please select an option to continue") . ": "; +src/etc/rc.restore_config_backup: if (strtolower($command) == gettext("quit")) +src/opnsense/mvc/app/library/OPNsense/Core/Shell.php: //log_error(sprintf(gettext("The command '%1\$s' +src/sbin/gmirror_status_check.php: $notices[] = sprintf(gettext("List of mirrors changed. Old: (%s) New: (%s)"), implode(", ", $previous_mirror_list), implode(", ", $mirror_list)); +src/sbin/gmirror_status_check.php: $notices[] = sprintf(gettext("Mirror %s status changed from %s to %s."), $mirror, $previous_mirror_status[$mirror]['status'], $mirror_status[$mirror]['status']); +src/sbin/gmirror_status_check.php: $notices[] = sprintf(gettext("Mirror %s consumer count changed from %d to %d."), $mirror, count($previous_mirror_status[$mirror]['components']), count($mirror_status[$mirror]['components'])); +src/sbin/gmirror_status_check.php: $notices[] = sprintf(gettext("Mirror %s drive status changed. Old: (%s) New: (%s)"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/array_intersect_key.inc: user_error(gettext('Wrong parameter count for array_intersect_key()'), E_USER_WARNING); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/array_intersect_key.inc: user_error(gettext('array_intersect_key() Argument #') . +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/array_intersect_key.inc: ($i + 1) . gettext(' is not an array'), E_USER_WARNING); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: display_error_form("501", gettext("Potential DNS Rebind attack detected, see http://en.wikipedia.org/wiki/DNS_rebinding
    Try accessing the router by IP address instead of by hostname.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: echo "" . gettext("Redirecting...") . "" . gettext("Redirecting to the dashboard...") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! Could not connect to server %s."), $ldapname)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(sprintf(gettext("LDAP: Could not lookup CA by reference for host %s."), $authcfg['ldap_caref'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! Could not connect to server %s."), $ldapname)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(gettext("ERROR! ldap_get_user_ous() backed selected with no LDAP authentication server defined.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! Could not connect to server %s."), $ldapname)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! ldap_get_user_ous() could not bind anonymously to server %s."), $ldapname)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! ldap_get_user_ous() could not bind to server %s."), $ldapname)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! ldap_get_groups() Could not connect to server %s."), $ldapname)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! ldap_get_groups() could not bind anonymously to server %s."), $ldapname)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! ldap_get_groups() could not bind to server %s."), $ldapname)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(gettext("ERROR! ldap_backed() called with no LDAP authentication server defined. Defaulting to local user database. Visit System -> User Manager.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(gettext("ERROR! ldap_backed() called with no LDAP authentication server defined.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! Could not connect to server %s."), $ldapname)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(sprintf(gettext("ERROR! Could not bind to server %s."), $ldapname)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(sprintf(gettext("Search resulted in error: %s"), ldap_error($ldap))); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(gettext("ERROR! Either LDAP search failed, or multiple users were found.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(sprintf(gettext('ERROR! Could not login to server %1$s as user %2$s: %3$s'), $ldapname, $username, ldap_error($ldap))); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: return array("name" => gettext("Local Database"), "type" => "Local Auth", "host" => $config['system']['hostname']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: $list["Local Database"] = array( "name" => gettext("Local Database"), "type" => "Local Auth", "host" => $config['system']['hostname']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(sprintf(gettext("Successful login for user '%1\$s' from: %2\$s"), $_POST['usernamefld'], $_SERVER['REMOTE_ADDR'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(sprintf(gettext("Session timed out for user '%1\$s' from: %2\$s"), $_SESSION['Username'], $_SERVER['REMOTE_ADDR'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/auth.inc: log_error(sprintf(gettext("User logged out for user '%1\$s' from: %2\$s"), $_SESSION['Username'], $_SERVER['REMOTE_ADDR'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/authgui.inc: display_error_form("201", gettext("No page assigned to this user! Click here to logout.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/authgui.inc: printf(gettext('Error: %1$s Description: %2$s'), $http_code, $desc); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/authgui.inc: isset($_SESSION['Login_Error']) ? $login_error = $_SESSION['Login_Error'] : $login_error = gettext("unknown reason"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/authgui.inc: printf("showajaxmessage('" . gettext("Invalid login (%s).") . "')", $login_error); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/authgui.inc: printf("showajaxmessage('" . gettext("This device is currently being maintained by: %s.") . "');", $whom); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/authgui.inc: <?=gettext("Login"); ?> +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/authgui.inc: 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.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/authgui.inc: +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/authgui.inc: +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/authgui.inc: +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/authgui.inc: +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/captiveportal.inc: printf(gettext("Error: cannot open '%s' in captiveportal_write_elements()%s"), $data['name'], "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: echo gettext("DANGER! WARNING! ACHTUNG!") . "\n\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: printf(gettext("%s requires *AT LEAST* %s RAM to function correctly.%s"), $g['product_name'], $g['minimum_ram_warning_text'], "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: printf(gettext("Only (%s) MB RAM has been detected, with (%s) available to %s.%s"), $realmem, $physmem, $g['product_name'], "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: echo "\n" . gettext("Press ENTER to continue.") . " "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: echo gettext("No interfaces found!") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: echo "\n\n" . gettext("VLAN interfaces:") . "\n\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: echo "\n" . gettext("Enter the WAN interface name or 'a' for auto-detection:") . " "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: printf(gettext("%sInvalid interface name '%s'%s"), "\n", $wanif, "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: printf(gettext("%sEnter the LAN interface name or 'a' for auto-detection %s" . +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: printf(gettext("%sInvalid interface name '%s'%s"), "\n", $lanif, "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: printf(gettext("%sOptional interface %s description found: %s"), "\n", $io, $config['interfaces']['opt' . $io]['descr']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: printf(gettext("%sEnter the Optional %s interface name or 'a' for auto-detection%s" . +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: $ad = autodetect_interface(gettext("Optional") . " " . $io, $fp); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: printf(gettext("%sInvalid interface name '%s'%s"), "\n", $optif[$i], "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: echo "\n" . gettext("The interfaces will be assigned as follows:") . "\n\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: printf(gettext("%sWriting configuration..."), "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: printf(gettext("done.%s"), "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: echo gettext("One moment while we reload the settings..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: echo gettext(" done!") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: printf(gettext("Detected link-up on interface %s.%s"), $ifn, "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: printf(gettext("No link-up detected.%s"), "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: echo "\n\n" . gettext("VLAN Capable interfaces:") . "\n\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: echo gettext("No interfaces found!") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: echo gettext("No VLAN capable interfaces detected.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: echo "\n" . gettext("Enter the parent interface name for the new VLAN (or nothing if finished):") . " "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: printf(gettext("%sInvalid interface name '%s'%s"), "\n", $vlan['if'], "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: echo gettext("Enter the VLAN tag (1-4094):") . " "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.console.inc: printf(gettext("%sInvalid VLAN tag '%s'%s"), "\n", $vlan['tag'], "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.inc: log_error(gettext("Upgrading m0n0wall configuration to pfSense... ")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.inc: log_error(gettext("ERROR! Could not convert m0n0wall -> pfsense in config.xml")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: echo "\n" . gettext("Config.xml unlocked.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: echo "\n" . gettext("Invalid password entered. Please try again.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: log_error(gettext("No config.xml found, attempting last known config restore.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: file_notice("config.xml", gettext("No config.xml found, attempting last known config restore."), "pfSenseConfigurator", ""); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: log_error(gettext('No config.xml found, attempting to restore factory config.')); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: log_error(gettext('No config.xml found, attempting to restore factory config.')); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: log_error(gettext('No config.xml found, attempting to restore factory config.')); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: log_error(sprintf(gettext('%1$s is restoring the configuration %2$s'), $g['product_name'], $file)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: file_notice("config.xml", sprintf(gettext('%1$s is restoring the configuration %2$s'), $g['product_name'], $file), "pfSenseConfigurator", ""); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: file_notice("config.xml", gettext("No config.xml found, attempting last known config restore."), "pfSenseConfigurator", ""); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: echo sprintf(gettext("XML configuration file not found. %s cannot continue booting."), $g['product_name']) . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: file_notice("config.xml", gettext("Last known config found and restored. Please double check your configuration file for accuracy."), "pfSenseConfigurator", ""); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: log_error(gettext("Could not find a usable configuration file! Exiting....")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: log_error(gettext("No config.xml found, attempting last known config restore.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: file_notice("config.xml", gettext("No config.xml found, attempting last known config restore."), "pfSenseConfigurator", ""); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: log_error(gettext('No config.xml found, attempting to restore factory config.')); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: echo gettext("Disk is dirty. Running fsck -y") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: log_error(gettext("File system is dirty. Launching FSCK for /")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: log_error(sprintf(gettext("Start Configuration upgrade at %s, set execution timeout to 15 minutes"), $now)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: write_config(gettext("Updated bogon update frequency to 3am")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: log_error(gettext("Updated bogon update frequency to 3am")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: log_error(sprintf(gettext("Ended Configuration upgrade at %s"), $now)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: write_config(sprintf(gettext('Upgraded config version level from %1$s to %2$s'), $prev_version, $config['version'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: log_error(gettext("WARNING: Config contents could not be save. Could not open file!")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: file_notice('config.xml', sprintf("%s\n", gettext('Unable to open /conf/config.xml for writing in write_config()'))); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: log_error(gettext("Could not restore config.xml.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: write_config(gettext("Reverted to") . " " . array_pop(explode("/", $conffile)) . ".", false); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: echo gettext("Installing configuration...") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: log_error(gettext("Installing configuration ....")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: $xmlerr = gettext("XML error: unable to open file"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: $xmlerr = sprintf(gettext('%1$s at line %2$d'), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: log_error(sprintf(gettext("The backup cache file %s is corrupted. Unlinking."), $backup)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: log_error(sprintf(gettext("The backup cache file %s is corrupted. Unlinking."), $backup)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/config.lib.inc: $desc = sprintf(gettext("%s made unknown change"), $_SERVER['SCRIPT_NAME']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/dyndns.class: notify_all_remote(sprintf(gettext("DynDNS updated IP Address on %s (%s) to %s"), convert_real_interface_to_friendly_descr($this->_if), $this->_if, $wan_ip)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/dyndns.class: 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/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: $filterent['descr'] = gettext("Easy Rule: Blocked from Firewall Log View"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: $filterent['created'] = make_config_revision_entry(null, gettext("Easy Rule")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: $alias['detail'] = $a_aliases[$id]['detail'] . gettext('Entry added') . ' ' . date('r') . '||'; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: $alias['descr'] = gettext("Hosts blocked from Firewall Log view"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: $alias['detail'] = gettext('Entry added') . ' ' . date('r') . '||'; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: $filterent['descr'] = gettext("Easy Rule: Passed from Firewall Log View"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: $filterent['created'] = make_config_revision_entry(null, gettext("Easy Rule")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: return gettext("Tried to block invalid IP:") . ' ' . htmlspecialchars($src); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: return gettext("Invalid interface for block rule:") . ' ' . htmlspecialchars($int); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: return gettext("Host added successfully"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: return gettext("Failed to create block rule, alias, or add host."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: return gettext("Tried to block but had no host IP or interface"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: return gettext("Unknown block error."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: return gettext("Invalid interface for pass rule:") . ' ' . htmlspecialchars($int); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: return gettext("Invalid protocol for pass rule:") . ' ' . htmlspecialchars($proto); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: return gettext("Tried to pass invalid source IP:") . ' ' . htmlspecialchars($src); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: return gettext("Tried to pass invalid destination IP:") . ' ' . htmlspecialchars($dst); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: return gettext("Missing destination port:") . ' ' . htmlspecialchars($dstport); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: return gettext("Tried to pass invalid destination port:") . ' ' . htmlspecialchars($dstport); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: return gettext("Successfully added pass rule!"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: return gettext("Failed to add pass rule."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: return gettext("Missing parameters for pass rule."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/easyrule.inc: return gettext("Unknown pass error."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Initializing")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: echo gettext("Configuring firewall"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Creating aliases")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Generating Limiter rules")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Generating NAT rules")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Generating filter rules")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Generating ALTQ queues")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Generating Layer7 rules")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Loading filter rules")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Filter is disabled. Not loading rules.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Setting up logging information")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Setting up SCRUB information")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: $line_error = sprintf(gettext('The line in question reads [%1$d]: %2$s'), $line_number, $line_split[$line_number-1]); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: $error_msg = gettext("PF was wedged/busy and has been reset."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: file_notice("filter_load", sprintf(gettext('There were error(s) loading the rules: %1$s - %2$s'), $saved_line_error, $line_error), "Filter Reload", ""); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext('There were error(s) loading the rules: %1$s - %2$s'), $saved_line_error, $line_error)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Starting up layer7 daemon")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Processing down interface states")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Running plugins")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Running plugins (pf)")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Plugins completed.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Done")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Creating gateway group item...")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: log_error(sprintf(gettext("An error occurred while trying to find the interface got %s . The rule has not been added."), $gatewayip)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext("Creating reflection NAT rule for %s..."), $rule['descr'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext("Creating reflection rule for %s..."), $rule['descr'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: $descriptions = array(gettext("localhost")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: $descriptions[] = gettext("static route"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: $descriptions[] = $oc['descr'] . " " . gettext("DHCP alias address"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: $descriptions[] = gettext("PPTP server"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: $descriptions[] = gettext("PPPoE server"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: $descriptions[] = gettext("L2TP server"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: $descriptions[] = gettext("OpenVPN server"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: $descriptions[] = gettext("OpenVPN client"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: $descriptions[] = gettext("IPsec client"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: $natent['descr'] = gettext('Auto created rule for ISAKMP'); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: $natent['descr'] = gettext('Auto created rule'); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Creating 1:1 rules...")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext("Creating advanced outbound rule %s"), $obent['descr'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Creating outbound NAT rules")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext('Creating automatic outbound rules')); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Setting up TFTP helper")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext("Creating NAT rule %s"), $rule['descr'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext("Creating filter rule %s ..."), $rule['descr'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: log_error(sprintf(gettext("filter_generate_port: %s is not a valid {$target} port."), $srcport[0])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext("Setting up pass/block rules %s"), $rule['descr'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: log_error(sprintf(gettext("Could not find IPv4 gateway for interface (%s)."), $rule['interface'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext("Creating rule %s"), $rule['descr'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Creating default rules")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(gettext("Creating IPsec rules...")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: log_error(gettext("Please use filter_tdr_install_cron() function tdr_install_cron will be deprecated!")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: write_config(gettext("Installed 15 minute filter reload for Time Based Rules")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: write_config(gettext("Removed 15 minute filter reload for Time Based Rules")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext('Checking for %1$s PF hooks in package %2$s'), $ruletype, $pkg_inc)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: update_filter_reload_status(sprintf(gettext('Processing early %1$s rules for package %2$s'), $ruletype, $pkg_inc)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter.inc: $errorrules = sprintf(gettext("There was an error while parsing the package filter rules for %s."), $pkg_inc) . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter_log.inc: log_error(sprintf(gettext("There was a error parsing rule number: %s. Please report to mailing list or forum."), $flent['rulenum'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter_log.inc: log_error(sprintf(gettext("There was a error parsing rule: %s. Please report to mailing list or forum."), $errline)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/filter_log.inc: $portstr = sprintf('' . htmlspecialchars($port) . '', $port, $proto, $service); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/functions.inc:if(!function_exists("gettext")) { +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/functions.inc: function gettext($text) { +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/functions.inc: $notice_msgs .= "
  • ".gettext("Acknowledge All Notices")."
  • "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/functions.inc: $msg= sprintf("%1$02d",count($notices))." ".gettext("unread notice"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/functions.inc: $msg= sprintf("%1$02d",count($notices))." ".gettext("unread notices"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/gwlb.inc: $msg = sprintf(gettext("MONITOR: %s is down, removing from routing group {$group['name']}"), $gwname); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/gwlb.inc: $msg = sprintf(gettext("MONITOR: %s has packet loss, removing from routing group {$group['name']}"), $gwname); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/gwlb.inc: $msg = sprintf(gettext("MONITOR: %s has high latency, removing from routing group {$group['name']}"), $gwname); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/gwlb.inc: $msg = gettext("Gateways status could not be determined, considering all as up/active. (Group: {$group['name']})"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/gwlb.inc: write_config(sprintf(gettext('Updating gateway group gateway for %1$s - new gateway is %2$s'), $interfac, $current_gw)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(gettext("interfaces_bring_up() was called but no variable defined.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: echo gettext("Configuring loopback interface..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: echo gettext("Configuring VLAN interfaces..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(gettext("VLAN: called with wrong options. Problems with config!")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(gettext("interface_vlan_configure called with if undefined.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(sprintf(gettext("QinQ compat VLAN: called with wrong options. Problems with config!%s"), "\n")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(sprintf(gettext("interface_qinq_configure called with if undefined.%s"), "\n")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(sprintf(gettext("interface_qinq_configure called with invalid if.%s"), "\n")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: echo gettext("Configuring QinQ interfaces..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: echo gettext( "done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(sprintf(gettext("QinQ compat VLAN: called with wrong options. Problems with config!%s"), "\n")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(sprintf(gettext("interface_qinq2_configure called with if undefined.%s"), "\n")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: echo gettext("Creating wireless clone interfaces..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(sprintf(gettext("No members found on %s"), $bridge['bridgeif'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(gettext("realif not defined in interfaces bridge - up")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(gettext("bridgeif not defined -- could not bring interface up")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: echo gettext("Configuring LAGG interfaces..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(gettext("Could not bring greif up -- variable not defined.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(gettext("could not bring realif up -- variable not defined -- interface_gif_configure()")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(gettext("could not bring gifif up -- variable not defined")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: printf(gettext("Configuring %s interface..."), $ifname); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: echo gettext( "done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: printf(gettext("Configuring %s interface..."), $ifname); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: printf(gettext("Configuring %s interface..."), $ifname); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: printf(gettext("Configuring %s interface..."), $ifname); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(gettext("Wrong parameters used during interface_bring_down")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(sprintf(gettext("Can't find PPP config for %s in interface_ppps_configure()."), $ifcfg['if'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: 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)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(sprintf(gettext("Device %s does not exist. PPP link cannot start without the modem device."), $port)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(sprintf(gettext("Unkown %s configured as ppp interface."), $type)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(sprintf(gettext("Error: cannot open mpd_%s.conf in interface_ppps_configure().%s"), $interface, "\n")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: echo gettext("Configuring CARP settings..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: file_notice("CARP", sprintf(gettext("Interface specified for the virtual IP address %s does not exist. Skipping this VIP."), $vip['subnet']), "Firewall: Virtual IP", ""); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: 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: Virtual IP", ""); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: 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: Virtual IP", ""); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(sprintf(gettext("Interface %s changed to hostap mode"), $realif)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(sprintf(gettext("Interface %s changed to adhoc mode"), $realif)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(sprintf(gettext("Interface %s changed to infrastructure mode"), $realif)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(sprintf(gettext("Cloning new wireless interface %s"), $realif)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(sprintf(gettext('Failed to clone interface %1$s with error code %2$s, output %3$s'), $baseif, $ret, $out[0])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: echo gettext("Generating new MAC address."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: file_notice("MAC Address altered", sprintf(gettext('The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface %1$s has been automatically replaced with %2$s'), $realif, $random_mac), "Interfaces"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: printf(printf(gettext("Error: cannot open dhclient_%s.conf in interface_dhcp_configure() for writing.%s"), $interface, "\n")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(sprintf(gettext("Invalid interface \"%s\" in interface_dhcp_configure()"), $interface)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/interfaces.inc: log_error(printf(gettext("Could not bring up %s interface in interface_dhcp_configure()"), $wanif)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/ipsec.inc: 'myaddress' => array( 'desc' => gettext('My IP address'), 'mobile' => true ), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/ipsec.inc: 'address' => array( 'desc' => gettext('IP address'), 'mobile' => true ), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/ipsec.inc: 'fqdn' => array( 'desc' => gettext('Distinguished name'), 'mobile' => true ), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/ipsec.inc: 'user_fqdn' => array( 'desc' => gettext('User distinguished name'), 'mobile' => true ), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/ipsec.inc: 'asn1dn' => array( 'desc' => gettext('ASN.1 distinguished Name'), 'mobile' => true ), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/ipsec.inc: 'keyid tag' => array( 'desc' => gettext('KeyID tag'), 'mobile' => true ), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/ipsec.inc: 'dyn_dns' => array( 'desc' => gettext('Dynamic DNS'), 'mobile' => true )); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/ipsec.inc: 'peeraddress' => array( 'desc' => gettext('Peer IP address'), 'mobile' => false ), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/ipsec.inc: 'address' => array( 'desc' => gettext('IP address'), 'mobile' => false ), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/ipsec.inc: 'fqdn' => array( 'desc' => gettext('Distinguished name'), 'mobile' => true ), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/ipsec.inc: 'user_fqdn' => array( 'desc' => gettext('User distinguished name'), 'mobile' => true ), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/ipsec.inc: 'asn1dn' => array( 'desc' => gettext('ASN.1 distinguished Name'), 'mobile' => true ), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/ipsec.inc: 'keyid tag' => array( 'desc' =>gettext('KeyID tag'), 'mobile' => true )); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/ipsec.inc: return gettext("Mobile Client"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/ipsec.inc: return gettext("None"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/ipsec.inc: log_error(gettext("IPsec daemon seems to have issues or not running! Could not display mobile user stats!")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/meta.inc: printf(gettext("list_phpfiles: unable to examine path %s\n"), $path); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/meta.inc: printf(gettext("unable to read %s\n"), $fpath); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/meta.inc: printf(gettext("error: tag mismatch ( %1\$s != %2\$s ) in '%3\$s'%4\$s"), $tagbeg, $tagend, $fpath, "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/meta.inc: printf(gettext("warning: tag %1\$s has no data in '%2\$s'%3\$s"), $tagbeg, $fpath, "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/meta.inc: printf(gettext("warning: tag %1\$s has malformed data in '%2\$s'%3\$s"), $tagbeg, $fpath, "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/meta.inc: printf(gettext("warning: tag %1\$s has invalid data in '%2\$s'%3\$s"), $tagbeg, $fpath, "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/notices.inc: log_error(printf(gettext("Could not open %s for writing"), '/tmp/notices')); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/notices.inc: log_error(sprintf(gettext("Message sent to %s OK"), $to)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/notices.inc: log_error(sprintf(gettext('Could not send the message to %1$s -- Error: %2$s'), $to, $smtp->error)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/notices.inc: return(sprintf(gettext('Could not send the message to %1$s -- Error: %2$s'), $to, $smtp->error)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/notices.inc: $growl->notify("{$growl_notification}", gettext(sprintf("%s (%s) - Notification", $g['product_name'], $hostname)), "{$message}"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/openvpn.inc: 'p2p_tls' => gettext("Peer to Peer ( SSL/TLS )"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/openvpn.inc: 'p2p_shared_key' => gettext("Peer to Peer ( Shared Key )"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/openvpn.inc: 'server_tls' => gettext("Remote Access ( SSL/TLS )"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/openvpn.inc: 'server_user' => gettext("Remote Access ( User Auth )"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/openvpn.inc: 'server_tls_user' => gettext("Remote Access ( SSL/TLS + User Auth )")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/openvpn.inc: 'p2p_tls' => gettext("Peer to Peer ( SSL/TLS )"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/openvpn.inc: 'p2p_shared_key' => gettext("Peer to Peer ( Shared Key )") ); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/openvpn.inc: '' => gettext("No Preference"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/openvpn.inc: 'no' => gettext("Disabled - No Compression"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/openvpn.inc: 'adaptive' => gettext("Enabled with Adaptive Compression"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/openvpn.inc: 'yes' => gettext("Enabled without Adaptive Compression")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/openvpn.inc: $ciphers["none"] = gettext("None (No Encryption)"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/openvpn.inc: $digests["none"] = gettext("None (No Authentication)"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/openvpn.inc: return sprintf(gettext("The field '%s' must contain a valid IP address or domain name."), $name); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/openvpn.inc: return sprintf(gettext("The field '%s' must contain a valid port, ranging from 0 to 65535."), $name); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/openvpn.inc: return sprintf(gettext("The field '%s' must contain a single valid %s CIDR range."), $name, $ipproto); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/openvpn.inc: return sprintf(gettext("The field '%s' must contain only valid %s CIDR range(s) separated by commas."), $name, $ipproto); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: return gettext("MASTER"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: return gettext("BACKUP"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: return gettext("INIT"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: write_config(gettext("After synch increase advertising skew")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: log_error(gettext("Error creating socket!")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: log_error(sprintf(gettext("Error code is '%1\$s' - %2\$s"), socket_last_error($s), socket_strerror(socket_last_error($s)))); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: log_error(sprintf(gettext("setsockopt() failed, error: %s"), strerror($opt_ret))); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: log_error(sprintf(gettext('Magic Packet sent (%1$s) to {%2$s} MAC=%3$s'), $e, $addr, $mac)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: write_config(sprintf(gettext("Restored %s of config file (maybe from CARP partner)"), $section_name)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: write_config(sprintf(gettext("Restored %s of config file (maybe from CARP partner)"), $section_name)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: log_error(sprintf(gettext("XMLRPC communication error: %s"), $cli->errstr)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: log_error(sprintf(gettext('XMLRPC request failed with error %1$s: %2$s'), $resp->faultCode(), $resp->faultString())); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: $total_time = gettext("No history data found!"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: $ifinfo['pppinfo'] = $dev . " " . gettext("device not present! Is the modem attached to the system?"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: if($ifinfo['status'] == gettext("running")) +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: $ifinfo['status'] = gettext("up"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: $ifinfo['bridge'] = "" . gettext("blocking") . " - " . gettext("check for ethernet loops"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: $ifinfo['bridge'] = gettext("learning"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: $ifinfo['bridge'] = gettext("forwarding"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: log_error(sprintf(gettext('DNSCACHE: Found old IP %1$s and new IP %2$s'), $oldcontents, $contents)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: log_error(gettext("Could not process aliases from alias: {$alias_url}")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: log_error(gettext("Alias archive is a .zip file which cannot be decompressed because utility is missing!")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: log_error(gettext("Could not open {$temp_filename}/aliases for writing!")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: log_error(gettext("The following file could not be read {$f2p} from {$temp_filename}")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: log_error(gettext("Alias archive is a .tar/tgz file which cannot be decompressed because utility is missing!")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: log_error(gettext("Could not open {$temp_filename}/aliases for writing!")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: log_error(gettext("The following file could not be read {$f2p} from {$temp_filename}")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: $locales = array('en_US' => gettext('English')); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "sq" => array("codeset" => "UTF-8", "desc" => gettext("Albanian")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "bg" => array("codeset" => "UTF-8", "desc" => gettext("Bulgarian")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "zh_CN" => array("codeset" => "UTF-8", "desc" => gettext("Chinese (Simplified)")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "zh_TW" => array("codeset" => "UTF-8", "desc" => gettext("Chinese (Traditional)")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "nl" => array("codeset" => "UTF-8", "desc" => gettext("Dutch")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "da" => array("codeset" => "UTF-8", "desc" => gettext("Danish")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "en_US" => array("codeset" => "UTF-8", "desc" => gettext("English")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "fi" => array("codeset" => "UTF-8", "desc" => gettext("Finnish")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "fr" => array("codeset" => "UTF-8", "desc" => gettext("French")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "de" => array("codeset" => "UTF-8", "desc" => gettext("German")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "el" => array("codeset" => "UTF-8", "desc" => gettext("Greek")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "hu" => array("codeset" => "UTF-8", "desc" => gettext("Hungarian")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "it" => array("codeset" => "UTF-8", "desc" => gettext("Italian")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "ja" => array("codeset" => "UTF-8", "desc" => gettext("Japanese")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "ko" => array("codeset" => "UTF-8", "desc" => gettext("Korean")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "lv" => array("codeset" => "UTF-8", "desc" => gettext("Latvian")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "nb" => array("codeset" => "UTF-8", "desc" => gettext("Norwegian (Bokmal)")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "pl" => array("codeset" => "UTF-8", "desc" => gettext("Polish")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "pt_BR" => array("codeset" => "ISO-8859-1", "desc" => gettext("Portuguese (Brazil)")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "pt" => array("codeset" => "UTF-8", "desc" => gettext("Portuguese (Portugal)")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "ro" => array("codeset" => "UTF-8", "desc" => gettext("Romanian")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "ru" => array("codeset" => "UTF-8", "desc" => gettext("Russian")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "sl" => array("codeset" => "UTF-8", "desc" => gettext("Slovenian")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "tr" => array("codeset" => "UTF-8", "desc" => gettext("Turkish")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "es" => array("codeset" => "UTF-8", "desc" => gettext("Spanish")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "sv" => array("codeset" => "UTF-8", "desc" => gettext("Swedish")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "sk" => array("codeset" => "UTF-8", "desc" => gettext("Slovak")), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pfsense-utils.inc: "cs" => array("codeset" => "UTF-8", "desc" => gettext("Czech")) +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: log_error(gettext("Resyncing configuration for all packages.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: echo "\n" . gettext("Syncing packages:"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: log_error(sprintf(gettext('The %1$s package is missing required dependencies and must be reinstalled. %2$s'), $package['name'], $package['configurationfile'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: log_error(sprintf(gettext("The %s package is missing required dependencies and must be reinstalled."), $package['name'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: log_error(sprintf(gettext("The %s package is missing its configuration file and must be reinstalled."), $package['name'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: 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); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: log_error(sprintf(gettext('Package %s is not supported on this version.'), $pkg_info['name'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= sprintf(gettext("Package %s is not supported on this version."), $pkg_info['name']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: pkg_debug(gettext("Beginning package installation.") . "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: log_error(sprintf(gettext('Beginning package installation for %s .'), $pkg_info['name'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= sprintf(gettext("Beginning package installation for %s ."), $pkg_info['name']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Saving updated package information...") . " "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $changedesc = sprintf(gettext("Installed %s package."),$pkg_info['name']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $to_output = gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $changedesc = sprintf(gettext("Overwrote previous installation of %s."), $pkg_info['name']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $to_output = gettext("overwrite!") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Failed to install package.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Writing configuration... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= sprintf(gettext("The %s package is not installed.%sInstallation aborted."), $pkg, "\n\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: update_status(gettext("Installing") . " " . $pkg_info['name'] . " " . gettext("and its dependencies.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Downloading") . " " . $pkg_info['name'] . " " . gettext("and its dependencies... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: pkg_debug(gettext("Package WAS NOT installed properly.") . "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Loading package configuration... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Configuring package components...\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("System files... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Loading package instructions...") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Custom commands...") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Executing custom_php_global_functions()..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Executing custom_php_install_command()..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Executing custom_php_resync_config_command()..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Menu items... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Integrated Tab items... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Services... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Loading package configuration... failed!") . "\n\n" . gettext("Installation aborted."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: pkg_debug(gettext("Unable to load package configuration. Installation aborted.") ."\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= sprintf(gettext("Starting package deletion for %s..."),$pkg); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= sprintf(gettext("The %s package is not installed.%sDeletion aborted."), $pkg, "\n\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: pkg_debug(sprintf(gettext("Removing %s package... "),$pkg)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= sprintf(gettext("Removing %s components..."),$pkg) . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Tabs items... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Menu items... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Services... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Loading package instructions...") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("System files... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Deinstall commands... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Removing package instructions..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: pkg_debug(sprintf(gettext("Remove '%s'"), $pkg_config['include_file']) . "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Auxiliary files... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Package XML... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Configuration... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: echo gettext("One moment please, reinstalling packages...\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: echo gettext(" >>> Trying to fetch package info..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: log_error(gettext("Attempting to reinstall all packages")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $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']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: log_error(gettext("Cannot reinstall packages: ") . $error); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $package_name_list = gettext("List of packages to reinstall: ") . implode(", ", $all_names); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: log_error(gettext("Uninstalling package") . " {$pkgtodo['name']}"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: log_error(gettext("Finished uninstalling package") . " {$pkgtodo['name']}"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: log_error(gettext("Reinstalling package") . " {$pkgtodo['name']}"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: log_error(gettext("Finished installing package") . " {$pkgtodo['name']}"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: log_error(gettext("Finished reinstalling all packages.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: return sprintf(gettext($msg), htmlspecialchars(get_active_xml_rpc_base_url())); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: return sprintf(gettext($msg), htmlspecialchars(get_active_xml_rpc_base_url())) . '

    ' +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: . '' . gettext("Package Manager Settings") . ''; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= "\n" . gettext("Downloading package configuration file... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: pkg_debug(gettext("Downloading package configuration file...") . "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: pkg_debug(gettext("ERROR! Unable to fetch package configuration file. Aborting installation.") . "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: print "\n" . gettext("ERROR! Unable to fetch package configuration file. Aborting package installation.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("failed!\n\nInstallation aborted.\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Loading package configuration... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("Additional files... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: pkg_debug(gettext("Extracting tarball to -C for ") . $filename . "...\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: pkg_debug(sprintf(gettext('Changing file mode to %1$s for %2$s%3$s%4$s'), $pkg_chmod, $prefix, $filename, "\n")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/pkg-utils.inc: $static_output .= gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-all']['name'] = gettext("WebCfg - All pages"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-all']['descr'] = gettext("Allow access to all pages"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-carp']['name'] = gettext("WebCfg - Status: CARP page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-carp']['descr'] = gettext("Allow access to the 'Status: CARP' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-crash-reporter']['name'] = gettext("WebCfg - Crash reporter"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-crash-reporter']['descr'] = gettext("Uploads crash reports to pfSense and or deletes crash reports."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-arptable']['name'] = gettext("WebCfg - Diagnostics: ARP Table page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-arptable']['descr'] = gettext("Allow access to the 'Diagnostics: ARP Table' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-authentication']['name'] = gettext("WebCfg - Diagnostics: Authentication page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-authentication']['descr'] = gettext("Allow access to the 'Diagnostics: Authentication' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-backup/restore']['name'] = gettext("WebCfg - Diagnostics: Backup/restore page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-backup/restore']['descr'] = gettext("Allow access to the 'Diagnostics: Backup/restore' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-configurationhistory']['name'] = gettext("WebCfg - Diagnostics: Configuration History page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-configurationhistory']['descr'] = gettext("Allow access to the 'Diagnostics: Configuration History' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-factorydefaults']['name'] = gettext("WebCfg - Diagnostics: Factory defaults page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-factorydefaults']['descr'] = gettext("Allow access to the 'Diagnostics: Factory defaults' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-ndptable']['name'] = gettext("Webcfg - Diagnostics: NDP Table page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-ndptable']['descr'] = gettext("Allow access to the 'Diagnostics: NDP Table' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-restore-full-backup']['name'] = gettext("Webcfg - Diagnostics: Restore full backup"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-restore-full-backup']['descr'] = gettext("Allow access to the 'Diagnostics: Restore Full Backup' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-showstates']['name'] = gettext("WebCfg - Diagnostics: Show States page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-showstates']['descr'] = gettext("Allow access to the 'Diagnostics: Show States' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-sockets']['name'] = gettext("WebCfg - Diagnostics: Sockets page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-sockets']['descr'] = gettext("Allow access to the 'Diagnostics: Sockets' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-testport']['name'] = gettext("Webcfg - Diagnostics: Test Port"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-testport']['descr'] = gettext("Allow access to the 'Diagnostics: Test Port' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-ipsec']['name'] = gettext("WebCfg - Status: IPsec page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-ipsec']['descr'] = gettext("Allow access to the 'Status: IPsec' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-ipsec-leases']['name'] = gettext("WebCfg - Status: IPsec: Leasespage"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-ipsec-leases']['descr'] = gettext("Allow access to the 'Status: IPsec: Leases' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-ipsec-sad']['name'] = gettext("WebCfg - Status: IPsec: SAD page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-ipsec-sad']['descr'] = gettext("Allow access to the 'Status: IPsec: SAD' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-ipsec-spd']['name'] = gettext("WebCfg - Status: IPsec: SPD page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-ipsec-spd']['descr'] = gettext("Allow access to the 'Status: IPsec: SPD' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-ntp']['name'] = gettext("Webcfg - Status: NTP page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-ntp']['descr'] = gettext("Allow access to the 'Status: NTP' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-ipsecxml']['name'] = gettext("WebCfg - Diag IPsec XML page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-ipsecxml']['descr'] = gettext("Allow access to the 'Diag IPsec XML' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-system']['name'] = gettext("WebCfg - Diagnostics: Logs: System page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-system']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: System' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-portalauth']['name'] = gettext("WebCfg - Status: System logs: Portal Auth page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-portalauth']['descr'] = gettext("Allow access to the 'Status: System logs: Portal Auth' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-dhcp']['name'] = gettext("WebCfg - Diagnostics: Logs: DHCP page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-dhcp']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: DHCP' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-firewall']['name'] = gettext("WebCfg - Diagnostics: Logs: Firewall page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-firewall']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: Firewall' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-gateways']['name'] = gettext("WebCfg - Diagnostics: Logs: Gateways page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-gateways']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: System: Gateways' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-resolver']['name'] = gettext("WebCfg - Diagnostics: Logs: Resolver page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-resolver']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: System: Resolver' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-hidden-nolongerincluded']['name'] = gettext("WebCfg - Hidden: No longer included page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-hidden-nolongerincluded']['descr'] = gettext("Allow access to the 'Hidden: No longer included' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-ipsecvpn']['name'] = gettext("WebCfg - Status: System logs: IPsec VPN page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-ipsecvpn']['descr'] = gettext("Allow access to the 'Status: System logs: IPsec VPN' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-ntpd']['name'] = gettext("WebCfg - Status: System logs: NTP page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-ntpd']['descr'] = gettext("Allow access to the 'Status: System logs: NTP' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-openvpn']['name'] = gettext("WebCfg - Status: System logs: OpenVPN page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-openvpn']['descr'] = gettext("Allow access to the 'Status: System logs: OpenVPN' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-ppp']['name'] = gettext("WebCfg - Status: System logs: IPsec VPN page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-ppp']['descr'] = gettext("Allow access to the 'Status: System logs: IPsec VPN' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-loadbalancer']['name'] = gettext("WebCfg - Status: System logs: Load Balancer page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-loadbalancer']['descr'] = gettext("Allow access to the 'Status: System logs: Load Balancer' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-routing']['name'] = gettext("Webcfg - Status: System logs: Routing page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-routing']['descr'] = gettext("Allow access to the 'Status: System logs: System: Routing' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-wireless']['name'] = gettext("Webcfg - Status: System logs: Wireless page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-systemlogs-wireless']['descr'] = gettext("Allow access to the 'Status: System logs: System: Wireless' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-settings']['name'] = gettext("WebCfg - Diagnostics: Logs: Settings page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-settings']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: Settings' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-pptpvpn']['name'] = gettext("WebCfg - Diagnostics: Logs: VPN page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-logs-pptpvpn']['descr'] = gettext("Allow access to the 'Diagnostics: Logs: VPN' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-nanobsd']['name'] = gettext("WebCfg - Diagnostics: NanoBSD"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-nanobsd']['descr'] = gettext("Allow access to the 'Diagnostics: NanoBSD' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-packetcapture']['name'] = gettext("WebCfg - Diagnostics: Packet Capture page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-packetcapture']['descr'] = gettext("Allow access to the 'Diagnostics: Packet Capture' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-patters']['name'] = gettext("WebCfg - Diagnostics: Patterns page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-patters']['descr'] = gettext("Allow access to the 'Diagnostics: Patterns' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-limiter-info']['name'] = gettext("Diagnostics: Limiter Info"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-limiter-info']['descr'] = gettext("Allows access to the 'Diagnostics: Limiter Info' page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-pf-info']['name'] = gettext("Diagnostics: pfInfo"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-pf-info']['descr'] = gettext("Allows access to the 'Diagnostics: pfInfo' page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-system-activity']['name'] = gettext("WebCfg - Diagnostics: System Activity"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-system-activity']['descr'] = gettext("Allows access to the 'Diagnostics: System Activity' page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-system-pftop']['name'] = gettext("Diagnostics: pfTop"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-system-pftop']['descr'] = gettext("Allows access to the 'Diagnostics: pfTop' page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-ping']['name'] = gettext("WebCfg - Diagnostics: Ping page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-ping']['descr'] = gettext("Allow access to the 'Diagnostics: Ping' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-packagelogs']['name'] = gettext("WebCfg - Status: Package logs page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-packagelogs']['descr'] = gettext("Allow access to the 'Status: Package logs' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-resetstate']['name'] = gettext("WebCfg - Diagnostics: Reset state page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-resetstate']['descr'] = gettext("Allow access to the 'Diagnostics: Reset state' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-routingtables']['name'] = gettext("WebCfg - Diagnostics: Routing tables page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-routingtables']['descr'] = gettext("Allow access to the 'Diagnostics: Routing tables' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-statessummary']['name'] = gettext("WebCfg - Diagnostics: States Summary page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-statessummary']['descr'] = gettext("Allow access to the 'Diagnostics: States Summary' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-tables']['name'] = gettext("WebCfg - Diagnostics: PF Table IP addresses"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-tables']['descr'] = gettext("Allow access to the 'Diagnostics: Tables' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-traceroute']['name'] = gettext("WebCfg - Diagnostics: Traceroute page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-traceroute']['descr'] = gettext("Allow access to the 'Diagnostics: Traceroute' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-aliases']['name'] = gettext("WebCfg - Firewall: Aliases page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-aliases']['descr'] = gettext("Allow access to the 'Firewall: Aliases' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-alias-edit']['name'] = gettext("WebCfg - Firewall: Alias: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-alias-edit']['descr'] = gettext("Allow access to the 'Firewall: Alias: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-alias-import']['name'] = gettext("WebCfg - Firewall: Alias: Import page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-alias-import']['descr'] = gettext("Allow access to the 'Firewall: Alias: Import' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-npt']['name'] = gettext("Webcfg - Firewall: NAT: NPT page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-npt']['descr'] = gettext("Allow access to the 'Firewall: NAT: NPT' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-npt-edit']['name'] = gettext("Webcfg - Firewall: NAT: NPt: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-npt-edit']['descr'] = gettext("Allow access to the 'Firewall: NAT: NPt: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-portforward']['name'] = gettext("WebCfg - Firewall: NAT: Port Forward page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-portforward']['descr'] = gettext("Allow access to the 'Firewall: NAT: Port Forward' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-1-1']['name'] = gettext("WebCfg - Firewall: NAT: 1:1 page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-1-1']['descr'] = gettext("Allow access to the 'Firewall: NAT: 1:1' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-1-1-edit']['name'] = gettext("WebCfg - Firewall: NAT: 1:1: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-1-1-edit']['descr'] = gettext("Allow access to the 'Firewall: NAT: 1:1: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-portforward-edit']['name'] = gettext("WebCfg - Firewall: NAT: Port Forward: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-portforward-edit']['descr'] = gettext("Allow access to the 'Firewall: NAT: Port Forward: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-outbound']['name'] = gettext("WebCfg - Firewall: NAT: Outbound page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-outbound']['descr'] = gettext("Allow access to the 'Firewall: NAT: Outbound' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-outbound-edit']['name'] = gettext("WebCfg - Firewall: NAT: Outbound: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-nat-outbound-edit']['descr'] = gettext("Allow access to the 'Firewall: NAT: Outbound: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-rules']['name'] = gettext("WebCfg - Firewall: Rules page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-rules']['descr'] = gettext("Allow access to the 'Firewall: Rules' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-rules-edit']['name'] = gettext("WebCfg - Firewall: Rules: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-rules-edit']['descr'] = gettext("Allow access to the 'Firewall: Rules: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-schedules']['name'] = gettext("WebCfg - Firewall: Schedules page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-schedules']['descr'] = gettext("Allow access to the 'Firewall: Schedules' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-schedules-edit']['name'] = gettext("WebCfg - Firewall: Schedules: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-schedules-edit']['descr'] = gettext("Allow access to the 'Firewall: Schedules: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper']['name'] = gettext("WebCfg - Firewall: Traffic Shaper page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper-layer7']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Layer7 page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper-layer7']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Layer7' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper-queues']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Queues page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper-queues']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Queues' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper-limiter']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Limiter page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper-limiter']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Limiter' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper-wizard']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Wizard page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-trafficshaper-wizard']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Wizard' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-virtualipaddresses']['name'] = gettext("WebCfg - Firewall: Virtual IP Addresses page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-virtualipaddresses']['descr'] = gettext("Allow access to the 'Firewall: Virtual IP Addresses' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-virtualipaddress-edit']['name'] = gettext("WebCfg - Firewall: Virtual IP Address: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-virtualipaddress-edit']['descr'] = gettext("Allow access to the 'Firewall: Virtual IP Address: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-getserviceproviders']['name'] = gettext("WebCfg - AJAX: Get Service Providers"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-getserviceproviders']['descr'] = gettext("Allow access to the 'AJAX: Service Providers' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-getstats']['name'] = gettext("WebCfg - AJAX: Get Stats"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-getstats']['descr'] = gettext("Allow access to the 'AJAX: Get Stats' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-interfacetraffic']['name'] = gettext("WebCfg - Diagnostics: Interface Traffic page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-interfacetraffic']['descr'] = gettext("Allow access to the 'Diagnostics: Interface Traffic' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-cpuutilization']['name'] = gettext("WebCfg - Diagnostics: CPU Utilization page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-cpuutilization']['descr'] = gettext("Allow access to the 'Diagnostics: CPU Utilization' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-haltsystem']['name'] = gettext("WebCfg - Diagnostics: Halt system page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-haltsystem']['descr'] = gettext("Allow access to the 'Diagnostics: Halt system' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-requiredforjavascript']['name'] = gettext("WebCfg - Required for javascript page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-requiredforjavascript']['descr'] = gettext("Allow access to the 'Required for javascript' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-xmlrpcinterfacestats']['name'] = gettext("WebCfg - XMLRPC Interface Stats page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-xmlrpcinterfacestats']['descr'] = gettext("Allow access to the 'XMLRPC Interface Stats' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-login/logout']['name'] = gettext("WebCfg - System: Login / Logout page / Dashboard"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-login/logout']['descr'] = gettext("Allow access to the 'System: Login / Logout' page and Dashboard."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces']['name'] = gettext("WebCfg - Interfaces: WAN page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces']['descr'] = gettext("Allow access to the 'Interfaces' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-assignnetworkports']['name'] = gettext("WebCfg - Interfaces: Assign network ports page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-assignnetworkports']['descr'] = gettext("Allow access to the 'Interfaces: Assign network ports' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-bridge']['name'] = gettext("WebCfg - Interfaces: Bridge page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-bridge']['descr'] = gettext("Allow access to the 'Interfaces: Bridge' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-bridge-edit']['name'] = gettext("WebCfg - Interfaces: Bridge edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-bridge-edit']['descr'] = gettext("Allow access to the 'Interfaces: Bridge : Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-gif']['name'] = gettext("WebCfg - Interfaces: GIF page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-gif']['descr'] = gettext("Allow access to the 'Interfaces: GIF' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-gif-edit']['name'] = gettext("WebCfg - Interfaces: GIF: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-gif-edit']['descr'] = gettext("Allow access to the 'Interfaces: GIF: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-gre']['name'] = gettext("WebCfg - Interfaces: GRE page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-gre']['descr'] = gettext("Allow access to the 'Interfaces: GRE' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-gre-edit']['name'] = gettext("WebCfg - Interfaces: GRE: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-gre-edit']['descr'] = gettext("Allow access to the 'Interfaces: GRE: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-groups']['name'] = gettext("WebCfg - Interfaces: Groups page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-groups']['descr'] = gettext("Create interface groups"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-groups-edit']['name'] = gettext("Interfaces: Groups: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-groups-edit']['descr'] = gettext("Allow access to the 'Interfaces: Groups: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-lagg']['name'] = gettext("WebCfg - Interfaces: LAGG: page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-lagg']['descr'] = gettext("Edit Interface LAGG"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-lagg-edit']['name'] = gettext("Interfaces: LAGG: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-lagg-edit']['descr'] = gettext("Allow access to the 'Interfaces: LAGG: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-ppps']['name'] = gettext("WebCfg - Interfaces: ppps page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-ppps']['descr'] = gettext("Allow access to the 'Interfaces: ppps' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-ppps-edit']['name'] = gettext("WebCfg - Interfaces: PPPs: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-ppps-edit']['descr'] = gettext("Allow access to the 'Interfaces: PPPs: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-qinq']['name'] = gettext("WebCfg - Interfaces: QinQ page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-qinq']['descr'] = gettext("Allow access to the 'Interfaces: QinQ' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-qinq-edit']['name'] = gettext("Interfaces: QinQ: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-qinq-edit']['descr'] = gettext("Allow access to 'Interfaces: QinQ: Edit' page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-vlan']['name'] = gettext("WebCfg - Interfaces: VLAN page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-vlan']['descr'] = gettext("Allow access to the 'Interfaces: VLAN' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-vlan-edit']['name'] = gettext("WebCfg - Interfaces: VLAN: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-vlan-edit']['descr'] = gettext("Allow access to the 'Interfaces: VLAN: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-wireless']['name'] = gettext("WebCfg - Interfaces: Wireless page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-wireless']['descr'] = gettext("Allow access to the 'Interfaces: Wireless' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-wireless-edit']['name'] = gettext("WebCfg - Interfaces: Wireless edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-interfaces-wireless-edit']['descr'] = gettext("Allow access to the 'Interfaces: Wireless : Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-license']['name'] = gettext("WebCfg - System: License page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-license']['descr'] = gettext("Allow access to the 'System: License' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-monitor']['name'] = gettext("WebCfg - Services: Load Balancer: Monitors page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-monitor']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Monitors' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-monitor-edit']['name'] = gettext("WebCfg - Services: Load Balancer: Monitor: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-monitor-edit']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Monitor: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-loadbalancer-pool']['name'] = gettext("WebCfg - Load Balancer: Pool page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-loadbalancer-pool']['descr'] = gettext("Allow access to the 'Load Balancer: Pool' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-loadbalancer-pool-edit']['name'] = gettext("WebCfg - Load Balancer: Pool: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-loadbalancer-pool-edit']['descr'] = gettext("Allow access to the 'Load Balancer: Pool: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-relay-action']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Actions page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-relay-action']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Actions' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-relay-action-edit']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Action: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-relay-action-edit']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Action: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-relay-protocol']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Protocols page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-relay-protocol']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Protocols' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-relay-protocol-edit']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Protocol: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-relay-protocol-edit']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Protocol: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-setting']['name'] = gettext("Webcfg - Services: Load Balancer: setting page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-setting']['descr'] = gettext("Allow access to the 'Settings: Load Balancer: Settings' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-virtualservers']['name'] = gettext("WebCfg - Services: Load Balancer: Virtual Servers page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-loadbalancer-virtualservers']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Virtual Servers' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-ntpd']['name'] = gettext("Webcfg - Services: NTP"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-ntpd']['descr'] = gettext("Allow access to the 'Services: NTP' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-ntp-gps']['name'] = gettext("Webcfg - Status: NTP GPS page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-ntp-gps']['descr'] = gettext("Allow access to the 'Status: NTP Serial GPS' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-ntp-pps']['name'] = gettext("Webcfg - Status: NTP PPS page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-ntp-pps']['descr'] = gettext("Allow access to the 'Status: NTP PPS' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-loadbalancer-virtualserver-edit']['name'] = gettext("WebCfg - Load Balancer: Virtual Server: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-loadbalancer-virtualserver-edit']['descr'] = gettext("Allow access to the 'Load Balancer: Virtual Server: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-package-settings']['name'] = gettext("WebCfg - Package: Settings page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-package-settings']['descr'] = gettext("Allow access to the 'Package: Settings' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-package-edit']['name'] = gettext("WebCfg - Package: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-package-edit']['descr'] = gettext("Allow access to the 'Package: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-packagemanager']['name'] = gettext("WebCfg - System: Package Manager page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-packagemanager']['descr'] = gettext("Allow access to the 'System: Package Manager' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-packagemanager-installpackage']['name'] = gettext("WebCfg - System: Package Manager: Install Package page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-packagemanager-installpackage']['descr'] = gettext("Allow access to the 'System: Package Manager: Install Package' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-packagemanager-installed']['name'] = gettext("WebCfg - System: Package Manager: Installed page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-packagemanager-installed']['descr'] = gettext("Allow access to the 'System: Package Manager: Installed' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-pkg-mgr-settings']['name'] = gettext("WebCfg - Packages: Settings page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-pkg-mgr-settings']['descr'] = gettext("Allow access to the 'Packages: Settings' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-rebootsystem']['name'] = gettext("WebCfg - Diagnostics: Reboot System page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-rebootsystem']['descr'] = gettext("Allow access to the 'Diagnostics: Reboot System' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-restart-httpd']['name'] = gettext("WebCfg - Diagnostics: Restart HTTPD : System page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-restart-httpd']['descr'] = gettext("Allow access to the 'Diagnostics: Restart HTTPD: System' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal']['name'] = gettext("WebCfg - Services: Captive portal page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal']['descr'] = gettext("Allow access to the 'Services: Captive portal' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-filemanager']['name'] = gettext("WebCfg - Services: Captive portal: File Manager page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-filemanager']['descr'] = gettext("Allow access to the 'Services: Captive portal: File Manager' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-allowedips']['name'] = gettext("WebCfg - Services: Captive portal: Allowed IPs page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-allowedips']['descr'] = gettext("Allow access to the 'Services: Captive portal: Allowed IPs' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-editallowedips']['name'] = gettext("WebCfg - Services: Captive portal: Edit Allowed IPs page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-editallowedips']['descr'] = gettext("Allow access to the 'Services: Captive portal: Edit Allowed IPs' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-macaddresses']['name'] = gettext("WebCfg - Services: Captive portal: Mac Addresses page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-macaddresses']['descr'] = gettext("Allow access to the 'Services: Captive portal: Mac Addresses' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-editmacaddresses']['name'] = gettext("WebCfg - Services: Captive portal: Edit MAC Addresses page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-editmacaddresses']['descr'] = gettext("Allow access to the 'Services: Captive portal: Edit MAC Addresses' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-allowedhostnames']['name'] = gettext("WebCfg - Services: Captive portal: Allowed Hostnames page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-allowedhostnames']['descr'] = gettext("Allow access to the 'Services: Captive portal: Allowed Hostnames' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-editallowedhostnames']['name'] = gettext("WebCfg - Services: Captive portal: Edit Allowed Hostnames page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-editallowedhostnames']['descr'] = gettext("Allow access to the 'Services: Captive portal: Allowed Hostnames' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-editzones']['name'] = gettext("Webcfg - Services: Captive portal: Edit Zones page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-editzones']['descr'] = gettext("Allow access to the 'Services: Captive portal: Edit Zones' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-vouchers']['name'] = gettext("WebCfg - Services: Captive portal Vouchers page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-vouchers']['descr'] = gettext("Allow access to the 'Services: Captive portal Vouchers' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-zones']['name'] = gettext("WebCfg - Services: Captiveprotal Zones page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-captiveportal-zones']['descr'] = gettext("Allow access to the 'Services: CaptivePortal Zones' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpserver']['name'] = gettext("WebCfg - Services: DHCP server page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpserver']['descr'] = gettext("Allow access to the 'Services: DHCP server' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpserver-editstaticmapping']['name'] = gettext("WebCfg - Services: DHCP Server : Edit static mapping page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpserver-editstaticmapping']['descr'] = gettext("Allow access to the 'Services: DHCP Server : Edit static mapping' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcprelay']['name'] = gettext("WebCfg - Services: DHCP Relay page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcprelay']['descr'] = gettext("Allow access to the 'Services: DHCP Relay' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpv6server']['name'] = gettext("Webcfg - Services: DHCPv6 server page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpv6server']['descr'] = gettext("Allow access to the 'Services: DHCPv6 server' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpserverv6-editstaticmapping']['name'] = gettext("Webcfg - Services: DHCPv6 Server : Edit static mapping page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpserverv6-editstaticmapping']['descr'] = gettext("Allow access to the 'Services: DHCPv6 Server : Edit static mapping' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpv6relay']['name'] = gettext("Webcfg - Services: DHCPv6 Relay page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dhcpv6relay']['descr'] = gettext("Allow access to the 'Services: DHCPv6 Relay' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsforwarder']['name'] = gettext("WebCfg - Services: DNS Forwarder page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsforwarder']['descr'] = gettext("Allow access to the 'Services: DNS Forwarder' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsforwarder-editdomainoverride']['name'] = gettext("WebCfg - Services: DNS Forwarder: Edit Domain Override page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsforwarder-editdomainoverride']['descr'] = gettext("Allow access to the 'Services: DNS Forwarder: Edit Domain Override' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsforwarder-edithost']['name'] = gettext("WebCfg - Services: DNS Forwarder: Edit host page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsforwarder-edithost']['descr'] = gettext("Allow access to the 'Services: DNS Forwarder: Edit host' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver']['name'] = gettext("WebCfg - Services: DNS Resolver page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver']['descr'] = gettext("Allow access to the 'Services: DNS Resolver' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-advanced']['name'] = gettext("WebCfg - Services: DNS Resolver: Advanced page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-advanced']['descr'] = gettext("Allow access to the 'Services: DNS Resolver: Advanced' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-acls']['name'] = gettext("WebCfg - Services: DNS Resolver: Access Lists page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-acls']['descr'] = gettext("Allow access to the 'Services: DNS Resolver: Access Lists' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-editacls']['name'] = gettext("WebCfg - Services: DNS Resolver: Access Lists: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-editacls']['descr'] = gettext("Allow access to the 'Services: DNS Resolver: Access Lists: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-editdomainoverride']['name'] = gettext("WebCfg - Services: DNS Resolver: Edit Domain Override page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-editdomainoverride']['descr'] = gettext("Allow access to the 'Services: DNS Resolver: Edit Domain Override' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-edithost']['name'] = gettext("WebCfg - Services: DNS Resolver: Edit host page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dnsresolver-edithost']['descr'] = gettext("Allow access to the 'Services: DNS Resolver: Edit host' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dynamicdnsclients']['name'] = gettext("WebCfg - Services: Dynamic DNS clients page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dynamicdnsclients']['descr'] = gettext("Allow access to the 'Services: Dynamic DNS clients' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dynamicdnsclient']['name'] = gettext("WebCfg - Services: Dynamic DNS client page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-dynamicdnsclient']['descr'] = gettext("Allow access to the 'Services: Dynamic DNS client' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-igmpproxy']['name'] = gettext("WebCfg - Services: Igmpproxy page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-igmpproxy']['descr'] = gettext("Allow access to the 'Services: Igmpproxy' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-igmpproxy-edit']['name'] = gettext("Firewall: Igmpproxy: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-igmpproxy-edit']['descr'] = gettext("Allow access to the 'Services: Igmpproxy: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-rfc2136clients']['name'] = gettext("WebCfg - Services: RFC 2136 clients page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-rfc2136clients']['descr'] = gettext("Allow access to the 'Services: RFC 2136 clients' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-router-advertisements']['name'] = gettext("Webcfg - Services: Router advertisementspage"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-router-advertisements']['descr'] = gettext("Allow access to the 'Services: Router Advertisements' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-snmp']['name'] = gettext("WebCfg - Services: SNMP page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-snmp']['descr'] = gettext("Allow access to the 'Services: SNMP' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-wakeonlan']['name'] = gettext("WebCfg - Services: Wake on LAN page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-wakeonlan']['descr'] = gettext("Allow access to the 'Services: Wake on LAN' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-wakeonlan-edit']['name'] = gettext("WebCfg - Services: Wake on LAN: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-wakeonlan-edit']['descr'] = gettext("Allow access to the 'Services: Wake on LAN: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-cpuutilization']['name'] = gettext("WebCfg - Diagnostics: CPU Utilization page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-cpuutilization']['descr'] = gettext("Allow access to the 'Diagnostics: CPU Utilization' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-hidden-detailedstatus']['name'] = gettext("WebCfg - Hidden: Detailed Status page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-hidden-detailedstatus']['descr'] = gettext("Allow access to the 'Hidden: Detailed Status' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal']['name'] = gettext("WebCfg - Status: Captive portal page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal']['descr'] = gettext("Allow access to the 'Status: Captive portal' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal-expire']['name'] = gettext("Webcfg - Status: Captive portal Expire Vouchers page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal-expire']['descr'] = gettext("Allow access to the 'Status: Captive portal Expire Vouchers' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal-test']['name'] = gettext("WebCfg - Status: Captive portal test Vouchers page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal-test']['descr'] = gettext("Allow access to the 'Status: Captive portal Test Vouchers' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal-voucher-rolls']['name'] = gettext("WebCfg - Status: Captive portal Voucher Rolls page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal-voucher-rolls']['descr'] = gettext("Allow access to the 'Status: Captive portal Voucher Rolls' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal-vouchers']['name'] = gettext("WebCfg - Status: Captive portal Vouchers page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-captiveportal-vouchers']['descr'] = gettext("Allow access to the 'Status: Captive portal Vouchers' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-dhcpleases']['name'] = gettext("WebCfg - Status: DHCP leases page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-dhcpleases']['descr'] = gettext("Allow access to the 'Status: DHCP leases' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-dhcpv6leases']['name'] = gettext("Webcfg - Status: DHCPv6 leases page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-dhcpv6leases']['descr'] = gettext("Allow access to the 'Status: DHCPv6 leases' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-filterreloadstatus']['name'] = gettext("WebCfg - Status: Filter Reload Status page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-filterreloadstatus']['descr'] = gettext("Allow access to the 'Status: Filter Reload Status' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-gatewaygroups']['name'] = gettext("WebCfg - Status: Gateway Groups page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-gatewaygroups']['descr'] = gettext("Allow access to the 'Status: Gateway Groups' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-gateways']['name'] = gettext("WebCfg - Status: Gateways page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-gateways']['descr'] = gettext("Allow access to the 'Status: Gateways' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-trafficgraph']['name'] = gettext("WebCfg - Status: Traffic Graph page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-trafficgraph']['descr'] = gettext("Allow access to the 'Status: Traffic Graph' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-cpuload']['name'] = gettext("WebCfg - Status: CPU load page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-cpuload']['descr'] = gettext("Allow access to the 'Status: CPU load' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-interfaces']['name'] = gettext("WebCfg - Status: Interfaces page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-interfaces']['descr'] = gettext("Allow access to the 'Status: Interfaces' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-loadbalancer-pool']['name'] = gettext("WebCfg - Status: Load Balancer: Pool page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-loadbalancer-pool']['descr'] = gettext("Allow access to the 'Status: Load Balancer: Pool' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-loadbalancer-virtualserver']['name'] = gettext("WebCfg - Status: Load Balancer: Virtual Server page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-loadbalancer-virtualserver']['descr'] = gettext("Allow access to the 'Status: Load Balancer: Virtual Server' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-openvpn']['name'] = gettext("WebCfg - Status: OpenVPN page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-openvpn']['descr'] = gettext("Allow access to the 'Status: OpenVPN' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-trafficshaper-queues']['name'] = gettext("WebCfg - Status: Traffic shaper: Queues page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-trafficshaper-queues']['descr'] = gettext("Allow access to the 'Status: Traffic shaper: Queues' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-rrdgraphs']['name'] = gettext("WebCfg - Status: RRD Graphs page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-rrdgraphs']['descr'] = gettext("Allow access to the 'Status: RRD Graphs' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-rrdgraph-settings']['name'] = gettext("WebCfg - Status: RRD Graphs settings page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-rrdgraph-settings']['descr'] = gettext("Allow access to the 'Status: RRD Graphs: settings' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-services']['name'] = gettext("WebCfg - Status: Services page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-services']['descr'] = gettext("Allow access to the 'Status: Services' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-upnpstatus']['name'] = gettext("WebCfg - Status: UPnP Status page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-status-upnpstatus']['descr'] = gettext("Allow access to the 'Status: UPnP Status' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-wirelessstatus']['name'] = gettext("WebCfg - Status: Wireless page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-diagnostics-wirelessstatus']['descr'] = gettext("Allow access to the 'Status: Wireless' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-generalsetup']['name'] = gettext("WebCfg - System: General Setup page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-generalsetup']['descr'] = gettext("Allow access to the 'System: General Setup' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-admin']['name'] = gettext("WebCfg - System: Advanced: Admin Access Page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-admin']['descr'] = gettext("Allow access to the 'System: Advanced: Admin Access' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-firewall']['name'] = gettext("WebCfg - System: Advanced: Firewall and NAT page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-firewall']['descr'] = gettext("Allow access to the 'System: Advanced: Firewall and NAT' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-misc']['name'] = gettext("WebCfg - System: Advanced: Miscellaneous page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-misc']['descr'] = gettext("Allow access to the 'System: Advanced: Miscellaneous' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-network']['name'] = gettext("WebCfg - System: Advanced: Network page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-network']['descr'] = gettext("Allow access to the 'System: Advanced: Networking' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-notifications']['name'] = gettext("WebCfg - System: Advanced: Notifications page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-notifications']['descr'] = gettext("Allow access to the 'System: Advanced: Notifications' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-sysctl']['name'] = gettext("WebCfg - System: Advanced: Tunables page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-advanced-sysctl']['descr'] = gettext("Allow access to the 'System: Advanced: Tunables' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-authservers']['name'] = gettext("WebCfg - System: Authentication Servers"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-authservers']['descr'] = gettext("Allow access to the 'System: Authentication Servers' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-camanager']['name'] = gettext("WebCfg - System: CA Manager"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-camanager']['descr'] = gettext("Allow access to the 'System: CA Manager' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-certmanager']['name'] = gettext("WebCfg - System: Certificate Manager"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-certmanager']['descr'] = gettext("Allow access to the 'System: Certificate Manager' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-crlmanager']['name'] = gettext("WebCfg - System: CRL Manager"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-crlmanager']['descr'] = gettext("Allow access to the 'System: CRL Manager' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-firmware-manualupdate']['name'] = gettext("WebCfg - System: Firmware: Manual Update page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-firmware-manualupdate']['descr'] = gettext("Allow access to the 'System: Firmware: Manual Update' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-firmware-checkforupdate']['name'] = gettext("WebCfg - System: Firmware: Check For Update page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-firmware-checkforupdate']['descr'] = gettext("Allow access to the 'System: Firmware: Check For Update' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-firmware-autoupdate']['name'] = gettext("WebCfg - System: Firmware: Auto Update page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-firmware-autoupdate']['descr'] = gettext("Allow access to the 'System: Firmware: Auto Update' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-firmware-settings']['name'] = gettext("WebCfg - System: Firmware: Settings page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-firmware-settings']['descr'] = gettext("Allow access to the 'System: Firmware: Settings' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-gatewaygroups']['name'] = gettext("WebCfg - System: Gateway Groups page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-gatewaygroups']['descr'] = gettext("Allow access to the 'System: Gateway Groups' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-gateways-editgatewaygroups']['name'] = gettext("WebCfg - System: Gateways: Edit Gateway Groups page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-gateways-editgatewaygroups']['descr'] = gettext("Allow access to the 'System: Gateways: Edit Gateway Groups' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-gateways']['name'] = gettext("WebCfg - System: Gateways page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-gateways']['descr'] = gettext("Allow access to the 'System: Gateways' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-gateways-editgateway']['name'] = gettext("WebCfg - System: Gateways: Edit Gateway page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-gateways-editgateway']['descr'] = gettext("Allow access to the 'System: Gateways: Edit Gateway' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-groupmanager']['name'] = gettext("WebCfg - System: Group manager page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-groupmanager']['descr'] = gettext("Allow access to the 'System: Group manager' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-groupmanager-addprivs']['name'] = gettext("WebCfg - System: Group Manager: Add Privileges page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-groupmanager-addprivs']['descr'] = gettext("Allow access to the 'System: Group Manager: Add Privileges' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-hasync']['name'] = gettext("Webcfg - System: High Availability Sync"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-hasync']['descr'] = gettext("Allow access to the 'System: High Availability Sync' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-staticroutes']['name'] = gettext("WebCfg - System: Static Routes page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-staticroutes']['descr'] = gettext("Allow access to the 'System: Static Routes' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-staticroutes-editroute']['name'] = gettext("WebCfg - System: Static Routes: Edit route page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-staticroutes-editroute']['descr'] = gettext("Allow access to the 'System: Static Routes: Edit route' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager']['name'] = gettext("WebCfg - System: User Manager page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager']['descr'] = gettext("Allow access to the 'System: User Manager' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager-addprivs']['name'] = gettext("WebCfg - System: User Manager: Add Privileges page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager-addprivs']['descr'] = gettext("Allow access to the 'System: User Manager: Add Privileges' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager-passwordmg']['name'] = gettext("WebCfg - System: User Password Manager page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager-passwordmg']['descr'] = gettext("Allow access to the 'System: User Password Manager' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager-settings']['name'] = gettext("WebCfg - System: User Manager: settings page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager-settings']['descr'] = gettext("Allow access to the 'System: User Manager: settings' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager-settings-testldap']['name'] = gettext("WebCfg - System: User Manager: Settings: Test LDAP page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-system-usermanager-settings-testldap']['descr'] = gettext("Allow access to the 'System: User Manager: Settings: Test LDAP' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-upload_progress']['name'] = gettext("WebCfg - System: Firmware: Manual Update page (progress bar)"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-upload_progress']['descr'] = gettext("Allow access to the 'System: Firmware: Manual Update: Progress bar' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec']['name'] = gettext("WebCfg - VPN: IPsec page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec']['descr'] = gettext("Allow access to the 'VPN: IPsec' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-listkeys']['name'] = gettext("WebCfg - VPN: IPsec: Pre-Shared Keys List"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-listkeys']['descr'] = gettext("Allow access to the 'VPN: IPsec: Pre-Shared Keys List' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-editkeys']['name'] = gettext("WebCfg - VPN: IPsec: Edit Pre-Shared Keys"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-editkeys']['descr'] = gettext("Allow access to the 'VPN: IPsec: Edit Pre-Shared Keys' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-mobile']['name'] = gettext("WebCfg - VPN: IPsec: Mobile page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-mobile']['descr'] = gettext("Allow access to the 'VPN: IPsec: Mobile' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-editphase1']['name'] = gettext("WebCfg - VPN: IPsec: Edit Phase 1 page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-editphase1']['descr'] = gettext("Allow access to the 'VPN: IPsec: Edit Phase 1' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-editphase2']['name'] = gettext("WebCfg - VPN: IPsec: Edit Phase 2 page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-ipsec-editphase2']['descr'] = gettext("Allow access to the 'VPN: IPsec: Edit Phase 2' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnl2tp']['name'] = gettext("WebCfg - VPN: VPN L2TP page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnl2tp']['descr'] = gettext("Allow access to the 'VPN: VPN L2TP' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnl2tp-users']['name'] = gettext("WebCfg - VPN: VPN L2TP : Users page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnl2tp-users']['descr'] = gettext("Allow access to the 'VPN: VPN L2TP : Users' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnl2tp-users-edit']['name'] = gettext("WebCfg - VPN: VPN L2TP : Users : Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnl2tp-users-edit']['descr'] = gettext("Allow access to the 'VPN: VPN L2TP : Users : Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-openvpn-client']['name'] = gettext("WebCfg - OpenVPN: Client page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-openvpn-client']['descr'] = gettext("Allow access to the 'OpenVPN: Client' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-openvpn-csc']['name'] = gettext("WebCfg - OpenVPN: Client Specific Override page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-openvpn-csc']['descr'] = gettext("Allow access to the 'OpenVPN: Client Specific Override' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-openvpn-server']['name'] = gettext("WebCfg - OpenVPN: Server page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-openvpn-server']['descr'] = gettext("Allow access to the 'OpenVPN: Server' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-pppoeserver']['name'] = gettext("WebCfg - Services: PPPoE Server page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-pppoeserver']['descr'] = gettext("Allow access to the 'Services: PPPoE Server' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-pppoeserver-edit']['name'] = gettext("WebCfg - Services: PPPoE Server: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-services-pppoeserver-edit']['descr'] = gettext("Allow access to the 'Services: PPPoE Server: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnpptp']['name'] = gettext("WebCfg - VPN: VPN PPTP page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnpptp']['descr'] = gettext("Allow access to the 'VPN: VPN PPTP' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnpptp-users']['name'] = gettext("WebCfg - VPN: VPN PPTP: Users page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnpptp-users']['descr'] = gettext("Allow access to the 'VPN: VPN PPTP: Users' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnpptp-user-edit']['name'] = gettext("WebCfg - VPN: VPN PPTP: User: Edit page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-vpn-vpnpptp-user-edit']['descr'] = gettext("Allow access to the 'VPN: VPN PPTP: User: Edit' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-pfsensewizardsubsystem']['name'] = gettext("WebCfg - pfSense wizard subsystem page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-pfsensewizardsubsystem']['descr'] = gettext("Allow access to the 'pfSense wizard subsystem' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-xmlrpclibrary']['name'] = gettext("WebCfg - XMLRPC Library page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-xmlrpclibrary']['descr'] = gettext("Allow access to the 'XMLRPC Library' page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-easyrule']['name'] = gettext("WebCfg - Firewall: Easy Rule add/status page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv.defs.inc:$priv_list['page-firewall-easyrule']['descr'] = gettext("Allow access to the 'Firewall: Easy Rule' add/status page."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv/user.priv.inc:$priv_list['user-services-captiveportal-login']['name'] = gettext("User - Services - Captive portal login"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/priv/user.priv.inc:$priv_list['user-services-captiveportal-login']['descr'] = gettext("Indicates whether the user is able to login on the captive portal."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/radius.inc: return $this->raiseError(gettext('Error sending request:') . ' ' . $this->getError()); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/radius.inc: return $this->raiseError(gettext('RADIUS_ACCESS_ACCEPT is unexpected for accounting')); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/radius.inc: return $this->raiseError(gettext('RADIUS_ACCOUNTING_RESPONSE is unexpected for authentication')); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/radius.inc: return $this->raiseError(sprintf(gettext("Unexpected return value: %s"),$req)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/rrd.inc: log_error(sprintf(gettext('RRD dump failed exited with %1$s, the error is: %2$s'), $dumpret, $dumpout)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/rrd.inc: log_error(sprintf(gettext('RRD create failed exited with %1$s, the error is: %2$s'), $rrdcreatereturn, $rrdcreateoutput)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/rrd.inc: 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)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/rrd.inc: log_error(sprintf(gettext('The new RRD now has %1$s DS values and %2$s RRA databases'), $numdsnew, $numrranew)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/rrd.inc: echo gettext("Generating RRD graphs..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/rrd.inc: log_error(gettext("Creating rrd update script")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/rrd.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("Router Advertisement Daemon"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("DNS Forwarder"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("Unbound DNS Forwarder"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("NTP clock sync"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("Captive Portal") . ": ".htmlspecialchars($setting['zone']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("DHCP Relay"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("DHCPv6 Relay"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("DHCP Service"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("Gateway Monitoring Daemon"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("SNMP Service"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("IGMP proxy"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("UPnP Service"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("RIP Daemon"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("IPsec VPN"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("Secure Shell Daemon"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("OpenVPN") . " ".$mode.": ".htmlspecialchars($setting['description']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $pconfig['description'] = gettext("Server load balancing daemon"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: return gettext("Not available."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $statustext = gettext("Running"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $output .= ' '; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $statustext = ($service_enabled) ? gettext("Stopped") : gettext("Disabled"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $output .= ' '; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $output .= "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $output .= ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: $output .= "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: return sprintf(gettext("%s has been started."),htmlspecialchars($name)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: return sprintf(gettext("%s has been stopped."), htmlspecialchars($name)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/service-utils.inc: return sprintf(gettext("%s has been restarted."),htmlspecialchars($name)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: log_error(sprintf(gettext('DHCP leases restore failed exited with %1$s, the error is: %2$s%3$s'), $dhcpreturn, $dhcprestore, "\n")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: echo gettext("Starting DHCP service..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: log_error(gettext("Warning! DHCP Failover setup and no CARP virtual IPs defined!")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: printf(gettext("Error: cannot open dhcpd.conf in services_dhcpdv4_configure().%s"), "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: print gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: log_error(gettext("Could not write Igmpproxy configuration file!")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: log_error(gettext("Started IGMP proxy service.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: echo gettext("Starting DHCP relay service..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: echo gettext("Starting DHCPv6 relay service..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: echo gettext("Starting DynDNS clients..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: echo gettext("Starting DNS forwarder..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: echo gettext("Starting DNS Resolver..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: echo gettext("Starting SNMP daemon... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: printf(gettext("Error: cannot open snmpd.conf in services_snmpd_configure().%s"),"\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: $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"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: $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"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: $crontab_contents .= "# " . gettext("pfSense specific crontab entries") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: $crontab_contents .= "# " .gettext( "Created:") . " " . date("F j, Y, g:i a") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: $crontab_contents .= "# " . gettext("If possible do not add items to this file manually.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: $crontab_contents .= "# " . gettext("If you do so, this file must be terminated with a blank line (e.g. new line)") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: echo gettext("Starting UPnP service... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: write_config(sprintf(gettext("Installed cron job for %s"), $command)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: write_config(sprintf(gettext("Updated cron job for %s"), $command)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/services.inc: write_config(sprintf(gettext("Removed cron job for %s"), $command)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = sprintf(gettext("The field '%s' contains invalid characters."), $pn); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = sprintf(gettext("The field '%s' is required."), $reqdfieldsn[$i]); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidth"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidthtype"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth must be an integer."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth cannot be negative."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Qlimit must be an integer."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Qlimit must be positive."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Tbrsize must be an integer."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Tbrsize must be positive."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= gettext("Enable/Disable"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " /> " . gettext("Enable/disable discipline and its children") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "
    " . gettext("Name") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Scheduler Type "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= gettext("NOTE: Changing this changes all child queues!"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= gettext(" Beware you can lose information."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Bandwidth"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= gettext("Adjusts the size, in bytes, of the token bucket regulator. " +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Name"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("The priority must be an integer between 1 and 15."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Queue limit must be an integer"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Queue limit must be positive"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Only one default queue per interface is allowed."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= gettext("Enable/Disable"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " /> " . gettext("Enable/Disable queue and its children") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= gettext("Queue Name") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "
    " . gettext("Enter the name of the queue here. Do not use spaces and limit the size to 15 characters."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Priority") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $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.") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Queue limit") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "
    " . gettext("Queue limit in packets."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Scheduler options") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " /> " . gettext("Default queue") . "
    "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " /> " . gettext("Default queue") . "
    "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " /> " . gettext("Random Early Detection") . "
    "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " /> " . gettext("Random Early Detection In and Out") . "
    "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " /> " . gettext("Explicit Congestion Notification") . "
    "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " /> " . gettext("Codel Active Queue") . "
    "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "
    " . gettext("Select options for this queue"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Description") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= gettext("Bandwidth:") . " " . $this->GetBandwidth().$this->GetBwscale(); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" .gettext("Priority: on") . " "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Default: on") . " "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " title=\"" . gettext("Delete queue from interface") . "\" >"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidth"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidthtype"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth must be an integer."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth cannot be negative."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth in percentage should be between 1 and 100 bounds."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("upperlimit service curve defined but missing (d) value"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("upperlimit service curve defined but missing initial bandwidth (m1) value"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("upperlimit m1 value needs to be Kb, Mb, Gb, or %"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("upperlimit d value needs to be numeric"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("upperlimit m2 value needs to be Kb, Mb, Gb, or %"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("linkshare service curve defined but missing (d) value"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("linkshare service curve defined but missing initial bandwidth (m1) value"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("linkshare m1 value needs to be Kb, Mb, Gb, or %"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("linkshare d value needs to be numeric"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("linkshare m2 value needs to be Kb, Mb, Gb, or %"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("realtime service curve defined but missing (d) value"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("realtime service curve defined but missing initial bandwidth (m1) value"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("realtime m1 value needs to be Kb, Mb, Gb, or %"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("realtime d value needs to be numeric"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("realtime m2 value needs to be Kb, Mb, Gb, or %"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Bandwidth") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= ">" . gettext("Gbit/s") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= ">" . gettext("Mbit/s") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= ">" . gettext("Kbit/s") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= ">" . gettext("Bit/s") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Choose the amount of bandwidth for this queue"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Service Curve (sc)") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "onchange=\"enable_upperlimit()\" /> " . gettext("Upperlimit:") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "onchange=\"enable_realtime()\" /> " . gettext("Real time:") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "onchange=\"enable_linkshare()\" /> " . gettext("Link share:") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= gettext("The format for service curve specifications is (m1, d, m2). m2 controls " +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Priority must be an integer between 1 and 7."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidth"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidthtype"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth must be an integer."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth cannot be negative."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth in percentage should be between 1 and 100 bounds."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Bandwidth") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= ">" . gettext("Gbit/s") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= ">" . gettext("Mbit/s") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= ">" . gettext("Kbit/s") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= ">" . gettext("Bit/s") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Choose the amount of bandwidth for this queue"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Scheduler specific options") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " /> " . gettext("Borrow from other queues when available") . "
    "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Priority must be an integer between 1 and 255."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidth"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidthtype"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth must be an integer."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth cannot be negative."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Bandwidth in percentage should be between 1 and 100 bounds."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Bandwidth") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= ">" . gettext("Gbit/s") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= ">" . gettext("Mbit/s") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= ">" . gettext("Kbit/s") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= ">" . gettext("Bit/s") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Choose the amount of bandwidth for this queue"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Scheduler specific options") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "\" /> " . gettext("Number of buckets available.") . "
    "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "\" /> " . gettext("Bandwidth limit for hosts to not saturate link.") . "
    "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidth"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Burst"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Bandwidthtype"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Name"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Plr must be a value between 0 and 1."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Buckets must be an integer between 16 and 65535."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Queue limit must be an integer"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("IPV4 bit mask must be blank or numeric value between 1 and 32."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("IPV6 bit mask must be blank or numeric value between 1 and 128."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = sprintf(gettext("Bandwidth for schedule %s must be an integer."), $data["bwsched{$i}"]); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = sprintf(gettext("Burst for schedule %s must be an integer."), $data["bwsched{$i}"]); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("You need to specify a schedule for every additional entry"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("If more than one bandwidth configured all schedules need to be selected"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("At least one bw specification is necessary"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Delay must be an integer."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= gettext("Enable"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " /> " . gettext("Enable limiter and its children") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "
    " . gettext("Name") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Bandwidth"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $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.") . "
    "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Mask") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= ">" . gettext("Source addresses") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= ">" . gettext("Destination addresses") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("If 'source' or 'destination' slots is chosen, \n" +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("If 'source' or 'destination' slots is chosen, \n" +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Description") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= gettext("You may enter a description here for your reference (not parsed).") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " value=\"" . gettext("Show advanced options") . "\" />"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Delay") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " ms
    " . gettext("Hint: in most cases, you " +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Packet loss rate") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " 
    " . gettext("Hint: in most cases, you " +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Queue Size") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Hint: in most cases, you " +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Bucket Size") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Hint: in most cases, you " +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Weight must be an integer between 1 and 100."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= gettext("Enable/Disable"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " /> " . gettext("Enable/Disable queue") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "
    " . gettext("Name") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Mask") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= ">" . gettext("none") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= ">" . gettext("Source addresses") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= ">" . gettext("Destination addresses") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("If 'source' or 'destination' slots is chosen, \n" +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("If 'source' or 'destination' slots is chosen, \n" +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Description") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= gettext("You may enter a description here for your reference (not parsed).") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " value=\"" . gettext("Show advanced options") . "\" />"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Weight") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " 
    " . gettext("Hint: For queues under the same parent " +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Packet loss rate") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " 
    " . gettext("Hint: in most cases, you " +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Queue Size") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Hint: in most cases, you " +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Bucket Size") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " " . gettext("slots") . "
    "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Hint: in most cases, you " +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= gettext("Enable/Disable"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= " /> " . gettext("Enable/Disable layer7 Container") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "
    " . gettext("Name") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= "" . gettext("Description") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $form .= gettext("You may enter a description here for your reference (not parsed).") . "
    "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $reqdfieldsn[] = gettext("Name"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: $input_errors[] = gettext("Queue names must be alphanumeric and _ or - only."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: log_error(sprintf(gettext("Sending HUP signal to %s"), $l7pid[0])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc: //$form .= gettext(" Clone shaper/queue on this interface") . ""; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc:$default_shaper_msg .= "" . sprintf(gettext("Welcome to the %s Traffic Shaper."), $g['product_name']) . "
    "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc:$default_shaper_msg .= gettext("The tree on the left helps you navigate through the queues
    " +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc:$dn_default_shaper_msg .= "" . sprintf(gettext("Welcome to the %s Traffic Shaper."), $g['product_name']) . "
    "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/shaper.inc:$dn_default_shaper_msg .= gettext("The tree on the left helps you navigate through the queues
    " +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error.=gettext(": data access time out"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error.=gettext(": the server disconnected"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("reached the end of data while reading from the SMTP server conection"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->SetDataAccessError(gettext("it was not possible to read line from the SMTP server")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->SetDataAccessError(gettext("it was not possible to send a line to the SMTP server")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->SetDataAccessError(gettext("it was not possible to send data to the SMTP server")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: return(gettext("establishing SSL connections requires at least PHP version 4.3.0")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: return(gettext("establishing SSL connections requires the OpenSSL extension enabled")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: return(sprintf(gettext("could not resolve host \"%s\""), $domain)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: return(sprintf(gettext("domain \"%s\" resolved to an address excluded to be valid"), $domain)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->OutputDebug(sprintf(gettext('Connecting to host address "%1$s" port %2$s...'), $ip, $port)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: return(gettext("-3 socket could not be created")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: return(sprintf(gettext("-4 dns lookup on hostname \"%s\" failed"), $domain)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: return(gettext("-5 connection refused or timed out")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: return(gettext("-6 fdopen() call failed")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: return(gettext("-7 setvbuf() call failed")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: return(sprintf(gettext('could not connect to the host "%1$s": %2$s'), $domain, $error)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("it is not possible to authenticate using the specified mechanism because the SASL library class is not loaded"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=printf(gettext('authenticated mechanism %1$s may not be used: %2$s'), $this->authentication_mechanism, $sasl->error); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("Could not start the SASL authentication client:") . " ".$sasl->error; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("Could not send the AUTH command"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("Authentication error:") . " ".$responses[0]; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("Could not send the authentication step message"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("Authentication error:") . " ".$responses[0]; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("Could not process the SASL authentication step:") . " ".$sasl->error; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("connection is already established"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("it was not specified the POP3 authentication user"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("it was not specified the POP3 authentication password"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=$this->ConnectToHost($domain, $this->pop3_auth_port, sprintf(gettext("Resolving POP3 authentication host \"%s\"..."), $domain)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("POP3 authentication server greeting was not found"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("POP3 authentication user was not accepted:") . " ".$this->Tokenize("\r\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("POP3 authentication password was not accepted:") . " ".$this->Tokenize("\r\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("could not determine the SMTP to connect"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $error=$this->ConnectToHost($domain, $this->host_port, sprintf(gettext("Resolving SMTP server domain \"%s\"..."), $domain)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->OutputDebug(sprintf(gettext("Connected to SMTP server \"%s\"."), $domain)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error = gettext("server does not require authentication"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("it is not supported any of the authentication mechanisms required by the server"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("direct delivery connection is already established and sender is already set"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("connection is not in the initial state"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: return(gettext("it was not specified a valid direct recipient")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("it is not possible to deliver directly to recipients of different domains"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("connection is already established and the recipient is already set"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("connection is not in the recipient setting state"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("connection is not in the start sending data state"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("connection is not in the sending data state"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("connection is not in the sending data state"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/smtp.inc: $this->error=gettext("it was not previously established a SMTP connection"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: log_error(sprintf(gettext("Not adding default route because OLSR dynamic gateway is enabled."))); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: log_error(sprintf(gettext("Static Routes: Gateway IP could not be found for %s"), $rtent['network'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: echo gettext("Starting syslog..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: printf(gettext("Error: cannot open syslog.conf in system_syslogd_start().%s"), "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: echo gettext("Starting webConfigurator..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: $cert['descr'] = gettext("webConfigurator default"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: write_config(gettext("Importing HTTPS certificate")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: echo gettext("failed!") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: printf(gettext("Error: cannot open cert.pem in system_webgui_start().%s"), "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: printf(gettext("Error: cannot open ca.pem in system_webgui_start().%s"), "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: $lighty_config .= "## " . gettext("ssl configuration") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: printf(gettext("Error: cannot open %s in system_generate_lighty_config().%s"), $filename, "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: echo gettext("Setting timezone..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: echo gettext("Syncing system time before startup..."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: printf(gettext("Error: cannot open dmesg.boot in system_dmesg_save().%s"), "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: echo gettext('Setting hard disk standby... '); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: echo gettext("done.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: echo gettext("failed!") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: echo gettext("failed!") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: return array('name' => 'wrap', 'descr' => gettext('PC Engines WRAP')); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: return array('name' => 'alix', 'descr' => gettext('PC Engines ALIX')); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: return array('name' => 'embedded', 'descr' => gettext('embedded (unknown)')); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/system.inc: $vpn['name'] = gettext("OpenVPN") . " ".$mode.": ".htmlspecialchars($setting['description']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: printf(gettext("%sWarning: filter rule removed " . +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: printf(gettext("%sWarning: filter rule removed " . +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: printf(gettext("%sWarning: filter rule removed " . +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: printf(gettext("%sWarning: traffic shaper rule removed " . +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: printf(gettext("%sWarning: traffic shaper rule removed " . +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: printf(gettext("%sWarning: traffic shaper rule removed " . +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $vip['descr'] = sprintf(gettext("CARP vhid %s"), $carpent['vhid']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $rule_item['descr'] = gettext("Permit IPsec traffic."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['system']['group'][0]['description'] = gettext("System Administrators"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['system']['user'][0]['priv'][0]['descr'] = gettext("Indicates whether this user will lock access to the webConfigurator for other users."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $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)."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['system']['user'][0]['priv'][2]['descr'] = gettext("Indicates whether this user is able to login for example via SSH."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $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: pkg_add -r scponly)."), $g['product_name']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $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)."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][0]['descr'] = gettext("Drop packets to closed TCP ports without returning a RST"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][1]['descr'] = gettext("Do not send ICMP port unreachable messages for closed UDP ports"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][2]['descr'] = gettext("Randomize the ID field in IP packets (default is 0: sequential IP IDs)"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][3]['descr'] = gettext("Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][4]['descr'] = gettext("Sending of IPv4 ICMP redirects"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][5]['descr'] = gettext("Sending of IPv6 ICMP redirects"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][6]['descr'] = gettext("Generate SYN cookies for outbound SYN-ACK packets"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][7]['descr'] = gettext("Maximum incoming TCP datagram size"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][8]['descr'] = gettext("Maximum outgoing TCP datagram size"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][9]['descr'] = gettext("Fastforwarding (see http://lists.freebsd.org/pipermail/freebsd-net/2004-January/002534.html)"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][10]['descr'] = gettext("Do not delay ACK to try and piggyback it onto a data packet"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][11]['descr'] = gettext("Maximum outgoing UDP datagram size"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][12]['descr'] = gettext("Handling of non-IP packets which are not passed to pfil (see if_bridge(4))"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][13]['descr'] = gettext("Allow unprivileged access to tap(4) device nodes"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][15]['descr'] = gettext("Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $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. "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][17]['descr'] = gettext("Set ICMP Limits"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['sysctl']['item'][18]['descr'] = gettext("TCP Offload engine"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['gateways']['gateway_item'][$i]['descr'] = sprintf(gettext("Interface %s Static Gateway"), $ifname); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $config['gateways']['gateway_item'][$i]['descr'] = sprintf(gettext("Interface %s Dynamic Gateway"), $ifname); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $gateway['descr'] = sprintf(gettext("Upgraded static route for %s"), $sroute['network']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $pool['descr'] = sprintf(gettext("Sitedown pool for VS: %s"), $vs_a[$i]['name']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $ph2ent['descr'] = sprintf(gettext("phase2 for %s"), $tunnel['descr']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $tempdyn['descr'] = sprintf(gettext("Upgraded Dyndns %s"), $tempdyn['type']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $all['description'] = gettext("All Users"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $nbridge['descr'] = sprintf(gettext("Converted bridged %s"), $ifr); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/upgrade_config.inc: $ovpnrule['descr'] = gettext("Auto added OpenVPN rule from config upgrade."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/util.inc: log_error(sprintf(gettext("WARNING: Could not mark subsystem: %s dirty"), $subsystem)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/util.inc: die(gettext("WARNING: You must give a name as parameter to lock() function.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/util.inc: die(gettext("WARNING: You must give a name as parameter to try_lock() function.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/util.inc: log_error(gettext("Could not open shared memory {$reference}")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/util.inc: log_error(gettext("Could not open shared memory {$reference}")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/util.inc: log_error(sprintf(gettext("Reference %s is going negative, not doing unreference."), $reference)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/util.inc: log_error(gettext("Could not open shared memory for read {$reference}")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/util.inc: log_error(sprintf(gettext("The command '%1\$s' returned exit code '%2\$d', the output was '%3\$s' "), $command, $retval, $output)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/voucher.inc: $test_result[] = sprintf(gettext('%1$s (%2$s/%3$s) active and good for %4$d Minutes'), $voucher, $roll, $nr, $remaining); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/voucher.inc: $test_result[] = gettext("Access denied!"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/voucher.inc: $test_result[] = sprintf(gettext("Access granted for %d Minutes in total."),$total_minutes); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/voucher.inc: echo gettext("Enabling voucher support... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/voucher.inc: printf(gettext("Error: cannot write voucher.cfg") . "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/voucher.inc: voucher_log(LOG_ERR, sprintf(gettext('cant write %1$s/voucher_%s_used_%2$s.db'), $g['vardb_path'], $cpzone, $roll)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/voucher.inc: voucher_log(LOG_ERR, sprintf(gettext('cant read %1$s/voucher_%s_used_%2$s.db'), $g['vardb_path'], $cpzone, $roll)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/voucher.inc: syslog($priority, sprintf(gettext("Voucher: %s"),$message)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: echo gettext("Configuring IPsec VPN... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: log_error(sprintf(gettext("Error: Invalid certificate info for %s"), $ca['descr'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: log_error(sprintf(gettext("Error: Invalid certificate hash info for %s"), $ca['descr'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: log_error(sprintf(gettext("Error: Cannot write IPsec CA file for %s"), $ca['descr'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: log_error(sprintf(gettext("Error: Invalid phase1 certificate reference for %s"), $ph1ent['name'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: log_error(sprintf(gettext("Error: Cannot write phase1 key file for %s"), $ph1ent['name'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: log_error(sprintf(gettext("Error: Cannot write phase1 certificate file for %s"), $ph1ent['name'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: log_error(sprintf(gettext("Ignoring IPsec reload since there are no tunnels on interface %s"), $interface)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: log_error(gettext("Forcefully reloading IPsec")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: echo gettext("Configuring PPTP VPN service... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: log_error(gettext("Could not kill mpd within 3 seconds. Trying again.")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: printf(gettext("Error: cannot open mpd.conf in vpn_pptpd_configure().") . "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: printf(gettext("Error: cannot open mpd.links in vpn_pptpd_configure().") . "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: printf(gettext("Error: cannot open mpd.secret in vpn_pptpd_configure().") . "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: echo gettext("Configuring PPPoE VPN service... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: printf(gettext("Error: cannot open mpd.conf in vpn_pppoe_configure().") . "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: printf(gettext("Error: cannot open mpd.links in vpn_pppoe_configure().") . "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: printf(gettext("Error: cannot open mpd.secret in vpn_pppoe_configure().") . "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: echo gettext("done") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: echo gettext("Configuring l2tp VPN service... "); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: printf(gettext("Error: cannot open mpd.conf in vpn_l2tp_configure().") . "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: printf(gettext("Error: cannot open mpd.links in vpn_l2tp_configure().") . "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/vpn.inc: printf(gettext("Error: cannot open mpd.secret in vpn_l2tp_configure().") . "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlparse.inc: die(sprintf(gettext('XML error: %1$s at line %2$d cannot occur more than once') . "\n", +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlparse.inc: log_error(gettext("Error: could not open XML input") . "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlparse.inc: log_error(sprintf(gettext('XML error: %1$s at line %2$d in %3$s') . "\n", +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlparse.inc: log_error(sprintf(gettext("XML error: no %s object found!") . "\n", implode(" or ", $rootobj))); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlparse_attr.inc: die(sprintf(gettext('XML error: %1$s at line %2$d cannot occur more than once') . "\n", +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlparse_attr.inc: log_error(gettext("Error: could not open XML input") . "\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlparse_attr.inc: log_error(sprintf(gettext('XML error: %1$s at line %2$d') . "\n", +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlparse_attr.inc: log_error(sprintf(gettext("XML error: no %s object found!") . "\n", $rootobj)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: 'unknown_method' => gettext("Unknown method"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: 'invalid_return' => gettext("Invalid return payload: enable debugging to examine incoming payload"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: 'incorrect_params' => gettext("Incorrect parameters passed to method"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: 'introspect_unknown' => gettext("Can't introspect: method unknown"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: 'http_error' => gettext("Didn't receive 200 OK from remote server."), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: 'not_response_object' => gettext("The requested method didn't return an XML_RPC_Response object."), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: 'invalid_request' => gettext("Invalid request payload"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: $XML_RPC_xh[$parser]['isf_reason'] = gettext('missing top level xmlrpc element'); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: $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]); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: XML_RPC_Base::raiseError(gettext('Non-numeric value received in INT or DOUBLE'), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: gettext( +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: $this->raiseError(sprintf(gettext('Connection to proxy server +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: $this->raiseError(sprintf(gettext('Connection to RPC server +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: $this->raiseError(gettext('The submitted request did not contain this parameter'), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: return $this->raiseError(gettext('mb_convert_encoding() is not available'), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: error_log(sprintf(gettext("HTTP error, got response: %s"),$errstr)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: //$errstr = gettext("XML error at line 1, check URL"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: $this->raiseError(gettext('Scalar can have only one value'), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: sprintf(gettext("Not a scalar type (%s)"), $typeof), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: sprintf(gettext('Already initialized as a [%s]'), $this->kindOf()), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_client.inc: sprintf(gettext('Already initialized as a [%s]'), $this->kindOf()), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_server.inc:$GLOBALS['XML_RPC_Server_listMethods_doc'] = gettext('This method lists all the' +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_server.inc:$GLOBALS['XML_RPC_Server_methodSignature_doc'] = gettext('Returns an array of known' +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/inc/xmlrpc_server.inc:$GLOBALS['XML_RPC_Server_methodHelp_doc'] = gettext('Returns help text if defined' +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.password: echo "\n" . gettext(' +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.password: gettext('Do you want to set it back to Local Database [y|n]?'); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.password: write_config($config, gettext("password changed from console menu")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: return console_prompt_for_yn (sprintf(gettext("Do you want to enable the %s server on %s?"), $label_DHCP, $upperifname)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: if (console_prompt_for_yn (sprintf(gettext("Configure %s address %s interface via %s?"), $label_IPvX, $upperifname, $label_DHCP))) { +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo "\n" . sprintf(gettext("Enter the new %s %s address. Press for none:"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo gettext("This IP address conflicts with another interface or a VIP") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo "\n" . sprintf(gettext("Subnet masks are entered as bit counts (as in CIDR notation) in %s."), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo "\n" . sprintf(gettext("Enter the new %s %s subnet bit count (1 to %s):"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo gettext("You cannot set network address to an interface"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo gettext("You cannot set broadcast address to an interface"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo "\n" . sprintf(gettext("For a WAN, enter the new %s %s upstream gateway address."), $upperifname, $label_IPvX) . "\n" . +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: gettext("For a LAN, press for none:") . "\n> "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo sprintf(gettext("not an %s IP address!"), $label_IPvX) . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo gettext("not in subnet!") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo sprintf(gettext("Enter the start address of the %s client address range:"), $label_IPvX) . " "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo gettext("This IP address must be in the interface's subnet") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo sprintf(gettext("Enter the end address of the %s client address range:"), $label_IPvX) . " "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo gettext("This IP address must be in the interface's subnet") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo gettext("The end address of the DHCP range must be >= the start address") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: printf(gettext("Disabling %s DHCPD..."), $label_IPvX); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: if (console_prompt_for_yn (gettext("Do you want to revert to HTTP as the webConfigurator protocol?"))) { +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo "\n" . sprintf(gettext("Note: the anti-lockout rule on %s has been re-enabled."), $interface) . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: write_config(sprintf(gettext("%s IP configuration from console menu"), $interface)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo "\n\n" . sprintf(gettext("The IPv4 %s address has been set to %s"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo "\n\n" . sprintf(gettext("The IPv4 %s address has been set to %s"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo "\n\n" . sprintf(gettext("The IPv6 %s address has been set to %s"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo "\n\n" . sprintf(gettext("The IPv6 %s address has been set to %s"), +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip: echo gettext('You can now access the webConfigurator by opening the following URL in your web browser:') . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.initial.setlanip:echo "\n" . gettext('Press to continue.'); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.openvpn: log_error(gettext("Could not obtain openvpn lock for executing rc.openvpn for more than 10 seconds continuing...")); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.php_ini_setup:PHPMODULES="$PHPMODULES gettext" +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: $date = date(gettext("n/j/y H:i:s"), $backup_info['time']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: $date = gettext("Unknown"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: $page = gettext("Unknown Page"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: echo gettext("No backups found in the configuration history."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: echo gettext("No backups found in the configuration history."); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: echo gettext("Which configuration would you like to restore?") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: echo gettext("That is not a valid backup number.\n"); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: echo "\n" . gettext("Is this the backup you wish to restore?") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: echo gettext("Y/N?") . " : "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: if ($confirm == gettext("Y")) { +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: echo sprintf(gettext('Successfully reverted to timestamp %1$s with description "%2$s".'), date(gettext("n/j/y H:i:s"), $thisbackup['time']), $thisbackup['description']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: echo "\n" . gettext("You may need to reboot the firewall or restart services before the restored configuration is fully active.") . "\n\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: echo gettext("Unable to revert to the selected configuration.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: echo gettext("Restore canceled.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: echo gettext("Restore canceled due to invalid input.") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: echo gettext("Restore Backup from Configuration History") . "\n\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: echo "1) " . gettext("List Backups") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: echo "2) " . gettext("Restore Backup") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: echo "Q) " . gettext("Quit") . "\n"; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: echo gettext("Please select an option to continue") . ": "; +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/etc/rc.restore_config_backup: if (strtolower($command) == gettext("quit")) +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/opnsense/mvc/app/library/OPNsense/Core/Shell.php: //log_error(sprintf(gettext("The command '%1\$s' +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/sbin/gmirror_status_check.php: $notices[] = sprintf(gettext("List of mirrors changed. Old: (%s) New: (%s)"), implode(", ", $previous_mirror_list), implode(", ", $mirror_list)); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/sbin/gmirror_status_check.php: $notices[] = sprintf(gettext("Mirror %s status changed from %s to %s."), $mirror, $previous_mirror_status[$mirror]['status'], $mirror_status[$mirror]['status']); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/sbin/gmirror_status_check.php: $notices[] = sprintf(gettext("Mirror %s consumer count changed from %d to %d."), $mirror, count($previous_mirror_status[$mirror]['components']), count($mirror_status[$mirror]['components'])); +src/share/locale/en/LC_MESSAGES/OPNsense.pot:src/sbin/gmirror_status_check.php: $notices[] = sprintf(gettext("Mirror %s drive status changed. Old: (%s) New: (%s)"), +src/www/bandwidth_by_ip.php: echo gettext("Wrong Interface"); +src/www/bandwidth_by_ip.php: echo gettext("no info"); +src/www/carp_status.php: $savemsg = sprintf(gettext("%s IPs have been disabled. Please note that disabling does not survive a reboot."), $carp_counter); +src/www/carp_status.php: $savemsg = gettext("CARP has been enabled."); +src/www/carp_status.php:$pgtitle = array(gettext("Status"),gettext("CARP")); +src/www/carp_status.php: " . gettext("Check link status on all interfaces with configured CARP VIPs.")); ?> +src/www/carp_status.php: echo ""; +src/www/carp_status.php: echo ""; +src/www/carp_status.php: echo ""; +src/www/carp_status.php: echo ""; +src/www/carp_status.php: +src/www/carp_status.php: +src/www/carp_status.php: +src/www/carp_status.php: echo "

    " . gettext("Could not locate any defined CARP interfaces."); +src/www/carp_status.php: : +src/www/carp_status.php: . +src/www/carp_status.php: echo "
    " . gettext("pfSync nodes") . ":
    "; +src/www/crash_reporter.php: echo "

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

    "; +src/www/crash_reporter.php: echo "

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

    "; +src/www/crash_reporter.php: echo "

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

    "; +src/www/crash_reporter.php: echo "

    " . gettext("Contents of crash reports") . ":
    "; +src/www/crash_reporter.php: echo "

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

    "; +src/www/crash_reporter.php: echo "

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

    "; +src/www/crash_reporter.php:$pgtitle = array(gettext("Diagnostics"),gettext("Crash Reporter")); +src/www/crash_reporter.php: if (gettext($_POST['Submit']) == "Yes") { +src/www/crash_reporter.php: echo gettext("Processing..."); +src/www/crash_reporter.php: echo gettext("Uploading..."); +src/www/crash_reporter.php: echo "

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

    "; +src/www/crash_reporter.php: } else if(gettext($_POST['Submit']) == "No") { +src/www/diag_arp.php:$pgtitle = array(gettext("Diagnostics"),gettext("ARP Table")); +src/www/diag_arp.php: +src/www/diag_arp.php: +src/www/diag_arp.php: +src/www/diag_arp.php: +src/www/diag_arp.php:
    .
    +src/www/diag_authentication.php: $input_errors[] = $_POST['authmode'] . " " . gettext("is not a valid authentication server"); +src/www/diag_authentication.php: $input_errors[] = gettext("A username and password must be specified."); +src/www/diag_authentication.php: $savemsg = gettext("User") . ": " . $_POST['username'] . " " . gettext("authenticated successfully."); +src/www/diag_authentication.php: $savemsg .= "
    " . gettext("This user is a member of these groups") . ":
    "; +src/www/diag_authentication.php: $input_errors[] = gettext("Authentication failed."); +src/www/diag_authentication.php:$pgtitle = array(gettext("Diagnostics"),gettext("Authentication")); +src/www/diag_authentication.php: +src/www/diag_authentication.php: +src/www/diag_authentication.php: +src/www/diag_authentication.php: " /> +src/www/diag_backup.php: write_config(gettext("Restored base_package menus after configuration restore.")); +src/www/diag_backup.php: $areas = array("aliases" => gettext("Aliases"), +src/www/diag_backup.php: "captiveportal" => gettext("Captive Portal"), +src/www/diag_backup.php: "voucher" => gettext("Captive Portal Vouchers"), +src/www/diag_backup.php: "dnsmasq" => gettext("DNS Forwarder"), +src/www/diag_backup.php: "dhcpd" => gettext("DHCP Server"), +src/www/diag_backup.php: "dhcpdv6" => gettext("DHCPv6 Server"), +src/www/diag_backup.php: "filter" => gettext("Firewall Rules"), +src/www/diag_backup.php: "interfaces" => gettext("Interfaces"), +src/www/diag_backup.php: "ipsec" => gettext("IPSEC"), +src/www/diag_backup.php: "nat" => gettext("NAT"), +src/www/diag_backup.php: "openvpn" => gettext("OpenVPN"), +src/www/diag_backup.php: "installedpackages" => gettext("Package Manager"), +src/www/diag_backup.php: "pptpd" => gettext("PPTP Server"), +src/www/diag_backup.php: "rrddata" => gettext("RRD Data"), +src/www/diag_backup.php: "cron" => gettext("Scheduled Tasks"), +src/www/diag_backup.php: "syslog" => gettext("Syslog"), +src/www/diag_backup.php: "system" => gettext("System"), +src/www/diag_backup.php: "staticroutes" => gettext("Static routes"), +src/www/diag_backup.php: "sysctl" => gettext("System tunables"), +src/www/diag_backup.php: "snmpd" => gettext("SNMP Server"), +src/www/diag_backup.php: "shaper" => gettext("Traffic Shaper"), +src/www/diag_backup.php: "vlans" => gettext("VLANS"), +src/www/diag_backup.php: "wol" => gettext("Wake on LAN") +src/www/diag_backup.php: $select .= ""; +src/www/diag_backup.php: if (stristr($_POST['Submit'], gettext("Restore configuration"))) +src/www/diag_backup.php: else if (stristr($_POST['Submit'], gettext("Reinstall"))) +src/www/diag_backup.php: else if (stristr($_POST['Submit'], gettext("Clear Package Lock"))) +src/www/diag_backup.php: else if (stristr($_POST['Submit'], gettext("Download"))) +src/www/diag_backup.php: else if (stristr($_POST['Submit'], gettext("Restore version"))) +src/www/diag_backup.php: $input_errors[] = gettext("You must supply and confirm the password for encryption."); +src/www/diag_backup.php: $input_errors[] = gettext("The supplied 'Password' and 'Confirm' field values must match."); +src/www/diag_backup.php: $input_errors[] = gettext("You must supply and confirm the password for decryption."); +src/www/diag_backup.php: $input_errors[] = gettext("The supplied 'Password' and 'Confirm' field values must match."); +src/www/diag_backup.php: log_error(sprintf(gettext("Warning, could not read file %s"), $_FILES['conffile']['tmp_name'])); +src/www/diag_backup.php: $input_errors[] = gettext("The uploaded file does not appear to contain an encrypted OPNsense configuration."); +src/www/diag_backup.php: log_error(gettext("Upgrading m0n0wall configuration to OPNsense.")); +src/www/diag_backup.php: $input_errors[] = gettext("You have selected to restore an area but we could not locate the correct xml tag."); +src/www/diag_backup.php: $input_errors[] = gettext("You have selected to restore an area but we could not locate the correct xml tag."); +src/www/diag_backup.php: $savemsg = gettext("The configuration area has been restored. You may need to reboot the firewall."); +src/www/diag_backup.php: $input_errors[] = sprintf(gettext("You have selected to restore the full configuration but we could not locate a %s tag."), $g['xml_rootobj']); +src/www/diag_backup.php: $savemsg = gettext("The m0n0wall configuration has been restored and upgraded to OPNsense."); +src/www/diag_backup.php: $input_errors[] = gettext("The configuration could not be restored."); +src/www/diag_backup.php: $input_errors[] = gettext("The configuration could not be restored (file upload error)."); +src/www/diag_backup.php: $input_errors[] = gettext("XXX - this feature may hose your config (do NOT backrev configs!) - billm"); +src/www/diag_backup.php: $input_errors[] = gettext("The configuration could not be restored."); +src/www/diag_backup.php: $input_errors[] = gettext("No version selected."); +src/www/diag_backup.php:$pgtitle = array(gettext("Diagnostics"),gettext("Backup/restore")); +src/www/diag_backup.php:" . gettext("The firewall is now rebooting."));?>
    +src/www/diag_backup.php: $tab_array[0] = array(gettext("Config History"), false, "diag_confbak.php"); +src/www/diag_backup.php: $tab_array[1] = array(gettext("Backup/Restore"), true, "diag_backup.php"); +src/www/diag_backup.php:



    +src/www/diag_backup.php: +src/www/diag_backup.php: +src/www/diag_backup.php: +src/www/diag_backup.php: +src/www/diag_backup.php: +src/www/diag_backup.php: " /> +src/www/diag_backup.php:

    +src/www/diag_backup.php:

    +src/www/diag_backup.php:

    +src/www/diag_backup.php: +src/www/diag_backup.php: +src/www/diag_backup.php: +src/www/diag_backup.php:

    " />

    +src/www/diag_backup.php:



    +src/www/diag_backup.php:

    +src/www/diag_backup.php:



    +src/www/diag_backup.php: " /> +src/www/diag_backup.php:



    +src/www/diag_backup.php: " /> +src/www/diag_confbak.php: if (!isset($_POST['confirm']) || ($_POST['confirm'] != gettext("Confirm")) || (!isset($_POST['newver']) && !isset($_POST['rmver']))) { +src/www/diag_confbak.php: $savemsg = sprintf(gettext('Successfully reverted to timestamp %1$s with description "%2$s".'), date(gettext("n/j/y H:i:s"), $_POST['newver']), $confvers[$_POST['newver']]['description']); +src/www/diag_confbak.php: $savemsg = gettext("Unable to revert to the selected configuration."); +src/www/diag_confbak.php: $savemsg = sprintf(gettext('Deleted backup with timestamp %1$s and description "%2$s".'), date(gettext("n/j/y H:i:s"), $_POST['rmver']),$confvers[$_POST['rmver']]['description']); +src/www/diag_confbak.php:$pgtitle = array(gettext("Diagnostics"),gettext("Configuration History")); +src/www/diag_confbak.php: $tab_array[0] = array(gettext("Config History"), true, "diag_confbak.php"); +src/www/diag_confbak.php: $tab_array[1] = array(gettext("Backup/Restore"), false, "diag_backup.php"); +src/www/diag_confbak.php:

    +src/www/diag_confbak.php:

    +src/www/diag_confbak.php: : +src/www/diag_confbak.php:
    : +src/www/diag_confbak.php: echo gettext("Restore from Configuration Backup"); +src/www/diag_confbak.php: echo gettext("Remove Configuration Backup"); +src/www/diag_confbak.php:
    : +src/www/diag_confbak.php: +src/www/diag_confbak.php:
    " /> +src/www/diag_confbak.php: +src/www/diag_confbak.php: +src/www/diag_confbak.php: " /> +src/www/diag_confbak.php: +src/www/diag_confbak.php: +src/www/diag_confbak.php: +src/www/diag_confbak.php: +src/www/diag_confbak.php: +src/www/diag_confbak.php: +src/www/diag_confbak.php: +src/www/diag_confbak.php: +src/www/diag_confbak.php: +src/www/diag_confbak.php: $date = date(gettext("n/j/y H:i:s"), $version['time']); +src/www/diag_confbak.php: $date = gettext("Unknown"); +src/www/diag_confbak.php: "> +src/www/diag_confbak.php: " > +src/www/diag_confbak.php: "> +src/www/diag_confbak.php: " /> +src/www/diag_defaults.php:$pgtitle = array(gettext("Diagnostics"),gettext("Factory defaults")); +src/www/diag_defaults.php: +src/www/diag_defaults.php:

    +src/www/diag_defaults.php:
  • +src/www/diag_defaults.php:
  • +src/www/diag_defaults.php:
  • +src/www/diag_defaults.php:
  • +src/www/diag_defaults.php:
  • +src/www/diag_defaults.php:
  • +src/www/diag_defaults.php:
  • ''
  • +src/www/diag_defaults.php:

    +src/www/diag_defaults.php: " /> +src/www/diag_defaults.php: +src/www/diag_dns.php:$pgtitle = array(gettext("Diagnostics"),gettext("DNS Lookup")); +src/www/diag_dns.php: $input_errors[] = gettext("Host must be a valid hostname or IP address."); +src/www/diag_dns.php: $query_time = gettext("No response"); +src/www/diag_dns.php: $resolved = gettext("No record found"); +src/www/diag_dns.php: echo gettext("IP Address") . ": {$address} \n"; +src/www/diag_dns.php: echo gettext("Host Name") . ": {$hostname} \n"; +src/www/diag_dns.php: $text_table[] = array(gettext("Server"), gettext("Query Time")); +src/www/diag_dns.php:

    +src/www/diag_dns.php: +src/www/diag_dns.php: +src/www/diag_dns.php: +src/www/diag_dns.php: +src/www/diag_dns.php: +src/www/diag_dns.php:
    +src/www/diag_dns.php: +src/www/diag_dns.php:

    +src/www/diag_dns.php:
    +src/www/diag_dns.php: +src/www/diag_dns.php: " /> +src/www/diag_dump_states.php: echo gettext("invalid input"); +src/www/diag_dump_states.php:$pgtitle = array(gettext("Diagnostics"),gettext("Show States")); +src/www/diag_dump_states.php: alert(''); +src/www/diag_dump_states.php: $tab_array[0] = array(gettext("States"), true, "diag_dump_states.php"); +src/www/diag_dump_states.php: $tab_array[1] = array(gettext("Reset states"), false, "diag_resetstate.php"); +src/www/diag_dump_states.php: : +src/www/diag_dump_states.php: +src/www/diag_dump_states.php: " /> +src/www/diag_dump_states.php: " /> +src/www/diag_dump_states.php: +src/www/diag_dump_states.php: +src/www/diag_dump_states.php: Router -> Destination");?> +src/www/diag_dump_states.php: +src/www/diag_dump_states.php: +src/www/diag_dump_states.php: +src/www/diag_dump_states.php:

    :

    +src/www/diag_dump_states_sources.php: echo gettext("invalid input"); +src/www/diag_dump_states_sources.php:$pgtitle = array(gettext("Diagnostics"),gettext("Show Source Tracking")); +src/www/diag_dump_states_sources.php: alert(''); +src/www/diag_dump_states_sources.php: $tab_array[] = array(gettext("States"), false, "diag_dump_states.php"); +src/www/diag_dump_states_sources.php: $tab_array[] = array(gettext("Source Tracking"), true, "diag_dump_states_sources.php"); +src/www/diag_dump_states_sources.php: $tab_array[] = array(gettext("Reset States"), false, "diag_resetstate.php"); +src/www/diag_dump_states_sources.php: +src/www/diag_dump_states_sources.php: " /> +src/www/diag_dump_states_sources.php: Destination");?> +src/www/diag_dump_states_sources.php: +src/www/diag_dump_states_sources.php: +src/www/diag_dump_states_sources.php: +src/www/diag_dump_states_sources.php: title='' alt='' > +src/www/diag_dump_states_sources.php: " . gettext("No source tracking entries were found.") . " +src/www/diag_gmirror.php:$pgtitle = array(gettext("Diagnostics"), gettext("GEOM Mirrors")); +src/www/diag_gmirror.php: "forget" => gettext("Forget all formerly connected consumers"), +src/www/diag_gmirror.php: "clear" => gettext("Remove metadata from disk"), +src/www/diag_gmirror.php: "insert" => gettext("Insert consumer into mirror"), +src/www/diag_gmirror.php: "remove" => gettext("Remove consumer from mirror"), +src/www/diag_gmirror.php: "activate" => gettext("Reactivate consumer on mirror"), +src/www/diag_gmirror.php: "deactivate" => gettext("Deactivate consumer from mirror"), +src/www/diag_gmirror.php: "rebuild" => gettext("Force rebuild of mirror consumer"), +src/www/diag_gmirror.php: if (!isset($_POST['confirm']) || ($_POST['confirm'] != gettext("Confirm"))) { +src/www/diag_gmirror.php: $input_errors[] = gettext("You must supply a valid mirror name."); +src/www/diag_gmirror.php: $input_errors[] = gettext("You must supply a valid consumer name"); +src/www/diag_gmirror.php: $input_errors[] = gettext("Consumer is already in use and cannot be inserted. Remove consumer from existing mirror first."); +src/www/diag_gmirror.php: $input_errors[] = gettext("Consumer has metadata from an existing mirror. Clear metadata before inserting consumer."); +src/www/diag_gmirror.php: $input_errors[] = gettext("Mirror is not in a COMPLETE state, cannot insert consumer. Forget disconnected disks or wait for rebuild to finish."); +src/www/diag_gmirror.php: $input_errors[] = gettext("Consumer is in use and cannot be cleared. Deactivate disk first."); +src/www/diag_gmirror.php: $input_errors[] = gettext("Consumer has no metadata to clear."); +src/www/diag_gmirror.php: $input_errors[] = gettext("Consumer is already present on specified mirror."); +src/www/diag_gmirror.php: $input_errors[] = gettext("Consumer has no metadata and cannot be reactivated."); +src/www/diag_gmirror.php: $input_errors[] = gettext("Consumer must be present on the specified mirror."); +src/www/diag_gmirror.php: print_info_box(gettext("There was an error performing the chosen mirror operation. Check the System Log for details.")); +src/www/diag_gmirror.php:   +src/www/diag_gmirror.php: +src/www/diag_gmirror.php: +src/www/diag_gmirror.php: : +src/www/diag_gmirror.php:
    : +src/www/diag_gmirror.php:
    : +src/www/diag_gmirror.php:
    : +src/www/diag_gmirror.php:
    " /> +src/www/diag_gmirror.php: +src/www/diag_gmirror.php: +src/www/diag_gmirror.php: +src/www/diag_gmirror.php: +src/www/diag_gmirror.php: +src/www/diag_gmirror.php:
    [] +src/www/diag_gmirror.php: [] +src/www/diag_gmirror.php: [] +src/www/diag_gmirror.php: [] +src/www/diag_gmirror.php: [] +src/www/diag_gmirror.php: [] +src/www/diag_gmirror.php: [] +src/www/diag_gmirror.php: +src/www/diag_gmirror.php:
    +src/www/diag_gmirror.php: +src/www/diag_gmirror.php: +src/www/diag_gmirror.php: +src/www/diag_gmirror.php: +src/www/diag_gmirror.php: +src/www/diag_gmirror.php: [ ] +src/www/diag_gmirror.php:
    [] +src/www/diag_gmirror.php: +src/www/diag_gmirror.php:
    +src/www/diag_gmirror.php: +src/www/diag_ipsec.php:$pgtitle = array(gettext("Status"),gettext("IPsec")); +src/www/diag_ipsec.php: +src/www/diag_ipsec.php: +src/www/diag_ipsec.php: +src/www/diag_ipsec.php: +src/www/diag_ipsec.php: +src/www/diag_ipsec.php: +src/www/diag_ipsec.php: +src/www/diag_ipsec.php: +src/www/diag_ipsec.php: +src/www/diag_ipsec.php: +src/www/diag_ipsec.php: +src/www/diag_ipsec.php: +src/www/diag_ipsec.php: +src/www/diag_ipsec.php: +src/www/diag_ipsec.php: +src/www/diag_ipsec.php:
    +src/www/diag_ipsec.php: +src/www/diag_ipsec_leases.php:$pgtitle = array(gettext("Status"),gettext("IPsec"),gettext("Leases")); +src/www/diag_ipsec_leases.php: echo gettext("Pool: ") . $pool['name']; +src/www/diag_ipsec_leases.php: echo ' ' . gettext("usage: ") . $pool['usage']; +src/www/diag_ipsec_leases.php: echo ' ' . gettext("online: ") . $pool['online']; +src/www/diag_ipsec_leases.php: +src/www/diag_ipsec_leases.php: +src/www/diag_ipsec_leases.php: +src/www/diag_ipsec_leases.php:

    +src/www/diag_ipsec_leases.php:

    +src/www/diag_ipsec_leases.php:
    +src/www/diag_ipsec_leases.php: +src/www/diag_ipsec_sad.php:$pgtitle = array(gettext("Status"),gettext("IPsec"),gettext("SAD")); +src/www/diag_ipsec_sad.php: +src/www/diag_ipsec_sad.php: +src/www/diag_ipsec_sad.php: +src/www/diag_ipsec_sad.php: +src/www/diag_ipsec_sad.php: +src/www/diag_ipsec_sad.php: +src/www/diag_ipsec_sad.php: +src/www/diag_ipsec_sad.php:

    +src/www/diag_ipsec_sad.php:
    +src/www/diag_ipsec_sad.php: +src/www/diag_ipsec_spd.php:$pgtitle = array(gettext("Status"),gettext("IPsec"),gettext("SPD")); +src/www/diag_ipsec_spd.php: +src/www/diag_ipsec_spd.php: +src/www/diag_ipsec_spd.php: +src/www/diag_ipsec_spd.php: +src/www/diag_ipsec_spd.php: +src/www/diag_ipsec_spd.php: +src/www/diag_ipsec_spd.php: +src/www/diag_ipsec_spd.php:

    +src/www/diag_ipsec_spd.php:
    +src/www/diag_ipsec_spd.php: +src/www/diag_ipsec_tabs.php: $tab_array[0] = array(gettext("Overview"), $_SERVER['PHP_SELF'] == '/diag_ipsec.php', "diag_ipsec.php"); +src/www/diag_ipsec_tabs.php: $tab_array[1] = array(gettext("Leases"), $_SERVER['PHP_SELF'] == '/diag_ipsec_leases.php', "diag_ipsec_leases.php"); +src/www/diag_ipsec_tabs.php: $tab_array[2] = array(gettext("SAD"), $_SERVER['PHP_SELF'] == '/diag_ipsec_sad.php', "diag_ipsec_sad.php"); +src/www/diag_ipsec_tabs.php: $tab_array[3] = array(gettext("SPD"), $_SERVER['PHP_SELF'] == '/diag_ipsec_spd.php', "diag_ipsec_spd.php"); +src/www/diag_ipsec_tabs.php: $tab_array[4] = array(gettext("Logs"), $_SERVER['PHP_SELF'] == '/diag_logs_ipsec.php', "diag_logs_ipsec.php"); +src/www/diag_limiter_info.php:$pgtitle = gettext("Diagnostics: Limiter Info"); +src/www/diag_limiter_info.php: +src/www/diag_logs.php:$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("General")); +src/www/diag_logs.php: " /> +src/www/diag_logs.php: " /> +src/www/diag_logs_auth.php:$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("Portal Auth")); +src/www/diag_logs_auth.php:

    +src/www/diag_logs_auth.php: " /> +src/www/diag_logs_dhcp.php:$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("DHCP")); +src/www/diag_logs_dhcp.php:

    +src/www/diag_logs_dhcp.php: " /> +src/www/diag_logs_filter.php: $response = array('resolve_ip' => $ip, 'resolve_text' => gettext("Cannot resolve")); +src/www/diag_logs_filter.php: echo gettext("The rule that triggered this action is") . ":\n\n{$rule}"; +src/www/diag_logs_filter.php:$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("Firewall")); +src/www/diag_logs_filter.php: " /> +src/www/diag_logs_filter.php:
    +src/www/diag_logs_filter.php:
    +src/www/diag_logs_filter.php:
    +src/www/diag_logs_filter.php:
    " />
    +src/www/diag_logs_filter.php: ', '');?>   +src/www/diag_logs_filter.php: printf(gettext("Last %s firewall log entries."),count($filterlog)); +src/www/diag_logs_filter.php: echo count($filterlog). ' ' . gettext("matched log entries."); +src/www/diag_logs_filter.php: printf(gettext("Max(%s)"),$nentries);?> +src/www/diag_logs_filter.php: +src/www/diag_logs_filter.php: +src/www/diag_logs_filter.php: +src/www/diag_logs_filter.php: +src/www/diag_logs_filter.php: +src/www/diag_logs_filter.php: +src/www/diag_logs_filter.php: +src/www/diag_logs_filter.php: ');" title="" class="ICON-" alt="Icon Reverse Resolve with DNS"> +src/www/diag_logs_filter.php: " title="" onclick="return confirm('')"> +src/www/diag_logs_filter.php: ');" title="" class="ICON-" alt="Icon Reverse Resolve with DNS"> +src/www/diag_logs_filter.php: " title="" onclick="return confirm('')"> +src/www/diag_logs_filter.php: +src/www/diag_logs_filter.php: " /> +src/www/diag_logs_filter_dynamic.php:$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("Firewall (Dynamic View)")); +src/www/diag_logs_filter_dynamic.php: .      +src/www/diag_logs_filter_dynamic.php: +src/www/diag_logs_filter_dynamic.php: +src/www/diag_logs_filter_dynamic.php: +src/www/diag_logs_filter_dynamic.php: +src/www/diag_logs_filter_dynamic.php: +src/www/diag_logs_filter_dynamic.php: +src/www/diag_logs_filter_dynamic.php:

    : F - FIN, S - SYN, A or . - ACK, R - RST, P - PSH, U - URG, E - ECE, C - CWR

    +src/www/diag_logs_filter_summary.php:$pgtitle = gettext("Status").": ".gettext("System logs").": ".gettext("Firewall Log Summary"); +src/www/diag_logs_filter_summary.php: 'act' => gettext("Actions"), +src/www/diag_logs_filter_summary.php: 'interface' => gettext("Interfaces"), +src/www/diag_logs_filter_summary.php: 'proto' => gettext("Protocols"), +src/www/diag_logs_filter_summary.php: 'srcip' => gettext("Source IPs"), +src/www/diag_logs_filter_summary.php: 'dstip' => gettext("Destination IPs"), +src/www/diag_logs_filter_summary.php: 'srcport' => gettext("Source Ports"), +src/www/diag_logs_filter_summary.php: 'dstport' => gettext("Destination Ports")); +src/www/diag_logs_filter_summary.php: print "{$fields[$stat]} ".gettext("data").""; +src/www/diag_logs_filter_summary.php: $outstr = "\"log\" {$outstr}"; +src/www/diag_logs_filter_summary.php:


    +src/www/diag_logs_filter_summary.php:

    +src/www/diag_logs_gateways.php:$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("Gateways")); +src/www/diag_logs_gateways.php: " /> +src/www/diag_logs_gateways.php: " /> +src/www/diag_logs_ipsec.php:$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("IPsec VPN")); +src/www/diag_logs_ipsec.php:

    +src/www/diag_logs_ipsec.php: " /> +src/www/diag_logs_ntpd.php:$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("NTP")); +src/www/diag_logs_ntpd.php:

    +src/www/diag_logs_ntpd.php: " /> +src/www/diag_logs_openvpn.php:$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("OpenVPN")); +src/www/diag_logs_openvpn.php:

    +src/www/diag_logs_openvpn.php: " /> +src/www/diag_logs_pills.php: $tab_array[] = array(gettext("PPTP Logins"), +src/www/diag_logs_pills.php: $tab_array[] = array(gettext("PPTP Raw"), +src/www/diag_logs_pills.php: $tab_array[] = array(gettext("PPPoE Logins"), +src/www/diag_logs_pills.php: $tab_array[] = array(gettext("PPPoE Raw"), +src/www/diag_logs_pills.php: $tab_array[] = array(gettext("L2TP Logins"), +src/www/diag_logs_pills.php: $tab_array[] = array(gettext("L2TP Raw"), +src/www/diag_logs_pills.php: $tab_array[] = array(gettext("Normal View"), true, "/diag_logs_filter.php"); +src/www/diag_logs_pills.php: $tab_array[] = array(gettext("Dynamic View"), false, "/diag_logs_filter_dynamic.php"); +src/www/diag_logs_pills.php: $tab_array[] = array(gettext("Summary View"), false, "/diag_logs_filter_summary.php"); +src/www/diag_logs_pills.php: $tab_array[] = array(gettext("General"), true, "/diag_logs.php"); +src/www/diag_logs_pills.php: $tab_array[] = array(gettext("Gateways"), false, "/diag_logs_gateways.php"); +src/www/diag_logs_pills.php: $tab_array[] = array(gettext("Routing"), false, "/diag_logs_routing.php"); +src/www/diag_logs_pills.php: $tab_array[] = array(gettext("Resolver"), false, "/diag_logs_resolver.php"); +src/www/diag_logs_pills.php: $tab_array[] = array(gettext("Wireless"), false, "/diag_logs_wireless.php"); +src/www/diag_logs_ppp.php:$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("PPP")); +src/www/diag_logs_ppp.php:

    +src/www/diag_logs_ppp.php: " /> +src/www/diag_logs_relayd.php:$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("Load Balancer")); +src/www/diag_logs_relayd.php:

    +src/www/diag_logs_relayd.php: " /> +src/www/diag_logs_resolver.php:$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("Resolver")); +src/www/diag_logs_resolver.php: " /> +src/www/diag_logs_resolver.php: " /> +src/www/diag_logs_routing.php:$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("Routing")); +src/www/diag_logs_routing.php: " /> +src/www/diag_logs_settings.php:if ($_POST['resetlogs'] == gettext("Reset Log Files")) { +src/www/diag_logs_settings.php: $savemsg .= gettext("The log files have been reset."); +src/www/diag_logs_settings.php: $input_errors[] = gettext("A valid IP address/hostname or IP/hostname:port must be specified for remote syslog server #1."); +src/www/diag_logs_settings.php: $input_errors[] = gettext("A valid IP address/hostname or IP/hostname:port must be specified for remote syslog server #2."); +src/www/diag_logs_settings.php: $input_errors[] = gettext("A valid IP address/hostname or IP/hostname:port must be specified for remote syslog server #3."); +src/www/diag_logs_settings.php: $input_errors[] = gettext("Number of log entries to show must be between 5 and 2000."); +src/www/diag_logs_settings.php: $input_errors[] = gettext("Log file size must be a positive integer greater than 5120."); +src/www/diag_logs_settings.php: log_error(gettext("webConfigurator configuration has changed. Restarting webConfigurator.")); +src/www/diag_logs_settings.php: $savemsg .= "
    " . gettext("WebGUI process is restarting."); +src/www/diag_logs_settings.php:$pgtitle = array(gettext("Status"), gettext("System logs"), gettext("Settings")); +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: . +src/www/diag_logs_settings.php: . +src/www/diag_logs_settings.php:
    +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php:
    +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php:
    +src/www/diag_logs_settings.php:
    +src/www/diag_logs_settings.php:
    +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php:
    +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: " onclick="return confirm('')" /> +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php: +src/www/diag_logs_settings.php:

    +src/www/diag_logs_settings.php:
    +src/www/diag_logs_settings.php:
    +src/www/diag_logs_settings.php:
    +src/www/diag_logs_settings.php:
    +src/www/diag_logs_settings.php:
    +src/www/diag_logs_settings.php:
    +src/www/diag_logs_settings.php:
    +src/www/diag_logs_settings.php:
    +src/www/diag_logs_settings.php: " onclick="enable_change(true)" /> +src/www/diag_logs_settings.php:
    +src/www/diag_logs_settings.php: +src/www/diag_logs_vpn.php: +src/www/diag_logs_vpn.php: +src/www/diag_logs_vpn.php: +src/www/diag_logs_vpn.php: " /> +src/www/diag_logs_wireless.php:$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("Wireless")); +src/www/diag_logs_wireless.php: " /> +src/www/diag_nanobsd.php:$pgtitle = array(gettext("Diagnostics"), gettext("NanoBSD")); +src/www/diag_nanobsd.php: $statusmsg = gettext("Setting slice information, please wait..."); +src/www/diag_nanobsd.php: $savemsg = gettext("The boot slice has been set to") . " " . nanobsd_get_active_slice(); +src/www/diag_nanobsd.php: $statusmsg = gettext("Duplicating slice. Please wait, this will take a moment..."); +src/www/diag_nanobsd.php: $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."); +src/www/diag_nanobsd.php: $savemsg = gettext("There was an error while duplicating the slice. Operation aborted."); +src/www/diag_nanobsd.php:   +src/www/diag_nanobsd.php: +src/www/diag_nanobsd.php: +src/www/diag_nanobsd.php: +src/www/diag_nanobsd.php: +src/www/diag_nanobsd.php: +src/www/diag_nanobsd.php:

    +src/www/diag_nanobsd.php: +src/www/diag_nanobsd.php: echo gettext("Read/Write") . $refdisplay; +src/www/diag_nanobsd.php: echo "
    "; +src/www/diag_nanobsd.php: echo gettext("Read-Only"); +src/www/diag_nanobsd.php: echo "
    "; +src/www/diag_nanobsd.php:
    +src/www/diag_nanobsd.php: > +src/www/diag_nanobsd.php:
    +src/www/diag_nanobsd.php: +src/www/diag_nanobsd.php: +src/www/diag_nanobsd.php: +src/www/diag_nanobsd.php: +src/www/diag_nanobsd.php:
    +src/www/diag_nanobsd.php: +src/www/diag_nanobsd.php: +src/www/diag_nanobsd.php: Advanced, Miscellaneous tab")?>. +src/www/diag_nanobsd.php: +src/www/diag_nanobsd.php: +src/www/diag_ndp.php:$pgtitle = array(gettext("Diagnostics"),gettext("NDP Table")); +src/www/diag_ndp.php: +src/www/diag_ndp.php: +src/www/diag_ndp.php: +src/www/diag_ndp.php: +src/www/diag_packet_capture.php:if ($_POST['downloadbtn'] == gettext("Download Capture")) +src/www/diag_packet_capture.php:$pgtitle = array(gettext("Diagnostics"), gettext("Packet Capture")); +src/www/diag_packet_capture.php: $interfaces['ovpn' . substr($mode, 0, 1) . $setting['vpnid']] = gettext("OpenVPN") . " ".$mode.": ".htmlspecialchars($setting['description']); +src/www/diag_packet_capture.php: $input_errors[] = gettext("Invalid interface."); +src/www/diag_packet_capture.php: $input_errors[] = gettext("Invalid address family."); +src/www/diag_packet_capture.php: $input_errors[] = gettext("Invalid protocol."); +src/www/diag_packet_capture.php: $input_errors[] = sprintf(gettext("A valid IP address or CIDR block must be specified. [%s]"), $h); +src/www/diag_packet_capture.php: $input_errors[] = gettext("Invalid value specified for port."); +src/www/diag_packet_capture.php: $input_errors[] = gettext("Invalid value specified for packet length."); +src/www/diag_packet_capture.php: $input_errors[] = gettext("Invalid value specified for packet count."); +src/www/diag_packet_capture.php: $action = gettext("Start"); +src/www/diag_packet_capture.php: $action = gettext("Stop"); +src/www/diag_packet_capture.php:

    +src/www/diag_packet_capture.php: +src/www/diag_packet_capture.php:

    +src/www/diag_packet_capture.php: +src/www/diag_packet_capture.php:

    +src/www/diag_packet_capture.php:
    :

    +src/www/diag_packet_capture.php: +src/www/diag_packet_capture.php:

    +src/www/diag_packet_capture.php: +src/www/diag_packet_capture.php:

    +src/www/diag_packet_capture.php: +src/www/diag_packet_capture.php:

    +src/www/diag_packet_capture.php:
    +src/www/diag_packet_capture.php:
    +src/www/diag_packet_capture.php: +src/www/diag_packet_capture.php:

    +src/www/diag_packet_capture.php: +src/www/diag_packet_capture.php:

    +src/www/diag_packet_capture.php: +src/www/diag_packet_capture.php:

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

    +src/www/diag_packet_capture.php: +src/www/diag_packet_capture.php: +src/www/diag_packet_capture.php: +src/www/diag_packet_capture.php: +src/www/diag_packet_capture.php: +src/www/diag_packet_capture.php:

    " . +src/www/diag_packet_capture.php: gettext("Note:") . " " . +src/www/diag_packet_capture.php: gettext("This option does not affect the level of detail when downloading the packet capture.");?>

    +src/www/diag_packet_capture.php: +src/www/diag_packet_capture.php:

    +src/www/diag_packet_capture.php:
    :

    +src/www/diag_packet_capture.php: if (($action == gettext("Stop") or $action == "") and $processisrunning != true) +src/www/diag_packet_capture.php: echo " "; +src/www/diag_packet_capture.php: echo " "; +src/www/diag_packet_capture.php: echo " "; +src/www/diag_packet_capture.php: echo ""; +src/www/diag_packet_capture.php: echo "
    " . gettext("The packet capture file was last updated:") . " " . date("F jS, Y g:i:s a.", filemtime($fp.$fn)); +src/www/diag_packet_capture.php: $title = gettext("Packet Capture is running."); +src/www/diag_packet_capture.php: if ($action == gettext("Start")) { +src/www/diag_packet_capture.php: $title = gettext("Packet Capture is running."); +src/www/diag_packet_capture.php: $title = gettext("Packet Capture stopped.") . " " . gettext("Packets Captured:"); +src/www/diag_patterns.php:if (($_POST['submit'] == gettext("Upload Pattern file")) && is_uploaded_file($_FILES['ulfile']['tmp_name'])) { +src/www/diag_patterns.php: write_config(sprintf(gettext("Added custom l7 pattern %s"), $_FILES['ulfile']['name'])); +src/www/diag_patterns.php: $ulmsg = gettext("Uploaded file to") . " /usr/local/share/protocols/" . htmlentities($_FILES['ulfile']['name']); +src/www/diag_patterns.php: $ulmsg = gettext("Warning: You must upload a file with .pat extension."); +src/www/diag_patterns.php:$pgtitle = array(gettext("Diagnostics"), gettext("Add layer7 pattern")); +src/www/diag_patterns.php: +src/www/diag_patterns.php: +src/www/diag_patterns.php: " /> +src/www/diag_pf_info.php:$pgtitle = gettext("Diagnostics: pfInfo"); +src/www/diag_pf_info.php: +src/www/diag_ping.php:$pgtitle = array(gettext("Diagnostics"), gettext("Ping")); +src/www/diag_ping.php: $reqdfieldsn = array(gettext("Host"),gettext("Count")); +src/www/diag_ping.php: $input_errors[] = sprintf(gettext("Count must be between 1 and %s"), MAX_COUNT); +src/www/diag_ping.php: $input_errors[] = gettext("When using IPv4, the target host must be an IPv4 address or hostname."); +src/www/diag_ping.php: $input_errors[] = gettext("When using IPv6, the target host must be an IPv6 address or hostname."); +src/www/diag_ping.php:

    +src/www/diag_ping.php: +src/www/diag_ping.php: +src/www/diag_ping.php: +src/www/diag_ping.php: +src/www/diag_ping.php: " /> +src/www/diag_ping.php:

    +src/www/diag_resetstate.php: $savemsg .= gettext("The state table has been flushed successfully."); +src/www/diag_resetstate.php: $savemsg .= gettext("The source tracking table has been flushed successfully."); +src/www/diag_resetstate.php:$pgtitle = array(gettext("Diagnostics"), gettext("Reset state")); +src/www/diag_resetstate.php: $tab_array[0] = array(gettext("States"), false, "diag_dump_states.php"); +src/www/diag_resetstate.php: $tab_array[1] = array(gettext("Reset states"), true, "diag_resetstate.php"); +src/www/diag_resetstate.php:
    +src/www/diag_resetstate.php:

    +src/www/diag_resetstate.php:
    +src/www/diag_resetstate.php: " /> +src/www/diag_routes.php:$pgtitle = array(gettext("Diagnostics"),gettext("Routing tables")); +src/www/diag_routes.php:

    +src/www/diag_routes.php: +src/www/diag_routes.php: />  +src/www/diag_routes.php:

    +src/www/diag_routes.php: +src/www/diag_routes.php: foreach (array("10", "50", "100", "200", "500", "1000", gettext("all")) as $item) { +src/www/diag_routes.php:

    +src/www/diag_routes.php: +src/www/diag_routes.php:

    +src/www/diag_routes.php: " /> +src/www/diag_routes.php:

    +src/www/diag_routes.php: +src/www/diag_routes.php: +src/www/diag_smart.php:$pgtitle = array(gettext("Diagnostics"), gettext("S.M.A.R.T. Monitor Tools")); +src/www/diag_smart.php: $replacements[0] = '' . gettext("PASSED") . ''; +src/www/diag_smart.php: $replacements[1] = '' . gettext("FAILED") . ''; +src/www/diag_smart.php: $replacements[2] = '' . gettext("Warning") . ''; +src/www/diag_smart.php: +src/www/diag_smart.php: $savemsg = sprintf(gettext("Email sent to %s"), $config['system']['smartmonemail']); +src/www/diag_smart.php: $tab_array[0] = array(gettext("Information/Tests"), false, $_SERVER['PHP_SELF'] . "?action=default"); +src/www/diag_smart.php: $tab_array[1] = array(gettext("Config"), true, $_SERVER['PHP_SELF'] . "?action=config"); +src/www/diag_smart.php: +src/www/diag_smart.php: +src/www/diag_smart.php: " class="formbtn" /> +src/www/diag_smart.php: +src/www/diag_smart.php: +src/www/diag_smart.php: " class="formbtn" /> +src/www/diag_smart.php:

    +src/www/diag_smart.php: +src/www/diag_smart.php: +src/www/diag_smart.php: +src/www/diag_smart.php: +src/www/diag_smart.php: +src/www/diag_smart.php: +src/www/diag_smart.php: +src/www/diag_smart.php: " /> +src/www/diag_smart.php:

    +src/www/diag_smart.php: +src/www/diag_smart.php: +src/www/diag_smart.php: +src/www/diag_smart.php: +src/www/diag_smart.php: +src/www/diag_smart.php: +src/www/diag_smart.php: " /> +src/www/diag_smart.php:

    +src/www/diag_smart.php: +src/www/diag_smart.php: +src/www/diag_smart.php: +src/www/diag_smart.php: +src/www/diag_smart.php: " /> +src/www/diag_smart.php:

    +src/www/diag_smart.php: +src/www/diag_smart.php: " class="btn btn-primary" onclick="return confirm('')" /> +src/www/diag_smart.php: echo '
    ' . gettext("Back") . ''; +src/www/diag_sockets.php:$pgtitle = array(gettext("Diagnostics"),gettext("Sockets")); +src/www/diag_states_summary.php: +src/www/diag_states_summary.php: # +src/www/diag_states_summary.php: +src/www/diag_states_summary.php: # +src/www/diag_states_summary.php: +src/www/diag_states_summary.php: +src/www/diag_states_summary.php:$pgtitle = array(gettext("Diagnostics"),gettext("State Table Summary")); +src/www/diag_states_summary.php:print_summary_table(gettext("By Source IP"), $srcipinfo); +src/www/diag_states_summary.php:print_summary_table(gettext("By Destination IP"), $dstipinfo); +src/www/diag_states_summary.php:print_summary_table(gettext("Total per IP"), $allipinfo); +src/www/diag_states_summary.php:print_summary_table(gettext("By IP Pair"), $pairipinfo, FALSE); +src/www/diag_system_activity.php:$pgtitle = gettext("Diagnostics: System Activity"); +src/www/diag_system_activity.php: +src/www/diag_system_pftop.php:$pgtitle = gettext("Diagnostics: pfTop"); +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php: +src/www/diag_system_pftop.php:
    +src/www/diag_tables.php:$pgtitle = array(gettext("Diagnostics"), gettext("Tables")); +src/www/diag_tables.php: $savemsg = gettext("The bogons database has been updated."); +src/www/diag_tables.php: +src/www/diag_tables.php: echo "" . gettext("No entries exist in this table.") . "  " . " " . gettext(" the latest bogon data."); +src/www/diag_tables.php: echo "" . gettext("No entries exist in this table."); +src/www/diag_tables.php: echo " $count " . gettext("entries in this table.") . "  " . " " . gettext(" the latest bogon data.") . "
    " . "$last_updated"; +src/www/diag_tables.php: echo "" . gettext("Delete") . " " . gettext("all") . " " . "$count " . gettext("entries in this table."); +src/www/diag_testport.php:$pgtitle = array(gettext("Diagnostics"), gettext("Test Port")); +src/www/diag_testport.php: $reqdfieldsn = array(gettext("Host"),gettext("Port")); +src/www/diag_testport.php: $input_errors[] = gettext("Please enter a valid IP or hostname."); +src/www/diag_testport.php: $input_errors[] = gettext("Please enter a valid port number."); +src/www/diag_testport.php: $input_errors[] = gettext("Please enter a valid source port number, or leave the field blank."); +src/www/diag_testport.php: $input_errors[] = gettext("You cannot connect to an IPv4 address using IPv6."); +src/www/diag_testport.php: $input_errors[] = gettext("You cannot connect to an IPv6 address using IPv4."); +src/www/diag_testport.php: +src/www/diag_testport.php: +src/www/diag_testport.php:

    +src/www/diag_testport.php: +src/www/diag_testport.php: +src/www/diag_testport.php: +src/www/diag_testport.php:

    +src/www/diag_testport.php: +src/www/diag_testport.php:

    +src/www/diag_testport.php: +src/www/diag_testport.php: +src/www/diag_testport.php: +src/www/diag_testport.php: +src/www/diag_testport.php:

    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."); ?>

    +src/www/diag_testport.php: " /> +src/www/diag_testport.php:

    +src/www/diag_testport.php: echo gettext("No output received, or connection failed. Try with \"Show Remote Text\" unchecked first."); +src/www/diag_testport.php: echo gettext("Connection failed (Refused/Timeout)"); +src/www/diag_traceroute.php:$pgtitle = array(gettext("Diagnostics"),gettext("Traceroute")); +src/www/diag_traceroute.php: $reqdfieldsn = array(gettext("Host"),gettext("ttl")); +src/www/diag_traceroute.php: $input_errors[] = sprintf(gettext("Maximum number of hops must be between 1 and %s"), MAX_TTL); +src/www/diag_traceroute.php: $input_errors[] = gettext("When using IPv4, the target host must be an IPv4 address or hostname."); +src/www/diag_traceroute.php: $input_errors[] = gettext("When using IPv6, the target host must be an IPv6 address or hostname."); +src/www/diag_traceroute.php:

    +src/www/diag_traceroute.php: +src/www/diag_traceroute.php: +src/www/diag_traceroute.php: +src/www/diag_traceroute.php: +src/www/diag_traceroute.php: +src/www/diag_traceroute.php: +src/www/diag_traceroute.php: " /> +src/www/diag_traceroute.php:

    +src/www/diag_traceroute.php: +src/www/diag_traceroute.php: +src/www/diag_traceroute.php:

    +src/www/easyrule.php:$pgtitle = gettext("Firewall: EasyRule"); +src/www/easyrule.php:: +src/www/easyrule.php:, > "font-weight: bold; color: yellow;"); +src/www/fbegin.inc:$help_menu[] = array(gettext("About this Page"), $helpurl); +src/www/fbegin.inc:$help_menu[] = array(gettext("Bug Database"), "https://github.com/opnsense/core/issues"); +src/www/fbegin.inc:$help_menu[] = array(gettext("User Forum"), "https://forum.opnsense.org/"); +src/www/fbegin.inc:$help_menu[] = array(gettext("Documentation"), "https://wiki.opnsense.org/"); +src/www/fbegin.inc:$help_menu[] = array(gettext("Developers Wiki"), "https://wiki.opnsense.org/index.php/Develop:Info"); +src/www/fbegin.inc:$help_menu[] = array(gettext("Paid Support"), "https://opnsense.org/support-overview/commercial-support/"); +src/www/fbegin.inc:$help_menu[] = array(gettext("FreeBSD Handbook"), "https://www.freebsd.org/doc/handbook/"); +src/www/fbegin.inc: $pgtitle = array(gettext("System"),gettext("Package Manager")); +src/www/fbegin.inc: 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"); +src/www/fbegin.inc:

  • ">Help
  • +src/www/fbegin.inc: +src/www/fbegin.inc: +src/www/fbegin.inc: +src/www/fbegin.inc: +src/www/fbegin.inc: +src/www/fbegin.inc: +src/www/fbegin.inc: +src/www/fbegin.inc: +src/www/fbegin.inc: +src/www/firewall_aliases.php: $savemsg = sprintf(gettext("Cannot delete alias. Currently in use by %s"), $referenced_by); +src/www/firewall_aliases.php:$pgtitle = array(gettext("Firewall"),gettext("Aliases")); +src/www/firewall_aliases.php: array('href'=>'firewall_aliases_edit.php?tab='.$tab, 'label'=>gettext("Add a new alias")), +src/www/firewall_aliases.php: array('href'=>'firewall_aliases_import.php', 'label'=>gettext("Bulk import aliases from list")), +src/www/firewall_aliases.php: " . gettext("You must apply the changes in order for them to take effect."));?> +src/www/firewall_aliases.php: $tab_array[] = array(gettext("IP"),($tab=="ip" ? true : ($tab=="host" ? true : ($tab == "network" ? true : false))), "/firewall_aliases.php?tab=ip"); +src/www/firewall_aliases.php: $tab_array[] = array(gettext("Ports"), ($tab=="port"? true : false), "/firewall_aliases.php?tab=port"); +src/www/firewall_aliases.php: $tab_array[] = array(gettext("URLs"), ($tab=="url"? true : false), "/firewall_aliases.php?tab=url"); +src/www/firewall_aliases.php: $tab_array[] = array(gettext("All"), ($tab=="all"? true : false), "/firewall_aliases.php?tab=all"); +src/www/firewall_aliases.php: +src/www/firewall_aliases.php: +src/www/firewall_aliases.php: +src/www/firewall_aliases.php: "> +src/www/firewall_aliases.php: ')"> +src/www/firewall_aliases.php:


    +src/www/firewall_aliases_edit.php:$pgtitle = array(gettext("Firewall"),gettext("Aliases"),gettext("Edit")); +src/www/firewall_aliases_edit.php: $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."); +src/www/firewall_aliases_edit.php: $reqdfieldsn = array(gettext("Name")); +src/www/firewall_aliases_edit.php: $input_errors[] = gettext("Reserved word used for alias name."); +src/www/firewall_aliases_edit.php: $input_errors[] = gettext("Reserved word used for alias name."); +src/www/firewall_aliases_edit.php: $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, _."; +src/www/firewall_aliases_edit.php: $input_errors[] = gettext("An alias with this name already exists."); +src/www/firewall_aliases_edit.php: $input_errors[] = sprintf(gettext("Cannot use a reserved keyword as alias name %s"), $rk); +src/www/firewall_aliases_edit.php: $input_errors[] = gettext("An interface description with this name already exists."); +src/www/firewall_aliases_edit.php: $input_errors[] = gettext("You must provide a valid URL."); +src/www/firewall_aliases_edit.php: $input_errors[] = gettext("Unable to fetch usable data."); +src/www/firewall_aliases_edit.php: $final_address_details[] = sprintf(gettext("Entry added %s"), date('r')); +src/www/firewall_aliases_edit.php: $final_address_details[] = sprintf(gettext("Entry added %s"), date('r')); +src/www/firewall_aliases_edit.php: $input_errors[] = sprintf(gettext("You must provide a valid URL. Could not fetch usable data from '%s'."), $_POST['address' . $x]); +src/www/firewall_aliases_edit.php: $input_errors[] = sprintf(gettext("URL '%s' is not valid."), $_POST['address' . $x]); +src/www/firewall_aliases_edit.php: $input_errors[] = $_POST["address{$x}"] . " " . gettext("is not a valid port or alias."); +src/www/firewall_aliases_edit.php: $input_errors[] = sprintf(gettext('%1$s is not a valid %2$s alias.'), $_POST["address{$x}"], $_POST['type']); +src/www/firewall_aliases_edit.php: $input_errors[] = sprintf(gettext('%s/%s is not a valid subnet.'), $_POST["address{$x}"], $_POST["address_subnet{$x}"]); +src/www/firewall_aliases_edit.php: $final_address_details[] = sprintf(gettext("Entry added %s"), date('r')); +src/www/firewall_aliases_edit.php: $input_errors[] = sprintf(gettext('The alias(es): %s cannot be nested because they are not of the same type.'), $wrongaliases); +src/www/firewall_aliases_edit.php:$network_str = gettext("Network or FQDN"); +src/www/firewall_aliases_edit.php:$networks_str = gettext("Network(s)"); +src/www/firewall_aliases_edit.php:$cidr_str = gettext("CIDR"); +src/www/firewall_aliases_edit.php:$description_str = gettext("Description"); +src/www/firewall_aliases_edit.php:$hosts_str = gettext("Host(s)"); +src/www/firewall_aliases_edit.php:$ip_str = gettext("IP or FQDN"); +src/www/firewall_aliases_edit.php:$ports_str = gettext("Port(s)"); +src/www/firewall_aliases_edit.php:$port_str = gettext("Port"); +src/www/firewall_aliases_edit.php:$url_str = gettext("URL (IPs)"); +src/www/firewall_aliases_edit.php:$url_ports_str = gettext("URL (Ports)"); +src/www/firewall_aliases_edit.php:$urltable_str = gettext("URL Table (IPs)"); +src/www/firewall_aliases_edit.php:$urltable_ports_str = gettext("URL Table (Ports)"); +src/www/firewall_aliases_edit.php:$update_freq_str = gettext("Update Freq. (days)"); +src/www/firewall_aliases_edit.php:$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."); +src/www/firewall_aliases_edit.php:$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."); +src/www/firewall_aliases_edit.php:$ports_help = gettext("Enter as many ports as you wish. Port ranges can be expressed by separating with a colon."); +src/www/firewall_aliases_edit.php:$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']); +src/www/firewall_aliases_edit.php:$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']); +src/www/firewall_aliases_edit.php:$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']); +src/www/firewall_aliases_edit.php:$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']); +src/www/firewall_aliases_edit.php:$openvpn_str = gettext("Username"); +src/www/firewall_aliases_edit.php:$openvpn_user_str = gettext("OpenVPN Users"); +src/www/firewall_aliases_edit.php:$openvpn_help = gettext("Enter as many usernames as you wish."); +src/www/firewall_aliases_edit.php:

    +src/www/firewall_aliases_edit.php: +src/www/firewall_aliases_edit.php: +src/www/firewall_aliases_edit.php: +src/www/firewall_aliases_edit.php: +src/www/firewall_aliases_edit.php: +src/www/firewall_aliases_edit.php: +src/www/firewall_aliases_edit.php: +src/www/firewall_aliases_edit.php: +src/www/firewall_aliases_edit.php: +src/www/firewall_aliases_edit.php: +src/www/firewall_aliases_edit.php: +src/www/firewall_aliases_edit.php: +src/www/firewall_aliases_edit.php: +src/www/firewall_aliases_edit.php:
    +src/www/firewall_aliases_edit.php:
    +src/www/firewall_aliases_edit.php:
    +src/www/firewall_aliases_edit.php:
    +src/www/firewall_aliases_edit.php: " /> +src/www/firewall_aliases_edit.php: " /> +src/www/firewall_aliases_edit.php: " onclick="window.location.href=''" /> +src/www/firewall_aliases_import.php:$pgtitle = array(gettext("Firewall"),gettext("Aliases"),gettext("Bulk import")); +src/www/firewall_aliases_import.php: $reqdfieldsn = array(gettext("Name"),gettext("Aliases")); +src/www/firewall_aliases_import.php: $input_errors[] = gettext("The alias name may only consist of the characters") . " a-z, A-Z, 0-9, _."; +src/www/firewall_aliases_import.php: $input_errors[] = gettext("An alias with this name already exists."); +src/www/firewall_aliases_import.php: $input_errors[] = sprintf(gettext("Cannot use a reserved keyword as alias name %s"), $rk); +src/www/firewall_aliases_import.php: $input_errors[] = gettext("An interface description with this name already exists."); +src/www/firewall_aliases_import.php: $input_errors[] = sprintf(gettext("%s is not an IP address. Please correct the error to continue"), $impip); +src/www/firewall_aliases_import.php: $input_errors[] = gettext("Descriptions may not start or end with vertical bar (|) or contain double vertical bar ||."); +src/www/firewall_aliases_import.php: $input_errors[] = gettext("Descriptions must be less than 200 characters long."); +src/www/firewall_aliases_import.php:

    +src/www/firewall_aliases_import.php: +src/www/firewall_aliases_import.php: +src/www/firewall_aliases_import.php: +src/www/firewall_aliases_import.php: . +src/www/firewall_aliases_import.php: +src/www/firewall_aliases_import.php: +src/www/firewall_aliases_import.php: +src/www/firewall_aliases_import.php: " /> +src/www/firewall_aliases_import.php: " onclick="window.location.href=''" /> +src/www/firewall_nat.php:$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Port Forward")); +src/www/firewall_nat.php: " . gettext("You must apply the changes in order for them to take effect."));?>
    +src/www/firewall_nat.php: $tab_array[] = array(gettext("Port Forward"), true, "firewall_nat.php"); +src/www/firewall_nat.php: $tab_array[] = array(gettext("1:1"), false, "firewall_nat_1to1.php"); +src/www/firewall_nat.php: $tab_array[] = array(gettext("Outbound"), false, "firewall_nat_out.php"); +src/www/firewall_nat.php: $tab_array[] = array(gettext("NPt"), false, "firewall_nat_npt.php"); +src/www/firewall_nat.php: +src/www/firewall_nat.php: +src/www/firewall_nat.php: +src/www/firewall_nat.php: +src/www/firewall_nat.php: +src/www/firewall_nat.php: +src/www/firewall_nat.php: +src/www/firewall_nat.php: +src/www/firewall_nat.php: +src/www/firewall_nat.php: +src/www/firewall_nat.php: " class="btn btn-default btn-xs"> +src/www/firewall_nat.php: " onclick="return confirm('')" class="btn btn-default btn-xs"> +src/www/firewall_nat.php: "> +src/www/firewall_nat.php: +src/www/firewall_nat.php: "> +src/www/firewall_nat.php: +src/www/firewall_nat.php: "> +src/www/firewall_nat.php: +src/www/firewall_nat.php: +src/www/firewall_nat.php:" onclick="return confirm('')" class="btn btn-primary" value="Delete selected rules"/> +src/www/firewall_nat_1to1.php:$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("1:1")); +src/www/firewall_nat_1to1.php: array('label'=>gettext("add rule"), 'href'=>'firewall_nat_1to1_edit.php'), +src/www/firewall_nat_1to1.php: print_info_box_np(gettext("The NAT configuration has been changed.") . +src/www/firewall_nat_1to1.php: gettext("You must apply the changes in order for them to take effect.")); +src/www/firewall_nat_1to1.php: $tab_array[] = array(gettext("Port Forward"), false, "firewall_nat.php"); +src/www/firewall_nat_1to1.php: $tab_array[] = array(gettext("1:1"), true, "firewall_nat_1to1.php"); +src/www/firewall_nat_1to1.php: $tab_array[] = array(gettext("Outbound"), false, "firewall_nat_out.php"); +src/www/firewall_nat_1to1.php: $tab_array[] = array(gettext("NPt"), false, "firewall_nat_npt.php"); +src/www/firewall_nat_1to1.php: +src/www/firewall_nat_1to1.php: +src/www/firewall_nat_1to1.php: +src/www/firewall_nat_1to1.php: +src/www/firewall_nat_1to1.php: +src/www/firewall_nat_1to1.php: " > +src/www/firewall_nat_1to1.php: title="" +src/www/firewall_nat_1to1.php: "> +src/www/firewall_nat_1to1.php: " onclick="return confirm('')" class="btn btn-default btn-xs"> +src/www/firewall_nat_1to1.php: " class="btn btn-default btn-xs"> +src/www/firewall_nat_1to1.php: " class="btn btn-default btn-xs"> +src/www/firewall_nat_1to1.php: +src/www/firewall_nat_1to1.php: " class="btn btn-default btn-xs"> +src/www/firewall_nat_1to1.php: " data-toggle="tooltip" data-placement="left" title="" class="btn btn-default btn-xs"> +src/www/firewall_nat_1to1.php: +src/www/firewall_nat_1to1.php:
    +src/www/firewall_nat_1to1.php: +src/www/firewall_nat_1to1.php:
    +src/www/firewall_nat_1to1.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php:
    +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: .
    +src/www/firewall_nat_1to1_edit.php: .
    +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php:    +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php:    +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php:    +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php:    +src/www/firewall_nat_1to1_edit.php:
    +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: +src/www/firewall_nat_1to1_edit.php: " /> +src/www/firewall_nat_1to1_edit.php: " onclick="window.location.href=''" /> +src/www/firewall_nat_edit.php: $input_errors[] = sprintf(gettext("Invalid characters detected %s. Please remove invalid characters and save again."), $temp); +src/www/firewall_nat_edit.php: $reqdfieldsn = array(gettext("Interface"),gettext("Protocol"),gettext("Destination port from"),gettext("Destination port to")); +src/www/firewall_nat_edit.php: $reqdfieldsn = array(gettext("Interface"),gettext("Protocol")); +src/www/firewall_nat_edit.php: $reqdfieldsn[] = gettext("Source address"); +src/www/firewall_nat_edit.php: $reqdfieldsn[] = gettext("Destination address"); +src/www/firewall_nat_edit.php: $reqdfieldsn[] = gettext("Redirect target IP"); +src/www/firewall_nat_edit.php: $input_errors[] = sprintf(gettext("\"%s\" is not a valid redirect target IP address or host alias."), $_POST['localip']); +src/www/firewall_nat_edit.php: $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']); +src/www/firewall_nat_edit.php: $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']); +src/www/firewall_nat_edit.php: $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']); +src/www/firewall_nat_edit.php: $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']); +src/www/firewall_nat_edit.php: $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']); +src/www/firewall_nat_edit.php: $input_errors[] = gettext("You must specify single host or alias for alias entries."); +src/www/firewall_nat_edit.php: $input_errors[] = sprintf(gettext("%s is not a valid source IP address or alias."), $_POST['src']); +src/www/firewall_nat_edit.php: $input_errors[] = gettext("A valid source bit count must be specified."); +src/www/firewall_nat_edit.php: $input_errors[] = sprintf(gettext("%s is not a valid destination IP address or alias."), $_POST['dst']); +src/www/firewall_nat_edit.php: $input_errors[] = gettext("A valid destination bit count must be specified."); +src/www/firewall_nat_edit.php: $input_errors[] = gettext("The target port range must be an integer between 1 and 65535."); +src/www/firewall_nat_edit.php: $input_errors[] = gettext("The destination port range overlaps with an existing entry."); +src/www/firewall_nat_edit.php: $filterent['created'] = make_config_revision_entry(null, gettext("NAT Port Forward")); +src/www/firewall_nat_edit.php:$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Port Forward"),gettext("Edit")); +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php:
    +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php:
    +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php:
    +src/www/firewall_nat_edit.php:
    +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php:
      +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: " /> - +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php:    +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php:    +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php:    +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: . .
    ''

    +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php:    +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php:    +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php:    +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: '' +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php:
    192.168.1.12 +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php:
    +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: $linkedrule = "
    " . gettext("View the filter rule") . "
    "; +src/www/firewall_nat_edit.php: echo "\n"; +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php:

    +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: +src/www/firewall_nat_edit.php: " /> +src/www/firewall_nat_edit.php: " onclick="window.location.href=''" /> +src/www/firewall_nat_npt.php:$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("NPt")); +src/www/firewall_nat_npt.php: " . gettext("You must apply the changes in order for them to take effect."));?>
    +src/www/firewall_nat_npt.php: $tab_array[] = array(gettext("Port Forward"), false, "firewall_nat.php"); +src/www/firewall_nat_npt.php: $tab_array[] = array(gettext("1:1"), false, "firewall_nat_1to1.php"); +src/www/firewall_nat_npt.php: $tab_array[] = array(gettext("Outbound"), false, "firewall_nat_out.php"); +src/www/firewall_nat_npt.php: $tab_array[] = array(gettext("NPt"), true, "firewall_nat_npt.php"); +src/www/firewall_nat_npt.php: +src/www/firewall_nat_npt.php: +src/www/firewall_nat_npt.php: +src/www/firewall_nat_npt.php: +src/www/firewall_nat_npt.php: " class="btn btn-default btn-xs">')" title="" alt="delete" class="btn btn-default btn-xs"> +src/www/firewall_nat_npt_edit.php: $reqdfieldsn = array(gettext("Interface")); +src/www/firewall_nat_npt_edit.php: $reqdfieldsn[] = gettext("Source prefix"); +src/www/firewall_nat_npt_edit.php: $reqdfieldsn[] = gettext("Destination prefix"); +src/www/firewall_nat_npt_edit.php:$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("NPt"),gettext("Edit")); +src/www/firewall_nat_npt_edit.php: +src/www/firewall_nat_npt_edit.php: +src/www/firewall_nat_npt_edit.php:
    +src/www/firewall_nat_npt_edit.php: +src/www/firewall_nat_npt_edit.php: +src/www/firewall_nat_npt_edit.php: .
    +src/www/firewall_nat_npt_edit.php: .
    +src/www/firewall_nat_npt_edit.php: +src/www/firewall_nat_npt_edit.php: +src/www/firewall_nat_npt_edit.php: +src/www/firewall_nat_npt_edit.php:    +src/www/firewall_nat_npt_edit.php: +src/www/firewall_nat_npt_edit.php: +src/www/firewall_nat_npt_edit.php: +src/www/firewall_nat_npt_edit.php:    +src/www/firewall_nat_npt_edit.php:
    +src/www/firewall_nat_npt_edit.php: +src/www/firewall_nat_npt_edit.php:
    " /> +src/www/firewall_nat_npt_edit.php: " onclick="window.location.href=''" /> +src/www/firewall_nat_out.php: $natent['descr'] .= sprintf(gettext(' - %1$s to %2$s'), +src/www/firewall_nat_out.php: $natent['created'] = make_config_revision_entry(null, gettext("Manual Outbound NAT Switch")); +src/www/firewall_nat_out.php: $savemsg = gettext("Default rules for each interface have been created."); +src/www/firewall_nat_out.php:$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Outbound")); +src/www/firewall_nat_out.php: print_info_box_np(gettext("The NAT configuration has been changed.")."
    ".gettext("You must apply the changes in order for them to take effect.")); +src/www/firewall_nat_out.php: $tab_array[] = array(gettext("Port Forward"), false, "firewall_nat.php"); +src/www/firewall_nat_out.php: $tab_array[] = array(gettext("1:1"), false, "firewall_nat_1to1.php"); +src/www/firewall_nat_out.php: $tab_array[] = array(gettext("Outbound"), true, "firewall_nat_out.php"); +src/www/firewall_nat_out.php: $tab_array[] = array(gettext("NPt"), false, "firewall_nat_npt.php"); +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php:
    +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php:
    +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php:
    +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php:
    +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: " /> +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: " class=" "> +src/www/firewall_nat_out.php: " class="btn btn-default btn-xs "> +src/www/firewall_nat_out.php: echo gettext("YES"); +src/www/firewall_nat_out.php: echo gettext("NO"); +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: " alt="edit" class="btn btn-default btn-xs"> +src/www/firewall_nat_out.php: ')" title="" alt="delete" class="btn btn-default btn-xs"> +src/www/firewall_nat_out.php: " class="btn btn-default btn-xs"> +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: " alt="add" class="btn btn-default btn-xs"> +src/www/firewall_nat_out.php: " class="btn btn-default btn-xs"> +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: "> +src/www/firewall_nat_out.php: echo gettext("YES"); +src/www/firewall_nat_out.php: echo gettext("NO"); +src/www/firewall_nat_out.php:
    +src/www/firewall_nat_out.php: +src/www/firewall_nat_out.php: +src/www/firewall_nat_out_edit.php: $input_errors[] = sprintf(gettext("Invalid characters detected (%s). Please remove invalid characters and save again."),$temp); +src/www/firewall_nat_out_edit.php: $reqdfieldsn = array(gettext("Interface"),gettext("Protocol"),gettext("Source"),gettext("Source bit count"),gettext("Destination"),gettext("Destination bit count")); +src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("You must supply either a valid port or port alias for the source port entry."); +src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("You must supply either a valid port or port alias for the destination port entry."); +src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("You must supply a valid port for the NAT port entry."); +src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("A valid source must be specified."); +src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("A valid source bit count must be specified."); +src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("A valid destination must be specified."); +src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("A valid destination bit count must be specified."); +src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("Negating destination address of \"any\" is invalid."); +src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("A valid target IP address must be specified."); +src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("A valid target IP must be specified when using the 'Other Subnet' type."); +src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("A valid target bit count must be specified when using the 'Other Subnet' type."); +src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("Only Round Robin pool options may be chosen when selecting an alias."); +src/www/firewall_nat_out_edit.php:$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Outbound"),gettext("Edit")); +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php:
    +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php:
    +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php:
    +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php:
    +src/www/firewall_nat_out_edit.php: printf(gettext("Hint: in most cases, you should specify %s any %s here."),""," "); +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php:    +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php:    +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php:    +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php:
    +src/www/firewall_nat_out_edit.php:
    +src/www/firewall_nat_out_edit.php:    +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php:    +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php:    +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php:    +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php:    +src/www/firewall_nat_out_edit.php:
    +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php:
    +src/www/firewall_nat_out_edit.php: *
    +src/www/firewall_nat_out_edit.php: *
    +src/www/firewall_nat_out_edit.php: *
    +src/www/firewall_nat_out_edit.php: *
    +src/www/firewall_nat_out_edit.php: *
    +src/www/firewall_nat_out_edit.php:    +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php:    +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: +src/www/firewall_nat_out_edit.php: " /> +src/www/firewall_nat_out_edit.php: " onclick="window.location.href=''" /> +src/www/firewall_rules.php:$pgtitle = array(gettext("Firewall"),gettext("Rules")); +src/www/firewall_rules.php: $config = write_config(gettext("Drag and drop firewall rules ordering update.")); +src/www/firewall_rules.php: "" => gettext("any"), +src/www/firewall_rules.php: "echoreq" => gettext("Echo request"), +src/www/firewall_rules.php: "echorep" => gettext("Echo reply"), +src/www/firewall_rules.php: "unreach" => gettext("Destination unreachable"), +src/www/firewall_rules.php: "squench" => gettext("Source quench"), +src/www/firewall_rules.php: "redir" => gettext("Redirect"), +src/www/firewall_rules.php: "althost" => gettext("Alternate Host"), +src/www/firewall_rules.php: "routeradv" => gettext("Router advertisement"), +src/www/firewall_rules.php: "routersol" => gettext("Router solicitation"), +src/www/firewall_rules.php: "timex" => gettext("Time exceeded"), +src/www/firewall_rules.php: "paramprob" => gettext("Invalid IP header"), +src/www/firewall_rules.php: "timereq" => gettext("Timestamp"), +src/www/firewall_rules.php: "timerep" => gettext("Timestamp reply"), +src/www/firewall_rules.php: "inforeq" => gettext("Information request"), +src/www/firewall_rules.php: "inforep" => gettext("Information reply"), +src/www/firewall_rules.php: "maskreq" => gettext("Address mask request"), +src/www/firewall_rules.php: "maskrep" => gettext("Address mask reply") +src/www/firewall_rules.php: $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"),"",""); +src/www/firewall_rules.php: 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}"); +src/www/firewall_rules.php: print_info_box_np(gettext("The firewall rule configuration has been changed.
    You must apply the changes in order for them to take effect.")); +src/www/firewall_rules.php: $tab_array[] = array(gettext("Floating"), $active, "firewall_rules.php?if=FloatingRules"); +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: " class="btn btn-default btn-xs"> +src/www/firewall_rules.php: +src/www/firewall_rules.php: " alt="move" class="btn btn-default btn-xs"> +src/www/firewall_rules.php: " class="btn btn-default btn-xs"> +src/www/firewall_rules.php: " width="17" height="17" border="0" alt="add" class="btn btn-default btn-xs"> +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: " alt="move" class="btn btn-default btn-xs"> +src/www/firewall_rules.php: " class="btn btn-default btn-xs"> +src/www/firewall_rules.php: " width="17" height="17" border="0" alt="add" class="btn btn-default btn-xs"> +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: " alt="move" class="btn btn-default btn-xs"> +src/www/firewall_rules.php: " class="btn btn-default btn-xs"> +src/www/firewall_rules.php: " width="17" height="17" border="0" alt="add" class="btn btn-default btn-xs"> +src/www/firewall_rules.php: $advanced_set = ""; +src/www/firewall_rules.php: " > +src/www/firewall_rules.php: $dayArray = array (gettext('Mon'),gettext('Tues'),gettext('Wed'),gettext('Thur'),gettext('Fri'),gettext('Sat'),gettext('Sun')); +src/www/firewall_rules.php: $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')); +src/www/firewall_rules.php: $alttext = gettext("Traffic matching this rule is currently being denied"); +src/www/firewall_rules.php: $alttext = gettext("Traffic matching this rule is currently being allowed"); +src/www/firewall_rules.php: $alttext = gettext("This rule is not currently active because its period has expired"); +src/www/firewall_rules.php: echo gettext("none"); +src/www/firewall_rules.php: +src/www/firewall_rules.php: " class="btn btn-default btn-xs"> +src/www/firewall_rules.php: " onclick="return confirm('Do you really want to delete this rule?')" class="btn btn-default btn-xs"> +src/www/firewall_rules.php: " class="btn btn-default btn-xs"> +src/www/firewall_rules.php:

    +src/www/firewall_rules.php:
    +src/www/firewall_rules.php:

    +src/www/firewall_rules.php:
    +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: " class="btn btn-default btn-xs"> +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php: +src/www/firewall_rules.php:
  • +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php:
    +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php:
    +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php:
    +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php:
    +src/www/firewall_rules_edit.php:
    +src/www/firewall_rules_edit.php: echo "" . gettext("View the NAT rule") . "
    "; +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php:
    +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php:
    TCP  
    +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: "" => gettext("any"), +src/www/firewall_rules_edit.php: "echoreq" => gettext("Echo request"), +src/www/firewall_rules_edit.php: "echorep" => gettext("Echo reply"), +src/www/firewall_rules_edit.php: "unreach" => gettext("Destination unreachable"), +src/www/firewall_rules_edit.php: "squench" => gettext("Source quench"), +src/www/firewall_rules_edit.php: "redir" => gettext("Redirect"), +src/www/firewall_rules_edit.php: "althost" => gettext("Alternate Host"), +src/www/firewall_rules_edit.php: "routeradv" => gettext("Router advertisement"), +src/www/firewall_rules_edit.php: "routersol" => gettext("Router solicitation"), +src/www/firewall_rules_edit.php: "timex" => gettext("Time exceeded"), +src/www/firewall_rules_edit.php: "paramprob" => gettext("Invalid IP header"), +src/www/firewall_rules_edit.php: "timereq" => gettext("Timestamp"), +src/www/firewall_rules_edit.php: "timerep" => gettext("Timestamp reply"), +src/www/firewall_rules_edit.php: "inforeq" => gettext("Information request"), +src/www/firewall_rules_edit.php: "inforep" => gettext("Information reply"), +src/www/firewall_rules_edit.php: "maskreq" => gettext("Address mask request"), +src/www/firewall_rules_edit.php: "maskrep" => gettext("Address mask reply") +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php:    +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: > +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php:    +src/www/firewall_rules_edit.php: type="button" onclick="show_source_port_range()" class="btn btn-default" value="" /> - +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php:    +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: "").

    +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php:    +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: > +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php:    +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php:    +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: ( ). +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: " /> +src/www/firewall_rules_edit.php: " onclick="window.location.href=''" /> +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: " /> - +src/www/firewall_rules_edit.php:   +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: " /> - +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: " /> - +src/www/firewall_rules_edit.php:
    +src/www/firewall_rules_edit.php:
    +src/www/firewall_rules_edit.php:
    +src/www/firewall_rules_edit.php:
    +src/www/firewall_rules_edit.php:

    +src/www/firewall_rules_edit.php:

    +src/www/firewall_rules_edit.php:

    +src/www/firewall_rules_edit.php:

    +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php:

    +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: " /> - +src/www/firewall_rules_edit.php: />
  • +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: " /> - +src/www/firewall_rules_edit.php:
    +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php:
    +src/www/firewall_rules_edit.php:
    +src/www/firewall_rules_edit.php:
    +src/www/firewall_rules_edit.php:
    +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: " /> - +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: " /> - +src/www/firewall_rules_edit.php:

    +src/www/firewall_rules_edit.php:

    +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: " /> - +src/www/firewall_rules_edit.php:

    +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: " /> - +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php:

    +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: " /> - +src/www/firewall_rules_edit.php: ".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.");?>
    +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: " /> - +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: " /> - +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: +src/www/firewall_rules_edit.php: " /> +src/www/firewall_rules_edit.php: " onclick="window.location.href=''" /> +src/www/firewall_schedule.php:$dayArray = array (gettext('Mon'),gettext('Tues'),gettext('Wed'),gettext('Thur'),gettext('Fri'),gettext('Sat'),gettext('Sun')); +src/www/firewall_schedule.php:$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')); +src/www/firewall_schedule.php:$pgtitle = array(gettext("Firewall"),gettext("Schedules")); +src/www/firewall_schedule.php: $savemsg = sprintf(gettext("Cannot delete Schedule. Currently in use by %s"),$referenced_by); +src/www/firewall_schedule.php: +src/www/firewall_schedule.php: +src/www/firewall_schedule.php: +src/www/firewall_schedule.php:  " width="17" height="17" border="0" alt="schedule" /> +src/www/firewall_schedule.php: " class="btn btn-default btn-xs"> +src/www/firewall_schedule.php: " class="btn btn-default btn-xs"> +src/www/firewall_schedule.php:


    +src/www/firewall_schedule_edit.php:$pgtitle = array(gettext("Firewall"),gettext("Schedules"),gettext("Edit")); +src/www/firewall_schedule_edit.php:$dayArray = array (gettext('Mon'),gettext('Tues'),gettext('Wed'),gettext('Thur'),gettext('Fri'),gettext('Sat'),gettext('Sun')); +src/www/firewall_schedule_edit.php:$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')); +src/www/firewall_schedule_edit.php: $input_errors[] = gettext("Schedule may not be named LAN."); +src/www/firewall_schedule_edit.php: $input_errors[] = gettext("Schedule may not be named WAN."); +src/www/firewall_schedule_edit.php: $input_errors[] = gettext("Schedule name cannot be blank."); +src/www/firewall_schedule_edit.php: $input_errors[] = gettext("Reserved word used for schedule name."); +src/www/firewall_schedule_edit.php: $input_errors[] = gettext("The schedule name may only consist of the characters a-z, A-Z, 0-9"); +src/www/firewall_schedule_edit.php: $input_errors[] = gettext("A Schedule with this name already exists."); +src/www/firewall_schedule_edit.php: $input_errors[] = sprintf(gettext("Invalid start time - '%s'"), $_POST['starttime' . $x]); +src/www/firewall_schedule_edit.php: $input_errors[] = sprintf(gettext("Invalid stop time - '%s'"), $_POST['stoptime' . $x]); +src/www/firewall_schedule_edit.php: $input_errors[] = gettext("The schedule must have at least one time range configured."); +src/www/firewall_schedule_edit.php:

    +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php:     +src/www/firewall_schedule_edit.php:   +src/www/firewall_schedule_edit.php:     +src/www/firewall_schedule_edit.php:   +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: " class="btn btn-default" onclick="javascript:processEntries();" />    +src/www/firewall_schedule_edit.php: " class="btn btn-default" onclick="javascript:clearCalendar(); clearTime(); clearDescr();" /> +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: +src/www/firewall_schedule_edit.php: " /> +src/www/firewall_schedule_edit.php: " onclick="window.location.href=''" /> +src/www/firewall_shaper.php:$pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper")); +src/www/firewall_shaper.php: $savemsg = gettext("Unable to write config.xml (Access Denied?)"); +src/www/firewall_shaper.php: $input_errors[] = gettext("Could not create new queue/discipline!"); +src/www/firewall_shaper.php: $input_errors[] = gettext("Queue not found!"); +src/www/firewall_shaper.php: $input_errors[] = gettext("Queue not found!"); +src/www/firewall_shaper.php: $input_errors[] = gettext("Queue not found!"); +src/www/firewall_shaper.php: $input_errors[] = gettext("Could not add new queue."); +src/www/firewall_shaper.php:$output_form .= "
    " . gettext("Queue Actions") . "
    "; +src/www/firewall_shaper.php:$output_form .= ""; +src/www/firewall_shaper.php: $output_form .= ""; +src/www/firewall_shaper.php: $output_form .= " value=\"" . gettext("Delete this queue") . "\" />"; +src/www/firewall_shaper.php: $output_form .= " value=\"" . gettext("Disable shaper on interface") . "\" />"; +src/www/firewall_shaper.php: ".gettext("You must apply the changes in order for them to take effect."));?>
    +src/www/firewall_shaper.php: $tab_array[0] = array(gettext("By Interface"), true, "firewall_shaper.php"); +src/www/firewall_shaper.php: $tab_array[1] = array(gettext("By Queue"), false, "firewall_shaper_queues.php"); +src/www/firewall_shaper.php: $tab_array[2] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); +src/www/firewall_shaper.php: $tab_array[3] = array(gettext("Layer7"), false, "firewall_shaper_layer7.php"); +src/www/firewall_shaper.php: $tab_array[4] = array(gettext("Wizards"), false, "firewall_shaper_wizards.php"); +src/www/firewall_shaper.php: " class="btn btn-primary" /> +src/www/firewall_shaper_layer7.php:$pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper"), gettext("Layer7")); +src/www/firewall_shaper_layer7.php:$default_layer7shaper_msg .= "
    " . gettext("Note") . ":
    "; +src/www/firewall_shaper_layer7.php:$default_layer7shaper_msg .= "
    " . gettext("You can add new layer7 protocol patterns by simply uploading the file") . " " . gettext("here") . ".

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

    +src/www/firewall_shaper_layer7.php: $tab_array[0] = array(gettext("By Interface"), false, "firewall_shaper.php"); +src/www/firewall_shaper_layer7.php: $tab_array[1] = array(gettext("By Queue"), false, "firewall_shaper_queues.php"); +src/www/firewall_shaper_layer7.php: $tab_array[2] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); +src/www/firewall_shaper_layer7.php: $tab_array[3] = array(gettext("Layer7"), true, "firewall_shaper_layer7.php"); +src/www/firewall_shaper_layer7.php: $tab_array[4] = array(gettext("Wizards"), false, "firewall_shaper_wizards.php"); +src/www/firewall_shaper_layer7.php: +src/www/firewall_shaper_layer7.php: +src/www/firewall_shaper_layer7.php: +src/www/firewall_shaper_layer7.php: +src/www/firewall_shaper_layer7.php: +src/www/firewall_shaper_layer7.php: " /> +src/www/firewall_shaper_layer7.php: " /> +src/www/firewall_shaper_layer7.php: " /> +src/www/firewall_shaper_queues.php:$pgtitle = gettext("Firewall: Shaper: By Queues View"); +src/www/firewall_shaper_queues.php: " . gettext("You must apply the changes in order for them to take effect."));?>

    +src/www/firewall_shaper_queues.php: $tab_array[0] = array(gettext("By Interface"), false, "firewall_shaper.php"); +src/www/firewall_shaper_queues.php: $tab_array[1] = array(gettext("By Queue"), true, "firewall_shaper_queues.php"); +src/www/firewall_shaper_queues.php: $tab_array[2] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); +src/www/firewall_shaper_queues.php: $tab_array[3] = array(gettext("Layer7"), false, "firewall_shaper_layer7.php"); +src/www/firewall_shaper_queues.php: $tab_array[4] = array(gettext("Wizards"), false, "firewall_shaper_wizards.php"); +src/www/firewall_shaper_vinterface.php:$pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper"), gettext("Limiter")); +src/www/firewall_shaper_vinterface.php: $input_errors[] = gettext("This pipe/queue is referenced in filter rules, please remove references from there before deleting."); +src/www/firewall_shaper_vinterface.php: $input_errors[] = sprintf(gettext("No queue with name %s was found!"),$qname); +src/www/firewall_shaper_vinterface.php: $savemsg = gettext("Unable to write config.xml (Access Denied?)"); +src/www/firewall_shaper_vinterface.php: $input_errors[] = gettext("Could not create new queue/discipline!"); +src/www/firewall_shaper_vinterface.php: $input_errors[] = gettext("Queue not found!"); +src/www/firewall_shaper_vinterface.php: $input_errors[] = gettext("Queue not found!"); +src/www/firewall_shaper_vinterface.php: $input_errors[] = gettext("Queue not found!"); +src/www/firewall_shaper_vinterface.php: $input_errors[] = gettext("You cannot name a child queue with the same name as a parent limiter"); +src/www/firewall_shaper_vinterface.php: $input_errors[] = gettext("You cannot name a child queue with the same name as a parent limiter"); +src/www/firewall_shaper_vinterface.php: $input_errors[] = gettext("Could not add new queue."); +src/www/firewall_shaper_vinterface.php:$output_form .= gettext("Queue Actions"); +src/www/firewall_shaper_vinterface.php:$output_form .= ""; +src/www/firewall_shaper_vinterface.php: $output_form .= ""; +src/www/firewall_shaper_vinterface.php: $output_form .= " value=\"" . gettext("Delete this queue") ."\" />"; +src/www/firewall_shaper_vinterface.php: $output_form .= " value=\"" . gettext("Delete Limiter") ."\" />"; +src/www/firewall_shaper_vinterface.php: array('label'=>gettext("Create new limiter"), 'href'=>'firewall_shaper_vinterface.php?pipe=new&action=add'), +src/www/firewall_shaper_vinterface.php: ".gettext("You must apply the changes in order for them to take effect."));?>

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

    +src/www/firewall_shaper_wizards.php: $tab_array[0] = array(gettext("By Interface"), false, "firewall_shaper.php"); +src/www/firewall_shaper_wizards.php: $tab_array[1] = array(gettext("By Queue"), false, "firewall_shaper_queues.php"); +src/www/firewall_shaper_wizards.php: $tab_array[2] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); +src/www/firewall_shaper_wizards.php: $tab_array[3] = array(gettext("Layer7"), false, "firewall_shaper_layer7.php"); +src/www/firewall_shaper_wizards.php: $tab_array[4] = array(gettext("Wizards"), true, "firewall_shaper_wizards.php"); +src/www/firewall_shaper_wizards.php: +src/www/firewall_shaper_wizards.php: +src/www/firewall_virtual_ip.php: $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one NAT mapping."); +src/www/firewall_virtual_ip.php: $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one Gateway."); +src/www/firewall_virtual_ip.php: $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by a CARP IP with the description") . " {$vip['descr']}."; +src/www/firewall_virtual_ip.php:$pgtitle = array(gettext("Firewall"),gettext("Virtual IP Addresses")); +src/www/firewall_virtual_ip.php: print_info_box_np(gettext("The VIP configuration has been changed.")."
    ".gettext("You must apply the changes in order for them to take effect.")); +src/www/firewall_virtual_ip.php: $tab_array[] = array(gettext("Virtual IPs"), true, "firewall_virtual_ip.php"); +src/www/firewall_virtual_ip.php: $tab_array[] = array(gettext("CARP Settings"), false, "system_hasync.php"); +src/www/firewall_virtual_ip.php: +src/www/firewall_virtual_ip.php: +src/www/firewall_virtual_ip.php: +src/www/firewall_virtual_ip.php: +src/www/firewall_virtual_ip.php: "> +src/www/firewall_virtual_ip.php: ')"> +src/www/firewall_virtual_ip.php:


    +src/www/firewall_virtual_ip.php:

    +src/www/firewall_virtual_ip.php: .

    +src/www/firewall_virtual_ip_edit.php: $reqdfieldsn = array(gettext("Type")); +src/www/firewall_virtual_ip_edit.php: $input_errors[] = gettext("A valid IP address must be specified."); +src/www/firewall_virtual_ip_edit.php: $input_errors[] = gettext("This IP address is being used by another interface or VIP."); +src/www/firewall_virtual_ip_edit.php: $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."); +src/www/firewall_virtual_ip_edit.php: $input_errors[] = gettext("You cannot use the network address for this VIP"); +src/www/firewall_virtual_ip_edit.php: $input_errors[] = gettext("You cannot use the broadcast address for this VIP"); +src/www/firewall_virtual_ip_edit.php: $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'])); +src/www/firewall_virtual_ip_edit.php: $input_errors[] = gettext("You must specify a CARP password that is shared between the two VHID members."); +src/www/firewall_virtual_ip_edit.php: $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); +src/www/firewall_virtual_ip_edit.php: $input_errors[] = gettext("For this type of vip localhost is not allowed."); +src/www/firewall_virtual_ip_edit.php: $input_errors[] = gettext("For this type of vip localhost is not allowed."); +src/www/firewall_virtual_ip_edit.php:$pgtitle = array(gettext("Firewall"),gettext("Virtual IP Address"),gettext("Edit")); +src/www/firewall_virtual_ip_edit.php: var carpnote = document.createTextNode(""); +src/www/firewall_virtual_ip_edit.php: var proxyarpnote = document.createTextNode(""); +src/www/firewall_virtual_ip_edit.php: var ipaliasnote = document.createTextNode(""); +src/www/firewall_virtual_ip_edit.php:

    +src/www/firewall_virtual_ip_edit.php: +src/www/firewall_virtual_ip_edit.php: /> +src/www/firewall_virtual_ip_edit.php: /> +src/www/firewall_virtual_ip_edit.php: /> +src/www/firewall_virtual_ip_edit.php: /> +src/www/firewall_virtual_ip_edit.php: +src/www/firewall_virtual_ip_edit.php: +src/www/firewall_virtual_ip_edit.php:    +src/www/firewall_virtual_ip_edit.php: +src/www/firewall_virtual_ip_edit.php: +src/www/firewall_virtual_ip_edit.php:    +src/www/firewall_virtual_ip_edit.php:    +src/www/firewall_virtual_ip_edit.php: +src/www/firewall_virtual_ip_edit.php:
    +src/www/firewall_virtual_ip_edit.php: +src/www/firewall_virtual_ip_edit.php:
    +src/www/firewall_virtual_ip_edit.php: +src/www/firewall_virtual_ip_edit.php: +src/www/firewall_virtual_ip_edit.php: +src/www/firewall_virtual_ip_edit.php:
    +src/www/firewall_virtual_ip_edit.php: " /> +src/www/firewall_virtual_ip_edit.php: " onclick="window.location.href=''" /> +src/www/firewall_virtual_ip_edit.php:
    +src/www/firewall_virtual_ip_edit.php: +src/www/firewall_virtual_ip_edit.php:

    . +src/www/foot.inc: +src/www/graph.php: > +src/www/graph.php: > +src/www/graph.php: > +src/www/graph.php: > () +src/www/graph.php: > +src/www/graph.php: text-anchor="middle">... +src/www/graph.php: throw ''; +src/www/graph.php: throw ''; +src/www/graph.php: throw ''; +src/www/graph.php: SVGDoc.getElementById('switch_unit').firstChild.data = ' ' + unit + '/s'; +src/www/graph.php: scale_type = (scale_type == 'up') ? '' : ''; +src/www/graph.php: return Math.round(speed / 125) + " "; +src/www/graph.php: return Math.round(speed / 1250)/100 + " "; +src/www/graph.php: return Math.round(speed / 1250000)/100 + " "; /* wow! */ +src/www/graph.php: return Math.round(speed / 10.24)/100 + " "; +src/www/graph.php: return Math.round(speed / 10485.76)/100 + " "; +src/www/graph.php: return Math.round(speed / 10737418.24)/100 + " "; /* wow! */ +src/www/graph_cpu.php: text-anchor="middle"> +src/www/graph_cpu.php: text-anchor="middle">... +src/www/graph_cpu.php: throw ''; +src/www/graph_cpu.php: throw ''; +src/www/graph_cpu.php: throw ''; +src/www/guiconfig.inc: $input_errors[] = sprintf(gettext("The field %s contains invalid characters."), $pn); +src/www/guiconfig.inc: $input_errors[] = sprintf(gettext("The field %s is required."), $reqdfieldsn[$i]); +src/www/guiconfig.inc: echo "

    " . gettext("The following input errors were detected:") . "

    \n
      "; +src/www/guiconfig.inc: $value = gettext("Apply changes"); +src/www/guiconfig.inc: if(stristr($msg, gettext("apply")) != false || stristr($msg, gettext("save")) != false || stristr($msg, gettext("create")) != false || $showapply) { +src/www/guiconfig.inc: $savebutton .= ""; +src/www/guiconfig.inc: $savebutton = ""; +src/www/guiconfig.inc: $to_return = gettext("The changes have been applied successfully."); +src/www/guiconfig.inc: $to_return .= "
      " . gettext("You can also monitor the filter reload progress."); +src/www/guiconfig.inc: echo "

      ".gettext("Currently viewing: ")."

      "; +src/www/guiconfig.inc: $close_title="title='".gettext('move mouse out this alias to hide')."'"; +src/www/guiconfig.inc: $alias_objects_with_details .= " ". gettext("listing only first 10k items") . ""; +src/www/guiconfig.inc: $alias_caption = "{$alias_descr_substr} - {$counter} {$item_text}  edit "; +src/www/guiconfig.inc: //$loading_image="\'loader\' " .gettext("loading...").""; +src/www/guiconfig.inc: //$span_begin = ""; +src/www/halt.php:$pgtitle = array(gettext("Diagnostics"),gettext("Halt system")); +src/www/halt.php: +src/www/halt.php:

      +src/www/halt.php: " /> +src/www/halt.php: +src/www/headjs.php: message_html += ''; +src/www/index.php: write_config(gettext("Widget configuration has been changed.")); +src/www/index.php:$pgtitle = array(gettext("Status: Dashboard")); +src/www/index.php:

      !

      +src/www/index.php: echo sprintf(gettext("Welcome to %s!\n"),$g['product_name']) . "

      "; +src/www/index.php: echo gettext("One moment while we start the initial setup wizard.") . "

      \n"; +src/www/index.php: echo gettext("Embedded platform users: Please be patient, the wizard takes a little longer to run than the normal GUI.") . "

      \n"; +src/www/index.php: echo sprintf(gettext("To bypass the wizard, click on the %s logo on the initial page."),$g['product_name']) . "\n"; +src/www/index.php: +src/www/interfaces.php: $input_errors[] = sprintf(gettext("Sorry, an alias with the name %s already exists."),$wancfg['descr']); +src/www/interfaces.php: $intput_errors[] = gettext("You have already applied your settings!"); +src/www/interfaces.php: $input_errors[] = gettext("An interface with the specified description already exists."); +src/www/interfaces.php: $input_errors[] = gettext("The DHCP Server is active on this interface and it can be used only with a static IP configuration. Please disable the DHCP Server service on this interface first, then change the interface configuration."); +src/www/interfaces.php: $input_errors[] = gettext("The DHCP6 Server is active on this interface and it can be used only with a static IPv6 configuration. Please disable the DHCPv6 Server service on this interface first, then change the interface configuration."); +src/www/interfaces.php: $reqdfieldsn = array(gettext("IPv4 address"),gettext("Subnet bit count"),gettext("Gateway")); +src/www/interfaces.php: $input_errors[] = gettext("This interface is referenced by IPv4 VIPs. Please delete those before setting the interface to 'none' configuration."); +src/www/interfaces.php: $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type']); +src/www/interfaces.php: $reqdfieldsn = array(gettext("Modem Port"),gettext("Phone Number")); +src/www/interfaces.php: $reqdfieldsn = array(gettext("PPPoE username"),gettext("PPPoE password"),gettext("Dial on demand"),gettext("Idle timeout value")); +src/www/interfaces.php: $reqdfieldsn = array(gettext("PPPoE username"),gettext("PPPoE password")); +src/www/interfaces.php: $reqdfieldsn = array(gettext("PPTP username"),gettext("PPTP password"),gettext("PPTP local IP address"),gettext("PPTP subnet"),gettext("PPTP remote IP address"),gettext("Dial on demand"),gettext("Idle timeout value")); +src/www/interfaces.php: $reqdfieldsn = array(gettext("PPTP username"),gettext("PPTP password"),gettext("PPTP local IP address"),gettext("PPTP subnet"),gettext("PPTP remote IP address")); +src/www/interfaces.php: $reqdfieldsn = array(gettext("L2TP username"),gettext("L2TP password"),gettext("L2TP remote IP address"),gettext("Dial on demand"),gettext("Idle timeout value")); +src/www/interfaces.php: $reqdfieldsn = array(gettext("L2TP username"),gettext("L2TP password"),gettext("L2TP remote IP address")); +src/www/interfaces.php: $reqdfieldsn = array(gettext("IPv6 address"),gettext("Subnet bit count"),gettext("Gateway")); +src/www/interfaces.php: $input_errors[] = gettext("This interface is referenced by IPv6 VIPs. Please delete those before setting the interface to 'none' configuration."); +src/www/interfaces.php: $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +src/www/interfaces.php: $input_errors[] = gettext("You can only have one interface configured in 6rd with same prefix."); +src/www/interfaces.php: $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +src/www/interfaces.php: $input_errors[] = sprintf(gettext("You can only have one interface configured as 6to4."),$_POST['type6']); +src/www/interfaces.php: $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +src/www/interfaces.php: $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +src/www/interfaces.php: $input_errors[] = gettext("You must enter a valid hexadecimal number for the IPv6 prefix ID."); +src/www/interfaces.php: $input_errors[] = gettext("You specified an IPv6 prefix ID that is out of range."); +src/www/interfaces.php: $input_errors[] = gettext("A valid IPv4 address must be specified."); +src/www/interfaces.php: $input_errors[] = gettext("This IPv4 address is being used by another interface or VIP."); +src/www/interfaces.php: $input_errors[] = gettext("This IPv4 address is the network address and cannot be used"); +src/www/interfaces.php: $input_errors[] = gettext("This IPv4 address is the broadcast address and cannot be used"); +src/www/interfaces.php: $input_errors[] = gettext("This IPv4 address conflicts with a Static Route."); +src/www/interfaces.php: $input_errors[] = gettext("A valid IPv6 address must be specified."); +src/www/interfaces.php: $input_errors[] = gettext("This IPv6 address is being used by another interface or VIP."); +src/www/interfaces.php: $input_errors[] = gettext("This IPv6 address conflicts with a Static Route."); +src/www/interfaces.php: $input_errors[] = gettext("A valid subnet bit count must be specified."); +src/www/interfaces.php: $input_errors[] = gettext("A valid subnet bit count must be specified."); +src/www/interfaces.php: $input_errors[] = gettext("A valid alias IP address must be specified."); +src/www/interfaces.php: $input_errors[] = gettext("A valid alias subnet bit count must be specified."); +src/www/interfaces.php: $input_errors[] = gettext("A valid alias IP address must be specified to reject DHCP Leases from."); +src/www/interfaces.php: $input_errors[] = gettext("A valid gateway must be specified."); +src/www/interfaces.php: $input_errors[] = gettext("The service name contains invalid characters."); +src/www/interfaces.php: $input_errors[] = gettext("The idle timeout value must be an integer."); +src/www/interfaces.php: $input_errors[] = gettext("A valid PPPoE reset hour must be specified (0-23)."); +src/www/interfaces.php: $input_errors[] = gettext("A valid PPPoE reset minute must be specified (0-59)."); +src/www/interfaces.php: $input_errors[] = gettext("A valid PPPoE reset date must be specified (mm/dd/yyyy)."); +src/www/interfaces.php: $input_errors[] = gettext("A valid PPTP local IP address must be specified."); +src/www/interfaces.php: $input_errors[] = gettext("A valid PPTP subnet bit count must be specified."); +src/www/interfaces.php: $input_errors[] = gettext("A valid PPTP remote IP address must be specified."); +src/www/interfaces.php: $input_errors[] = gettext("The idle timeout value must be an integer."); +src/www/interfaces.php: $input_errors[] = gettext("A valid MAC address must be specified."); +src/www/interfaces.php: $input_errors[] = gettext("The MTU must be greater than 576 bytes and less than 9000."); +src/www/interfaces.php: $input_errors[] = gettext("MTU of a vlan should not be bigger than parent interface."); +src/www/interfaces.php: $input_errors[] = sprintf(gettext("Interface %s (VLAN) has MTU set to a bigger value"), $ifdata['descr']); +src/www/interfaces.php: $input_errors[] = gettext("The MSS must be greater than 576 bytes."); +src/www/interfaces.php: $reqdfieldsn = array(gettext("Mode")); +src/www/interfaces.php: $reqdfieldsn[] = gettext("SSID"); +src/www/interfaces.php: $input_errors[] = gettext("Invalid WEP key size. Sizes should be 40 (64) bit keys or 104 (128) bit."); +src/www/interfaces.php: $input_errors[] = gettext("The length of the passphrase should be between 8 and 63 characters."); +src/www/interfaces.php: $input_errors[] = sprintf(gettext("Unable to change mode to %s. You may already have the maximum number of wireless clones supported in this mode."), $wlan_modes[$wancfg['wireless']['mode']]); +src/www/interfaces.php:$pgtitle = array(gettext("Interfaces"), $pconfig['descr']); +src/www/interfaces.php:$types4 = array("none" => gettext("None"), "staticv4" => gettext("Static IPv4"), "dhcp" => gettext("DHCP"), "ppp" => gettext("PPP"), "pppoe" => gettext("PPPoE"), "pptp" => gettext("PPTP"), "l2tp" => gettext("L2TP")); +src/www/interfaces.php:$types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"), "dhcp6" => gettext("DHCP6"), "slaac" => gettext("SLAAC"), "6rd" => gettext("6rd Tunnel"), "6to4" => gettext("6to4 Tunnel"), "track6" => gettext("Track Interface")); +src/www/interfaces.php: ".gettext("You must apply the changes in order for them to take effect.")."

      ".gettext("Don't forget to adjust the DHCP Server range if needed after applying."));?>
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: print gettext("If you leave this field blank, the adapter's default MTU will " . +src/www/interfaces.php: +src/www/interfaces.php: ' . gettext("Speed and duplex") . ''; +src/www/interfaces.php: echo ' - ' . gettext("Show advanced option"); +src/www/interfaces.php: print ""; +src/www/interfaces.php: print ""; +src/www/interfaces.php: echo gettext("Here you can explicitly set speed and duplex mode for this interface. WARNING: You MUST leave this set to autoselect (automatically negotiate speed) unless the port this interface connects to has its speed and duplex forced."); +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: -or +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: /> +src/www/interfaces.php: " /> +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: " onclick='hide_add_gatewaysave();' /> +src/www/interfaces.php: " onclick='hide_add_gateway();' /> +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: - or +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php:

      +src/www/interfaces.php: /> +src/www/interfaces.php: " /> +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: " onclick='hide_add_gatewaysave_v6();' /> +src/www/interfaces.php: " onclick='hide_add_gateway_v6();' /> +src/www/interfaces.php: +src/www/interfaces.php: ' . +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: " ); ?> +src/www/interfaces.php: Lease Requirements and Requests"); ?> +src/www/interfaces.php: Send Options"); ?>
      +src/www/interfaces.php: " . +src/www/interfaces.php: Request Options"); ?>
      +src/www/interfaces.php: " . +src/www/interfaces.php: Require Options"); ?>
      +src/www/interfaces.php: +src/www/interfaces.php: Option Modifiers"); ?> +src/www/interfaces.php: " . +src/www/interfaces.php: Configuration File Override"); ?> +src/www/interfaces.php: " . +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: Interface Statement"); ?> +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: " . +src/www/interfaces.php:
      +src/www/interfaces.php: " . +src/www/interfaces.php:
      +src/www/interfaces.php: " . +src/www/interfaces.php: Identity Association Statement"); ?> +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: ID"); ?> +src/www/interfaces.php: +src/www/interfaces.php: ipv6-address"); ?> +src/www/interfaces.php: pltime"); ?> +src/www/interfaces.php: vltime"); ?> +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: ID"); ?> +src/www/interfaces.php: +src/www/interfaces.php: ipv6-prefix"); ?> +src/www/interfaces.php: pltime"); ?> +src/www/interfaces.php: vltime"); ?> +src/www/interfaces.php: Prefix Interface Statement"); ?> +src/www/interfaces.php: +src/www/interfaces.php: sla-id"); ?> +src/www/interfaces.php: sla-len"); ?> +src/www/interfaces.php: Authentication Statement"); ?> +src/www/interfaces.php: authname"); ?> +src/www/interfaces.php: protocol"); ?> +src/www/interfaces.php: algorithm"); ?> +src/www/interfaces.php: rdm"); ?> +src/www/interfaces.php: Keyinfo Statement"); ?> +src/www/interfaces.php: keyname"); ?> +src/www/interfaces.php: realm"); ?> +src/www/interfaces.php: keyid"); ?> +src/www/interfaces.php: secret"); ?> +src/www/interfaces.php: expire"); ?> +src/www/interfaces.php: Configuration File Override"); ?> +src/www/interfaces.php: " . +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: hexadecimal value between %x and %x here, default value is 0."), 0, $ipv6_num_prefix_ids - 1); ?> +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:    +src/www/interfaces.php:    +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: . +src/www/interfaces.php: . +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: 802.11g OFDM +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: . +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:    +src/www/interfaces.php:    +src/www/interfaces.php:    +src/www/interfaces.php:    +src/www/interfaces.php:    +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:    +src/www/interfaces.php:    +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:

      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php:
      : +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php: +src/www/interfaces.php: 802.1X +src/www/interfaces.php: +src/www/interfaces.php:
      +src/www/interfaces.php:   

      +src/www/interfaces.php: Advanced Firewall/NAT settings.")?> +src/www/interfaces.php: " /> +src/www/interfaces.php: " onclick="window.location.href=''" /> +src/www/interfaces.php: jQuery('#notebox').html("

      <\/strong> <\/a>.<\/p>"); +src/www/interfaces.php: jQuery('#noteboxv6').html("

      <\/strong> <\/a>.<\/p>"); +src/www/interfaces_assign.php:$pgtitle = array(gettext("Interfaces"),gettext("Assign network ports")); +src/www/interfaces_assign.php: $descr = sprintf(gettext('VLAN %1$s on %2$s'),$portinfo['tag'],$portinfo['if']); +src/www/interfaces_assign.php: $newifname = gettext("lan"); +src/www/interfaces_assign.php: $descr = gettext("LAN"); +src/www/interfaces_assign.php: $savemsg = gettext("Interface has been added."); +src/www/interfaces_assign.php: $errstr = sprintf(gettext('Port %1$s '. +src/www/interfaces_assign.php: $input_errors[] = sprintf(gettext("You cannot set port %s to interface %s because this interface is a member of %s."), $portname, $member, $portname); +src/www/interfaces_assign.php: $input_errors[] = gettext("The interface is part of a group. Please remove it from the group to continue"); +src/www/interfaces_assign.php: $input_errors[] = gettext("The interface is part of a bridge. Please remove it from the bridge to continue"); +src/www/interfaces_assign.php: $input_errors[] = gettext("The interface is part of a gre tunnel. Please delete the tunnel to continue"); +src/www/interfaces_assign.php: $input_errors[] = gettext("The interface is part of a gif tunnel. Please delete the tunnel to continue"); +src/www/interfaces_assign.php: $savemsg = gettext("Interface has been deleted."); +src/www/interfaces_assign.php: $savemsg = gettext("The system is now rebooting. Please wait."); +src/www/interfaces_assign.php: $savemsg = gettext("Reboot is needed. Please apply the settings in order to reboot."); +src/www/interfaces_assign.php: $savemsg = gettext("Interface mismatch detected. Please resolve the mismatch and click 'Apply changes'. The firewall will reboot afterwards."); +src/www/interfaces_assign.php: print_info_box_np(gettext("The interface configuration has been changed.
      You must apply the changes in order for them to take effect.")); +src/www/interfaces_assign.php: $tab_array[0] = array(gettext("Interface assignments"), true, "interfaces_assign.php"); +src/www/interfaces_assign.php: $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +src/www/interfaces_assign.php: $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +src/www/interfaces_assign.php: $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +src/www/interfaces_assign.php: $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +src/www/interfaces_assign.php: $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +src/www/interfaces_assign.php: $tab_array[7] = array(gettext("GRE"), false, "interfaces_gre.php"); +src/www/interfaces_assign.php: $tab_array[8] = array(gettext("GIF"), false, "interfaces_gif.php"); +src/www/interfaces_assign.php: $tab_array[9] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +src/www/interfaces_assign.php: $tab_array[10] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +src/www/interfaces_assign.php: +src/www/interfaces_assign.php: +src/www/interfaces_assign.php: title="" +src/www/interfaces_assign.php: onclick="return confirm('')"> +src/www/interfaces_assign.php: +src/www/interfaces_assign.php: +src/www/interfaces_assign.php: " />

      +src/www/interfaces_assign.php:

    • +src/www/interfaces_bridge.php: $input_errors[] = gettext("This bridge cannot be deleted because it is assigned as an interface."); +src/www/interfaces_bridge.php:$pgtitle = array(gettext("Interfaces"),gettext("Bridge")); +src/www/interfaces_bridge.php: $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +src/www/interfaces_bridge.php: $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +src/www/interfaces_bridge.php: $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +src/www/interfaces_bridge.php: $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +src/www/interfaces_bridge.php: $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +src/www/interfaces_bridge.php: $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +src/www/interfaces_bridge.php: $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +src/www/interfaces_bridge.php: $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +src/www/interfaces_bridge.php: $tab_array[8] = array(gettext("Bridges"), true, "interfaces_bridge.php"); +src/www/interfaces_bridge.php: $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +src/www/interfaces_bridge.php: +src/www/interfaces_bridge.php: +src/www/interfaces_bridge.php: +src/www/interfaces_bridge.php: "> +src/www/interfaces_bridge.php: " onclick="return confirm('')"> +src/www/interfaces_bridge.php:
      +src/www/interfaces_bridge.php: +src/www/interfaces_bridge_edit.php: $reqdfieldsn = array(gettext("Member Interfaces")); +src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Maxage needs to be an integer between 6 and 40."); +src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Maxaddr needs to be an integer."); +src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Timeout needs to be an integer."); +src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Forward Delay needs to be an integer between 4 and 30."); +src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Hello time for STP needs to be an integer between 1 and 2."); +src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Priority for STP needs to be an integer between 0 and 61440."); +src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Transmit Hold Count for STP needs to be an integer between 1 and 10."); +src/www/interfaces_bridge_edit.php: $input_errors[] = "{$ifdescr} " . gettext("interface priority for STP needs to be an integer between 0 and 240."); +src/www/interfaces_bridge_edit.php: $input_errors[] = "{$ifdescr} " . gettext("interface path cost for STP needs to be an integer between 1 and 200000000."); +src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("You must select at least 2 member interfaces for a bridge."); +src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("A member interface passed does not exist in configuration"); +src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Bridging a wireless interface is only possible in hostap mode."); +src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Span interface cannot be part of the bridge. Remove the span interface from bridge members to continue."); +src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Error occurred creating interface, please retry."); +src/www/interfaces_bridge_edit.php:$pgtitle = array(gettext("Interfaces"),gettext("Bridge"),gettext("Edit")); +src/www/interfaces_bridge_edit.php:

      +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php:

      " />

      +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php:
      +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php:
      +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php:
      +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: +src/www/interfaces_bridge_edit.php: " /> +src/www/interfaces_bridge_edit.php: " onclick="window.location.href=''" /> +src/www/interfaces_gif.php: $input_errors[] = gettext("This gif TUNNEL cannot be deleted because it is still being used as an interface."); +src/www/interfaces_gif.php:$pgtitle = array(gettext("Interfaces"),gettext("GIF")); +src/www/interfaces_gif.php: $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +src/www/interfaces_gif.php: $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +src/www/interfaces_gif.php: $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +src/www/interfaces_gif.php: $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +src/www/interfaces_gif.php: $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +src/www/interfaces_gif.php: $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +src/www/interfaces_gif.php: $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +src/www/interfaces_gif.php: $tab_array[7] = array(gettext("GIF"), true, "interfaces_gif.php"); +src/www/interfaces_gif.php: $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +src/www/interfaces_gif.php: $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +src/www/interfaces_gif.php: +src/www/interfaces_gif.php: +src/www/interfaces_gif.php: +src/www/interfaces_gif.php: "> +src/www/interfaces_gif.php: " onclick="return confirm('')"> +src/www/interfaces_gif.php:
      +src/www/interfaces_gif.php: +src/www/interfaces_gif.php:

      +src/www/interfaces_gif_edit.php: $reqdfieldsn = array(gettext("Parent interface,Local address, Remote tunnel address, Remote tunnel network, Local tunnel address")); +src/www/interfaces_gif_edit.php: $input_errors[] = gettext("The tunnel local and tunnel remote fields must have valid IP addresses."); +src/www/interfaces_gif_edit.php: $input_errors[] = gettext("The alias IP address family has to match the family of the remote peer address."); +src/www/interfaces_gif_edit.php: $input_errors[] = sprintf(gettext("A gif with the network %s is already defined."), $gif['tunnel-remote-addr']); +src/www/interfaces_gif_edit.php: $input_errors[] = gettext("Error occurred creating interface, please retry."); +src/www/interfaces_gif_edit.php:$pgtitle = array(gettext("Interfaces"),gettext("GIF"),gettext("Edit")); +src/www/interfaces_gif_edit.php:

      +src/www/interfaces_gif_edit.php: +src/www/interfaces_gif_edit.php: +src/www/interfaces_gif_edit.php: +src/www/interfaces_gif_edit.php: +src/www/interfaces_gif_edit.php: +src/www/interfaces_gif_edit.php: +src/www/interfaces_gif_edit.php: +src/www/interfaces_gif_edit.php: +src/www/interfaces_gif_edit.php: +src/www/interfaces_gif_edit.php: +src/www/interfaces_gif_edit.php: +src/www/interfaces_gif_edit.php: +src/www/interfaces_gif_edit.php:
      " /> +src/www/interfaces_gif_edit.php: " onclick="window.location.href=''" /> +src/www/interfaces_gre.php: $input_errors[] = gettext("This GRE tunnel cannot be deleted because it is still being used as an interface."); +src/www/interfaces_gre.php:$pgtitle = array(gettext("Interfaces"),gettext("GRE")); +src/www/interfaces_gre.php: $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +src/www/interfaces_gre.php: $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +src/www/interfaces_gre.php: $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +src/www/interfaces_gre.php: $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +src/www/interfaces_gre.php: $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +src/www/interfaces_gre.php: $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +src/www/interfaces_gre.php: $tab_array[6] = array(gettext("GRE"), true, "interfaces_gre.php"); +src/www/interfaces_gre.php: $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +src/www/interfaces_gre.php: $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +src/www/interfaces_gre.php: $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +src/www/interfaces_gre.php: +src/www/interfaces_gre.php: +src/www/interfaces_gre.php: +src/www/interfaces_gre.php: "> +src/www/interfaces_gre.php: " onclick="return confirm('')"> +src/www/interfaces_gre.php:


      +src/www/interfaces_gre_edit.php: $reqdfieldsn = array(gettext("Parent interface"),gettext("Local address"),gettext("Remote tunnel address"),gettext("Remote tunnel network"), gettext("Local tunnel address")); +src/www/interfaces_gre_edit.php: $input_errors[] = gettext("The tunnel local and tunnel remote fields must have valid IP addresses."); +src/www/interfaces_gre_edit.php: $input_errors[] = sprintf(gettext("A GRE tunnel with the network %s is already defined."),$gre['remote-network']); +src/www/interfaces_gre_edit.php: $input_errors[] = gettext("Error occurred creating interface, please retry."); +src/www/interfaces_gre_edit.php:$pgtitle = array(gettext("Interfaces"),gettext("GRE"),gettext("Edit")); +src/www/interfaces_gre_edit.php:

      +src/www/interfaces_gre_edit.php: +src/www/interfaces_gre_edit.php: +src/www/interfaces_gre_edit.php: +src/www/interfaces_gre_edit.php: +src/www/interfaces_gre_edit.php: +src/www/interfaces_gre_edit.php: +src/www/interfaces_gre_edit.php: +src/www/interfaces_gre_edit.php: +src/www/interfaces_gre_edit.php: +src/www/interfaces_gre_edit.php: +src/www/interfaces_gre_edit.php: +src/www/interfaces_gre_edit.php: +src/www/interfaces_gre_edit.php: +src/www/interfaces_gre_edit.php: +src/www/interfaces_gre_edit.php:
      " /> +src/www/interfaces_gre_edit.php: " onclick="window.location.href=''" /> +src/www/interfaces_groups.php:$pgtitle = array(gettext("Interfaces"),gettext("Groups")); +src/www/interfaces_groups.php: array('href'=>'interfaces_groups_edit.php', 'label'=>gettext("Add a new group")), +src/www/interfaces_groups.php: $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +src/www/interfaces_groups.php: $tab_array[1] = array(gettext("Interface Groups"), true, "interfaces_groups.php"); +src/www/interfaces_groups.php: $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +src/www/interfaces_groups.php: $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +src/www/interfaces_groups.php: $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +src/www/interfaces_groups.php: $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +src/www/interfaces_groups.php: $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +src/www/interfaces_groups.php: $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +src/www/interfaces_groups.php: $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +src/www/interfaces_groups.php: $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +src/www/interfaces_groups.php: +src/www/interfaces_groups.php: +src/www/interfaces_groups.php: +src/www/interfaces_groups.php: "> +src/www/interfaces_groups.php: ')" data-toggle="tooltip" data-placement="left" title=""> +src/www/interfaces_groups.php:


      +src/www/interfaces_groups_edit.php:$pgtitle = array(gettext("Interfaces"),gettext("Groups"),gettext("Edit")); +src/www/interfaces_groups_edit.php: $input_errors[] = gettext("Group name already exists!"); +src/www/interfaces_groups_edit.php: $input_errors[] = gettext("Only letters A-Z are allowed as the group name."); +src/www/interfaces_groups_edit.php:

      +src/www/interfaces_groups_edit.php: +src/www/interfaces_groups_edit.php: +src/www/interfaces_groups_edit.php: +src/www/interfaces_groups_edit.php: +src/www/interfaces_groups_edit.php:
      +src/www/interfaces_groups_edit.php:
      +src/www/interfaces_groups_edit.php: +src/www/interfaces_groups_edit.php: +src/www/interfaces_groups_edit.php: " /> +src/www/interfaces_groups_edit.php: " /> +src/www/interfaces_lagg.php: $input_errors[] = gettext("This LAGG interface cannot be deleted because it is still being used."); +src/www/interfaces_lagg.php:$pgtitle = array(gettext("Interfaces"),gettext("LAGG")); +src/www/interfaces_lagg.php: $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +src/www/interfaces_lagg.php: $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +src/www/interfaces_lagg.php: $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +src/www/interfaces_lagg.php: $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +src/www/interfaces_lagg.php: $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +src/www/interfaces_lagg.php: $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +src/www/interfaces_lagg.php: $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +src/www/interfaces_lagg.php: $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +src/www/interfaces_lagg.php: $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +src/www/interfaces_lagg.php: $tab_array[9] = array(gettext("LAGG"), true, "interfaces_lagg.php"); +src/www/interfaces_lagg.php: +src/www/interfaces_lagg.php: +src/www/interfaces_lagg.php: +src/www/interfaces_lagg.php: "> +src/www/interfaces_lagg.php: " onclick="return confirm('')"> +src/www/interfaces_lagg.php:
      +src/www/interfaces_lagg.php:

      +src/www/interfaces_lagg_edit.php: $reqdfieldsn = array(gettext("Member interfaces"), gettext("Lagg protocol")); +src/www/interfaces_lagg_edit.php: $input_errors[] = gettext("Interface supplied as member is invalid"); +src/www/interfaces_lagg_edit.php: $input_errors[] = gettext("Interface supplied as member is invalid"); +src/www/interfaces_lagg_edit.php: $input_errors[] = gettext("Protocol supplied is invalid"); +src/www/interfaces_lagg_edit.php: $input_errors[] = gettext("Error occurred creating interface, please retry."); +src/www/interfaces_lagg_edit.php:$pgtitle = array(gettext("Interfaces"),gettext("LAGG"),gettext("Edit")); +src/www/interfaces_lagg_edit.php:

      +src/www/interfaces_lagg_edit.php: +src/www/interfaces_lagg_edit.php: . +src/www/interfaces_lagg_edit.php: +src/www/interfaces_lagg_edit.php:
      +src/www/interfaces_lagg_edit.php:




      +src/www/interfaces_lagg_edit.php:
      " /> +src/www/interfaces_lagg_edit.php: " onclick="window.location.href=''" /> +src/www/interfaces_ppps.php: $input_errors[] = gettext("This point-to-point link cannot be deleted because it is still being used as an interface."); +src/www/interfaces_ppps.php:$pgtitle = gettext("Interfaces: PPPs"); +src/www/interfaces_ppps.php: $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +src/www/interfaces_ppps.php: $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +src/www/interfaces_ppps.php: $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +src/www/interfaces_ppps.php: $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +src/www/interfaces_ppps.php: $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +src/www/interfaces_ppps.php: $tab_array[5] = array(gettext("PPPs"), true, "interfaces_ppps.php"); +src/www/interfaces_ppps.php: $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +src/www/interfaces_ppps.php: $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +src/www/interfaces_ppps.php: $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +src/www/interfaces_ppps.php: $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +src/www/interfaces_ppps.php: +src/www/interfaces_ppps.php: +src/www/interfaces_ppps.php: +src/www/interfaces_ppps.php: "> +src/www/interfaces_ppps.php: ')"> +src/www/interfaces_ppps_edit.php: $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Phone Number")); +src/www/interfaces_ppps_edit.php: $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password"),gettext("Dial on demand"),gettext("Idle timeout value")); +src/www/interfaces_ppps_edit.php: $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password")); +src/www/interfaces_ppps_edit.php: $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password"),gettext("Local IP address"),gettext("Subnet"),gettext("Remote IP address"),gettext("Dial on demand"),gettext("Idle timeout value")); +src/www/interfaces_ppps_edit.php: $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password"),gettext("Local IP address"),gettext("Subnet"),gettext("Remote IP address")); +src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("Please choose a Link Type."); +src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("Multilink connections (MLPPP) using the PPP link type is not currently supported. Please select only one Link Interface."); +src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("The Service name contains invalid characters."); +src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("Do not specify both a Service name and a NULL Service name."); +src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("The idle timeout value must be an integer."); +src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("A valid PPPoE reset hour must be specified (0-23)."); +src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("A valid PPPoE reset minute must be specified (0-59)."); +src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("A valid PPPoE reset date must be specified (mm/dd/yyyy)."); +src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("A valid PPPoE reset month must be specified (1-12) in the Custom PPPoE Periodic reset fields."); +src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("A valid PPPoE reset day of month must be specified (1-31) in the Custom PPPoE Periodic reset fields. No checks are done on valid # of days per month"); +src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("A valid PPPoE reset year must be specified. Don't select a year in the past!"); +src/www/interfaces_ppps_edit.php: $input_errors[] = sprintf(gettext("A valid local IP address must be specified for %s."),$iface); +src/www/interfaces_ppps_edit.php: $input_errors[] = sprintf(gettext("A valid gateway IP address OR hostname must be specified for %s."),$iface); +src/www/interfaces_ppps_edit.php: $input_errors[] = sprintf(gettext("The bandwidth value for %s must be an integer."),$iface); +src/www/interfaces_ppps_edit.php: $input_errors[] = sprintf(gettext("The MTU for %s must be greater than 576 bytes."),$iface); +src/www/interfaces_ppps_edit.php: $input_errors[] = sprintf(gettext("The MRU for %s must be greater than 576 bytes."),$iface); +src/www/interfaces_ppps_edit.php:$pgtitle = array(gettext("Interfaces"),gettext("PPPs"),gettext("Edit")); +src/www/interfaces_ppps_edit.php:$types = array("select" => gettext("Select"), "ppp" => "PPP", "pppoe" => "PPPoE", "pptp" => "PPTP", "l2tp" => "L2TP"/*, "tcp" => "TCP", "udp" => "UDP"*/ ); +src/www/interfaces_ppps_edit.php:

      +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php:    +src/www/interfaces_ppps_edit.php:    +src/www/interfaces_ppps_edit.php:    +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: /> +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: /> +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: /> +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: />  +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php: />  +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php: />  +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php: />  +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: />  +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php:

      " class="btn btn-default btn-xs"/>

      +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php:
      +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php:
      MRU +src/www/interfaces_ppps_edit.php: +src/www/interfaces_ppps_edit.php:
      MRRU +src/www/interfaces_ppps_edit.php: " /> +src/www/interfaces_ppps_edit.php: " onclick="window.location.href=''" /> +src/www/interfaces_qinq.php: $input_errors[] = gettext("This QinQ cannot be deleted because it is still being used as an interface."); +src/www/interfaces_qinq.php: $input_errors[] = gettext("QinQ interface does not exist"); +src/www/interfaces_qinq.php:$pgtitle = array(gettext("Interfaces"),gettext("QinQ")); +src/www/interfaces_qinq.php: $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +src/www/interfaces_qinq.php: $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +src/www/interfaces_qinq.php: $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +src/www/interfaces_qinq.php: $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +src/www/interfaces_qinq.php: $tab_array[4] = array(gettext("QinQs"), true, "interfaces_qinq.php"); +src/www/interfaces_qinq.php: $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +src/www/interfaces_qinq.php: $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +src/www/interfaces_qinq.php: $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +src/www/interfaces_qinq.php: $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +src/www/interfaces_qinq.php: $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +src/www/interfaces_qinq.php: +src/www/interfaces_qinq.php: +src/www/interfaces_qinq.php: +src/www/interfaces_qinq.php: +src/www/interfaces_qinq.php: "> +src/www/interfaces_qinq.php: " onclick="return confirm('')"> +src/www/interfaces_qinq.php:
      +src/www/interfaces_qinq.php:

      +src/www/interfaces_qinq_edit.php:$pgtitle = array(gettext("Interfaces"),gettext("QinQ"), gettext("Edit")); +src/www/interfaces_qinq_edit.php: $input_errors[] = gettext("First level tag cannot be empty."); +src/www/interfaces_qinq_edit.php: $input_errors[] = gettext("You are editing an existing entry and modifying the first level tag is not allowed."); +src/www/interfaces_qinq_edit.php: $input_errors[] = gettext("You are editing an existing entry and modifying the interface is not allowed."); +src/www/interfaces_qinq_edit.php: $input_errors[] = gettext("QinQ level already exists for this interface, edit it!"); +src/www/interfaces_qinq_edit.php: $input_errors[] = gettext("A normal VLAN exists with this tag please remove it to use this tag for QinQ first level."); +src/www/interfaces_qinq_edit.php: $input_errors[] = gettext("Tags can contain only numbers or a range in format #-#."); +src/www/interfaces_qinq_edit.php: $input_errors[] = gettext("Tags can contain only numbers or a range in format #-#."); +src/www/interfaces_qinq_edit.php: $gentry['descr'] = gettext("QinQ VLANs group"); +src/www/interfaces_qinq_edit.php: rowname[0] = ; +src/www/interfaces_qinq_edit.php: rowname[2] = ; +src/www/interfaces_qinq_edit.php:

      +src/www/interfaces_qinq_edit.php: +src/www/interfaces_qinq_edit.php: +src/www/interfaces_qinq_edit.php: +src/www/interfaces_qinq_edit.php: +src/www/interfaces_qinq_edit.php: +src/www/interfaces_qinq_edit.php: +src/www/interfaces_qinq_edit.php: +src/www/interfaces_qinq_edit.php: +src/www/interfaces_qinq_edit.php:
      +src/www/interfaces_qinq_edit.php: +src/www/interfaces_qinq_edit.php:
      +src/www/interfaces_qinq_edit.php: " class="btn btn-default btn-xs"/> +src/www/interfaces_qinq_edit.php: " /> +src/www/interfaces_qinq_edit.php: " /> +src/www/interfaces_vlan.php: $input_errors[] = gettext("This VLAN cannot be deleted because it is still being used as an interface."); +src/www/interfaces_vlan.php:$pgtitle = array(gettext("Interfaces"),gettext("VLAN")); +src/www/interfaces_vlan.php: $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +src/www/interfaces_vlan.php: $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +src/www/interfaces_vlan.php: $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +src/www/interfaces_vlan.php: $tab_array[3] = array(gettext("VLANs"), true, "interfaces_vlan.php"); +src/www/interfaces_vlan.php: $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +src/www/interfaces_vlan.php: $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +src/www/interfaces_vlan.php: $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +src/www/interfaces_vlan.php: $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +src/www/interfaces_vlan.php: $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +src/www/interfaces_vlan.php: $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +src/www/interfaces_vlan.php: +src/www/interfaces_vlan.php: +src/www/interfaces_vlan.php: +src/www/interfaces_vlan.php: "> +src/www/interfaces_vlan.php: " onclick="return confirm('')"> +src/www/interfaces_vlan.php:
      +src/www/interfaces_vlan.php:

      +src/www/interfaces_vlan_edit.php: $reqdfieldsn = array(gettext("Parent interface"),gettext("VLAN tag")); +src/www/interfaces_vlan_edit.php: $input_errors[] = gettext("The VLAN tag must be an integer between 1 and 4094."); +src/www/interfaces_vlan_edit.php: $input_errors[] = gettext("Interface supplied as parent is invalid"); +src/www/interfaces_vlan_edit.php: $input_errors[] = gettext("Interface is assigned and you cannot change the VLAN tag while assigned."); +src/www/interfaces_vlan_edit.php: $input_errors[] = sprintf(gettext("A VLAN with the tag %s is already defined on this interface."),$vlan['tag']); +src/www/interfaces_vlan_edit.php: $input_errors[] = gettext("A QinQ VLAN exists with this tag please remove it to use this tag with."); +src/www/interfaces_vlan_edit.php: $input_errors[] = gettext("Error occurred creating interface, please retry."); +src/www/interfaces_vlan_edit.php:$pgtitle = array(gettext("Interfaces"),gettext("VLAN"),gettext("Edit")); +src/www/interfaces_vlan_edit.php:

      +src/www/interfaces_vlan_edit.php: +src/www/interfaces_vlan_edit.php: +src/www/interfaces_vlan_edit.php: +src/www/interfaces_vlan_edit.php: +src/www/interfaces_vlan_edit.php: +src/www/interfaces_vlan_edit.php:
      " /> +src/www/interfaces_vlan_edit.php: " onclick="window.location.href=''" /> +src/www/interfaces_wireless.php: $input_errors[] = gettext("This wireless clone cannot be deleted because it is assigned as an interface."); +src/www/interfaces_wireless.php:$pgtitle = array(gettext("Interfaces"),gettext("Wireless")); +src/www/interfaces_wireless.php: $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +src/www/interfaces_wireless.php: $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +src/www/interfaces_wireless.php: $tab_array[2] = array(gettext("Wireless"), true, "interfaces_wireless.php"); +src/www/interfaces_wireless.php: $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +src/www/interfaces_wireless.php: $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +src/www/interfaces_wireless.php: $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +src/www/interfaces_wireless.php: $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +src/www/interfaces_wireless.php: $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +src/www/interfaces_wireless.php: $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +src/www/interfaces_wireless.php: $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +src/www/interfaces_wireless.php: +src/www/interfaces_wireless.php: +src/www/interfaces_wireless.php: +src/www/interfaces_wireless.php: "> +src/www/interfaces_wireless.php: ')"> +src/www/interfaces_wireless.php:

      :
      +src/www/interfaces_wireless.php:

      +src/www/interfaces_wireless_edit.php: $reqdfieldsn = array(gettext("Parent interface"),gettext("Mode")); +src/www/interfaces_wireless_edit.php: $input_errors[] = gettext("This wireless clone cannot be modified because it is still assigned as an interface."); +src/www/interfaces_wireless_edit.php: $input_errors[] = gettext("Use the configuration page for the assigned interface to change the mode."); +src/www/interfaces_wireless_edit.php: $input_errors[] = sprintf(gettext('Error creating interface with mode %1$s. The %2$s interface may not support creating more clones with the selected mode.'), $wlan_modes[$clone['mode']], $clone['if']); +src/www/interfaces_wireless_edit.php: $input_errors[] = sprintf(gettext("Created with id %s"), $id); +src/www/interfaces_wireless_edit.php: $input_errors[] = gettext("Created without id"); +src/www/interfaces_wireless_edit.php:$pgtitle = array(gettext("Interfaces"),gettext("Wireless"),gettext("Edit")); +src/www/interfaces_wireless_edit.php:

      +src/www/interfaces_wireless_edit.php: +src/www/interfaces_wireless_edit.php: +src/www/interfaces_wireless_edit.php: +src/www/interfaces_wireless_edit.php: +src/www/interfaces_wireless_edit.php: +src/www/interfaces_wireless_edit.php: +src/www/interfaces_wireless_edit.php:
      " /> +src/www/interfaces_wireless_edit.php: " onclick="window.location.href=''" /> +src/www/license.php:$pgtitle = gettext("License"); +src/www/load_balancer_monitor.php: $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one pool."); +src/www/load_balancer_monitor.php:$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Monitor")); +src/www/load_balancer_monitor.php: " . gettext("You must apply the changes in order for them to take effect."));?>
      +src/www/load_balancer_monitor.php: $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +src/www/load_balancer_monitor.php: $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +src/www/load_balancer_monitor.php: $tab_array[] = array(gettext("Monitors"), true, "load_balancer_monitor.php"); +src/www/load_balancer_monitor.php: $tab_array[] = array(gettext("Settings"), false, "load_balancer_setting.php"); +src/www/load_balancer_monitor.php: $t->add_column(gettext('Name'),'name',20); +src/www/load_balancer_monitor.php: $t->add_column(gettext('Type'),'type',10); +src/www/load_balancer_monitor.php: $t->add_column(gettext('Description'),'descr',30); +src/www/load_balancer_monitor_edit.php:$changedesc = gettext("Load Balancer: Monitor:") . " "; +src/www/load_balancer_monitor_edit.php: $reqdfieldsn = array(gettext("Name"),gettext("Type"),gettext("Description")); +src/www/load_balancer_monitor_edit.php: $input_errors[] = gettext("This monitor name has already been used. Monitor names must be unique."); +src/www/load_balancer_monitor_edit.php: $input_errors[] = gettext("You cannot use spaces in the 'name' field."); +src/www/load_balancer_monitor_edit.php: $input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); +src/www/load_balancer_monitor_edit.php: $input_errors[] = gettext("HTTP(s) codes must be from RFC2616."); +src/www/load_balancer_monitor_edit.php: $input_errors[] = gettext("The path to monitor must be set."); +src/www/load_balancer_monitor_edit.php: $changedesc .= " " . sprintf(gettext("modified '%s' monitor:"), $monent['name']); +src/www/load_balancer_monitor_edit.php:$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Monitor"),gettext("Edit")); +src/www/load_balancer_monitor_edit.php:$types = array("icmp" => gettext("ICMP"), "tcp" => gettext("TCP"), "http" => gettext("HTTP"), "https" => gettext("HTTPS"), "send" => gettext("Send/Expect")); +src/www/load_balancer_monitor_edit.php: +src/www/load_balancer_monitor_edit.php: +src/www/load_balancer_monitor_edit.php: +src/www/load_balancer_monitor_edit.php: +src/www/load_balancer_monitor_edit.php: +src/www/load_balancer_monitor_edit.php: +src/www/load_balancer_monitor_edit.php: +src/www/load_balancer_monitor_edit.php: size="64" />
      +src/www/load_balancer_monitor_edit.php: +src/www/load_balancer_monitor_edit.php: +src/www/load_balancer_monitor_edit.php: +src/www/load_balancer_monitor_edit.php: +src/www/load_balancer_monitor_edit.php: size="64" />
      +src/www/load_balancer_monitor_edit.php: +src/www/load_balancer_monitor_edit.php: +src/www/load_balancer_monitor_edit.php: +src/www/load_balancer_monitor_edit.php: +src/www/load_balancer_monitor_edit.php: " /> +src/www/load_balancer_monitor_edit.php: " onclick="window.location.href=''" /> +src/www/load_balancer_pool.php: $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one virtual server."); +src/www/load_balancer_pool.php:$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Pool")); +src/www/load_balancer_pool.php: "));?>
      +src/www/load_balancer_pool.php: $tab_array[] = array(gettext("Pools"), true, "load_balancer_pool.php"); +src/www/load_balancer_pool.php: $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +src/www/load_balancer_pool.php: $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +src/www/load_balancer_pool.php: $tab_array[] = array(gettext("Settings"), false, "load_balancer_setting.php"); +src/www/load_balancer_pool.php: $t->add_column(gettext('Name'),'name',10); +src/www/load_balancer_pool.php: $t->add_column(gettext('Mode'),'mode',10); +src/www/load_balancer_pool.php: $t->add_column(gettext('Servers'),'servers',15); +src/www/load_balancer_pool.php: $t->add_column(gettext('Port'),'port',10); +src/www/load_balancer_pool.php: $t->add_column(gettext('Monitor'),'monitor',10); +src/www/load_balancer_pool.php: $t->add_column(gettext('Description'),'descr',25); +src/www/load_balancer_pool.php:

      +src/www/load_balancer_pool.php: +src/www/load_balancer_pool.php: +src/www/load_balancer_pool_edit.php:$changedesc = gettext("Load Balancer: Pool:") . " "; +src/www/load_balancer_pool_edit.php: $reqdfieldsn = array(gettext("Name"),gettext("Mode"),gettext("Port"),gettext("Monitor"),gettext("Server List")); +src/www/load_balancer_pool_edit.php: $input_errors[] = gettext("This pool name has already been used. Pool names must be unique."); +src/www/load_balancer_pool_edit.php: $input_errors[] = gettext("You cannot use spaces in the 'name' field."); +src/www/load_balancer_pool_edit.php: $input_errors[] = sprintf(gettext("The name '%s' is a reserved word and cannot be used."), $_POST['name']); +src/www/load_balancer_pool_edit.php: $input_errors[] = sprintf(gettext("Sorry, an alias is already named %s."), $_POST['name']); +src/www/load_balancer_pool_edit.php: $input_errors[] = gettext("The port must be an integer between 1 and 65535, or a port alias."); +src/www/load_balancer_pool_edit.php: $input_errors[] = gettext("The retry value must be an integer between 1 and 65535."); +src/www/load_balancer_pool_edit.php: $input_errors[] = sprintf(gettext("%s is not a valid IP address or IPv4 subnet (in \"enabled\" list)."), $svrent); +src/www/load_balancer_pool_edit.php: $input_errors[] = sprintf(gettext("%s is a subnet containing more than 64 IP addresses (in \"enabled\" list)."), $svrent); +src/www/load_balancer_pool_edit.php: $input_errors[] = sprintf(gettext("%s is not a valid IP address or IPv4 subnet (in \"disabled\" list)."), $svrent); +src/www/load_balancer_pool_edit.php: $input_errors[] = sprintf(gettext("%s is a subnet containing more than 64 IP addresses (in \"disabled\" list)."), $svrent); +src/www/load_balancer_pool_edit.php: $input_errors[] = gettext("Invalid monitor chosen."); +src/www/load_balancer_pool_edit.php: $changedesc .= sprintf(gettext(" modified '%s' pool:"), $poolent['name']); +src/www/load_balancer_pool_edit.php:$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Pool"),gettext("Edit")); +src/www/load_balancer_pool_edit.php: +src/www/load_balancer_pool_edit.php: +src/www/load_balancer_pool_edit.php: +src/www/load_balancer_pool_edit.php: +src/www/load_balancer_pool_edit.php: +src/www/load_balancer_pool_edit.php: +src/www/load_balancer_pool_edit.php: +src/www/load_balancer_pool_edit.php:
      +src/www/load_balancer_pool_edit.php: +src/www/load_balancer_pool_edit.php: +src/www/load_balancer_pool_edit.php:
      +src/www/load_balancer_pool_edit.php: +src/www/load_balancer_pool_edit.php: +src/www/load_balancer_pool_edit.php: : +src/www/load_balancer_pool_edit.php: +src/www/load_balancer_pool_edit.php: " onclick="AddServerToPool(document.iform); enforceFailover(); checkPoolControls();" />
      +src/www/load_balancer_pool_edit.php: +src/www/load_balancer_pool_edit.php: +src/www/load_balancer_pool_edit.php: +src/www/load_balancer_pool_edit.php: " onclick="RemoveServerFromPool(document.iform, 'serversdisabled[]');" /> +src/www/load_balancer_pool_edit.php: +src/www/load_balancer_pool_edit.php: " onclick="RemoveServerFromPool(document.iform, 'servers[]');" /> +src/www/load_balancer_pool_edit.php: " onclick="AllServers('serversSelect', true); AllServers('serversDisabledSelect', true);" /> +src/www/load_balancer_pool_edit.php: " onclick="window.location.href=''" /> +src/www/load_balancer_relay_action.php: $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one relay protocol."); +src/www/load_balancer_relay_action.php:$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Action")); +src/www/load_balancer_relay_action.php: You must apply the changes in order for them to take effect."));?>
      +src/www/load_balancer_relay_action.php: $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +src/www/load_balancer_relay_action.php: $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +src/www/load_balancer_relay_action.php: $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +src/www/load_balancer_relay_action.php: $tab_array[] = array(gettext("Relay Actions"), true, "load_balancer_relay_action.php"); +src/www/load_balancer_relay_action.php: $tab_array[] = array(gettext("Relay Protocols"), false, "load_balancer_relay_protocol.php"); +src/www/load_balancer_relay_action.php: $t->add_column(gettext('Name'),'name',20); +src/www/load_balancer_relay_action.php: $t->add_column(gettext('Type'),'type',10); +src/www/load_balancer_relay_action.php: $t->add_column(gettext('Options'),'options',30); +src/www/load_balancer_relay_action.php: $t->add_column(gettext('Description'),'descr',30); +src/www/load_balancer_relay_action_edit.php:$changedesc = gettext("Load Balancer: Relay Action:") . " "; +src/www/load_balancer_relay_action_edit.php: $reqdfieldsn = array(gettext("Name"),gettext("Protocol"),gettext("Direction"),gettext("Action"),gettext("Description")); +src/www/load_balancer_relay_action_edit.php: $input_errors[] = gettext("This action name has already been used. Action names must be unique."); +src/www/load_balancer_relay_action_edit.php: $input_errors[] = gettext("You cannot use spaces in the 'name' field."); +src/www/load_balancer_relay_action_edit.php: $changedesc .= " " . sprintf(gettext("modified '%s' action:"), $actent['name']); +src/www/load_balancer_relay_action_edit.php:$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Action"),gettext("Edit")); +src/www/load_balancer_relay_action_edit.php: $types = array("http" => gettext("HTTP"), "tcp" => gettext("TCP"), "dns" => gettext("DNS")); +src/www/load_balancer_relay_action_edit.php: +src/www/load_balancer_relay_action_edit.php: +src/www/load_balancer_relay_action_edit.php: +src/www/load_balancer_relay_action_edit.php: +src/www/load_balancer_relay_action_edit.php: +src/www/load_balancer_relay_action_edit.php: +src/www/load_balancer_relay_action_edit.php: +src/www/load_balancer_relay_action_edit.php:
       size="20">
      +src/www/load_balancer_relay_action_edit.php:
       size="20">
      +src/www/load_balancer_relay_action_edit.php:
       size="20">
      +src/www/load_balancer_relay_action_edit.php: +src/www/load_balancer_relay_action_edit.php: XXX: +src/www/load_balancer_relay_action_edit.php: +src/www/load_balancer_relay_action_edit.php: XXX: +src/www/load_balancer_relay_action_edit.php: "> +src/www/load_balancer_relay_action_edit.php: " onclick="window.location.href=''" /> +src/www/load_balancer_relay_protocol.php: $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one virtual server."); +src/www/load_balancer_relay_protocol.php:$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Protocol")); +src/www/load_balancer_relay_protocol.php: " . gettext("You must apply the changes in order for them to take effect."));?>
      +src/www/load_balancer_relay_protocol.php: $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +src/www/load_balancer_relay_protocol.php: $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +src/www/load_balancer_relay_protocol.php: $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +src/www/load_balancer_relay_protocol.php: $tab_array[] = array(gettext("Relay Actions"), false, "load_balancer_relay_action.php"); +src/www/load_balancer_relay_protocol.php: $tab_array[] = array(gettext("Relay Protocols"), true, "load_balancer_relay_protocol.php"); +src/www/load_balancer_relay_protocol.php: $t->add_column(gettext('Name'),'name',20); +src/www/load_balancer_relay_protocol.php: $t->add_column(gettext('Type'),'type',10); +src/www/load_balancer_relay_protocol.php: $t->add_column(gettext('Options'),'options',30); +src/www/load_balancer_relay_protocol.php: $t->add_column(gettext('Description'),'descr',30); +src/www/load_balancer_relay_protocol_edit.php:$changedesc = gettext("Load Balancer: Relay Protocol:") . " "; +src/www/load_balancer_relay_protocol_edit.php: $reqdfieldsn = array(gettext("Name"),gettext("Type"),gettext("Description")); +src/www/load_balancer_relay_protocol_edit.php: $input_errors[] = gettext("This protocol name has already been used. Protocol names must be unique."); +src/www/load_balancer_relay_protocol_edit.php: $input_errors[] = gettext("You cannot use spaces in the 'name' field."); +src/www/load_balancer_relay_protocol_edit.php: $changedesc .= " " . sprintf(gettext("modified '%s' load balancing protocol:"), $protent['name']); +src/www/load_balancer_relay_protocol_edit.php: update_if_changed(gettext("name"), $protent['name'], $pconfig['name']); +src/www/load_balancer_relay_protocol_edit.php: update_if_changed(gettext("type"), $protent['type'], $pconfig['type']); +src/www/load_balancer_relay_protocol_edit.php: update_if_changed(gettext("description"), $protent['descr'], $pconfig['descr']); +src/www/load_balancer_relay_protocol_edit.php: update_if_changed(gettext("type"), $protent['type'], $pconfig['type']); +src/www/load_balancer_relay_protocol_edit.php: update_if_changed(gettext("action"), $protent['lbaction'], $pconfig['lbaction']); +src/www/load_balancer_relay_protocol_edit.php:$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Protocol"),gettext("Edit")); +src/www/load_balancer_relay_protocol_edit.php:$types = array("http" => gettext("HTTP"), "tcp" => gettext("TCP"), "dns" => gettext("DNS")); +src/www/load_balancer_relay_protocol_edit.php: +src/www/load_balancer_relay_protocol_edit.php: +src/www/load_balancer_relay_protocol_edit.php: +src/www/load_balancer_relay_protocol_edit.php: +src/www/load_balancer_relay_protocol_edit.php: +src/www/load_balancer_relay_protocol_edit.php: +src/www/load_balancer_relay_protocol_edit.php: +src/www/load_balancer_relay_protocol_edit.php: " onclick="copyOption($('available_action'), $('lbaction'));" />
      +src/www/load_balancer_relay_protocol_edit.php: " onclick="deleteOption($('lbaction'));" /> +src/www/load_balancer_relay_protocol_edit.php: +src/www/load_balancer_relay_protocol_edit.php: " onClick="AllOptions($('lbaction'), true); AllOptions($('available_action'), false);"> +src/www/load_balancer_relay_protocol_edit.php: " onclick="window.location.href=''" /> +src/www/load_balancer_setting.php: $input_errors[] = gettext("Timeout must be a numeric value"); +src/www/load_balancer_setting.php: $input_errors[] = gettext("Interval must be a numeric value"); +src/www/load_balancer_setting.php: $input_errors[] = gettext("Prefork must be a numeric value"); +src/www/load_balancer_setting.php: $input_errors[] = gettext("Prefork value must be between 1 and 32"); +src/www/load_balancer_setting.php:$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Settings")); +src/www/load_balancer_setting.php: " . gettext("You must apply the changes in order for them to take effect."));?>
      +src/www/load_balancer_setting.php: $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +src/www/load_balancer_setting.php: $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +src/www/load_balancer_setting.php: $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +src/www/load_balancer_setting.php: $tab_array[] = array(gettext("Settings"), true, "load_balancer_setting.php"); +src/www/load_balancer_setting.php: +src/www/load_balancer_setting.php: +src/www/load_balancer_setting.php: +src/www/load_balancer_setting.php: +src/www/load_balancer_setting.php: +src/www/load_balancer_setting.php: +src/www/load_balancer_setting.php: +src/www/load_balancer_setting.php: " /> +src/www/load_balancer_virtual_server.php:$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Virtual Servers")); +src/www/load_balancer_virtual_server.php: " . gettext("You must apply the changes in order for them to take effect."));?>
      +src/www/load_balancer_virtual_server.php: $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +src/www/load_balancer_virtual_server.php: $tab_array[] = array(gettext("Virtual Servers"), true, "load_balancer_virtual_server.php"); +src/www/load_balancer_virtual_server.php: $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +src/www/load_balancer_virtual_server.php: $tab_array[] = array(gettext("Settings"), false, "load_balancer_setting.php"); +src/www/load_balancer_virtual_server.php: $t->add_column(gettext('Name'),'name',10); +src/www/load_balancer_virtual_server.php: $t->add_column(gettext('Protocol'),'relay_protocol',10); +src/www/load_balancer_virtual_server.php: $t->add_column(gettext('IP Address'),'ipaddr',10); +src/www/load_balancer_virtual_server.php: $t->add_column(gettext('Port'),'port',10); +src/www/load_balancer_virtual_server.php: $t->add_column(gettext('Pool'),'poolname',10); +src/www/load_balancer_virtual_server.php: $t->add_column(gettext('Fall Back Pool'),'sitedown',15); +src/www/load_balancer_virtual_server.php: $t->add_column(gettext('Description'),'descr',25); +src/www/load_balancer_virtual_server_edit.php:$changedesc = gettext("Load Balancer: Virtual Server:") . " "; +src/www/load_balancer_virtual_server_edit.php: $reqdfieldsn = array(gettext("IP Address"),gettext("Name"),gettext("Mode")); +src/www/load_balancer_virtual_server_edit.php: $reqdfieldsn = array(gettext("IP Address"),gettext("Name"),gettext("Relay Protocol")); +src/www/load_balancer_virtual_server_edit.php: $input_errors[] = gettext("This virtual server name has already been used. Virtual server names must be unique."); +src/www/load_balancer_virtual_server_edit.php: $input_errors[] = gettext("You cannot use spaces or slashes in the 'name' field."); +src/www/load_balancer_virtual_server_edit.php: $input_errors[] = gettext("The port must be an integer between 1 and 65535, a port alias, or left blank."); +src/www/load_balancer_virtual_server_edit.php: $input_errors[] = sprintf(gettext("%s is not a valid IP address, IPv4 subnet, or alias."), $_POST['ipaddr']); +src/www/load_balancer_virtual_server_edit.php: $input_errors[] = sprintf(gettext("%s is a subnet containing more than 64 IP addresses."), $_POST['ipaddr']); +src/www/load_balancer_virtual_server_edit.php: $input_errors[] = gettext("You cannot select a Fall Back Pool when using the DNS relay protocol."); +src/www/load_balancer_virtual_server_edit.php: $changedesc .= " " . sprintf(gettext("modified '%s' vs:"), $vsent['name']); +src/www/load_balancer_virtual_server_edit.php: $changedesc .= " " . sprintf(gettext("created '%s' vs:"), $_POST['name']); +src/www/load_balancer_virtual_server_edit.php:$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Virtual Server"),gettext("Edit")); +src/www/load_balancer_virtual_server_edit.php: +src/www/load_balancer_virtual_server_edit.php: +src/www/load_balancer_virtual_server_edit.php: +src/www/load_balancer_virtual_server_edit.php: +src/www/load_balancer_virtual_server_edit.php:
      +src/www/load_balancer_virtual_server_edit.php:
      +src/www/load_balancer_virtual_server_edit.php: +src/www/load_balancer_virtual_server_edit.php:
      +src/www/load_balancer_virtual_server_edit.php:
      +src/www/load_balancer_virtual_server_edit.php:
      +src/www/load_balancer_virtual_server_edit.php: +src/www/load_balancer_virtual_server_edit.php: +src/www/load_balancer_virtual_server_edit.php: +src/www/load_balancer_virtual_server_edit.php: +src/www/load_balancer_virtual_server_edit.php: +src/www/load_balancer_virtual_server_edit.php:
      +src/www/load_balancer_virtual_server_edit.php:
      +src/www/load_balancer_virtual_server_edit.php: +src/www/load_balancer_virtual_server_edit.php: " /> +src/www/load_balancer_virtual_server_edit.php: " onclick="window.location.href=''" /> +src/www/load_balancer_virtual_server_edit.php: +src/www/pkg.php: print "onmouseout=\"this.style.color = ''; domTT_mouseout(this, event);\" onmouseover=\"domTT_activate(this, event, 'content', '".gettext($title_msg)."', 'trail', true, 'delay', 0, 'fade', 'both', 'fadeMax', 93, 'styleClass', 'niceTitle');\""; +src/www/pkg.php: print_info_box_np(gettext("ERROR: No package defined.")); +src/www/pkg.php: var strloading="/images/misc/loader.gif' alt='loader' /> " + ""; +src/www/pkg.php: if(confirm("")){ +src/www/pkg.php: echo gettext("No"); +src/www/pkg.php: echo gettext("Yes"); +src/www/pkg.php: echo $column['prefix'] . gettext($column['listmodeon']). $column['suffix']; +src/www/pkg.php: echo $column['prefix'] .gettext($column['listmodeoff']). $column['suffix']; +src/www/pkg.php: ')"> alt="delete" /> +src/www/pkg_edit.php: print_info_box_np(gettext("ERROR: No valid package defined.")); +src/www/pkg_edit.php: $edit = ($only_edit ? '' : ": " . gettext("Edit")); +src/www/pkg_edit.php: $title = gettext("Package Editor"); +src/www/pkg_edit.php: $savevalue = gettext("Save"); +src/www/pkg_edit.php: $advanced .= "". gettext("Advanced features") . "
      \n"; +src/www/pkg_edit.php: echo "

      " . gettext("Note") . ": {$pkg['note']}

      "; +src/www/pkg_edit.php: echo ""; +src/www/pkg_edit.php: $div .= " - " . gettext("Show advanced option") ."\n"; +src/www/pkg_mgr.php: $pgtitle = array(gettext("System"),gettext("Package Manager")); +src/www/pkg_mgr.php: $savemsg = sprintf(gettext("Unable to retrieve package info from %s. Cached data will be used."), $xmlrpc_base_url); +src/www/pkg_mgr.php: $savemsg = 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']); +src/www/pkg_mgr.php:$pgtitle = array(gettext("System"),gettext("Package Manager")); +src/www/pkg_mgr.php: $tab_array[] = array(gettext("Available Packages"), $requested_version <> "" ? false : true, "pkg_mgr.php"); +src/www/pkg_mgr.php: $tab_array[] = array(gettext("Installed Packages"), false, "pkg_mgr_installed.php"); +src/www/pkg_mgr.php: $tab_array[] = array(gettext("All"), $menu_category=="All" ? true : false, "pkg_mgr.php?category=All"); +src/www/pkg_mgr.php: $tab_array[] = array(gettext($category) , $menu_category==$category ? true : false, "pkg_mgr.php?category={$category}"); +src/www/pkg_mgr.php: $tab_array[] = array(gettext("Other Categories"), $menu_category=="Other" ? true : false, "pkg_mgr.php?category=Other"); +src/www/pkg_mgr.php: +src/www/pkg_mgr.php: print ''.gettext("Category").''."\n"; +src/www/pkg_mgr.php: " class="listhdr"> +src/www/pkg_mgr.php: " class="listhdr"> +src/www/pkg_mgr.php: echo "
      " . gettext("There are currently no packages available for installation.") . ""; +src/www/pkg_mgr.php: $pkginfo=gettext("Package info"); +src/www/pkg_mgr.php: $pkginfo=gettext("No package info, check the forum"); +src/www/pkg_mgr.php: "> +src/www/pkg_mgr.php: print ''.gettext($index['category']).''."\n"; +src/www/pkg_mgr.php: print ' +src/www/pkg_mgr.php: "> +src/www/pkg_mgr.php: " class="btn btn-primary"> +src/www/pkg_mgr.php: echo "" . gettext("There are currently no packages available for installation.") . ""; +src/www/pkg_mgr_install.php:$pgtitle = array(gettext("System"),gettext("Package Manager"),gettext("Install Package")); +src/www/pkg_mgr_install.php: $tab_array[] = array(gettext("Available packages"), false, "pkg_mgr.php"); +src/www/pkg_mgr_install.php: $tab_array[] = array(gettext("Installed packages"), false, "pkg_mgr_installed.php"); +src/www/pkg_mgr_install.php: $tab_array[] = array(gettext("Package Installer"), true, ""); +src/www/pkg_mgr_install.php: +src/www/pkg_mgr_install.php: update_output_window(gettext("Something is wrong on the request.")); +src/www/pkg_mgr_install.php: update_output_window(gettext("Log was not retrievable.")); +src/www/pkg_mgr_install.php: update_status("{$pkgname} " . gettext("installation completed.")); +src/www/pkg_mgr_install.php: update_output_window(sprintf(gettext("Could not find %s."), $pkgname)); +src/www/pkg_mgr_install.php: write_config(gettext("Creating restore point before package installation.")); +src/www/pkg_mgr_install.php: update_status(gettext("Package deleted.")); +src/www/pkg_mgr_install.php: $static_output .= "\n" . gettext("Package deleted."); +src/www/pkg_mgr_install.php: update_status(gettext("Package reinstallation failed.")); +src/www/pkg_mgr_install.php: $static_output .= "\n" . gettext("Package reinstallation failed."); +src/www/pkg_mgr_install.php: update_status(gettext("Package reinstalled.")); +src/www/pkg_mgr_install.php: $static_output .= "\n" . gettext("Package reinstalled."); +src/www/pkg_mgr_install.php: update_status(gettext("All packages reinstalled.")); +src/www/pkg_mgr_install.php: $static_output .= "\n" . gettext("All packages reinstalled."); +src/www/pkg_mgr_install.php: update_output_window(gettext("No packages are installed.")); +src/www/pkg_mgr_install.php: update_status(gettext("Installation of") . " {$pkgid} " . gettext("FAILED!")); +src/www/pkg_mgr_install.php: $static_output .= "\n" . gettext("Installation halted."); +src/www/pkg_mgr_install.php: $status_a = gettext(sprintf("Installation of %s completed.", $pkgid)); +src/www/pkg_mgr_install.php: $static_output .= "\n" . gettext("Installation completed.") . "\n{$pkgid} " . gettext("setup instructions") . ":\n{$status}"; +src/www/pkg_mgr_install.php: $static_output .= "\n" . gettext("Installation completed. Please check to make sure that the package is configured from the respective menu then start the package."); +src/www/pkg_mgr_installed.php: $pgtitle = array(gettext("System"),gettext("Package Manager")); +src/www/pkg_mgr_installed.php:$pgtitle = array(gettext("System"),gettext("Package Manager")); +src/www/pkg_mgr_installed.php: $tab_array[] = array(gettext("Available Packages"), false, "pkg_mgr.php"); +src/www/pkg_mgr_installed.php: // $tab_array[] = array("{$version} " . gettext("packages"), false, "pkg_mgr.php"); +src/www/pkg_mgr_installed.php: $tab_array[] = array(gettext("Installed Packages"), true, "pkg_mgr_installed.php"); +src/www/pkg_mgr_installed.php: +src/www/pkg_mgr_installed.php: +src/www/pkg_mgr_installed.php: +src/www/pkg_mgr_installed.php: +src/www/pkg_mgr_installed.php: $pkgver = "".gettext("Available") .": ". $latest_package . "
      "; +src/www/pkg_mgr_installed.php: $pkgver = "
      ".gettext("Available") .": ". $latest_package . "
      "; +src/www/pkg_mgr_installed.php: $pkgver .= gettext("Installed") .": ". $pkg['version']. "
      "; +src/www/pkg_mgr_installed.php: $pkgver = "" . gettext("Available") .": ". $latest_package . "
      "; +src/www/pkg_mgr_installed.php: $pkgver = "
      " . gettext("Available") .": ". $latest_package . "
      "; +src/www/pkg_mgr_installed.php: $pkgver .= gettext("Installed") .": ". $pkg['version']."
      "; +src/www/pkg_mgr_installed.php: $pkginfo=gettext("Package info"); +src/www/pkg_mgr_installed.php: $pkginfo=gettext("No package info, check the forum"); +src/www/pkg_mgr_installed.php: echo "{$pkgver}"; +src/www/pkg_mgr_installed.php: >

      +src/www/pkg_mgr_installed.php: " class="btn btn-default btn-xs"> +src/www/pkg_mgr_installed.php: " class="btn btn-default btn-xs"> +src/www/pkg_mgr_installed.php: +src/www/pkg_mgr_settings.php:$pgtitle = array(gettext("System"),gettext("Package Settings")); +src/www/pkg_mgr_settings.php: $tab_array[] = array(sprintf(gettext("%s packages"), $version), false, "pkg_mgr.php"); +src/www/pkg_mgr_settings.php: $tab_array[] = array(gettext("Installed Packages"), false, "pkg_mgr_installed.php"); +src/www/pkg_mgr_settings.php: $tab_array[] = array(gettext("Package Settings"), true, "pkg_mgr_settings.php"); +src/www/pkg_mgr_settings.php: +src/www/pkg_mgr_settings.php: +src/www/pkg_mgr_settings.php: +src/www/pkg_mgr_settings.php: +src/www/pkg_mgr_settings.php: +src/www/pkg_mgr_settings.php: +src/www/pkg_mgr_settings.php: />
      +src/www/pkg_mgr_settings.php: +src/www/pkg_mgr_settings.php: ,
      +src/www/pkg_mgr_settings.php: " /> +src/www/reboot.php:$pgtitle = array(gettext("Diagnostics"),gettext("Reboot System")); +src/www/reboot.php: +src/www/reboot.php: +src/www/reboot.php:

      +src/www/reboot.php: " /> +src/www/reboot.php: +src/www/restart_httpd.php:$pgtitle = array(gettext("Restarting httpd")); +src/www/restart_httpd.php:... +src/www/restart_httpd.php:.
      +src/www/restart_httpd.php:... +src/www/restart_httpd.php:.
      +src/www/restart_httpd.php:... +src/www/restart_httpd.php:.
      +src/www/restart_httpd.php:... +src/www/restart_httpd.php:.
      +src/www/services_captiveportal.php:$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +src/www/services_captiveportal.php: write_config(sprintf(gettext("Captive Portal: zone %s: Restore default portal page"), $cpzone)); +src/www/services_captiveportal.php: write_config(sprintf(gettext("Captive Portal: zone %s: Restore default error page"), $cpzone)); +src/www/services_captiveportal.php: write_config(sprintf(gettext("Captive Portal: zone %s: Restore default logout page"), $cpzone)); +src/www/services_captiveportal.php: $reqdfieldsn = array(gettext("Zone name"), gettext("Interface")); +src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("The captive portal cannot be used on interface %s since it is part of a bridge."), $cpbrif); +src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("The captive portal cannot be used on interface %s since it is used already on %s instance."), $cpbrif, $cp['zone']); +src/www/services_captiveportal.php: $input_errors[] = gettext("Certificate must be specified for HTTPS login."); +src/www/services_captiveportal.php: $input_errors[] = gettext("The HTTPS server name must be specified for HTTPS login."); +src/www/services_captiveportal.php: $input_errors[] = gettext("The timeout must be at least 1 minute."); +src/www/services_captiveportal.php: $input_errors[] = gettext("Hard timeout must be less or equal Default lease time set on DHCP Server"); +src/www/services_captiveportal.php: $input_errors[] = gettext("The idle timeout must be at least 1 minute."); +src/www/services_captiveportal.php: $input_errors[] = gettext("The pass-through credit count must be a number or left blank."); +src/www/services_captiveportal.php: $input_errors[] = gettext("The waiting period to restore pass-through credits must be above 0 hours."); +src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip']); +src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip2']); +src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip3']); +src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip4']); +src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport']); +src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport2']); +src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport3']); +src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport4']); +src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusacctport']); +src/www/services_captiveportal.php: $input_errors[] = gettext("The maximum number of concurrent connections per client IP address may not be larger than the global maximum."); +src/www/services_captiveportal.php: $input_errors[] = gettext("The NAS-Identifier must be 3-253 characters long and should only contain ASCII characters."); +src/www/services_captiveportal.php: $tab_array[] = array(gettext("Captive portal(s)"), true, "services_captiveportal.php?zone={$cpzone}"); +src/www/services_captiveportal.php: $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +src/www/services_captiveportal.php: $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +src/www/services_captiveportal.php: // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +src/www/services_captiveportal.php: $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +src/www/services_captiveportal.php: $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php:
      +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php:
      +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php:
      +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php:
      +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php:
      +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php:
      +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php:
      +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php:

      +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: / +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php:    +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php:    +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php:    +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php:    +src/www/services_captiveportal.php: +src/www/services_captiveportal.php:
      +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: />
      +src/www/services_captiveportal.php: />
      +src/www/services_captiveportal.php: /> +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php:
      +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: />
      +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: />
      +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: />
      +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: echo "\n"; +src/www/services_captiveportal.php: echo "\n"; +src/www/services_captiveportal.php: +src/www/services_captiveportal.php:
      +src/www/services_captiveportal.php: 00:11:22:33:44:55
      +src/www/services_captiveportal.php: 001122-334455
      +src/www/services_captiveportal.php: 00-11-22-33-44-55
      +src/www/services_captiveportal.php: 0011.2233.4455
      +src/www/services_captiveportal.php: 001122334455 +src/www/services_captiveportal.php: +src/www/services_captiveportal.php:
      +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php:
      Create one under System > Cert Manager. +src/www/services_captiveportal.php: +src/www/services_captiveportal.php:
      +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: gettext('Upload an HTML/PHP file for the portal page here (leave blank to keep the current one). ' . +src/www/services_captiveportal.php:
      +src/www/services_captiveportal.php:
      +src/www/services_captiveportal.php:
      +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: "$PORTAL_MESSAGE$", +src/www/services_captiveportal.php:
      +src/www/services_captiveportal.php:
      +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: +src/www/services_captiveportal.php: " onclick="enable_change(true)" /> +src/www/services_captiveportal.php: " onclick="enable_change(true)" /> +src/www/services_captiveportal.php:
      +src/www/services_captiveportal.php:
      +src/www/services_captiveportal_filemanager.php:$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +src/www/services_captiveportal_filemanager.php: $input_errors[] = sprintf(gettext("A file with the name '%s' already exists."), $name); +src/www/services_captiveportal_filemanager.php: $input_errors[] = gettext("The total size of all files uploaded may not exceed ") . +src/www/services_captiveportal_filemanager.php: array('label'=>gettext('add file'), 'href'=>'services_captiveportal_filemanager.php?zone='.$cpzone.'&act=add'), +src/www/services_captiveportal_filemanager.php: $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +src/www/services_captiveportal_filemanager.php: $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +src/www/services_captiveportal_filemanager.php: $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +src/www/services_captiveportal_filemanager.php: // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +src/www/services_captiveportal_filemanager.php: $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +src/www/services_captiveportal_filemanager.php: $tab_array[] = array(gettext("File Manager"), true, "services_captiveportal_filemanager.php?zone={$cpzone}"); +src/www/services_captiveportal_filemanager.php: " /> +src/www/services_captiveportal_filemanager.php: +src/www/services_captiveportal_filemanager.php: +src/www/services_captiveportal_filemanager.php: ')"> +src/www/services_captiveportal_filemanager.php: "> +src/www/services_captiveportal_filemanager.php: +src/www/services_captiveportal_filemanager.php:
      +src/www/services_captiveportal_filemanager.php: <a href="/captiveportal-aup.php?zone=$PORTAL_ZONE$&redirurl=$PORTAL_REDIRURL$"></a> +src/www/services_captiveportal_filemanager.php: +src/www/services_captiveportal_hostname.php:$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +src/www/services_captiveportal_hostname.php: $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +src/www/services_captiveportal_hostname.php: $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +src/www/services_captiveportal_hostname.php: $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +src/www/services_captiveportal_hostname.php: $tab_array[] = array(gettext("Allowed Hostnames"), true, "services_captiveportal_hostname.php?zone={$cpzone}"); +src/www/services_captiveportal_hostname.php: $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +src/www/services_captiveportal_hostname.php: $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +src/www/services_captiveportal_hostname.php: +src/www/services_captiveportal_hostname.php: +src/www/services_captiveportal_hostname.php:  ')" class="btn btn-default btn-xs"> +src/www/services_captiveportal_hostname.php:
      +src/www/services_captiveportal_hostname.php: from
      addresses, it may be used to always allow pass-through access from a client behind the captive portal."); ?>

      +src/www/services_captiveportal_hostname.php: in x.x.x.x +src/www/services_captiveportal_hostname.php: +src/www/services_captiveportal_hostname.php: x.x.x.x in     +src/www/services_captiveportal_hostname.php: +src/www/services_captiveportal_hostname_edit.php:$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit allowed Hostname")); +src/www/services_captiveportal_hostname_edit.php: $reqdfieldsn = array(gettext("Allowed Hostname")); +src/www/services_captiveportal_hostname_edit.php: $input_errors[] = sprintf(gettext("A valid Hostname must be specified. [%s]"), $_POST['hostname']); +src/www/services_captiveportal_hostname_edit.php: $input_errors[] = gettext("Upload speed needs to be an integer"); +src/www/services_captiveportal_hostname_edit.php: $input_errors[] = gettext("Download speed needs to be an integer"); +src/www/services_captiveportal_hostname_edit.php: $input_errors[] = sprintf("[%s] %s.", $_POST['hostname'], gettext("already allowed")) ; +src/www/services_captiveportal_hostname_edit.php: +src/www/services_captiveportal_hostname_edit.php: $dirs = array(gettext("Both"),gettext("From"),gettext("To")) ; +src/www/services_captiveportal_hostname_edit.php: . +src/www/services_captiveportal_hostname_edit.php: . +src/www/services_captiveportal_hostname_edit.php: +src/www/services_captiveportal_hostname_edit.php: . +src/www/services_captiveportal_hostname_edit.php: +src/www/services_captiveportal_hostname_edit.php:
      . +src/www/services_captiveportal_hostname_edit.php: +src/www/services_captiveportal_hostname_edit.php:
      +src/www/services_captiveportal_hostname_edit.php: +src/www/services_captiveportal_hostname_edit.php:
      +src/www/services_captiveportal_hostname_edit.php: " /> +src/www/services_captiveportal_ip.php:$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +src/www/services_captiveportal_ip.php: $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +src/www/services_captiveportal_ip.php: $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +src/www/services_captiveportal_ip.php: $tab_array[] = array(gettext("Allowed IP addresses"), true, "services_captiveportal_ip.php?zone={$cpzone}"); +src/www/services_captiveportal_ip.php: // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +src/www/services_captiveportal_ip.php: $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +src/www/services_captiveportal_ip.php: $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +src/www/services_captiveportal_ip.php: +src/www/services_captiveportal_ip.php: +src/www/services_captiveportal_ip.php: ')" class="btn btn-default btn-xs"> +src/www/services_captiveportal_ip.php:
      +src/www/services_captiveportal_ip.php:

      +src/www/services_captiveportal_ip_edit.php:$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit allowed IP address")); +src/www/services_captiveportal_ip_edit.php: $reqdfieldsn = array(gettext("Allowed IP address"), gettext("Subnet mask")); +src/www/services_captiveportal_ip_edit.php: $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['ip']); +src/www/services_captiveportal_ip_edit.php: $input_errors[] = gettext("A valid subnet mask must be specified"); +src/www/services_captiveportal_ip_edit.php: $input_errors[] = gettext("Upload speed needs to be an integer"); +src/www/services_captiveportal_ip_edit.php: $input_errors[] = gettext("Download speed needs to be an integer"); +src/www/services_captiveportal_ip_edit.php: $input_errors[] = sprintf("[%s] %s.", $_POST['ip'], gettext("already allowed")) ; +src/www/services_captiveportal_ip_edit.php: +src/www/services_captiveportal_ip_edit.php: +src/www/services_captiveportal_ip_edit.php: . +src/www/services_captiveportal_ip_edit.php: +src/www/services_captiveportal_ip_edit.php:
      . +src/www/services_captiveportal_ip_edit.php: +src/www/services_captiveportal_ip_edit.php:
      +src/www/services_captiveportal_ip_edit.php: +src/www/services_captiveportal_ip_edit.php:
      +src/www/services_captiveportal_ip_edit.php: " /> +src/www/services_captiveportal_mac.php:$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +src/www/services_captiveportal_mac.php: echo gettext("No entry exists yet!") ."\n"; +src/www/services_captiveportal_mac.php: echo gettext("Please set the zone on which the operation should be allowed"); +src/www/services_captiveportal_mac.php: echo gettext("No entry exists for this username:") . " " . $_POST['username'] . "\n"; +src/www/services_captiveportal_mac.php: echo gettext("The entry was sucessfully deleted") . "\n"; +src/www/services_captiveportal_mac.php: echo gettext("No entry exists for this mac address:") . " " . $_POST['delmac'] . "\n"; +src/www/services_captiveportal_mac.php: array('label'=>gettext("add host"), 'href'=>'services_captiveportal_mac_edit.php?zone='.$cpzone), +src/www/services_captiveportal_mac.php: You must apply the changes in order for them to take effect."));?>
      +src/www/services_captiveportal_mac.php: $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +src/www/services_captiveportal_mac.php: $tab_array[] = array(gettext("MAC"), true, "services_captiveportal_mac.php?zone={$cpzone}"); +src/www/services_captiveportal_mac.php: $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +src/www/services_captiveportal_mac.php: // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +src/www/services_captiveportal_mac.php: $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +src/www/services_captiveportal_mac.php: $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +src/www/services_captiveportal_mac.php: +src/www/services_captiveportal_mac.php: +src/www/services_captiveportal_mac.php: ')" class="btn btn-default btn-xs"> +src/www/services_captiveportal_mac.php:
      +src/www/services_captiveportal_mac.php: +src/www/services_captiveportal_mac_edit.php:$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit MAC address rules")); +src/www/services_captiveportal_mac_edit.php: $reqdfieldsn = array(gettext("Action"), gettext("MAC address")); +src/www/services_captiveportal_mac_edit.php: $input_errors[] = sprintf(gettext("The MAC address %s belongs to a local interface, you cannot use it here."), $_POST['mac']); +src/www/services_captiveportal_mac_edit.php: $input_errors[] = sprintf("%s. [%s]", gettext("A valid MAC address must be specified"), $_POST['mac']); +src/www/services_captiveportal_mac_edit.php: $input_errors[] = gettext("Upload speed needs to be an integer"); +src/www/services_captiveportal_mac_edit.php: $input_errors[] = gettext("Download speed needs to be an integer"); +src/www/services_captiveportal_mac_edit.php: $input_errors[] = sprintf("[%s] %s.", $_POST['mac'], gettext("already exists")); +src/www/services_captiveportal_mac_edit.php: +src/www/services_captiveportal_mac_edit.php: +src/www/services_captiveportal_mac_edit.php: . +src/www/services_captiveportal_mac_edit.php: +src/www/services_captiveportal_mac_edit.php: +src/www/services_captiveportal_mac_edit.php: +src/www/services_captiveportal_mac_edit.php: +src/www/services_captiveportal_mac_edit.php: . +src/www/services_captiveportal_mac_edit.php: +src/www/services_captiveportal_mac_edit.php: +src/www/services_captiveportal_mac_edit.php: +src/www/services_captiveportal_mac_edit.php: +src/www/services_captiveportal_mac_edit.php: " /> +src/www/services_captiveportal_vouchers.php:$pgtitle = array(gettext("Services"), gettext("Captive portal"), gettext("Vouchers"), $a_cp[$cpzone]['zone']); +src/www/services_captiveportal_vouchers.php: $config['voucher'][$cpzone]['descrmsgnoaccess'] = gettext("Voucher invalid"); +src/www/services_captiveportal_vouchers.php: $config['voucher'][$cpzone]['descrmsgexpired'] = gettext("Voucher expired"); +src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("Cannot write private key file") . ".\n"; +src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("Need private RSA key to print vouchers") . "\n"; +src/www/services_captiveportal_vouchers.php: $reqdfieldsn = array(gettext("charset"),gettext("rollbits"),gettext("ticketbits"),gettext("checksumbits"),gettext("publickey"),gettext("magic")); +src/www/services_captiveportal_vouchers.php: $reqdfieldsn = array(gettext("Synchronize Voucher Database IP"),gettext("Sync port"),gettext("Sync password"),gettext("Sync username")); +src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("Need at least 2 characters to create vouchers."); +src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("Double quotes aren't allowed."); +src/www/services_captiveportal_vouchers.php: $input_errors[] = "',' " . gettext("aren't allowed."); +src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("# of Bits to store Roll Id needs to be between 1..31."); +src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("# of Bits to store Ticket Id needs to be between 1..16."); +src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("# of Bits to store checksum needs to be between 1..31."); +src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("This doesn't look like an RSA Public key."); +src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("This doesn't look like an RSA Private key."); +src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("You cannot sync the voucher database to this host (itself)."); +src/www/services_captiveportal_vouchers.php: $savemsg = gettext("Voucher database has been synchronized from {$url}:{$port}"); +src/www/services_captiveportal_vouchers.php: array('label'=>gettext("add voucher"), 'href'=>'services_captiveportal_vouchers_edit.php?zone='.$cpzone), +src/www/services_captiveportal_vouchers.php: $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +src/www/services_captiveportal_vouchers.php: $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +src/www/services_captiveportal_vouchers.php: $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +src/www/services_captiveportal_vouchers.php: // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +src/www/services_captiveportal_vouchers.php: $tab_array[] = array(gettext("Vouchers"), true, "services_captiveportal_vouchers.php?zone={$cpzone}"); +src/www/services_captiveportal_vouchers.php: $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +src/www/services_captiveportal_vouchers.php: +src/www/services_captiveportal_vouchers.php: +src/www/services_captiveportal_vouchers.php: # +src/www/services_captiveportal_vouchers.php: +src/www/services_captiveportal_vouchers.php: # +src/www/services_captiveportal_vouchers.php: +src/www/services_captiveportal_vouchers.php: " alt="" > +src/www/services_captiveportal_vouchers.php: ')">" alt=""> +src/www/services_captiveportal_vouchers.php: " alt=""> +src/www/services_captiveportal_vouchers.php: +src/www/services_captiveportal_vouchers.php: +src/www/services_captiveportal_vouchers.php: . +src/www/services_captiveportal_vouchers.php: +src/www/services_captiveportal_vouchers.php: . +src/www/services_captiveportal_vouchers.php: +src/www/services_captiveportal_vouchers.php: +src/www/services_captiveportal_vouchers.php: # +src/www/services_captiveportal_vouchers.php: +src/www/services_captiveportal_vouchers.php: # +src/www/services_captiveportal_vouchers.php: +src/www/services_captiveportal_vouchers.php: # +src/www/services_captiveportal_vouchers.php: +src/www/services_captiveportal_vouchers.php: +src/www/services_captiveportal_vouchers.php: +src/www/services_captiveportal_vouchers.php: +src/www/services_captiveportal_vouchers.php:
      ($PORTAL_MESSAGE$). +src/www/services_captiveportal_vouchers.php: +src/www/services_captiveportal_vouchers.php:
      ($PORTAL_MESSAGE$). +src/www/services_captiveportal_vouchers.php: " onclick="enable_change(true); before_save();" /> +src/www/services_captiveportal_vouchers.php: " onclick="window.location.href=''" /> +src/www/services_captiveportal_vouchers.php:
      +src/www/services_captiveportal_vouchers.php: +src/www/services_captiveportal_vouchers.php: +src/www/services_captiveportal_vouchers_edit.php:$pgtitle = array(gettext("Services"), gettext("Captive portal"), gettext("Edit Voucher Rolls")); +src/www/services_captiveportal_vouchers_edit.php: $reqdfieldsn = array(gettext("Number"),gettext("Count"),gettext("minutes")); +src/www/services_captiveportal_vouchers_edit.php: $input_errors[] = sprintf(gettext("Roll number %s already exists."), $_POST['number']); +src/www/services_captiveportal_vouchers_edit.php: $input_errors[] = sprintf(gettext("Roll number must be numeric and less than %s"), $maxnumber); +src/www/services_captiveportal_vouchers_edit.php: $input_errors[] = sprintf(gettext("A roll has at least one voucher and less than %s."), $maxcount); +src/www/services_captiveportal_vouchers_edit.php: $input_errors[] = gettext("Each voucher must be good for at least 1 minute."); +src/www/services_captiveportal_vouchers_edit.php: voucher_log(LOG_INFO,sprintf(gettext('All %1$s vouchers from Roll %2$s marked unused'), $rollent['count'], $rollent['number'])); +src/www/services_captiveportal_vouchers_edit.php: # +src/www/services_captiveportal_vouchers_edit.php: # (0..) . +src/www/services_captiveportal_vouchers_edit.php: +src/www/services_captiveportal_vouchers_edit.php: . +src/www/services_captiveportal_vouchers_edit.php: +src/www/services_captiveportal_vouchers_edit.php: (1..) . +src/www/services_captiveportal_vouchers_edit.php: +src/www/services_captiveportal_vouchers_edit.php: . +src/www/services_captiveportal_vouchers_edit.php: " /> +src/www/services_captiveportal_zones.php:$pgtitle = array(gettext("Captiveportal"),gettext("Zones")); +src/www/services_captiveportal_zones.php: array('href'=>'services_captiveportal_zones_edit.php', 'label'=>gettext("add a new captiveportal instance")), +src/www/services_captiveportal_zones.php: " . gettext("You must apply the changes in order for them to take effect."));?> +src/www/services_captiveportal_zones.php: +src/www/services_captiveportal_zones.php: +src/www/services_captiveportal_zones.php: +src/www/services_captiveportal_zones.php: +src/www/services_captiveportal_zones.php: " class="btn btn-default btn-xs"> +src/www/services_captiveportal_zones.php: ')" title="" class="btn btn-default btn-xs"> +src/www/services_captiveportal_zones_edit.php:$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit Zones")); +src/www/services_captiveportal_zones_edit.php: $reqdfieldsn = array(gettext("Zone name")); +src/www/services_captiveportal_zones_edit.php: $input_errors[] = gettext("The zone name can only contain letters, digits, and underscores (_)."); +src/www/services_captiveportal_zones_edit.php: $input_errors[] = sprintf("[%s] %s.", $_POST['zone'], gettext("already exists")); +src/www/services_captiveportal_zones_edit.php:

      +src/www/services_captiveportal_zones_edit.php: +src/www/services_captiveportal_zones_edit.php: +src/www/services_captiveportal_zones_edit.php: +src/www/services_captiveportal_zones_edit.php: . +src/www/services_captiveportal_zones_edit.php: " /> +src/www/services_dhcp.php: $savemsg = gettext("The DHCP Server can only be enabled on interfaces configured with static IP addresses") . ".

      " . gettext("Only interfaces configured with a static IP will be shown") . "."; +src/www/services_dhcp.php: $reqdfieldsn = array(gettext("Range begin"),gettext("Range end")); +src/www/services_dhcp.php: $input_errors[] = gettext("A valid range must be specified."); +src/www/services_dhcp.php: $input_errors[] = gettext("A valid range must be specified."); +src/www/services_dhcp.php: $input_errors[] = gettext("A valid IP address must be specified for the gateway."); +src/www/services_dhcp.php: $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary WINS servers."); +src/www/services_dhcp.php: $input_errors[] = sprintf(gettext("The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); +src/www/services_dhcp.php: $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary DNS servers."); +src/www/services_dhcp.php: $input_errors[] = gettext("The default lease time must be at least 60 seconds."); +src/www/services_dhcp.php: $input_errors[] = sprintf(gettext( +src/www/services_dhcp.php: $input_errors[] = gettext("The maximum lease time must be at least 60 seconds and higher than the default lease time."); +src/www/services_dhcp.php: $input_errors[] = gettext("A valid domain name must be specified for the dynamic DNS registration."); +src/www/services_dhcp.php: $input_errors[] = gettext("A valid primary domain name server IP address must be specified for the dynamic domain name."); +src/www/services_dhcp.php: $input_errors[] = gettext("You must specify both a valid domain key and key name."); +src/www/services_dhcp.php: $input_errors[] = gettext("A valid domain search list must be specified."); +src/www/services_dhcp.php: $input_errors[] = gettext("If you specify a mac allow list, it must contain only valid partial MAC addresses."); +src/www/services_dhcp.php: $input_errors[] = gettext("If you specify a mac deny list, it must contain only valid partial MAC addresses."); +src/www/services_dhcp.php: $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary NTP servers."); +src/www/services_dhcp.php: $input_errors[] = gettext("A valid domain name must be specified for the DNS domain."); +src/www/services_dhcp.php: $input_errors[] = gettext("A valid IP address or hostname must be specified for the TFTP server."); +src/www/services_dhcp.php: $input_errors[] = gettext("A valid IP address must be specified for the network boot server."); +src/www/services_dhcp.php: $input_errors[] = gettext("You cannot use the network address in the starting subnet range."); +src/www/services_dhcp.php: $input_errors[] = gettext("You cannot use the broadcast address in the ending subnet range."); +src/www/services_dhcp.php: $input_errors[] = sprintf(gettext("The subnet range cannot overlap with virtual IP address %s."),$vip['subnet']); +src/www/services_dhcp.php: $input_errors[] = gettext("Text type cannot include quotation marks."); +src/www/services_dhcp.php: $input_errors[] = gettext("String type must be enclosed in quotes like \"this\" or must be a series of octets specified in hexadecimal, separated by colons, like 01:23:45:67:89:ab:cd:ef"); +src/www/services_dhcp.php: $input_errors[] = gettext("Boolean type must be true, false, on, or off."); +src/www/services_dhcp.php: $input_errors[] = gettext("Unsigned 8-bit integer type must be a number in the range 0 to 255."); +src/www/services_dhcp.php: $input_errors[] = gettext("Unsigned 16-bit integer type must be a number in the range 0 to 65535."); +src/www/services_dhcp.php: $input_errors[] = gettext("Unsigned 32-bit integer type must be a number in the range 0 to 4294967295."); +src/www/services_dhcp.php: $input_errors[] = gettext("Signed 8-bit integer type must be a number in the range -128 to 127."); +src/www/services_dhcp.php: $input_errors[] = gettext("Signed 16-bit integer type must be a number in the range -32768 to 32767."); +src/www/services_dhcp.php: $input_errors[] = gettext("Signed 32-bit integer type must be a number in the range -2147483648 to 2147483647."); +src/www/services_dhcp.php: $input_errors[] = gettext("IP address or host type must be an IP address or host name."); +src/www/services_dhcp.php: $input_errors[] = gettext("The specified range lies outside of the current subnet."); +src/www/services_dhcp.php: $input_errors[] = gettext("The range is invalid (first element higher than second element)."); +src/www/services_dhcp.php: $input_errors[] = gettext("The specified range must not be within the DHCP range for this interface."); +src/www/services_dhcp.php: $input_errors[] = gettext("The specified range must not be within the range configured on a DHCP pool for this interface."); +src/www/services_dhcp.php: $input_errors[] = sprintf(gettext("You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); +src/www/services_dhcp.php: $input_errors[] = sprintf(gettext("The DHCP range cannot overlap any static DHCP mappings.")); +src/www/services_dhcp.php:$pgtitle = array(gettext("Services"),gettext("DHCP server")); +src/www/services_dhcp.php: $customitemtypes = array('text' => gettext('Text'), 'string' => gettext('String'), 'boolean' => gettext('Boolean'), +src/www/services_dhcp.php: 'unsigned integer 8' => gettext('Unsigned 8-bit integer'), 'unsigned integer 16' => gettext('Unsigned 16-bit integer'), 'unsigned integer 32' => gettext('Unsigned 32-bit integer'), +src/www/services_dhcp.php: 'signed integer 8' => gettext('Signed 8-bit integer'), 'signed integer 16' => gettext('Signed 16-bit integer'), 'signed integer 32' => gettext('Signed 32-bit integer'), 'ip-address' => gettext('IP address or host')); +src/www/services_dhcp.php: " . gettext("You must apply the changes in order for them to take effect."));?>
      +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php:
      +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php:    +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: ')">delete +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php:
      +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php:
      +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: 20).");?> +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: " /> - +src/www/services_dhcp.php:
      +src/www/services_dhcp.php:
      +src/www/services_dhcp.php: +src/www/services_dhcp.php:
      +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: " /> - +src/www/services_dhcp.php: 00:00:00,01:E5:FF +src/www/services_dhcp.php: 00:00:00,01:E5:FF +src/www/services_dhcp.php: +src/www/services_dhcp.php: " /> - +src/www/services_dhcp.php: +src/www/services_dhcp.php: " /> - +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: " /> - +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: " /> - +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: - +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: " /> - +src/www/services_dhcp.php: +src/www/services_dhcp.php:
      +src/www/services_dhcp.php:
      +src/www/services_dhcp.php:
      +src/www/services_dhcp.php: " onclick="enable_change(true)" /> +src/www/services_dhcp.php:


      +src/www/services_dhcp.php:
      ,

      +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: +src/www/services_dhcp.php: ')" class="btn btn-default btn-xs"> +src/www/services_dhcp_edit.php: $input_errors[] = gettext("Either MAC address or Client identifier must be specified"); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("The hostname cannot end with a hyphen according to RFC952"); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid hostname is specified, but the domain name part should be omitted"); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid IP address must be specified."); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid MAC address must be specified."); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("Static ARP is enabled. You must specify an IP address."); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("This Hostname, IP, MAC address or Client identifier already exists."); +src/www/services_dhcp_edit.php: $input_errors[] = sprintf(gettext("The IP address must not be within the DHCP range for this interface.")); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("The IP address must not be within the range configured on a DHCP pool for this interface."); +src/www/services_dhcp_edit.php: $input_errors[] = sprintf(gettext("The IP address must lie in the %s subnet."),$ifcfgdescr); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid IP address must be specified for the gateway."); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary WINS servers."); +src/www/services_dhcp_edit.php: $input_errors[] = sprintf(gettext("The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary DNS servers."); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("The default lease time must be at least 60 seconds."); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("The maximum lease time must be at least 60 seconds and higher than the default lease time."); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid domain name must be specified for the dynamic DNS registration."); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid primary domain name server IP address must be specified for the dynamic domain name."); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("You must specify both a valid domain key and key name."); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid domain search list must be specified."); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary NTP servers."); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid IP address or hostname must be specified for the TFTP server."); +src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid IP address must be specified for the network boot server."); +src/www/services_dhcp_edit.php:$pgtitle = array(gettext("Services"),gettext("DHCP"),gettext("Edit static mapping")); +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php:
      +src/www/services_dhcp_edit.php:
      -, overrides setting on main page. +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php:
      +src/www/services_dhcp_edit.php:
      +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php:
      +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php:
      +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: " /> - +src/www/services_dhcp_edit.php:
      +src/www/services_dhcp_edit.php:
      +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php:
      +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: " /> - +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: " /> - +src/www/services_dhcp_edit.php: +src/www/services_dhcp_edit.php: " /> +src/www/services_dhcp_edit.php: " onclick="window.location.href=''" /> +src/www/services_dhcp_relay.php: $reqdfieldsn = array(gettext("Destination Server"), gettext("Interface")); +src/www/services_dhcp_relay.php: $input_errors[] = gettext("A valid Destination Server IP address must be specified."); +src/www/services_dhcp_relay.php:$pgtitle = array(gettext("Services"),gettext("DHCP Relay")); +src/www/services_dhcp_relay.php:

      +src/www/services_dhcp_relay.php: +src/www/services_dhcp_relay.php:
      +src/www/services_dhcp_relay.php: +src/www/services_dhcp_relay.php: +src/www/services_dhcp_relay.php: +src/www/services_dhcp_relay.php: " onclick="enable_change(true)" /> +src/www/services_dhcpv6.php: $savemsg = gettext("The DHCPv6 Server can only be enabled on interfaces configured with static IP addresses") . +src/www/services_dhcpv6.php: gettext("Only interfaces configured with a static IP will be shown") . "."; +src/www/services_dhcpv6.php: $reqdfieldsn = array(gettext("Range begin"),gettext("Range end")); +src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid range must be specified."); +src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid prefix range must be specified."); +src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid range must be specified."); +src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid range must be specified."); +src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid IPv6 address must be specified for the gateway."); +src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid IPv6 address must be specified for the primary/secondary DNS servers."); +src/www/services_dhcpv6.php: $input_errors[] = gettext("The default lease time must be at least 60 seconds."); +src/www/services_dhcpv6.php: $input_errors[] = gettext("The maximum lease time must be at least 60 seconds and higher than the default lease time."); +src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid domain name must be specified for the dynamic DNS registration."); +src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid primary domain name server IPv4 address must be specified for the dynamic domain name."); +src/www/services_dhcpv6.php: $input_errors[] = gettext("You must specify both a valid domain key and key name."); +src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid domain search list must be specified."); +src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid IPv6 address must be specified for the primary/secondary NTP servers."); +src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid domain name must be specified for the DNS domain."); +src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid IPv6 address or hostname must be specified for the TFTP server."); +src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid URL must be specified for the network bootfile."); +src/www/services_dhcpv6.php: $input_errors[] = sprintf(gettext("The subnet range cannot overlap with virtual IPv6 address %s."),$vip['subnetv6']); +src/www/services_dhcpv6.php: $input_errors[] = gettext("The specified range lies outside of the current subnet."); +src/www/services_dhcpv6.php: $input_errors[] = gettext("The range is invalid (first element higher than second element)."); +src/www/services_dhcpv6.php: $input_errors[] = sprintf(gettext("You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); +src/www/services_dhcpv6.php: $input_errors[] = sprintf(gettext("The DHCP range cannot overlap any static DHCP mappings.")); +src/www/services_dhcpv6.php:$pgtitle = array(gettext("Services"),gettext("DHCPv6 server")); +src/www/services_dhcpv6.php: " . gettext("You must apply the changes in order for them to take effect."));?>
      +src/www/services_dhcpv6.php: $tab_array[] = array(gettext("DHCPv6 Server"), true, "services_dhcpv6.php?if={$if}"); +src/www/services_dhcpv6.php: $tab_array[] = array(gettext("Router Advertisements"), false, "services_router_advertisements.php?if={$if}"); +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php:    +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php:    +src/www/services_dhcpv6.php:  
      " class="btn btn-xs btn-default"/> - +src/www/services_dhcpv6.php:
      +src/www/services_dhcpv6.php:
      +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php:
      +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: " class="btn btn-xs btn-default"/> - +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: " /> - +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: " class="btn btn-xs btn-default"/> - +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: " class="btn btn-xs btn-default"/> - +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: " class="btn btn-xs btn-default"/> - +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php:
      +src/www/services_dhcpv6.php:
      +src/www/services_dhcpv6.php: " > +src/www/services_dhcpv6.php: "> +src/www/services_dhcpv6.php: " onclick="enable_change(true)" /> +src/www/services_dhcpv6.php:


      +src/www/services_dhcpv6.php:
      ,
      +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: +src/www/services_dhcpv6.php: ')" alt="delete"> +src/www/services_dhcpv6_edit.php: $reqdfieldsn = array(gettext("DUID Identifier")); +src/www/services_dhcpv6_edit.php: $input_errors[] = gettext("The hostname cannot end with a hyphen according to RFC952"); +src/www/services_dhcpv6_edit.php: $input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); +src/www/services_dhcpv6_edit.php: $input_errors[] = gettext("A valid hostname is specified, but the domain name part should be omitted"); +src/www/services_dhcpv6_edit.php: $input_errors[] = gettext("A valid IPv6 address must be specified."); +src/www/services_dhcpv6_edit.php: $input_errors[] = gettext("A valid DUID Identifier must be specified."); +src/www/services_dhcpv6_edit.php: $input_errors[] = gettext("This Hostname, IP or DUID Identifier already exists."); +src/www/services_dhcpv6_edit.php:$pgtitle = array(gettext("Services"),gettext("DHCPv6"),gettext("Edit static mapping")); +src/www/services_dhcpv6_edit.php: +src/www/services_dhcpv6_edit.php: +src/www/services_dhcpv6_edit.php:
      +src/www/services_dhcpv6_edit.php: +src/www/services_dhcpv6_edit.php: +src/www/services_dhcpv6_edit.php: +src/www/services_dhcpv6_edit.php: +src/www/services_dhcpv6_edit.php:
      +src/www/services_dhcpv6_edit.php:
      -, overrides setting on main page. +src/www/services_dhcpv6_edit.php: +src/www/services_dhcpv6_edit.php:
      " /> +src/www/services_dhcpv6_edit.php: " onclick="window.location.href=''" /> +src/www/services_dhcpv6_relay.php: $reqdfieldsn = array(gettext("Destination Server"), gettext("Interface")); +src/www/services_dhcpv6_relay.php: $input_errors[] = gettext("A valid Destination Server IPv6 address must be specified."); +src/www/services_dhcpv6_relay.php:$pgtitle = array(gettext("Services"),gettext("DHCPv6 Relay")); +src/www/services_dhcpv6_relay.php:

      +src/www/services_dhcpv6_relay.php: +src/www/services_dhcpv6_relay.php:
      +src/www/services_dhcpv6_relay.php:
      +src/www/services_dhcpv6_relay.php: +src/www/services_dhcpv6_relay.php: +src/www/services_dhcpv6_relay.php: +src/www/services_dhcpv6_relay.php: " onclick="enable_change(true)" /> +src/www/services_dnsmasq.php: $input_errors[] = gettext("You must specify a valid port number"); +src/www/services_dnsmasq.php: $input_errors[] = gettext("Invalid custom options"); +src/www/services_dnsmasq.php:$pgtitle = array(gettext("Services"),gettext("DNS forwarder")); +src/www/services_dnsmasq.php: " . gettext("You must apply the changes in order for them to take effect."));?>
      +src/www/services_dnsmasq.php:

      +src/www/services_dnsmasq.php: +src/www/services_dnsmasq.php: +src/www/services_dnsmasq.php:
      +src/www/services_dnsmasq.php: +src/www/services_dnsmasq.php:
      +src/www/services_dnsmasq.php:
      +src/www/services_dnsmasq.php:
      +src/www/services_dnsmasq.php:
      +src/www/services_dnsmasq.php:
      +src/www/services_dnsmasq.php:
      +src/www/services_dnsmasq.php:
      +src/www/services_dnsmasq.php:

      +src/www/services_dnsmasq.php:

      +src/www/services_dnsmasq.php:
      +src/www/services_dnsmasq.php:

      +src/www/services_dnsmasq.php: +src/www/services_dnsmasq.php: +src/www/services_dnsmasq.php: +src/www/services_dnsmasq.php: +src/www/services_dnsmasq.php: +src/www/services_dnsmasq.php: +src/www/services_dnsmasq.php: " /> - +src/www/services_dnsmasq.php:
      +src/www/services_dnsmasq.php:
      +src/www/services_dnsmasq.php: " onclick="enable_change(true)" /> +src/www/services_dnsmasq.php:


      +src/www/services_dnsmasq.php:
      +src/www/services_dnsmasq.php: +src/www/services_dnsmasq.php: +src/www/services_dnsmasq.php: +src/www/services_dnsmasq.php: +src/www/services_dnsmasq.php: +src/www/services_dnsmasq.php: +src/www/services_dnsmasq.php: ')" class="btn btn-default btn-xs"> +src/www/services_dnsmasq.php: +src/www/services_dnsmasq.php:

      +src/www/services_dnsmasq.php: +src/www/services_dnsmasq.php: +src/www/services_dnsmasq.php:  ')" class="btn btn-default btn-xs"> +src/www/services_dnsmasq_domainoverride_edit.php: $reqdfieldsn = array(gettext("Domain"),gettext("IP address")); +src/www/services_dnsmasq_domainoverride_edit.php: $input_errors[] = gettext("A valid domain must be specified after _msdcs."); +src/www/services_dnsmasq_domainoverride_edit.php: $input_errors[] = gettext("A valid domain must be specified."); +src/www/services_dnsmasq_domainoverride_edit.php: $input_errors[] = gettext("A valid IP address must be specified, or # for an exclusion or ! to not forward at all."); +src/www/services_dnsmasq_domainoverride_edit.php: $input_errors[] = gettext("An interface IP address must be specified for the DNS query source."); +src/www/services_dnsmasq_domainoverride_edit.php:$pgtitle = array(gettext("Services"),gettext("DNS forwarder"),gettext("Edit Domain Override")); +src/www/services_dnsmasq_domainoverride_edit.php: +src/www/services_dnsmasq_domainoverride_edit.php:

      +src/www/services_dnsmasq_domainoverride_edit.php: mycompany.localdomain 1.168.192.in-addr.arpa
      +src/www/services_dnsmasq_domainoverride_edit.php: +src/www/services_dnsmasq_domainoverride_edit.php:

      +src/www/services_dnsmasq_domainoverride_edit.php: 192.168.100.100

      +src/www/services_dnsmasq_domainoverride_edit.php: +src/www/services_dnsmasq_domainoverride_edit.php:

      +src/www/services_dnsmasq_domainoverride_edit.php:
      +src/www/services_dnsmasq_domainoverride_edit.php: +src/www/services_dnsmasq_domainoverride_edit.php:
      " /> +src/www/services_dnsmasq_domainoverride_edit.php: " onclick="window.location.href=''" /> +src/www/services_dnsmasq_edit.php: $reqdfieldsn = array(gettext("Domain"),gettext("IP address")); +src/www/services_dnsmasq_edit.php: $input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); +src/www/services_dnsmasq_edit.php: $input_errors[] = gettext("A valid domain must be specified."); +src/www/services_dnsmasq_edit.php: $input_errors[] = gettext("A valid IP address must be specified."); +src/www/services_dnsmasq_edit.php: $aliasreqdfieldsn = array(gettext("Alias Domain")); +src/www/services_dnsmasq_edit.php: $input_errors[] = gettext("Hostnames in alias list can only contain the characters A-Z, 0-9 and '-'."); +src/www/services_dnsmasq_edit.php: $input_errors[] = gettext("A valid domain must be specified in alias list."); +src/www/services_dnsmasq_edit.php: $input_errors[] = gettext("This host/domain already exists."); +src/www/services_dnsmasq_edit.php:$pgtitle = array(gettext("Services"),gettext("DNS forwarder"),gettext("Edit host")); +src/www/services_dnsmasq_edit.php: +src/www/services_dnsmasq_edit.php: +src/www/services_dnsmasq_edit.php:
      +src/www/services_dnsmasq_edit.php: +src/www/services_dnsmasq_edit.php:

      +src/www/services_dnsmasq_edit.php:
      +src/www/services_dnsmasq_edit.php: +src/www/services_dnsmasq_edit.php:

      +src/www/services_dnsmasq_edit.php: 192.168.100.100 fd00:abcd::1
      +src/www/services_dnsmasq_edit.php: +src/www/services_dnsmasq_edit.php:

      +src/www/services_dnsmasq_edit.php: +src/www/services_dnsmasq_edit.php:
      +src/www/services_dnsmasq_edit.php:
      +src/www/services_dnsmasq_edit.php:
      +src/www/services_dnsmasq_edit.php: " /> +src/www/services_dnsmasq_edit.php: " /> +src/www/services_dnsmasq_edit.php: " onclick="window.location.href=''" /> +src/www/services_dyndns.php:$pgtitle = array(gettext("Services"), gettext("Dynamic DNS clients")); +src/www/services_dyndns.php: $tab_array[] = array(gettext("DynDns"), true, "services_dyndns.php"); +src/www/services_dyndns.php: $tab_array[] = array(gettext("RFC 2136"), false, "services_rfc2136.php"); +src/www/services_dyndns.php: +src/www/services_dyndns.php: +src/www/services_dyndns.php: +src/www/services_dyndns.php: +src/www/services_dyndns.php: +src/www/services_dyndns.php:  ')" class="btn btn-default btn-xs"> +src/www/services_dyndns.php:
      +src/www/services_dyndns.php:
      +src/www/services_dyndns.php:

      +src/www/services_dyndns_edit.php: $reqdfieldsn = array(gettext('Service type')); +src/www/services_dyndns_edit.php: $reqdfieldsn[] = gettext('Hostname'); +src/www/services_dyndns_edit.php: $reqdfieldsn[] = gettext('Username'); +src/www/services_dyndns_edit.php: $reqdfieldsn[] = gettext('Password'); +src/www/services_dyndns_edit.php: $reqdfieldsn[] = gettext('Update URL'); +src/www/services_dyndns_edit.php: $input_errors[] = gettext("The Hostname contains invalid characters."); +src/www/services_dyndns_edit.php: $input_errors[] = gettext("The MX contains invalid characters."); +src/www/services_dyndns_edit.php: $input_errors[] = gettext("The username contains invalid characters."); +src/www/services_dyndns_edit.php:$pgtitle = array(gettext("Services"),gettext("Dynamic DNS client")); +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: " /> +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php:
      +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php:
      +src/www/services_dyndns_edit.php:
      +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php:
      +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php:
      +src/www/services_dyndns_edit.php:
      +src/www/services_dyndns_edit.php:
      +src/www/services_dyndns_edit.php:
      +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php:
      +src/www/services_dyndns_edit.php:
      +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php:
      +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php:
      +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php:
      +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php:
      +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: " onclick="enable_change(true)" /> +src/www/services_dyndns_edit.php: +src/www/services_dyndns_edit.php: " onclick="enable_change(true)" /> +src/www/services_dyndns_edit.php:
      +src/www/services_dyndns_edit.php:
      gettext("add a new igmpentry"), 'href'=>'services_igmpproxy_edit.php'), +src/www/services_igmpproxy.php: " . gettext("You must apply the changes in order for them to take effect."));?> +src/www/services_igmpproxy.php: +src/www/services_igmpproxy.php: +src/www/services_igmpproxy.php: +src/www/services_igmpproxy.php: +src/www/services_igmpproxy.php: " class="btn btn-default btn-xs"> +src/www/services_igmpproxy.php: ')" title="" class="btn btn-default btn-xs"> +src/www/services_igmpproxy.php: " /> +src/www/services_igmpproxy.php:


      +src/www/services_igmpproxy_edit.php:$pgtitle = array(gettext("Firewall"),gettext("IGMP Proxy"), gettext("Edit")); +src/www/services_igmpproxy_edit.php: $input_errors[] = gettext("Only one 'upstream' interface can be configured."); +src/www/services_igmpproxy_edit.php: +src/www/services_igmpproxy_edit.php: +src/www/services_igmpproxy_edit.php: +src/www/services_igmpproxy_edit.php: +src/www/services_igmpproxy_edit.php: +src/www/services_igmpproxy_edit.php: +src/www/services_igmpproxy_edit.php: +src/www/services_igmpproxy_edit.php: upstream network interface is the outgoing interface which is". +src/www/services_igmpproxy_edit.php: +src/www/services_igmpproxy_edit.php:
      +src/www/services_igmpproxy_edit.php:
      +src/www/services_igmpproxy_edit.php:
      +src/www/services_igmpproxy_edit.php: " /> +src/www/services_igmpproxy_edit.php: " /> +src/www/services_ntpd.php:$pgtitle = array(gettext("Services"),gettext("NTP")); +src/www/services_ntpd.php: var newdiv = '" onclick="NewTimeServer(' + next + ')" alt="add" />\n'; +src/www/services_ntpd.php: $tab_array[] = array(gettext("NTP"), true, "services_ntpd.php"); +src/www/services_ntpd.php: $tab_array[] = array(gettext("Serial GPS"), false, "services_ntpd_gps.php"); +src/www/services_ntpd.php: $tab_array[] = array(gettext("PPS"), false, "services_ntpd_pps.php"); +src/www/services_ntpd.php: +src/www/services_ntpd.php:
      +src/www/services_ntpd.php:
      +src/www/services_ntpd.php:
      +src/www/services_ntpd.php: " onclick="NewTimeServer()" alt="add" /> +src/www/services_ntpd.php: +src/www/services_ntpd.php: prefer option indicates that NTP should favor the use of this server more than all others.'); ?> +src/www/services_ntpd.php: noselect option indicates that NTP should not use this server for time, but stats for this server will be collected and displayed.'); ?> +src/www/services_ntpd.php:
      +src/www/services_ntpd.php: +src/www/services_ntpd.php: +src/www/services_ntpd.php: ( System Logs > NTP"); ?>). +src/www/services_ntpd.php: +src/www/services_ntpd.php: +src/www/services_ntpd.php: " /> - +src/www/services_ntpd.php: +src/www/services_ntpd.php: +src/www/services_ntpd.php: +src/www/services_ntpd.php: +src/www/services_ntpd.php: " /> - +src/www/services_ntpd.php: +src/www/services_ntpd.php: +src/www/services_ntpd.php: +src/www/services_ntpd.php: +src/www/services_ntpd.php: +src/www/services_ntpd.php: +src/www/services_ntpd.php: +src/www/services_ntpd.php: " /> - +src/www/services_ntpd.php: +src/www/services_ntpd.php: +src/www/services_ntpd.php:
      +src/www/services_ntpd.php: , +src/www/services_ntpd.php: " /> +src/www/services_ntpd_gps.php:$pgtitle = array(gettext("Services"),gettext("NTP GPS")); +src/www/services_ntpd_gps.php: $tab_array[] = array(gettext("NTP"), false, "services_ntpd.php"); +src/www/services_ntpd_gps.php: $tab_array[] = array(gettext("Serial GPS"), true, "services_ntpd_gps.php"); +src/www/services_ntpd_gps.php: $tab_array[] = array(gettext("PPS"), false, "services_ntpd_pps.php"); +src/www/services_ntpd_gps.php: +src/www/services_ntpd_gps.php:
      NTP"); ?> +src/www/services_ntpd_gps.php: +src/www/services_ntpd_gps.php: +src/www/services_ntpd_gps.php: +src/www/services_ntpd_gps.php:
      +src/www/services_ntpd_gps.php: +src/www/services_ntpd_gps.php: +src/www/services_ntpd_gps.php:   +src/www/services_ntpd_gps.php: +src/www/services_ntpd_gps.php: +src/www/services_ntpd_gps.php: ()
      +src/www/services_ntpd_gps.php: (: 0.0). +src/www/services_ntpd_gps.php: ()
      +src/www/services_ntpd_gps.php: (: 0.0). +src/www/services_ntpd_gps.php:
      +src/www/services_ntpd_gps.php: (: 0). +src/www/services_ntpd_gps.php:
      +src/www/services_ntpd_gps.php: +src/www/services_ntpd_gps.php: +src/www/services_ntpd_gps.php: +src/www/services_ntpd_gps.php: +src/www/services_ntpd_gps.php: +src/www/services_ntpd_gps.php: +src/www/services_ntpd_gps.php: Note: enabling this will rapidly fill the log, but is useful for tuning Fudge time 2."); ?> +src/www/services_ntpd_gps.php:
      +src/www/services_ntpd_gps.php: (: GPS). +src/www/services_ntpd_gps.php: " /> - +src/www/services_ntpd_gps.php:

      +src/www/services_ntpd_gps.php: : +src/www/services_ntpd_gps.php:
      $*   +src/www/services_ntpd_gps.php: " />

      +src/www/services_ntpd_gps.php: " /> +src/www/services_ntpd_pps.php:$pgtitle = array(gettext("Services"),gettext("NTP PPS")); +src/www/services_ntpd_pps.php: $tab_array[] = array(gettext("NTP"), false, "services_ntpd.php"); +src/www/services_ntpd_pps.php: $tab_array[] = array(gettext("Serial GPS"), false, "services_ntpd_gps.php"); +src/www/services_ntpd_pps.php: $tab_array[] = array(gettext("PPS"), true, "services_ntpd_pps.php"); +src/www/services_ntpd_pps.php: +src/www/services_ntpd_pps.php: +src/www/services_ntpd_pps.php: +src/www/services_ntpd_pps.php: +src/www/services_ntpd_pps.php:
      : NTP"); ?> +src/www/services_ntpd_pps.php: +src/www/services_ntpd_pps.php: ()
      +src/www/services_ntpd_pps.php: (: 0.0). +src/www/services_ntpd_pps.php:
      +src/www/services_ntpd_pps.php: (: 0). +src/www/services_ntpd_pps.php:
      +src/www/services_ntpd_pps.php: +src/www/services_ntpd_pps.php: +src/www/services_ntpd_pps.php: +src/www/services_ntpd_pps.php:
      +src/www/services_ntpd_pps.php: (: PPS). +src/www/services_ntpd_pps.php: " /> +src/www/services_rfc2136.php:$pgtitle = array(gettext("Services"), gettext("RFC 2136 clients")); +src/www/services_rfc2136.php: $tab_array[] = array(gettext("DynDns"), false, "services_dyndns.php"); +src/www/services_rfc2136.php: $tab_array[] = array(gettext("RFC 2136"), true, "services_rfc2136.php"); +src/www/services_rfc2136.php: +src/www/services_rfc2136.php: +src/www/services_rfc2136.php: +src/www/services_rfc2136.php: +src/www/services_rfc2136.php: +src/www/services_rfc2136.php:  ')">delete +src/www/services_rfc2136_edit.php: $reqdfieldsn = array_merge($reqdfieldsn, array(gettext("Hostname"), gettext("TTL"), gettext("Key name"), gettext("Key"))); +src/www/services_rfc2136_edit.php: $input_errors[] = gettext("The DNS update host name contains invalid characters."); +src/www/services_rfc2136_edit.php: $input_errors[] = gettext("The DNS update TTL must be an integer."); +src/www/services_rfc2136_edit.php: $input_errors[] = gettext("The DNS update key name contains invalid characters."); +src/www/services_rfc2136_edit.php: write_config(gettext("New/Edited RFC2136 dnsupdate entry was posted.")); +src/www/services_rfc2136_edit.php: if ($_POST['Submit'] == gettext("Save & Force Update")) +src/www/services_rfc2136_edit.php:$pgtitle = array(gettext("Services"),gettext("RFC 2136 client"), gettext("Edit")); +src/www/services_rfc2136_edit.php: +src/www/services_rfc2136_edit.php: +src/www/services_rfc2136_edit.php: +src/www/services_rfc2136_edit.php: +src/www/services_rfc2136_edit.php: +src/www/services_rfc2136_edit.php: +src/www/services_rfc2136_edit.php: +src/www/services_rfc2136_edit.php: +src/www/services_rfc2136_edit.php: +src/www/services_rfc2136_edit.php: />   +src/www/services_rfc2136_edit.php: />   +src/www/services_rfc2136_edit.php: /> +src/www/services_rfc2136_edit.php: +src/www/services_rfc2136_edit.php: +src/www/services_rfc2136_edit.php: +src/www/services_rfc2136_edit.php: +src/www/services_rfc2136_edit.php: " /> +src/www/services_rfc2136_edit.php: +src/www/services_rfc2136_edit.php: +src/www/services_rfc2136_edit.php: " /> +src/www/services_rfc2136_edit.php: +src/www/services_rfc2136_edit.php: +src/www/services_rfc2136_edit.php: " onclick="enable_change(true)" /> +src/www/services_rfc2136_edit.php: " /> +src/www/services_rfc2136_edit.php: " onclick="enable_change(true)" /> +src/www/services_rfc2136_edit.php:
      +src/www/services_rfc2136_edit.php:
      " . gettext("The DHCPv6 Server can only be enabled on interfaces configured with static IP addresses") . ".

      " . +src/www/services_router_advertisements.php: "

      " . gettext("Only interfaces configured with a static IP will be shown") . ".

      "; +src/www/services_router_advertisements.php:$subnets_help = gettext("Subnets are specified in CIDR format. " . +src/www/services_router_advertisements.php: $input_errors[] = sprintf(gettext("An invalid subnet or alias was specified. [%s/%s]"), $address, $bits); +src/www/services_router_advertisements.php: $input_errors[] = gettext("A valid IPv6 address must be specified for the primary/secondary DNS servers."); +src/www/services_router_advertisements.php: $input_errors[] = gettext("A valid domain search list must be specified."); +src/www/services_router_advertisements.php:$pgtitle = array(gettext("Services"),gettext("Router advertisements")); +src/www/services_router_advertisements.php: $tab_array[] = array(gettext("DHCPv6 Server"), false, "services_dhcpv6.php?if={$if}"); +src/www/services_router_advertisements.php: $tab_array[] = array(gettext("Router Advertisements"), true, "services_router_advertisements.php?if={$if}"); +src/www/services_router_advertisements.php: +src/www/services_router_advertisements.php: +src/www/services_router_advertisements.php: +src/www/services_router_advertisements.php: +src/www/services_router_advertisements.php: +src/www/services_router_advertisements.php: +src/www/services_router_advertisements.php: +src/www/services_router_advertisements.php: +src/www/services_router_advertisements.php: +src/www/services_router_advertisements.php: "> +src/www/services_router_advertisements.php: " > -src/www/firewall_aliases_edit.php: -src/www/firewall_aliases_edit.php: -src/www/firewall_aliases_edit.php: -src/www/firewall_aliases_edit.php: -src/www/firewall_aliases_edit.php:
      -src/www/firewall_aliases_edit.php:
      -src/www/firewall_aliases_edit.php:
      -src/www/firewall_aliases_edit.php:
      -src/www/firewall_aliases_edit.php:
      " /> -src/www/firewall_aliases_edit.php: " /> -src/www/firewall_aliases_edit.php: " onclick="window.location.href=''" /> -src/www/firewall_aliases_import.php:$pgtitle = array(gettext("Firewall"),gettext("Aliases"),gettext("Bulk import")); -src/www/firewall_aliases_import.php: $reqdfieldsn = array(gettext("Name"),gettext("Aliases")); -src/www/firewall_aliases_import.php: $input_errors[] = gettext("The alias name may only consist of the characters") . " a-z, A-Z, 0-9, _."; -src/www/firewall_aliases_import.php: $input_errors[] = gettext("An alias with this name already exists."); -src/www/firewall_aliases_import.php: $input_errors[] = sprintf(gettext("Cannot use a reserved keyword as alias name %s"), $rk); -src/www/firewall_aliases_import.php: $input_errors[] = gettext("An interface description with this name already exists."); -src/www/firewall_aliases_import.php: $input_errors[] = sprintf(gettext("%s is not an IP address. Please correct the error to continue"), $impip); -src/www/firewall_aliases_import.php: $input_errors[] = gettext("Descriptions may not start or end with vertical bar (|) or contain double vertical bar ||."); -src/www/firewall_aliases_import.php: $input_errors[] = gettext("Descriptions must be less than 200 characters long."); -src/www/firewall_aliases_import.php:

      -src/www/firewall_aliases_import.php: -src/www/firewall_aliases_import.php: -src/www/firewall_aliases_import.php: -src/www/firewall_aliases_import.php: . -src/www/firewall_aliases_import.php: -src/www/firewall_aliases_import.php: -src/www/firewall_aliases_import.php: -src/www/firewall_aliases_import.php: " /> -src/www/firewall_aliases_import.php: " onclick="window.location.href=''" /> -src/www/firewall_nat.php:$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Port Forward")); -src/www/firewall_nat.php: " . gettext("You must apply the changes in order for them to take effect."));?>
      -src/www/firewall_nat.php: $tab_array[] = array(gettext("Port Forward"), true, "firewall_nat.php"); -src/www/firewall_nat.php: $tab_array[] = array(gettext("1:1"), false, "firewall_nat_1to1.php"); -src/www/firewall_nat.php: $tab_array[] = array(gettext("Outbound"), false, "firewall_nat_out.php"); -src/www/firewall_nat.php: $tab_array[] = array(gettext("NPt"), false, "firewall_nat_npt.php"); -src/www/firewall_nat.php: -src/www/firewall_nat.php: -src/www/firewall_nat.php: -src/www/firewall_nat.php: -src/www/firewall_nat.php: -src/www/firewall_nat.php: -src/www/firewall_nat.php: -src/www/firewall_nat.php: -src/www/firewall_nat.php: -src/www/firewall_nat.php: -src/www/firewall_nat.php: " class="btn btn-default btn-xs"> -src/www/firewall_nat.php: " onclick="return confirm('')" class="btn btn-default btn-xs"> -src/www/firewall_nat.php: "> -src/www/firewall_nat.php: -src/www/firewall_nat.php: "> -src/www/firewall_nat.php: -src/www/firewall_nat.php: "> -src/www/firewall_nat.php: -src/www/firewall_nat.php: -src/www/firewall_nat.php:" onclick="return confirm('')" class="btn btn-primary" value="Delete selected rules"/> -src/www/firewall_nat_1to1.php:$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("1:1")); -src/www/firewall_nat_1to1.php: array('label'=>gettext("add rule"), 'href'=>'firewall_nat_1to1_edit.php'), -src/www/firewall_nat_1to1.php: print_info_box_np(gettext("The NAT configuration has been changed.") . -src/www/firewall_nat_1to1.php: gettext("You must apply the changes in order for them to take effect.")); -src/www/firewall_nat_1to1.php: $tab_array[] = array(gettext("Port Forward"), false, "firewall_nat.php"); -src/www/firewall_nat_1to1.php: $tab_array[] = array(gettext("1:1"), true, "firewall_nat_1to1.php"); -src/www/firewall_nat_1to1.php: $tab_array[] = array(gettext("Outbound"), false, "firewall_nat_out.php"); -src/www/firewall_nat_1to1.php: $tab_array[] = array(gettext("NPt"), false, "firewall_nat_npt.php"); -src/www/firewall_nat_1to1.php: -src/www/firewall_nat_1to1.php: -src/www/firewall_nat_1to1.php: -src/www/firewall_nat_1to1.php: -src/www/firewall_nat_1to1.php: -src/www/firewall_nat_1to1.php: " > -src/www/firewall_nat_1to1.php: title="" -src/www/firewall_nat_1to1.php: "> -src/www/firewall_nat_1to1.php: " onclick="return confirm('')" class="btn btn-default btn-xs"> -src/www/firewall_nat_1to1.php: " class="btn btn-default btn-xs"> -src/www/firewall_nat_1to1.php: " class="btn btn-default btn-xs"> -src/www/firewall_nat_1to1.php: -src/www/firewall_nat_1to1.php: " class="btn btn-default btn-xs"> -src/www/firewall_nat_1to1.php: " data-toggle="tooltip" data-placement="left" title="" class="btn btn-default btn-xs"> -src/www/firewall_nat_1to1.php: -src/www/firewall_nat_1to1.php:
      -src/www/firewall_nat_1to1.php: -src/www/firewall_nat_1to1.php:
      -src/www/firewall_nat_1to1.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php:
      -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: .
      -src/www/firewall_nat_1to1_edit.php: .
      -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php:    -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php:    -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php:    -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php:    -src/www/firewall_nat_1to1_edit.php:
      -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: -src/www/firewall_nat_1to1_edit.php: " /> -src/www/firewall_nat_1to1_edit.php: " onclick="window.location.href=''" /> -src/www/firewall_nat_edit.php: $input_errors[] = sprintf(gettext("Invalid characters detected %s. Please remove invalid characters and save again."), $temp); -src/www/firewall_nat_edit.php: $reqdfieldsn = array(gettext("Interface"),gettext("Protocol"),gettext("Destination port from"),gettext("Destination port to")); -src/www/firewall_nat_edit.php: $reqdfieldsn = array(gettext("Interface"),gettext("Protocol")); -src/www/firewall_nat_edit.php: $reqdfieldsn[] = gettext("Source address"); -src/www/firewall_nat_edit.php: $reqdfieldsn[] = gettext("Destination address"); -src/www/firewall_nat_edit.php: $reqdfieldsn[] = gettext("Redirect target IP"); -src/www/firewall_nat_edit.php: $input_errors[] = sprintf(gettext("\"%s\" is not a valid redirect target IP address or host alias."), $_POST['localip']); -src/www/firewall_nat_edit.php: $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']); -src/www/firewall_nat_edit.php: $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']); -src/www/firewall_nat_edit.php: $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']); -src/www/firewall_nat_edit.php: $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']); -src/www/firewall_nat_edit.php: $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']); -src/www/firewall_nat_edit.php: $input_errors[] = gettext("You must specify single host or alias for alias entries."); -src/www/firewall_nat_edit.php: $input_errors[] = sprintf(gettext("%s is not a valid source IP address or alias."), $_POST['src']); -src/www/firewall_nat_edit.php: $input_errors[] = gettext("A valid source bit count must be specified."); -src/www/firewall_nat_edit.php: $input_errors[] = sprintf(gettext("%s is not a valid destination IP address or alias."), $_POST['dst']); -src/www/firewall_nat_edit.php: $input_errors[] = gettext("A valid destination bit count must be specified."); -src/www/firewall_nat_edit.php: $input_errors[] = gettext("The target port range must be an integer between 1 and 65535."); -src/www/firewall_nat_edit.php: $input_errors[] = gettext("The destination port range overlaps with an existing entry."); -src/www/firewall_nat_edit.php: $filterent['created'] = make_config_revision_entry(null, gettext("NAT Port Forward")); -src/www/firewall_nat_edit.php:$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Port Forward"),gettext("Edit")); -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php:
      -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php:
      -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php:
      -src/www/firewall_nat_edit.php:
      -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php:
        -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: " /> - -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php:    -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php:    -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php:    -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: . .
      ''

      -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php:    -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php:    -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php:    -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: '' -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php:
      192.168.1.12 -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php:
      -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: $linkedrule = "
      " . gettext("View the filter rule") . "
      "; -src/www/firewall_nat_edit.php: echo "\n"; -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php:

      -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: -src/www/firewall_nat_edit.php: " /> -src/www/firewall_nat_edit.php: " onclick="window.location.href=''" /> -src/www/firewall_nat_npt.php:$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("NPt")); -src/www/firewall_nat_npt.php: " . gettext("You must apply the changes in order for them to take effect."));?>
      -src/www/firewall_nat_npt.php: $tab_array[] = array(gettext("Port Forward"), false, "firewall_nat.php"); -src/www/firewall_nat_npt.php: $tab_array[] = array(gettext("1:1"), false, "firewall_nat_1to1.php"); -src/www/firewall_nat_npt.php: $tab_array[] = array(gettext("Outbound"), false, "firewall_nat_out.php"); -src/www/firewall_nat_npt.php: $tab_array[] = array(gettext("NPt"), true, "firewall_nat_npt.php"); -src/www/firewall_nat_npt.php: -src/www/firewall_nat_npt.php: -src/www/firewall_nat_npt.php: -src/www/firewall_nat_npt.php: -src/www/firewall_nat_npt.php: " class="btn btn-default btn-xs">')" title="" alt="delete" class="btn btn-default btn-xs"> -src/www/firewall_nat_npt_edit.php: $reqdfieldsn = array(gettext("Interface")); -src/www/firewall_nat_npt_edit.php: $reqdfieldsn[] = gettext("Source prefix"); -src/www/firewall_nat_npt_edit.php: $reqdfieldsn[] = gettext("Destination prefix"); -src/www/firewall_nat_npt_edit.php:$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("NPt"),gettext("Edit")); -src/www/firewall_nat_npt_edit.php: -src/www/firewall_nat_npt_edit.php: -src/www/firewall_nat_npt_edit.php:
      -src/www/firewall_nat_npt_edit.php: -src/www/firewall_nat_npt_edit.php: -src/www/firewall_nat_npt_edit.php: .
      -src/www/firewall_nat_npt_edit.php: .
      -src/www/firewall_nat_npt_edit.php: -src/www/firewall_nat_npt_edit.php: -src/www/firewall_nat_npt_edit.php: -src/www/firewall_nat_npt_edit.php:    -src/www/firewall_nat_npt_edit.php: -src/www/firewall_nat_npt_edit.php: -src/www/firewall_nat_npt_edit.php: -src/www/firewall_nat_npt_edit.php:    -src/www/firewall_nat_npt_edit.php:
      -src/www/firewall_nat_npt_edit.php: -src/www/firewall_nat_npt_edit.php:
      " /> -src/www/firewall_nat_npt_edit.php: " onclick="window.location.href=''" /> -src/www/firewall_nat_out.php: $natent['descr'] .= sprintf(gettext(' - %1$s to %2$s'), -src/www/firewall_nat_out.php: $natent['created'] = make_config_revision_entry(null, gettext("Manual Outbound NAT Switch")); -src/www/firewall_nat_out.php: $savemsg = gettext("Default rules for each interface have been created."); -src/www/firewall_nat_out.php:$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Outbound")); -src/www/firewall_nat_out.php: print_info_box_np(gettext("The NAT configuration has been changed.")."
      ".gettext("You must apply the changes in order for them to take effect.")); -src/www/firewall_nat_out.php: $tab_array[] = array(gettext("Port Forward"), false, "firewall_nat.php"); -src/www/firewall_nat_out.php: $tab_array[] = array(gettext("1:1"), false, "firewall_nat_1to1.php"); -src/www/firewall_nat_out.php: $tab_array[] = array(gettext("Outbound"), true, "firewall_nat_out.php"); -src/www/firewall_nat_out.php: $tab_array[] = array(gettext("NPt"), false, "firewall_nat_npt.php"); -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php:
      -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php:
      -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php:
      -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php:
      -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: " /> -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: " class=" "> -src/www/firewall_nat_out.php: " class="btn btn-default btn-xs "> -src/www/firewall_nat_out.php: echo gettext("YES"); -src/www/firewall_nat_out.php: echo gettext("NO"); -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: " alt="edit" class="btn btn-default btn-xs"> -src/www/firewall_nat_out.php: ')" title="" alt="delete" class="btn btn-default btn-xs"> -src/www/firewall_nat_out.php: " class="btn btn-default btn-xs"> -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: " alt="add" class="btn btn-default btn-xs"> -src/www/firewall_nat_out.php: " class="btn btn-default btn-xs"> -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: "> -src/www/firewall_nat_out.php: echo gettext("YES"); -src/www/firewall_nat_out.php: echo gettext("NO"); -src/www/firewall_nat_out.php:
      -src/www/firewall_nat_out.php: -src/www/firewall_nat_out.php: -src/www/firewall_nat_out_edit.php: $input_errors[] = sprintf(gettext("Invalid characters detected (%s). Please remove invalid characters and save again."),$temp); -src/www/firewall_nat_out_edit.php: $reqdfieldsn = array(gettext("Interface"),gettext("Protocol"),gettext("Source"),gettext("Source bit count"),gettext("Destination"),gettext("Destination bit count")); -src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("You must supply either a valid port or port alias for the source port entry."); -src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("You must supply either a valid port or port alias for the destination port entry."); -src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("You must supply a valid port for the NAT port entry."); -src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("A valid source must be specified."); -src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("A valid source bit count must be specified."); -src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("A valid destination must be specified."); -src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("A valid destination bit count must be specified."); -src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("Negating destination address of \"any\" is invalid."); -src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("A valid target IP address must be specified."); -src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("A valid target IP must be specified when using the 'Other Subnet' type."); -src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("A valid target bit count must be specified when using the 'Other Subnet' type."); -src/www/firewall_nat_out_edit.php: $input_errors[] = gettext("Only Round Robin pool options may be chosen when selecting an alias."); -src/www/firewall_nat_out_edit.php:$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Outbound"),gettext("Edit")); -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php:
      -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php:
      -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php:
      -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php:
      -src/www/firewall_nat_out_edit.php: printf(gettext("Hint: in most cases, you should specify %s any %s here."),""," "); -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php:    -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php:    -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php:    -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php:
      -src/www/firewall_nat_out_edit.php:
      -src/www/firewall_nat_out_edit.php:    -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php:    -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php:    -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php:    -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php:    -src/www/firewall_nat_out_edit.php:
      -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php:
      -src/www/firewall_nat_out_edit.php: *
      -src/www/firewall_nat_out_edit.php: *
      -src/www/firewall_nat_out_edit.php: *
      -src/www/firewall_nat_out_edit.php: *
      -src/www/firewall_nat_out_edit.php: *
      -src/www/firewall_nat_out_edit.php:    -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php:    -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: -src/www/firewall_nat_out_edit.php: " /> -src/www/firewall_nat_out_edit.php: " onclick="window.location.href=''" /> -src/www/firewall_rules.php:$pgtitle = array(gettext("Firewall"),gettext("Rules")); -src/www/firewall_rules.php: $config = write_config(gettext("Drag and drop firewall rules ordering update.")); -src/www/firewall_rules.php: "" => gettext("any"), -src/www/firewall_rules.php: "echoreq" => gettext("Echo request"), -src/www/firewall_rules.php: "echorep" => gettext("Echo reply"), -src/www/firewall_rules.php: "unreach" => gettext("Destination unreachable"), -src/www/firewall_rules.php: "squench" => gettext("Source quench"), -src/www/firewall_rules.php: "redir" => gettext("Redirect"), -src/www/firewall_rules.php: "althost" => gettext("Alternate Host"), -src/www/firewall_rules.php: "routeradv" => gettext("Router advertisement"), -src/www/firewall_rules.php: "routersol" => gettext("Router solicitation"), -src/www/firewall_rules.php: "timex" => gettext("Time exceeded"), -src/www/firewall_rules.php: "paramprob" => gettext("Invalid IP header"), -src/www/firewall_rules.php: "timereq" => gettext("Timestamp"), -src/www/firewall_rules.php: "timerep" => gettext("Timestamp reply"), -src/www/firewall_rules.php: "inforeq" => gettext("Information request"), -src/www/firewall_rules.php: "inforep" => gettext("Information reply"), -src/www/firewall_rules.php: "maskreq" => gettext("Address mask request"), -src/www/firewall_rules.php: "maskrep" => gettext("Address mask reply") -src/www/firewall_rules.php: $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"),"",""); -src/www/firewall_rules.php: 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}"); -src/www/firewall_rules.php: print_info_box_np(gettext("The firewall rule configuration has been changed.
      You must apply the changes in order for them to take effect.")); -src/www/firewall_rules.php: $tab_array[] = array(gettext("Floating"), $active, "firewall_rules.php?if=FloatingRules"); -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: " class="btn btn-default btn-xs"> -src/www/firewall_rules.php: -src/www/firewall_rules.php: " alt="move" class="btn btn-default btn-xs"> -src/www/firewall_rules.php: " class="btn btn-default btn-xs"> -src/www/firewall_rules.php: " width="17" height="17" border="0" alt="add" class="btn btn-default btn-xs"> -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: " alt="move" class="btn btn-default btn-xs"> -src/www/firewall_rules.php: " class="btn btn-default btn-xs"> -src/www/firewall_rules.php: " width="17" height="17" border="0" alt="add" class="btn btn-default btn-xs"> -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: " alt="move" class="btn btn-default btn-xs"> -src/www/firewall_rules.php: " class="btn btn-default btn-xs"> -src/www/firewall_rules.php: " width="17" height="17" border="0" alt="add" class="btn btn-default btn-xs"> -src/www/firewall_rules.php: $advanced_set = ""; -src/www/firewall_rules.php: " > -src/www/firewall_rules.php: $dayArray = array (gettext('Mon'),gettext('Tues'),gettext('Wed'),gettext('Thur'),gettext('Fri'),gettext('Sat'),gettext('Sun')); -src/www/firewall_rules.php: $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')); -src/www/firewall_rules.php: $alttext = gettext("Traffic matching this rule is currently being denied"); -src/www/firewall_rules.php: $alttext = gettext("Traffic matching this rule is currently being allowed"); -src/www/firewall_rules.php: $alttext = gettext("This rule is not currently active because its period has expired"); -src/www/firewall_rules.php: echo gettext("none"); -src/www/firewall_rules.php: -src/www/firewall_rules.php: " class="btn btn-default btn-xs"> -src/www/firewall_rules.php: " onclick="return confirm('Do you really want to delete this rule?')" class="btn btn-default btn-xs"> -src/www/firewall_rules.php: " class="btn btn-default btn-xs"> -src/www/firewall_rules.php:

      -src/www/firewall_rules.php:
      -src/www/firewall_rules.php:

      -src/www/firewall_rules.php:
      -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: " class="btn btn-default btn-xs"> -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php: -src/www/firewall_rules.php:
    • -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php:
      -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php:
      -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php:
      -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php:
      -src/www/firewall_rules_edit.php:
      -src/www/firewall_rules_edit.php: echo "" . gettext("View the NAT rule") . "
      "; -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php:
      -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php:
      TCP  
      -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: "" => gettext("any"), -src/www/firewall_rules_edit.php: "echoreq" => gettext("Echo request"), -src/www/firewall_rules_edit.php: "echorep" => gettext("Echo reply"), -src/www/firewall_rules_edit.php: "unreach" => gettext("Destination unreachable"), -src/www/firewall_rules_edit.php: "squench" => gettext("Source quench"), -src/www/firewall_rules_edit.php: "redir" => gettext("Redirect"), -src/www/firewall_rules_edit.php: "althost" => gettext("Alternate Host"), -src/www/firewall_rules_edit.php: "routeradv" => gettext("Router advertisement"), -src/www/firewall_rules_edit.php: "routersol" => gettext("Router solicitation"), -src/www/firewall_rules_edit.php: "timex" => gettext("Time exceeded"), -src/www/firewall_rules_edit.php: "paramprob" => gettext("Invalid IP header"), -src/www/firewall_rules_edit.php: "timereq" => gettext("Timestamp"), -src/www/firewall_rules_edit.php: "timerep" => gettext("Timestamp reply"), -src/www/firewall_rules_edit.php: "inforeq" => gettext("Information request"), -src/www/firewall_rules_edit.php: "inforep" => gettext("Information reply"), -src/www/firewall_rules_edit.php: "maskreq" => gettext("Address mask request"), -src/www/firewall_rules_edit.php: "maskrep" => gettext("Address mask reply") -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php:    -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: > -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php:    -src/www/firewall_rules_edit.php: type="button" onclick="show_source_port_range()" class="btn btn-default" value="" /> - -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php:    -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: "").

      -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php:    -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: > -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php:    -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php:    -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: ( ). -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: " /> -src/www/firewall_rules_edit.php: " onclick="window.location.href=''" /> -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: " /> - -src/www/firewall_rules_edit.php:   -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: " /> - -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: " /> - -src/www/firewall_rules_edit.php:
      -src/www/firewall_rules_edit.php:
      -src/www/firewall_rules_edit.php:
      -src/www/firewall_rules_edit.php:
      -src/www/firewall_rules_edit.php:

      -src/www/firewall_rules_edit.php:

      -src/www/firewall_rules_edit.php:

      -src/www/firewall_rules_edit.php:

      -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php:

      -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: " /> - -src/www/firewall_rules_edit.php: />
    • -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: " /> - -src/www/firewall_rules_edit.php:
      -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php:
      -src/www/firewall_rules_edit.php:
      -src/www/firewall_rules_edit.php:
      -src/www/firewall_rules_edit.php:
      -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: " /> - -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: " /> - -src/www/firewall_rules_edit.php:

      -src/www/firewall_rules_edit.php:

      -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: " /> - -src/www/firewall_rules_edit.php:

      -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: " /> - -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php:

      -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: " /> - -src/www/firewall_rules_edit.php: ".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.");?>
      -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: " /> - -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: " /> - -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: -src/www/firewall_rules_edit.php: " /> -src/www/firewall_rules_edit.php: " onclick="window.location.href=''" /> -src/www/firewall_schedule.php:$dayArray = array (gettext('Mon'),gettext('Tues'),gettext('Wed'),gettext('Thur'),gettext('Fri'),gettext('Sat'),gettext('Sun')); -src/www/firewall_schedule.php:$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')); -src/www/firewall_schedule.php:$pgtitle = array(gettext("Firewall"),gettext("Schedules")); -src/www/firewall_schedule.php: $savemsg = sprintf(gettext("Cannot delete Schedule. Currently in use by %s"),$referenced_by); -src/www/firewall_schedule.php: -src/www/firewall_schedule.php: -src/www/firewall_schedule.php: -src/www/firewall_schedule.php:  " width="17" height="17" border="0" alt="schedule" /> -src/www/firewall_schedule.php: " class="btn btn-default btn-xs"> -src/www/firewall_schedule.php: " class="btn btn-default btn-xs"> -src/www/firewall_schedule.php:


      -src/www/firewall_schedule_edit.php:$pgtitle = array(gettext("Firewall"),gettext("Schedules"),gettext("Edit")); -src/www/firewall_schedule_edit.php:$dayArray = array (gettext('Mon'),gettext('Tues'),gettext('Wed'),gettext('Thur'),gettext('Fri'),gettext('Sat'),gettext('Sun')); -src/www/firewall_schedule_edit.php:$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')); -src/www/firewall_schedule_edit.php: $input_errors[] = gettext("Schedule may not be named LAN."); -src/www/firewall_schedule_edit.php: $input_errors[] = gettext("Schedule may not be named WAN."); -src/www/firewall_schedule_edit.php: $input_errors[] = gettext("Schedule name cannot be blank."); -src/www/firewall_schedule_edit.php: $input_errors[] = gettext("Reserved word used for schedule name."); -src/www/firewall_schedule_edit.php: $input_errors[] = gettext("The schedule name may only consist of the characters a-z, A-Z, 0-9"); -src/www/firewall_schedule_edit.php: $input_errors[] = gettext("A Schedule with this name already exists."); -src/www/firewall_schedule_edit.php: $input_errors[] = sprintf(gettext("Invalid start time - '%s'"), $_POST['starttime' . $x]); -src/www/firewall_schedule_edit.php: $input_errors[] = sprintf(gettext("Invalid stop time - '%s'"), $_POST['stoptime' . $x]); -src/www/firewall_schedule_edit.php: $input_errors[] = gettext("The schedule must have at least one time range configured."); -src/www/firewall_schedule_edit.php:

      -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php:     -src/www/firewall_schedule_edit.php:   -src/www/firewall_schedule_edit.php:     -src/www/firewall_schedule_edit.php:   -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: " class="btn btn-default" onclick="javascript:processEntries();" />    -src/www/firewall_schedule_edit.php: " class="btn btn-default" onclick="javascript:clearCalendar(); clearTime(); clearDescr();" /> -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: -src/www/firewall_schedule_edit.php: " /> -src/www/firewall_schedule_edit.php: " onclick="window.location.href=''" /> -src/www/firewall_shaper.php:$pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper")); -src/www/firewall_shaper.php: $savemsg = gettext("Unable to write config.xml (Access Denied?)"); -src/www/firewall_shaper.php: $input_errors[] = gettext("Could not create new queue/discipline!"); -src/www/firewall_shaper.php: $input_errors[] = gettext("Queue not found!"); -src/www/firewall_shaper.php: $input_errors[] = gettext("Queue not found!"); -src/www/firewall_shaper.php: $input_errors[] = gettext("Queue not found!"); -src/www/firewall_shaper.php: $input_errors[] = gettext("Could not add new queue."); -src/www/firewall_shaper.php:$output_form .= "
      " . gettext("Queue Actions") . "
      "; -src/www/firewall_shaper.php:$output_form .= ""; -src/www/firewall_shaper.php: $output_form .= ""; -src/www/firewall_shaper.php: $output_form .= " value=\"" . gettext("Delete this queue") . "\" />"; -src/www/firewall_shaper.php: $output_form .= " value=\"" . gettext("Disable shaper on interface") . "\" />"; -src/www/firewall_shaper.php: ".gettext("You must apply the changes in order for them to take effect."));?>
      -src/www/firewall_shaper.php: $tab_array[0] = array(gettext("By Interface"), true, "firewall_shaper.php"); -src/www/firewall_shaper.php: $tab_array[1] = array(gettext("By Queue"), false, "firewall_shaper_queues.php"); -src/www/firewall_shaper.php: $tab_array[2] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); -src/www/firewall_shaper.php: $tab_array[3] = array(gettext("Layer7"), false, "firewall_shaper_layer7.php"); -src/www/firewall_shaper.php: $tab_array[4] = array(gettext("Wizards"), false, "firewall_shaper_wizards.php"); -src/www/firewall_shaper.php: " class="btn btn-primary" /> -src/www/firewall_shaper_layer7.php:$pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper"), gettext("Layer7")); -src/www/firewall_shaper_layer7.php:$default_layer7shaper_msg .= "
      " . gettext("Note") . ":
      "; -src/www/firewall_shaper_layer7.php:$default_layer7shaper_msg .= "
      " . gettext("You can add new layer7 protocol patterns by simply uploading the file") . " " . gettext("here") . ".

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

      -src/www/firewall_shaper_layer7.php: $tab_array[0] = array(gettext("By Interface"), false, "firewall_shaper.php"); -src/www/firewall_shaper_layer7.php: $tab_array[1] = array(gettext("By Queue"), false, "firewall_shaper_queues.php"); -src/www/firewall_shaper_layer7.php: $tab_array[2] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); -src/www/firewall_shaper_layer7.php: $tab_array[3] = array(gettext("Layer7"), true, "firewall_shaper_layer7.php"); -src/www/firewall_shaper_layer7.php: $tab_array[4] = array(gettext("Wizards"), false, "firewall_shaper_wizards.php"); -src/www/firewall_shaper_layer7.php: -src/www/firewall_shaper_layer7.php: -src/www/firewall_shaper_layer7.php: -src/www/firewall_shaper_layer7.php: -src/www/firewall_shaper_layer7.php: -src/www/firewall_shaper_layer7.php: " /> -src/www/firewall_shaper_layer7.php: " /> -src/www/firewall_shaper_layer7.php: " /> -src/www/firewall_shaper_queues.php:$pgtitle = gettext("Firewall: Shaper: By Queues View"); -src/www/firewall_shaper_queues.php: " . gettext("You must apply the changes in order for them to take effect."));?>

      -src/www/firewall_shaper_queues.php: $tab_array[0] = array(gettext("By Interface"), false, "firewall_shaper.php"); -src/www/firewall_shaper_queues.php: $tab_array[1] = array(gettext("By Queue"), true, "firewall_shaper_queues.php"); -src/www/firewall_shaper_queues.php: $tab_array[2] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); -src/www/firewall_shaper_queues.php: $tab_array[3] = array(gettext("Layer7"), false, "firewall_shaper_layer7.php"); -src/www/firewall_shaper_queues.php: $tab_array[4] = array(gettext("Wizards"), false, "firewall_shaper_wizards.php"); -src/www/firewall_shaper_vinterface.php:$pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper"), gettext("Limiter")); -src/www/firewall_shaper_vinterface.php: $input_errors[] = gettext("This pipe/queue is referenced in filter rules, please remove references from there before deleting."); -src/www/firewall_shaper_vinterface.php: $input_errors[] = sprintf(gettext("No queue with name %s was found!"),$qname); -src/www/firewall_shaper_vinterface.php: $savemsg = gettext("Unable to write config.xml (Access Denied?)"); -src/www/firewall_shaper_vinterface.php: $input_errors[] = gettext("Could not create new queue/discipline!"); -src/www/firewall_shaper_vinterface.php: $input_errors[] = gettext("Queue not found!"); -src/www/firewall_shaper_vinterface.php: $input_errors[] = gettext("Queue not found!"); -src/www/firewall_shaper_vinterface.php: $input_errors[] = gettext("Queue not found!"); -src/www/firewall_shaper_vinterface.php: $input_errors[] = gettext("You cannot name a child queue with the same name as a parent limiter"); -src/www/firewall_shaper_vinterface.php: $input_errors[] = gettext("You cannot name a child queue with the same name as a parent limiter"); -src/www/firewall_shaper_vinterface.php: $input_errors[] = gettext("Could not add new queue."); -src/www/firewall_shaper_vinterface.php:$output_form .= gettext("Queue Actions"); -src/www/firewall_shaper_vinterface.php:$output_form .= ""; -src/www/firewall_shaper_vinterface.php: $output_form .= ""; -src/www/firewall_shaper_vinterface.php: $output_form .= " value=\"" . gettext("Delete this queue") ."\" />"; -src/www/firewall_shaper_vinterface.php: $output_form .= " value=\"" . gettext("Delete Limiter") ."\" />"; -src/www/firewall_shaper_vinterface.php: array('label'=>gettext("Create new limiter"), 'href'=>'firewall_shaper_vinterface.php?pipe=new&action=add'), -src/www/firewall_shaper_vinterface.php: ".gettext("You must apply the changes in order for them to take effect."));?>

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

      -src/www/firewall_shaper_wizards.php: $tab_array[0] = array(gettext("By Interface"), false, "firewall_shaper.php"); -src/www/firewall_shaper_wizards.php: $tab_array[1] = array(gettext("By Queue"), false, "firewall_shaper_queues.php"); -src/www/firewall_shaper_wizards.php: $tab_array[2] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); -src/www/firewall_shaper_wizards.php: $tab_array[3] = array(gettext("Layer7"), false, "firewall_shaper_layer7.php"); -src/www/firewall_shaper_wizards.php: $tab_array[4] = array(gettext("Wizards"), true, "firewall_shaper_wizards.php"); -src/www/firewall_shaper_wizards.php: -src/www/firewall_shaper_wizards.php: -src/www/firewall_virtual_ip.php: $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one NAT mapping."); -src/www/firewall_virtual_ip.php: $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one Gateway."); -src/www/firewall_virtual_ip.php: $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by a CARP IP with the description") . " {$vip['descr']}."; -src/www/firewall_virtual_ip.php:$pgtitle = array(gettext("Firewall"),gettext("Virtual IP Addresses")); -src/www/firewall_virtual_ip.php: print_info_box_np(gettext("The VIP configuration has been changed.")."
      ".gettext("You must apply the changes in order for them to take effect.")); -src/www/firewall_virtual_ip.php: $tab_array[] = array(gettext("Virtual IPs"), true, "firewall_virtual_ip.php"); -src/www/firewall_virtual_ip.php: $tab_array[] = array(gettext("CARP Settings"), false, "system_hasync.php"); -src/www/firewall_virtual_ip.php: -src/www/firewall_virtual_ip.php: -src/www/firewall_virtual_ip.php: -src/www/firewall_virtual_ip.php: -src/www/firewall_virtual_ip.php: "> -src/www/firewall_virtual_ip.php: ')"> -src/www/firewall_virtual_ip.php:


      -src/www/firewall_virtual_ip.php:

      -src/www/firewall_virtual_ip.php: .

      -src/www/firewall_virtual_ip_edit.php: $reqdfieldsn = array(gettext("Type")); -src/www/firewall_virtual_ip_edit.php: $input_errors[] = gettext("A valid IP address must be specified."); -src/www/firewall_virtual_ip_edit.php: $input_errors[] = gettext("This IP address is being used by another interface or VIP."); -src/www/firewall_virtual_ip_edit.php: $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."); -src/www/firewall_virtual_ip_edit.php: $input_errors[] = gettext("You cannot use the network address for this VIP"); -src/www/firewall_virtual_ip_edit.php: $input_errors[] = gettext("You cannot use the broadcast address for this VIP"); -src/www/firewall_virtual_ip_edit.php: $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'])); -src/www/firewall_virtual_ip_edit.php: $input_errors[] = gettext("You must specify a CARP password that is shared between the two VHID members."); -src/www/firewall_virtual_ip_edit.php: $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); -src/www/firewall_virtual_ip_edit.php: $input_errors[] = gettext("For this type of vip localhost is not allowed."); -src/www/firewall_virtual_ip_edit.php: $input_errors[] = gettext("For this type of vip localhost is not allowed."); -src/www/firewall_virtual_ip_edit.php:$pgtitle = array(gettext("Firewall"),gettext("Virtual IP Address"),gettext("Edit")); -src/www/firewall_virtual_ip_edit.php: var carpnote = document.createTextNode(""); -src/www/firewall_virtual_ip_edit.php: var proxyarpnote = document.createTextNode(""); -src/www/firewall_virtual_ip_edit.php: var ipaliasnote = document.createTextNode(""); -src/www/firewall_virtual_ip_edit.php:

      -src/www/firewall_virtual_ip_edit.php: -src/www/firewall_virtual_ip_edit.php: /> -src/www/firewall_virtual_ip_edit.php: /> -src/www/firewall_virtual_ip_edit.php: /> -src/www/firewall_virtual_ip_edit.php: /> -src/www/firewall_virtual_ip_edit.php: -src/www/firewall_virtual_ip_edit.php: -src/www/firewall_virtual_ip_edit.php:    -src/www/firewall_virtual_ip_edit.php: -src/www/firewall_virtual_ip_edit.php: -src/www/firewall_virtual_ip_edit.php:    -src/www/firewall_virtual_ip_edit.php:    -src/www/firewall_virtual_ip_edit.php: -src/www/firewall_virtual_ip_edit.php:
      -src/www/firewall_virtual_ip_edit.php: -src/www/firewall_virtual_ip_edit.php:
      -src/www/firewall_virtual_ip_edit.php: -src/www/firewall_virtual_ip_edit.php: -src/www/firewall_virtual_ip_edit.php: -src/www/firewall_virtual_ip_edit.php:
      -src/www/firewall_virtual_ip_edit.php: " /> -src/www/firewall_virtual_ip_edit.php: " onclick="window.location.href=''" /> -src/www/firewall_virtual_ip_edit.php:
      -src/www/firewall_virtual_ip_edit.php: -src/www/firewall_virtual_ip_edit.php:

      . -src/www/foot.inc: -src/www/graph.php: > -src/www/graph.php: > -src/www/graph.php: > -src/www/graph.php: > () -src/www/graph.php: > -src/www/graph.php: text-anchor="middle">... -src/www/graph.php: throw ''; -src/www/graph.php: throw ''; -src/www/graph.php: throw ''; -src/www/graph.php: SVGDoc.getElementById('switch_unit').firstChild.data = ' ' + unit + '/s'; -src/www/graph.php: scale_type = (scale_type == 'up') ? '' : ''; -src/www/graph.php: return Math.round(speed / 125) + " "; -src/www/graph.php: return Math.round(speed / 1250)/100 + " "; -src/www/graph.php: return Math.round(speed / 1250000)/100 + " "; /* wow! */ -src/www/graph.php: return Math.round(speed / 10.24)/100 + " "; -src/www/graph.php: return Math.round(speed / 10485.76)/100 + " "; -src/www/graph.php: return Math.round(speed / 10737418.24)/100 + " "; /* wow! */ -src/www/graph_cpu.php: text-anchor="middle"> -src/www/graph_cpu.php: text-anchor="middle">... -src/www/graph_cpu.php: throw ''; -src/www/graph_cpu.php: throw ''; -src/www/graph_cpu.php: throw ''; -src/www/guiconfig.inc: $input_errors[] = sprintf(gettext("The field %s contains invalid characters."), $pn); -src/www/guiconfig.inc: $input_errors[] = sprintf(gettext("The field %s is required."), $reqdfieldsn[$i]); -src/www/guiconfig.inc: echo "

      " . gettext("The following input errors were detected:") . "

      \n
        "; -src/www/guiconfig.inc: $value = gettext("Apply changes"); -src/www/guiconfig.inc: if(stristr($msg, gettext("apply")) != false || stristr($msg, gettext("save")) != false || stristr($msg, gettext("create")) != false || $showapply) { -src/www/guiconfig.inc: $savebutton .= ""; -src/www/guiconfig.inc: $savebutton = ""; -src/www/guiconfig.inc: $to_return = gettext("The changes have been applied successfully."); -src/www/guiconfig.inc: $to_return .= "
        " . gettext("You can also monitor the filter reload progress."); -src/www/guiconfig.inc: echo "

        ".gettext("Currently viewing: ")."

        "; -src/www/guiconfig.inc: $close_title="title='".gettext('move mouse out this alias to hide')."'"; -src/www/guiconfig.inc: $alias_objects_with_details .= " ". gettext("listing only first 10k items") . ""; -src/www/guiconfig.inc: $alias_caption = "{$alias_descr_substr} - {$counter} {$item_text}  edit "; -src/www/guiconfig.inc: //$loading_image="\'loader\' " .gettext("loading...").""; -src/www/guiconfig.inc: //$span_begin = ""; -src/www/halt.php:$pgtitle = array(gettext("Diagnostics"),gettext("Halt system")); -src/www/halt.php: -src/www/halt.php:

        -src/www/halt.php: " /> -src/www/halt.php: -src/www/headjs.php: message_html += ''; -src/www/index.php: write_config(gettext("Widget configuration has been changed.")); -src/www/index.php:$pgtitle = array(gettext("Status: Dashboard")); -src/www/index.php:

        !

        -src/www/index.php: echo sprintf(gettext("Welcome to %s!\n"),$g['product_name']) . "

        "; -src/www/index.php: echo gettext("One moment while we start the initial setup wizard.") . "

        \n"; -src/www/index.php: echo gettext("Embedded platform users: Please be patient, the wizard takes a little longer to run than the normal GUI.") . "

        \n"; -src/www/index.php: echo sprintf(gettext("To bypass the wizard, click on the %s logo on the initial page."),$g['product_name']) . "\n"; -src/www/index.php: -src/www/interfaces.php: $input_errors[] = sprintf(gettext("Sorry, an alias with the name %s already exists."),$wancfg['descr']); -src/www/interfaces.php: $intput_errors[] = gettext("You have already applied your settings!"); -src/www/interfaces.php: $input_errors[] = gettext("An interface with the specified description already exists."); -src/www/interfaces.php: $input_errors[] = gettext("The DHCP Server is active on this interface and it can be used only with a static IP configuration. Please disable the DHCP Server service on this interface first, then change the interface configuration."); -src/www/interfaces.php: $input_errors[] = gettext("The DHCP6 Server is active on this interface and it can be used only with a static IPv6 configuration. Please disable the DHCPv6 Server service on this interface first, then change the interface configuration."); -src/www/interfaces.php: $reqdfieldsn = array(gettext("IPv4 address"),gettext("Subnet bit count"),gettext("Gateway")); -src/www/interfaces.php: $input_errors[] = gettext("This interface is referenced by IPv4 VIPs. Please delete those before setting the interface to 'none' configuration."); -src/www/interfaces.php: $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type']); -src/www/interfaces.php: $reqdfieldsn = array(gettext("Modem Port"),gettext("Phone Number")); -src/www/interfaces.php: $reqdfieldsn = array(gettext("PPPoE username"),gettext("PPPoE password"),gettext("Dial on demand"),gettext("Idle timeout value")); -src/www/interfaces.php: $reqdfieldsn = array(gettext("PPPoE username"),gettext("PPPoE password")); -src/www/interfaces.php: $reqdfieldsn = array(gettext("PPTP username"),gettext("PPTP password"),gettext("PPTP local IP address"),gettext("PPTP subnet"),gettext("PPTP remote IP address"),gettext("Dial on demand"),gettext("Idle timeout value")); -src/www/interfaces.php: $reqdfieldsn = array(gettext("PPTP username"),gettext("PPTP password"),gettext("PPTP local IP address"),gettext("PPTP subnet"),gettext("PPTP remote IP address")); -src/www/interfaces.php: $reqdfieldsn = array(gettext("L2TP username"),gettext("L2TP password"),gettext("L2TP remote IP address"),gettext("Dial on demand"),gettext("Idle timeout value")); -src/www/interfaces.php: $reqdfieldsn = array(gettext("L2TP username"),gettext("L2TP password"),gettext("L2TP remote IP address")); -src/www/interfaces.php: $reqdfieldsn = array(gettext("IPv6 address"),gettext("Subnet bit count"),gettext("Gateway")); -src/www/interfaces.php: $input_errors[] = gettext("This interface is referenced by IPv6 VIPs. Please delete those before setting the interface to 'none' configuration."); -src/www/interfaces.php: $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); -src/www/interfaces.php: $input_errors[] = gettext("You can only have one interface configured in 6rd with same prefix."); -src/www/interfaces.php: $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); -src/www/interfaces.php: $input_errors[] = sprintf(gettext("You can only have one interface configured as 6to4."),$_POST['type6']); -src/www/interfaces.php: $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); -src/www/interfaces.php: $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); -src/www/interfaces.php: $input_errors[] = gettext("You must enter a valid hexadecimal number for the IPv6 prefix ID."); -src/www/interfaces.php: $input_errors[] = gettext("You specified an IPv6 prefix ID that is out of range."); -src/www/interfaces.php: $input_errors[] = gettext("A valid IPv4 address must be specified."); -src/www/interfaces.php: $input_errors[] = gettext("This IPv4 address is being used by another interface or VIP."); -src/www/interfaces.php: $input_errors[] = gettext("This IPv4 address is the network address and cannot be used"); -src/www/interfaces.php: $input_errors[] = gettext("This IPv4 address is the broadcast address and cannot be used"); -src/www/interfaces.php: $input_errors[] = gettext("This IPv4 address conflicts with a Static Route."); -src/www/interfaces.php: $input_errors[] = gettext("A valid IPv6 address must be specified."); -src/www/interfaces.php: $input_errors[] = gettext("This IPv6 address is being used by another interface or VIP."); -src/www/interfaces.php: $input_errors[] = gettext("This IPv6 address conflicts with a Static Route."); -src/www/interfaces.php: $input_errors[] = gettext("A valid subnet bit count must be specified."); -src/www/interfaces.php: $input_errors[] = gettext("A valid subnet bit count must be specified."); -src/www/interfaces.php: $input_errors[] = gettext("A valid alias IP address must be specified."); -src/www/interfaces.php: $input_errors[] = gettext("A valid alias subnet bit count must be specified."); -src/www/interfaces.php: $input_errors[] = gettext("A valid alias IP address must be specified to reject DHCP Leases from."); -src/www/interfaces.php: $input_errors[] = gettext("A valid gateway must be specified."); -src/www/interfaces.php: $input_errors[] = gettext("The service name contains invalid characters."); -src/www/interfaces.php: $input_errors[] = gettext("The idle timeout value must be an integer."); -src/www/interfaces.php: $input_errors[] = gettext("A valid PPPoE reset hour must be specified (0-23)."); -src/www/interfaces.php: $input_errors[] = gettext("A valid PPPoE reset minute must be specified (0-59)."); -src/www/interfaces.php: $input_errors[] = gettext("A valid PPPoE reset date must be specified (mm/dd/yyyy)."); -src/www/interfaces.php: $input_errors[] = gettext("A valid PPTP local IP address must be specified."); -src/www/interfaces.php: $input_errors[] = gettext("A valid PPTP subnet bit count must be specified."); -src/www/interfaces.php: $input_errors[] = gettext("A valid PPTP remote IP address must be specified."); -src/www/interfaces.php: $input_errors[] = gettext("The idle timeout value must be an integer."); -src/www/interfaces.php: $input_errors[] = gettext("A valid MAC address must be specified."); -src/www/interfaces.php: $input_errors[] = gettext("The MTU must be greater than 576 bytes and less than 9000."); -src/www/interfaces.php: $input_errors[] = gettext("MTU of a vlan should not be bigger than parent interface."); -src/www/interfaces.php: $input_errors[] = sprintf(gettext("Interface %s (VLAN) has MTU set to a bigger value"), $ifdata['descr']); -src/www/interfaces.php: $input_errors[] = gettext("The MSS must be greater than 576 bytes."); -src/www/interfaces.php: $reqdfieldsn = array(gettext("Mode")); -src/www/interfaces.php: $reqdfieldsn[] = gettext("SSID"); -src/www/interfaces.php: $input_errors[] = gettext("Invalid WEP key size. Sizes should be 40 (64) bit keys or 104 (128) bit."); -src/www/interfaces.php: $input_errors[] = gettext("The length of the passphrase should be between 8 and 63 characters."); -src/www/interfaces.php: $input_errors[] = sprintf(gettext("Unable to change mode to %s. You may already have the maximum number of wireless clones supported in this mode."), $wlan_modes[$wancfg['wireless']['mode']]); -src/www/interfaces.php:$pgtitle = array(gettext("Interfaces"), $pconfig['descr']); -src/www/interfaces.php:$types4 = array("none" => gettext("None"), "staticv4" => gettext("Static IPv4"), "dhcp" => gettext("DHCP"), "ppp" => gettext("PPP"), "pppoe" => gettext("PPPoE"), "pptp" => gettext("PPTP"), "l2tp" => gettext("L2TP")); -src/www/interfaces.php:$types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"), "dhcp6" => gettext("DHCP6"), "slaac" => gettext("SLAAC"), "6rd" => gettext("6rd Tunnel"), "6to4" => gettext("6to4 Tunnel"), "track6" => gettext("Track Interface")); -src/www/interfaces.php: ".gettext("You must apply the changes in order for them to take effect.")."

        ".gettext("Don't forget to adjust the DHCP Server range if needed after applying."));?>
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: print gettext("If you leave this field blank, the adapter's default MTU will " . -src/www/interfaces.php: -src/www/interfaces.php: ' . gettext("Speed and duplex") . ''; -src/www/interfaces.php: echo ' - ' . gettext("Show advanced option"); -src/www/interfaces.php: print ""; -src/www/interfaces.php: print ""; -src/www/interfaces.php: echo gettext("Here you can explicitly set speed and duplex mode for this interface. WARNING: You MUST leave this set to autoselect (automatically negotiate speed) unless the port this interface connects to has its speed and duplex forced."); -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -or -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: /> -src/www/interfaces.php: " /> -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: " onclick='hide_add_gatewaysave();' /> -src/www/interfaces.php: " onclick='hide_add_gateway();' /> -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: - or -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php:

        -src/www/interfaces.php: /> -src/www/interfaces.php: " /> -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: " onclick='hide_add_gatewaysave_v6();' /> -src/www/interfaces.php: " onclick='hide_add_gateway_v6();' /> -src/www/interfaces.php: -src/www/interfaces.php: ' . -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: " ); ?> -src/www/interfaces.php: Lease Requirements and Requests"); ?> -src/www/interfaces.php: Send Options"); ?>
        -src/www/interfaces.php: " . -src/www/interfaces.php: Request Options"); ?>
        -src/www/interfaces.php: " . -src/www/interfaces.php: Require Options"); ?>
        -src/www/interfaces.php: -src/www/interfaces.php: Option Modifiers"); ?> -src/www/interfaces.php: " . -src/www/interfaces.php: Configuration File Override"); ?> -src/www/interfaces.php: " . -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: Interface Statement"); ?> -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: " . -src/www/interfaces.php:
        -src/www/interfaces.php: " . -src/www/interfaces.php:
        -src/www/interfaces.php: " . -src/www/interfaces.php: Identity Association Statement"); ?> -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: ID"); ?> -src/www/interfaces.php: -src/www/interfaces.php: ipv6-address"); ?> -src/www/interfaces.php: pltime"); ?> -src/www/interfaces.php: vltime"); ?> -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: ID"); ?> -src/www/interfaces.php: -src/www/interfaces.php: ipv6-prefix"); ?> -src/www/interfaces.php: pltime"); ?> -src/www/interfaces.php: vltime"); ?> -src/www/interfaces.php: Prefix Interface Statement"); ?> -src/www/interfaces.php: -src/www/interfaces.php: sla-id"); ?> -src/www/interfaces.php: sla-len"); ?> -src/www/interfaces.php: Authentication Statement"); ?> -src/www/interfaces.php: authname"); ?> -src/www/interfaces.php: protocol"); ?> -src/www/interfaces.php: algorithm"); ?> -src/www/interfaces.php: rdm"); ?> -src/www/interfaces.php: Keyinfo Statement"); ?> -src/www/interfaces.php: keyname"); ?> -src/www/interfaces.php: realm"); ?> -src/www/interfaces.php: keyid"); ?> -src/www/interfaces.php: secret"); ?> -src/www/interfaces.php: expire"); ?> -src/www/interfaces.php: Configuration File Override"); ?> -src/www/interfaces.php: " . -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: hexadecimal value between %x and %x here, default value is 0."), 0, $ipv6_num_prefix_ids - 1); ?> -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:    -src/www/interfaces.php:    -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: . -src/www/interfaces.php: . -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: 802.11g OFDM -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: . -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:    -src/www/interfaces.php:    -src/www/interfaces.php:    -src/www/interfaces.php:    -src/www/interfaces.php:    -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:    -src/www/interfaces.php:    -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:

        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php:
        : -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php: -src/www/interfaces.php: 802.1X -src/www/interfaces.php: -src/www/interfaces.php:
        -src/www/interfaces.php:   
        -src/www/interfaces.php: Advanced Firewall/NAT settings.")?> -src/www/interfaces.php: " /> -src/www/interfaces.php: " onclick="window.location.href=''" /> -src/www/interfaces.php: jQuery('#notebox').html("

        <\/strong> <\/a>.<\/p>"); -src/www/interfaces.php: jQuery('#noteboxv6').html("

        <\/strong> <\/a>.<\/p>"); -src/www/interfaces_assign.php:$pgtitle = array(gettext("Interfaces"),gettext("Assign network ports")); -src/www/interfaces_assign.php: $descr = sprintf(gettext('VLAN %1$s on %2$s'),$portinfo['tag'],$portinfo['if']); -src/www/interfaces_assign.php: $newifname = gettext("lan"); -src/www/interfaces_assign.php: $descr = gettext("LAN"); -src/www/interfaces_assign.php: $savemsg = gettext("Interface has been added."); -src/www/interfaces_assign.php: $errstr = sprintf(gettext('Port %1$s '. -src/www/interfaces_assign.php: $input_errors[] = sprintf(gettext("You cannot set port %s to interface %s because this interface is a member of %s."), $portname, $member, $portname); -src/www/interfaces_assign.php: $input_errors[] = gettext("The interface is part of a group. Please remove it from the group to continue"); -src/www/interfaces_assign.php: $input_errors[] = gettext("The interface is part of a bridge. Please remove it from the bridge to continue"); -src/www/interfaces_assign.php: $input_errors[] = gettext("The interface is part of a gre tunnel. Please delete the tunnel to continue"); -src/www/interfaces_assign.php: $input_errors[] = gettext("The interface is part of a gif tunnel. Please delete the tunnel to continue"); -src/www/interfaces_assign.php: $savemsg = gettext("Interface has been deleted."); -src/www/interfaces_assign.php: $savemsg = gettext("The system is now rebooting. Please wait."); -src/www/interfaces_assign.php: $savemsg = gettext("Reboot is needed. Please apply the settings in order to reboot."); -src/www/interfaces_assign.php: $savemsg = gettext("Interface mismatch detected. Please resolve the mismatch and click 'Apply changes'. The firewall will reboot afterwards."); -src/www/interfaces_assign.php: print_info_box_np(gettext("The interface configuration has been changed.
        You must apply the changes in order for them to take effect.")); -src/www/interfaces_assign.php: $tab_array[0] = array(gettext("Interface assignments"), true, "interfaces_assign.php"); -src/www/interfaces_assign.php: $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); -src/www/interfaces_assign.php: $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); -src/www/interfaces_assign.php: $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); -src/www/interfaces_assign.php: $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); -src/www/interfaces_assign.php: $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); -src/www/interfaces_assign.php: $tab_array[7] = array(gettext("GRE"), false, "interfaces_gre.php"); -src/www/interfaces_assign.php: $tab_array[8] = array(gettext("GIF"), false, "interfaces_gif.php"); -src/www/interfaces_assign.php: $tab_array[9] = array(gettext("Bridges"), false, "interfaces_bridge.php"); -src/www/interfaces_assign.php: $tab_array[10] = array(gettext("LAGG"), false, "interfaces_lagg.php"); -src/www/interfaces_assign.php: -src/www/interfaces_assign.php: -src/www/interfaces_assign.php: title="" -src/www/interfaces_assign.php: onclick="return confirm('')"> -src/www/interfaces_assign.php: -src/www/interfaces_assign.php: -src/www/interfaces_assign.php: " />

        -src/www/interfaces_assign.php:

      • -src/www/interfaces_bridge.php: $input_errors[] = gettext("This bridge cannot be deleted because it is assigned as an interface."); -src/www/interfaces_bridge.php:$pgtitle = array(gettext("Interfaces"),gettext("Bridge")); -src/www/interfaces_bridge.php: $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); -src/www/interfaces_bridge.php: $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); -src/www/interfaces_bridge.php: $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); -src/www/interfaces_bridge.php: $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); -src/www/interfaces_bridge.php: $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); -src/www/interfaces_bridge.php: $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); -src/www/interfaces_bridge.php: $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); -src/www/interfaces_bridge.php: $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); -src/www/interfaces_bridge.php: $tab_array[8] = array(gettext("Bridges"), true, "interfaces_bridge.php"); -src/www/interfaces_bridge.php: $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); -src/www/interfaces_bridge.php: -src/www/interfaces_bridge.php: -src/www/interfaces_bridge.php: -src/www/interfaces_bridge.php: "> -src/www/interfaces_bridge.php: " onclick="return confirm('')"> -src/www/interfaces_bridge.php:
        -src/www/interfaces_bridge.php: -src/www/interfaces_bridge_edit.php: $reqdfieldsn = array(gettext("Member Interfaces")); -src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Maxage needs to be an integer between 6 and 40."); -src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Maxaddr needs to be an integer."); -src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Timeout needs to be an integer."); -src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Forward Delay needs to be an integer between 4 and 30."); -src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Hello time for STP needs to be an integer between 1 and 2."); -src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Priority for STP needs to be an integer between 0 and 61440."); -src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Transmit Hold Count for STP needs to be an integer between 1 and 10."); -src/www/interfaces_bridge_edit.php: $input_errors[] = "{$ifdescr} " . gettext("interface priority for STP needs to be an integer between 0 and 240."); -src/www/interfaces_bridge_edit.php: $input_errors[] = "{$ifdescr} " . gettext("interface path cost for STP needs to be an integer between 1 and 200000000."); -src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("You must select at least 2 member interfaces for a bridge."); -src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("A member interface passed does not exist in configuration"); -src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Bridging a wireless interface is only possible in hostap mode."); -src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Span interface cannot be part of the bridge. Remove the span interface from bridge members to continue."); -src/www/interfaces_bridge_edit.php: $input_errors[] = gettext("Error occurred creating interface, please retry."); -src/www/interfaces_bridge_edit.php:$pgtitle = array(gettext("Interfaces"),gettext("Bridge"),gettext("Edit")); -src/www/interfaces_bridge_edit.php:

        -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php:

        " />

        -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php:
        -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php:
        -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php:
        -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: -src/www/interfaces_bridge_edit.php: " /> -src/www/interfaces_bridge_edit.php: " onclick="window.location.href=''" /> -src/www/interfaces_gif.php: $input_errors[] = gettext("This gif TUNNEL cannot be deleted because it is still being used as an interface."); -src/www/interfaces_gif.php:$pgtitle = array(gettext("Interfaces"),gettext("GIF")); -src/www/interfaces_gif.php: $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); -src/www/interfaces_gif.php: $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); -src/www/interfaces_gif.php: $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); -src/www/interfaces_gif.php: $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); -src/www/interfaces_gif.php: $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); -src/www/interfaces_gif.php: $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); -src/www/interfaces_gif.php: $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); -src/www/interfaces_gif.php: $tab_array[7] = array(gettext("GIF"), true, "interfaces_gif.php"); -src/www/interfaces_gif.php: $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); -src/www/interfaces_gif.php: $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); -src/www/interfaces_gif.php: -src/www/interfaces_gif.php: -src/www/interfaces_gif.php: -src/www/interfaces_gif.php: "> -src/www/interfaces_gif.php: " onclick="return confirm('')"> -src/www/interfaces_gif.php:
        -src/www/interfaces_gif.php: -src/www/interfaces_gif.php:

        -src/www/interfaces_gif_edit.php: $reqdfieldsn = array(gettext("Parent interface,Local address, Remote tunnel address, Remote tunnel network, Local tunnel address")); -src/www/interfaces_gif_edit.php: $input_errors[] = gettext("The tunnel local and tunnel remote fields must have valid IP addresses."); -src/www/interfaces_gif_edit.php: $input_errors[] = gettext("The alias IP address family has to match the family of the remote peer address."); -src/www/interfaces_gif_edit.php: $input_errors[] = sprintf(gettext("A gif with the network %s is already defined."), $gif['tunnel-remote-addr']); -src/www/interfaces_gif_edit.php: $input_errors[] = gettext("Error occurred creating interface, please retry."); -src/www/interfaces_gif_edit.php:$pgtitle = array(gettext("Interfaces"),gettext("GIF"),gettext("Edit")); -src/www/interfaces_gif_edit.php:

        -src/www/interfaces_gif_edit.php: -src/www/interfaces_gif_edit.php: -src/www/interfaces_gif_edit.php: -src/www/interfaces_gif_edit.php: -src/www/interfaces_gif_edit.php: -src/www/interfaces_gif_edit.php: -src/www/interfaces_gif_edit.php: -src/www/interfaces_gif_edit.php: -src/www/interfaces_gif_edit.php: -src/www/interfaces_gif_edit.php: -src/www/interfaces_gif_edit.php: -src/www/interfaces_gif_edit.php: -src/www/interfaces_gif_edit.php:
        " /> -src/www/interfaces_gif_edit.php: " onclick="window.location.href=''" /> -src/www/interfaces_gre.php: $input_errors[] = gettext("This GRE tunnel cannot be deleted because it is still being used as an interface."); -src/www/interfaces_gre.php:$pgtitle = array(gettext("Interfaces"),gettext("GRE")); -src/www/interfaces_gre.php: $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); -src/www/interfaces_gre.php: $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); -src/www/interfaces_gre.php: $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); -src/www/interfaces_gre.php: $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); -src/www/interfaces_gre.php: $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); -src/www/interfaces_gre.php: $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); -src/www/interfaces_gre.php: $tab_array[6] = array(gettext("GRE"), true, "interfaces_gre.php"); -src/www/interfaces_gre.php: $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); -src/www/interfaces_gre.php: $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); -src/www/interfaces_gre.php: $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); -src/www/interfaces_gre.php: -src/www/interfaces_gre.php: -src/www/interfaces_gre.php: -src/www/interfaces_gre.php: "> -src/www/interfaces_gre.php: " onclick="return confirm('')"> -src/www/interfaces_gre.php:


        -src/www/interfaces_gre_edit.php: $reqdfieldsn = array(gettext("Parent interface"),gettext("Local address"),gettext("Remote tunnel address"),gettext("Remote tunnel network"), gettext("Local tunnel address")); -src/www/interfaces_gre_edit.php: $input_errors[] = gettext("The tunnel local and tunnel remote fields must have valid IP addresses."); -src/www/interfaces_gre_edit.php: $input_errors[] = sprintf(gettext("A GRE tunnel with the network %s is already defined."),$gre['remote-network']); -src/www/interfaces_gre_edit.php: $input_errors[] = gettext("Error occurred creating interface, please retry."); -src/www/interfaces_gre_edit.php:$pgtitle = array(gettext("Interfaces"),gettext("GRE"),gettext("Edit")); -src/www/interfaces_gre_edit.php:

        -src/www/interfaces_gre_edit.php: -src/www/interfaces_gre_edit.php: -src/www/interfaces_gre_edit.php: -src/www/interfaces_gre_edit.php: -src/www/interfaces_gre_edit.php: -src/www/interfaces_gre_edit.php: -src/www/interfaces_gre_edit.php: -src/www/interfaces_gre_edit.php: -src/www/interfaces_gre_edit.php: -src/www/interfaces_gre_edit.php: -src/www/interfaces_gre_edit.php: -src/www/interfaces_gre_edit.php: -src/www/interfaces_gre_edit.php: -src/www/interfaces_gre_edit.php: -src/www/interfaces_gre_edit.php:
        " /> -src/www/interfaces_gre_edit.php: " onclick="window.location.href=''" /> -src/www/interfaces_groups.php:$pgtitle = array(gettext("Interfaces"),gettext("Groups")); -src/www/interfaces_groups.php: array('href'=>'interfaces_groups_edit.php', 'label'=>gettext("Add a new group")), -src/www/interfaces_groups.php: $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); -src/www/interfaces_groups.php: $tab_array[1] = array(gettext("Interface Groups"), true, "interfaces_groups.php"); -src/www/interfaces_groups.php: $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); -src/www/interfaces_groups.php: $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); -src/www/interfaces_groups.php: $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); -src/www/interfaces_groups.php: $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); -src/www/interfaces_groups.php: $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); -src/www/interfaces_groups.php: $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); -src/www/interfaces_groups.php: $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); -src/www/interfaces_groups.php: $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); -src/www/interfaces_groups.php: -src/www/interfaces_groups.php: -src/www/interfaces_groups.php: -src/www/interfaces_groups.php: "> -src/www/interfaces_groups.php: ')" data-toggle="tooltip" data-placement="left" title=""> -src/www/interfaces_groups.php:


        -src/www/interfaces_groups_edit.php:$pgtitle = array(gettext("Interfaces"),gettext("Groups"),gettext("Edit")); -src/www/interfaces_groups_edit.php: $input_errors[] = gettext("Group name already exists!"); -src/www/interfaces_groups_edit.php: $input_errors[] = gettext("Only letters A-Z are allowed as the group name."); -src/www/interfaces_groups_edit.php:

        -src/www/interfaces_groups_edit.php: -src/www/interfaces_groups_edit.php: -src/www/interfaces_groups_edit.php: -src/www/interfaces_groups_edit.php: -src/www/interfaces_groups_edit.php:
        -src/www/interfaces_groups_edit.php:
        -src/www/interfaces_groups_edit.php: -src/www/interfaces_groups_edit.php: -src/www/interfaces_groups_edit.php: " /> -src/www/interfaces_groups_edit.php: " /> -src/www/interfaces_lagg.php: $input_errors[] = gettext("This LAGG interface cannot be deleted because it is still being used."); -src/www/interfaces_lagg.php:$pgtitle = array(gettext("Interfaces"),gettext("LAGG")); -src/www/interfaces_lagg.php: $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); -src/www/interfaces_lagg.php: $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); -src/www/interfaces_lagg.php: $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); -src/www/interfaces_lagg.php: $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); -src/www/interfaces_lagg.php: $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); -src/www/interfaces_lagg.php: $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); -src/www/interfaces_lagg.php: $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); -src/www/interfaces_lagg.php: $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); -src/www/interfaces_lagg.php: $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); -src/www/interfaces_lagg.php: $tab_array[9] = array(gettext("LAGG"), true, "interfaces_lagg.php"); -src/www/interfaces_lagg.php: -src/www/interfaces_lagg.php: -src/www/interfaces_lagg.php: -src/www/interfaces_lagg.php: "> -src/www/interfaces_lagg.php: " onclick="return confirm('')"> -src/www/interfaces_lagg.php:
        -src/www/interfaces_lagg.php:

        -src/www/interfaces_lagg_edit.php: $reqdfieldsn = array(gettext("Member interfaces"), gettext("Lagg protocol")); -src/www/interfaces_lagg_edit.php: $input_errors[] = gettext("Interface supplied as member is invalid"); -src/www/interfaces_lagg_edit.php: $input_errors[] = gettext("Interface supplied as member is invalid"); -src/www/interfaces_lagg_edit.php: $input_errors[] = gettext("Protocol supplied is invalid"); -src/www/interfaces_lagg_edit.php: $input_errors[] = gettext("Error occurred creating interface, please retry."); -src/www/interfaces_lagg_edit.php:$pgtitle = array(gettext("Interfaces"),gettext("LAGG"),gettext("Edit")); -src/www/interfaces_lagg_edit.php:

        -src/www/interfaces_lagg_edit.php: -src/www/interfaces_lagg_edit.php: . -src/www/interfaces_lagg_edit.php: -src/www/interfaces_lagg_edit.php:
        -src/www/interfaces_lagg_edit.php:




        -src/www/interfaces_lagg_edit.php:
        " /> -src/www/interfaces_lagg_edit.php: " onclick="window.location.href=''" /> -src/www/interfaces_ppps.php: $input_errors[] = gettext("This point-to-point link cannot be deleted because it is still being used as an interface."); -src/www/interfaces_ppps.php:$pgtitle = gettext("Interfaces: PPPs"); -src/www/interfaces_ppps.php: $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); -src/www/interfaces_ppps.php: $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); -src/www/interfaces_ppps.php: $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); -src/www/interfaces_ppps.php: $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); -src/www/interfaces_ppps.php: $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); -src/www/interfaces_ppps.php: $tab_array[5] = array(gettext("PPPs"), true, "interfaces_ppps.php"); -src/www/interfaces_ppps.php: $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); -src/www/interfaces_ppps.php: $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); -src/www/interfaces_ppps.php: $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); -src/www/interfaces_ppps.php: $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); -src/www/interfaces_ppps.php: -src/www/interfaces_ppps.php: -src/www/interfaces_ppps.php: -src/www/interfaces_ppps.php: "> -src/www/interfaces_ppps.php: ')"> -src/www/interfaces_ppps_edit.php: $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Phone Number")); -src/www/interfaces_ppps_edit.php: $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password"),gettext("Dial on demand"),gettext("Idle timeout value")); -src/www/interfaces_ppps_edit.php: $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password")); -src/www/interfaces_ppps_edit.php: $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password"),gettext("Local IP address"),gettext("Subnet"),gettext("Remote IP address"),gettext("Dial on demand"),gettext("Idle timeout value")); -src/www/interfaces_ppps_edit.php: $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password"),gettext("Local IP address"),gettext("Subnet"),gettext("Remote IP address")); -src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("Please choose a Link Type."); -src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("Multilink connections (MLPPP) using the PPP link type is not currently supported. Please select only one Link Interface."); -src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("The Service name contains invalid characters."); -src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("Do not specify both a Service name and a NULL Service name."); -src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("The idle timeout value must be an integer."); -src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("A valid PPPoE reset hour must be specified (0-23)."); -src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("A valid PPPoE reset minute must be specified (0-59)."); -src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("A valid PPPoE reset date must be specified (mm/dd/yyyy)."); -src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("A valid PPPoE reset month must be specified (1-12) in the Custom PPPoE Periodic reset fields."); -src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("A valid PPPoE reset day of month must be specified (1-31) in the Custom PPPoE Periodic reset fields. No checks are done on valid # of days per month"); -src/www/interfaces_ppps_edit.php: $input_errors[] = gettext("A valid PPPoE reset year must be specified. Don't select a year in the past!"); -src/www/interfaces_ppps_edit.php: $input_errors[] = sprintf(gettext("A valid local IP address must be specified for %s."),$iface); -src/www/interfaces_ppps_edit.php: $input_errors[] = sprintf(gettext("A valid gateway IP address OR hostname must be specified for %s."),$iface); -src/www/interfaces_ppps_edit.php: $input_errors[] = sprintf(gettext("The bandwidth value for %s must be an integer."),$iface); -src/www/interfaces_ppps_edit.php: $input_errors[] = sprintf(gettext("The MTU for %s must be greater than 576 bytes."),$iface); -src/www/interfaces_ppps_edit.php: $input_errors[] = sprintf(gettext("The MRU for %s must be greater than 576 bytes."),$iface); -src/www/interfaces_ppps_edit.php:$pgtitle = array(gettext("Interfaces"),gettext("PPPs"),gettext("Edit")); -src/www/interfaces_ppps_edit.php:$types = array("select" => gettext("Select"), "ppp" => "PPP", "pppoe" => "PPPoE", "pptp" => "PPTP", "l2tp" => "L2TP"/*, "tcp" => "TCP", "udp" => "UDP"*/ ); -src/www/interfaces_ppps_edit.php:

        -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php:    -src/www/interfaces_ppps_edit.php:    -src/www/interfaces_ppps_edit.php:    -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: /> -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: /> -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: /> -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: />  -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php: />  -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php: />  -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php: />  -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: />  -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php:

        " class="btn btn-default btn-xs"/>

        -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php:
        -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php:
        MRU -src/www/interfaces_ppps_edit.php: -src/www/interfaces_ppps_edit.php:
        MRRU -src/www/interfaces_ppps_edit.php: " /> -src/www/interfaces_ppps_edit.php: " onclick="window.location.href=''" /> -src/www/interfaces_qinq.php: $input_errors[] = gettext("This QinQ cannot be deleted because it is still being used as an interface."); -src/www/interfaces_qinq.php: $input_errors[] = gettext("QinQ interface does not exist"); -src/www/interfaces_qinq.php:$pgtitle = array(gettext("Interfaces"),gettext("QinQ")); -src/www/interfaces_qinq.php: $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); -src/www/interfaces_qinq.php: $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); -src/www/interfaces_qinq.php: $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); -src/www/interfaces_qinq.php: $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); -src/www/interfaces_qinq.php: $tab_array[4] = array(gettext("QinQs"), true, "interfaces_qinq.php"); -src/www/interfaces_qinq.php: $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); -src/www/interfaces_qinq.php: $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); -src/www/interfaces_qinq.php: $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); -src/www/interfaces_qinq.php: $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); -src/www/interfaces_qinq.php: $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); -src/www/interfaces_qinq.php: -src/www/interfaces_qinq.php: -src/www/interfaces_qinq.php: -src/www/interfaces_qinq.php: -src/www/interfaces_qinq.php: "> -src/www/interfaces_qinq.php: " onclick="return confirm('')"> -src/www/interfaces_qinq.php:
        -src/www/interfaces_qinq.php:

        -src/www/interfaces_qinq_edit.php:$pgtitle = array(gettext("Interfaces"),gettext("QinQ"), gettext("Edit")); -src/www/interfaces_qinq_edit.php: $input_errors[] = gettext("First level tag cannot be empty."); -src/www/interfaces_qinq_edit.php: $input_errors[] = gettext("You are editing an existing entry and modifying the first level tag is not allowed."); -src/www/interfaces_qinq_edit.php: $input_errors[] = gettext("You are editing an existing entry and modifying the interface is not allowed."); -src/www/interfaces_qinq_edit.php: $input_errors[] = gettext("QinQ level already exists for this interface, edit it!"); -src/www/interfaces_qinq_edit.php: $input_errors[] = gettext("A normal VLAN exists with this tag please remove it to use this tag for QinQ first level."); -src/www/interfaces_qinq_edit.php: $input_errors[] = gettext("Tags can contain only numbers or a range in format #-#."); -src/www/interfaces_qinq_edit.php: $input_errors[] = gettext("Tags can contain only numbers or a range in format #-#."); -src/www/interfaces_qinq_edit.php: $gentry['descr'] = gettext("QinQ VLANs group"); -src/www/interfaces_qinq_edit.php: rowname[0] = ; -src/www/interfaces_qinq_edit.php: rowname[2] = ; -src/www/interfaces_qinq_edit.php:

        -src/www/interfaces_qinq_edit.php: -src/www/interfaces_qinq_edit.php: -src/www/interfaces_qinq_edit.php: -src/www/interfaces_qinq_edit.php: -src/www/interfaces_qinq_edit.php: -src/www/interfaces_qinq_edit.php: -src/www/interfaces_qinq_edit.php: -src/www/interfaces_qinq_edit.php: -src/www/interfaces_qinq_edit.php:
        -src/www/interfaces_qinq_edit.php: -src/www/interfaces_qinq_edit.php:
        -src/www/interfaces_qinq_edit.php: " class="btn btn-default btn-xs"/> -src/www/interfaces_qinq_edit.php: " /> -src/www/interfaces_qinq_edit.php: " /> -src/www/interfaces_vlan.php: $input_errors[] = gettext("This VLAN cannot be deleted because it is still being used as an interface."); -src/www/interfaces_vlan.php:$pgtitle = array(gettext("Interfaces"),gettext("VLAN")); -src/www/interfaces_vlan.php: $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); -src/www/interfaces_vlan.php: $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); -src/www/interfaces_vlan.php: $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); -src/www/interfaces_vlan.php: $tab_array[3] = array(gettext("VLANs"), true, "interfaces_vlan.php"); -src/www/interfaces_vlan.php: $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); -src/www/interfaces_vlan.php: $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); -src/www/interfaces_vlan.php: $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); -src/www/interfaces_vlan.php: $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); -src/www/interfaces_vlan.php: $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); -src/www/interfaces_vlan.php: $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); -src/www/interfaces_vlan.php: -src/www/interfaces_vlan.php: -src/www/interfaces_vlan.php: -src/www/interfaces_vlan.php: "> -src/www/interfaces_vlan.php: " onclick="return confirm('')"> -src/www/interfaces_vlan.php:
        -src/www/interfaces_vlan.php:

        -src/www/interfaces_vlan_edit.php: $reqdfieldsn = array(gettext("Parent interface"),gettext("VLAN tag")); -src/www/interfaces_vlan_edit.php: $input_errors[] = gettext("The VLAN tag must be an integer between 1 and 4094."); -src/www/interfaces_vlan_edit.php: $input_errors[] = gettext("Interface supplied as parent is invalid"); -src/www/interfaces_vlan_edit.php: $input_errors[] = gettext("Interface is assigned and you cannot change the VLAN tag while assigned."); -src/www/interfaces_vlan_edit.php: $input_errors[] = sprintf(gettext("A VLAN with the tag %s is already defined on this interface."),$vlan['tag']); -src/www/interfaces_vlan_edit.php: $input_errors[] = gettext("A QinQ VLAN exists with this tag please remove it to use this tag with."); -src/www/interfaces_vlan_edit.php: $input_errors[] = gettext("Error occurred creating interface, please retry."); -src/www/interfaces_vlan_edit.php:$pgtitle = array(gettext("Interfaces"),gettext("VLAN"),gettext("Edit")); -src/www/interfaces_vlan_edit.php:

        -src/www/interfaces_vlan_edit.php: -src/www/interfaces_vlan_edit.php: -src/www/interfaces_vlan_edit.php: -src/www/interfaces_vlan_edit.php: -src/www/interfaces_vlan_edit.php: -src/www/interfaces_vlan_edit.php:
        " /> -src/www/interfaces_vlan_edit.php: " onclick="window.location.href=''" /> -src/www/interfaces_wireless.php: $input_errors[] = gettext("This wireless clone cannot be deleted because it is assigned as an interface."); -src/www/interfaces_wireless.php:$pgtitle = array(gettext("Interfaces"),gettext("Wireless")); -src/www/interfaces_wireless.php: $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); -src/www/interfaces_wireless.php: $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); -src/www/interfaces_wireless.php: $tab_array[2] = array(gettext("Wireless"), true, "interfaces_wireless.php"); -src/www/interfaces_wireless.php: $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); -src/www/interfaces_wireless.php: $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); -src/www/interfaces_wireless.php: $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); -src/www/interfaces_wireless.php: $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); -src/www/interfaces_wireless.php: $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); -src/www/interfaces_wireless.php: $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); -src/www/interfaces_wireless.php: $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); -src/www/interfaces_wireless.php: -src/www/interfaces_wireless.php: -src/www/interfaces_wireless.php: -src/www/interfaces_wireless.php: "> -src/www/interfaces_wireless.php: ')"> -src/www/interfaces_wireless.php:

        :
        -src/www/interfaces_wireless.php:

        -src/www/interfaces_wireless_edit.php: $reqdfieldsn = array(gettext("Parent interface"),gettext("Mode")); -src/www/interfaces_wireless_edit.php: $input_errors[] = gettext("This wireless clone cannot be modified because it is still assigned as an interface."); -src/www/interfaces_wireless_edit.php: $input_errors[] = gettext("Use the configuration page for the assigned interface to change the mode."); -src/www/interfaces_wireless_edit.php: $input_errors[] = sprintf(gettext('Error creating interface with mode %1$s. The %2$s interface may not support creating more clones with the selected mode.'), $wlan_modes[$clone['mode']], $clone['if']); -src/www/interfaces_wireless_edit.php: $input_errors[] = sprintf(gettext("Created with id %s"), $id); -src/www/interfaces_wireless_edit.php: $input_errors[] = gettext("Created without id"); -src/www/interfaces_wireless_edit.php:$pgtitle = array(gettext("Interfaces"),gettext("Wireless"),gettext("Edit")); -src/www/interfaces_wireless_edit.php:

        -src/www/interfaces_wireless_edit.php: -src/www/interfaces_wireless_edit.php: -src/www/interfaces_wireless_edit.php: -src/www/interfaces_wireless_edit.php: -src/www/interfaces_wireless_edit.php: -src/www/interfaces_wireless_edit.php: -src/www/interfaces_wireless_edit.php:
        " /> -src/www/interfaces_wireless_edit.php: " onclick="window.location.href=''" /> -src/www/license.php:$pgtitle = gettext("License"); -src/www/load_balancer_monitor.php: $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one pool."); -src/www/load_balancer_monitor.php:$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Monitor")); -src/www/load_balancer_monitor.php: " . gettext("You must apply the changes in order for them to take effect."));?>
        -src/www/load_balancer_monitor.php: $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); -src/www/load_balancer_monitor.php: $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); -src/www/load_balancer_monitor.php: $tab_array[] = array(gettext("Monitors"), true, "load_balancer_monitor.php"); -src/www/load_balancer_monitor.php: $tab_array[] = array(gettext("Settings"), false, "load_balancer_setting.php"); -src/www/load_balancer_monitor.php: $t->add_column(gettext('Name'),'name',20); -src/www/load_balancer_monitor.php: $t->add_column(gettext('Type'),'type',10); -src/www/load_balancer_monitor.php: $t->add_column(gettext('Description'),'descr',30); -src/www/load_balancer_monitor_edit.php:$changedesc = gettext("Load Balancer: Monitor:") . " "; -src/www/load_balancer_monitor_edit.php: $reqdfieldsn = array(gettext("Name"),gettext("Type"),gettext("Description")); -src/www/load_balancer_monitor_edit.php: $input_errors[] = gettext("This monitor name has already been used. Monitor names must be unique."); -src/www/load_balancer_monitor_edit.php: $input_errors[] = gettext("You cannot use spaces in the 'name' field."); -src/www/load_balancer_monitor_edit.php: $input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); -src/www/load_balancer_monitor_edit.php: $input_errors[] = gettext("HTTP(s) codes must be from RFC2616."); -src/www/load_balancer_monitor_edit.php: $input_errors[] = gettext("The path to monitor must be set."); -src/www/load_balancer_monitor_edit.php: $changedesc .= " " . sprintf(gettext("modified '%s' monitor:"), $monent['name']); -src/www/load_balancer_monitor_edit.php:$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Monitor"),gettext("Edit")); -src/www/load_balancer_monitor_edit.php:$types = array("icmp" => gettext("ICMP"), "tcp" => gettext("TCP"), "http" => gettext("HTTP"), "https" => gettext("HTTPS"), "send" => gettext("Send/Expect")); -src/www/load_balancer_monitor_edit.php: -src/www/load_balancer_monitor_edit.php: -src/www/load_balancer_monitor_edit.php: -src/www/load_balancer_monitor_edit.php: -src/www/load_balancer_monitor_edit.php: -src/www/load_balancer_monitor_edit.php: -src/www/load_balancer_monitor_edit.php: -src/www/load_balancer_monitor_edit.php: size="64" />
        -src/www/load_balancer_monitor_edit.php: -src/www/load_balancer_monitor_edit.php: -src/www/load_balancer_monitor_edit.php: -src/www/load_balancer_monitor_edit.php: -src/www/load_balancer_monitor_edit.php: size="64" />
        -src/www/load_balancer_monitor_edit.php: -src/www/load_balancer_monitor_edit.php: -src/www/load_balancer_monitor_edit.php: -src/www/load_balancer_monitor_edit.php: -src/www/load_balancer_monitor_edit.php: " /> -src/www/load_balancer_monitor_edit.php: " onclick="window.location.href=''" /> -src/www/load_balancer_pool.php: $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one virtual server."); -src/www/load_balancer_pool.php:$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Pool")); -src/www/load_balancer_pool.php: "));?>
        -src/www/load_balancer_pool.php: $tab_array[] = array(gettext("Pools"), true, "load_balancer_pool.php"); -src/www/load_balancer_pool.php: $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); -src/www/load_balancer_pool.php: $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); -src/www/load_balancer_pool.php: $tab_array[] = array(gettext("Settings"), false, "load_balancer_setting.php"); -src/www/load_balancer_pool.php: $t->add_column(gettext('Name'),'name',10); -src/www/load_balancer_pool.php: $t->add_column(gettext('Mode'),'mode',10); -src/www/load_balancer_pool.php: $t->add_column(gettext('Servers'),'servers',15); -src/www/load_balancer_pool.php: $t->add_column(gettext('Port'),'port',10); -src/www/load_balancer_pool.php: $t->add_column(gettext('Monitor'),'monitor',10); -src/www/load_balancer_pool.php: $t->add_column(gettext('Description'),'descr',25); -src/www/load_balancer_pool.php:

        -src/www/load_balancer_pool.php: -src/www/load_balancer_pool.php: -src/www/load_balancer_pool_edit.php:$changedesc = gettext("Load Balancer: Pool:") . " "; -src/www/load_balancer_pool_edit.php: $reqdfieldsn = array(gettext("Name"),gettext("Mode"),gettext("Port"),gettext("Monitor"),gettext("Server List")); -src/www/load_balancer_pool_edit.php: $input_errors[] = gettext("This pool name has already been used. Pool names must be unique."); -src/www/load_balancer_pool_edit.php: $input_errors[] = gettext("You cannot use spaces in the 'name' field."); -src/www/load_balancer_pool_edit.php: $input_errors[] = sprintf(gettext("The name '%s' is a reserved word and cannot be used."), $_POST['name']); -src/www/load_balancer_pool_edit.php: $input_errors[] = sprintf(gettext("Sorry, an alias is already named %s."), $_POST['name']); -src/www/load_balancer_pool_edit.php: $input_errors[] = gettext("The port must be an integer between 1 and 65535, or a port alias."); -src/www/load_balancer_pool_edit.php: $input_errors[] = gettext("The retry value must be an integer between 1 and 65535."); -src/www/load_balancer_pool_edit.php: $input_errors[] = sprintf(gettext("%s is not a valid IP address or IPv4 subnet (in \"enabled\" list)."), $svrent); -src/www/load_balancer_pool_edit.php: $input_errors[] = sprintf(gettext("%s is a subnet containing more than 64 IP addresses (in \"enabled\" list)."), $svrent); -src/www/load_balancer_pool_edit.php: $input_errors[] = sprintf(gettext("%s is not a valid IP address or IPv4 subnet (in \"disabled\" list)."), $svrent); -src/www/load_balancer_pool_edit.php: $input_errors[] = sprintf(gettext("%s is a subnet containing more than 64 IP addresses (in \"disabled\" list)."), $svrent); -src/www/load_balancer_pool_edit.php: $input_errors[] = gettext("Invalid monitor chosen."); -src/www/load_balancer_pool_edit.php: $changedesc .= sprintf(gettext(" modified '%s' pool:"), $poolent['name']); -src/www/load_balancer_pool_edit.php:$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Pool"),gettext("Edit")); -src/www/load_balancer_pool_edit.php: -src/www/load_balancer_pool_edit.php: -src/www/load_balancer_pool_edit.php: -src/www/load_balancer_pool_edit.php: -src/www/load_balancer_pool_edit.php: -src/www/load_balancer_pool_edit.php: -src/www/load_balancer_pool_edit.php: -src/www/load_balancer_pool_edit.php:
        -src/www/load_balancer_pool_edit.php: -src/www/load_balancer_pool_edit.php: -src/www/load_balancer_pool_edit.php:
        -src/www/load_balancer_pool_edit.php: -src/www/load_balancer_pool_edit.php: -src/www/load_balancer_pool_edit.php: : -src/www/load_balancer_pool_edit.php: -src/www/load_balancer_pool_edit.php: " onclick="AddServerToPool(document.iform); enforceFailover(); checkPoolControls();" />
        -src/www/load_balancer_pool_edit.php: -src/www/load_balancer_pool_edit.php: -src/www/load_balancer_pool_edit.php: -src/www/load_balancer_pool_edit.php: " onclick="RemoveServerFromPool(document.iform, 'serversdisabled[]');" /> -src/www/load_balancer_pool_edit.php: -src/www/load_balancer_pool_edit.php: " onclick="RemoveServerFromPool(document.iform, 'servers[]');" /> -src/www/load_balancer_pool_edit.php: " onclick="AllServers('serversSelect', true); AllServers('serversDisabledSelect', true);" /> -src/www/load_balancer_pool_edit.php: " onclick="window.location.href=''" /> -src/www/load_balancer_relay_action.php: $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one relay protocol."); -src/www/load_balancer_relay_action.php:$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Action")); -src/www/load_balancer_relay_action.php: You must apply the changes in order for them to take effect."));?>
        -src/www/load_balancer_relay_action.php: $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); -src/www/load_balancer_relay_action.php: $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); -src/www/load_balancer_relay_action.php: $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); -src/www/load_balancer_relay_action.php: $tab_array[] = array(gettext("Relay Actions"), true, "load_balancer_relay_action.php"); -src/www/load_balancer_relay_action.php: $tab_array[] = array(gettext("Relay Protocols"), false, "load_balancer_relay_protocol.php"); -src/www/load_balancer_relay_action.php: $t->add_column(gettext('Name'),'name',20); -src/www/load_balancer_relay_action.php: $t->add_column(gettext('Type'),'type',10); -src/www/load_balancer_relay_action.php: $t->add_column(gettext('Options'),'options',30); -src/www/load_balancer_relay_action.php: $t->add_column(gettext('Description'),'descr',30); -src/www/load_balancer_relay_action_edit.php:$changedesc = gettext("Load Balancer: Relay Action:") . " "; -src/www/load_balancer_relay_action_edit.php: $reqdfieldsn = array(gettext("Name"),gettext("Protocol"),gettext("Direction"),gettext("Action"),gettext("Description")); -src/www/load_balancer_relay_action_edit.php: $input_errors[] = gettext("This action name has already been used. Action names must be unique."); -src/www/load_balancer_relay_action_edit.php: $input_errors[] = gettext("You cannot use spaces in the 'name' field."); -src/www/load_balancer_relay_action_edit.php: $changedesc .= " " . sprintf(gettext("modified '%s' action:"), $actent['name']); -src/www/load_balancer_relay_action_edit.php:$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Action"),gettext("Edit")); -src/www/load_balancer_relay_action_edit.php: $types = array("http" => gettext("HTTP"), "tcp" => gettext("TCP"), "dns" => gettext("DNS")); -src/www/load_balancer_relay_action_edit.php: -src/www/load_balancer_relay_action_edit.php: -src/www/load_balancer_relay_action_edit.php: -src/www/load_balancer_relay_action_edit.php: -src/www/load_balancer_relay_action_edit.php: -src/www/load_balancer_relay_action_edit.php: -src/www/load_balancer_relay_action_edit.php: -src/www/load_balancer_relay_action_edit.php:
         size="20">
        -src/www/load_balancer_relay_action_edit.php:
         size="20">
        -src/www/load_balancer_relay_action_edit.php:
         size="20">
        -src/www/load_balancer_relay_action_edit.php: -src/www/load_balancer_relay_action_edit.php: XXX: -src/www/load_balancer_relay_action_edit.php: -src/www/load_balancer_relay_action_edit.php: XXX: -src/www/load_balancer_relay_action_edit.php: "> -src/www/load_balancer_relay_action_edit.php: " onclick="window.location.href=''" /> -src/www/load_balancer_relay_protocol.php: $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one virtual server."); -src/www/load_balancer_relay_protocol.php:$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Protocol")); -src/www/load_balancer_relay_protocol.php: " . gettext("You must apply the changes in order for them to take effect."));?>
        -src/www/load_balancer_relay_protocol.php: $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); -src/www/load_balancer_relay_protocol.php: $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); -src/www/load_balancer_relay_protocol.php: $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); -src/www/load_balancer_relay_protocol.php: $tab_array[] = array(gettext("Relay Actions"), false, "load_balancer_relay_action.php"); -src/www/load_balancer_relay_protocol.php: $tab_array[] = array(gettext("Relay Protocols"), true, "load_balancer_relay_protocol.php"); -src/www/load_balancer_relay_protocol.php: $t->add_column(gettext('Name'),'name',20); -src/www/load_balancer_relay_protocol.php: $t->add_column(gettext('Type'),'type',10); -src/www/load_balancer_relay_protocol.php: $t->add_column(gettext('Options'),'options',30); -src/www/load_balancer_relay_protocol.php: $t->add_column(gettext('Description'),'descr',30); -src/www/load_balancer_relay_protocol_edit.php:$changedesc = gettext("Load Balancer: Relay Protocol:") . " "; -src/www/load_balancer_relay_protocol_edit.php: $reqdfieldsn = array(gettext("Name"),gettext("Type"),gettext("Description")); -src/www/load_balancer_relay_protocol_edit.php: $input_errors[] = gettext("This protocol name has already been used. Protocol names must be unique."); -src/www/load_balancer_relay_protocol_edit.php: $input_errors[] = gettext("You cannot use spaces in the 'name' field."); -src/www/load_balancer_relay_protocol_edit.php: $changedesc .= " " . sprintf(gettext("modified '%s' load balancing protocol:"), $protent['name']); -src/www/load_balancer_relay_protocol_edit.php: update_if_changed(gettext("name"), $protent['name'], $pconfig['name']); -src/www/load_balancer_relay_protocol_edit.php: update_if_changed(gettext("type"), $protent['type'], $pconfig['type']); -src/www/load_balancer_relay_protocol_edit.php: update_if_changed(gettext("description"), $protent['descr'], $pconfig['descr']); -src/www/load_balancer_relay_protocol_edit.php: update_if_changed(gettext("type"), $protent['type'], $pconfig['type']); -src/www/load_balancer_relay_protocol_edit.php: update_if_changed(gettext("action"), $protent['lbaction'], $pconfig['lbaction']); -src/www/load_balancer_relay_protocol_edit.php:$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Protocol"),gettext("Edit")); -src/www/load_balancer_relay_protocol_edit.php:$types = array("http" => gettext("HTTP"), "tcp" => gettext("TCP"), "dns" => gettext("DNS")); -src/www/load_balancer_relay_protocol_edit.php: -src/www/load_balancer_relay_protocol_edit.php: -src/www/load_balancer_relay_protocol_edit.php: -src/www/load_balancer_relay_protocol_edit.php: -src/www/load_balancer_relay_protocol_edit.php: -src/www/load_balancer_relay_protocol_edit.php: -src/www/load_balancer_relay_protocol_edit.php: -src/www/load_balancer_relay_protocol_edit.php: " onclick="copyOption($('available_action'), $('lbaction'));" />
        -src/www/load_balancer_relay_protocol_edit.php: " onclick="deleteOption($('lbaction'));" /> -src/www/load_balancer_relay_protocol_edit.php: -src/www/load_balancer_relay_protocol_edit.php: " onClick="AllOptions($('lbaction'), true); AllOptions($('available_action'), false);"> -src/www/load_balancer_relay_protocol_edit.php: " onclick="window.location.href=''" /> -src/www/load_balancer_setting.php: $input_errors[] = gettext("Timeout must be a numeric value"); -src/www/load_balancer_setting.php: $input_errors[] = gettext("Interval must be a numeric value"); -src/www/load_balancer_setting.php: $input_errors[] = gettext("Prefork must be a numeric value"); -src/www/load_balancer_setting.php: $input_errors[] = gettext("Prefork value must be between 1 and 32"); -src/www/load_balancer_setting.php:$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Settings")); -src/www/load_balancer_setting.php: " . gettext("You must apply the changes in order for them to take effect."));?>
        -src/www/load_balancer_setting.php: $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); -src/www/load_balancer_setting.php: $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); -src/www/load_balancer_setting.php: $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); -src/www/load_balancer_setting.php: $tab_array[] = array(gettext("Settings"), true, "load_balancer_setting.php"); -src/www/load_balancer_setting.php: -src/www/load_balancer_setting.php: -src/www/load_balancer_setting.php: -src/www/load_balancer_setting.php: -src/www/load_balancer_setting.php: -src/www/load_balancer_setting.php: -src/www/load_balancer_setting.php: -src/www/load_balancer_setting.php: " /> -src/www/load_balancer_virtual_server.php:$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Virtual Servers")); -src/www/load_balancer_virtual_server.php: " . gettext("You must apply the changes in order for them to take effect."));?>
        -src/www/load_balancer_virtual_server.php: $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); -src/www/load_balancer_virtual_server.php: $tab_array[] = array(gettext("Virtual Servers"), true, "load_balancer_virtual_server.php"); -src/www/load_balancer_virtual_server.php: $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); -src/www/load_balancer_virtual_server.php: $tab_array[] = array(gettext("Settings"), false, "load_balancer_setting.php"); -src/www/load_balancer_virtual_server.php: $t->add_column(gettext('Name'),'name',10); -src/www/load_balancer_virtual_server.php: $t->add_column(gettext('Protocol'),'relay_protocol',10); -src/www/load_balancer_virtual_server.php: $t->add_column(gettext('IP Address'),'ipaddr',10); -src/www/load_balancer_virtual_server.php: $t->add_column(gettext('Port'),'port',10); -src/www/load_balancer_virtual_server.php: $t->add_column(gettext('Pool'),'poolname',10); -src/www/load_balancer_virtual_server.php: $t->add_column(gettext('Fall Back Pool'),'sitedown',15); -src/www/load_balancer_virtual_server.php: $t->add_column(gettext('Description'),'descr',25); -src/www/load_balancer_virtual_server_edit.php:$changedesc = gettext("Load Balancer: Virtual Server:") . " "; -src/www/load_balancer_virtual_server_edit.php: $reqdfieldsn = array(gettext("IP Address"),gettext("Name"),gettext("Mode")); -src/www/load_balancer_virtual_server_edit.php: $reqdfieldsn = array(gettext("IP Address"),gettext("Name"),gettext("Relay Protocol")); -src/www/load_balancer_virtual_server_edit.php: $input_errors[] = gettext("This virtual server name has already been used. Virtual server names must be unique."); -src/www/load_balancer_virtual_server_edit.php: $input_errors[] = gettext("You cannot use spaces or slashes in the 'name' field."); -src/www/load_balancer_virtual_server_edit.php: $input_errors[] = gettext("The port must be an integer between 1 and 65535, a port alias, or left blank."); -src/www/load_balancer_virtual_server_edit.php: $input_errors[] = sprintf(gettext("%s is not a valid IP address, IPv4 subnet, or alias."), $_POST['ipaddr']); -src/www/load_balancer_virtual_server_edit.php: $input_errors[] = sprintf(gettext("%s is a subnet containing more than 64 IP addresses."), $_POST['ipaddr']); -src/www/load_balancer_virtual_server_edit.php: $input_errors[] = gettext("You cannot select a Fall Back Pool when using the DNS relay protocol."); -src/www/load_balancer_virtual_server_edit.php: $changedesc .= " " . sprintf(gettext("modified '%s' vs:"), $vsent['name']); -src/www/load_balancer_virtual_server_edit.php: $changedesc .= " " . sprintf(gettext("created '%s' vs:"), $_POST['name']); -src/www/load_balancer_virtual_server_edit.php:$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Virtual Server"),gettext("Edit")); -src/www/load_balancer_virtual_server_edit.php: -src/www/load_balancer_virtual_server_edit.php: -src/www/load_balancer_virtual_server_edit.php: -src/www/load_balancer_virtual_server_edit.php: -src/www/load_balancer_virtual_server_edit.php:
        -src/www/load_balancer_virtual_server_edit.php:
        -src/www/load_balancer_virtual_server_edit.php: -src/www/load_balancer_virtual_server_edit.php:
        -src/www/load_balancer_virtual_server_edit.php:
        -src/www/load_balancer_virtual_server_edit.php:
        -src/www/load_balancer_virtual_server_edit.php: -src/www/load_balancer_virtual_server_edit.php: -src/www/load_balancer_virtual_server_edit.php: -src/www/load_balancer_virtual_server_edit.php: -src/www/load_balancer_virtual_server_edit.php: -src/www/load_balancer_virtual_server_edit.php:
        -src/www/load_balancer_virtual_server_edit.php:
        -src/www/load_balancer_virtual_server_edit.php: -src/www/load_balancer_virtual_server_edit.php: " /> -src/www/load_balancer_virtual_server_edit.php: " onclick="window.location.href=''" /> -src/www/load_balancer_virtual_server_edit.php: -src/www/pkg.php: print "onmouseout=\"this.style.color = ''; domTT_mouseout(this, event);\" onmouseover=\"domTT_activate(this, event, 'content', '".gettext($title_msg)."', 'trail', true, 'delay', 0, 'fade', 'both', 'fadeMax', 93, 'styleClass', 'niceTitle');\""; -src/www/pkg.php: print_info_box_np(gettext("ERROR: No package defined.")); -src/www/pkg.php: var strloading="/images/misc/loader.gif' alt='loader' /> " + ""; -src/www/pkg.php: if(confirm("")){ -src/www/pkg.php: echo gettext("No"); -src/www/pkg.php: echo gettext("Yes"); -src/www/pkg.php: echo $column['prefix'] . gettext($column['listmodeon']). $column['suffix']; -src/www/pkg.php: echo $column['prefix'] .gettext($column['listmodeoff']). $column['suffix']; -src/www/pkg.php: ')"> alt="delete" /> -src/www/pkg_edit.php: print_info_box_np(gettext("ERROR: No valid package defined.")); -src/www/pkg_edit.php: $edit = ($only_edit ? '' : ": " . gettext("Edit")); -src/www/pkg_edit.php: $title = gettext("Package Editor"); -src/www/pkg_edit.php: $savevalue = gettext("Save"); -src/www/pkg_edit.php: $advanced .= "". gettext("Advanced features") . "
        \n"; -src/www/pkg_edit.php: echo "

        " . gettext("Note") . ": {$pkg['note']}

        "; -src/www/pkg_edit.php: echo ""; -src/www/pkg_edit.php: $div .= " - " . gettext("Show advanced option") ."\n"; -src/www/pkg_mgr.php: $pgtitle = array(gettext("System"),gettext("Package Manager")); -src/www/pkg_mgr.php: $savemsg = sprintf(gettext("Unable to retrieve package info from %s. Cached data will be used."), $xmlrpc_base_url); -src/www/pkg_mgr.php: $savemsg = 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']); -src/www/pkg_mgr.php:$pgtitle = array(gettext("System"),gettext("Package Manager")); -src/www/pkg_mgr.php: $tab_array[] = array(gettext("Available Packages"), $requested_version <> "" ? false : true, "pkg_mgr.php"); -src/www/pkg_mgr.php: $tab_array[] = array(gettext("Installed Packages"), false, "pkg_mgr_installed.php"); -src/www/pkg_mgr.php: $tab_array[] = array(gettext("All"), $menu_category=="All" ? true : false, "pkg_mgr.php?category=All"); -src/www/pkg_mgr.php: $tab_array[] = array(gettext($category) , $menu_category==$category ? true : false, "pkg_mgr.php?category={$category}"); -src/www/pkg_mgr.php: $tab_array[] = array(gettext("Other Categories"), $menu_category=="Other" ? true : false, "pkg_mgr.php?category=Other"); -src/www/pkg_mgr.php: -src/www/pkg_mgr.php: print ''.gettext("Category").''."\n"; -src/www/pkg_mgr.php: " class="listhdr"> -src/www/pkg_mgr.php: " class="listhdr"> -src/www/pkg_mgr.php: echo "
        " . gettext("There are currently no packages available for installation.") . ""; -src/www/pkg_mgr.php: $pkginfo=gettext("Package info"); -src/www/pkg_mgr.php: $pkginfo=gettext("No package info, check the forum"); -src/www/pkg_mgr.php: "> -src/www/pkg_mgr.php: print ''.gettext($index['category']).''."\n"; -src/www/pkg_mgr.php: print ' -src/www/pkg_mgr.php: "> -src/www/pkg_mgr.php: " class="btn btn-primary"> -src/www/pkg_mgr.php: echo "" . gettext("There are currently no packages available for installation.") . ""; -src/www/pkg_mgr_install.php:$pgtitle = array(gettext("System"),gettext("Package Manager"),gettext("Install Package")); -src/www/pkg_mgr_install.php: $tab_array[] = array(gettext("Available packages"), false, "pkg_mgr.php"); -src/www/pkg_mgr_install.php: $tab_array[] = array(gettext("Installed packages"), false, "pkg_mgr_installed.php"); -src/www/pkg_mgr_install.php: $tab_array[] = array(gettext("Package Installer"), true, ""); -src/www/pkg_mgr_install.php: -src/www/pkg_mgr_install.php: update_output_window(gettext("Something is wrong on the request.")); -src/www/pkg_mgr_install.php: update_output_window(gettext("Log was not retrievable.")); -src/www/pkg_mgr_install.php: update_status("{$pkgname} " . gettext("installation completed.")); -src/www/pkg_mgr_install.php: update_output_window(sprintf(gettext("Could not find %s."), $pkgname)); -src/www/pkg_mgr_install.php: write_config(gettext("Creating restore point before package installation.")); -src/www/pkg_mgr_install.php: update_status(gettext("Package deleted.")); -src/www/pkg_mgr_install.php: $static_output .= "\n" . gettext("Package deleted."); -src/www/pkg_mgr_install.php: update_status(gettext("Package reinstallation failed.")); -src/www/pkg_mgr_install.php: $static_output .= "\n" . gettext("Package reinstallation failed."); -src/www/pkg_mgr_install.php: update_status(gettext("Package reinstalled.")); -src/www/pkg_mgr_install.php: $static_output .= "\n" . gettext("Package reinstalled."); -src/www/pkg_mgr_install.php: update_status(gettext("All packages reinstalled.")); -src/www/pkg_mgr_install.php: $static_output .= "\n" . gettext("All packages reinstalled."); -src/www/pkg_mgr_install.php: update_output_window(gettext("No packages are installed.")); -src/www/pkg_mgr_install.php: update_status(gettext("Installation of") . " {$pkgid} " . gettext("FAILED!")); -src/www/pkg_mgr_install.php: $static_output .= "\n" . gettext("Installation halted."); -src/www/pkg_mgr_install.php: $status_a = gettext(sprintf("Installation of %s completed.", $pkgid)); -src/www/pkg_mgr_install.php: $static_output .= "\n" . gettext("Installation completed.") . "\n{$pkgid} " . gettext("setup instructions") . ":\n{$status}"; -src/www/pkg_mgr_install.php: $static_output .= "\n" . gettext("Installation completed. Please check to make sure that the package is configured from the respective menu then start the package."); -src/www/pkg_mgr_installed.php: $pgtitle = array(gettext("System"),gettext("Package Manager")); -src/www/pkg_mgr_installed.php:$pgtitle = array(gettext("System"),gettext("Package Manager")); -src/www/pkg_mgr_installed.php: $tab_array[] = array(gettext("Available Packages"), false, "pkg_mgr.php"); -src/www/pkg_mgr_installed.php: // $tab_array[] = array("{$version} " . gettext("packages"), false, "pkg_mgr.php"); -src/www/pkg_mgr_installed.php: $tab_array[] = array(gettext("Installed Packages"), true, "pkg_mgr_installed.php"); -src/www/pkg_mgr_installed.php: -src/www/pkg_mgr_installed.php: -src/www/pkg_mgr_installed.php: -src/www/pkg_mgr_installed.php: -src/www/pkg_mgr_installed.php: $pkgver = "".gettext("Available") .": ". $latest_package . "
        "; -src/www/pkg_mgr_installed.php: $pkgver = "
        ".gettext("Available") .": ". $latest_package . "
        "; -src/www/pkg_mgr_installed.php: $pkgver .= gettext("Installed") .": ". $pkg['version']. "
        "; -src/www/pkg_mgr_installed.php: $pkgver = "" . gettext("Available") .": ". $latest_package . "
        "; -src/www/pkg_mgr_installed.php: $pkgver = "
        " . gettext("Available") .": ". $latest_package . "
        "; -src/www/pkg_mgr_installed.php: $pkgver .= gettext("Installed") .": ". $pkg['version']."
        "; -src/www/pkg_mgr_installed.php: $pkginfo=gettext("Package info"); -src/www/pkg_mgr_installed.php: $pkginfo=gettext("No package info, check the forum"); -src/www/pkg_mgr_installed.php: echo "{$pkgver}"; -src/www/pkg_mgr_installed.php: >

        -src/www/pkg_mgr_installed.php: " class="btn btn-default btn-xs"> -src/www/pkg_mgr_installed.php: " class="btn btn-default btn-xs"> -src/www/pkg_mgr_installed.php: -src/www/pkg_mgr_settings.php:$pgtitle = array(gettext("System"),gettext("Package Settings")); -src/www/pkg_mgr_settings.php: $tab_array[] = array(sprintf(gettext("%s packages"), $version), false, "pkg_mgr.php"); -src/www/pkg_mgr_settings.php: $tab_array[] = array(gettext("Installed Packages"), false, "pkg_mgr_installed.php"); -src/www/pkg_mgr_settings.php: $tab_array[] = array(gettext("Package Settings"), true, "pkg_mgr_settings.php"); -src/www/pkg_mgr_settings.php: -src/www/pkg_mgr_settings.php: -src/www/pkg_mgr_settings.php: -src/www/pkg_mgr_settings.php: -src/www/pkg_mgr_settings.php: -src/www/pkg_mgr_settings.php: -src/www/pkg_mgr_settings.php: />
        -src/www/pkg_mgr_settings.php: -src/www/pkg_mgr_settings.php: ,
        -src/www/pkg_mgr_settings.php: " /> -src/www/reboot.php:$pgtitle = array(gettext("Diagnostics"),gettext("Reboot System")); -src/www/reboot.php: -src/www/reboot.php: -src/www/reboot.php:

        -src/www/reboot.php: " /> -src/www/reboot.php: -src/www/restart_httpd.php:$pgtitle = array(gettext("Restarting httpd")); -src/www/restart_httpd.php:... -src/www/restart_httpd.php:.
        -src/www/restart_httpd.php:... -src/www/restart_httpd.php:.
        -src/www/restart_httpd.php:... -src/www/restart_httpd.php:.
        -src/www/restart_httpd.php:... -src/www/restart_httpd.php:.
        -src/www/services_captiveportal.php:$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); -src/www/services_captiveportal.php: write_config(sprintf(gettext("Captive Portal: zone %s: Restore default portal page"), $cpzone)); -src/www/services_captiveportal.php: write_config(sprintf(gettext("Captive Portal: zone %s: Restore default error page"), $cpzone)); -src/www/services_captiveportal.php: write_config(sprintf(gettext("Captive Portal: zone %s: Restore default logout page"), $cpzone)); -src/www/services_captiveportal.php: $reqdfieldsn = array(gettext("Zone name"), gettext("Interface")); -src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("The captive portal cannot be used on interface %s since it is part of a bridge."), $cpbrif); -src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("The captive portal cannot be used on interface %s since it is used already on %s instance."), $cpbrif, $cp['zone']); -src/www/services_captiveportal.php: $input_errors[] = gettext("Certificate must be specified for HTTPS login."); -src/www/services_captiveportal.php: $input_errors[] = gettext("The HTTPS server name must be specified for HTTPS login."); -src/www/services_captiveportal.php: $input_errors[] = gettext("The timeout must be at least 1 minute."); -src/www/services_captiveportal.php: $input_errors[] = gettext("Hard timeout must be less or equal Default lease time set on DHCP Server"); -src/www/services_captiveportal.php: $input_errors[] = gettext("The idle timeout must be at least 1 minute."); -src/www/services_captiveportal.php: $input_errors[] = gettext("The pass-through credit count must be a number or left blank."); -src/www/services_captiveportal.php: $input_errors[] = gettext("The waiting period to restore pass-through credits must be above 0 hours."); -src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip']); -src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip2']); -src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip3']); -src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip4']); -src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport']); -src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport2']); -src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport3']); -src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport4']); -src/www/services_captiveportal.php: $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusacctport']); -src/www/services_captiveportal.php: $input_errors[] = gettext("The maximum number of concurrent connections per client IP address may not be larger than the global maximum."); -src/www/services_captiveportal.php: $input_errors[] = gettext("The NAS-Identifier must be 3-253 characters long and should only contain ASCII characters."); -src/www/services_captiveportal.php: $tab_array[] = array(gettext("Captive portal(s)"), true, "services_captiveportal.php?zone={$cpzone}"); -src/www/services_captiveportal.php: $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); -src/www/services_captiveportal.php: $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); -src/www/services_captiveportal.php: // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); -src/www/services_captiveportal.php: $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); -src/www/services_captiveportal.php: $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php:
        -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php:
        -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php:
        -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php:
        -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php:
        -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php:
        -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php:
        -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php:

        -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: / -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php:    -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php:    -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php:    -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php:    -src/www/services_captiveportal.php: -src/www/services_captiveportal.php:
        -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: />
        -src/www/services_captiveportal.php: />
        -src/www/services_captiveportal.php: /> -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php:
        -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: />
        -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: />
        -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: />
        -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: echo "\n"; -src/www/services_captiveportal.php: echo "\n"; -src/www/services_captiveportal.php: -src/www/services_captiveportal.php:
        -src/www/services_captiveportal.php: 00:11:22:33:44:55
        -src/www/services_captiveportal.php: 001122-334455
        -src/www/services_captiveportal.php: 00-11-22-33-44-55
        -src/www/services_captiveportal.php: 0011.2233.4455
        -src/www/services_captiveportal.php: 001122334455 -src/www/services_captiveportal.php: -src/www/services_captiveportal.php:
        -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php:
        Create one under System > Cert Manager. -src/www/services_captiveportal.php: -src/www/services_captiveportal.php:
        -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: gettext('Upload an HTML/PHP file for the portal page here (leave blank to keep the current one). ' . -src/www/services_captiveportal.php:
        -src/www/services_captiveportal.php:
        -src/www/services_captiveportal.php:
        -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: "$PORTAL_MESSAGE$", -src/www/services_captiveportal.php:
        -src/www/services_captiveportal.php:
        -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: -src/www/services_captiveportal.php: " onclick="enable_change(true)" /> -src/www/services_captiveportal.php: " onclick="enable_change(true)" /> -src/www/services_captiveportal.php:
        -src/www/services_captiveportal.php:
        -src/www/services_captiveportal_filemanager.php:$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); -src/www/services_captiveportal_filemanager.php: $input_errors[] = sprintf(gettext("A file with the name '%s' already exists."), $name); -src/www/services_captiveportal_filemanager.php: $input_errors[] = gettext("The total size of all files uploaded may not exceed ") . -src/www/services_captiveportal_filemanager.php: array('label'=>gettext('add file'), 'href'=>'services_captiveportal_filemanager.php?zone='.$cpzone.'&act=add'), -src/www/services_captiveportal_filemanager.php: $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); -src/www/services_captiveportal_filemanager.php: $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); -src/www/services_captiveportal_filemanager.php: $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); -src/www/services_captiveportal_filemanager.php: // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); -src/www/services_captiveportal_filemanager.php: $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); -src/www/services_captiveportal_filemanager.php: $tab_array[] = array(gettext("File Manager"), true, "services_captiveportal_filemanager.php?zone={$cpzone}"); -src/www/services_captiveportal_filemanager.php: " /> -src/www/services_captiveportal_filemanager.php: -src/www/services_captiveportal_filemanager.php: -src/www/services_captiveportal_filemanager.php: ')"> -src/www/services_captiveportal_filemanager.php: "> -src/www/services_captiveportal_filemanager.php: -src/www/services_captiveportal_filemanager.php:
        -src/www/services_captiveportal_filemanager.php: <a href="/captiveportal-aup.php?zone=$PORTAL_ZONE$&redirurl=$PORTAL_REDIRURL$"></a> -src/www/services_captiveportal_filemanager.php: -src/www/services_captiveportal_hostname.php:$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); -src/www/services_captiveportal_hostname.php: $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); -src/www/services_captiveportal_hostname.php: $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); -src/www/services_captiveportal_hostname.php: $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); -src/www/services_captiveportal_hostname.php: $tab_array[] = array(gettext("Allowed Hostnames"), true, "services_captiveportal_hostname.php?zone={$cpzone}"); -src/www/services_captiveportal_hostname.php: $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); -src/www/services_captiveportal_hostname.php: $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); -src/www/services_captiveportal_hostname.php: -src/www/services_captiveportal_hostname.php: -src/www/services_captiveportal_hostname.php:  ')" class="btn btn-default btn-xs"> -src/www/services_captiveportal_hostname.php:
        -src/www/services_captiveportal_hostname.php: from
        addresses, it may be used to always allow pass-through access from a client behind the captive portal."); ?>

        -src/www/services_captiveportal_hostname.php: in x.x.x.x -src/www/services_captiveportal_hostname.php: -src/www/services_captiveportal_hostname.php: x.x.x.x in     -src/www/services_captiveportal_hostname.php: -src/www/services_captiveportal_hostname_edit.php:$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit allowed Hostname")); -src/www/services_captiveportal_hostname_edit.php: $reqdfieldsn = array(gettext("Allowed Hostname")); -src/www/services_captiveportal_hostname_edit.php: $input_errors[] = sprintf(gettext("A valid Hostname must be specified. [%s]"), $_POST['hostname']); -src/www/services_captiveportal_hostname_edit.php: $input_errors[] = gettext("Upload speed needs to be an integer"); -src/www/services_captiveportal_hostname_edit.php: $input_errors[] = gettext("Download speed needs to be an integer"); -src/www/services_captiveportal_hostname_edit.php: $input_errors[] = sprintf("[%s] %s.", $_POST['hostname'], gettext("already allowed")) ; -src/www/services_captiveportal_hostname_edit.php: -src/www/services_captiveportal_hostname_edit.php: $dirs = array(gettext("Both"),gettext("From"),gettext("To")) ; -src/www/services_captiveportal_hostname_edit.php: . -src/www/services_captiveportal_hostname_edit.php: . -src/www/services_captiveportal_hostname_edit.php: -src/www/services_captiveportal_hostname_edit.php: . -src/www/services_captiveportal_hostname_edit.php: -src/www/services_captiveportal_hostname_edit.php:
        . -src/www/services_captiveportal_hostname_edit.php: -src/www/services_captiveportal_hostname_edit.php:
        -src/www/services_captiveportal_hostname_edit.php: -src/www/services_captiveportal_hostname_edit.php:
        -src/www/services_captiveportal_hostname_edit.php: " /> -src/www/services_captiveportal_ip.php:$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); -src/www/services_captiveportal_ip.php: $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); -src/www/services_captiveportal_ip.php: $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); -src/www/services_captiveportal_ip.php: $tab_array[] = array(gettext("Allowed IP addresses"), true, "services_captiveportal_ip.php?zone={$cpzone}"); -src/www/services_captiveportal_ip.php: // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); -src/www/services_captiveportal_ip.php: $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); -src/www/services_captiveportal_ip.php: $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); -src/www/services_captiveportal_ip.php: -src/www/services_captiveportal_ip.php: -src/www/services_captiveportal_ip.php: ')" class="btn btn-default btn-xs"> -src/www/services_captiveportal_ip.php:
        -src/www/services_captiveportal_ip.php:

        -src/www/services_captiveportal_ip_edit.php:$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit allowed IP address")); -src/www/services_captiveportal_ip_edit.php: $reqdfieldsn = array(gettext("Allowed IP address"), gettext("Subnet mask")); -src/www/services_captiveportal_ip_edit.php: $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['ip']); -src/www/services_captiveportal_ip_edit.php: $input_errors[] = gettext("A valid subnet mask must be specified"); -src/www/services_captiveportal_ip_edit.php: $input_errors[] = gettext("Upload speed needs to be an integer"); -src/www/services_captiveportal_ip_edit.php: $input_errors[] = gettext("Download speed needs to be an integer"); -src/www/services_captiveportal_ip_edit.php: $input_errors[] = sprintf("[%s] %s.", $_POST['ip'], gettext("already allowed")) ; -src/www/services_captiveportal_ip_edit.php: -src/www/services_captiveportal_ip_edit.php: -src/www/services_captiveportal_ip_edit.php: . -src/www/services_captiveportal_ip_edit.php: -src/www/services_captiveportal_ip_edit.php:
        . -src/www/services_captiveportal_ip_edit.php: -src/www/services_captiveportal_ip_edit.php:
        -src/www/services_captiveportal_ip_edit.php: -src/www/services_captiveportal_ip_edit.php:
        -src/www/services_captiveportal_ip_edit.php: " /> -src/www/services_captiveportal_mac.php:$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); -src/www/services_captiveportal_mac.php: echo gettext("No entry exists yet!") ."\n"; -src/www/services_captiveportal_mac.php: echo gettext("Please set the zone on which the operation should be allowed"); -src/www/services_captiveportal_mac.php: echo gettext("No entry exists for this username:") . " " . $_POST['username'] . "\n"; -src/www/services_captiveportal_mac.php: echo gettext("The entry was sucessfully deleted") . "\n"; -src/www/services_captiveportal_mac.php: echo gettext("No entry exists for this mac address:") . " " . $_POST['delmac'] . "\n"; -src/www/services_captiveportal_mac.php: array('label'=>gettext("add host"), 'href'=>'services_captiveportal_mac_edit.php?zone='.$cpzone), -src/www/services_captiveportal_mac.php: You must apply the changes in order for them to take effect."));?>
        -src/www/services_captiveportal_mac.php: $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); -src/www/services_captiveportal_mac.php: $tab_array[] = array(gettext("MAC"), true, "services_captiveportal_mac.php?zone={$cpzone}"); -src/www/services_captiveportal_mac.php: $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); -src/www/services_captiveportal_mac.php: // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); -src/www/services_captiveportal_mac.php: $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); -src/www/services_captiveportal_mac.php: $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); -src/www/services_captiveportal_mac.php: -src/www/services_captiveportal_mac.php: -src/www/services_captiveportal_mac.php: ')" class="btn btn-default btn-xs"> -src/www/services_captiveportal_mac.php:
        -src/www/services_captiveportal_mac.php: -src/www/services_captiveportal_mac_edit.php:$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit MAC address rules")); -src/www/services_captiveportal_mac_edit.php: $reqdfieldsn = array(gettext("Action"), gettext("MAC address")); -src/www/services_captiveportal_mac_edit.php: $input_errors[] = sprintf(gettext("The MAC address %s belongs to a local interface, you cannot use it here."), $_POST['mac']); -src/www/services_captiveportal_mac_edit.php: $input_errors[] = sprintf("%s. [%s]", gettext("A valid MAC address must be specified"), $_POST['mac']); -src/www/services_captiveportal_mac_edit.php: $input_errors[] = gettext("Upload speed needs to be an integer"); -src/www/services_captiveportal_mac_edit.php: $input_errors[] = gettext("Download speed needs to be an integer"); -src/www/services_captiveportal_mac_edit.php: $input_errors[] = sprintf("[%s] %s.", $_POST['mac'], gettext("already exists")); -src/www/services_captiveportal_mac_edit.php: -src/www/services_captiveportal_mac_edit.php: -src/www/services_captiveportal_mac_edit.php: . -src/www/services_captiveportal_mac_edit.php: -src/www/services_captiveportal_mac_edit.php: -src/www/services_captiveportal_mac_edit.php: -src/www/services_captiveportal_mac_edit.php: -src/www/services_captiveportal_mac_edit.php: . -src/www/services_captiveportal_mac_edit.php: -src/www/services_captiveportal_mac_edit.php: -src/www/services_captiveportal_mac_edit.php: -src/www/services_captiveportal_mac_edit.php: -src/www/services_captiveportal_mac_edit.php: " /> -src/www/services_captiveportal_vouchers.php:$pgtitle = array(gettext("Services"), gettext("Captive portal"), gettext("Vouchers"), $a_cp[$cpzone]['zone']); -src/www/services_captiveportal_vouchers.php: $config['voucher'][$cpzone]['descrmsgnoaccess'] = gettext("Voucher invalid"); -src/www/services_captiveportal_vouchers.php: $config['voucher'][$cpzone]['descrmsgexpired'] = gettext("Voucher expired"); -src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("Cannot write private key file") . ".\n"; -src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("Need private RSA key to print vouchers") . "\n"; -src/www/services_captiveportal_vouchers.php: $reqdfieldsn = array(gettext("charset"),gettext("rollbits"),gettext("ticketbits"),gettext("checksumbits"),gettext("publickey"),gettext("magic")); -src/www/services_captiveportal_vouchers.php: $reqdfieldsn = array(gettext("Synchronize Voucher Database IP"),gettext("Sync port"),gettext("Sync password"),gettext("Sync username")); -src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("Need at least 2 characters to create vouchers."); -src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("Double quotes aren't allowed."); -src/www/services_captiveportal_vouchers.php: $input_errors[] = "',' " . gettext("aren't allowed."); -src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("# of Bits to store Roll Id needs to be between 1..31."); -src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("# of Bits to store Ticket Id needs to be between 1..16."); -src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("# of Bits to store checksum needs to be between 1..31."); -src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("This doesn't look like an RSA Public key."); -src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("This doesn't look like an RSA Private key."); -src/www/services_captiveportal_vouchers.php: $input_errors[] = gettext("You cannot sync the voucher database to this host (itself)."); -src/www/services_captiveportal_vouchers.php: $savemsg = gettext("Voucher database has been synchronized from {$url}:{$port}"); -src/www/services_captiveportal_vouchers.php: array('label'=>gettext("add voucher"), 'href'=>'services_captiveportal_vouchers_edit.php?zone='.$cpzone), -src/www/services_captiveportal_vouchers.php: $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); -src/www/services_captiveportal_vouchers.php: $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); -src/www/services_captiveportal_vouchers.php: $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); -src/www/services_captiveportal_vouchers.php: // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); -src/www/services_captiveportal_vouchers.php: $tab_array[] = array(gettext("Vouchers"), true, "services_captiveportal_vouchers.php?zone={$cpzone}"); -src/www/services_captiveportal_vouchers.php: $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); -src/www/services_captiveportal_vouchers.php: -src/www/services_captiveportal_vouchers.php: -src/www/services_captiveportal_vouchers.php: # -src/www/services_captiveportal_vouchers.php: -src/www/services_captiveportal_vouchers.php: # -src/www/services_captiveportal_vouchers.php: -src/www/services_captiveportal_vouchers.php: " alt="" > -src/www/services_captiveportal_vouchers.php: ')">" alt=""> -src/www/services_captiveportal_vouchers.php: " alt=""> -src/www/services_captiveportal_vouchers.php: -src/www/services_captiveportal_vouchers.php: -src/www/services_captiveportal_vouchers.php: . -src/www/services_captiveportal_vouchers.php: -src/www/services_captiveportal_vouchers.php: . -src/www/services_captiveportal_vouchers.php: -src/www/services_captiveportal_vouchers.php: -src/www/services_captiveportal_vouchers.php: # -src/www/services_captiveportal_vouchers.php: -src/www/services_captiveportal_vouchers.php: # -src/www/services_captiveportal_vouchers.php: -src/www/services_captiveportal_vouchers.php: # -src/www/services_captiveportal_vouchers.php: -src/www/services_captiveportal_vouchers.php: -src/www/services_captiveportal_vouchers.php: -src/www/services_captiveportal_vouchers.php: -src/www/services_captiveportal_vouchers.php:
        ($PORTAL_MESSAGE$). -src/www/services_captiveportal_vouchers.php: -src/www/services_captiveportal_vouchers.php:
        ($PORTAL_MESSAGE$). -src/www/services_captiveportal_vouchers.php: " onclick="enable_change(true); before_save();" /> -src/www/services_captiveportal_vouchers.php: " onclick="window.location.href=''" /> -src/www/services_captiveportal_vouchers.php:
        -src/www/services_captiveportal_vouchers.php: -src/www/services_captiveportal_vouchers.php: -src/www/services_captiveportal_vouchers_edit.php:$pgtitle = array(gettext("Services"), gettext("Captive portal"), gettext("Edit Voucher Rolls")); -src/www/services_captiveportal_vouchers_edit.php: $reqdfieldsn = array(gettext("Number"),gettext("Count"),gettext("minutes")); -src/www/services_captiveportal_vouchers_edit.php: $input_errors[] = sprintf(gettext("Roll number %s already exists."), $_POST['number']); -src/www/services_captiveportal_vouchers_edit.php: $input_errors[] = sprintf(gettext("Roll number must be numeric and less than %s"), $maxnumber); -src/www/services_captiveportal_vouchers_edit.php: $input_errors[] = sprintf(gettext("A roll has at least one voucher and less than %s."), $maxcount); -src/www/services_captiveportal_vouchers_edit.php: $input_errors[] = gettext("Each voucher must be good for at least 1 minute."); -src/www/services_captiveportal_vouchers_edit.php: voucher_log(LOG_INFO,sprintf(gettext('All %1$s vouchers from Roll %2$s marked unused'), $rollent['count'], $rollent['number'])); -src/www/services_captiveportal_vouchers_edit.php: # -src/www/services_captiveportal_vouchers_edit.php: # (0..) . -src/www/services_captiveportal_vouchers_edit.php: -src/www/services_captiveportal_vouchers_edit.php: . -src/www/services_captiveportal_vouchers_edit.php: -src/www/services_captiveportal_vouchers_edit.php: (1..) . -src/www/services_captiveportal_vouchers_edit.php: -src/www/services_captiveportal_vouchers_edit.php: . -src/www/services_captiveportal_vouchers_edit.php: " /> -src/www/services_captiveportal_zones.php:$pgtitle = array(gettext("Captiveportal"),gettext("Zones")); -src/www/services_captiveportal_zones.php: array('href'=>'services_captiveportal_zones_edit.php', 'label'=>gettext("add a new captiveportal instance")), -src/www/services_captiveportal_zones.php: " . gettext("You must apply the changes in order for them to take effect."));?> -src/www/services_captiveportal_zones.php: -src/www/services_captiveportal_zones.php: -src/www/services_captiveportal_zones.php: -src/www/services_captiveportal_zones.php: -src/www/services_captiveportal_zones.php: " class="btn btn-default btn-xs"> -src/www/services_captiveportal_zones.php: ')" title="" class="btn btn-default btn-xs"> -src/www/services_captiveportal_zones_edit.php:$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit Zones")); -src/www/services_captiveportal_zones_edit.php: $reqdfieldsn = array(gettext("Zone name")); -src/www/services_captiveportal_zones_edit.php: $input_errors[] = gettext("The zone name can only contain letters, digits, and underscores (_)."); -src/www/services_captiveportal_zones_edit.php: $input_errors[] = sprintf("[%s] %s.", $_POST['zone'], gettext("already exists")); -src/www/services_captiveportal_zones_edit.php:

        -src/www/services_captiveportal_zones_edit.php: -src/www/services_captiveportal_zones_edit.php: -src/www/services_captiveportal_zones_edit.php: -src/www/services_captiveportal_zones_edit.php: . -src/www/services_captiveportal_zones_edit.php: " /> -src/www/services_dhcp.php: $savemsg = gettext("The DHCP Server can only be enabled on interfaces configured with static IP addresses") . ".

        " . gettext("Only interfaces configured with a static IP will be shown") . "."; -src/www/services_dhcp.php: $reqdfieldsn = array(gettext("Range begin"),gettext("Range end")); -src/www/services_dhcp.php: $input_errors[] = gettext("A valid range must be specified."); -src/www/services_dhcp.php: $input_errors[] = gettext("A valid range must be specified."); -src/www/services_dhcp.php: $input_errors[] = gettext("A valid IP address must be specified for the gateway."); -src/www/services_dhcp.php: $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary WINS servers."); -src/www/services_dhcp.php: $input_errors[] = sprintf(gettext("The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); -src/www/services_dhcp.php: $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary DNS servers."); -src/www/services_dhcp.php: $input_errors[] = gettext("The default lease time must be at least 60 seconds."); -src/www/services_dhcp.php: $input_errors[] = sprintf(gettext( -src/www/services_dhcp.php: $input_errors[] = gettext("The maximum lease time must be at least 60 seconds and higher than the default lease time."); -src/www/services_dhcp.php: $input_errors[] = gettext("A valid domain name must be specified for the dynamic DNS registration."); -src/www/services_dhcp.php: $input_errors[] = gettext("A valid primary domain name server IP address must be specified for the dynamic domain name."); -src/www/services_dhcp.php: $input_errors[] = gettext("You must specify both a valid domain key and key name."); -src/www/services_dhcp.php: $input_errors[] = gettext("A valid domain search list must be specified."); -src/www/services_dhcp.php: $input_errors[] = gettext("If you specify a mac allow list, it must contain only valid partial MAC addresses."); -src/www/services_dhcp.php: $input_errors[] = gettext("If you specify a mac deny list, it must contain only valid partial MAC addresses."); -src/www/services_dhcp.php: $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary NTP servers."); -src/www/services_dhcp.php: $input_errors[] = gettext("A valid domain name must be specified for the DNS domain."); -src/www/services_dhcp.php: $input_errors[] = gettext("A valid IP address or hostname must be specified for the TFTP server."); -src/www/services_dhcp.php: $input_errors[] = gettext("A valid IP address must be specified for the network boot server."); -src/www/services_dhcp.php: $input_errors[] = gettext("You cannot use the network address in the starting subnet range."); -src/www/services_dhcp.php: $input_errors[] = gettext("You cannot use the broadcast address in the ending subnet range."); -src/www/services_dhcp.php: $input_errors[] = sprintf(gettext("The subnet range cannot overlap with virtual IP address %s."),$vip['subnet']); -src/www/services_dhcp.php: $input_errors[] = gettext("Text type cannot include quotation marks."); -src/www/services_dhcp.php: $input_errors[] = gettext("String type must be enclosed in quotes like \"this\" or must be a series of octets specified in hexadecimal, separated by colons, like 01:23:45:67:89:ab:cd:ef"); -src/www/services_dhcp.php: $input_errors[] = gettext("Boolean type must be true, false, on, or off."); -src/www/services_dhcp.php: $input_errors[] = gettext("Unsigned 8-bit integer type must be a number in the range 0 to 255."); -src/www/services_dhcp.php: $input_errors[] = gettext("Unsigned 16-bit integer type must be a number in the range 0 to 65535."); -src/www/services_dhcp.php: $input_errors[] = gettext("Unsigned 32-bit integer type must be a number in the range 0 to 4294967295."); -src/www/services_dhcp.php: $input_errors[] = gettext("Signed 8-bit integer type must be a number in the range -128 to 127."); -src/www/services_dhcp.php: $input_errors[] = gettext("Signed 16-bit integer type must be a number in the range -32768 to 32767."); -src/www/services_dhcp.php: $input_errors[] = gettext("Signed 32-bit integer type must be a number in the range -2147483648 to 2147483647."); -src/www/services_dhcp.php: $input_errors[] = gettext("IP address or host type must be an IP address or host name."); -src/www/services_dhcp.php: $input_errors[] = gettext("The specified range lies outside of the current subnet."); -src/www/services_dhcp.php: $input_errors[] = gettext("The range is invalid (first element higher than second element)."); -src/www/services_dhcp.php: $input_errors[] = gettext("The specified range must not be within the DHCP range for this interface."); -src/www/services_dhcp.php: $input_errors[] = gettext("The specified range must not be within the range configured on a DHCP pool for this interface."); -src/www/services_dhcp.php: $input_errors[] = sprintf(gettext("You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); -src/www/services_dhcp.php: $input_errors[] = sprintf(gettext("The DHCP range cannot overlap any static DHCP mappings.")); -src/www/services_dhcp.php:$pgtitle = array(gettext("Services"),gettext("DHCP server")); -src/www/services_dhcp.php: $customitemtypes = array('text' => gettext('Text'), 'string' => gettext('String'), 'boolean' => gettext('Boolean'), -src/www/services_dhcp.php: 'unsigned integer 8' => gettext('Unsigned 8-bit integer'), 'unsigned integer 16' => gettext('Unsigned 16-bit integer'), 'unsigned integer 32' => gettext('Unsigned 32-bit integer'), -src/www/services_dhcp.php: 'signed integer 8' => gettext('Signed 8-bit integer'), 'signed integer 16' => gettext('Signed 16-bit integer'), 'signed integer 32' => gettext('Signed 32-bit integer'), 'ip-address' => gettext('IP address or host')); -src/www/services_dhcp.php: " . gettext("You must apply the changes in order for them to take effect."));?>
        -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php:
        -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php:    -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: ')">delete -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php:
        -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php:
        -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: 20).");?> -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: " /> - -src/www/services_dhcp.php:
        -src/www/services_dhcp.php:
        -src/www/services_dhcp.php: -src/www/services_dhcp.php:
        -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: " /> - -src/www/services_dhcp.php: 00:00:00,01:E5:FF -src/www/services_dhcp.php: 00:00:00,01:E5:FF -src/www/services_dhcp.php: -src/www/services_dhcp.php: " /> - -src/www/services_dhcp.php: -src/www/services_dhcp.php: " /> - -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: " /> - -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: " /> - -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: - -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: " /> - -src/www/services_dhcp.php: -src/www/services_dhcp.php:
        -src/www/services_dhcp.php:
        -src/www/services_dhcp.php:
        -src/www/services_dhcp.php: " onclick="enable_change(true)" /> -src/www/services_dhcp.php:


        -src/www/services_dhcp.php:
        ,

        -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: -src/www/services_dhcp.php: ')" class="btn btn-default btn-xs"> -src/www/services_dhcp_edit.php: $input_errors[] = gettext("Either MAC address or Client identifier must be specified"); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("The hostname cannot end with a hyphen according to RFC952"); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid hostname is specified, but the domain name part should be omitted"); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid IP address must be specified."); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid MAC address must be specified."); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("Static ARP is enabled. You must specify an IP address."); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("This Hostname, IP, MAC address or Client identifier already exists."); -src/www/services_dhcp_edit.php: $input_errors[] = sprintf(gettext("The IP address must not be within the DHCP range for this interface.")); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("The IP address must not be within the range configured on a DHCP pool for this interface."); -src/www/services_dhcp_edit.php: $input_errors[] = sprintf(gettext("The IP address must lie in the %s subnet."),$ifcfgdescr); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid IP address must be specified for the gateway."); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary WINS servers."); -src/www/services_dhcp_edit.php: $input_errors[] = sprintf(gettext("The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary DNS servers."); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("The default lease time must be at least 60 seconds."); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("The maximum lease time must be at least 60 seconds and higher than the default lease time."); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid domain name must be specified for the dynamic DNS registration."); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid primary domain name server IP address must be specified for the dynamic domain name."); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("You must specify both a valid domain key and key name."); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid domain search list must be specified."); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary NTP servers."); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid IP address or hostname must be specified for the TFTP server."); -src/www/services_dhcp_edit.php: $input_errors[] = gettext("A valid IP address must be specified for the network boot server."); -src/www/services_dhcp_edit.php:$pgtitle = array(gettext("Services"),gettext("DHCP"),gettext("Edit static mapping")); -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php:
        -src/www/services_dhcp_edit.php:
        -, overrides setting on main page. -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php:
        -src/www/services_dhcp_edit.php:
        -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php:
        -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php:
        -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: " /> - -src/www/services_dhcp_edit.php:
        -src/www/services_dhcp_edit.php:
        -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php:
        -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: " /> - -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: " /> - -src/www/services_dhcp_edit.php: -src/www/services_dhcp_edit.php: " /> -src/www/services_dhcp_edit.php: " onclick="window.location.href=''" /> -src/www/services_dhcp_relay.php: $reqdfieldsn = array(gettext("Destination Server"), gettext("Interface")); -src/www/services_dhcp_relay.php: $input_errors[] = gettext("A valid Destination Server IP address must be specified."); -src/www/services_dhcp_relay.php:$pgtitle = array(gettext("Services"),gettext("DHCP Relay")); -src/www/services_dhcp_relay.php:

        -src/www/services_dhcp_relay.php: -src/www/services_dhcp_relay.php:
        -src/www/services_dhcp_relay.php: -src/www/services_dhcp_relay.php: -src/www/services_dhcp_relay.php: -src/www/services_dhcp_relay.php: " onclick="enable_change(true)" /> -src/www/services_dhcpv6.php: $savemsg = gettext("The DHCPv6 Server can only be enabled on interfaces configured with static IP addresses") . -src/www/services_dhcpv6.php: gettext("Only interfaces configured with a static IP will be shown") . "."; -src/www/services_dhcpv6.php: $reqdfieldsn = array(gettext("Range begin"),gettext("Range end")); -src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid range must be specified."); -src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid prefix range must be specified."); -src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid range must be specified."); -src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid range must be specified."); -src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid IPv6 address must be specified for the gateway."); -src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid IPv6 address must be specified for the primary/secondary DNS servers."); -src/www/services_dhcpv6.php: $input_errors[] = gettext("The default lease time must be at least 60 seconds."); -src/www/services_dhcpv6.php: $input_errors[] = gettext("The maximum lease time must be at least 60 seconds and higher than the default lease time."); -src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid domain name must be specified for the dynamic DNS registration."); -src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid primary domain name server IPv4 address must be specified for the dynamic domain name."); -src/www/services_dhcpv6.php: $input_errors[] = gettext("You must specify both a valid domain key and key name."); -src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid domain search list must be specified."); -src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid IPv6 address must be specified for the primary/secondary NTP servers."); -src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid domain name must be specified for the DNS domain."); -src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid IPv6 address or hostname must be specified for the TFTP server."); -src/www/services_dhcpv6.php: $input_errors[] = gettext("A valid URL must be specified for the network bootfile."); -src/www/services_dhcpv6.php: $input_errors[] = sprintf(gettext("The subnet range cannot overlap with virtual IPv6 address %s."),$vip['subnetv6']); -src/www/services_dhcpv6.php: $input_errors[] = gettext("The specified range lies outside of the current subnet."); -src/www/services_dhcpv6.php: $input_errors[] = gettext("The range is invalid (first element higher than second element)."); -src/www/services_dhcpv6.php: $input_errors[] = sprintf(gettext("You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); -src/www/services_dhcpv6.php: $input_errors[] = sprintf(gettext("The DHCP range cannot overlap any static DHCP mappings.")); -src/www/services_dhcpv6.php:$pgtitle = array(gettext("Services"),gettext("DHCPv6 server")); -src/www/services_dhcpv6.php: " . gettext("You must apply the changes in order for them to take effect."));?>
        -src/www/services_dhcpv6.php: $tab_array[] = array(gettext("DHCPv6 Server"), true, "services_dhcpv6.php?if={$if}"); -src/www/services_dhcpv6.php: $tab_array[] = array(gettext("Router Advertisements"), false, "services_router_advertisements.php?if={$if}"); -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php:    -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php:    -src/www/services_dhcpv6.php:  
        " class="btn btn-xs btn-default"/> - -src/www/services_dhcpv6.php:
        -src/www/services_dhcpv6.php:
        -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php:
        -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: " class="btn btn-xs btn-default"/> - -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: " /> - -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: " class="btn btn-xs btn-default"/> - -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: " class="btn btn-xs btn-default"/> - -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: " class="btn btn-xs btn-default"/> - -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php:
        -src/www/services_dhcpv6.php:
        -src/www/services_dhcpv6.php: " > -src/www/services_dhcpv6.php: "> -src/www/services_dhcpv6.php: " onclick="enable_change(true)" /> -src/www/services_dhcpv6.php:


        -src/www/services_dhcpv6.php:
        ,
        -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: -src/www/services_dhcpv6.php: ')" alt="delete"> -src/www/services_dhcpv6_edit.php: $reqdfieldsn = array(gettext("DUID Identifier")); -src/www/services_dhcpv6_edit.php: $input_errors[] = gettext("The hostname cannot end with a hyphen according to RFC952"); -src/www/services_dhcpv6_edit.php: $input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); -src/www/services_dhcpv6_edit.php: $input_errors[] = gettext("A valid hostname is specified, but the domain name part should be omitted"); -src/www/services_dhcpv6_edit.php: $input_errors[] = gettext("A valid IPv6 address must be specified."); -src/www/services_dhcpv6_edit.php: $input_errors[] = gettext("A valid DUID Identifier must be specified."); -src/www/services_dhcpv6_edit.php: $input_errors[] = gettext("This Hostname, IP or DUID Identifier already exists."); -src/www/services_dhcpv6_edit.php:$pgtitle = array(gettext("Services"),gettext("DHCPv6"),gettext("Edit static mapping")); -src/www/services_dhcpv6_edit.php: -src/www/services_dhcpv6_edit.php: -src/www/services_dhcpv6_edit.php:
        -src/www/services_dhcpv6_edit.php: -src/www/services_dhcpv6_edit.php: -src/www/services_dhcpv6_edit.php: -src/www/services_dhcpv6_edit.php: -src/www/services_dhcpv6_edit.php:
        -src/www/services_dhcpv6_edit.php:
        -, overrides setting on main page. -src/www/services_dhcpv6_edit.php: -src/www/services_dhcpv6_edit.php:
        " /> -src/www/services_dhcpv6_edit.php: " onclick="window.location.href=''" /> -src/www/services_dhcpv6_relay.php: $reqdfieldsn = array(gettext("Destination Server"), gettext("Interface")); -src/www/services_dhcpv6_relay.php: $input_errors[] = gettext("A valid Destination Server IPv6 address must be specified."); -src/www/services_dhcpv6_relay.php:$pgtitle = array(gettext("Services"),gettext("DHCPv6 Relay")); -src/www/services_dhcpv6_relay.php:

        -src/www/services_dhcpv6_relay.php: -src/www/services_dhcpv6_relay.php:
        -src/www/services_dhcpv6_relay.php:
        -src/www/services_dhcpv6_relay.php: -src/www/services_dhcpv6_relay.php: -src/www/services_dhcpv6_relay.php: -src/www/services_dhcpv6_relay.php: " onclick="enable_change(true)" /> -src/www/services_dnsmasq.php: $input_errors[] = gettext("You must specify a valid port number"); -src/www/services_dnsmasq.php: $input_errors[] = gettext("Invalid custom options"); -src/www/services_dnsmasq.php:$pgtitle = array(gettext("Services"),gettext("DNS forwarder")); -src/www/services_dnsmasq.php: " . gettext("You must apply the changes in order for them to take effect."));?>
        -src/www/services_dnsmasq.php:

        -src/www/services_dnsmasq.php: -src/www/services_dnsmasq.php: -src/www/services_dnsmasq.php:
        -src/www/services_dnsmasq.php: -src/www/services_dnsmasq.php:
        -src/www/services_dnsmasq.php:
        -src/www/services_dnsmasq.php:
        -src/www/services_dnsmasq.php:
        -src/www/services_dnsmasq.php:
        -src/www/services_dnsmasq.php:
        -src/www/services_dnsmasq.php:
        -src/www/services_dnsmasq.php:

        -src/www/services_dnsmasq.php:

        -src/www/services_dnsmasq.php:
        -src/www/services_dnsmasq.php:

        -src/www/services_dnsmasq.php: -src/www/services_dnsmasq.php: -src/www/services_dnsmasq.php: -src/www/services_dnsmasq.php: -src/www/services_dnsmasq.php: -src/www/services_dnsmasq.php: -src/www/services_dnsmasq.php: " /> - -src/www/services_dnsmasq.php:
        -src/www/services_dnsmasq.php:
        -src/www/services_dnsmasq.php: " onclick="enable_change(true)" /> -src/www/services_dnsmasq.php:


        -src/www/services_dnsmasq.php:
        -src/www/services_dnsmasq.php: -src/www/services_dnsmasq.php: -src/www/services_dnsmasq.php: -src/www/services_dnsmasq.php: -src/www/services_dnsmasq.php: -src/www/services_dnsmasq.php: -src/www/services_dnsmasq.php: ')" class="btn btn-default btn-xs"> -src/www/services_dnsmasq.php: -src/www/services_dnsmasq.php:

        -src/www/services_dnsmasq.php: -src/www/services_dnsmasq.php: -src/www/services_dnsmasq.php:  ')" class="btn btn-default btn-xs"> -src/www/services_dnsmasq_domainoverride_edit.php: $reqdfieldsn = array(gettext("Domain"),gettext("IP address")); -src/www/services_dnsmasq_domainoverride_edit.php: $input_errors[] = gettext("A valid domain must be specified after _msdcs."); -src/www/services_dnsmasq_domainoverride_edit.php: $input_errors[] = gettext("A valid domain must be specified."); -src/www/services_dnsmasq_domainoverride_edit.php: $input_errors[] = gettext("A valid IP address must be specified, or # for an exclusion or ! to not forward at all."); -src/www/services_dnsmasq_domainoverride_edit.php: $input_errors[] = gettext("An interface IP address must be specified for the DNS query source."); -src/www/services_dnsmasq_domainoverride_edit.php:$pgtitle = array(gettext("Services"),gettext("DNS forwarder"),gettext("Edit Domain Override")); -src/www/services_dnsmasq_domainoverride_edit.php: -src/www/services_dnsmasq_domainoverride_edit.php:

        -src/www/services_dnsmasq_domainoverride_edit.php: mycompany.localdomain 1.168.192.in-addr.arpa
        -src/www/services_dnsmasq_domainoverride_edit.php: -src/www/services_dnsmasq_domainoverride_edit.php:

        -src/www/services_dnsmasq_domainoverride_edit.php: 192.168.100.100

        -src/www/services_dnsmasq_domainoverride_edit.php: -src/www/services_dnsmasq_domainoverride_edit.php:

        -src/www/services_dnsmasq_domainoverride_edit.php:
        -src/www/services_dnsmasq_domainoverride_edit.php: -src/www/services_dnsmasq_domainoverride_edit.php:
        " /> -src/www/services_dnsmasq_domainoverride_edit.php: " onclick="window.location.href=''" /> -src/www/services_dnsmasq_edit.php: $reqdfieldsn = array(gettext("Domain"),gettext("IP address")); -src/www/services_dnsmasq_edit.php: $input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); -src/www/services_dnsmasq_edit.php: $input_errors[] = gettext("A valid domain must be specified."); -src/www/services_dnsmasq_edit.php: $input_errors[] = gettext("A valid IP address must be specified."); -src/www/services_dnsmasq_edit.php: $aliasreqdfieldsn = array(gettext("Alias Domain")); -src/www/services_dnsmasq_edit.php: $input_errors[] = gettext("Hostnames in alias list can only contain the characters A-Z, 0-9 and '-'."); -src/www/services_dnsmasq_edit.php: $input_errors[] = gettext("A valid domain must be specified in alias list."); -src/www/services_dnsmasq_edit.php: $input_errors[] = gettext("This host/domain already exists."); -src/www/services_dnsmasq_edit.php:$pgtitle = array(gettext("Services"),gettext("DNS forwarder"),gettext("Edit host")); -src/www/services_dnsmasq_edit.php: -src/www/services_dnsmasq_edit.php: -src/www/services_dnsmasq_edit.php:
        -src/www/services_dnsmasq_edit.php: -src/www/services_dnsmasq_edit.php:

        -src/www/services_dnsmasq_edit.php:
        -src/www/services_dnsmasq_edit.php: -src/www/services_dnsmasq_edit.php:

        -src/www/services_dnsmasq_edit.php: 192.168.100.100 fd00:abcd::1
        -src/www/services_dnsmasq_edit.php: -src/www/services_dnsmasq_edit.php:

        -src/www/services_dnsmasq_edit.php: -src/www/services_dnsmasq_edit.php:
        -src/www/services_dnsmasq_edit.php:
        -src/www/services_dnsmasq_edit.php:
        -src/www/services_dnsmasq_edit.php: " /> -src/www/services_dnsmasq_edit.php: " /> -src/www/services_dnsmasq_edit.php: " onclick="window.location.href=''" /> -src/www/services_dyndns.php:$pgtitle = array(gettext("Services"), gettext("Dynamic DNS clients")); -src/www/services_dyndns.php: $tab_array[] = array(gettext("DynDns"), true, "services_dyndns.php"); -src/www/services_dyndns.php: $tab_array[] = array(gettext("RFC 2136"), false, "services_rfc2136.php"); -src/www/services_dyndns.php: -src/www/services_dyndns.php: -src/www/services_dyndns.php: -src/www/services_dyndns.php: -src/www/services_dyndns.php: -src/www/services_dyndns.php:  ')" class="btn btn-default btn-xs"> -src/www/services_dyndns.php:
        -src/www/services_dyndns.php:
        -src/www/services_dyndns.php:

        -src/www/services_dyndns_edit.php: $reqdfieldsn = array(gettext('Service type')); -src/www/services_dyndns_edit.php: $reqdfieldsn[] = gettext('Hostname'); -src/www/services_dyndns_edit.php: $reqdfieldsn[] = gettext('Username'); -src/www/services_dyndns_edit.php: $reqdfieldsn[] = gettext('Password'); -src/www/services_dyndns_edit.php: $reqdfieldsn[] = gettext('Update URL'); -src/www/services_dyndns_edit.php: $input_errors[] = gettext("The Hostname contains invalid characters."); -src/www/services_dyndns_edit.php: $input_errors[] = gettext("The MX contains invalid characters."); -src/www/services_dyndns_edit.php: $input_errors[] = gettext("The username contains invalid characters."); -src/www/services_dyndns_edit.php:$pgtitle = array(gettext("Services"),gettext("Dynamic DNS client")); -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: " /> -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php:
        -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php:
        -src/www/services_dyndns_edit.php:
        -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php:
        -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php:
        -src/www/services_dyndns_edit.php:
        -src/www/services_dyndns_edit.php:
        -src/www/services_dyndns_edit.php:
        -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php:
        -src/www/services_dyndns_edit.php:
        -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php:
        -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php:
        -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php:
        -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php:
        -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: " onclick="enable_change(true)" /> -src/www/services_dyndns_edit.php: -src/www/services_dyndns_edit.php: " onclick="enable_change(true)" /> -src/www/services_dyndns_edit.php:
        -src/www/services_dyndns_edit.php:
        gettext("add a new igmpentry"), 'href'=>'services_igmpproxy_edit.php'), -src/www/services_igmpproxy.php: " . gettext("You must apply the changes in order for them to take effect."));?> -src/www/services_igmpproxy.php: -src/www/services_igmpproxy.php: -src/www/services_igmpproxy.php: -src/www/services_igmpproxy.php: -src/www/services_igmpproxy.php: " class="btn btn-default btn-xs"> -src/www/services_igmpproxy.php: ')" title="" class="btn btn-default btn-xs"> -src/www/services_igmpproxy.php: " /> -src/www/services_igmpproxy.php:


        -src/www/services_igmpproxy_edit.php:$pgtitle = array(gettext("Firewall"),gettext("IGMP Proxy"), gettext("Edit")); -src/www/services_igmpproxy_edit.php: $input_errors[] = gettext("Only one 'upstream' interface can be configured."); -src/www/services_igmpproxy_edit.php: -src/www/services_igmpproxy_edit.php: -src/www/services_igmpproxy_edit.php: -src/www/services_igmpproxy_edit.php: -src/www/services_igmpproxy_edit.php: -src/www/services_igmpproxy_edit.php: -src/www/services_igmpproxy_edit.php: -src/www/services_igmpproxy_edit.php: upstream network interface is the outgoing interface which is". -src/www/services_igmpproxy_edit.php: -src/www/services_igmpproxy_edit.php:
        -src/www/services_igmpproxy_edit.php:
        -src/www/services_igmpproxy_edit.php:
        -src/www/services_igmpproxy_edit.php: " /> -src/www/services_igmpproxy_edit.php: " /> -src/www/services_ntpd.php:$pgtitle = array(gettext("Services"),gettext("NTP")); -src/www/services_ntpd.php: var newdiv = '" onclick="NewTimeServer(' + next + ')" alt="add" />\n'; -src/www/services_ntpd.php: $tab_array[] = array(gettext("NTP"), true, "services_ntpd.php"); -src/www/services_ntpd.php: $tab_array[] = array(gettext("Serial GPS"), false, "services_ntpd_gps.php"); -src/www/services_ntpd.php: $tab_array[] = array(gettext("PPS"), false, "services_ntpd_pps.php"); -src/www/services_ntpd.php: -src/www/services_ntpd.php:
        -src/www/services_ntpd.php:
        -src/www/services_ntpd.php:
        -src/www/services_ntpd.php: " onclick="NewTimeServer()" alt="add" /> -src/www/services_ntpd.php: -src/www/services_ntpd.php: prefer option indicates that NTP should favor the use of this server more than all others.'); ?> -src/www/services_ntpd.php: noselect option indicates that NTP should not use this server for time, but stats for this server will be collected and displayed.'); ?> -src/www/services_ntpd.php:
        -src/www/services_ntpd.php: -src/www/services_ntpd.php: -src/www/services_ntpd.php: ( System Logs > NTP"); ?>). -src/www/services_ntpd.php: -src/www/services_ntpd.php: -src/www/services_ntpd.php: " /> - -src/www/services_ntpd.php: -src/www/services_ntpd.php: -src/www/services_ntpd.php: -src/www/services_ntpd.php: -src/www/services_ntpd.php: " /> - -src/www/services_ntpd.php: -src/www/services_ntpd.php: -src/www/services_ntpd.php: -src/www/services_ntpd.php: -src/www/services_ntpd.php: -src/www/services_ntpd.php: -src/www/services_ntpd.php: -src/www/services_ntpd.php: " /> - -src/www/services_ntpd.php: -src/www/services_ntpd.php: -src/www/services_ntpd.php:
        -src/www/services_ntpd.php: , -src/www/services_ntpd.php: " /> -src/www/services_ntpd_gps.php:$pgtitle = array(gettext("Services"),gettext("NTP GPS")); -src/www/services_ntpd_gps.php: $tab_array[] = array(gettext("NTP"), false, "services_ntpd.php"); -src/www/services_ntpd_gps.php: $tab_array[] = array(gettext("Serial GPS"), true, "services_ntpd_gps.php"); -src/www/services_ntpd_gps.php: $tab_array[] = array(gettext("PPS"), false, "services_ntpd_pps.php"); -src/www/services_ntpd_gps.php: -src/www/services_ntpd_gps.php:
        NTP"); ?> -src/www/services_ntpd_gps.php: -src/www/services_ntpd_gps.php: -src/www/services_ntpd_gps.php: -src/www/services_ntpd_gps.php:
        -src/www/services_ntpd_gps.php: -src/www/services_ntpd_gps.php: -src/www/services_ntpd_gps.php:   -src/www/services_ntpd_gps.php: -src/www/services_ntpd_gps.php: -src/www/services_ntpd_gps.php: ()
        -src/www/services_ntpd_gps.php: (: 0.0). -src/www/services_ntpd_gps.php: ()
        -src/www/services_ntpd_gps.php: (: 0.0). -src/www/services_ntpd_gps.php:
        -src/www/services_ntpd_gps.php: (: 0). -src/www/services_ntpd_gps.php:
        -src/www/services_ntpd_gps.php: -src/www/services_ntpd_gps.php: -src/www/services_ntpd_gps.php: -src/www/services_ntpd_gps.php: -src/www/services_ntpd_gps.php: -src/www/services_ntpd_gps.php: -src/www/services_ntpd_gps.php: Note: enabling this will rapidly fill the log, but is useful for tuning Fudge time 2."); ?> -src/www/services_ntpd_gps.php:
        -src/www/services_ntpd_gps.php: (: GPS). -src/www/services_ntpd_gps.php: " /> - -src/www/services_ntpd_gps.php:

        -src/www/services_ntpd_gps.php: : -src/www/services_ntpd_gps.php:
        $*   -src/www/services_ntpd_gps.php: " />

        -src/www/services_ntpd_gps.php: " /> -src/www/services_ntpd_pps.php:$pgtitle = array(gettext("Services"),gettext("NTP PPS")); -src/www/services_ntpd_pps.php: $tab_array[] = array(gettext("NTP"), false, "services_ntpd.php"); -src/www/services_ntpd_pps.php: $tab_array[] = array(gettext("Serial GPS"), false, "services_ntpd_gps.php"); -src/www/services_ntpd_pps.php: $tab_array[] = array(gettext("PPS"), true, "services_ntpd_pps.php"); -src/www/services_ntpd_pps.php: -src/www/services_ntpd_pps.php: -src/www/services_ntpd_pps.php: -src/www/services_ntpd_pps.php: -src/www/services_ntpd_pps.php:
        : NTP"); ?> -src/www/services_ntpd_pps.php: -src/www/services_ntpd_pps.php: ()
        -src/www/services_ntpd_pps.php: (: 0.0). -src/www/services_ntpd_pps.php:
        -src/www/services_ntpd_pps.php: (: 0). -src/www/services_ntpd_pps.php:
        -src/www/services_ntpd_pps.php: -src/www/services_ntpd_pps.php: -src/www/services_ntpd_pps.php: -src/www/services_ntpd_pps.php:
        -src/www/services_ntpd_pps.php: (: PPS). -src/www/services_ntpd_pps.php: " /> -src/www/services_rfc2136.php:$pgtitle = array(gettext("Services"), gettext("RFC 2136 clients")); -src/www/services_rfc2136.php: $tab_array[] = array(gettext("DynDns"), false, "services_dyndns.php"); -src/www/services_rfc2136.php: $tab_array[] = array(gettext("RFC 2136"), true, "services_rfc2136.php"); -src/www/services_rfc2136.php: -src/www/services_rfc2136.php: -src/www/services_rfc2136.php: -src/www/services_rfc2136.php: -src/www/services_rfc2136.php: -src/www/services_rfc2136.php:  ')">delete -src/www/services_rfc2136_edit.php: $reqdfieldsn = array_merge($reqdfieldsn, array(gettext("Hostname"), gettext("TTL"), gettext("Key name"), gettext("Key"))); -src/www/services_rfc2136_edit.php: $input_errors[] = gettext("The DNS update host name contains invalid characters."); -src/www/services_rfc2136_edit.php: $input_errors[] = gettext("The DNS update TTL must be an integer."); -src/www/services_rfc2136_edit.php: $input_errors[] = gettext("The DNS update key name contains invalid characters."); -src/www/services_rfc2136_edit.php: write_config(gettext("New/Edited RFC2136 dnsupdate entry was posted.")); -src/www/services_rfc2136_edit.php: if ($_POST['Submit'] == gettext("Save & Force Update")) -src/www/services_rfc2136_edit.php:$pgtitle = array(gettext("Services"),gettext("RFC 2136 client"), gettext("Edit")); -src/www/services_rfc2136_edit.php: -src/www/services_rfc2136_edit.php: -src/www/services_rfc2136_edit.php: -src/www/services_rfc2136_edit.php: -src/www/services_rfc2136_edit.php: -src/www/services_rfc2136_edit.php: -src/www/services_rfc2136_edit.php: -src/www/services_rfc2136_edit.php: -src/www/services_rfc2136_edit.php: -src/www/services_rfc2136_edit.php: />   -src/www/services_rfc2136_edit.php: />   -src/www/services_rfc2136_edit.php: /> -src/www/services_rfc2136_edit.php: -src/www/services_rfc2136_edit.php: -src/www/services_rfc2136_edit.php: -src/www/services_rfc2136_edit.php: -src/www/services_rfc2136_edit.php: " /> -src/www/services_rfc2136_edit.php: -src/www/services_rfc2136_edit.php: -src/www/services_rfc2136_edit.php: " /> -src/www/services_rfc2136_edit.php: -src/www/services_rfc2136_edit.php: -src/www/services_rfc2136_edit.php: " onclick="enable_change(true)" /> -src/www/services_rfc2136_edit.php: " /> -src/www/services_rfc2136_edit.php: " onclick="enable_change(true)" /> -src/www/services_rfc2136_edit.php:
        -src/www/services_rfc2136_edit.php:
        " . gettext("The DHCPv6 Server can only be enabled on interfaces configured with static IP addresses") . ".

        " . -src/www/services_router_advertisements.php: "

        " . gettext("Only interfaces configured with a static IP will be shown") . ".

        "; -src/www/services_router_advertisements.php:$subnets_help = gettext("Subnets are specified in CIDR format. " . -src/www/services_router_advertisements.php: $input_errors[] = sprintf(gettext("An invalid subnet or alias was specified. [%s/%s]"), $address, $bits); -src/www/services_router_advertisements.php: $input_errors[] = gettext("A valid IPv6 address must be specified for the primary/secondary DNS servers."); -src/www/services_router_advertisements.php: $input_errors[] = gettext("A valid domain search list must be specified."); -src/www/services_router_advertisements.php:$pgtitle = array(gettext("Services"),gettext("Router advertisements")); -src/www/services_router_advertisements.php: $tab_array[] = array(gettext("DHCPv6 Server"), false, "services_dhcpv6.php?if={$if}"); -src/www/services_router_advertisements.php: $tab_array[] = array(gettext("Router Advertisements"), true, "services_router_advertisements.php?if={$if}"); -src/www/services_router_advertisements.php: -src/www/services_router_advertisements.php: -src/www/services_router_advertisements.php: -src/www/services_router_advertisements.php: -src/www/services_router_advertisements.php: -src/www/services_router_advertisements.php: -src/www/services_router_advertisements.php: -src/www/services_router_advertisements.php: -src/www/services_router_advertisements.php: -src/www/services_router_advertisements.php: "> -src/www/services_router_advertisements.php: " > + +src/www/firewall_aliases_edit.php +676 + + +src/www/firewall_aliases_edit.php +677 + + +src/www/firewall_aliases_edit.php +678 + + +src/www/firewall_aliases_edit.php +679 + + +src/www/firewall_aliases_edit.php +684 +
        + +src/www/firewall_aliases_edit.php +690 +
        + +src/www/firewall_aliases_edit.php +694 +
        + +src/www/firewall_aliases_edit.php +696 +
        + +src/www/firewall_aliases_edit.php +728 +
        " /> + +src/www/firewall_aliases_edit.php +749 +" /> + +src/www/firewall_aliases_edit.php +750 +" onclick="window.location.href=''" /> + +src/www/firewall_aliases_import.php +37 +$pgtitle = array(gettext("Firewall"),gettext("Aliases"),gettext("Bulk import")); + +src/www/firewall_aliases_import.php +55 +$reqdfieldsn = array(gettext("Name"),gettext("Aliases")); + +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, _."; + +src/www/firewall_aliases_import.php +64 +$input_errors[] = gettext("An alias with this name already exists."); + +src/www/firewall_aliases_import.php +70 +$input_errors[] = sprintf(gettext("Cannot use a reserved keyword as alias name %s"), $rk); + +src/www/firewall_aliases_import.php +75 +$input_errors[] = gettext("An interface description with this name already exists."); + +src/www/firewall_aliases_import.php +99 +$input_errors[] = sprintf(gettext("%s is not an IP address. Please correct the error to continue"), $impip); + +src/www/firewall_aliases_import.php +107 +$input_errors[] = gettext("Descriptions may not start or end with vertical bar (|) or contain double vertical bar ||."); + +src/www/firewall_aliases_import.php +116 +$input_errors[] = gettext("Descriptions must be less than 200 characters long."); + +src/www/firewall_aliases_import.php +165 +

        + +src/www/firewall_aliases_import.php +173 + + +src/www/firewall_aliases_import.php +178 + + +src/www/firewall_aliases_import.php +183 + + +src/www/firewall_aliases_import.php +188 +. + +src/www/firewall_aliases_import.php +193 + + +src/www/firewall_aliases_import.php +198 + + +src/www/firewall_aliases_import.php +200 + + +src/www/firewall_aliases_import.php +213 +" /> + +src/www/firewall_aliases_import.php +214 +" onclick="window.location.href=''" /> + +src/www/firewall_nat.php +155 +$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Port Forward")); + +src/www/firewall_nat.php +200 +" . gettext("You must apply the changes in order for them to take effect."));?>
        + +src/www/firewall_nat.php +208 +$tab_array[] = array(gettext("Port Forward"), true, "firewall_nat.php"); + +src/www/firewall_nat.php +209 +$tab_array[] = array(gettext("1 +1"), false, "firewall_nat_1to1.php"); + +src/www/firewall_nat.php +210 +$tab_array[] = array(gettext("Outbound"), false, "firewall_nat_out.php"); + +src/www/firewall_nat.php +211 +$tab_array[] = array(gettext("NPt"), false, "firewall_nat_npt.php"); + +src/www/firewall_nat.php +225 + + +src/www/firewall_nat.php +226 + + +src/www/firewall_nat.php +227 + + +src/www/firewall_nat.php +228 + + +src/www/firewall_nat.php +229 + + +src/www/firewall_nat.php +230 + + +src/www/firewall_nat.php +231 + + +src/www/firewall_nat.php +232 + + +src/www/firewall_nat.php +233 + + +src/www/firewall_nat.php +377 + + +src/www/firewall_nat.php +378 +" class="btn btn-default btn-xs"> + +src/www/firewall_nat.php +379 +" onclick="return confirm('')" class="btn btn-default btn-xs"> + +src/www/firewall_nat.php +381 +"> + +src/www/firewall_nat.php +391 + + +src/www/firewall_nat.php +395 +"> + +src/www/firewall_nat.php +397 + + +src/www/firewall_nat.php +399 +"> + +src/www/firewall_nat.php +407 + + +src/www/firewall_nat.php +411 + + +src/www/firewall_nat.php +419 +" onclick="return confirm('')" class="btn btn-primary" value="Delete selected rules"/> + +src/www/firewall_nat_1to1.php +133 +$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("1 +1")); + +src/www/firewall_nat_1to1.php +137 +array('label'=>gettext("add rule"), 'href'=>'firewall_nat_1to1_edit.php'), + +src/www/firewall_nat_1to1.php +155 +print_info_box_np(gettext("The NAT configuration has been changed.") . + +src/www/firewall_nat_1to1.php +157 +gettext("You must apply the changes in order for them to take effect.")); + +src/www/firewall_nat_1to1.php +164 +$tab_array[] = array(gettext("Port Forward"), false, "firewall_nat.php"); + +src/www/firewall_nat_1to1.php +165 +$tab_array[] = array(gettext("1 +1"), true, "firewall_nat_1to1.php"); + +src/www/firewall_nat_1to1.php +166 +$tab_array[] = array(gettext("Outbound"), false, "firewall_nat_out.php"); + +src/www/firewall_nat_1to1.php +167 +$tab_array[] = array(gettext("NPt"), false, "firewall_nat_npt.php"); + +src/www/firewall_nat_1to1.php +182 + + +src/www/firewall_nat_1to1.php +183 + + +src/www/firewall_nat_1to1.php +184 + + +src/www/firewall_nat_1to1.php +185 + + +src/www/firewall_nat_1to1.php +186 + + +src/www/firewall_nat_1to1.php +208 +" > + +src/www/firewall_nat_1to1.php +244 +title="" + +src/www/firewall_nat_1to1.php +247 +"> + +src/www/firewall_nat_1to1.php +248 +" onclick="return confirm('')" class="btn btn-default btn-xs"> + +src/www/firewall_nat_1to1.php +249 +" class="btn btn-default btn-xs"> + +src/www/firewall_nat_1to1.php +263 +" class="btn btn-default btn-xs"> + +src/www/firewall_nat_1to1.php +267 + + +src/www/firewall_nat_1to1.php +272 +" class="btn btn-default btn-xs"> + +src/www/firewall_nat_1to1.php +277 +" data-toggle="tooltip" data-placement="left" title="" class="btn btn-default btn-xs"> + +src/www/firewall_nat_1to1.php +281 + + +src/www/firewall_nat_1to1.php +291 +
        + +src/www/firewall_nat_1to1.php +292 + + +src/www/firewall_nat_1to1.php +293 +
        + +src/www/firewall_nat_1to1.php +294 + + +src/www/firewall_nat_1to1_edit.php +302 + + +src/www/firewall_nat_1to1_edit.php +305 +
        + +src/www/firewall_nat_1to1_edit.php +306 + + +src/www/firewall_nat_1to1_edit.php +310 + + +src/www/firewall_nat_1to1_edit.php +347 +.
        + +src/www/firewall_nat_1to1_edit.php +348 +.
        + +src/www/firewall_nat_1to1_edit.php +351 + + +src/www/firewall_nat_1to1_edit.php +356 + + +src/www/firewall_nat_1to1_edit.php +363 + + +src/www/firewall_nat_1to1_edit.php +366 + + +src/www/firewall_nat_1to1_edit.php +368 + + +src/www/firewall_nat_1to1_edit.php +373 +   + +src/www/firewall_nat_1to1_edit.php +379 + + +src/www/firewall_nat_1to1_edit.php +381 + + +src/www/firewall_nat_1to1_edit.php +383 + + +src/www/firewall_nat_1to1_edit.php +387 + + +src/www/firewall_nat_1to1_edit.php +392 + + +src/www/firewall_nat_1to1_edit.php +397 + + +src/www/firewall_nat_1to1_edit.php +404 + + +src/www/firewall_nat_1to1_edit.php +407 + + +src/www/firewall_nat_1to1_edit.php +417 +   + +src/www/firewall_nat_1to1_edit.php +441 + + +src/www/firewall_nat_1to1_edit.php +445 + + +src/www/firewall_nat_1to1_edit.php +448 + + +src/www/firewall_nat_1to1_edit.php +450 + + +src/www/firewall_nat_1to1_edit.php +455 +   + +src/www/firewall_nat_1to1_edit.php +460 + + +src/www/firewall_nat_1to1_edit.php +462 + + +src/www/firewall_nat_1to1_edit.php +465 + + +src/www/firewall_nat_1to1_edit.php +471 + + +src/www/firewall_nat_1to1_edit.php +478 + + +src/www/firewall_nat_1to1_edit.php +485 + + +src/www/firewall_nat_1to1_edit.php +494 + + +src/www/firewall_nat_1to1_edit.php +497 + + +src/www/firewall_nat_1to1_edit.php +507 +   + +src/www/firewall_nat_1to1_edit.php +532 +
        + +src/www/firewall_nat_1to1_edit.php +533 + + +src/www/firewall_nat_1to1_edit.php +538 + + +src/www/firewall_nat_1to1_edit.php +543 + + +src/www/firewall_nat_1to1_edit.php +548 + + +src/www/firewall_nat_1to1_edit.php +552 + + +src/www/firewall_nat_1to1_edit.php +555 + + +src/www/firewall_nat_1to1_edit.php +558 + + +src/www/firewall_nat_1to1_edit.php +566 +" /> + +src/www/firewall_nat_1to1_edit.php +567 +" onclick="window.location.href=''" /> + +src/www/firewall_nat_edit.php +109 +$input_errors[] = sprintf(gettext("Invalid characters detected %s. Please remove invalid characters and save again."), $temp); + +src/www/firewall_nat_edit.php +182 +$reqdfieldsn = array(gettext("Interface"),gettext("Protocol"),gettext("Destination port from"),gettext("Destination port to")); + +src/www/firewall_nat_edit.php +185 +$reqdfieldsn = array(gettext("Interface"),gettext("Protocol")); + +src/www/firewall_nat_edit.php +190 +$reqdfieldsn[] = gettext("Source address"); + +src/www/firewall_nat_edit.php +194 +$reqdfieldsn[] = gettext("Destination address"); + +src/www/firewall_nat_edit.php +198 +$reqdfieldsn[] = gettext("Redirect target IP"); + +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']); + +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']); + +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']); + +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']); + +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']); + +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']); + +src/www/firewall_nat_edit.php +239 +$input_errors[] = gettext("You must specify single host or alias for alias entries."); + +src/www/firewall_nat_edit.php +244 +$input_errors[] = sprintf(gettext("%s is not a valid source IP address or alias."), $_POST['src']); + +src/www/firewall_nat_edit.php +247 +$input_errors[] = gettext("A valid source bit count must be specified."); + +src/www/firewall_nat_edit.php +252 +$input_errors[] = sprintf(gettext("%s is not a valid destination IP address or alias."), $_POST['dst']); + +src/www/firewall_nat_edit.php +255 +$input_errors[] = gettext("A valid destination bit count must be specified."); + +src/www/firewall_nat_edit.php +274 +$input_errors[] = gettext("The target port range must be an integer between 1 and 65535."); + +src/www/firewall_nat_edit.php +295 +$input_errors[] = gettext("The destination port range overlaps with an existing entry."); + +src/www/firewall_nat_edit.php +407 +$filterent['created'] = make_config_revision_entry(null, gettext("NAT Port Forward")); + +src/www/firewall_nat_edit.php +442 +$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Port Forward"),gettext("Edit")); + +src/www/firewall_nat_edit.php +473 + + +src/www/firewall_nat_edit.php +480 + + +src/www/firewall_nat_edit.php +483 +
        + +src/www/firewall_nat_edit.php +484 + + +src/www/firewall_nat_edit.php +488 + + +src/www/firewall_nat_edit.php +491 + + +src/www/firewall_nat_edit.php +492 +
        + +src/www/firewall_nat_edit.php +496 + + +src/www/firewall_nat_edit.php +534 +
        + +src/www/firewall_nat_edit.php +535 +
        + +src/www/firewall_nat_edit.php +538 + + +src/www/firewall_nat_edit.php +544 +
          + +src/www/firewall_nat_edit.php +549 + + +src/www/firewall_nat_edit.php +551 +" /> - + +src/www/firewall_nat_edit.php +555 + + +src/www/firewall_nat_edit.php +558 + + +src/www/firewall_nat_edit.php +560 + + +src/www/firewall_nat_edit.php +565 +   + +src/www/firewall_nat_edit.php +570 + + +src/www/firewall_nat_edit.php +571 + + +src/www/firewall_nat_edit.php +572 + + +src/www/firewall_nat_edit.php +574 + + +src/www/firewall_nat_edit.php +577 + + +src/www/firewall_nat_edit.php +580 + + +src/www/firewall_nat_edit.php +585 + + +src/www/firewall_nat_edit.php +587 + + +src/www/firewall_nat_edit.php +595 +   + +src/www/firewall_nat_edit.php +617 + + +src/www/firewall_nat_edit.php +621 +   + +src/www/firewall_nat_edit.php +625 + + +src/www/firewall_nat_edit.php +626 + + +src/www/firewall_nat_edit.php +635 + + +src/www/firewall_nat_edit.php +638 + + +src/www/firewall_nat_edit.php +639 + + +src/www/firewall_nat_edit.php +649 +. .
        ''

        + +src/www/firewall_nat_edit.php +653 + + +src/www/firewall_nat_edit.php +656 + + +src/www/firewall_nat_edit.php +658 + + +src/www/firewall_nat_edit.php +663 +   + +src/www/firewall_nat_edit.php +668 + + +src/www/firewall_nat_edit.php +669 + + +src/www/firewall_nat_edit.php +670 + + +src/www/firewall_nat_edit.php +671 + + +src/www/firewall_nat_edit.php +673 + + +src/www/firewall_nat_edit.php +676 + + +src/www/firewall_nat_edit.php +679 + + +src/www/firewall_nat_edit.php +684 + + +src/www/firewall_nat_edit.php +686 + + +src/www/firewall_nat_edit.php +715 +   + +src/www/firewall_nat_edit.php +738 + + +src/www/firewall_nat_edit.php +742 +   + +src/www/firewall_nat_edit.php +745 + + +src/www/firewall_nat_edit.php +755 + + +src/www/firewall_nat_edit.php +758 + + +src/www/firewall_nat_edit.php +770 + + +src/www/firewall_nat_edit.php +772 + '' + +src/www/firewall_nat_edit.php +777 + + +src/www/firewall_nat_edit.php +780 +
        192.168.1.12 + +src/www/firewall_nat_edit.php +785 + + +src/www/firewall_nat_edit.php +788 + + +src/www/firewall_nat_edit.php +799 + + +src/www/firewall_nat_edit.php +806 + + +src/www/firewall_nat_edit.php +809 +
        + +src/www/firewall_nat_edit.php +816 + + +src/www/firewall_nat_edit.php +820 + + +src/www/firewall_nat_edit.php +823 + + +src/www/firewall_nat_edit.php +824 + + +src/www/firewall_nat_edit.php +825 + + +src/www/firewall_nat_edit.php +826 + + +src/www/firewall_nat_edit.php +832 + + +src/www/firewall_nat_edit.php +835 + + +src/www/firewall_nat_edit.php +836 + + +src/www/firewall_nat_edit.php +846 +$linkedrule = "
        " . gettext("View the filter rule") . "
        "; + +src/www/firewall_nat_edit.php +854 +echo "n"; + +src/www/firewall_nat_edit.php +863 + + +src/www/firewall_nat_edit.php +866 + + +src/www/firewall_nat_edit.php +867 + + +src/www/firewall_nat_edit.php +868 + + +src/www/firewall_nat_edit.php +869 + + +src/www/firewall_nat_edit.php +871 +

        + +src/www/firewall_nat_edit.php +887 + + +src/www/firewall_nat_edit.php +891 + + +src/www/firewall_nat_edit.php +893 + + +src/www/firewall_nat_edit.php +899 + + +src/www/firewall_nat_edit.php +901 + + +src/www/firewall_nat_edit.php +913 +" /> + +src/www/firewall_nat_edit.php +914 +" onclick="window.location.href=''" /> + +src/www/firewall_nat_npt.php +65 +$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("NPt")); + +src/www/firewall_nat_npt.php +85 +" . gettext("You must apply the changes in order for them to take effect."));?>
        + +src/www/firewall_nat_npt.php +92 +$tab_array[] = array(gettext("Port Forward"), false, "firewall_nat.php"); + +src/www/firewall_nat_npt.php +93 +$tab_array[] = array(gettext("1 +1"), false, "firewall_nat_1to1.php"); + +src/www/firewall_nat_npt.php +94 +$tab_array[] = array(gettext("Outbound"), false, "firewall_nat_out.php"); + +src/www/firewall_nat_npt.php +95 +$tab_array[] = array(gettext("NPt"), true, "firewall_nat_npt.php"); + +src/www/firewall_nat_npt.php +108 + + +src/www/firewall_nat_npt.php +109 + + +src/www/firewall_nat_npt.php +110 + + +src/www/firewall_nat_npt.php +111 + + +src/www/firewall_nat_npt.php +155 +" class="btn btn-default btn-xs">')" title="" alt="delete" class="btn btn-default btn-xs"> + +src/www/firewall_nat_npt_edit.php +94 +$reqdfieldsn = array(gettext("Interface")); + +src/www/firewall_nat_npt_edit.php +96 +$reqdfieldsn[] = gettext("Source prefix"); + +src/www/firewall_nat_npt_edit.php +98 +$reqdfieldsn[] = gettext("Destination prefix"); + +src/www/firewall_nat_npt_edit.php +134 +$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("NPt"),gettext("Edit")); + +src/www/firewall_nat_npt_edit.php +160 + + +src/www/firewall_nat_npt_edit.php +163 + + +src/www/firewall_nat_npt_edit.php +166 +
        + +src/www/firewall_nat_npt_edit.php +167 + + +src/www/firewall_nat_npt_edit.php +171 + + +src/www/firewall_nat_npt_edit.php +207 +.
        + +src/www/firewall_nat_npt_edit.php +208 +.
        + +src/www/firewall_nat_npt_edit.php +211 + + +src/www/firewall_nat_npt_edit.php +214 + + +src/www/firewall_nat_npt_edit.php +216 + + +src/www/firewall_nat_npt_edit.php +221 +   + +src/www/firewall_nat_npt_edit.php +241 + + +src/www/firewall_nat_npt_edit.php +250 + + +src/www/firewall_nat_npt_edit.php +252 + + +src/www/firewall_nat_npt_edit.php +257 +   + +src/www/firewall_nat_npt_edit.php +278 +
        + +src/www/firewall_nat_npt_edit.php +282 + + +src/www/firewall_nat_npt_edit.php +285 +
        " /> + +src/www/firewall_nat_npt_edit.php +292 +" onclick="window.location.href=''" /> + +src/www/firewall_nat_out.php +86 +$natent['descr'] .= sprintf(gettext(' - %1$s to %2$s'), + +src/www/firewall_nat_out.php +89 +$natent['created'] = make_config_revision_entry(null, gettext("Manual Outbound NAT Switch")); + +src/www/firewall_nat_out.php +108 +$savemsg = gettext("Default rules for each interface have been created."); + +src/www/firewall_nat_out.php +199 +$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Outbound")); + +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.")); + +src/www/firewall_nat_out.php +225 +$tab_array[] = array(gettext("Port Forward"), false, "firewall_nat.php"); + +src/www/firewall_nat_out.php +226 +$tab_array[] = array(gettext("1 +1"), false, "firewall_nat_1to1.php"); + +src/www/firewall_nat_out.php +227 +$tab_array[] = array(gettext("Outbound"), true, "firewall_nat_out.php"); + +src/www/firewall_nat_out.php +228 +$tab_array[] = array(gettext("NPt"), false, "firewall_nat_npt.php"); + +src/www/firewall_nat_out.php +237 + + +src/www/firewall_nat_out.php +247 +
        + +src/www/firewall_nat_out.php +248 + + +src/www/firewall_nat_out.php +256 +
        + +src/www/firewall_nat_out.php +257 + + +src/www/firewall_nat_out.php +268 +
        + +src/www/firewall_nat_out.php +269 + + +src/www/firewall_nat_out.php +277 +
        + +src/www/firewall_nat_out.php +278 + + +src/www/firewall_nat_out.php +285 +" /> + +src/www/firewall_nat_out.php +300 + + +src/www/firewall_nat_out.php +306 + + +src/www/firewall_nat_out.php +307 + + +src/www/firewall_nat_out.php +308 + + +src/www/firewall_nat_out.php +309 + + +src/www/firewall_nat_out.php +310 + + +src/www/firewall_nat_out.php +311 + + +src/www/firewall_nat_out.php +312 + + +src/www/firewall_nat_out.php +313 + + +src/www/firewall_nat_out.php +314 + + +src/www/firewall_nat_out.php +358 +" class=" "> + +src/www/firewall_nat_out.php +363 +" class="btn btn-default btn-xs "> + +src/www/firewall_nat_out.php +439 +echo gettext("YES"); + +src/www/firewall_nat_out.php +441 +echo gettext("NO"); + +src/www/firewall_nat_out.php +449 + + +src/www/firewall_nat_out.php +451 +" alt="edit" class="btn btn-default btn-xs"> + +src/www/firewall_nat_out.php +452 +')" title="" alt="delete" class="btn btn-default btn-xs"> + +src/www/firewall_nat_out.php +453 +" class="btn btn-default btn-xs"> + +src/www/firewall_nat_out.php +474 + + +src/www/firewall_nat_out.php +479 +" alt="add" class="btn btn-default btn-xs"> + +src/www/firewall_nat_out.php +484 +" class="btn btn-default btn-xs"> + +src/www/firewall_nat_out.php +488 + + +src/www/firewall_nat_out.php +506 + + +src/www/firewall_nat_out.php +510 + + +src/www/firewall_nat_out.php +511 + + +src/www/firewall_nat_out.php +512 + + +src/www/firewall_nat_out.php +513 + + +src/www/firewall_nat_out.php +514 + + +src/www/firewall_nat_out.php +515 + + +src/www/firewall_nat_out.php +516 + + +src/www/firewall_nat_out.php +517 + + +src/www/firewall_nat_out.php +518 + + +src/www/firewall_nat_out.php +529 +"> + +src/www/firewall_nat_out.php +591 +echo gettext("YES"); + +src/www/firewall_nat_out.php +593 +echo gettext("NO"); + +src/www/firewall_nat_out.php +608 +
        + +src/www/firewall_nat_out.php +609 + + +src/www/firewall_nat_out.php +621 + + +src/www/firewall_nat_out_edit.php +126 +$input_errors[] = sprintf(gettext("Invalid characters detected (%s). Please remove invalid characters and save again."),$temp); + +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")); + +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."); + +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."); + +src/www/firewall_nat_out_edit.php +157 +$input_errors[] = gettext("You must supply a valid port for the NAT port entry."); + +src/www/firewall_nat_out_edit.php +161 +$input_errors[] = gettext("A valid source must be specified."); + +src/www/firewall_nat_out_edit.php +165 +$input_errors[] = gettext("A valid source bit count must be specified."); + +src/www/firewall_nat_out_edit.php +169 +$input_errors[] = gettext("A valid destination must be specified."); + +src/www/firewall_nat_out_edit.php +173 +$input_errors[] = gettext("A valid destination bit count must be specified."); + +src/www/firewall_nat_out_edit.php +177 +$input_errors[] = gettext("Negating destination address of "any" is invalid."); + +src/www/firewall_nat_out_edit.php +182 +$input_errors[] = gettext("A valid target IP address must be specified."); + +src/www/firewall_nat_out_edit.php +187 +$input_errors[] = gettext("A valid target IP must be specified when using the 'Other Subnet' type."); + +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."); + +src/www/firewall_nat_out_edit.php +203 +$input_errors[] = gettext("Only Round Robin pool options may be chosen when selecting an alias."); + +src/www/firewall_nat_out_edit.php +328 +$pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Outbound"),gettext("Edit")); + +src/www/firewall_nat_out_edit.php +449 + + +src/www/firewall_nat_out_edit.php +456 + + +src/www/firewall_nat_out_edit.php +459 +
        + +src/www/firewall_nat_out_edit.php +460 + + +src/www/firewall_nat_out_edit.php +464 + + +src/www/firewall_nat_out_edit.php +467 + + +src/www/firewall_nat_out_edit.php +468 +
        + +src/www/firewall_nat_out_edit.php +472 + + +src/www/firewall_nat_out_edit.php +510 +
        + +src/www/firewall_nat_out_edit.php +511 + + +src/www/firewall_nat_out_edit.php +516 + + +src/www/firewall_nat_out_edit.php +528 +
        + +src/www/firewall_nat_out_edit.php +530 +printf(gettext("Hint +in most cases, you should specify %s any %s here."),""," "); + +src/www/firewall_nat_out_edit.php +536 + + +src/www/firewall_nat_out_edit.php +540 +   + +src/www/firewall_nat_out_edit.php +543 + + +src/www/firewall_nat_out_edit.php +544 + + +src/www/firewall_nat_out_edit.php +545 + + +src/www/firewall_nat_out_edit.php +550 +   + +src/www/firewall_nat_out_edit.php +575 + + +src/www/firewall_nat_out_edit.php +579 +   + +src/www/firewall_nat_out_edit.php +582 + + +src/www/firewall_nat_out_edit.php +589 + + +src/www/firewall_nat_out_edit.php +592 +
        + +src/www/firewall_nat_out_edit.php +593 +
        + +src/www/firewall_nat_out_edit.php +597 +   + +src/www/firewall_nat_out_edit.php +601 + + +src/www/firewall_nat_out_edit.php +604 + + +src/www/firewall_nat_out_edit.php +610 +   + +src/www/firewall_nat_out_edit.php +635 + + +src/www/firewall_nat_out_edit.php +639 +   + +src/www/firewall_nat_out_edit.php +642 + + +src/www/firewall_nat_out_edit.php +649 + + +src/www/firewall_nat_out_edit.php +653 +   + +src/www/firewall_nat_out_edit.php +657 + + +src/www/firewall_nat_out_edit.php +703 + + +src/www/firewall_nat_out_edit.php +710 +   + +src/www/firewall_nat_out_edit.php +728 +
        + +src/www/firewall_nat_out_edit.php +729 + + +src/www/firewall_nat_out_edit.php +732 + + +src/www/firewall_nat_out_edit.php +764 +
        + +src/www/firewall_nat_out_edit.php +765 +*
        + +src/www/firewall_nat_out_edit.php +766 +*
        + +src/www/firewall_nat_out_edit.php +767 +*
        + +src/www/firewall_nat_out_edit.php +768 +*
        + +src/www/firewall_nat_out_edit.php +769 +*
        + +src/www/firewall_nat_out_edit.php +774 +   + +src/www/firewall_nat_out_edit.php +782 + + +src/www/firewall_nat_out_edit.php +786 +   + +src/www/firewall_nat_out_edit.php +793 + + +src/www/firewall_nat_out_edit.php +796 + + +src/www/firewall_nat_out_edit.php +800 + + +src/www/firewall_nat_out_edit.php +804 + + +src/www/firewall_nat_out_edit.php +816 + + +src/www/firewall_nat_out_edit.php +822 + + +src/www/firewall_nat_out_edit.php +824 + + +src/www/firewall_nat_out_edit.php +833 + + +src/www/firewall_nat_out_edit.php +835 + + +src/www/firewall_nat_out_edit.php +847 +" /> + +src/www/firewall_nat_out_edit.php +848 +" onclick="window.location.href=''" /> + +src/www/firewall_rules.php +35 +$pgtitle = array(gettext("Firewall"),gettext("Rules")); + +src/www/firewall_rules.php +99 +$config = write_config(gettext("Drag and drop firewall rules ordering update.")); + +src/www/firewall_rules.php +117 +"" => gettext("any"), + +src/www/firewall_rules.php +118 +"echoreq" => gettext("Echo request"), + +src/www/firewall_rules.php +119 +"echorep" => gettext("Echo reply"), + +src/www/firewall_rules.php +120 +"unreach" => gettext("Destination unreachable"), + +src/www/firewall_rules.php +121 +"squench" => gettext("Source quench"), + +src/www/firewall_rules.php +122 +"redir" => gettext("Redirect"), + +src/www/firewall_rules.php +123 +"althost" => gettext("Alternate Host"), + +src/www/firewall_rules.php +124 +"routeradv" => gettext("Router advertisement"), + +src/www/firewall_rules.php +125 +"routersol" => gettext("Router solicitation"), + +src/www/firewall_rules.php +126 +"timex" => gettext("Time exceeded"), + +src/www/firewall_rules.php +127 +"paramprob" => gettext("Invalid IP header"), + +src/www/firewall_rules.php +128 +"timereq" => gettext("Timestamp"), + +src/www/firewall_rules.php +129 +"timerep" => gettext("Timestamp reply"), + +src/www/firewall_rules.php +130 +"inforeq" => gettext("Information request"), + +src/www/firewall_rules.php +131 +"inforep" => gettext("Information reply"), + +src/www/firewall_rules.php +132 +"maskreq" => gettext("Address mask request"), + +src/www/firewall_rules.php +133 +"maskrep" => gettext("Address mask reply") + +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"),"",""); + +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}"); + +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.")); + +src/www/firewall_rules.php +372 +$tab_array[] = array(gettext("Floating"), $active, "firewall_rules.php?if=FloatingRules"); + +src/www/firewall_rules.php +395 + + +src/www/firewall_rules.php +396 + + +src/www/firewall_rules.php +397 + + +src/www/firewall_rules.php +398 + + +src/www/firewall_rules.php +399 + + +src/www/firewall_rules.php +400 + + +src/www/firewall_rules.php +401 + + +src/www/firewall_rules.php +402 + + +src/www/firewall_rules.php +403 + + +src/www/firewall_rules.php +419 + + +src/www/firewall_rules.php +421 +" class="btn btn-default btn-xs"> + +src/www/firewall_rules.php +445 + + +src/www/firewall_rules.php +447 +" alt="move" class="btn btn-default btn-xs"> + +src/www/firewall_rules.php +448 +" class="btn btn-default btn-xs"> + +src/www/firewall_rules.php +450 +" width="17" height="17" border="0" alt="add" class="btn btn-default btn-xs"> + +src/www/firewall_rules.php +461 + + +src/www/firewall_rules.php +468 + + +src/www/firewall_rules.php +470 +" alt="move" class="btn btn-default btn-xs"> + +src/www/firewall_rules.php +472 +" class="btn btn-default btn-xs"> + +src/www/firewall_rules.php +474 +" width="17" height="17" border="0" alt="add" class="btn btn-default btn-xs"> + +src/www/firewall_rules.php +484 + + +src/www/firewall_rules.php +491 + + +src/www/firewall_rules.php +493 +" alt="move" class="btn btn-default btn-xs"> + +src/www/firewall_rules.php +495 +" class="btn btn-default btn-xs"> + +src/www/firewall_rules.php +497 +" width="17" height="17" border="0" alt="add" class="btn btn-default btn-xs"> + +src/www/firewall_rules.php +512 +$advanced_set = ""; + +src/www/firewall_rules.php +543 +" > + +src/www/firewall_rules.php +591 +$dayArray = array (gettext('Mon'),gettext('Tues'),gettext('Wed'),gettext('Thur'),gettext('Fri'),gettext('Sat'),gettext('Sun')); + +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')); + +src/www/firewall_rules.php +701 +$alttext = gettext("Traffic matching this rule is currently being denied"); + +src/www/firewall_rules.php +704 +$alttext = gettext("Traffic matching this rule is currently being allowed"); + +src/www/firewall_rules.php +712 +$alttext = gettext("This rule is not currently active because its period has expired"); + +src/www/firewall_rules.php +773 +echo gettext("none"); + +src/www/firewall_rules.php +785 + + +src/www/firewall_rules.php +786 +" class="btn btn-default btn-xs"> + +src/www/firewall_rules.php +788 +" onclick="return confirm('Do you really want to delete this rule?')" class="btn btn-default btn-xs"> + +src/www/firewall_rules.php +789 +" class="btn btn-default btn-xs"> + +src/www/firewall_rules.php +801 +

        + +src/www/firewall_rules.php +803 +
        + +src/www/firewall_rules.php +804 +

        + +src/www/firewall_rules.php +806 +
        + +src/www/firewall_rules.php +825 + + +src/www/firewall_rules.php +826 + + +src/www/firewall_rules.php +827 +" class="btn btn-default btn-xs"> + +src/www/firewall_rules.php +840 + + +src/www/firewall_rules.php +843 + + +src/www/firewall_rules.php +846 + + +src/www/firewall_rules.php +849 + + +src/www/firewall_rules.php +852 + + +src/www/firewall_rules.php +856 + + +src/www/firewall_rules.php +859 + + +src/www/firewall_rules.php +862 + + +src/www/firewall_rules.php +865 + + +src/www/firewall_rules.php +868 + + +src/www/firewall_rules.php +874 + + +src/www/firewall_rules.php +878 +
      • + +src/www/firewall_rules_edit.php +815 + + +src/www/firewall_rules_edit.php +829 +
        + +src/www/firewall_rules_edit.php +830 + + +src/www/firewall_rules_edit.php +835 + + +src/www/firewall_rules_edit.php +838 +
        + +src/www/firewall_rules_edit.php +839 + + +src/www/firewall_rules_edit.php +845 + + +src/www/firewall_rules_edit.php +849 +
        + +src/www/firewall_rules_edit.php +850 + + +src/www/firewall_rules_edit.php +857 + + +src/www/firewall_rules_edit.php +859 +
        + +src/www/firewall_rules_edit.php +860 +
        + +src/www/firewall_rules_edit.php +867 +echo "" . gettext("View the NAT rule") . "
        "; + +src/www/firewall_rules_edit.php +885 + + +src/www/firewall_rules_edit.php +926 + + +src/www/firewall_rules_edit.php +932 + + +src/www/firewall_rules_edit.php +950 + + +src/www/firewall_rules_edit.php +962 +
        + +src/www/firewall_rules_edit.php +966 + + +src/www/firewall_rules_edit.php +976 +
        TCP  
        + +src/www/firewall_rules_edit.php +980 + + +src/www/firewall_rules_edit.php +985 +"" => gettext("any"), + +src/www/firewall_rules_edit.php +986 +"echoreq" => gettext("Echo request"), + +src/www/firewall_rules_edit.php +987 +"echorep" => gettext("Echo reply"), + +src/www/firewall_rules_edit.php +988 +"unreach" => gettext("Destination unreachable"), + +src/www/firewall_rules_edit.php +989 +"squench" => gettext("Source quench"), + +src/www/firewall_rules_edit.php +990 +"redir" => gettext("Redirect"), + +src/www/firewall_rules_edit.php +991 +"althost" => gettext("Alternate Host"), + +src/www/firewall_rules_edit.php +992 +"routeradv" => gettext("Router advertisement"), + +src/www/firewall_rules_edit.php +993 +"routersol" => gettext("Router solicitation"), + +src/www/firewall_rules_edit.php +994 +"timex" => gettext("Time exceeded"), + +src/www/firewall_rules_edit.php +995 +"paramprob" => gettext("Invalid IP header"), + +src/www/firewall_rules_edit.php +996 +"timereq" => gettext("Timestamp"), + +src/www/firewall_rules_edit.php +997 +"timerep" => gettext("Timestamp reply"), + +src/www/firewall_rules_edit.php +998 +"inforeq" => gettext("Information request"), + +src/www/firewall_rules_edit.php +999 +"inforep" => gettext("Information reply"), + +src/www/firewall_rules_edit.php +1000 +"maskreq" => gettext("Address mask request"), + +src/www/firewall_rules_edit.php +1001 +"maskrep" => gettext("Address mask reply") + +src/www/firewall_rules_edit.php +1009 + + +src/www/firewall_rules_edit.php +1013 + + +src/www/firewall_rules_edit.php +1016 + + +src/www/firewall_rules_edit.php +1018 + + +src/www/firewall_rules_edit.php +1023 +   + +src/www/firewall_rules_edit.php +1028 + + +src/www/firewall_rules_edit.php +1035 +> + +src/www/firewall_rules_edit.php +1036 + + +src/www/firewall_rules_edit.php +1038 + + +src/www/firewall_rules_edit.php +1041 + + +src/www/firewall_rules_edit.php +1044 + + +src/www/firewall_rules_edit.php +1047 + + +src/www/firewall_rules_edit.php +1052 + + +src/www/firewall_rules_edit.php +1054 + + +src/www/firewall_rules_edit.php +1062 +   + +src/www/firewall_rules_edit.php +1075 + type="button" onclick="show_source_port_range()" class="btn btn-default" value="" /> - + +src/www/firewall_rules_edit.php +1081 + + +src/www/firewall_rules_edit.php +1085 +   + +src/www/firewall_rules_edit.php +1088 + + +src/www/firewall_rules_edit.php +1089 + + +src/www/firewall_rules_edit.php +1098 + + +src/www/firewall_rules_edit.php +1101 + + +src/www/firewall_rules_edit.php +1102 + + +src/www/firewall_rules_edit.php +1112 + "").

        + +src/www/firewall_rules_edit.php +1116 + + +src/www/firewall_rules_edit.php +1119 + + +src/www/firewall_rules_edit.php +1121 + + +src/www/firewall_rules_edit.php +1126 +   + +src/www/firewall_rules_edit.php +1131 + + +src/www/firewall_rules_edit.php +1138 +> + +src/www/firewall_rules_edit.php +1139 + + +src/www/firewall_rules_edit.php +1140 + + +src/www/firewall_rules_edit.php +1142 + + +src/www/firewall_rules_edit.php +1145 + + +src/www/firewall_rules_edit.php +1148 + + +src/www/firewall_rules_edit.php +1153 + + +src/www/firewall_rules_edit.php +1155 + + +src/www/firewall_rules_edit.php +1163 +   + +src/www/firewall_rules_edit.php +1180 + + +src/www/firewall_rules_edit.php +1184 +   + +src/www/firewall_rules_edit.php +1187 + + +src/www/firewall_rules_edit.php +1188 + + +src/www/firewall_rules_edit.php +1197 + + +src/www/firewall_rules_edit.php +1200 + + +src/www/firewall_rules_edit.php +1201 + + +src/www/firewall_rules_edit.php +1212 + + +src/www/firewall_rules_edit.php +1214 + + +src/www/firewall_rules_edit.php +1219 + + +src/www/firewall_rules_edit.php +1222 + + +src/www/firewall_rules_edit.php +1224 + ( ). + +src/www/firewall_rules_edit.php +1228 + + +src/www/firewall_rules_edit.php +1232 + + +src/www/firewall_rules_edit.php +1240 +" /> + +src/www/firewall_rules_edit.php +1241 +" onclick="window.location.href=''" /> + +src/www/firewall_rules_edit.php +1254 + + +src/www/firewall_rules_edit.php +1257 + + +src/www/firewall_rules_edit.php +1260 +" /> - + +src/www/firewall_rules_edit.php +1263 +  + +src/www/firewall_rules_edit.php +1274 + + +src/www/firewall_rules_edit.php +1279 + + +src/www/firewall_rules_edit.php +1282 +" /> - + +src/www/firewall_rules_edit.php +1295 + + +src/www/firewall_rules_edit.php +1298 +" /> - + +src/www/firewall_rules_edit.php +1302 +
        + +src/www/firewall_rules_edit.php +1305 +
        + +src/www/firewall_rules_edit.php +1308 +
        + +src/www/firewall_rules_edit.php +1311 +
        + +src/www/firewall_rules_edit.php +1313 +

        + +src/www/firewall_rules_edit.php +1314 +

        + +src/www/firewall_rules_edit.php +1315 +

        + +src/www/firewall_rules_edit.php +1316 +

        + +src/www/firewall_rules_edit.php +1325 + + +src/www/firewall_rules_edit.php +1328 + + +src/www/firewall_rules_edit.php +1330 +

        + +src/www/firewall_rules_edit.php +1335 + + +src/www/firewall_rules_edit.php +1338 +" /> - + +src/www/firewall_rules_edit.php +1367 + />
      • + +src/www/firewall_rules_edit.php +1369 + + +src/www/firewall_rules_edit.php +1378 +" /> - + +src/www/firewall_rules_edit.php +1384 +
        + +src/www/firewall_rules_edit.php +1387 + + +src/www/firewall_rules_edit.php +1388 + + +src/www/firewall_rules_edit.php +1389 + + +src/www/firewall_rules_edit.php +1390 + + +src/www/firewall_rules_edit.php +1393 + + +src/www/firewall_rules_edit.php +1396 +
        + +src/www/firewall_rules_edit.php +1397 +
        + +src/www/firewall_rules_edit.php +1398 +
        + +src/www/firewall_rules_edit.php +1399 +
        + +src/www/firewall_rules_edit.php +1405 + + +src/www/firewall_rules_edit.php +1408 +" /> - + +src/www/firewall_rules_edit.php +1412 + + +src/www/firewall_rules_edit.php +1417 + + +src/www/firewall_rules_edit.php +1420 +" /> - + +src/www/firewall_rules_edit.php +1452 +

        + +src/www/firewall_rules_edit.php +1456 +

        + +src/www/firewall_rules_edit.php +1472 + + +src/www/firewall_rules_edit.php +1475 +" /> - + +src/www/firewall_rules_edit.php +1494 +

        + +src/www/firewall_rules_edit.php +1499 + + +src/www/firewall_rules_edit.php +1502 +" /> - + +src/www/firewall_rules_edit.php +1506 + + +src/www/firewall_rules_edit.php +1543 +

        + +src/www/firewall_rules_edit.php +1548 + + +src/www/firewall_rules_edit.php +1551 +" /> - + +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.");?>
        + +src/www/firewall_rules_edit.php +1598 + + +src/www/firewall_rules_edit.php +1601 +" /> - + +src/www/firewall_rules_edit.php +1648 + + +src/www/firewall_rules_edit.php +1653 + + +src/www/firewall_rules_edit.php +1656 +" /> - + +src/www/firewall_rules_edit.php +1676 + + +src/www/firewall_rules_edit.php +1697 + + +src/www/firewall_rules_edit.php +1699 + + +src/www/firewall_rules_edit.php +1705 + + +src/www/firewall_rules_edit.php +1707 + + +src/www/firewall_rules_edit.php +1716 +" /> + +src/www/firewall_rules_edit.php +1717 +" onclick="window.location.href=''" /> + +src/www/firewall_schedule.php +30 +$dayArray = array (gettext('Mon'),gettext('Tues'),gettext('Wed'),gettext('Thur'),gettext('Fri'),gettext('Sat'),gettext('Sun')); + +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')); + +src/www/firewall_schedule.php +37 +$pgtitle = array(gettext("Firewall"),gettext("Schedules")); + +src/www/firewall_schedule.php +64 +$savemsg = sprintf(gettext("Cannot delete Schedule. Currently in use by %s"),$referenced_by); + +src/www/firewall_schedule.php +105 + + +src/www/firewall_schedule.php +106 + + +src/www/firewall_schedule.php +107 + + +src/www/firewall_schedule.php +121 + " width="17" height="17" border="0" alt="schedule" /> + +src/www/firewall_schedule.php +226 +" class="btn btn-default btn-xs"> + +src/www/firewall_schedule.php +227 +" class="btn btn-default btn-xs"> + +src/www/firewall_schedule.php +237 +


        + +src/www/firewall_schedule_edit.php +48 +$pgtitle = array(gettext("Firewall"),gettext("Schedules"),gettext("Edit")); + +src/www/firewall_schedule_edit.php +52 +$dayArray = array (gettext('Mon'),gettext('Tues'),gettext('Wed'),gettext('Thur'),gettext('Fri'),gettext('Sat'),gettext('Sun')); + +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')); + +src/www/firewall_schedule_edit.php +76 +$input_errors[] = gettext("Schedule may not be named LAN."); + +src/www/firewall_schedule_edit.php +78 +$input_errors[] = gettext("Schedule may not be named WAN."); + +src/www/firewall_schedule_edit.php +80 +$input_errors[] = gettext("Schedule name cannot be blank."); + +src/www/firewall_schedule_edit.php +84 +$input_errors[] = gettext("Reserved word used for schedule name."); + +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"); + +src/www/firewall_schedule_edit.php +96 +$input_errors[] = gettext("A Schedule with this name already exists."); + +src/www/firewall_schedule_edit.php +109 +$input_errors[] = sprintf(gettext("Invalid start time - '%s'"), $_POST['starttime' . $x]); + +src/www/firewall_schedule_edit.php +113 +$input_errors[] = sprintf(gettext("Invalid stop time - '%s'"), $_POST['stoptime' . $x]); + +src/www/firewall_schedule_edit.php +161 +$input_errors[] = gettext("The schedule must have at least one time range configured."); + +src/www/firewall_schedule_edit.php +777 +

        + +src/www/firewall_schedule_edit.php +788 + + +src/www/firewall_schedule_edit.php +794 + + +src/www/firewall_schedule_edit.php +799 + + +src/www/firewall_schedule_edit.php +805 + + +src/www/firewall_schedule_edit.php +808 + + +src/www/firewall_schedule_edit.php +816 + + +src/www/firewall_schedule_edit.php +858 + + +src/www/firewall_schedule_edit.php +859 + + +src/www/firewall_schedule_edit.php +860 + + +src/www/firewall_schedule_edit.php +861 + + +src/www/firewall_schedule_edit.php +862 + + +src/www/firewall_schedule_edit.php +863 + + +src/www/firewall_schedule_edit.php +864 + + +src/www/firewall_schedule_edit.php +921 + + +src/www/firewall_schedule_edit.php +925 + + +src/www/firewall_schedule_edit.php +929 + + +src/www/firewall_schedule_edit.php +942 +    + +src/www/firewall_schedule_edit.php +949 +  + +src/www/firewall_schedule_edit.php +967 +    + +src/www/firewall_schedule_edit.php +974 +  + +src/www/firewall_schedule_edit.php +978 + + +src/www/firewall_schedule_edit.php +982 + + +src/www/firewall_schedule_edit.php +985 + + +src/www/firewall_schedule_edit.php +992 +" class="btn btn-default" onclick="javascript +processEntries();" />    + +src/www/firewall_schedule_edit.php +993 +" class="btn btn-default" onclick="javascript +clearCalendar(); clearTime(); clearDescr();" /> + +src/www/firewall_schedule_edit.php +1005 + + +src/www/firewall_schedule_edit.php +1010 + + +src/www/firewall_schedule_edit.php +1015 + + +src/www/firewall_schedule_edit.php +1016 + + +src/www/firewall_schedule_edit.php +1017 + + +src/www/firewall_schedule_edit.php +1018 + + +src/www/firewall_schedule_edit.php +1177 +" /> + +src/www/firewall_schedule_edit.php +1178 +" onclick="window.location.href=''" /> + +src/www/firewall_shaper.php +42 +$pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper")); + +src/www/firewall_shaper.php +119 +$savemsg = gettext("Unable to write config.xml (Access Denied?)"); + +src/www/firewall_shaper.php +148 +$input_errors[] = gettext("Could not create new queue/discipline!"); + +src/www/firewall_shaper.php +164 +$input_errors[] = gettext("Queue not found!"); + +src/www/firewall_shaper.php +173 +$input_errors[] = gettext("Queue not found!"); + +src/www/firewall_shaper.php +182 +$input_errors[] = gettext("Queue not found!"); + +src/www/firewall_shaper.php +259 +$input_errors[] = gettext("Could not add new queue."); + +src/www/firewall_shaper.php +335 +$output_form .= "
        " . gettext("Queue Actions") . "
        "; + +src/www/firewall_shaper.php +338 +$output_form .= ""; + +src/www/firewall_shaper.php +346 +$output_form .= ""; + +src/www/firewall_shaper.php +357 +$output_form .= " value="" . gettext("Delete this queue") . "" />"; + +src/www/firewall_shaper.php +359 +$output_form .= " value="" . gettext("Disable shaper on interface") . "" />"; + +src/www/firewall_shaper.php +398 +".gettext("You must apply the changes in order for them to take effect."));?>
        + +src/www/firewall_shaper.php +406 +$tab_array[0] = array(gettext("By Interface"), true, "firewall_shaper.php"); + +src/www/firewall_shaper.php +407 +$tab_array[1] = array(gettext("By Queue"), false, "firewall_shaper_queues.php"); + +src/www/firewall_shaper.php +408 +$tab_array[2] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); + +src/www/firewall_shaper.php +409 +$tab_array[3] = array(gettext("Layer7"), false, "firewall_shaper_layer7.php"); + +src/www/firewall_shaper.php +410 +$tab_array[4] = array(gettext("Wizards"), false, "firewall_shaper_wizards.php"); + +src/www/firewall_shaper.php +426 +" class="btn btn-primary" /> + +src/www/firewall_shaper_layer7.php +47 +$pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper"), gettext("Layer7")); + +src/www/firewall_shaper_layer7.php +53 +$default_layer7shaper_msg .= "
        " . gettext("Note") . " +
        "; + +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") . ".

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

        + +src/www/firewall_shaper_layer7.php +408 +$tab_array[0] = array(gettext("By Interface"), false, "firewall_shaper.php"); + +src/www/firewall_shaper_layer7.php +409 +$tab_array[1] = array(gettext("By Queue"), false, "firewall_shaper_queues.php"); + +src/www/firewall_shaper_layer7.php +410 +$tab_array[2] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); + +src/www/firewall_shaper_layer7.php +411 +$tab_array[3] = array(gettext("Layer7"), true, "firewall_shaper_layer7.php"); + +src/www/firewall_shaper_layer7.php +412 +$tab_array[4] = array(gettext("Wizards"), false, "firewall_shaper_wizards.php"); + +src/www/firewall_shaper_layer7.php +449 + + +src/www/firewall_shaper_layer7.php +461 + + +src/www/firewall_shaper_layer7.php +470 + + +src/www/firewall_shaper_layer7.php +477 + + +src/www/firewall_shaper_layer7.php +484 + + +src/www/firewall_shaper_layer7.php +565 +" /> + +src/www/firewall_shaper_layer7.php +567 +" /> + +src/www/firewall_shaper_layer7.php +571 +" /> + +src/www/firewall_shaper_queues.php +160 +$pgtitle = gettext("Firewall +Shaper +By Queues View"); + +src/www/firewall_shaper_queues.php +183 +" . gettext("You must apply the changes in order for them to take effect."));?>

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

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

        + +src/www/firewall_shaper_wizards.php +94 +$tab_array[0] = array(gettext("By Interface"), false, "firewall_shaper.php"); + +src/www/firewall_shaper_wizards.php +95 +$tab_array[1] = array(gettext("By Queue"), false, "firewall_shaper_queues.php"); + +src/www/firewall_shaper_wizards.php +96 +$tab_array[2] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); + +src/www/firewall_shaper_wizards.php +97 +$tab_array[3] = array(gettext("Layer7"), false, "firewall_shaper_layer7.php"); + +src/www/firewall_shaper_wizards.php +98 +$tab_array[4] = array(gettext("Wizards"), true, "firewall_shaper_wizards.php"); + +src/www/firewall_shaper_wizards.php +112 + + +src/www/firewall_shaper_wizards.php +113 + + +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."); + +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."); + +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']}."; + +src/www/firewall_virtual_ip.php +178 +$pgtitle = array(gettext("Firewall"),gettext("Virtual IP Addresses")); + +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.")); + +src/www/firewall_virtual_ip.php +210 +$tab_array[] = array(gettext("Virtual IPs"), true, "firewall_virtual_ip.php"); + +src/www/firewall_virtual_ip.php +211 +$tab_array[] = array(gettext("CARP Settings"), false, "system_hasync.php"); + +src/www/firewall_virtual_ip.php +226 + + +src/www/firewall_virtual_ip.php +227 + + +src/www/firewall_virtual_ip.php +228 + + +src/www/firewall_virtual_ip.php +229 + + +src/www/firewall_virtual_ip.php +264 +"> + +src/www/firewall_virtual_ip.php +266 +')"> + +src/www/firewall_virtual_ip.php +278 +


        + +src/www/firewall_virtual_ip.php +279 +

        + +src/www/firewall_virtual_ip.php +280 +.

        + +src/www/firewall_virtual_ip_edit.php +88 +$reqdfieldsn = array(gettext("Type")); + +src/www/firewall_virtual_ip_edit.php +97 +$input_errors[] = gettext("A valid IP address must be specified."); + +src/www/firewall_virtual_ip_edit.php +111 +$input_errors[] = gettext("This IP address is being used by another interface or VIP."); + +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."); + +src/www/firewall_virtual_ip_edit.php +134 +$input_errors[] = gettext("You cannot use the network address for this VIP"); + +src/www/firewall_virtual_ip_edit.php +136 +$input_errors[] = gettext("You cannot use the broadcast address for this VIP"); + +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'])); + +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."); + +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); + +src/www/firewall_virtual_ip_edit.php +169 +$input_errors[] = gettext("For this type of vip localhost is not allowed."); + +src/www/firewall_virtual_ip_edit.php +171 +$input_errors[] = gettext("For this type of vip localhost is not allowed."); + +src/www/firewall_virtual_ip_edit.php +240 +$pgtitle = array(gettext("Firewall"),gettext("Virtual IP Address"),gettext("Edit")); + +src/www/firewall_virtual_ip_edit.php +268 +var carpnote = document.createTextNode(""); + +src/www/firewall_virtual_ip_edit.php +269 +var proxyarpnote = document.createTextNode(""); + +src/www/firewall_virtual_ip_edit.php +270 +var ipaliasnote = document.createTextNode(""); + +src/www/firewall_virtual_ip_edit.php +342 +

        + +src/www/firewall_virtual_ip_edit.php +352 + + +src/www/firewall_virtual_ip_edit.php +355 + /> + +src/www/firewall_virtual_ip_edit.php +357 + /> + +src/www/firewall_virtual_ip_edit.php +359 + /> + +src/www/firewall_virtual_ip_edit.php +361 + /> + +src/www/firewall_virtual_ip_edit.php +365 + + +src/www/firewall_virtual_ip_edit.php +380 + + +src/www/firewall_virtual_ip_edit.php +384 +   + +src/www/firewall_virtual_ip_edit.php +387 + + +src/www/firewall_virtual_ip_edit.php +389 + + +src/www/firewall_virtual_ip_edit.php +395 +   + +src/www/firewall_virtual_ip_edit.php +407 +   + +src/www/firewall_virtual_ip_edit.php +427 + + +src/www/firewall_virtual_ip_edit.php +429 +
        + +src/www/firewall_virtual_ip_edit.php +433 + + +src/www/firewall_virtual_ip_edit.php +441 +
        + +src/www/firewall_virtual_ip_edit.php +445 + + +src/www/firewall_virtual_ip_edit.php +462 + + +src/www/firewall_virtual_ip_edit.php +466 + + +src/www/firewall_virtual_ip_edit.php +469 +
        + +src/www/firewall_virtual_ip_edit.php +474 +" /> + +src/www/firewall_virtual_ip_edit.php +475 +" onclick="window.location.href=''" /> + +src/www/firewall_virtual_ip_edit.php +486 +
        + +src/www/firewall_virtual_ip_edit.php +488 + + +src/www/firewall_virtual_ip_edit.php +489 +

        . + +src/www/foot.inc +25 + + +src/www/graph.php +104 +> + +src/www/graph.php +105 +> + +src/www/graph.php +109 +> + +src/www/graph.php +110 +> () + +src/www/graph.php +113 +> + +src/www/graph.php +116 + text-anchor="middle">... + +src/www/graph.php +128 +throw ''; + +src/www/graph.php +135 +throw ''; + +src/www/graph.php +151 +throw ''; + +src/www/graph.php +188 +SVGDoc.getElementById('switch_unit').firstChild.data = ' ' + unit + '/s'; + +src/www/graph.php +194 +scale_type = (scale_type == 'up') ? '' +''; + +src/www/graph.php +355 +return Math.round(speed / 125) + " "; + +src/www/graph.php +357 +return Math.round(speed / 1250)/100 + " "; + +src/www/graph.php +359 +return Math.round(speed / 1250000)/100 + " "; /* wow! */ + +src/www/graph.php +365 +return Math.round(speed / 10.24)/100 + " "; + +src/www/graph.php +367 +return Math.round(speed / 10485.76)/100 + " "; + +src/www/graph.php +369 +return Math.round(speed / 10737418.24)/100 + " "; /* wow! */ + +src/www/graph_cpu.php +71 + text-anchor="middle"> + +src/www/graph_cpu.php +72 + text-anchor="middle">... + +src/www/graph_cpu.php +84 +throw ''; + +src/www/graph_cpu.php +91 +throw ''; + +src/www/graph_cpu.php +107 +throw ''; + +src/www/guiconfig.inc +248 +$input_errors[] = sprintf(gettext("The field %s contains invalid characters."), $pn); + +src/www/guiconfig.inc +254 +$input_errors[] = sprintf(gettext("The field %s is required."), $reqdfieldsn[$i]); + +src/www/guiconfig.inc +266 +echo "

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

        n
          "; + +src/www/guiconfig.inc +285 +$value = gettext("Apply changes"); + +src/www/guiconfig.inc +292 +if(stristr($msg, gettext("apply")) != false || stristr($msg, gettext("save")) != false || stristr($msg, gettext("create")) != false || $showapply) { + +src/www/guiconfig.inc +334 +$savebutton .= ""; + +src/www/guiconfig.inc +357 +$savebutton = ""; + +src/www/guiconfig.inc +385 +$to_return = gettext("The changes have been applied successfully."); + +src/www/guiconfig.inc +390 +$to_return .= "
          " . gettext("You can also monitor the filter reload progress."); + +src/www/guiconfig.inc +942 +echo "

          ".gettext("Currently viewing +")."

          "; + +src/www/guiconfig.inc +1001 +$close_title="title='".gettext('move mouse out this alias to hide')."'"; + +src/www/guiconfig.inc +1041 +$alias_objects_with_details .= " ". gettext("listing only first 10k items") . ""; + +src/www/guiconfig.inc +1065 +$alias_caption = "{$alias_descr_substr} - {$counter} {$item_text}  edit "; + +src/www/guiconfig.inc +1076 +//$loading_image="loader " .gettext("loading...").""; + +src/www/guiconfig.inc +1088 +//$span_begin = ""; + +src/www/halt.php +35 +$pgtitle = array(gettext("Diagnostics"),gettext("Halt system")); + +src/www/halt.php +47 + + +src/www/halt.php +56 +

          + +src/www/halt.php +59 +" /> + +src/www/halt.php +60 + + +src/www/headjs.php +131 +message_html += ''; + +src/www/index.php +123 +write_config(gettext("Widget configuration has been changed.")); + +src/www/index.php +397 +$pgtitle = array(gettext("Status +Dashboard")); + +src/www/index.php +426 +

          !

          + +src/www/index.php +442 +echo sprintf(gettext("Welcome to %s!n"),$g['product_name']) . "

          "; + +src/www/index.php +443 +echo gettext("One moment while we start the initial setup wizard.") . "

          n"; + +src/www/index.php +444 +echo gettext("Embedded platform users +Please be patient, the wizard takes a little longer to run than the normal GUI.") . "

          n"; + +src/www/index.php +445 +echo sprintf(gettext("To bypass the wizard, click on the %s logo on the initial page."),$g['product_name']) . "n"; + +src/www/index.php +618 + + +src/www/interfaces.php +233 +$input_errors[] = sprintf(gettext("Sorry, an alias with the name %s already exists."),$wancfg['descr']); + +src/www/interfaces.php +401 +$intput_errors[] = gettext("You have already applied your settings!"); + +src/www/interfaces.php +486 +$input_errors[] = gettext("An interface with the specified description already exists."); + +src/www/interfaces.php +492 +$input_errors[] = gettext("The DHCP Server is active on this interface and it can be used only with a static IP configuration. Please disable the DHCP Server service on this interface first, then change the interface configuration."); + +src/www/interfaces.php +494 +$input_errors[] = gettext("The DHCP6 Server is active on this interface and it can be used only with a static IPv6 configuration. Please disable the DHCPv6 Server service on this interface first, then change the interface configuration."); + +src/www/interfaces.php +499 +$reqdfieldsn = array(gettext("IPv4 address"),gettext("Subnet bit count"),gettext("Gateway")); + +src/www/interfaces.php +506 +$input_errors[] = gettext("This interface is referenced by IPv4 VIPs. Please delete those before setting the interface to 'none' configuration."); + +src/www/interfaces.php +511 +$input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type']); + +src/www/interfaces.php +515 +$reqdfieldsn = array(gettext("Modem Port"),gettext("Phone Number")); + +src/www/interfaces.php +521 +$reqdfieldsn = array(gettext("PPPoE username"),gettext("PPPoE password"),gettext("Dial on demand"),gettext("Idle timeout value")); + +src/www/interfaces.php +524 +$reqdfieldsn = array(gettext("PPPoE username"),gettext("PPPoE password")); + +src/www/interfaces.php +531 +$reqdfieldsn = array(gettext("PPTP username"),gettext("PPTP password"),gettext("PPTP local IP address"),gettext("PPTP subnet"),gettext("PPTP remote IP address"),gettext("Dial on demand"),gettext("Idle timeout value")); + +src/www/interfaces.php +534 +$reqdfieldsn = array(gettext("PPTP username"),gettext("PPTP password"),gettext("PPTP local IP address"),gettext("PPTP subnet"),gettext("PPTP remote IP address")); + +src/www/interfaces.php +541 +$reqdfieldsn = array(gettext("L2TP username"),gettext("L2TP password"),gettext("L2TP remote IP address"),gettext("Dial on demand"),gettext("Idle timeout value")); + +src/www/interfaces.php +544 +$reqdfieldsn = array(gettext("L2TP username"),gettext("L2TP password"),gettext("L2TP remote IP address")); + +src/www/interfaces.php +552 +$reqdfieldsn = array(gettext("IPv6 address"),gettext("Subnet bit count"),gettext("Gateway")); + +src/www/interfaces.php +559 +$input_errors[] = gettext("This interface is referenced by IPv6 VIPs. Please delete those before setting the interface to 'none' configuration."); + +src/www/interfaces.php +564 +$input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); + +src/www/interfaces.php +570 +$input_errors[] = gettext("You can only have one interface configured in 6rd with same prefix."); + +src/www/interfaces.php +576 +$input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); + +src/www/interfaces.php +581 +$input_errors[] = sprintf(gettext("You can only have one interface configured as 6to4."),$_POST['type6']); + +src/www/interfaces.php +586 +$input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); + +src/www/interfaces.php +591 +$input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); + +src/www/interfaces.php +594 +$input_errors[] = gettext("You must enter a valid hexadecimal number for the IPv6 prefix ID."); + +src/www/interfaces.php +598 +$input_errors[] = gettext("You specified an IPv6 prefix ID that is out of range."); + +src/www/interfaces.php +610 +$input_errors[] = gettext("A valid IPv4 address must be specified."); + +src/www/interfaces.php +613 +$input_errors[] = gettext("This IPv4 address is being used by another interface or VIP."); + +src/www/interfaces.php +618 +$input_errors[] = gettext("This IPv4 address is the network address and cannot be used"); + +src/www/interfaces.php +620 +$input_errors[] = gettext("This IPv4 address is the broadcast address and cannot be used"); + +src/www/interfaces.php +626 +$input_errors[] = gettext("This IPv4 address conflicts with a Static Route."); + +src/www/interfaces.php +635 +$input_errors[] = gettext("A valid IPv6 address must be specified."); + +src/www/interfaces.php +638 +$input_errors[] = gettext("This IPv6 address is being used by another interface or VIP."); + +src/www/interfaces.php +643 +$input_errors[] = gettext("This IPv6 address conflicts with a Static Route."); + +src/www/interfaces.php +651 +$input_errors[] = gettext("A valid subnet bit count must be specified."); + +src/www/interfaces.php +653 +$input_errors[] = gettext("A valid subnet bit count must be specified."); + +src/www/interfaces.php +655 +$input_errors[] = gettext("A valid alias IP address must be specified."); + +src/www/interfaces.php +657 +$input_errors[] = gettext("A valid alias subnet bit count must be specified."); + +src/www/interfaces.php +659 +$input_errors[] = gettext("A valid alias IP address must be specified to reject DHCP Leases from."); + +src/www/interfaces.php +673 +$input_errors[] = gettext("A valid gateway must be specified."); + +src/www/interfaces.php +677 +$input_errors[] = gettext("The service name contains invalid characters."); + +src/www/interfaces.php +679 +$input_errors[] = gettext("The idle timeout value must be an integer."); + +src/www/interfaces.php +682 +$input_errors[] = gettext("A valid PPPoE reset hour must be specified (0-23)."); + +src/www/interfaces.php +685 +$input_errors[] = gettext("A valid PPPoE reset minute must be specified (0-59)."); + +src/www/interfaces.php +687 +$input_errors[] = gettext("A valid PPPoE reset date must be specified (mm/dd/yyyy)."); + +src/www/interfaces.php +689 +$input_errors[] = gettext("A valid PPTP local IP address must be specified."); + +src/www/interfaces.php +691 +$input_errors[] = gettext("A valid PPTP subnet bit count must be specified."); + +src/www/interfaces.php +693 +$input_errors[] = gettext("A valid PPTP remote IP address must be specified."); + +src/www/interfaces.php +695 +$input_errors[] = gettext("The idle timeout value must be an integer."); + +src/www/interfaces.php +697 +$input_errors[] = gettext("A valid MAC address must be specified."); + +src/www/interfaces.php +700 +$input_errors[] = gettext("The MTU must be greater than 576 bytes and less than 9000."); + +src/www/interfaces.php +709 +$input_errors[] = gettext("MTU of a vlan should not be bigger than parent interface."); + +src/www/interfaces.php +724 +$input_errors[] = sprintf(gettext("Interface %s (VLAN) has MTU set to a bigger value"), $ifdata['descr']); + +src/www/interfaces.php +729 +$input_errors[] = gettext("The MSS must be greater than 576 bytes."); + +src/www/interfaces.php +733 +$reqdfieldsn = array(gettext("Mode")); + +src/www/interfaces.php +736 +$reqdfieldsn[] = gettext("SSID"); + +src/www/interfaces.php +771 +$input_errors[] = gettext("Invalid WEP key size. Sizes should be 40 (64) bit keys or 104 (128) bit."); + +src/www/interfaces.php +779 +$input_errors[] = gettext("The length of the passphrase should be between 8 and 63 characters."); + +src/www/interfaces.php +1312 +$input_errors[] = sprintf(gettext("Unable to change mode to %s. You may already have the maximum number of wireless clones supported in this mode."), $wlan_modes[$wancfg['wireless']['mode']]); + +src/www/interfaces.php +1335 +$pgtitle = array(gettext("Interfaces"), $pconfig['descr']); + +src/www/interfaces.php +1340 +$types4 = array("none" => gettext("None"), "staticv4" => gettext("Static IPv4"), "dhcp" => gettext("DHCP"), "ppp" => gettext("PPP"), "pppoe" => gettext("PPPoE"), "pptp" => gettext("PPTP"), "l2tp" => gettext("L2TP")); + +src/www/interfaces.php +1341 +$types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"), "dhcp6" => gettext("DHCP6"), "slaac" => gettext("SLAAC"), "6rd" => gettext("6rd Tunnel"), "6to4" => gettext("6to4 Tunnel"), "track6" => gettext("Track Interface")); + +src/www/interfaces.php +1556 +".gettext("You must apply the changes in order for them to take effect.")."

          ".gettext("Don't forget to adjust the DHCP Server range if needed after applying."));?>
          + +src/www/interfaces.php +1572 + + +src/www/interfaces.php +1577 + + +src/www/interfaces.php +1580 + + +src/www/interfaces.php +1592 + + +src/www/interfaces.php +1595 +
          + +src/www/interfaces.php +1599 + + +src/www/interfaces.php +1615 + + +src/www/interfaces.php +1631 + + +src/www/interfaces.php +1640 + + +src/www/interfaces.php +1643 +
          + +src/www/interfaces.php +1646 + + +src/www/interfaces.php +1656 +print gettext("If you leave this field blank, the adapter's default MTU will " . + +src/www/interfaces.php +1662 + + +src/www/interfaces.php +1666 +' . gettext("Speed and duplex") . ''; + +src/www/interfaces.php +1680 +echo ' - ' . gettext("Show advanced option"); + +src/www/interfaces.php +1690 +print ""; + +src/www/interfaces.php +1692 +print ""; + +src/www/interfaces.php +1696 +echo gettext("Here you can explicitly set speed and duplex mode for this interface. WARNING +You MUST leave this set to autoselect (automatically negotiate speed) unless the port this interface connects to has its speed and duplex forced."); + +src/www/interfaces.php +1711 + + +src/www/interfaces.php +1716 + + +src/www/interfaces.php +1744 + + +src/www/interfaces.php +1747 + + +src/www/interfaces.php +1762 +-or + +src/www/interfaces.php +1765 +
          + +src/www/interfaces.php +1766 + + +src/www/interfaces.php +1777 + + +src/www/interfaces.php +1784 + /> + +src/www/interfaces.php +1787 +" /> + +src/www/interfaces.php +1790 + + +src/www/interfaces.php +1793 + + +src/www/interfaces.php +1799 +" onclick='hide_add_gatewaysave();' /> + +src/www/interfaces.php +1800 +" onclick='hide_add_gateway();' /> + +src/www/interfaces.php +1820 + + +src/www/interfaces.php +1825 + + +src/www/interfaces.php +1853 + + +src/www/interfaces.php +1856 + + +src/www/interfaces.php +1871 +- or + +src/www/interfaces.php +1874 +
          + +src/www/interfaces.php +1875 + + +src/www/interfaces.php +1886 +

          + +src/www/interfaces.php +1894 + /> + +src/www/interfaces.php +1897 +" /> + +src/www/interfaces.php +1900 + + +src/www/interfaces.php +1903 + + +src/www/interfaces.php +1909 +" onclick='hide_add_gatewaysave_v6();' /> + +src/www/interfaces.php +1910 +" onclick='hide_add_gateway_v6();' /> + +src/www/interfaces.php +1930 + + +src/www/interfaces.php +1931 + ' . + +src/www/interfaces.php +1939 + + +src/www/interfaces.php +1942 + + +src/www/interfaces.php +1944 + + +src/www/interfaces.php +1949 + + +src/www/interfaces.php +1953 + + +src/www/interfaces.php +1978 + + +src/www/interfaces.php +1990 + + +src/www/interfaces.php +1991 + + +src/www/interfaces.php +1996 + + +src/www/interfaces.php +2017 + " ); ?> + +src/www/interfaces.php +2058 +Lease Requirements and Requests"); ?> + +src/www/interfaces.php +2060 +Send Options"); ?>
          + +src/www/interfaces.php +2063 +" . + +src/www/interfaces.php +2068 +Request Options"); ?>
          + +src/www/interfaces.php +2071 +" . + +src/www/interfaces.php +2074 +Require Options"); ?>
          + +src/www/interfaces.php +2077 + + +src/www/interfaces.php +2082 +Option Modifiers"); ?> + +src/www/interfaces.php +2086 + " . + +src/www/interfaces.php +2092 +Configuration File Override"); ?> + +src/www/interfaces.php +2096 + " . + +src/www/interfaces.php +2150 + + +src/www/interfaces.php +2163 + + +src/www/interfaces.php +2178 + + +src/www/interfaces.php +2182 + + +src/www/interfaces.php +2185 + + +src/www/interfaces.php +2189 + + +src/www/interfaces.php +2202 + + +src/www/interfaces.php +2206 + + +src/www/interfaces.php +2209 + + +src/www/interfaces.php +2215 +Interface Statement"); ?> + +src/www/interfaces.php +2218 + + +src/www/interfaces.php +2221 +
          + +src/www/interfaces.php +2224 +" . + +src/www/interfaces.php +2230 +
          + +src/www/interfaces.php +2233 +" . + +src/www/interfaces.php +2237 +
          + +src/www/interfaces.php +2240 +" . + +src/www/interfaces.php +2247 +Identity Association Statement"); ?> + +src/www/interfaces.php +2252 + + +src/www/interfaces.php +2254 + + +src/www/interfaces.php +2255 +ID"); ?> + +src/www/interfaces.php +2258 + + +src/www/interfaces.php +2259 +ipv6-address"); ?> + +src/www/interfaces.php +2261 +pltime"); ?> + +src/www/interfaces.php +2263 +vltime"); ?> + +src/www/interfaces.php +2269 + + +src/www/interfaces.php +2271 + + +src/www/interfaces.php +2272 +ID"); ?> + +src/www/interfaces.php +2275 + + +src/www/interfaces.php +2276 +ipv6-prefix"); ?> + +src/www/interfaces.php +2278 +pltime"); ?> + +src/www/interfaces.php +2280 +vltime"); ?> + +src/www/interfaces.php +2288 +Prefix Interface Statement"); ?> + +src/www/interfaces.php +2291 + + +src/www/interfaces.php +2292 +sla-id"); ?> + +src/www/interfaces.php +2294 +sla-len"); ?> + +src/www/interfaces.php +2301 +Authentication Statement"); ?> + +src/www/interfaces.php +2304 +authname"); ?> + +src/www/interfaces.php +2306 +protocol"); ?> + +src/www/interfaces.php +2308 +algorithm"); ?> + +src/www/interfaces.php +2310 +rdm"); ?> + +src/www/interfaces.php +2317 +Keyinfo Statement"); ?> + +src/www/interfaces.php +2320 +keyname"); ?> + +src/www/interfaces.php +2322 +realm"); ?> + +src/www/interfaces.php +2325 +keyid"); ?> + +src/www/interfaces.php +2327 +secret"); ?> + +src/www/interfaces.php +2329 +expire"); ?> + +src/www/interfaces.php +2336 +Configuration File Override"); ?> + +src/www/interfaces.php +2341 + " . + +src/www/interfaces.php +2422 + + +src/www/interfaces.php +2425 + + +src/www/interfaces.php +2429 +
          + +src/www/interfaces.php +2433 + + +src/www/interfaces.php +2437 +
          + +src/www/interfaces.php +2441 + + +src/www/interfaces.php +2453 + + +src/www/interfaces.php +2466 + + +src/www/interfaces.php +2469 + + +src/www/interfaces.php +2499 +
          + +src/www/interfaces.php +2503 + + +src/www/interfaces.php +2512 + + +src/www/interfaces.php +2514 +hexadecimal value between %x and %x here, default value is 0."), 0, $ipv6_num_prefix_ids - 1); ?> + +src/www/interfaces.php +2527 + + +src/www/interfaces.php +2530 + + +src/www/interfaces.php +2534 + + +src/www/interfaces.php +2542 +    + +src/www/interfaces.php +2550 +    + +src/www/interfaces.php +2558 + + +src/www/interfaces.php +2562 + + +src/www/interfaces.php +2568 + + +src/www/interfaces.php +2574 + + +src/www/interfaces.php +2580 + + +src/www/interfaces.php +2586 + + +src/www/interfaces.php +2610 + + +src/www/interfaces.php +2613 + + +src/www/interfaces.php +2614 + + +src/www/interfaces.php +2618 + + +src/www/interfaces.php +2619 + + +src/www/interfaces.php +2633 + + +src/www/interfaces.php +2636 + + +src/www/interfaces.php +2642 + + +src/www/interfaces.php +2648 + + +src/www/interfaces.php +2650 +
          + +src/www/interfaces.php +2654 + + +src/www/interfaces.php +2657 +
          + +src/www/interfaces.php +2658 + + +src/www/interfaces.php +2662 + + +src/www/interfaces.php +2664 +
          + +src/www/interfaces.php +2668 + + +src/www/interfaces.php +2675 + + +src/www/interfaces.php +2676 + + +src/www/interfaces.php +2677 + + +src/www/interfaces.php +2678 + + +src/www/interfaces.php +2686 +
          + +src/www/interfaces.php +2688 +
          + +src/www/interfaces.php +2690 + + +src/www/interfaces.php +2692 + + +src/www/interfaces.php +2693 + + +src/www/interfaces.php +2701 + + +src/www/interfaces.php +2704 + + +src/www/interfaces.php +2707 + + +src/www/interfaces.php +2710 + + +src/www/interfaces.php +2719 + + +src/www/interfaces.php +2722 + + +src/www/interfaces.php +2723 + + +src/www/interfaces.php +2727 + + +src/www/interfaces.php +2728 + + +src/www/interfaces.php +2742 + + +src/www/interfaces.php +2745 + + +src/www/interfaces.php +2751 + + +src/www/interfaces.php +2757 + + +src/www/interfaces.php +2770 + + +src/www/interfaces.php +2776 + + +src/www/interfaces.php +2779 +
          + +src/www/interfaces.php +2780 + + +src/www/interfaces.php +2784 + + +src/www/interfaces.php +2786 +
          + +src/www/interfaces.php +2790 + + +src/www/interfaces.php +2793 + + +src/www/interfaces.php +2794 + + +src/www/interfaces.php +2798 + + +src/www/interfaces.php +2799 +. + +src/www/interfaces.php +2814 + . + +src/www/interfaces.php +2817 + + +src/www/interfaces.php +2820 +
          + +src/www/interfaces.php +2824 + + +src/www/interfaces.php +2844 +802.11g OFDM + +src/www/interfaces.php +2847 + + +src/www/interfaces.php +2848 + + +src/www/interfaces.php +2849 + + +src/www/interfaces.php +2852 + + +src/www/interfaces.php +2860 + + +src/www/interfaces.php +2873 + + +src/www/interfaces.php +2877 + + +src/www/interfaces.php +2880 + + +src/www/interfaces.php +2900 + + +src/www/interfaces.php +2902 + + +src/www/interfaces.php +2907 + + +src/www/interfaces.php +2913 +
          + +src/www/interfaces.php +2915 + + +src/www/interfaces.php +2916 + + +src/www/interfaces.php +2917 + + +src/www/interfaces.php +2924 +
          + +src/www/interfaces.php +2926 + + +src/www/interfaces.php +2927 + + +src/www/interfaces.php +2928 + + +src/www/interfaces.php +2929 + + +src/www/interfaces.php +2936 +
          + +src/www/interfaces.php +2938 + + +src/www/interfaces.php +2939 + + +src/www/interfaces.php +2940 + + +src/www/interfaces.php +2941 + + +src/www/interfaces.php +2948 + + +src/www/interfaces.php +2954 + + +src/www/interfaces.php +2958 +
          + +src/www/interfaces.php +2959 + + +src/www/interfaces.php +2964 + + +src/www/interfaces.php +2966 +
          + +src/www/interfaces.php +2968 + + +src/www/interfaces.php +2980 + + +src/www/interfaces.php +2982 +
          + +src/www/interfaces.php +2984 + + +src/www/interfaces.php +2996 +. + +src/www/interfaces.php +2998 +
          + +src/www/interfaces.php +3000 + + +src/www/interfaces.php +3001 + + +src/www/interfaces.php +3002 + + +src/www/interfaces.php +3003 + + +src/www/interfaces.php +3006 + + +src/www/interfaces.php +3008 + + +src/www/interfaces.php +3015 + + +src/www/interfaces.php +3018 + + +src/www/interfaces.php +3021 + + +src/www/interfaces.php +3022 + + +src/www/interfaces.php +3023 + + +src/www/interfaces.php +3028 + + +src/www/interfaces.php +3032 + + +src/www/interfaces.php +3037 + + +src/www/interfaces.php +3040 + + +src/www/interfaces.php +3042 + + +src/www/interfaces.php +3044 + + +src/www/interfaces.php +3047 + + +src/www/interfaces.php +3052 + + +src/www/interfaces.php +3055 +
          + +src/www/interfaces.php +3060 + + +src/www/interfaces.php +3064 + + +src/www/interfaces.php +3066 + + +src/www/interfaces.php +3070 + + +src/www/interfaces.php +3073 +
          + +src/www/interfaces.php +3077 + + +src/www/interfaces.php +3081 + + +src/www/interfaces.php +3083 + + +src/www/interfaces.php +3087 + + +src/www/interfaces.php +3090 + + +src/www/interfaces.php +3095 +   + +src/www/interfaces.php +3098 +   + +src/www/interfaces.php +3107 +   + +src/www/interfaces.php +3116 +   + +src/www/interfaces.php +3125 +   + +src/www/interfaces.php +3135 +
          + +src/www/interfaces.php +3136 + + +src/www/interfaces.php +3140 + + +src/www/interfaces.php +3143 + + +src/www/interfaces.php +3148 +   + +src/www/interfaces.php +3151 +   + +src/www/interfaces.php +3157 +
          + +src/www/interfaces.php +3161 + + +src/www/interfaces.php +3164 + + +src/www/interfaces.php +3165 + + +src/www/interfaces.php +3166 + + +src/www/interfaces.php +3171 + + +src/www/interfaces.php +3174 + + +src/www/interfaces.php +3175 + + +src/www/interfaces.php +3176 + + +src/www/interfaces.php +3181 + + +src/www/interfaces.php +3184 + + +src/www/interfaces.php +3185 + + +src/www/interfaces.php +3186 + + +src/www/interfaces.php +3188 +

          + +src/www/interfaces.php +3192 + + +src/www/interfaces.php +3195 + + +src/www/interfaces.php +3196 + + +src/www/interfaces.php +3197 + + +src/www/interfaces.php +3202 + + +src/www/interfaces.php +3205 +
          + +src/www/interfaces.php +3209 + + +src/www/interfaces.php +3212 +
          + +src/www/interfaces.php +3216 + + +src/www/interfaces.php +3219 +
          + +src/www/interfaces.php +3223 + + +src/www/interfaces.php +3226 +
          + +src/www/interfaces.php +3227 +
          + + +src/www/interfaces.php +3231 + + +src/www/interfaces.php +3234 +
          + +src/www/interfaces.php +3238 + + +src/www/interfaces.php +3241 +
          + +src/www/interfaces.php +3245 + + +src/www/interfaces.php +3252 + + +src/www/interfaces.php +3255 +
          + +src/www/interfaces.php +3259 + + +src/www/interfaces.php +3262 +
          + +src/www/interfaces.php +3266 + + +src/www/interfaces.php +3273 +802.1X + +src/www/interfaces.php +3284 + + +src/www/interfaces.php +3291 +
          + +src/www/interfaces.php +3292 +  
          + +src/www/interfaces.php +3304 +Advanced Firewall/NAT settings.")?> + +src/www/interfaces.php +3322 +" /> + +src/www/interfaces.php +3323 +" onclick="window.location.href=''" /> + +src/www/interfaces.php +3435 +jQuery('#notebox').html("

          .

          "); + +src/www/interfaces.php +3444 +jQuery('#noteboxv6').html("

          .

          "); + +src/www/interfaces_assign.php +31 +$pgtitle = array(gettext("Interfaces"),gettext("Assign network ports")); + +src/www/interfaces_assign.php +45 +$descr = sprintf(gettext('VLAN %1$s on %2$s'),$portinfo['tag'],$portinfo['if']); + +src/www/interfaces_assign.php +194 +$newifname = gettext("lan"); + +src/www/interfaces_assign.php +195 +$descr = gettext("LAN"); + +src/www/interfaces_assign.php +220 +$savemsg = gettext("Interface has been added."); + +src/www/interfaces_assign.php +260 +$errstr = sprintf(gettext('Port %1$s '. + +src/www/interfaces_assign.php +276 +$input_errors[] = sprintf(gettext("You cannot set port %s to interface %s because this interface is a member of %s."), $portname, $member, $portname); + +src/www/interfaces_assign.php +354 +$input_errors[] = gettext("The interface is part of a group. Please remove it from the group to continue"); + +src/www/interfaces_assign.php +356 +$input_errors[] = gettext("The interface is part of a bridge. Please remove it from the bridge to continue"); + +src/www/interfaces_assign.php +358 +$input_errors[] = gettext("The interface is part of a gre tunnel. Please delete the tunnel to continue"); + +src/www/interfaces_assign.php +360 +$input_errors[] = gettext("The interface is part of a gif tunnel. Please delete the tunnel to continue"); + +src/www/interfaces_assign.php +398 +$savemsg = gettext("Interface has been deleted."); + +src/www/interfaces_assign.php +422 +$savemsg = gettext("The system is now rebooting. Please wait."); + +src/www/interfaces_assign.php +424 +$savemsg = gettext("Reboot is needed. Please apply the settings in order to reboot."); + +src/www/interfaces_assign.php +426 +$savemsg = gettext("Interface mismatch detected. Please resolve the mismatch and click 'Apply changes'. The firewall will reboot afterwards."); + +src/www/interfaces_assign.php +440 +print_info_box_np(gettext("The interface configuration has been changed.
          You must apply the changes in order for them to take effect.")); + +src/www/interfaces_assign.php +454 +$tab_array[0] = array(gettext("Interface assignments"), true, "interfaces_assign.php"); + +src/www/interfaces_assign.php +455 +$tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); + +src/www/interfaces_assign.php +456 +$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); + +src/www/interfaces_assign.php +457 +$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); + +src/www/interfaces_assign.php +458 +$tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); + +src/www/interfaces_assign.php +459 +$tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); + +src/www/interfaces_assign.php +460 +$tab_array[7] = array(gettext("GRE"), false, "interfaces_gre.php"); + +src/www/interfaces_assign.php +461 +$tab_array[8] = array(gettext("GIF"), false, "interfaces_gif.php"); + +src/www/interfaces_assign.php +462 +$tab_array[9] = array(gettext("Bridges"), false, "interfaces_bridge.php"); + +src/www/interfaces_assign.php +463 +$tab_array[10] = array(gettext("LAGG"), false, "interfaces_lagg.php"); + +src/www/interfaces_assign.php +477 + + +src/www/interfaces_assign.php +478 + + +src/www/interfaces_assign.php +510 +title="" + +src/www/interfaces_assign.php +514 +onclick="return confirm('')"> + +src/www/interfaces_assign.php +528 + + +src/www/interfaces_assign.php +544 + + +src/www/interfaces_assign.php +556 +" />

          + +src/www/interfaces_assign.php +559 +
        • + +src/www/interfaces_bridge.php +55 +$input_errors[] = gettext("This bridge cannot be deleted because it is assigned as an interface."); + +src/www/interfaces_bridge.php +73 +$pgtitle = array(gettext("Interfaces"),gettext("Bridge")); + +src/www/interfaces_bridge.php +97 +$tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); + +src/www/interfaces_bridge.php +98 +$tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); + +src/www/interfaces_bridge.php +99 +$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); + +src/www/interfaces_bridge.php +100 +$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); + +src/www/interfaces_bridge.php +101 +$tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); + +src/www/interfaces_bridge.php +102 +$tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); + +src/www/interfaces_bridge.php +103 +$tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); + +src/www/interfaces_bridge.php +104 +$tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); + +src/www/interfaces_bridge.php +105 +$tab_array[8] = array(gettext("Bridges"), true, "interfaces_bridge.php"); + +src/www/interfaces_bridge.php +106 +$tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); + +src/www/interfaces_bridge.php +120 + + +src/www/interfaces_bridge.php +121 + + +src/www/interfaces_bridge.php +122 + + +src/www/interfaces_bridge.php +153 +"> + +src/www/interfaces_bridge.php +155 +" onclick="return confirm('')"> + +src/www/interfaces_bridge.php +167 +
          + +src/www/interfaces_bridge.php +169 + + +src/www/interfaces_bridge_edit.php +110 +$reqdfieldsn = array(gettext("Member Interfaces")); + +src/www/interfaces_bridge_edit.php +115 +$input_errors[] = gettext("Maxage needs to be an integer between 6 and 40."); + +src/www/interfaces_bridge_edit.php +117 +$input_errors[] = gettext("Maxaddr needs to be an integer."); + +src/www/interfaces_bridge_edit.php +119 +$input_errors[] = gettext("Timeout needs to be an integer."); + +src/www/interfaces_bridge_edit.php +121 +$input_errors[] = gettext("Forward Delay needs to be an integer between 4 and 30."); + +src/www/interfaces_bridge_edit.php +123 +$input_errors[] = gettext("Hello time for STP needs to be an integer between 1 and 2."); + +src/www/interfaces_bridge_edit.php +125 +$input_errors[] = gettext("Priority for STP needs to be an integer between 0 and 61440."); + +src/www/interfaces_bridge_edit.php +127 +$input_errors[] = gettext("Transmit Hold Count for STP needs to be an integer between 1 and 10."); + +src/www/interfaces_bridge_edit.php +130 +$input_errors[] = "{$ifdescr} " . gettext("interface priority for STP needs to be an integer between 0 and 240."); + +src/www/interfaces_bridge_edit.php +135 +$input_errors[] = "{$ifdescr} " . gettext("interface path cost for STP needs to be an integer between 1 and 200000000."); + +src/www/interfaces_bridge_edit.php +140 +$input_errors[] = gettext("You must select at least 2 member interfaces for a bridge."); + +src/www/interfaces_bridge_edit.php +145 +$input_errors[] = gettext("A member interface passed does not exist in configuration"); + +src/www/interfaces_bridge_edit.php +148 +$input_errors[] = gettext("Bridging a wireless interface is only possible in hostap mode."); + +src/www/interfaces_bridge_edit.php +150 +$input_errors[] = gettext("Span interface cannot be part of the bridge. Remove the span interface from bridge members to continue."); + +src/www/interfaces_bridge_edit.php +208 +$input_errors[] = gettext("Error occurred creating interface, please retry."); + +src/www/interfaces_bridge_edit.php +227 +$pgtitle = array(gettext("Interfaces"),gettext("Bridge"),gettext("Edit")); + +src/www/interfaces_bridge_edit.php +267 +

          + +src/www/interfaces_bridge_edit.php +275 + + +src/www/interfaces_bridge_edit.php +290 + + +src/www/interfaces_bridge_edit.php +294 + + +src/www/interfaces_bridge_edit.php +302 +

          " />

          + +src/www/interfaces_bridge_edit.php +306 + + +src/www/interfaces_bridge_edit.php +309 + + +src/www/interfaces_bridge_edit.php +312 + + +src/www/interfaces_bridge_edit.php +325 + + +src/www/interfaces_bridge_edit.php +327 + + +src/www/interfaces_bridge_edit.php +341 + + +src/www/interfaces_bridge_edit.php +349 + + +src/www/interfaces_bridge_edit.php +352 + + +src/www/interfaces_bridge_edit.php +359 + + +src/www/interfaces_bridge_edit.php +362 + + +src/www/interfaces_bridge_edit.php +368 + + +src/www/interfaces_bridge_edit.php +371 + + +src/www/interfaces_bridge_edit.php +380 + + +src/www/interfaces_bridge_edit.php +389 + + +src/www/interfaces_bridge_edit.php +404 + + +src/www/interfaces_bridge_edit.php +418 + + +src/www/interfaces_bridge_edit.php +429 + + +src/www/interfaces_bridge_edit.php +431 + + +src/www/interfaces_bridge_edit.php +439 + + +src/www/interfaces_bridge_edit.php +441 + + +src/www/interfaces_bridge_edit.php +451 + + +src/www/interfaces_bridge_edit.php +462 +
          + +src/www/interfaces_bridge_edit.php +471 + + +src/www/interfaces_bridge_edit.php +476 + + +src/www/interfaces_bridge_edit.php +490 + + +src/www/interfaces_bridge_edit.php +510 +
          + +src/www/interfaces_bridge_edit.php +515 + + +src/www/interfaces_bridge_edit.php +519 + + +src/www/interfaces_bridge_edit.php +533 + + +src/www/interfaces_bridge_edit.php +553 +
          + +src/www/interfaces_bridge_edit.php +559 + + +src/www/interfaces_bridge_edit.php +563 + + +src/www/interfaces_bridge_edit.php +577 + + +src/www/interfaces_bridge_edit.php +598 +" /> + +src/www/interfaces_bridge_edit.php +607 +" onclick="window.location.href=''" /> + +src/www/interfaces_gif.php +55 +$input_errors[] = gettext("This gif TUNNEL cannot be deleted because it is still being used as an interface."); + +src/www/interfaces_gif.php +67 +$pgtitle = array(gettext("Interfaces"),gettext("GIF")); + +src/www/interfaces_gif.php +91 +$tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); + +src/www/interfaces_gif.php +92 +$tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); + +src/www/interfaces_gif.php +93 +$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); + +src/www/interfaces_gif.php +94 +$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); + +src/www/interfaces_gif.php +95 +$tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); + +src/www/interfaces_gif.php +96 +$tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); + +src/www/interfaces_gif.php +97 +$tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); + +src/www/interfaces_gif.php +98 +$tab_array[7] = array(gettext("GIF"), true, "interfaces_gif.php"); + +src/www/interfaces_gif.php +99 +$tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); + +src/www/interfaces_gif.php +100 +$tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); + +src/www/interfaces_gif.php +114 + + +src/www/interfaces_gif.php +115 + + +src/www/interfaces_gif.php +116 + + +src/www/interfaces_gif.php +137 +"> + +src/www/interfaces_gif.php +139 +" onclick="return confirm('')"> + +src/www/interfaces_gif.php +149 +
          + +src/www/interfaces_gif.php +151 + + +src/www/interfaces_gif.php +153 +

          + +src/www/interfaces_gif_edit.php +65 +$reqdfieldsn = array(gettext("Parent interface,Local address, Remote tunnel address, Remote tunnel network, Local tunnel address")); + +src/www/interfaces_gif_edit.php +71 +$input_errors[] = gettext("The tunnel local and tunnel remote fields must have valid IP addresses."); + +src/www/interfaces_gif_edit.php +77 +$input_errors[] = gettext("The alias IP address family has to match the family of the remote peer address."); + +src/www/interfaces_gif_edit.php +85 +$input_errors[] = sprintf(gettext("A gif with the network %s is already defined."), $gif['tunnel-remote-addr']); + +src/www/interfaces_gif_edit.php +104 +$input_errors[] = gettext("Error occurred creating interface, please retry."); + +src/www/interfaces_gif_edit.php +123 +$pgtitle = array(gettext("Interfaces"),gettext("GIF"),gettext("Edit")); + +src/www/interfaces_gif_edit.php +146 +

          + +src/www/interfaces_gif_edit.php +154 + + +src/www/interfaces_gif_edit.php +174 + + +src/www/interfaces_gif_edit.php +177 + + +src/www/interfaces_gif_edit.php +181 + + +src/www/interfaces_gif_edit.php +184 + + +src/www/interfaces_gif_edit.php +188 + + +src/www/interfaces_gif_edit.php +191 + + +src/www/interfaces_gif_edit.php +213 + + +src/www/interfaces_gif_edit.php +216 + + +src/www/interfaces_gif_edit.php +220 + + +src/www/interfaces_gif_edit.php +223 + + +src/www/interfaces_gif_edit.php +228 + + +src/www/interfaces_gif_edit.php +236 +
          " /> + +src/www/interfaces_gif_edit.php +244 +" onclick="window.location.href=''" /> + +src/www/interfaces_gre.php +56 +$input_errors[] = gettext("This GRE tunnel cannot be deleted because it is still being used as an interface."); + +src/www/interfaces_gre.php +68 +$pgtitle = array(gettext("Interfaces"),gettext("GRE")); + +src/www/interfaces_gre.php +92 +$tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); + +src/www/interfaces_gre.php +93 +$tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); + +src/www/interfaces_gre.php +94 +$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); + +src/www/interfaces_gre.php +95 +$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); + +src/www/interfaces_gre.php +96 +$tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); + +src/www/interfaces_gre.php +97 +$tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); + +src/www/interfaces_gre.php +98 +$tab_array[6] = array(gettext("GRE"), true, "interfaces_gre.php"); + +src/www/interfaces_gre.php +99 +$tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); + +src/www/interfaces_gre.php +100 +$tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); + +src/www/interfaces_gre.php +101 +$tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); + +src/www/interfaces_gre.php +115 + + +src/www/interfaces_gre.php +116 + + +src/www/interfaces_gre.php +117 + + +src/www/interfaces_gre.php +138 +"> + +src/www/interfaces_gre.php +140 +" onclick="return confirm('')"> + +src/www/interfaces_gre.php +149 +


          + +src/www/interfaces_gre_edit.php +64 +$reqdfieldsn = array(gettext("Parent interface"),gettext("Local address"),gettext("Remote tunnel address"),gettext("Remote tunnel network"), gettext("Local tunnel address")); + +src/www/interfaces_gre_edit.php +70 +$input_errors[] = gettext("The tunnel local and tunnel remote fields must have valid IP addresses."); + +src/www/interfaces_gre_edit.php +78 +$input_errors[] = sprintf(gettext("A GRE tunnel with the network %s is already defined."),$gre['remote-network']); + +src/www/interfaces_gre_edit.php +98 +$input_errors[] = gettext("Error occurred creating interface, please retry."); + +src/www/interfaces_gre_edit.php +117 +$pgtitle = array(gettext("Interfaces"),gettext("GRE"),gettext("Edit")); + +src/www/interfaces_gre_edit.php +142 +

          + +src/www/interfaces_gre_edit.php +150 + + +src/www/interfaces_gre_edit.php +170 + + +src/www/interfaces_gre_edit.php +173 + + +src/www/interfaces_gre_edit.php +177 + + +src/www/interfaces_gre_edit.php +180 + + +src/www/interfaces_gre_edit.php +184 + + +src/www/interfaces_gre_edit.php +187 + + +src/www/interfaces_gre_edit.php +209 + + +src/www/interfaces_gre_edit.php +212 + + +src/www/interfaces_gre_edit.php +216 + + +src/www/interfaces_gre_edit.php +219 + + +src/www/interfaces_gre_edit.php +224 + + +src/www/interfaces_gre_edit.php +235 + + +src/www/interfaces_gre_edit.php +238 + + +src/www/interfaces_gre_edit.php +241 +
          " /> + +src/www/interfaces_gre_edit.php +249 +" onclick="window.location.href=''" /> + +src/www/interfaces_groups.php +53 +$pgtitle = array(gettext("Interfaces"),gettext("Groups")); + +src/www/interfaces_groups.php +58 +array('href'=>'interfaces_groups_edit.php', 'label'=>gettext("Add a new group")), + +src/www/interfaces_groups.php +77 +$tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); + +src/www/interfaces_groups.php +78 +$tab_array[1] = array(gettext("Interface Groups"), true, "interfaces_groups.php"); + +src/www/interfaces_groups.php +79 +$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); + +src/www/interfaces_groups.php +80 +$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); + +src/www/interfaces_groups.php +81 +$tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); + +src/www/interfaces_groups.php +82 +$tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); + +src/www/interfaces_groups.php +83 +$tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); + +src/www/interfaces_groups.php +84 +$tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); + +src/www/interfaces_groups.php +85 +$tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); + +src/www/interfaces_groups.php +86 +$tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); + +src/www/interfaces_groups.php +100 + + +src/www/interfaces_groups.php +101 + + +src/www/interfaces_groups.php +102 + + +src/www/interfaces_groups.php +136 +"> + +src/www/interfaces_groups.php +138 +')" data-toggle="tooltip" data-placement="left" title=""> + +src/www/interfaces_groups.php +147 +


          + +src/www/interfaces_groups_edit.php +33 +$pgtitle = array(gettext("Interfaces"),gettext("Groups"),gettext("Edit")); + +src/www/interfaces_groups_edit.php +63 +$input_errors[] = gettext("Group name already exists!"); + +src/www/interfaces_groups_edit.php +66 +$input_errors[] = gettext("Only letters A-Z are allowed as the group name."); + +src/www/interfaces_groups_edit.php +245 +

          + +src/www/interfaces_groups_edit.php +253 + + +src/www/interfaces_groups_edit.php +257 + + +src/www/interfaces_groups_edit.php +261 + + +src/www/interfaces_groups_edit.php +266 + + +src/www/interfaces_groups_edit.php +271 +
          + +src/www/interfaces_groups_edit.php +276 +
          + +src/www/interfaces_groups_edit.php +326 + + +src/www/interfaces_groups_edit.php +327 + + +src/www/interfaces_groups_edit.php +333 +" /> + +src/www/interfaces_groups_edit.php +334 +" /> + +src/www/interfaces_lagg.php +61 +$input_errors[] = gettext("This LAGG interface cannot be deleted because it is still being used."); + +src/www/interfaces_lagg.php +73 +$pgtitle = array(gettext("Interfaces"),gettext("LAGG")); + +src/www/interfaces_lagg.php +97 +$tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); + +src/www/interfaces_lagg.php +98 +$tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); + +src/www/interfaces_lagg.php +99 +$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); + +src/www/interfaces_lagg.php +100 +$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); + +src/www/interfaces_lagg.php +101 +$tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); + +src/www/interfaces_lagg.php +102 +$tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); + +src/www/interfaces_lagg.php +103 +$tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); + +src/www/interfaces_lagg.php +104 +$tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); + +src/www/interfaces_lagg.php +105 +$tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); + +src/www/interfaces_lagg.php +106 +$tab_array[9] = array(gettext("LAGG"), true, "interfaces_lagg.php"); + +src/www/interfaces_lagg.php +121 + + +src/www/interfaces_lagg.php +122 + + +src/www/interfaces_lagg.php +123 + + +src/www/interfaces_lagg.php +143 +"> + +src/www/interfaces_lagg.php +145 +" onclick="return confirm('')"> + +src/www/interfaces_lagg.php +156 +
          + +src/www/interfaces_lagg.php +158 +

          + +src/www/interfaces_lagg_edit.php +79 +$reqdfieldsn = array(gettext("Member interfaces"), gettext("Lagg protocol")); + +src/www/interfaces_lagg_edit.php +86 +$input_errors[] = gettext("Interface supplied as member is invalid"); + +src/www/interfaces_lagg_edit.php +89 +$input_errors[] = gettext("Interface supplied as member is invalid"); + +src/www/interfaces_lagg_edit.php +92 +$input_errors[] = gettext("Protocol supplied is invalid"); + +src/www/interfaces_lagg_edit.php +105 +$input_errors[] = gettext("Error occurred creating interface, please retry."); + +src/www/interfaces_lagg_edit.php +124 +$pgtitle = array(gettext("Interfaces"),gettext("LAGG"),gettext("Edit")); + +src/www/interfaces_lagg_edit.php +147 +

          + +src/www/interfaces_lagg_edit.php +155 + + +src/www/interfaces_lagg_edit.php +170 +. + +src/www/interfaces_lagg_edit.php +173 + + +src/www/interfaces_lagg_edit.php +188 +
          + +src/www/interfaces_lagg_edit.php +189 +




          + +src/www/interfaces_lagg_edit.php +231 +
          " /> + +src/www/interfaces_lagg_edit.php +239 +" onclick="window.location.href=''" /> + +src/www/interfaces_ppps.php +48 +$input_errors[] = gettext("This point-to-point link cannot be deleted because it is still being used as an interface."); + +src/www/interfaces_ppps.php +64 +$pgtitle = gettext("Interfaces +PPPs"); + +src/www/interfaces_ppps.php +87 +$tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); + +src/www/interfaces_ppps.php +88 +$tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); + +src/www/interfaces_ppps.php +89 +$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); + +src/www/interfaces_ppps.php +90 +$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); + +src/www/interfaces_ppps.php +91 +$tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); + +src/www/interfaces_ppps.php +92 +$tab_array[5] = array(gettext("PPPs"), true, "interfaces_ppps.php"); + +src/www/interfaces_ppps.php +93 +$tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); + +src/www/interfaces_ppps.php +94 +$tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); + +src/www/interfaces_ppps.php +95 +$tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); + +src/www/interfaces_ppps.php +96 +$tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); + +src/www/interfaces_ppps.php +110 + + +src/www/interfaces_ppps.php +111 + + +src/www/interfaces_ppps.php +112 + + +src/www/interfaces_ppps.php +139 +"> + +src/www/interfaces_ppps.php +141 +')"> + +src/www/interfaces_ppps_edit.php +177 +$reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Phone Number")); + +src/www/interfaces_ppps_edit.php +183 +$reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password"),gettext("Dial on demand"),gettext("Idle timeout value")); + +src/www/interfaces_ppps_edit.php +186 +$reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password")); + +src/www/interfaces_ppps_edit.php +194 +$reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password"),gettext("Local IP address"),gettext("Subnet"),gettext("Remote IP address"),gettext("Dial on demand"),gettext("Idle timeout value")); + +src/www/interfaces_ppps_edit.php +197 +$reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password"),gettext("Local IP address"),gettext("Subnet"),gettext("Remote IP address")); + +src/www/interfaces_ppps_edit.php +202 +$input_errors[] = gettext("Please choose a Link Type."); + +src/www/interfaces_ppps_edit.php +206 +$input_errors[] = gettext("Multilink connections (MLPPP) using the PPP link type is not currently supported. Please select only one Link Interface."); + +src/www/interfaces_ppps_edit.php +208 +$input_errors[] = gettext("The Service name contains invalid characters."); + +src/www/interfaces_ppps_edit.php +210 +$input_errors[] = gettext("Do not specify both a Service name and a NULL Service name."); + +src/www/interfaces_ppps_edit.php +212 +$input_errors[] = gettext("The idle timeout value must be an integer."); + +src/www/interfaces_ppps_edit.php +215 +$input_errors[] = gettext("A valid PPPoE reset hour must be specified (0-23)."); + +src/www/interfaces_ppps_edit.php +218 +$input_errors[] = gettext("A valid PPPoE reset minute must be specified (0-59)."); + +src/www/interfaces_ppps_edit.php +220 +$input_errors[] = gettext("A valid PPPoE reset date must be specified (mm/dd/yyyy)."); + +src/www/interfaces_ppps_edit.php +224 +$input_errors[] = gettext("A valid PPPoE reset month must be specified (1-12) in the Custom PPPoE Periodic reset fields."); + +src/www/interfaces_ppps_edit.php +226 +$input_errors[] = gettext("A valid PPPoE reset day of month must be specified (1-31) in the Custom PPPoE Periodic reset fields. No checks are done on valid # of days per month"); + +src/www/interfaces_ppps_edit.php +228 +$input_errors[] = gettext("A valid PPPoE reset year must be specified. Don't select a year in the past!"); + +src/www/interfaces_ppps_edit.php +233 +$input_errors[] = sprintf(gettext("A valid local IP address must be specified for %s."),$iface); + +src/www/interfaces_ppps_edit.php +235 +$input_errors[] = sprintf(gettext("A valid gateway IP address OR hostname must be specified for %s."),$iface); + +src/www/interfaces_ppps_edit.php +237 +$input_errors[] = sprintf(gettext("The bandwidth value for %s must be an integer."),$iface); + +src/www/interfaces_ppps_edit.php +239 +$input_errors[] = sprintf(gettext("The MTU for %s must be greater than 576 bytes."),$iface); + +src/www/interfaces_ppps_edit.php +241 +$input_errors[] = sprintf(gettext("The MRU for %s must be greater than 576 bytes."),$iface); + +src/www/interfaces_ppps_edit.php +373 +$pgtitle = array(gettext("Interfaces"),gettext("PPPs"),gettext("Edit")); + +src/www/interfaces_ppps_edit.php +377 +$types = array("select" => gettext("Select"), "ppp" => "PPP", "pppoe" => "PPPoE", "pptp" => "PPTP", "l2tp" => "L2TP"/*, "tcp" => "TCP", "udp" => "UDP"*/ ); + +src/www/interfaces_ppps_edit.php +406 +

          + +src/www/interfaces_ppps_edit.php +414 + + +src/www/interfaces_ppps_edit.php +429 + + +src/www/interfaces_ppps_edit.php +435 +
          + +src/www/interfaces_ppps_edit.php +481 + + +src/www/interfaces_ppps_edit.php +484 +
          + +src/www/interfaces_ppps_edit.php +490 + + +src/www/interfaces_ppps_edit.php +494 +    + +src/www/interfaces_ppps_edit.php +502 +    + +src/www/interfaces_ppps_edit.php +510 +    + +src/www/interfaces_ppps_edit.php +518 +
          + +src/www/interfaces_ppps_edit.php +522 + + +src/www/interfaces_ppps_edit.php +528 + + +src/www/interfaces_ppps_edit.php +535 + + +src/www/interfaces_ppps_edit.php +538 +
          + +src/www/interfaces_ppps_edit.php +542 + + +src/www/interfaces_ppps_edit.php +552 + + +src/www/interfaces_ppps_edit.php +555 +
          + +src/www/interfaces_ppps_edit.php +559 + + +src/www/interfaces_ppps_edit.php +566 + + +src/www/interfaces_ppps_edit.php +569 +
          + +src/www/interfaces_ppps_edit.php +573 + + +src/www/interfaces_ppps_edit.php +576 +
          + +src/www/interfaces_ppps_edit.php +584 +
          + +src/www/interfaces_ppps_edit.php +588 + + +src/www/interfaces_ppps_edit.php +590 + /> + +src/www/interfaces_ppps_edit.php +591 +
          + +src/www/interfaces_ppps_edit.php +601 + + +src/www/interfaces_ppps_edit.php +603 + /> + +src/www/interfaces_ppps_edit.php +604 +
          + +src/www/interfaces_ppps_edit.php +608 + + +src/www/interfaces_ppps_edit.php +615 + + +src/www/interfaces_ppps_edit.php +616 + + +src/www/interfaces_ppps_edit.php +617 + + +src/www/interfaces_ppps_edit.php +618 + + +src/www/interfaces_ppps_edit.php +626 +
          + +src/www/interfaces_ppps_edit.php +628 +
          + +src/www/interfaces_ppps_edit.php +630 + + +src/www/interfaces_ppps_edit.php +632 + + +src/www/interfaces_ppps_edit.php +633 + + +src/www/interfaces_ppps_edit.php +641 + + +src/www/interfaces_ppps_edit.php +644 + + +src/www/interfaces_ppps_edit.php +647 + + +src/www/interfaces_ppps_edit.php +650 + + +src/www/interfaces_ppps_edit.php +664 + + +src/www/interfaces_ppps_edit.php +672 + + +src/www/interfaces_ppps_edit.php +679 + + +src/www/interfaces_ppps_edit.php +687 + + +src/www/interfaces_ppps_edit.php +690 + + +src/www/interfaces_ppps_edit.php +692 + /> + +src/www/interfaces_ppps_edit.php +693 +
          + +src/www/interfaces_ppps_edit.php +700 + + +src/www/interfaces_ppps_edit.php +701 +
          + +src/www/interfaces_ppps_edit.php +702 +
          + +src/www/interfaces_ppps_edit.php +706 + + +src/www/interfaces_ppps_edit.php +708 + />  + +src/www/interfaces_ppps_edit.php +709 +
          + +src/www/interfaces_ppps_edit.php +717 + />  + +src/www/interfaces_ppps_edit.php +718 +
          + +src/www/interfaces_ppps_edit.php +728 + />  + +src/www/interfaces_ppps_edit.php +729 +
          + +src/www/interfaces_ppps_edit.php +736 + />  + +src/www/interfaces_ppps_edit.php +737 +
          + +src/www/interfaces_ppps_edit.php +741 + + +src/www/interfaces_ppps_edit.php +743 + />  + +src/www/interfaces_ppps_edit.php +744 +
          + +src/www/interfaces_ppps_edit.php +750 +

          " class="btn btn-default btn-xs"/>

          + +src/www/interfaces_ppps_edit.php +757 + + +src/www/interfaces_ppps_edit.php +761 + + +src/www/interfaces_ppps_edit.php +764 +
          + +src/www/interfaces_ppps_edit.php +768 + + +src/www/interfaces_ppps_edit.php +771 +
          + +src/www/interfaces_ppps_edit.php +775 + + +src/www/interfaces_ppps_edit.php +778 +
          MRU + +src/www/interfaces_ppps_edit.php +782 + + +src/www/interfaces_ppps_edit.php +785 +
          MRRU + +src/www/interfaces_ppps_edit.php +794 +" /> + +src/www/interfaces_ppps_edit.php +795 +" onclick="window.location.href=''" /> + +src/www/interfaces_qinq.php +54 +$input_errors[] = gettext("This QinQ cannot be deleted because it is still being used as an interface."); + +src/www/interfaces_qinq.php +56 +$input_errors[] = gettext("QinQ interface does not exist"); + +src/www/interfaces_qinq.php +77 +$pgtitle = array(gettext("Interfaces"),gettext("QinQ")); + +src/www/interfaces_qinq.php +101 +$tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); + +src/www/interfaces_qinq.php +102 +$tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); + +src/www/interfaces_qinq.php +103 +$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); + +src/www/interfaces_qinq.php +104 +$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); + +src/www/interfaces_qinq.php +105 +$tab_array[4] = array(gettext("QinQs"), true, "interfaces_qinq.php"); + +src/www/interfaces_qinq.php +106 +$tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); + +src/www/interfaces_qinq.php +107 +$tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); + +src/www/interfaces_qinq.php +108 +$tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); + +src/www/interfaces_qinq.php +109 +$tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); + +src/www/interfaces_qinq.php +110 +$tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); + +src/www/interfaces_qinq.php +125 + + +src/www/interfaces_qinq.php +126 + + +src/www/interfaces_qinq.php +127 + + +src/www/interfaces_qinq.php +128 + + +src/www/interfaces_qinq.php +156 +"> + +src/www/interfaces_qinq.php +158 +" onclick="return confirm('')"> + +src/www/interfaces_qinq.php +168 +
          + +src/www/interfaces_qinq.php +170 +

          + +src/www/interfaces_qinq_edit.php +30 +$pgtitle = array(gettext("Interfaces"),gettext("QinQ"), gettext("Edit")); + +src/www/interfaces_qinq_edit.php +77 +$input_errors[] = gettext("First level tag cannot be empty."); + +src/www/interfaces_qinq_edit.php +79 +$input_errors[] = gettext("You are editing an existing entry and modifying the first level tag is not allowed."); + +src/www/interfaces_qinq_edit.php +81 +$input_errors[] = gettext("You are editing an existing entry and modifying the interface is not allowed."); + +src/www/interfaces_qinq_edit.php +85 +$input_errors[] = gettext("QinQ level already exists for this interface, edit it!"); + +src/www/interfaces_qinq_edit.php +89 +$input_errors[] = gettext("A normal VLAN exists with this tag please remove it to use this tag for QinQ first level."); + +src/www/interfaces_qinq_edit.php +116 +$input_errors[] = gettext("Tags can contain only numbers or a range in format #-#."); + +src/www/interfaces_qinq_edit.php +126 +$input_errors[] = gettext("Tags can contain only numbers or a range in format #-#."); + +src/www/interfaces_qinq_edit.php +189 +$gentry['descr'] = gettext("QinQ VLANs group"); + +src/www/interfaces_qinq_edit.php +263 +rowname[0] = ; + +src/www/interfaces_qinq_edit.php +267 +rowname[2] = ; + +src/www/interfaces_qinq_edit.php +289 +

          + +src/www/interfaces_qinq_edit.php +297 + + +src/www/interfaces_qinq_edit.php +314 + + +src/www/interfaces_qinq_edit.php +317 + + +src/www/interfaces_qinq_edit.php +322 + + +src/www/interfaces_qinq_edit.php +327 + + +src/www/interfaces_qinq_edit.php +330 + + +src/www/interfaces_qinq_edit.php +334 + + +src/www/interfaces_qinq_edit.php +339 + + +src/www/interfaces_qinq_edit.php +344 +
          + +src/www/interfaces_qinq_edit.php +347 + + +src/www/interfaces_qinq_edit.php +353 +
          + +src/www/interfaces_qinq_edit.php +380 +" class="btn btn-default btn-xs"/> + +src/www/interfaces_qinq_edit.php +387 +" /> + +src/www/interfaces_qinq_edit.php +388 +" /> + +src/www/interfaces_vlan.php +55 +$input_errors[] = gettext("This VLAN cannot be deleted because it is still being used as an interface."); + +src/www/interfaces_vlan.php +69 +$pgtitle = array(gettext("Interfaces"),gettext("VLAN")); + +src/www/interfaces_vlan.php +94 +$tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); + +src/www/interfaces_vlan.php +95 +$tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); + +src/www/interfaces_vlan.php +96 +$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); + +src/www/interfaces_vlan.php +97 +$tab_array[3] = array(gettext("VLANs"), true, "interfaces_vlan.php"); + +src/www/interfaces_vlan.php +98 +$tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); + +src/www/interfaces_vlan.php +99 +$tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); + +src/www/interfaces_vlan.php +100 +$tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); + +src/www/interfaces_vlan.php +101 +$tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); + +src/www/interfaces_vlan.php +102 +$tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); + +src/www/interfaces_vlan.php +103 +$tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); + +src/www/interfaces_vlan.php +116 + + +src/www/interfaces_vlan.php +117 + + +src/www/interfaces_vlan.php +118 + + +src/www/interfaces_vlan.php +138 +"> + +src/www/interfaces_vlan.php +140 +" onclick="return confirm('')"> + +src/www/interfaces_vlan.php +152 +
          + +src/www/interfaces_vlan.php +154 +

          + +src/www/interfaces_vlan_edit.php +65 +$reqdfieldsn = array(gettext("Parent interface"),gettext("VLAN tag")); + +src/www/interfaces_vlan_edit.php +70 +$input_errors[] = gettext("The VLAN tag must be an integer between 1 and 4094."); + +src/www/interfaces_vlan_edit.php +74 +$input_errors[] = gettext("Interface supplied as parent is invalid"); + +src/www/interfaces_vlan_edit.php +79 +$input_errors[] = gettext("Interface is assigned and you cannot change the VLAN tag while assigned."); + +src/www/interfaces_vlan_edit.php +87 +$input_errors[] = sprintf(gettext("A VLAN with the tag %s is already defined on this interface."),$vlan['tag']); + +src/www/interfaces_vlan_edit.php +94 +$input_errors[] = gettext("A QinQ VLAN exists with this tag please remove it to use this tag with."); + +src/www/interfaces_vlan_edit.php +120 +$input_errors[] = gettext("Error occurred creating interface, please retry."); + +src/www/interfaces_vlan_edit.php +138 +$pgtitle = array(gettext("Interfaces"),gettext("VLAN"),gettext("Edit")); + +src/www/interfaces_vlan_edit.php +160 +

          + +src/www/interfaces_vlan_edit.php +171 + + +src/www/interfaces_vlan_edit.php +187 + + +src/www/interfaces_vlan_edit.php +190 + + +src/www/interfaces_vlan_edit.php +194 + + +src/www/interfaces_vlan_edit.php +197 + + +src/www/interfaces_vlan_edit.php +200 +
          " /> + +src/www/interfaces_vlan_edit.php +208 +" onclick="window.location.href=''" /> + +src/www/interfaces_wireless.php +53 +$input_errors[] = gettext("This wireless clone cannot be deleted because it is assigned as an interface."); + +src/www/interfaces_wireless.php +66 +$pgtitle = array(gettext("Interfaces"),gettext("Wireless")); + +src/www/interfaces_wireless.php +91 +$tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); + +src/www/interfaces_wireless.php +92 +$tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); + +src/www/interfaces_wireless.php +93 +$tab_array[2] = array(gettext("Wireless"), true, "interfaces_wireless.php"); + +src/www/interfaces_wireless.php +94 +$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); + +src/www/interfaces_wireless.php +95 +$tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); + +src/www/interfaces_wireless.php +96 +$tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); + +src/www/interfaces_wireless.php +97 +$tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); + +src/www/interfaces_wireless.php +98 +$tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); + +src/www/interfaces_wireless.php +99 +$tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); + +src/www/interfaces_wireless.php +100 +$tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); + +src/www/interfaces_wireless.php +114 + + +src/www/interfaces_wireless.php +115 + + +src/www/interfaces_wireless.php +116 + + +src/www/interfaces_wireless.php +137 +"> + +src/www/interfaces_wireless.php +139 +')"> + +src/www/interfaces_wireless.php +150 +

          +
          + +src/www/interfaces_wireless.php +152 +

          + +src/www/interfaces_wireless_edit.php +77 +$reqdfieldsn = array(gettext("Parent interface"),gettext("Mode")); + +src/www/interfaces_wireless_edit.php +109 +$input_errors[] = gettext("This wireless clone cannot be modified because it is still assigned as an interface."); + +src/www/interfaces_wireless_edit.php +111 +$input_errors[] = gettext("Use the configuration page for the assigned interface to change the mode."); + +src/www/interfaces_wireless_edit.php +116 +$input_errors[] = sprintf(gettext('Error creating interface with mode %1$s. The %2$s interface may not support creating more clones with the selected mode.'), $wlan_modes[$clone['mode']], $clone['if']); + +src/www/interfaces_wireless_edit.php +121 +$input_errors[] = sprintf(gettext("Created with id %s"), $id); + +src/www/interfaces_wireless_edit.php +124 +$input_errors[] = gettext("Created without id"); + +src/www/interfaces_wireless_edit.php +138 +$pgtitle = array(gettext("Interfaces"),gettext("Wireless"),gettext("Edit")); + +src/www/interfaces_wireless_edit.php +154 +

          + +src/www/interfaces_wireless_edit.php +161 + + +src/www/interfaces_wireless_edit.php +179 + + +src/www/interfaces_wireless_edit.php +182 + + +src/www/interfaces_wireless_edit.php +183 + + +src/www/interfaces_wireless_edit.php +184 + + +src/www/interfaces_wireless_edit.php +188 + + +src/www/interfaces_wireless_edit.php +191 +
          " /> + +src/www/interfaces_wireless_edit.php +200 +" onclick="window.location.href=''" /> + +src/www/license.php +32 +$pgtitle = gettext("License"); + +src/www/load_balancer_monitor.php +61 +$input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one pool."); + +src/www/load_balancer_monitor.php +77 +$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Monitor")); + +src/www/load_balancer_monitor.php +97 +" . gettext("You must apply the changes in order for them to take effect."));?>
          + +src/www/load_balancer_monitor.php +105 +$tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); + +src/www/load_balancer_monitor.php +106 +$tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); + +src/www/load_balancer_monitor.php +107 +$tab_array[] = array(gettext("Monitors"), true, "load_balancer_monitor.php"); + +src/www/load_balancer_monitor.php +108 +$tab_array[] = array(gettext("Settings"), false, "load_balancer_setting.php"); + +src/www/load_balancer_monitor.php +123 +$t->add_column(gettext('Name'),'name',20); + +src/www/load_balancer_monitor.php +124 +$t->add_column(gettext('Type'),'type',10); + +src/www/load_balancer_monitor.php +125 +$t->add_column(gettext('Description'),'descr',30); + +src/www/load_balancer_monitor_edit.php +55 +$changedesc = gettext("Load Balancer +Monitor +") . " "; + +src/www/load_balancer_monitor_edit.php +77 +$reqdfieldsn = array(gettext("Name"),gettext("Type"),gettext("Description")); + +src/www/load_balancer_monitor_edit.php +84 +$input_errors[] = gettext("This monitor name has already been used. Monitor names must be unique."); + +src/www/load_balancer_monitor_edit.php +87 +$input_errors[] = gettext("You cannot use spaces in the 'name' field."); + +src/www/load_balancer_monitor_edit.php +101 +$input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); + +src/www/load_balancer_monitor_edit.php +107 +$input_errors[] = gettext("HTTP(s) codes must be from RFC2616."); + +src/www/load_balancer_monitor_edit.php +111 +$input_errors[] = gettext("The path to monitor must be set."); + +src/www/load_balancer_monitor_edit.php +134 +$changedesc .= " " . sprintf(gettext("modified '%s' monitor +"), $monent['name']); + +src/www/load_balancer_monitor_edit.php +182 +$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Monitor"),gettext("Edit")); + +src/www/load_balancer_monitor_edit.php +186 +$types = array("icmp" => gettext("ICMP"), "tcp" => gettext("TCP"), "http" => gettext("HTTP"), "https" => gettext("HTTPS"), "send" => gettext("Send/Expect")); + +src/www/load_balancer_monitor_edit.php +234 + + +src/www/load_balancer_monitor_edit.php +237 + + +src/www/load_balancer_monitor_edit.php +243 + + +src/www/load_balancer_monitor_edit.php +249 + + +src/www/load_balancer_monitor_edit.php +270 + + +src/www/load_balancer_monitor_edit.php +274 + + +src/www/load_balancer_monitor_edit.php +280 + + +src/www/load_balancer_monitor_edit.php +282 + size="64" />
          + +src/www/load_balancer_monitor_edit.php +286 + + +src/www/load_balancer_monitor_edit.php +303 + + +src/www/load_balancer_monitor_edit.php +307 + + +src/www/load_balancer_monitor_edit.php +313 + + +src/www/load_balancer_monitor_edit.php +315 + size="64" />
          + +src/www/load_balancer_monitor_edit.php +319 + + +src/www/load_balancer_monitor_edit.php +337 + + +src/www/load_balancer_monitor_edit.php +341 + + +src/www/load_balancer_monitor_edit.php +347 + + +src/www/load_balancer_monitor_edit.php +358 +" /> + +src/www/load_balancer_monitor_edit.php +359 +" onclick="window.location.href=''" /> + +src/www/load_balancer_pool.php +61 +$input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one virtual server."); + +src/www/load_balancer_pool.php +86 +$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Pool")); + +src/www/load_balancer_pool.php +108 +"));?>
          + +src/www/load_balancer_pool.php +116 +$tab_array[] = array(gettext("Pools"), true, "load_balancer_pool.php"); + +src/www/load_balancer_pool.php +117 +$tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); + +src/www/load_balancer_pool.php +118 +$tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); + +src/www/load_balancer_pool.php +119 +$tab_array[] = array(gettext("Settings"), false, "load_balancer_setting.php"); + +src/www/load_balancer_pool.php +134 +$t->add_column(gettext('Name'),'name',10); + +src/www/load_balancer_pool.php +135 +$t->add_column(gettext('Mode'),'mode',10); + +src/www/load_balancer_pool.php +136 +$t->add_column(gettext('Servers'),'servers',15); + +src/www/load_balancer_pool.php +137 +$t->add_column(gettext('Port'),'port',10); + +src/www/load_balancer_pool.php +138 +$t->add_column(gettext('Monitor'),'monitor',10); + +src/www/load_balancer_pool.php +139 +$t->add_column(gettext('Description'),'descr',25); + +src/www/load_balancer_pool.php +148 +

          + +src/www/load_balancer_pool.php +149 + + +src/www/load_balancer_pool.php +150 + + +src/www/load_balancer_pool_edit.php +57 +$changedesc = gettext("Load Balancer +Pool +") . " "; + +src/www/load_balancer_pool_edit.php +68 +$reqdfieldsn = array(gettext("Name"),gettext("Mode"),gettext("Port"),gettext("Monitor"),gettext("Server List")); + +src/www/load_balancer_pool_edit.php +75 +$input_errors[] = gettext("This pool name has already been used. Pool names must be unique."); + +src/www/load_balancer_pool_edit.php +78 +$input_errors[] = gettext("You cannot use spaces in the 'name' field."); + +src/www/load_balancer_pool_edit.php +81 +$input_errors[] = sprintf(gettext("The name '%s' is a reserved word and cannot be used."), $_POST['name']); + +src/www/load_balancer_pool_edit.php +84 +$input_errors[] = sprintf(gettext("Sorry, an alias is already named %s."), $_POST['name']); + +src/www/load_balancer_pool_edit.php +87 +$input_errors[] = gettext("The port must be an integer between 1 and 65535, or a port alias."); + +src/www/load_balancer_pool_edit.php +91 +$input_errors[] = gettext("The retry value must be an integer between 1 and 65535."); + +src/www/load_balancer_pool_edit.php +96 +$input_errors[] = sprintf(gettext("%s is not a valid IP address or IPv4 subnet (in "enabled" list)."), $svrent); + +src/www/load_balancer_pool_edit.php +99 +$input_errors[] = sprintf(gettext("%s is a subnet containing more than 64 IP addresses (in "enabled" list)."), $svrent); + +src/www/load_balancer_pool_edit.php +106 +$input_errors[] = sprintf(gettext("%s is not a valid IP address or IPv4 subnet (in "disabled" list)."), $svrent); + +src/www/load_balancer_pool_edit.php +109 +$input_errors[] = sprintf(gettext("%s is a subnet containing more than 64 IP addresses (in "disabled" list)."), $svrent); + +src/www/load_balancer_pool_edit.php +118 +$input_errors[] = gettext("Invalid monitor chosen."); + +src/www/load_balancer_pool_edit.php +125 +$changedesc .= sprintf(gettext(" modified '%s' pool +"), $poolent['name']); + +src/www/load_balancer_pool_edit.php +157 +$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Pool"),gettext("Edit")); + +src/www/load_balancer_pool_edit.php +198 + + +src/www/load_balancer_pool_edit.php +201 + + +src/www/load_balancer_pool_edit.php +207 + + +src/www/load_balancer_pool_edit.php +210 + + +src/www/load_balancer_pool_edit.php +211 + + +src/www/load_balancer_pool_edit.php +216 + + +src/www/load_balancer_pool_edit.php +223 + + +src/www/load_balancer_pool_edit.php +227 +
          + +src/www/load_balancer_pool_edit.php +228 + + +src/www/load_balancer_pool_edit.php +239 + + +src/www/load_balancer_pool_edit.php +242 +
          + +src/www/load_balancer_pool_edit.php +249 + + +src/www/load_balancer_pool_edit.php +252 + + +src/www/load_balancer_pool_edit.php +267 + + + +src/www/load_balancer_pool_edit.php +273 + + +src/www/load_balancer_pool_edit.php +276 +" onclick="AddServerToPool(document.iform); enforceFailover(); checkPoolControls();" />
          + +src/www/load_balancer_pool_edit.php +283 + + +src/www/load_balancer_pool_edit.php +286 + + +src/www/load_balancer_pool_edit.php +292 + + +src/www/load_balancer_pool_edit.php +303 +" onclick="RemoveServerFromPool(document.iform, 'serversdisabled[]');" /> + +src/www/load_balancer_pool_edit.php +312 + + +src/www/load_balancer_pool_edit.php +323 +" onclick="RemoveServerFromPool(document.iform, 'servers[]');" /> + +src/www/load_balancer_pool_edit.php +334 +" onclick="AllServers('serversSelect', true); AllServers('serversDisabledSelect', true);" /> + +src/www/load_balancer_pool_edit.php +335 +" onclick="window.location.href=''" /> + +src/www/load_balancer_relay_action.php +63 +$input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one relay protocol."); + +src/www/load_balancer_relay_action.php +93 +$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Action")); + +src/www/load_balancer_relay_action.php +111 +You must apply the changes in order for them to take effect."));?>
          + +src/www/load_balancer_relay_action.php +120 +$tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); + +src/www/load_balancer_relay_action.php +121 +$tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); + +src/www/load_balancer_relay_action.php +122 +$tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); + +src/www/load_balancer_relay_action.php +123 +$tab_array[] = array(gettext("Relay Actions"), true, "load_balancer_relay_action.php"); + +src/www/load_balancer_relay_action.php +124 +$tab_array[] = array(gettext("Relay Protocols"), false, "load_balancer_relay_protocol.php"); + +src/www/load_balancer_relay_action.php +138 +$t->add_column(gettext('Name'),'name',20); + +src/www/load_balancer_relay_action.php +139 +$t->add_column(gettext('Type'),'type',10); + +src/www/load_balancer_relay_action.php +140 +$t->add_column(gettext('Options'),'options',30); + +src/www/load_balancer_relay_action.php +141 +$t->add_column(gettext('Description'),'descr',30); + +src/www/load_balancer_relay_action_edit.php +55 +$changedesc = gettext("Load Balancer +Relay Action +") . " "; + +src/www/load_balancer_relay_action_edit.php +107 +$reqdfieldsn = array(gettext("Name"),gettext("Protocol"),gettext("Direction"),gettext("Action"),gettext("Description")); + +src/www/load_balancer_relay_action_edit.php +114 +$input_errors[] = gettext("This action name has already been used. Action names must be unique."); + +src/www/load_balancer_relay_action_edit.php +117 +$input_errors[] = gettext("You cannot use spaces in the 'name' field."); + +src/www/load_balancer_relay_action_edit.php +124 +$changedesc .= " " . sprintf(gettext("modified '%s' action +"), $actent['name']); + +src/www/load_balancer_relay_action_edit.php +170 +$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Action"),gettext("Edit")); + +src/www/load_balancer_relay_action_edit.php +174 +$types = array("http" => gettext("HTTP"), "tcp" => gettext("TCP"), "dns" => gettext("DNS")); + +src/www/load_balancer_relay_action_edit.php +409 + + +src/www/load_balancer_relay_action_edit.php +412 + + +src/www/load_balancer_relay_action_edit.php +418 + + +src/www/load_balancer_relay_action_edit.php +425 + + +src/www/load_balancer_relay_action_edit.php +444 + + +src/www/load_balancer_relay_action_edit.php +464 + + +src/www/load_balancer_relay_action_edit.php +485 + + +src/www/load_balancer_relay_action_edit.php +507 +
           size="20">
          + +src/www/load_balancer_relay_action_edit.php +509 +
           size="20">
          + +src/www/load_balancer_relay_action_edit.php +511 +
           size="20">
          + +src/www/load_balancer_relay_action_edit.php +516 + + +src/www/load_balancer_relay_action_edit.php +518 +XXX + + +src/www/load_balancer_relay_action_edit.php +536 + + +src/www/load_balancer_relay_action_edit.php +538 +XXX + + +src/www/load_balancer_relay_action_edit.php +558 +"> + +src/www/load_balancer_relay_action_edit.php +559 +" onclick="window.location.href=''" /> + +src/www/load_balancer_relay_protocol.php +60 +$input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one virtual server."); + +src/www/load_balancer_relay_protocol.php +89 +$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Protocol")); + +src/www/load_balancer_relay_protocol.php +106 +" . gettext("You must apply the changes in order for them to take effect."));?>
          + +src/www/load_balancer_relay_protocol.php +114 +$tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); + +src/www/load_balancer_relay_protocol.php +115 +$tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); + +src/www/load_balancer_relay_protocol.php +116 +$tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); + +src/www/load_balancer_relay_protocol.php +117 +$tab_array[] = array(gettext("Relay Actions"), false, "load_balancer_relay_action.php"); + +src/www/load_balancer_relay_protocol.php +118 +$tab_array[] = array(gettext("Relay Protocols"), true, "load_balancer_relay_protocol.php"); + +src/www/load_balancer_relay_protocol.php +132 +$t->add_column(gettext('Name'),'name',20); + +src/www/load_balancer_relay_protocol.php +133 +$t->add_column(gettext('Type'),'type',10); + +src/www/load_balancer_relay_protocol.php +134 +$t->add_column(gettext('Options'),'options',30); + +src/www/load_balancer_relay_protocol.php +135 +$t->add_column(gettext('Description'),'descr',30); + +src/www/load_balancer_relay_protocol_edit.php +55 +$changedesc = gettext("Load Balancer +Relay Protocol +") . " "; + +src/www/load_balancer_relay_protocol_edit.php +69 +$reqdfieldsn = array(gettext("Name"),gettext("Type"),gettext("Description")); + +src/www/load_balancer_relay_protocol_edit.php +76 +$input_errors[] = gettext("This protocol name has already been used. Protocol names must be unique."); + +src/www/load_balancer_relay_protocol_edit.php +79 +$input_errors[] = gettext("You cannot use spaces in the 'name' field."); + +src/www/load_balancer_relay_protocol_edit.php +95 +$changedesc .= " " . sprintf(gettext("modified '%s' load balancing protocol +"), $protent['name']); + +src/www/load_balancer_relay_protocol_edit.php +97 +update_if_changed(gettext("name"), $protent['name'], $pconfig['name']); + +src/www/load_balancer_relay_protocol_edit.php +98 +update_if_changed(gettext("type"), $protent['type'], $pconfig['type']); + +src/www/load_balancer_relay_protocol_edit.php +99 +update_if_changed(gettext("description"), $protent['descr'], $pconfig['descr']); + +src/www/load_balancer_relay_protocol_edit.php +100 +update_if_changed(gettext("type"), $protent['type'], $pconfig['type']); + +src/www/load_balancer_relay_protocol_edit.php +101 +update_if_changed(gettext("action"), $protent['lbaction'], $pconfig['lbaction']); + +src/www/load_balancer_relay_protocol_edit.php +127 +$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Protocol"),gettext("Edit")); + +src/www/load_balancer_relay_protocol_edit.php +132 +$types = array("http" => gettext("HTTP"), "tcp" => gettext("TCP"), "dns" => gettext("DNS")); + +src/www/load_balancer_relay_protocol_edit.php +194 + + +src/www/load_balancer_relay_protocol_edit.php +197 + + +src/www/load_balancer_relay_protocol_edit.php +203 + + +src/www/load_balancer_relay_protocol_edit.php +220 + + +src/www/load_balancer_relay_protocol_edit.php +229 + + +src/www/load_balancer_relay_protocol_edit.php +232 + + +src/www/load_balancer_relay_protocol_edit.php +239 + + +src/www/load_balancer_relay_protocol_edit.php +254 +" onclick="copyOption($('available_action'), $('lbaction'));" />
          + +src/www/load_balancer_relay_protocol_edit.php +255 +" onclick="deleteOption($('lbaction'));" /> + +src/www/load_balancer_relay_protocol_edit.php +261 + + +src/www/load_balancer_relay_protocol_edit.php +282 +" onClick="AllOptions($('lbaction'), true); AllOptions($('available_action'), false);"> + +src/www/load_balancer_relay_protocol_edit.php +283 +" onclick="window.location.href=''" /> + +src/www/load_balancer_setting.php +56 +$input_errors[] = gettext("Timeout must be a numeric value"); + +src/www/load_balancer_setting.php +60 +$input_errors[] = gettext("Interval must be a numeric value"); + +src/www/load_balancer_setting.php +65 +$input_errors[] = gettext("Prefork must be a numeric value"); + +src/www/load_balancer_setting.php +68 +$input_errors[] = gettext("Prefork value must be between 1 and 32"); + +src/www/load_balancer_setting.php +85 +$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Settings")); + +src/www/load_balancer_setting.php +102 +" . gettext("You must apply the changes in order for them to take effect."));?>
          + +src/www/load_balancer_setting.php +110 +$tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); + +src/www/load_balancer_setting.php +111 +$tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); + +src/www/load_balancer_setting.php +112 +$tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); + +src/www/load_balancer_setting.php +113 +$tab_array[] = array(gettext("Settings"), true, "load_balancer_setting.php"); + +src/www/load_balancer_setting.php +126 + + +src/www/load_balancer_setting.php +129 + + +src/www/load_balancer_setting.php +133 + + +src/www/load_balancer_setting.php +137 + + +src/www/load_balancer_setting.php +141 + + +src/www/load_balancer_setting.php +145 + + +src/www/load_balancer_setting.php +149 + + +src/www/load_balancer_setting.php +155 +" /> + +src/www/load_balancer_virtual_server.php +86 +$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Virtual Servers")); + +src/www/load_balancer_virtual_server.php +107 +" . gettext("You must apply the changes in order for them to take effect."));?>
          + +src/www/load_balancer_virtual_server.php +115 +$tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); + +src/www/load_balancer_virtual_server.php +116 +$tab_array[] = array(gettext("Virtual Servers"), true, "load_balancer_virtual_server.php"); + +src/www/load_balancer_virtual_server.php +117 +$tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); + +src/www/load_balancer_virtual_server.php +118 +$tab_array[] = array(gettext("Settings"), false, "load_balancer_setting.php"); + +src/www/load_balancer_virtual_server.php +131 +$t->add_column(gettext('Name'),'name',10); + +src/www/load_balancer_virtual_server.php +132 +$t->add_column(gettext('Protocol'),'relay_protocol',10); + +src/www/load_balancer_virtual_server.php +133 +$t->add_column(gettext('IP Address'),'ipaddr',10); + +src/www/load_balancer_virtual_server.php +134 +$t->add_column(gettext('Port'),'port',10); + +src/www/load_balancer_virtual_server.php +135 +$t->add_column(gettext('Pool'),'poolname',10); + +src/www/load_balancer_virtual_server.php +136 +$t->add_column(gettext('Fall Back Pool'),'sitedown',15); + +src/www/load_balancer_virtual_server.php +137 +$t->add_column(gettext('Description'),'descr',25); + +src/www/load_balancer_virtual_server_edit.php +50 +$changedesc = gettext("Load Balancer +Virtual Server +") . " "; + +src/www/load_balancer_virtual_server_edit.php +61 +$reqdfieldsn = array(gettext("IP Address"),gettext("Name"),gettext("Mode")); + +src/www/load_balancer_virtual_server_edit.php +66 +$reqdfieldsn = array(gettext("IP Address"),gettext("Name"),gettext("Relay Protocol")); + +src/www/load_balancer_virtual_server_edit.php +75 +$input_errors[] = gettext("This virtual server name has already been used. Virtual server names must be unique."); + +src/www/load_balancer_virtual_server_edit.php +78 +$input_errors[] = gettext("You cannot use spaces or slashes in the 'name' field."); + +src/www/load_balancer_virtual_server_edit.php +81 +$input_errors[] = gettext("The port must be an integer between 1 and 65535, a port alias, or left blank."); + +src/www/load_balancer_virtual_server_edit.php +84 +$input_errors[] = sprintf(gettext("%s is not a valid IP address, IPv4 subnet, or alias."), $_POST['ipaddr']); + +src/www/load_balancer_virtual_server_edit.php +86 +$input_errors[] = sprintf(gettext("%s is a subnet containing more than 64 IP addresses."), $_POST['ipaddr']); + +src/www/load_balancer_virtual_server_edit.php +89 +$input_errors[] = gettext("You cannot select a Fall Back Pool when using the DNS relay protocol."); + +src/www/load_balancer_virtual_server_edit.php +96 +$changedesc .= " " . sprintf(gettext("modified '%s' vs +"), $vsent['name']); + +src/www/load_balancer_virtual_server_edit.php +98 +$changedesc .= " " . sprintf(gettext("created '%s' vs +"), $_POST['name']); + +src/www/load_balancer_virtual_server_edit.php +132 +$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Virtual Server"),gettext("Edit")); + +src/www/load_balancer_virtual_server_edit.php +164 + + +src/www/load_balancer_virtual_server_edit.php +167 + + +src/www/load_balancer_virtual_server_edit.php +173 + + +src/www/load_balancer_virtual_server_edit.php +179 + + +src/www/load_balancer_virtual_server_edit.php +182 +
          + +src/www/load_balancer_virtual_server_edit.php +183 +
          + +src/www/load_balancer_virtual_server_edit.php +193 + + +src/www/load_balancer_virtual_server_edit.php +196 +
          + +src/www/load_balancer_virtual_server_edit.php +197 +
          + +src/www/load_balancer_virtual_server_edit.php +198 +
          + +src/www/load_balancer_virtual_server_edit.php +208 + + +src/www/load_balancer_virtual_server_edit.php +211 + + +src/www/load_balancer_virtual_server_edit.php +227 + + +src/www/load_balancer_virtual_server_edit.php +230 + + +src/www/load_balancer_virtual_server_edit.php +233 + + +src/www/load_balancer_virtual_server_edit.php +243 +
          + +src/www/load_balancer_virtual_server_edit.php +244 +
          + +src/www/load_balancer_virtual_server_edit.php +261 + + +src/www/load_balancer_virtual_server_edit.php +280 +" /> + +src/www/load_balancer_virtual_server_edit.php +281 +" onclick="window.location.href=''" /> + +src/www/load_balancer_virtual_server_edit.php +289 + + +src/www/pkg.php +49 +print "onmouseout="this.style.color = ''; domTT_mouseout(this, event);" onmouseover="domTT_activate(this, event, 'content', '".gettext($title_msg)."', 'trail', true, 'delay', 0, 'fade', 'both', 'fadeMax', 93, 'styleClass', 'niceTitle');""; + +src/www/pkg.php +55 +print_info_box_np(gettext("ERROR +No package defined.")); + +src/www/pkg.php +186 +var strloading="/images/misc/loader.gif' alt='loader' /> " + ""; + +src/www/pkg.php +187 +if(confirm("")){ + +src/www/pkg.php +422 +echo gettext("No"); + +src/www/pkg.php +424 +echo gettext("Yes"); + +src/www/pkg.php +434 +echo $column['prefix'] . gettext($column['listmodeon']). $column['suffix']; + +src/www/pkg.php +437 +echo $column['prefix'] .gettext($column['listmodeoff']). $column['suffix']; + +src/www/pkg.php +456 +')"> alt="delete" /> + +src/www/pkg_edit.php +60 +print_info_box_np(gettext("ERROR +No valid package defined.")); + +src/www/pkg_edit.php +245 +$edit = ($only_edit ? '' +" +" . gettext("Edit")); + +src/www/pkg_edit.php +249 +$title = gettext("Package Editor"); + +src/www/pkg_edit.php +437 +$savevalue = gettext("Save"); + +src/www/pkg_edit.php +448 +$advanced .= "". gettext("Advanced features") . "
          n"; + +src/www/pkg_edit.php +938 +echo "

          " . gettext("Note") . " + {$pkg['note']}

          "; + +src/www/pkg_edit.php +944 +echo ""; + +src/www/pkg_edit.php +1133 +$div .= " - " . gettext("Show advanced option") ."n"; + +src/www/pkg_mgr.php +47 +$pgtitle = array(gettext("System"),gettext("Package Manager")); + +src/www/pkg_mgr.php +73 +$savemsg = sprintf(gettext("Unable to retrieve package info from %s. Cached data will be used."), $xmlrpc_base_url); + +src/www/pkg_mgr.php +76 +$savemsg = 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']); + +src/www/pkg_mgr.php +88 +$pgtitle = array(gettext("System"),gettext("Package Manager")); + +src/www/pkg_mgr.php +130 +$tab_array[] = array(gettext("Available Packages"), $requested_version <> "" ? false +true, "pkg_mgr.php"); + +src/www/pkg_mgr.php +131 +$tab_array[] = array(gettext("Installed Packages"), false, "pkg_mgr_installed.php"); + +src/www/pkg_mgr.php +171 +$tab_array[] = array(gettext("All"), $menu_category=="All" ? true +false, "pkg_mgr.php?category=All"); + +src/www/pkg_mgr.php +174 +$tab_array[] = array(gettext($category) , $menu_category==$category ? true +false, "pkg_mgr.php?category={$category}"); + +src/www/pkg_mgr.php +179 +$tab_array[] = array(gettext("Other Categories"), $menu_category=="Other" ? true +false, "pkg_mgr.php?category=Other"); + +src/www/pkg_mgr.php +198 + + +src/www/pkg_mgr.php +201 +print ''.gettext("Category").''."n"; + +src/www/pkg_mgr.php +203 +" class="listhdr"> + +src/www/pkg_mgr.php +204 +" class="listhdr"> + +src/www/pkg_mgr.php +213 +echo "
          " . gettext("There are currently no packages available for installation.") . ""; + +src/www/pkg_mgr.php +235 +$pkginfo=gettext("Package info"); + +src/www/pkg_mgr.php +238 +$pkginfo=gettext("No package info, check the forum"); + +src/www/pkg_mgr.php +245 +"> + +src/www/pkg_mgr.php +249 +print ''.gettext($index['category']).''."n"; + +src/www/pkg_mgr.php +254 +print ' + +src/www/pkg_mgr.php +270 +"> + +src/www/pkg_mgr.php +282 +" class="btn btn-primary"> + +src/www/pkg_mgr.php +288 +echo "" . gettext("There are currently no packages available for installation.") . ""; + +src/www/pkg_mgr_install.php +44 +$pgtitle = array(gettext("System"),gettext("Package Manager"),gettext("Install Package")); + +src/www/pkg_mgr_install.php +98 +$tab_array[] = array(gettext("Available packages"), false, "pkg_mgr.php"); + +src/www/pkg_mgr_install.php +99 +$tab_array[] = array(gettext("Installed packages"), false, "pkg_mgr_installed.php"); + +src/www/pkg_mgr_install.php +100 +$tab_array[] = array(gettext("Package Installer"), true, ""); + +src/www/pkg_mgr_install.php +169 + + +src/www/pkg_mgr_install.php +196 +update_output_window(gettext("Something is wrong on the request.")); + +src/www/pkg_mgr_install.php +200 +update_output_window(gettext("Log was not retrievable.")); + +src/www/pkg_mgr_install.php +205 +update_status("{$pkgname} " . gettext("installation completed.")); + +src/www/pkg_mgr_install.php +208 +update_output_window(sprintf(gettext("Could not find %s."), $pkgname)); + +src/www/pkg_mgr_install.php +219 +write_config(gettext("Creating restore point before package installation.")); + +src/www/pkg_mgr_install.php +224 +update_status(gettext("Package deleted.")); + +src/www/pkg_mgr_install.php +225 +$static_output .= "n" . gettext("Package deleted."); + +src/www/pkg_mgr_install.php +235 +update_status(gettext("Package reinstallation failed.")); + +src/www/pkg_mgr_install.php +236 +$static_output .= "n" . gettext("Package reinstallation failed."); + +src/www/pkg_mgr_install.php +239 +update_status(gettext("Package reinstalled.")); + +src/www/pkg_mgr_install.php +240 +$static_output .= "n" . gettext("Package reinstalled."); + +src/www/pkg_mgr_install.php +261 +update_status(gettext("All packages reinstalled.")); + +src/www/pkg_mgr_install.php +262 +$static_output .= "n" . gettext("All packages reinstalled."); + +src/www/pkg_mgr_install.php +266 +update_output_window(gettext("No packages are installed.")); + +src/www/pkg_mgr_install.php +272 +update_status(gettext("Installation of") . " {$pkgid} " . gettext("FAILED!")); + +src/www/pkg_mgr_install.php +273 +$static_output .= "n" . gettext("Installation halted."); + +src/www/pkg_mgr_install.php +276 +$status_a = gettext(sprintf("Installation of %s completed.", $pkgid)); + +src/www/pkg_mgr_install.php +280 +$static_output .= "n" . gettext("Installation completed.") . "n{$pkgid} " . gettext("setup instructions") . " +n{$status}"; + +src/www/pkg_mgr_install.php +282 +$static_output .= "n" . gettext("Installation completed. Please check to make sure that the package is configured from the respective menu then start the package."); + +src/www/pkg_mgr_installed.php +41 +$pgtitle = array(gettext("System"),gettext("Package Manager")); + +src/www/pkg_mgr_installed.php +70 +$pgtitle = array(gettext("System"),gettext("Package Manager")); + +src/www/pkg_mgr_installed.php +104 +$tab_array[] = array(gettext("Available Packages"), false, "pkg_mgr.php"); + +src/www/pkg_mgr_installed.php +105 +// $tab_array[] = array("{$version} " . gettext("packages"), false, "pkg_mgr.php"); + +src/www/pkg_mgr_installed.php +108 +$tab_array[] = array(gettext("Installed Packages"), true, "pkg_mgr_installed.php"); + +src/www/pkg_mgr_installed.php +117 + + +src/www/pkg_mgr_installed.php +118 + + +src/www/pkg_mgr_installed.php +119 + + +src/www/pkg_mgr_installed.php +120 + + +src/www/pkg_mgr_installed.php +148 +$pkgver = "".gettext("Available") ." +". $latest_package . "
          "; + +src/www/pkg_mgr_installed.php +150 +$pkgver = "
          ".gettext("Available") ." +". $latest_package . "
          "; + +src/www/pkg_mgr_installed.php +151 +$pkgver .= gettext("Installed") ." +". $pkg['version']. "
          "; + +src/www/pkg_mgr_installed.php +157 +$pkgver = "" . gettext("Available") ." +". $latest_package . "
          "; + +src/www/pkg_mgr_installed.php +159 +$pkgver = "
          " . gettext("Available") ." +". $latest_package . "
          "; + +src/www/pkg_mgr_installed.php +160 +$pkgver .= gettext("Installed") ." +". $pkg['version']."
          "; + +src/www/pkg_mgr_installed.php +184 +$pkginfo=gettext("Package info"); + +src/www/pkg_mgr_installed.php +188 +$pkginfo=gettext("No package info, check the forum"); + +src/www/pkg_mgr_installed.php +203 +echo "{$pkgver}"; + +src/www/pkg_mgr_installed.php +205 +>

          + +src/www/pkg_mgr_installed.php +213 +" class="btn btn-default btn-xs"> + +src/www/pkg_mgr_installed.php +216 +" class="btn btn-default btn-xs"> + +src/www/pkg_mgr_installed.php +227 + + +src/www/pkg_mgr_settings.php +51 +$pgtitle = array(gettext("System"),gettext("Package Settings")); + +src/www/pkg_mgr_settings.php +89 +$tab_array[] = array(sprintf(gettext("%s packages"), $version), false, "pkg_mgr.php"); + +src/www/pkg_mgr_settings.php +90 +$tab_array[] = array(gettext("Installed Packages"), false, "pkg_mgr_installed.php"); + +src/www/pkg_mgr_settings.php +91 +$tab_array[] = array(gettext("Package Settings"), true, "pkg_mgr_settings.php"); + +src/www/pkg_mgr_settings.php +100 + + +src/www/pkg_mgr_settings.php +101 + + +src/www/pkg_mgr_settings.php +102 + + +src/www/pkg_mgr_settings.php +104 + + +src/www/pkg_mgr_settings.php +109 + + +src/www/pkg_mgr_settings.php +112 + + +src/www/pkg_mgr_settings.php +114 + />
          + +src/www/pkg_mgr_settings.php +116 + + +src/www/pkg_mgr_settings.php +119 +,
          + +src/www/pkg_mgr_settings.php +131 +" /> + +src/www/reboot.php +34 +$pgtitle = array(gettext("Diagnostics"),gettext("Reboot System")); + +src/www/reboot.php +47 + + +src/www/reboot.php +49 + + +src/www/reboot.php +55 +

          + +src/www/reboot.php +57 +" /> + +src/www/reboot.php +58 + + +src/www/restart_httpd.php +31 +$pgtitle = array(gettext("Restarting httpd")); + +src/www/restart_httpd.php +39 +... + +src/www/restart_httpd.php +41 +.
          + +src/www/restart_httpd.php +42 +... + +src/www/restart_httpd.php +44 +.
          + +src/www/restart_httpd.php +45 +... + +src/www/restart_httpd.php +47 +.
          + +src/www/restart_httpd.php +48 +... + +src/www/restart_httpd.php +50 +.
          + +src/www/services_captiveportal.php +56 +$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); + +src/www/services_captiveportal.php +75 +write_config(sprintf(gettext("Captive Portal +zone %s +Restore default portal page"), $cpzone)); + +src/www/services_captiveportal.php +94 +write_config(sprintf(gettext("Captive Portal +zone %s +Restore default error page"), $cpzone)); + +src/www/services_captiveportal.php +113 +write_config(sprintf(gettext("Captive Portal +zone %s +Restore default logout page"), $cpzone)); + +src/www/services_captiveportal.php +198 +$reqdfieldsn = array(gettext("Zone name"), gettext("Interface")); + +src/www/services_captiveportal.php +206 +$input_errors[] = sprintf(gettext("The captive portal cannot be used on interface %s since it is part of a bridge."), $cpbrif); + +src/www/services_captiveportal.php +210 +$input_errors[] = sprintf(gettext("The captive portal cannot be used on interface %s since it is used already on %s instance."), $cpbrif, $cp['zone']); + +src/www/services_captiveportal.php +218 +$input_errors[] = gettext("Certificate must be specified for HTTPS login."); + +src/www/services_captiveportal.php +221 +$input_errors[] = gettext("The HTTPS server name must be specified for HTTPS login."); + +src/www/services_captiveportal.php +228 +$input_errors[] = gettext("The timeout must be at least 1 minute."); + +src/www/services_captiveportal.php +241 +$input_errors[] = gettext("Hard timeout must be less or equal Default lease time set on DHCP Server"); + +src/www/services_captiveportal.php +246 +$input_errors[] = gettext("The idle timeout must be at least 1 minute."); + +src/www/services_captiveportal.php +249 +$input_errors[] = gettext("The pass-through credit count must be a number or left blank."); + +src/www/services_captiveportal.php +252 +$input_errors[] = gettext("The waiting period to restore pass-through credits must be above 0 hours."); + +src/www/services_captiveportal.php +256 +$input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip']); + +src/www/services_captiveportal.php +259 +$input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip2']); + +src/www/services_captiveportal.php +262 +$input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip3']); + +src/www/services_captiveportal.php +265 +$input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip4']); + +src/www/services_captiveportal.php +268 +$input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport']); + +src/www/services_captiveportal.php +271 +$input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport2']); + +src/www/services_captiveportal.php +274 +$input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport3']); + +src/www/services_captiveportal.php +277 +$input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport4']); + +src/www/services_captiveportal.php +280 +$input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusacctport']); + +src/www/services_captiveportal.php +283 +$input_errors[] = gettext("The maximum number of concurrent connections per client IP address may not be larger than the global maximum."); + +src/www/services_captiveportal.php +286 +$input_errors[] = gettext("The NAS-Identifier must be 3-253 characters long and should only contain ASCII characters."); + +src/www/services_captiveportal.php +500 +$tab_array[] = array(gettext("Captive portal(s)"), true, "services_captiveportal.php?zone={$cpzone}"); + +src/www/services_captiveportal.php +501 +$tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); + +src/www/services_captiveportal.php +502 +$tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); + +src/www/services_captiveportal.php +504 +// $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); + +src/www/services_captiveportal.php +505 +$tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); + +src/www/services_captiveportal.php +506 +$tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); + +src/www/services_captiveportal.php +522 + + +src/www/services_captiveportal.php +525 + + +src/www/services_captiveportal.php +537 + + +src/www/services_captiveportal.php +540 + + +src/www/services_captiveportal.php +544 + + +src/www/services_captiveportal.php +547 + + +src/www/services_captiveportal.php +555 +
          + +src/www/services_captiveportal.php +556 + + +src/www/services_captiveportal.php +559 + + +src/www/services_captiveportal.php +562 +
          + +src/www/services_captiveportal.php +563 + + +src/www/services_captiveportal.php +567 + + +src/www/services_captiveportal.php +570 +
          + +src/www/services_captiveportal.php +571 + + +src/www/services_captiveportal.php +574 + + +src/www/services_captiveportal.php +577 +
          + +src/www/services_captiveportal.php +578 + + +src/www/services_captiveportal.php +581 + + +src/www/services_captiveportal.php +584 +
          + +src/www/services_captiveportal.php +585 + + +src/www/services_captiveportal.php +589 + + +src/www/services_captiveportal.php +592 +
          + +src/www/services_captiveportal.php +593 + + +src/www/services_captiveportal.php +596 + + +src/www/services_captiveportal.php +599 + + +src/www/services_captiveportal.php +603 + + +src/www/services_captiveportal.php +607 + + +src/www/services_captiveportal.php +615 + + +src/www/services_captiveportal.php +620 + + +src/www/services_captiveportal.php +623 +
          + +src/www/services_captiveportal.php +624 + + +src/www/services_captiveportal.php +628 + + +src/www/services_captiveportal.php +631 +

          + +src/www/services_captiveportal.php +634 + + +src/www/services_captiveportal.php +635 + + +src/www/services_captiveportal.php +638 + + +src/www/services_captiveportal.php +639 + + +src/www/services_captiveportal.php +642 + + +src/www/services_captiveportal.php +646 + + +src/www/services_captiveportal.php +651 + + +src/www/services_captiveportal.php +655 + / + +src/www/services_captiveportal.php +664 + + +src/www/services_captiveportal.php +667 + + +src/www/services_captiveportal.php +673 + + +src/www/services_captiveportal.php +678 + + +src/www/services_captiveportal.php +682 + + +src/www/services_captiveportal.php +686 + + +src/www/services_captiveportal.php +690 + + +src/www/services_captiveportal.php +707 + + +src/www/services_captiveportal.php +710 + + +src/www/services_captiveportal.php +712 + + +src/www/services_captiveportal.php +715 + + +src/www/services_captiveportal.php +717 + + +src/www/services_captiveportal.php +720 +   + +src/www/services_captiveportal.php +722 + + +src/www/services_captiveportal.php +728 + + +src/www/services_captiveportal.php +731 + + +src/www/services_captiveportal.php +733 + + +src/www/services_captiveportal.php +736 + + +src/www/services_captiveportal.php +740 +   + +src/www/services_captiveportal.php +750 + + +src/www/services_captiveportal.php +753 + + +src/www/services_captiveportal.php +755 + + +src/www/services_captiveportal.php +758 + + +src/www/services_captiveportal.php +762 +   + +src/www/services_captiveportal.php +769 + + +src/www/services_captiveportal.php +772 + + +src/www/services_captiveportal.php +774 + + +src/www/services_captiveportal.php +777 + + +src/www/services_captiveportal.php +781 +   + +src/www/services_captiveportal.php +788 + + +src/www/services_captiveportal.php +793 +
          + +src/www/services_captiveportal.php +794 + + +src/www/services_captiveportal.php +797 + + +src/www/services_captiveportal.php +799 + + +src/www/services_captiveportal.php +805 + + +src/www/services_captiveportal.php +807 + />
          + +src/www/services_captiveportal.php +808 + />
          + +src/www/services_captiveportal.php +809 + /> + +src/www/services_captiveportal.php +816 + + +src/www/services_captiveportal.php +819 + + +src/www/services_captiveportal.php +821 +
          + +src/www/services_captiveportal.php +822 + + +src/www/services_captiveportal.php +828 + />
          + +src/www/services_captiveportal.php +829 + + +src/www/services_captiveportal.php +837 + + +src/www/services_captiveportal.php +867 + + +src/www/services_captiveportal.php +872 + + +src/www/services_captiveportal.php +873 + />
          + +src/www/services_captiveportal.php +874 + + +src/www/services_captiveportal.php +878 + + +src/www/services_captiveportal.php +880 + + +src/www/services_captiveportal.php +890 + + +src/www/services_captiveportal.php +897 + />
          + +src/www/services_captiveportal.php +898 + + +src/www/services_captiveportal.php +902 + + +src/www/services_captiveportal.php +904 + + +src/www/services_captiveportal.php +907 + + +src/www/services_captiveportal.php +910 + + +src/www/services_captiveportal.php +915 +echo "n"; + +src/www/services_captiveportal.php +917 +echo "n"; + +src/www/services_captiveportal.php +922 + + +src/www/services_captiveportal.php +923 +
          + +src/www/services_captiveportal.php +924 + 00 +11 +22 +33 +44 +55
          + +src/www/services_captiveportal.php +925 + 001122-334455
          + +src/www/services_captiveportal.php +926 + 00-11-22-33-44-55
          + +src/www/services_captiveportal.php +927 + 0011.2233.4455
          + +src/www/services_captiveportal.php +928 + 001122334455 + +src/www/services_captiveportal.php +935 + + +src/www/services_captiveportal.php +938 +
          + +src/www/services_captiveportal.php +939 + + +src/www/services_captiveportal.php +942 + + +src/www/services_captiveportal.php +945 + + +src/www/services_captiveportal.php +948 + + +src/www/services_captiveportal.php +962 +
          Create one under System > Cert Manager. + +src/www/services_captiveportal.php +967 + + +src/www/services_captiveportal.php +970 +
          + +src/www/services_captiveportal.php +971 + + +src/www/services_captiveportal.php +974 + + +src/www/services_captiveportal.php +989 + + +src/www/services_captiveportal.php +991 + + +src/www/services_captiveportal.php +994 + + +src/www/services_captiveportal.php +1001 +gettext('Upload an HTML/PHP file for the portal page here (leave blank to keep the current one). ' . + +src/www/services_captiveportal.php +1012 +
          + +src/www/services_captiveportal.php +1023 +
          + +src/www/services_captiveportal.php +1024 +
          + +src/www/services_captiveportal.php +1025 + + +src/www/services_captiveportal.php +1029 + + +src/www/services_captiveportal.php +1031 + + +src/www/services_captiveportal.php +1034 + + +src/www/services_captiveportal.php +1039 + "$PORTAL_MESSAGE$", + +src/www/services_captiveportal.php +1043 +
          + +src/www/services_captiveportal.php +1044 +
          + +src/www/services_captiveportal.php +1045 + + +src/www/services_captiveportal.php +1049 + + +src/www/services_captiveportal.php +1051 + + +src/www/services_captiveportal.php +1054 + + +src/www/services_captiveportal.php +1059 + + +src/www/services_captiveportal.php +1065 +" onclick="enable_change(true)" /> + +src/www/services_captiveportal.php +1066 +" onclick="enable_change(true)" /> + +src/www/services_captiveportal.php +1071 +
          + +src/www/services_captiveportal.php +1072 +
          + +src/www/services_captiveportal_filemanager.php +59 +$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); + +src/www/services_captiveportal_filemanager.php +86 +$input_errors[] = sprintf(gettext("A file with the name '%s' already exists."), $name); + +src/www/services_captiveportal_filemanager.php +93 +$input_errors[] = gettext("The total size of all files uploaded may not exceed ") . + +src/www/services_captiveportal_filemanager.php +126 +array('label'=>gettext('add file'), 'href'=>'services_captiveportal_filemanager.php?zone='.$cpzone.'&act=add'), + +src/www/services_captiveportal_filemanager.php +146 +$tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); + +src/www/services_captiveportal_filemanager.php +147 +$tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); + +src/www/services_captiveportal_filemanager.php +148 +$tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); + +src/www/services_captiveportal_filemanager.php +150 +// $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); + +src/www/services_captiveportal_filemanager.php +151 +$tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); + +src/www/services_captiveportal_filemanager.php +152 +$tab_array[] = array(gettext("File Manager"), true, "services_captiveportal_filemanager.php?zone={$cpzone}"); + +src/www/services_captiveportal_filemanager.php +173 +" /> + +src/www/services_captiveportal_filemanager.php +189 + + +src/www/services_captiveportal_filemanager.php +190 + + +src/www/services_captiveportal_filemanager.php +201 +')"> + +src/www/services_captiveportal_filemanager.php +202 +"> + +src/www/services_captiveportal_filemanager.php +209 + + +src/www/services_captiveportal_filemanager.php +219 +
          + +src/www/services_captiveportal_filemanager.php +221 +<a href="/captiveportal-aup.php?zone=$PORTAL_ZONE$&redirurl=$PORTAL_REDIRURL$"></a> + +src/www/services_captiveportal_filemanager.php +233 + + +src/www/services_captiveportal_hostname.php +49 +$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); + +src/www/services_captiveportal_hostname.php +86 +$tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); + +src/www/services_captiveportal_hostname.php +87 +$tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); + +src/www/services_captiveportal_hostname.php +88 +$tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); + +src/www/services_captiveportal_hostname.php +89 +$tab_array[] = array(gettext("Allowed Hostnames"), true, "services_captiveportal_hostname.php?zone={$cpzone}"); + +src/www/services_captiveportal_hostname.php +90 +$tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); + +src/www/services_captiveportal_hostname.php +91 +$tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); + +src/www/services_captiveportal_hostname.php +106 + + +src/www/services_captiveportal_hostname.php +107 + + +src/www/services_captiveportal_hostname.php +134 + ')" class="btn btn-default btn-xs"> + +src/www/services_captiveportal_hostname.php +140 +
          + +src/www/services_captiveportal_hostname.php +142 +from addresses, it may be used to always allow pass-through access from a client behind the captive portal."); ?>

          + +src/www/services_captiveportal_hostname.php +145 + in x.x.x.x + +src/www/services_captiveportal_hostname.php +146 + + +src/www/services_captiveportal_hostname.php +152 +x.x.x.x in     + +src/www/services_captiveportal_hostname.php +153 + + +src/www/services_captiveportal_hostname_edit.php +46 +$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit allowed Hostname")); + +src/www/services_captiveportal_hostname_edit.php +88 +$reqdfieldsn = array(gettext("Allowed Hostname")); + +src/www/services_captiveportal_hostname_edit.php +93 +$input_errors[] = sprintf(gettext("A valid Hostname must be specified. [%s]"), $_POST['hostname']); + +src/www/services_captiveportal_hostname_edit.php +96 +$input_errors[] = gettext("Upload speed needs to be an integer"); + +src/www/services_captiveportal_hostname_edit.php +98 +$input_errors[] = gettext("Download speed needs to be an integer"); + +src/www/services_captiveportal_hostname_edit.php +105 +$input_errors[] = sprintf("[%s] %s.", $_POST['hostname'], gettext("already allowed")) ; + +src/www/services_captiveportal_hostname_edit.php +166 + + +src/www/services_captiveportal_hostname_edit.php +170 +$dirs = array(gettext("Both"),gettext("From"),gettext("To")) ; + +src/www/services_captiveportal_hostname_edit.php +178 + . + +src/www/services_captiveportal_hostname_edit.php +179 + . + +src/www/services_captiveportal_hostname_edit.php +182 + + +src/www/services_captiveportal_hostname_edit.php +186 +. + +src/www/services_captiveportal_hostname_edit.php +189 + + +src/www/services_captiveportal_hostname_edit.php +192 +
          . + +src/www/services_captiveportal_hostname_edit.php +195 + + +src/www/services_captiveportal_hostname_edit.php +198 +
          + +src/www/services_captiveportal_hostname_edit.php +201 + + +src/www/services_captiveportal_hostname_edit.php +204 +
          + +src/www/services_captiveportal_hostname_edit.php +209 +" /> + +src/www/services_captiveportal_ip.php +48 +$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); + +src/www/services_captiveportal_ip.php +86 +$tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); + +src/www/services_captiveportal_ip.php +87 +$tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); + +src/www/services_captiveportal_ip.php +88 +$tab_array[] = array(gettext("Allowed IP addresses"), true, "services_captiveportal_ip.php?zone={$cpzone}"); + +src/www/services_captiveportal_ip.php +90 +// $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); + +src/www/services_captiveportal_ip.php +91 +$tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); + +src/www/services_captiveportal_ip.php +92 +$tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); + +src/www/services_captiveportal_ip.php +106 + + +src/www/services_captiveportal_ip.php +107 + + +src/www/services_captiveportal_ip.php +138 +')" class="btn btn-default btn-xs"> + +src/www/services_captiveportal_ip.php +144 +
          + +src/www/services_captiveportal_ip.php +146 +

          + +src/www/services_captiveportal_ip_edit.php +47 +$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit allowed IP address")); + +src/www/services_captiveportal_ip_edit.php +87 +$reqdfieldsn = array(gettext("Allowed IP address"), gettext("Subnet mask")); + +src/www/services_captiveportal_ip_edit.php +92 +$input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['ip']); + +src/www/services_captiveportal_ip_edit.php +95 +$input_errors[] = gettext("A valid subnet mask must be specified"); + +src/www/services_captiveportal_ip_edit.php +98 +$input_errors[] = gettext("Upload speed needs to be an integer"); + +src/www/services_captiveportal_ip_edit.php +101 +$input_errors[] = gettext("Download speed needs to be an integer"); + +src/www/services_captiveportal_ip_edit.php +108 +$input_errors[] = sprintf("[%s] %s.", $_POST['ip'], gettext("already allowed")) ; + +src/www/services_captiveportal_ip_edit.php +189 + + +src/www/services_captiveportal_ip_edit.php +192 + + +src/www/services_captiveportal_ip_edit.php +201 +. + +src/www/services_captiveportal_ip_edit.php +205 + + +src/www/services_captiveportal_ip_edit.php +208 +
          . + +src/www/services_captiveportal_ip_edit.php +213 + + +src/www/services_captiveportal_ip_edit.php +216 +
          + +src/www/services_captiveportal_ip_edit.php +220 + + +src/www/services_captiveportal_ip_edit.php +223 +
          + +src/www/services_captiveportal_ip_edit.php +230 +" /> + +src/www/services_captiveportal_mac.php +52 +$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); + +src/www/services_captiveportal_mac.php +70 +echo gettext("No entry exists yet!") ."n"; + +src/www/services_captiveportal_mac.php +74 +echo gettext("Please set the zone on which the operation should be allowed"); + +src/www/services_captiveportal_mac.php +86 +echo gettext("No entry exists for this username +") . " " . $_POST['username'] . "n"; + +src/www/services_captiveportal_mac.php +105 +echo gettext("The entry was sucessfully deleted") . "n"; + +src/www/services_captiveportal_mac.php +107 +echo gettext("No entry exists for this mac address +") . " " . $_POST['delmac'] . "n"; + +src/www/services_captiveportal_mac.php +132 +array('label'=>gettext("add host"), 'href'=>'services_captiveportal_mac_edit.php?zone='.$cpzone), + +src/www/services_captiveportal_mac.php +145 +You must apply the changes in order for them to take effect."));?>
          + +src/www/services_captiveportal_mac.php +152 +$tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); + +src/www/services_captiveportal_mac.php +153 +$tab_array[] = array(gettext("MAC"), true, "services_captiveportal_mac.php?zone={$cpzone}"); + +src/www/services_captiveportal_mac.php +154 +$tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); + +src/www/services_captiveportal_mac.php +156 +// $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); + +src/www/services_captiveportal_mac.php +157 +$tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); + +src/www/services_captiveportal_mac.php +158 +$tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); + +src/www/services_captiveportal_mac.php +173 + + +src/www/services_captiveportal_mac.php +174 + + +src/www/services_captiveportal_mac.php +195 +')" class="btn btn-default btn-xs"> + +src/www/services_captiveportal_mac.php +207 +
          + +src/www/services_captiveportal_mac.php +208 + + +src/www/services_captiveportal_mac_edit.php +49 +$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit MAC address rules")); + +src/www/services_captiveportal_mac_edit.php +90 +$reqdfieldsn = array(gettext("Action"), gettext("MAC address")); + +src/www/services_captiveportal_mac_edit.php +101 +$input_errors[] = sprintf(gettext("The MAC address %s belongs to a local interface, you cannot use it here."), $_POST['mac']); + +src/www/services_captiveportal_mac_edit.php +106 +$input_errors[] = sprintf("%s. [%s]", gettext("A valid MAC address must be specified"), $_POST['mac']); + +src/www/services_captiveportal_mac_edit.php +110 +$input_errors[] = gettext("Upload speed needs to be an integer"); + +src/www/services_captiveportal_mac_edit.php +112 +$input_errors[] = gettext("Download speed needs to be an integer"); + +src/www/services_captiveportal_mac_edit.php +119 +$input_errors[] = sprintf("[%s] %s.", $_POST['mac'], gettext("already exists")); + +src/www/services_captiveportal_mac_edit.php +186 + + +src/www/services_captiveportal_mac_edit.php +189 + + +src/www/services_captiveportal_mac_edit.php +204 +. + +src/www/services_captiveportal_mac_edit.php +208 + + +src/www/services_captiveportal_mac_edit.php +216 + + +src/www/services_captiveportal_mac_edit.php +218 + + +src/www/services_captiveportal_mac_edit.php +221 + + +src/www/services_captiveportal_mac_edit.php +225 +. + +src/www/services_captiveportal_mac_edit.php +230 + + +src/www/services_captiveportal_mac_edit.php +234 + + +src/www/services_captiveportal_mac_edit.php +238 + + +src/www/services_captiveportal_mac_edit.php +242 + + +src/www/services_captiveportal_mac_edit.php +249 +" /> + +src/www/services_captiveportal_vouchers.php +83 +$pgtitle = array(gettext("Services"), gettext("Captive portal"), gettext("Vouchers"), $a_cp[$cpzone]['zone']); + +src/www/services_captiveportal_vouchers.php +136 +$config['voucher'][$cpzone]['descrmsgnoaccess'] = gettext("Voucher invalid"); + +src/www/services_captiveportal_vouchers.php +138 +$config['voucher'][$cpzone]['descrmsgexpired'] = gettext("Voucher expired"); + +src/www/services_captiveportal_vouchers.php +161 +$input_errors[] = gettext("Cannot write private key file") . ".n"; + +src/www/services_captiveportal_vouchers.php +181 +$input_errors[] = gettext("Need private RSA key to print vouchers") . "n"; + +src/www/services_captiveportal_vouchers.php +216 +$reqdfieldsn = array(gettext("charset"),gettext("rollbits"),gettext("ticketbits"),gettext("checksumbits"),gettext("publickey"),gettext("magic")); + +src/www/services_captiveportal_vouchers.php +219 +$reqdfieldsn = array(gettext("Synchronize Voucher Database IP"),gettext("Sync port"),gettext("Sync password"),gettext("Sync username")); + +src/www/services_captiveportal_vouchers.php +228 +$input_errors[] = gettext("Need at least 2 characters to create vouchers."); + +src/www/services_captiveportal_vouchers.php +230 +$input_errors[] = gettext("Double quotes aren't allowed."); + +src/www/services_captiveportal_vouchers.php +232 +$input_errors[] = "',' " . gettext("aren't allowed."); + +src/www/services_captiveportal_vouchers.php +234 +$input_errors[] = gettext("# of Bits to store Roll Id needs to be between 1..31."); + +src/www/services_captiveportal_vouchers.php +236 +$input_errors[] = gettext("# of Bits to store Ticket Id needs to be between 1..16."); + +src/www/services_captiveportal_vouchers.php +238 +$input_errors[] = gettext("# of Bits to store checksum needs to be between 1..31."); + +src/www/services_captiveportal_vouchers.php +240 +$input_errors[] = gettext("This doesn't look like an RSA Public key."); + +src/www/services_captiveportal_vouchers.php +242 +$input_errors[] = gettext("This doesn't look like an RSA Private key."); + +src/www/services_captiveportal_vouchers.php +244 +$input_errors[] = gettext("You cannot sync the voucher database to this host (itself)."); + +src/www/services_captiveportal_vouchers.php +353 +$savemsg = gettext("Voucher database has been synchronized from {$url} +{$port}"); + +src/www/services_captiveportal_vouchers.php +373 +array('label'=>gettext("add voucher"), 'href'=>'services_captiveportal_vouchers_edit.php?zone='.$cpzone), + +src/www/services_captiveportal_vouchers.php +443 +$tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); + +src/www/services_captiveportal_vouchers.php +444 +$tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); + +src/www/services_captiveportal_vouchers.php +445 +$tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); + +src/www/services_captiveportal_vouchers.php +447 +// $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); + +src/www/services_captiveportal_vouchers.php +448 +$tab_array[] = array(gettext("Vouchers"), true, "services_captiveportal_vouchers.php?zone={$cpzone}"); + +src/www/services_captiveportal_vouchers.php +449 +$tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); + +src/www/services_captiveportal_vouchers.php +466 + + +src/www/services_captiveportal_vouchers.php +471 + + +src/www/services_captiveportal_vouchers.php +480 + # + +src/www/services_captiveportal_vouchers.php +481 + + +src/www/services_captiveportal_vouchers.php +482 +# + +src/www/services_captiveportal_vouchers.php +483 + + +src/www/services_captiveportal_vouchers.php +503 +" alt="" > + +src/www/services_captiveportal_vouchers.php +504 +')">" alt=""> + +src/www/services_captiveportal_vouchers.php +505 +" alt=""> + +src/www/services_captiveportal_vouchers.php +514 + + +src/www/services_captiveportal_vouchers.php +526 + + +src/www/services_captiveportal_vouchers.php +531 + . + +src/www/services_captiveportal_vouchers.php +534 + + +src/www/services_captiveportal_vouchers.php +538 + . + +src/www/services_captiveportal_vouchers.php +541 + + +src/www/services_captiveportal_vouchers.php +545 + + +src/www/services_captiveportal_vouchers.php +549 +# + +src/www/services_captiveportal_vouchers.php +553 + + +src/www/services_captiveportal_vouchers.php +557 +# + +src/www/services_captiveportal_vouchers.php +561 + + +src/www/services_captiveportal_vouchers.php +565 +# + +src/www/services_captiveportal_vouchers.php +569 + + +src/www/services_captiveportal_vouchers.php +573 + + +src/www/services_captiveportal_vouchers.php +577 + + +src/www/services_captiveportal_vouchers.php +581 + + +src/www/services_captiveportal_vouchers.php +584 +
          ($PORTAL_MESSAGE$). + +src/www/services_captiveportal_vouchers.php +588 + + +src/www/services_captiveportal_vouchers.php +591 +
          ($PORTAL_MESSAGE$). + +src/www/services_captiveportal_vouchers.php +605 +" onclick="enable_change(true); before_save();" /> + +src/www/services_captiveportal_vouchers.php +606 +" onclick="window.location.href=''" /> + +src/www/services_captiveportal_vouchers.php +611 +
          + +src/www/services_captiveportal_vouchers.php +612 + + +src/www/services_captiveportal_vouchers.php +614 + + +src/www/services_captiveportal_vouchers_edit.php +36 +$pgtitle = array(gettext("Services"), gettext("Captive portal"), gettext("Edit Voucher Rolls")); + +src/www/services_captiveportal_vouchers_edit.php +84 +$reqdfieldsn = array(gettext("Number"),gettext("Count"),gettext("minutes")); + +src/www/services_captiveportal_vouchers_edit.php +91 +$input_errors[] = sprintf(gettext("Roll number %s already exists."), $_POST['number']); + +src/www/services_captiveportal_vouchers_edit.php +97 +$input_errors[] = sprintf(gettext("Roll number must be numeric and less than %s"), $maxnumber); + +src/www/services_captiveportal_vouchers_edit.php +100 +$input_errors[] = sprintf(gettext("A roll has at least one voucher and less than %s."), $maxcount); + +src/www/services_captiveportal_vouchers_edit.php +103 +$input_errors[] = gettext("Each voucher must be good for at least 1 minute."); + +src/www/services_captiveportal_vouchers_edit.php +124 +voucher_log(LOG_INFO,sprintf(gettext('All %1$s vouchers from Roll %2$s marked unused'), $rollent['count'], $rollent['number'])); + +src/www/services_captiveportal_vouchers_edit.php +181 +# + +src/www/services_captiveportal_vouchers_edit.php +185 +# (0..) . + +src/www/services_captiveportal_vouchers_edit.php +189 + + +src/www/services_captiveportal_vouchers_edit.php +193 +. + +src/www/services_captiveportal_vouchers_edit.php +197 + + +src/www/services_captiveportal_vouchers_edit.php +201 + (1..) . + +src/www/services_captiveportal_vouchers_edit.php +205 + + +src/www/services_captiveportal_vouchers_edit.php +209 +. + +src/www/services_captiveportal_vouchers_edit.php +215 +" /> + +src/www/services_captiveportal_zones.php +56 +$pgtitle = array(gettext("Captiveportal"),gettext("Zones")); + +src/www/services_captiveportal_zones.php +61 +array('href'=>'services_captiveportal_zones_edit.php', 'label'=>gettext("add a new captiveportal instance")), + +src/www/services_captiveportal_zones.php +75 +" . gettext("You must apply the changes in order for them to take effect."));?> + +src/www/services_captiveportal_zones.php +88 + + +src/www/services_captiveportal_zones.php +89 + + +src/www/services_captiveportal_zones.php +90 + + +src/www/services_captiveportal_zones.php +91 + + +src/www/services_captiveportal_zones.php +120 +" class="btn btn-default btn-xs"> + +src/www/services_captiveportal_zones.php +121 +')" title="" class="btn btn-default btn-xs"> + +src/www/services_captiveportal_zones_edit.php +35 +$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit Zones")); + +src/www/services_captiveportal_zones_edit.php +49 +$reqdfieldsn = array(gettext("Zone name")); + +src/www/services_captiveportal_zones_edit.php +54 +$input_errors[] = gettext("The zone name can only contain letters, digits, and underscores (_)."); + +src/www/services_captiveportal_zones_edit.php +59 +$input_errors[] = sprintf("[%s] %s.", $_POST['zone'], gettext("already exists")); + +src/www/services_captiveportal_zones_edit.php +93 +

          + +src/www/services_captiveportal_zones_edit.php +103 + + +src/www/services_captiveportal_zones_edit.php +107 + + +src/www/services_captiveportal_zones_edit.php +111 + + +src/www/services_captiveportal_zones_edit.php +115 +. + +src/www/services_captiveportal_zones_edit.php +121 +" /> + +src/www/services_dhcp.php +98 +$savemsg = gettext("The DHCP Server can only be enabled on interfaces configured with static IP addresses") . ".

          " . gettext("Only interfaces configured with a static IP will be shown") . "."; + +src/www/services_dhcp.php +227 +$reqdfieldsn = array(gettext("Range begin"),gettext("Range end")); + +src/www/services_dhcp.php +232 +$input_errors[] = gettext("A valid range must be specified."); + +src/www/services_dhcp.php +234 +$input_errors[] = gettext("A valid range must be specified."); + +src/www/services_dhcp.php +236 +$input_errors[] = gettext("A valid IP address must be specified for the gateway."); + +src/www/services_dhcp.php +238 +$input_errors[] = gettext("A valid IP address must be specified for the primary/secondary WINS servers."); + +src/www/services_dhcp.php +243 +$input_errors[] = sprintf(gettext("The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); + +src/www/services_dhcp.php +246 +$input_errors[] = gettext("A valid IP address must be specified for the primary/secondary DNS servers."); + +src/www/services_dhcp.php +249 +$input_errors[] = gettext("The default lease time must be at least 60 seconds."); + +src/www/services_dhcp.php +265 +$input_errors[] = sprintf(gettext( + +src/www/services_dhcp.php +271 +$input_errors[] = gettext("The maximum lease time must be at least 60 seconds and higher than the default lease time."); + +src/www/services_dhcp.php +273 +$input_errors[] = gettext("A valid domain name must be specified for the dynamic DNS registration."); + +src/www/services_dhcp.php +275 +$input_errors[] = gettext("A valid primary domain name server IP address must be specified for the dynamic domain name."); + +src/www/services_dhcp.php +278 +$input_errors[] = gettext("You must specify both a valid domain key and key name."); + +src/www/services_dhcp.php +283 +$input_errors[] = gettext("A valid domain search list must be specified."); + +src/www/services_dhcp.php +291 +$input_errors[] = gettext("If you specify a mac allow list, it must contain only valid partial MAC addresses."); + +src/www/services_dhcp.php +293 +$input_errors[] = gettext("If you specify a mac deny list, it must contain only valid partial MAC addresses."); + +src/www/services_dhcp.php +296 +$input_errors[] = gettext("A valid IP address must be specified for the primary/secondary NTP servers."); + +src/www/services_dhcp.php +298 +$input_errors[] = gettext("A valid domain name must be specified for the DNS domain."); + +src/www/services_dhcp.php +300 +$input_errors[] = gettext("A valid IP address or hostname must be specified for the TFTP server."); + +src/www/services_dhcp.php +302 +$input_errors[] = gettext("A valid IP address must be specified for the network boot server."); + +src/www/services_dhcp.php +305 +$input_errors[] = gettext("You cannot use the network address in the starting subnet range."); + +src/www/services_dhcp.php +307 +$input_errors[] = gettext("You cannot use the broadcast address in the ending subnet range."); + +src/www/services_dhcp.php +314 +$input_errors[] = sprintf(gettext("The subnet range cannot overlap with virtual IP address %s."),$vip['subnet']); + +src/www/services_dhcp.php +329 +$input_errors[] = gettext("Text type cannot include quotation marks."); + +src/www/services_dhcp.php +331 +$input_errors[] = gettext("String type must be enclosed in quotes like "this" or must be a series of octets specified in hexadecimal, separated by colons, like 01 +23 +45 +67 +89 +ab +cd +ef"); + +src/www/services_dhcp.php +333 +$input_errors[] = gettext("Boolean type must be true, false, on, or off."); + +src/www/services_dhcp.php +335 +$input_errors[] = gettext("Unsigned 8-bit integer type must be a number in the range 0 to 255."); + +src/www/services_dhcp.php +337 +$input_errors[] = gettext("Unsigned 16-bit integer type must be a number in the range 0 to 65535."); + +src/www/services_dhcp.php +339 +$input_errors[] = gettext("Unsigned 32-bit integer type must be a number in the range 0 to 4294967295."); + +src/www/services_dhcp.php +341 +$input_errors[] = gettext("Signed 8-bit integer type must be a number in the range -128 to 127."); + +src/www/services_dhcp.php +343 +$input_errors[] = gettext("Signed 16-bit integer type must be a number in the range -32768 to 32767."); + +src/www/services_dhcp.php +345 +$input_errors[] = gettext("Signed 32-bit integer type must be a number in the range -2147483648 to 2147483647."); + +src/www/services_dhcp.php +347 +$input_errors[] = gettext("IP address or host type must be an IP address or host name."); + +src/www/services_dhcp.php +358 +$input_errors[] = gettext("The specified range lies outside of the current subnet."); + +src/www/services_dhcp.php +362 +$input_errors[] = gettext("The range is invalid (first element higher than second element)."); + +src/www/services_dhcp.php +369 +$input_errors[] = gettext("The specified range must not be within the DHCP range for this interface."); + +src/www/services_dhcp.php +378 +$input_errors[] = gettext("The specified range must not be within the range configured on a DHCP pool for this interface."); + +src/www/services_dhcp.php +385 +$input_errors[] = sprintf(gettext("You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); + +src/www/services_dhcp.php +395 +$input_errors[] = sprintf(gettext("The DHCP range cannot overlap any static DHCP mappings.")); + +src/www/services_dhcp.php +566 +$pgtitle = array(gettext("Services"),gettext("DHCP server")); + +src/www/services_dhcp.php +581 +$customitemtypes = array('text' => gettext('Text'), 'string' => gettext('String'), 'boolean' => gettext('Boolean'), + +src/www/services_dhcp.php +582 +'unsigned integer 8' => gettext('Unsigned 8-bit integer'), 'unsigned integer 16' => gettext('Unsigned 16-bit integer'), 'unsigned integer 32' => gettext('Unsigned 32-bit integer'), + +src/www/services_dhcp.php +583 +'signed integer 8' => gettext('Signed 8-bit integer'), 'signed integer 16' => gettext('Signed 16-bit integer'), 'signed integer 32' => gettext('Signed 32-bit integer'), 'ip-address' => gettext('IP address or host')); + +src/www/services_dhcp.php +699 +" . gettext("You must apply the changes in order for them to take effect."));?>
          + +src/www/services_dhcp.php +743 + + +src/www/services_dhcp.php +754 + + +src/www/services_dhcp.php +767 +
          + +src/www/services_dhcp.php +768 + + +src/www/services_dhcp.php +772 + + +src/www/services_dhcp.php +779 + + +src/www/services_dhcp.php +785 + + +src/www/services_dhcp.php +791 + + +src/www/services_dhcp.php +819 + + +src/www/services_dhcp.php +836 + + +src/www/services_dhcp.php +839 +   + +src/www/services_dhcp.php +844 + + +src/www/services_dhcp.php +846 + + +src/www/services_dhcp.php +849 + + +src/www/services_dhcp.php +850 + + +src/www/services_dhcp.php +851 + + +src/www/services_dhcp.php +878 +')">delete + +src/www/services_dhcp.php +892 + + +src/www/services_dhcp.php +899 + + +src/www/services_dhcp.php +903 + + +src/www/services_dhcp.php +907 + + +src/www/services_dhcp.php +910 + + +src/www/services_dhcp.php +914 + + +src/www/services_dhcp.php +917 + + +src/www/services_dhcp.php +921 + + +src/www/services_dhcp.php +924 + + +src/www/services_dhcp.php +928 + + +src/www/services_dhcp.php +931 +
          + +src/www/services_dhcp.php +932 + + +src/www/services_dhcp.php +938 + + +src/www/services_dhcp.php +941 +
          + +src/www/services_dhcp.php +942 + + +src/www/services_dhcp.php +949 + + +src/www/services_dhcp.php +952 +20).");?> + +src/www/services_dhcp.php +958 + + +src/www/services_dhcp.php +965 + + +src/www/services_dhcp.php +970 + + +src/www/services_dhcp.php +979 + + +src/www/services_dhcp.php +988 + + +src/www/services_dhcp.php +995 + + +src/www/services_dhcp.php +1007 +" /> - + +src/www/services_dhcp.php +1011 +
          + +src/www/services_dhcp.php +1014 +
          + +src/www/services_dhcp.php +1015 + + +src/www/services_dhcp.php +1017 +
          + +src/www/services_dhcp.php +1019 + + +src/www/services_dhcp.php +1021 + + +src/www/services_dhcp.php +1026 + + +src/www/services_dhcp.php +1029 +" /> - + +src/www/services_dhcp.php +1033 +00 +00 +00,01 +E5 +FF + +src/www/services_dhcp.php +1035 +00 +00 +00,01 +E5 +FF + +src/www/services_dhcp.php +1040 + + +src/www/services_dhcp.php +1043 +" /> - + +src/www/services_dhcp.php +1052 + + +src/www/services_dhcp.php +1055 +" /> - + +src/www/services_dhcp.php +1059 + + +src/www/services_dhcp.php +1064 + + +src/www/services_dhcp.php +1067 +" /> - + +src/www/services_dhcp.php +1071 + + +src/www/services_dhcp.php +1076 + + +src/www/services_dhcp.php +1079 +" /> - + +src/www/services_dhcp.php +1083 + + +src/www/services_dhcp.php +1085 + + +src/www/services_dhcp.php +1087 + + +src/www/services_dhcp.php +1089 + + +src/www/services_dhcp.php +1091 + + +src/www/services_dhcp.php +1093 + + +src/www/services_dhcp.php +1094 + + +src/www/services_dhcp.php +1095 + - + +src/www/services_dhcp.php +1097 + + +src/www/services_dhcp.php +1103 + + +src/www/services_dhcp.php +1106 +" /> - + +src/www/services_dhcp.php +1114 + + +src/www/services_dhcp.php +1119 +
          + +src/www/services_dhcp.php +1120 +
          + +src/www/services_dhcp.php +1121 +
          + +src/www/services_dhcp.php +1183 +" onclick="enable_change(true)" /> + +src/www/services_dhcp.php +1188 +


          + +src/www/services_dhcp.php +1189 +
          ,

          + +src/www/services_dhcp.php +1206 + + +src/www/services_dhcp.php +1210 + + +src/www/services_dhcp.php +1211 + + +src/www/services_dhcp.php +1212 + + +src/www/services_dhcp.php +1213 + + +src/www/services_dhcp.php +1214 + + +src/www/services_dhcp.php +1249 +')" class="btn btn-default btn-xs"> + +src/www/services_dhcp_edit.php +145 +$input_errors[] = gettext("Either MAC address or Client identifier must be specified"); + +src/www/services_dhcp_edit.php +153 +$input_errors[] = gettext("The hostname cannot end with a hyphen according to RFC952"); + +src/www/services_dhcp_edit.php +155 +$input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); + +src/www/services_dhcp_edit.php +158 +$input_errors[] = gettext("A valid hostname is specified, but the domain name part should be omitted"); + +src/www/services_dhcp_edit.php +163 +$input_errors[] = gettext("A valid IP address must be specified."); + +src/www/services_dhcp_edit.php +166 +$input_errors[] = gettext("A valid MAC address must be specified."); + +src/www/services_dhcp_edit.php +169 +$input_errors[] = gettext("Static ARP is enabled. You must specify an IP address."); + +src/www/services_dhcp_edit.php +178 +$input_errors[] = gettext("This Hostname, IP, MAC address or Client identifier already exists."); + +src/www/services_dhcp_edit.php +189 +$input_errors[] = sprintf(gettext("The IP address must not be within the DHCP range for this interface.")); + +src/www/services_dhcp_edit.php +194 +$input_errors[] = gettext("The IP address must not be within the range configured on a DHCP pool for this interface."); + +src/www/services_dhcp_edit.php +203 +$input_errors[] = sprintf(gettext("The IP address must lie in the %s subnet."),$ifcfgdescr); + +src/www/services_dhcp_edit.php +208 +$input_errors[] = gettext("A valid IP address must be specified for the gateway."); + +src/www/services_dhcp_edit.php +210 +$input_errors[] = gettext("A valid IP address must be specified for the primary/secondary WINS servers."); + +src/www/services_dhcp_edit.php +216 +$input_errors[] = sprintf(gettext("The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); + +src/www/services_dhcp_edit.php +219 +$input_errors[] = gettext("A valid IP address must be specified for the primary/secondary DNS servers."); + +src/www/services_dhcp_edit.php +222 +$input_errors[] = gettext("The default lease time must be at least 60 seconds."); + +src/www/services_dhcp_edit.php +224 +$input_errors[] = gettext("The maximum lease time must be at least 60 seconds and higher than the default lease time."); + +src/www/services_dhcp_edit.php +226 +$input_errors[] = gettext("A valid domain name must be specified for the dynamic DNS registration."); + +src/www/services_dhcp_edit.php +228 +$input_errors[] = gettext("A valid primary domain name server IP address must be specified for the dynamic domain name."); + +src/www/services_dhcp_edit.php +231 +$input_errors[] = gettext("You must specify both a valid domain key and key name."); + +src/www/services_dhcp_edit.php +236 +$input_errors[] = gettext("A valid domain search list must be specified."); + +src/www/services_dhcp_edit.php +243 +$input_errors[] = gettext("A valid IP address must be specified for the primary/secondary NTP servers."); + +src/www/services_dhcp_edit.php +245 +$input_errors[] = gettext("A valid IP address or hostname must be specified for the TFTP server."); + +src/www/services_dhcp_edit.php +247 +$input_errors[] = gettext("A valid IP address must be specified for the network boot server."); + +src/www/services_dhcp_edit.php +314 +$pgtitle = array(gettext("Services"),gettext("DHCP"),gettext("Edit static mapping")); + +src/www/services_dhcp_edit.php +364 + + +src/www/services_dhcp_edit.php +367 + + +src/www/services_dhcp_edit.php +375 + + +src/www/services_dhcp_edit.php +377 + + +src/www/services_dhcp_edit.php +387 + + +src/www/services_dhcp_edit.php +391 + + +src/www/services_dhcp_edit.php +393 + + +src/www/services_dhcp_edit.php +397 + + +src/www/services_dhcp_edit.php +400 +
          + +src/www/services_dhcp_edit.php +413 +
          -, overrides setting on main page. + +src/www/services_dhcp_edit.php +417 + + +src/www/services_dhcp_edit.php +420 +
          + +src/www/services_dhcp_edit.php +427 +
          + +src/www/services_dhcp_edit.php +438 + + +src/www/services_dhcp_edit.php +442 + + +src/www/services_dhcp_edit.php +446 + + +src/www/services_dhcp_edit.php +449 + + +src/www/services_dhcp_edit.php +453 + + +src/www/services_dhcp_edit.php +456 + + +src/www/services_dhcp_edit.php +460 + + +src/www/services_dhcp_edit.php +463 + + +src/www/services_dhcp_edit.php +467 + + +src/www/services_dhcp_edit.php +470 +
          + +src/www/services_dhcp_edit.php +471 + + +src/www/services_dhcp_edit.php +477 + + +src/www/services_dhcp_edit.php +480 +
          + +src/www/services_dhcp_edit.php +481 + + +src/www/services_dhcp_edit.php +487 + + +src/www/services_dhcp_edit.php +490 +" /> - + +src/www/services_dhcp_edit.php +494 +
          + +src/www/services_dhcp_edit.php +497 +
          + +src/www/services_dhcp_edit.php +498 + + +src/www/services_dhcp_edit.php +500 +
          + +src/www/services_dhcp_edit.php +502 + + +src/www/services_dhcp_edit.php +504 + + +src/www/services_dhcp_edit.php +510 + + +src/www/services_dhcp_edit.php +513 +" /> - + +src/www/services_dhcp_edit.php +522 + + +src/www/services_dhcp_edit.php +525 +" /> - + +src/www/services_dhcp_edit.php +529 + + +src/www/services_dhcp_edit.php +536 +" /> + +src/www/services_dhcp_edit.php +537 +" onclick="window.location.href=''" /> + +src/www/services_dhcp_relay.php +61 +$reqdfieldsn = array(gettext("Destination Server"), gettext("Interface")); + +src/www/services_dhcp_relay.php +69 +$input_errors[] = gettext("A valid Destination Server IP address must be specified."); + +src/www/services_dhcp_relay.php +90 +$pgtitle = array(gettext("Services"),gettext("DHCP Relay")); + +src/www/services_dhcp_relay.php +136 +

          + +src/www/services_dhcp_relay.php +146 + + +src/www/services_dhcp_relay.php +171 +
          + +src/www/services_dhcp_relay.php +172 + + +src/www/services_dhcp_relay.php +175 + + +src/www/services_dhcp_relay.php +179 + + +src/www/services_dhcp_relay.php +185 +" onclick="enable_change(true)" /> + +src/www/services_dhcpv6.php +58 +$savemsg = gettext("The DHCPv6 Server can only be enabled on interfaces configured with static IP addresses") . + +src/www/services_dhcpv6.php +59 +gettext("Only interfaces configured with a static IP will be shown") . "."; + +src/www/services_dhcpv6.php +156 +$reqdfieldsn = array(gettext("Range begin"),gettext("Range end")); + +src/www/services_dhcpv6.php +161 +$input_errors[] = gettext("A valid range must be specified."); + +src/www/services_dhcpv6.php +163 +$input_errors[] = gettext("A valid prefix range must be specified."); + +src/www/services_dhcpv6.php +165 +$input_errors[] = gettext("A valid range must be specified."); + +src/www/services_dhcpv6.php +167 +$input_errors[] = gettext("A valid range must be specified."); + +src/www/services_dhcpv6.php +169 +$input_errors[] = gettext("A valid IPv6 address must be specified for the gateway."); + +src/www/services_dhcpv6.php +171 +$input_errors[] = gettext("A valid IPv6 address must be specified for the primary/secondary DNS servers."); + +src/www/services_dhcpv6.php +174 +$input_errors[] = gettext("The default lease time must be at least 60 seconds."); + +src/www/services_dhcpv6.php +176 +$input_errors[] = gettext("The maximum lease time must be at least 60 seconds and higher than the default lease time."); + +src/www/services_dhcpv6.php +178 +$input_errors[] = gettext("A valid domain name must be specified for the dynamic DNS registration."); + +src/www/services_dhcpv6.php +180 +$input_errors[] = gettext("A valid primary domain name server IPv4 address must be specified for the dynamic domain name."); + +src/www/services_dhcpv6.php +183 +$input_errors[] = gettext("You must specify both a valid domain key and key name."); + +src/www/services_dhcpv6.php +188 +$input_errors[] = gettext("A valid domain search list must be specified."); + +src/www/services_dhcpv6.php +195 +$input_errors[] = gettext("A valid IPv6 address must be specified for the primary/secondary NTP servers."); + +src/www/services_dhcpv6.php +197 +$input_errors[] = gettext("A valid domain name must be specified for the DNS domain."); + +src/www/services_dhcpv6.php +199 +$input_errors[] = gettext("A valid IPv6 address or hostname must be specified for the TFTP server."); + +src/www/services_dhcpv6.php +201 +$input_errors[] = gettext("A valid URL must be specified for the network bootfile."); + +src/www/services_dhcpv6.php +208 +$input_errors[] = sprintf(gettext("The subnet range cannot overlap with virtual IPv6 address %s."),$vip['subnetv6']); + +src/www/services_dhcpv6.php +225 +$input_errors[] = gettext("The specified range lies outside of the current subnet."); + +src/www/services_dhcpv6.php +230 +$input_errors[] = gettext("The range is invalid (first element higher than second element)."); + +src/www/services_dhcpv6.php +234 +$input_errors[] = sprintf(gettext("You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); + +src/www/services_dhcpv6.php +249 +$input_errors[] = sprintf(gettext("The DHCP range cannot overlap any static DHCP mappings.")); + +src/www/services_dhcpv6.php +357 +$pgtitle = array(gettext("Services"),gettext("DHCPv6 server")); + +src/www/services_dhcpv6.php +459 +" . gettext("You must apply the changes in order for them to take effect."));?>
          + +src/www/services_dhcpv6.php +513 +$tab_array[] = array(gettext("DHCPv6 Server"), true, "services_dhcpv6.php?if={$if}"); + +src/www/services_dhcpv6.php +514 +$tab_array[] = array(gettext("Router Advertisements"), false, "services_router_advertisements.php?if={$if}"); + +src/www/services_dhcpv6.php +533 + + +src/www/services_dhcpv6.php +536 + + +src/www/services_dhcpv6.php +551 + + +src/www/services_dhcpv6.php +557 + + +src/www/services_dhcpv6.php +576 + + +src/www/services_dhcpv6.php +593 + + +src/www/services_dhcpv6.php +596 +   + +src/www/services_dhcpv6.php +600 + + +src/www/services_dhcpv6.php +603 +   + +src/www/services_dhcpv6.php +604 + 
          " class="btn btn-xs btn-default"/> - + +src/www/services_dhcpv6.php +692 +
          + +src/www/services_dhcpv6.php +695 +
          + +src/www/services_dhcpv6.php +696 + + +src/www/services_dhcpv6.php +698 +
          + +src/www/services_dhcpv6.php +700 + + +src/www/services_dhcpv6.php +702 + + +src/www/services_dhcpv6.php +708 + + +src/www/services_dhcpv6.php +711 +" class="btn btn-xs btn-default"/> - + +src/www/services_dhcpv6.php +721 + + +src/www/services_dhcpv6.php +724 +" /> - + +src/www/services_dhcpv6.php +728 + + +src/www/services_dhcpv6.php +734 + + +src/www/services_dhcpv6.php +737 +" class="btn btn-xs btn-default"/> - + +src/www/services_dhcpv6.php +741 + + +src/www/services_dhcpv6.php +746 + + +src/www/services_dhcpv6.php +749 +" class="btn btn-xs btn-default"/> - + +src/www/services_dhcpv6.php +753 + + +src/www/services_dhcpv6.php +755 + + +src/www/services_dhcpv6.php +761 + + +src/www/services_dhcpv6.php +764 +" class="btn btn-xs btn-default"/> - + +src/www/services_dhcpv6.php +772 + + +src/www/services_dhcpv6.php +777 +
          + +src/www/services_dhcpv6.php +778 +
          + +src/www/services_dhcpv6.php +797 +" > + +src/www/services_dhcpv6.php +804 +"> + +src/www/services_dhcpv6.php +823 +" onclick="enable_change(true)" /> + +src/www/services_dhcpv6.php +828 +


          + +src/www/services_dhcpv6.php +829 +
          ,
          + +src/www/services_dhcpv6.php +844 + + +src/www/services_dhcpv6.php +848 + + +src/www/services_dhcpv6.php +849 + + +src/www/services_dhcpv6.php +850 + + +src/www/services_dhcpv6.php +851 + + +src/www/services_dhcpv6.php +881 +')" alt="delete"> + +src/www/services_dhcpv6_edit.php +100 +$reqdfieldsn = array(gettext("DUID Identifier")); + +src/www/services_dhcpv6_edit.php +107 +$input_errors[] = gettext("The hostname cannot end with a hyphen according to RFC952"); + +src/www/services_dhcpv6_edit.php +109 +$input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); + +src/www/services_dhcpv6_edit.php +112 +$input_errors[] = gettext("A valid hostname is specified, but the domain name part should be omitted"); + +src/www/services_dhcpv6_edit.php +117 +$input_errors[] = gettext("A valid IPv6 address must be specified."); + +src/www/services_dhcpv6_edit.php +120 +$input_errors[] = gettext("A valid DUID Identifier must be specified."); + +src/www/services_dhcpv6_edit.php +129 +$input_errors[] = gettext("This Hostname, IP or DUID Identifier already exists."); + +src/www/services_dhcpv6_edit.php +170 +$pgtitle = array(gettext("Services"),gettext("DHCPv6"),gettext("Edit static mapping")); + +src/www/services_dhcpv6_edit.php +198 + + +src/www/services_dhcpv6_edit.php +201 + + +src/www/services_dhcpv6_edit.php +205 +
          + +src/www/services_dhcpv6_edit.php +210 + + +src/www/services_dhcpv6_edit.php +214 + + +src/www/services_dhcpv6_edit.php +216 + + +src/www/services_dhcpv6_edit.php +220 + + +src/www/services_dhcpv6_edit.php +223 +
          + +src/www/services_dhcpv6_edit.php +236 +
          -, overrides setting on main page. + +src/www/services_dhcpv6_edit.php +240 + + +src/www/services_dhcpv6_edit.php +243 +
          " /> + +src/www/services_dhcpv6_edit.php +250 +" onclick="window.location.href=''" /> + +src/www/services_dhcpv6_relay.php +62 +$reqdfieldsn = array(gettext("Destination Server"), gettext("Interface")); + +src/www/services_dhcpv6_relay.php +70 +$input_errors[] = gettext("A valid Destination Server IPv6 address must be specified."); + +src/www/services_dhcpv6_relay.php +91 +$pgtitle = array(gettext("Services"),gettext("DHCPv6 Relay")); + +src/www/services_dhcpv6_relay.php +137 +

          + +src/www/services_dhcpv6_relay.php +148 + + +src/www/services_dhcpv6_relay.php +166 +
          + +src/www/services_dhcpv6_relay.php +173 +
          + +src/www/services_dhcpv6_relay.php +174 + + +src/www/services_dhcpv6_relay.php +177 + + +src/www/services_dhcpv6_relay.php +181 + + +src/www/services_dhcpv6_relay.php +187 +" onclick="enable_change(true)" /> + +src/www/services_dnsmasq.php +79 +$input_errors[] = gettext("You must specify a valid port number"); + +src/www/services_dnsmasq.php +94 +$input_errors[] = gettext("Invalid custom options"); + +src/www/services_dnsmasq.php +137 +$pgtitle = array(gettext("Services"),gettext("DNS forwarder")); + +src/www/services_dnsmasq.php +173 +" . gettext("You must apply the changes in order for them to take effect."));?>
          + +src/www/services_dnsmasq.php +183 +

          + +src/www/services_dnsmasq.php +190 + + +src/www/services_dnsmasq.php +193 + + +src/www/services_dnsmasq.php +196 +
          + +src/www/services_dnsmasq.php +200 + + +src/www/services_dnsmasq.php +203 +
          + +src/www/services_dnsmasq.php +204 +
          + +src/www/services_dnsmasq.php +215 +
          + +src/www/services_dnsmasq.php +216 +
          + +src/www/services_dnsmasq.php +226 +
          + +src/www/services_dnsmasq.php +227 +
          + +src/www/services_dnsmasq.php +236 +
          + +src/www/services_dnsmasq.php +237 +

          + +src/www/services_dnsmasq.php +247 +

          + +src/www/services_dnsmasq.php +257 +
          + +src/www/services_dnsmasq.php +269 +

          + +src/www/services_dnsmasq.php +273 + + +src/www/services_dnsmasq.php +279 + + +src/www/services_dnsmasq.php +299 + + +src/www/services_dnsmasq.php +301 + + +src/www/services_dnsmasq.php +303 + + +src/www/services_dnsmasq.php +308 + + +src/www/services_dnsmasq.php +311 +" /> - + +src/www/services_dnsmasq.php +314 +
          + +src/www/services_dnsmasq.php +316 +
          + +src/www/services_dnsmasq.php +322 +" onclick="enable_change(true)" /> + +src/www/services_dnsmasq.php +329 +


          + +src/www/services_dnsmasq.php +330 +
          + +src/www/services_dnsmasq.php +352 + + +src/www/services_dnsmasq.php +353 + + +src/www/services_dnsmasq.php +363 + + +src/www/services_dnsmasq.php +364 + + +src/www/services_dnsmasq.php +365 + + +src/www/services_dnsmasq.php +366 + + +src/www/services_dnsmasq.php +396 +')" class="btn btn-default btn-xs"> + +src/www/services_dnsmasq.php +430 + + +src/www/services_dnsmasq.php +433 +

          + +src/www/services_dnsmasq.php +443 + + +src/www/services_dnsmasq.php +444 + + +src/www/services_dnsmasq.php +469 + ')" class="btn btn-default btn-xs"> + +src/www/services_dnsmasq_domainoverride_edit.php +63 +$reqdfieldsn = array(gettext("Domain"),gettext("IP address")); + +src/www/services_dnsmasq_domainoverride_edit.php +74 +$input_errors[] = gettext("A valid domain must be specified after _msdcs."); + +src/www/services_dnsmasq_domainoverride_edit.php +78 +$input_errors[] = gettext("A valid domain must be specified."); + +src/www/services_dnsmasq_domainoverride_edit.php +81 +$input_errors[] = gettext("A valid IP address must be specified, or # for an exclusion or ! to not forward at all."); + +src/www/services_dnsmasq_domainoverride_edit.php +84 +$input_errors[] = gettext("An interface IP address must be specified for the DNS query source."); + +src/www/services_dnsmasq_domainoverride_edit.php +109 +$pgtitle = array(gettext("Services"),gettext("DNS forwarder"),gettext("Edit Domain Override")); + +src/www/services_dnsmasq_domainoverride_edit.php +136 + + +src/www/services_dnsmasq_domainoverride_edit.php +139 +

          + +src/www/services_dnsmasq_domainoverride_edit.php +140 + mycompany.localdomain 1.168.192.in-addr.arpa
          + +src/www/services_dnsmasq_domainoverride_edit.php +143 + + +src/www/services_dnsmasq_domainoverride_edit.php +146 +

          + +src/www/services_dnsmasq_domainoverride_edit.php +147 + 192.168.100.100

          + +src/www/services_dnsmasq_domainoverride_edit.php +150 + + +src/www/services_dnsmasq_domainoverride_edit.php +153 +

          + +src/www/services_dnsmasq_domainoverride_edit.php +154 +
          + +src/www/services_dnsmasq_domainoverride_edit.php +157 + + +src/www/services_dnsmasq_domainoverride_edit.php +160 +
          " /> + +src/www/services_dnsmasq_domainoverride_edit.php +167 +" onclick="window.location.href=''" /> + +src/www/services_dnsmasq_edit.php +71 +$reqdfieldsn = array(gettext("Domain"),gettext("IP address")); + +src/www/services_dnsmasq_edit.php +76 +$input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); + +src/www/services_dnsmasq_edit.php +79 +$input_errors[] = gettext("A valid domain must be specified."); + +src/www/services_dnsmasq_edit.php +82 +$input_errors[] = gettext("A valid IP address must be specified."); + +src/www/services_dnsmasq_edit.php +109 +$aliasreqdfieldsn = array(gettext("Alias Domain")); + +src/www/services_dnsmasq_edit.php +114 +$input_errors[] = gettext("Hostnames in alias list can only contain the characters A-Z, 0-9 and '-'."); + +src/www/services_dnsmasq_edit.php +117 +$input_errors[] = gettext("A valid domain must be specified in alias list."); + +src/www/services_dnsmasq_edit.php +128 +$input_errors[] = gettext("This host/domain already exists."); + +src/www/services_dnsmasq_edit.php +156 +$pgtitle = array(gettext("Services"),gettext("DNS forwarder"),gettext("Edit host")); + +src/www/services_dnsmasq_edit.php +198 + + +src/www/services_dnsmasq_edit.php +201 + + +src/www/services_dnsmasq_edit.php +204 +
          + +src/www/services_dnsmasq_edit.php +209 + + +src/www/services_dnsmasq_edit.php +212 +

          + +src/www/services_dnsmasq_edit.php +213 +
          + +src/www/services_dnsmasq_edit.php +216 + + +src/www/services_dnsmasq_edit.php +219 +

          + +src/www/services_dnsmasq_edit.php +220 + 192.168.100.100 fd00 +abcd + +1
          + +src/www/services_dnsmasq_edit.php +223 + + +src/www/services_dnsmasq_edit.php +226 +

          + +src/www/services_dnsmasq_edit.php +237 + + +src/www/services_dnsmasq_edit.php +242 +
          + +src/www/services_dnsmasq_edit.php +243 +
          + +src/www/services_dnsmasq_edit.php +244 +
          + +src/www/services_dnsmasq_edit.php +265 +" /> + +src/www/services_dnsmasq_edit.php +289 +" /> + +src/www/services_dnsmasq_edit.php +290 +" onclick="window.location.href=''" /> + +src/www/services_dyndns.php +50 +$pgtitle = array(gettext("Services"), gettext("Dynamic DNS clients")); + +src/www/services_dyndns.php +74 +$tab_array[] = array(gettext("DynDns"), true, "services_dyndns.php"); + +src/www/services_dyndns.php +75 +$tab_array[] = array(gettext("RFC 2136"), false, "services_rfc2136.php"); + +src/www/services_dyndns.php +89 + + +src/www/services_dyndns.php +90 + + +src/www/services_dyndns.php +91 + + +src/www/services_dyndns.php +92 + + +src/www/services_dyndns.php +93 + + +src/www/services_dyndns.php +180 + ')" class="btn btn-default btn-xs"> + +src/www/services_dyndns.php +187 +
          + +src/www/services_dyndns.php +189 +
          + +src/www/services_dyndns.php +190 +

          + +src/www/services_dyndns_edit.php +86 +$reqdfieldsn = array(gettext('Service type')); + +src/www/services_dyndns_edit.php +89 +$reqdfieldsn[] = gettext('Hostname'); + +src/www/services_dyndns_edit.php +91 +$reqdfieldsn[] = gettext('Username'); + +src/www/services_dyndns_edit.php +94 +$reqdfieldsn[] = gettext('Password'); + +src/www/services_dyndns_edit.php +98 +$reqdfieldsn[] = gettext('Update URL'); + +src/www/services_dyndns_edit.php +111 +$input_errors[] = gettext("The Hostname contains invalid characters."); + +src/www/services_dyndns_edit.php +117 +$input_errors[] = gettext("The MX contains invalid characters."); + +src/www/services_dyndns_edit.php +119 +$input_errors[] = gettext("The username contains invalid characters."); + +src/www/services_dyndns_edit.php +172 +$pgtitle = array(gettext("Services"),gettext("Dynamic DNS client")); + +src/www/services_dyndns_edit.php +243 + + +src/www/services_dyndns_edit.php +248 + + +src/www/services_dyndns_edit.php +250 +" /> + +src/www/services_dyndns_edit.php +254 + + +src/www/services_dyndns_edit.php +268 + + +src/www/services_dyndns_edit.php +293 + + +src/www/services_dyndns_edit.php +315 +
          + +src/www/services_dyndns_edit.php +319 + + +src/www/services_dyndns_edit.php +324 +
          + +src/www/services_dyndns_edit.php +326 +
          + +src/www/services_dyndns_edit.php +327 + + +src/www/services_dyndns_edit.php +332 + + +src/www/services_dyndns_edit.php +336 + + +src/www/services_dyndns_edit.php +338 + + +src/www/services_dyndns_edit.php +345 + + +src/www/services_dyndns_edit.php +348 + + +src/www/services_dyndns_edit.php +351 + + +src/www/services_dyndns_edit.php +354 + + +src/www/services_dyndns_edit.php +357 +
          + +src/www/services_dyndns_edit.php +359 + + +src/www/services_dyndns_edit.php +363 + + +src/www/services_dyndns_edit.php +366 +
          + +src/www/services_dyndns_edit.php +367 +
          + +src/www/services_dyndns_edit.php +368 +
          + +src/www/services_dyndns_edit.php +369 +
          + +src/www/services_dyndns_edit.php +373 + + +src/www/services_dyndns_edit.php +377 + + +src/www/services_dyndns_edit.php +378 +
          + +src/www/services_dyndns_edit.php +379 +
          + +src/www/services_dyndns_edit.php +384 + + +src/www/services_dyndns_edit.php +387 +
          + +src/www/services_dyndns_edit.php +391 + + +src/www/services_dyndns_edit.php +394 +
          + +src/www/services_dyndns_edit.php +396 + + +src/www/services_dyndns_edit.php +400 + + +src/www/services_dyndns_edit.php +403 +
          + +src/www/services_dyndns_edit.php +405 + + +src/www/services_dyndns_edit.php +407 + + +src/www/services_dyndns_edit.php +409 + + +src/www/services_dyndns_edit.php +411 + + +src/www/services_dyndns_edit.php +416 + + +src/www/services_dyndns_edit.php +419 +
          + +src/www/services_dyndns_edit.php +425 + + +src/www/services_dyndns_edit.php +433 +" onclick="enable_change(true)" /> + +src/www/services_dyndns_edit.php +434 + + +src/www/services_dyndns_edit.php +438 +" onclick="enable_change(true)" /> + +src/www/services_dyndns_edit.php +444 +
          + +src/www/services_dyndns_edit.php +445 +
          gettext("add a new igmpentry"), 'href'=>'services_igmpproxy_edit.php'), + +src/www/services_igmpproxy.php +84 +" . gettext("You must apply the changes in order for them to take effect."));?> + +src/www/services_igmpproxy.php +96 + + +src/www/services_igmpproxy.php +97 + + +src/www/services_igmpproxy.php +98 + + +src/www/services_igmpproxy.php +99 + + +src/www/services_igmpproxy.php +126 +" class="btn btn-default btn-xs"> + +src/www/services_igmpproxy.php +127 +')" title="" class="btn btn-default btn-xs"> + +src/www/services_igmpproxy.php +135 +" /> + +src/www/services_igmpproxy.php +141 +


          + +src/www/services_igmpproxy_edit.php +31 +$pgtitle = array(gettext("Firewall"),gettext("IGMP Proxy"), gettext("Edit")); + +src/www/services_igmpproxy_edit.php +65 +$input_errors[] = gettext("Only one 'upstream' interface can be configured."); + +src/www/services_igmpproxy_edit.php +158 + + +src/www/services_igmpproxy_edit.php +161 + + +src/www/services_igmpproxy_edit.php +175 + + +src/www/services_igmpproxy_edit.php +180 + + +src/www/services_igmpproxy_edit.php +185 + + +src/www/services_igmpproxy_edit.php +188 + + +src/www/services_igmpproxy_edit.php +189 + + +src/www/services_igmpproxy_edit.php +193 +upstream network interface is the outgoing interface which is". + +src/www/services_igmpproxy_edit.php +199 + + +src/www/services_igmpproxy_edit.php +211 +
          + +src/www/services_igmpproxy_edit.php +223 +
          + +src/www/services_igmpproxy_edit.php +224 +
          + +src/www/services_igmpproxy_edit.php +275 +" /> + +src/www/services_igmpproxy_edit.php +276 +" /> + +src/www/services_ntpd.php +168 +$pgtitle = array(gettext("Services"),gettext("NTP")); + +src/www/services_ntpd.php +203 +var newdiv = '" onclick="NewTimeServer(' + next + ')" alt="add" />n'; + +src/www/services_ntpd.php +227 +$tab_array[] = array(gettext("NTP"), true, "services_ntpd.php"); + +src/www/services_ntpd.php +228 +$tab_array[] = array(gettext("Serial GPS"), false, "services_ntpd_gps.php"); + +src/www/services_ntpd.php +229 +$tab_array[] = array(gettext("PPS"), false, "services_ntpd_pps.php"); + +src/www/services_ntpd.php +242 + + +src/www/services_ntpd.php +269 +
          + +src/www/services_ntpd.php +271 +
          + +src/www/services_ntpd.php +272 +
          + +src/www/services_ntpd.php +299 +" onclick="NewTimeServer()" alt="add" /> + +src/www/services_ntpd.php +302 + + +src/www/services_ntpd.php +304 +prefer option indicates that NTP should favor the use of this server more than all others.'); ?> + +src/www/services_ntpd.php +306 +noselect option indicates that NTP should not use this server for time, but stats for this server will be collected and displayed.'); ?> + +src/www/services_ntpd.php +312 +
          + +src/www/services_ntpd.php +313 + + +src/www/services_ntpd.php +320 + + +src/www/services_ntpd.php +326 + ( System Logs > NTP"); ?>). + +src/www/services_ntpd.php +329 + + +src/www/services_ntpd.php +332 + + +src/www/services_ntpd.php +339 +" /> - + +src/www/services_ntpd.php +342 + + +src/www/services_ntpd.php +345 + + +src/www/services_ntpd.php +348 + + +src/www/services_ntpd.php +351 + + +src/www/services_ntpd.php +359 +" /> - + +src/www/services_ntpd.php +362 + + +src/www/services_ntpd.php +365 + + +src/www/services_ntpd.php +368 + + +src/www/services_ntpd.php +371 + + +src/www/services_ntpd.php +374 + + +src/www/services_ntpd.php +377 + + +src/www/services_ntpd.php +380 + + +src/www/services_ntpd.php +388 +" /> - + +src/www/services_ntpd.php +391 + + +src/www/services_ntpd.php +392 + + +src/www/services_ntpd.php +394 +
          + +src/www/services_ntpd.php +396 +, + +src/www/services_ntpd.php +404 +" /> + +src/www/services_ntpd_gps.php +149 +$pgtitle = array(gettext("Services"),gettext("NTP GPS")); + +src/www/services_ntpd_gps.php +360 +$tab_array[] = array(gettext("NTP"), false, "services_ntpd.php"); + +src/www/services_ntpd_gps.php +361 +$tab_array[] = array(gettext("Serial GPS"), true, "services_ntpd_gps.php"); + +src/www/services_ntpd_gps.php +362 +$tab_array[] = array(gettext("PPS"), false, "services_ntpd_pps.php"); + +src/www/services_ntpd_gps.php +373 + + +src/www/services_ntpd_gps.php +380 +
          NTP"); ?> + +src/www/services_ntpd_gps.php +384 + + +src/www/services_ntpd_gps.php +396 + + +src/www/services_ntpd_gps.php +399 + + +src/www/services_ntpd_gps.php +400 +
          + +src/www/services_ntpd_gps.php +401 + + +src/www/services_ntpd_gps.php +425 + + +src/www/services_ntpd_gps.php +434 +  + +src/www/services_ntpd_gps.php +437 + + +src/www/services_ntpd_gps.php +454 + + +src/www/services_ntpd_gps.php +460 +()
          + +src/www/services_ntpd_gps.php +461 + ( +0.0). + +src/www/services_ntpd_gps.php +466 +()
          + +src/www/services_ntpd_gps.php +467 + ( +0.0). + +src/www/services_ntpd_gps.php +472 +
          + +src/www/services_ntpd_gps.php +473 + ( +0). + +src/www/services_ntpd_gps.php +481 +
          + +src/www/services_ntpd_gps.php +491 + + +src/www/services_ntpd_gps.php +499 + + +src/www/services_ntpd_gps.php +507 + + +src/www/services_ntpd_gps.php +515 + + +src/www/services_ntpd_gps.php +523 + + +src/www/services_ntpd_gps.php +531 + + +src/www/services_ntpd_gps.php +539 +Note +enabling this will rapidly fill the log, but is useful for tuning Fudge time 2."); ?> + +src/www/services_ntpd_gps.php +548 +
          + +src/www/services_ntpd_gps.php +549 + ( +GPS). + +src/www/services_ntpd_gps.php +555 +" /> - + +src/www/services_ntpd_gps.php +560 +

          + +src/www/services_ntpd_gps.php +561 + + + +src/www/services_ntpd_gps.php +563 +
          $*   + +src/www/services_ntpd_gps.php +564 +" />

          + +src/www/services_ntpd_gps.php +571 +" /> + +src/www/services_ntpd_pps.php +90 +$pgtitle = array(gettext("Services"),gettext("NTP PPS")); + +src/www/services_ntpd_pps.php +109 +$tab_array[] = array(gettext("NTP"), false, "services_ntpd.php"); + +src/www/services_ntpd_pps.php +110 +$tab_array[] = array(gettext("Serial GPS"), false, "services_ntpd_gps.php"); + +src/www/services_ntpd_pps.php +111 +$tab_array[] = array(gettext("PPS"), true, "services_ntpd_pps.php"); + +src/www/services_ntpd_pps.php +123 + + +src/www/services_ntpd_pps.php +128 + + +src/www/services_ntpd_pps.php +129 + + +src/www/services_ntpd_pps.php +130 + + +src/www/services_ntpd_pps.php +132 +
          + NTP"); ?> + +src/www/services_ntpd_pps.php +148 + + +src/www/services_ntpd_pps.php +155 +()
          + +src/www/services_ntpd_pps.php +156 + ( +0.0). + +src/www/services_ntpd_pps.php +161 +
          + +src/www/services_ntpd_pps.php +162 + ( +0). + +src/www/services_ntpd_pps.php +170 +
          + +src/www/services_ntpd_pps.php +180 + + +src/www/services_ntpd_pps.php +188 + + +src/www/services_ntpd_pps.php +196 + + +src/www/services_ntpd_pps.php +205 +
          + +src/www/services_ntpd_pps.php +206 + ( +PPS). + +src/www/services_ntpd_pps.php +211 +" /> + +src/www/services_rfc2136.php +46 +$pgtitle = array(gettext("Services"), gettext("RFC 2136 clients")); + +src/www/services_rfc2136.php +67 +$tab_array[] = array(gettext("DynDns"), false, "services_dyndns.php"); + +src/www/services_rfc2136.php +68 +$tab_array[] = array(gettext("RFC 2136"), true, "services_rfc2136.php"); + +src/www/services_rfc2136.php +82 + + +src/www/services_rfc2136.php +83 + + +src/www/services_rfc2136.php +84 + + +src/www/services_rfc2136.php +85 + + +src/www/services_rfc2136.php +86 + + +src/www/services_rfc2136.php +168 + ')">delete + +src/www/services_rfc2136_edit.php +70 +$reqdfieldsn = array_merge($reqdfieldsn, array(gettext("Hostname"), gettext("TTL"), gettext("Key name"), gettext("Key"))); + +src/www/services_rfc2136_edit.php +75 +$input_errors[] = gettext("The DNS update host name contains invalid characters."); + +src/www/services_rfc2136_edit.php +77 +$input_errors[] = gettext("The DNS update TTL must be an integer."); + +src/www/services_rfc2136_edit.php +79 +$input_errors[] = gettext("The DNS update key name contains invalid characters."); + +src/www/services_rfc2136_edit.php +100 +write_config(gettext("New/Edited RFC2136 dnsupdate entry was posted.")); + +src/www/services_rfc2136_edit.php +102 +if ($_POST['Submit'] == gettext("Save & Force Update")) + +src/www/services_rfc2136_edit.php +112 +$pgtitle = array(gettext("Services"),gettext("RFC 2136 client"), gettext("Edit")); + +src/www/services_rfc2136_edit.php +141 + + +src/www/services_rfc2136_edit.php +146 + + +src/www/services_rfc2136_edit.php +152 + + +src/www/services_rfc2136_edit.php +163 + + +src/www/services_rfc2136_edit.php +170 + + +src/www/services_rfc2136_edit.php +173 + + +src/www/services_rfc2136_edit.php +176 + + +src/www/services_rfc2136_edit.php +180 + + +src/www/services_rfc2136_edit.php +183 + + +src/www/services_rfc2136_edit.php +185 + />   + +src/www/services_rfc2136_edit.php +186 + />   + +src/www/services_rfc2136_edit.php +187 + /> + +src/www/services_rfc2136_edit.php +191 + + +src/www/services_rfc2136_edit.php +195 + + +src/www/services_rfc2136_edit.php +198 + + +src/www/services_rfc2136_edit.php +204 + + +src/www/services_rfc2136_edit.php +206 +" /> + +src/www/services_rfc2136_edit.php +207 + + +src/www/services_rfc2136_edit.php +210 + + +src/www/services_rfc2136_edit.php +212 +" /> + +src/www/services_rfc2136_edit.php +213 + + +src/www/services_rfc2136_edit.php +217 + + +src/www/services_rfc2136_edit.php +225 +" onclick="enable_change(true)" /> + +src/www/services_rfc2136_edit.php +226 +" /> + +src/www/services_rfc2136_edit.php +227 +" onclick="enable_change(true)" /> + +src/www/services_rfc2136_edit.php +235 +
          + +src/www/services_rfc2136_edit.php +236 +
          " . gettext("The DHCPv6 Server can only be enabled on interfaces configured with static IP addresses") . ".

          " . + +src/www/services_router_advertisements.php +58 +"

          " . gettext("Only interfaces configured with a static IP will be shown") . ".

          "; + +src/www/services_router_advertisements.php +100 +$subnets_help = gettext("Subnets are specified in CIDR format. " . + +src/www/services_router_advertisements.php +127 +$input_errors[] = sprintf(gettext("An invalid subnet or alias was specified. [%s/%s]"), $address, $bits); + +src/www/services_router_advertisements.php +132 +$input_errors[] = gettext("A valid IPv6 address must be specified for the primary/secondary DNS servers."); + +src/www/services_router_advertisements.php +137 +$input_errors[] = gettext("A valid domain search list must be specified."); + +src/www/services_router_advertisements.php +172 +$pgtitle = array(gettext("Services"),gettext("Router advertisements")); + +src/www/services_router_advertisements.php +242 +$tab_array[] = array(gettext("DHCPv6 Server"), false, "services_dhcpv6.php?if={$if}"); + +src/www/services_router_advertisements.php +243 +$tab_array[] = array(gettext("Router Advertisements"), true, "services_router_advertisements.php?if={$if}"); + +src/www/services_router_advertisements.php +251 + + +src/www/services_router_advertisements.php +258 + + +src/www/services_router_advertisements.php +259 + + +src/www/services_router_advertisements.php +260 + + +src/www/services_router_advertisements.php +264 + + +src/www/services_router_advertisements.php +271 + + +src/www/services_router_advertisements.php +285 + + +src/www/services_router_advertisements.php +293 + + +src/www/services_router_advertisements.php +299 + + +src/www/services_router_advertisements.php +324 +"> + +src/www/services_router_advertisements.php +341 +" > +#: src/www/firewall_aliases_edit.php 676 +#: src/www/firewall_aliases_edit.php 677 +#: src/www/firewall_aliases_edit.php 678 +#: src/www/firewall_aliases_edit.php 679 +#: src/www/firewall_aliases_edit.php 684
          +#: src/www/firewall_aliases_edit.php 690
          +#: src/www/firewall_aliases_edit.php 694
          +#: src/www/firewall_aliases_edit.php 696
          +#: src/www/firewall_aliases_edit.php 728
          " /> +#: src/www/firewall_aliases_edit.php 749 " /> +#: src/www/firewall_aliases_edit.php 750 " onclick="window.location.href=''" /> +#: src/www/firewall_aliases_import.php 37 $pgtitle = array(gettext("Firewall"),gettext("Aliases"),gettext("Bulk import")); +#: src/www/firewall_aliases_import.php 55 $reqdfieldsn = array(gettext("Name"),gettext("Aliases")); +#: 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, _."; +#: src/www/firewall_aliases_import.php 64 $input_errors[] = gettext("An alias with this name already exists."); +#: src/www/firewall_aliases_import.php 70 $input_errors[] = sprintf(gettext("Cannot use a reserved keyword as alias name %s"), $rk); +#: src/www/firewall_aliases_import.php 75 $input_errors[] = gettext("An interface description with this name already exists."); +#: src/www/firewall_aliases_import.php 99 $input_errors[] = sprintf(gettext("%s is not an IP address. Please correct the error to continue"), $impip); +#: src/www/firewall_aliases_import.php 107 $input_errors[] = gettext("Descriptions may not start or end with vertical bar (|) or contain double vertical bar ||."); +#: src/www/firewall_aliases_import.php 116 $input_errors[] = gettext("Descriptions must be less than 200 characters long."); +#: src/www/firewall_aliases_import.php 165

          +#: src/www/firewall_aliases_import.php 173 +#: src/www/firewall_aliases_import.php 178 +#: src/www/firewall_aliases_import.php 183 +#: src/www/firewall_aliases_import.php 188 . +#: src/www/firewall_aliases_import.php 193 +#: src/www/firewall_aliases_import.php 198 +#: src/www/firewall_aliases_import.php 200 +#: src/www/firewall_aliases_import.php 213 " /> +#: src/www/firewall_aliases_import.php 214 " onclick="window.location.href=''" /> +#: src/www/firewall_nat.php 155 $pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Port Forward")); +#: src/www/firewall_nat.php 200 " . gettext("You must apply the changes in order for them to take effect."));?>
          +#: src/www/firewall_nat.php 208 $tab_array[] = array(gettext("Port Forward"), true, "firewall_nat.php"); +#: src/www/firewall_nat.php 209 $tab_array[] = array(gettext("1 1"), false, "firewall_nat_1to1.php"); +#: src/www/firewall_nat.php 210 $tab_array[] = array(gettext("Outbound"), false, "firewall_nat_out.php"); +#: src/www/firewall_nat.php 211 $tab_array[] = array(gettext("NPt"), false, "firewall_nat_npt.php"); +#: src/www/firewall_nat.php 225 +#: src/www/firewall_nat.php 226 +#: src/www/firewall_nat.php 227 +#: src/www/firewall_nat.php 228 +#: src/www/firewall_nat.php 229 +#: src/www/firewall_nat.php 230 +#: src/www/firewall_nat.php 231 +#: src/www/firewall_nat.php 232 +#: src/www/firewall_nat.php 233 +#: src/www/firewall_nat.php 377 +#: src/www/firewall_nat.php 378 " class="btn btn-default btn-xs"> +#: src/www/firewall_nat.php 379 " onclick="return confirm('')" class="btn btn-default btn-xs"> +#: src/www/firewall_nat.php 381 "> +#: src/www/firewall_nat.php 391 +#: src/www/firewall_nat.php 395 "> +#: src/www/firewall_nat.php 397 +#: src/www/firewall_nat.php 399 "> +#: src/www/firewall_nat.php 407 +#: src/www/firewall_nat.php 411 +#: src/www/firewall_nat.php 419 " onclick="return confirm('')" class="btn btn-primary" value="Delete selected rules"/> +#: src/www/firewall_nat_1to1.php 133 $pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("1 1")); +#: src/www/firewall_nat_1to1.php 137 array('label'=>gettext("add rule"), 'href'=>'firewall_nat_1to1_edit.php'), +#: src/www/firewall_nat_1to1.php 155 print_info_box_np(gettext("The NAT configuration has been changed.") . +#: src/www/firewall_nat_1to1.php 157 gettext("You must apply the changes in order for them to take effect.")); +#: src/www/firewall_nat_1to1.php 164 $tab_array[] = array(gettext("Port Forward"), false, "firewall_nat.php"); +#: src/www/firewall_nat_1to1.php 165 $tab_array[] = array(gettext("1 1"), true, "firewall_nat_1to1.php"); +#: src/www/firewall_nat_1to1.php 166 $tab_array[] = array(gettext("Outbound"), false, "firewall_nat_out.php"); +#: src/www/firewall_nat_1to1.php 167 $tab_array[] = array(gettext("NPt"), false, "firewall_nat_npt.php"); +#: src/www/firewall_nat_1to1.php 182 +#: src/www/firewall_nat_1to1.php 183 +#: src/www/firewall_nat_1to1.php 184 +#: src/www/firewall_nat_1to1.php 185 +#: src/www/firewall_nat_1to1.php 186 +#: src/www/firewall_nat_1to1.php 208 " > +#: src/www/firewall_nat_1to1.php 244 title="" +#: src/www/firewall_nat_1to1.php 247 "> +#: src/www/firewall_nat_1to1.php 248 " onclick="return confirm('')" class="btn btn-default btn-xs"> +#: src/www/firewall_nat_1to1.php 249 " class="btn btn-default btn-xs"> +#: src/www/firewall_nat_1to1.php 263 " class="btn btn-default btn-xs"> +#: src/www/firewall_nat_1to1.php 267 +#: src/www/firewall_nat_1to1.php 272 " class="btn btn-default btn-xs"> +#: src/www/firewall_nat_1to1.php 277 " data-toggle="tooltip" data-placement="left" title="" class="btn btn-default btn-xs"> +#: src/www/firewall_nat_1to1.php 281 +#: src/www/firewall_nat_1to1.php 291
          +#: src/www/firewall_nat_1to1.php 292 +#: src/www/firewall_nat_1to1.php 293
          +#: src/www/firewall_nat_1to1.php 294 +#: src/www/firewall_nat_1to1_edit.php 302 +#: src/www/firewall_nat_1to1_edit.php 305
          +#: src/www/firewall_nat_1to1_edit.php 306 +#: src/www/firewall_nat_1to1_edit.php 310 +#: src/www/firewall_nat_1to1_edit.php 347 .
          +#: src/www/firewall_nat_1to1_edit.php 348 .
          +#: src/www/firewall_nat_1to1_edit.php 351 +#: src/www/firewall_nat_1to1_edit.php 356 +#: src/www/firewall_nat_1to1_edit.php 363 +#: src/www/firewall_nat_1to1_edit.php 366 +#: src/www/firewall_nat_1to1_edit.php 368 +#: src/www/firewall_nat_1to1_edit.php 373    +#: src/www/firewall_nat_1to1_edit.php 379 +#: src/www/firewall_nat_1to1_edit.php 381 +#: src/www/firewall_nat_1to1_edit.php 383 +#: src/www/firewall_nat_1to1_edit.php 387 +#: src/www/firewall_nat_1to1_edit.php 392 +#: src/www/firewall_nat_1to1_edit.php 397 +#: src/www/firewall_nat_1to1_edit.php 404 +#: src/www/firewall_nat_1to1_edit.php 407 +#: src/www/firewall_nat_1to1_edit.php 417    +#: src/www/firewall_nat_1to1_edit.php 441 +#: src/www/firewall_nat_1to1_edit.php 445 +#: src/www/firewall_nat_1to1_edit.php 448 +#: src/www/firewall_nat_1to1_edit.php 450 +#: src/www/firewall_nat_1to1_edit.php 455    +#: src/www/firewall_nat_1to1_edit.php 460 +#: src/www/firewall_nat_1to1_edit.php 462 +#: src/www/firewall_nat_1to1_edit.php 465 +#: src/www/firewall_nat_1to1_edit.php 471 +#: src/www/firewall_nat_1to1_edit.php 478 +#: src/www/firewall_nat_1to1_edit.php 485 +#: src/www/firewall_nat_1to1_edit.php 494 +#: src/www/firewall_nat_1to1_edit.php 497 +#: src/www/firewall_nat_1to1_edit.php 507    +#: src/www/firewall_nat_1to1_edit.php 532
          +#: src/www/firewall_nat_1to1_edit.php 533 +#: src/www/firewall_nat_1to1_edit.php 538 +#: src/www/firewall_nat_1to1_edit.php 543 +#: src/www/firewall_nat_1to1_edit.php 548 +#: src/www/firewall_nat_1to1_edit.php 552 +#: src/www/firewall_nat_1to1_edit.php 555 +#: src/www/firewall_nat_1to1_edit.php 558 +#: src/www/firewall_nat_1to1_edit.php 566 " /> +#: src/www/firewall_nat_1to1_edit.php 567 " onclick="window.location.href=''" /> +#: src/www/firewall_nat_edit.php 109 $input_errors[] = sprintf(gettext("Invalid characters detected %s. Please remove invalid characters and save again."), $temp); +#: src/www/firewall_nat_edit.php 182 $reqdfieldsn = array(gettext("Interface"),gettext("Protocol"),gettext("Destination port from"),gettext("Destination port to")); +#: src/www/firewall_nat_edit.php 185 $reqdfieldsn = array(gettext("Interface"),gettext("Protocol")); +#: src/www/firewall_nat_edit.php 190 $reqdfieldsn[] = gettext("Source address"); +#: src/www/firewall_nat_edit.php 194 $reqdfieldsn[] = gettext("Destination address"); +#: src/www/firewall_nat_edit.php 198 $reqdfieldsn[] = gettext("Redirect target IP"); +#: 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']); +#: 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']); +#: 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']); +#: 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']); +#: 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']); +#: 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']); +#: src/www/firewall_nat_edit.php 239 $input_errors[] = gettext("You must specify single host or alias for alias entries."); +#: src/www/firewall_nat_edit.php 244 $input_errors[] = sprintf(gettext("%s is not a valid source IP address or alias."), $_POST['src']); +#: src/www/firewall_nat_edit.php 247 $input_errors[] = gettext("A valid source bit count must be specified."); +#: src/www/firewall_nat_edit.php 252 $input_errors[] = sprintf(gettext("%s is not a valid destination IP address or alias."), $_POST['dst']); +#: src/www/firewall_nat_edit.php 255 $input_errors[] = gettext("A valid destination bit count must be specified."); +#: src/www/firewall_nat_edit.php 274 $input_errors[] = gettext("The target port range must be an integer between 1 and 65535."); +#: src/www/firewall_nat_edit.php 295 $input_errors[] = gettext("The destination port range overlaps with an existing entry."); +#: src/www/firewall_nat_edit.php 407 $filterent['created'] = make_config_revision_entry(null, gettext("NAT Port Forward")); +#: src/www/firewall_nat_edit.php 442 $pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Port Forward"),gettext("Edit")); +#: src/www/firewall_nat_edit.php 473 +#: src/www/firewall_nat_edit.php 480 +#: src/www/firewall_nat_edit.php 483
          +#: src/www/firewall_nat_edit.php 484 +#: src/www/firewall_nat_edit.php 488 +#: src/www/firewall_nat_edit.php 491 +#: src/www/firewall_nat_edit.php 492
          +#: src/www/firewall_nat_edit.php 496 +#: src/www/firewall_nat_edit.php 534
          +#: src/www/firewall_nat_edit.php 535
          +#: src/www/firewall_nat_edit.php 538 +#: src/www/firewall_nat_edit.php 544
            +#: src/www/firewall_nat_edit.php 549 +#: src/www/firewall_nat_edit.php 551 " /> - +#: src/www/firewall_nat_edit.php 555 +#: src/www/firewall_nat_edit.php 558 +#: src/www/firewall_nat_edit.php 560 +#: src/www/firewall_nat_edit.php 565    +#: src/www/firewall_nat_edit.php 570 +#: src/www/firewall_nat_edit.php 571 +#: src/www/firewall_nat_edit.php 572 +#: src/www/firewall_nat_edit.php 574 +#: src/www/firewall_nat_edit.php 577 +#: src/www/firewall_nat_edit.php 580 +#: src/www/firewall_nat_edit.php 585 +#: src/www/firewall_nat_edit.php 587 +#: src/www/firewall_nat_edit.php 595    +#: src/www/firewall_nat_edit.php 617 +#: src/www/firewall_nat_edit.php 621    +#: src/www/firewall_nat_edit.php 625 +#: src/www/firewall_nat_edit.php 626 +#: src/www/firewall_nat_edit.php 635 +#: src/www/firewall_nat_edit.php 638 +#: src/www/firewall_nat_edit.php 639 +#: src/www/firewall_nat_edit.php 649 . .
          ''

          +#: src/www/firewall_nat_edit.php 653 +#: src/www/firewall_nat_edit.php 656 +#: src/www/firewall_nat_edit.php 658 +#: src/www/firewall_nat_edit.php 663    +#: src/www/firewall_nat_edit.php 668 +#: src/www/firewall_nat_edit.php 669 +#: src/www/firewall_nat_edit.php 670 +#: src/www/firewall_nat_edit.php 671 +#: src/www/firewall_nat_edit.php 673 +#: src/www/firewall_nat_edit.php 676 +#: src/www/firewall_nat_edit.php 679 +#: src/www/firewall_nat_edit.php 684 +#: src/www/firewall_nat_edit.php 686 +#: src/www/firewall_nat_edit.php 715    +#: src/www/firewall_nat_edit.php 738 +#: src/www/firewall_nat_edit.php 742    +#: src/www/firewall_nat_edit.php 745 +#: src/www/firewall_nat_edit.php 755 +#: src/www/firewall_nat_edit.php 758 +#: src/www/firewall_nat_edit.php 770 +#: src/www/firewall_nat_edit.php 772 '' +#: src/www/firewall_nat_edit.php 777 +#: src/www/firewall_nat_edit.php 780
          192.168.1.12 +#: src/www/firewall_nat_edit.php 785 +#: src/www/firewall_nat_edit.php 788 +#: src/www/firewall_nat_edit.php 799 +#: src/www/firewall_nat_edit.php 806 +#: src/www/firewall_nat_edit.php 809
          +#: src/www/firewall_nat_edit.php 816 +#: src/www/firewall_nat_edit.php 820 +#: src/www/firewall_nat_edit.php 823 +#: src/www/firewall_nat_edit.php 824 +#: src/www/firewall_nat_edit.php 825 +#: src/www/firewall_nat_edit.php 826 +#: src/www/firewall_nat_edit.php 832 +#: src/www/firewall_nat_edit.php 835 +#: src/www/firewall_nat_edit.php 836 +#: src/www/firewall_nat_edit.php 846 $linkedrule = "
          " . gettext("View the filter rule") . "
          "; +#: src/www/firewall_nat_edit.php 854 echo "n"; +#: src/www/firewall_nat_edit.php 863 +#: src/www/firewall_nat_edit.php 866 +#: src/www/firewall_nat_edit.php 867 +#: src/www/firewall_nat_edit.php 868 +#: src/www/firewall_nat_edit.php 869 +#: src/www/firewall_nat_edit.php 871

          +#: src/www/firewall_nat_edit.php 887 +#: src/www/firewall_nat_edit.php 891 +#: src/www/firewall_nat_edit.php 893 +#: src/www/firewall_nat_edit.php 899 +#: src/www/firewall_nat_edit.php 901 +#: src/www/firewall_nat_edit.php 913 " /> +#: src/www/firewall_nat_edit.php 914 " onclick="window.location.href=''" /> +#: src/www/firewall_nat_npt.php 65 $pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("NPt")); +#: src/www/firewall_nat_npt.php 85 " . gettext("You must apply the changes in order for them to take effect."));?>
          +#: src/www/firewall_nat_npt.php 92 $tab_array[] = array(gettext("Port Forward"), false, "firewall_nat.php"); +#: src/www/firewall_nat_npt.php 93 $tab_array[] = array(gettext("1 1"), false, "firewall_nat_1to1.php"); +#: src/www/firewall_nat_npt.php 94 $tab_array[] = array(gettext("Outbound"), false, "firewall_nat_out.php"); +#: src/www/firewall_nat_npt.php 95 $tab_array[] = array(gettext("NPt"), true, "firewall_nat_npt.php"); +#: src/www/firewall_nat_npt.php 108 +#: src/www/firewall_nat_npt.php 109 +#: src/www/firewall_nat_npt.php 110 +#: src/www/firewall_nat_npt.php 111 +#: src/www/firewall_nat_npt.php 155 " class="btn btn-default btn-xs">')" title="" alt="delete" class="btn btn-default btn-xs"> +#: src/www/firewall_nat_npt_edit.php 94 $reqdfieldsn = array(gettext("Interface")); +#: src/www/firewall_nat_npt_edit.php 96 $reqdfieldsn[] = gettext("Source prefix"); +#: src/www/firewall_nat_npt_edit.php 98 $reqdfieldsn[] = gettext("Destination prefix"); +#: src/www/firewall_nat_npt_edit.php 134 $pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("NPt"),gettext("Edit")); +#: src/www/firewall_nat_npt_edit.php 160 +#: src/www/firewall_nat_npt_edit.php 163 +#: src/www/firewall_nat_npt_edit.php 166
          +#: src/www/firewall_nat_npt_edit.php 167 +#: src/www/firewall_nat_npt_edit.php 171 +#: src/www/firewall_nat_npt_edit.php 207 .
          +#: src/www/firewall_nat_npt_edit.php 208 .
          +#: src/www/firewall_nat_npt_edit.php 211 +#: src/www/firewall_nat_npt_edit.php 214 +#: src/www/firewall_nat_npt_edit.php 216 +#: src/www/firewall_nat_npt_edit.php 221    +#: src/www/firewall_nat_npt_edit.php 241 +#: src/www/firewall_nat_npt_edit.php 250 +#: src/www/firewall_nat_npt_edit.php 252 +#: src/www/firewall_nat_npt_edit.php 257    +#: src/www/firewall_nat_npt_edit.php 278
          +#: src/www/firewall_nat_npt_edit.php 282 +#: src/www/firewall_nat_npt_edit.php 285
          " /> +#: src/www/firewall_nat_npt_edit.php 292 " onclick="window.location.href=''" /> +#: src/www/firewall_nat_out.php 86 $natent['descr'] .= sprintf(gettext(' - %1$s to %2$s'), +#: src/www/firewall_nat_out.php 89 $natent['created'] = make_config_revision_entry(null, gettext("Manual Outbound NAT Switch")); +#: src/www/firewall_nat_out.php 108 $savemsg = gettext("Default rules for each interface have been created."); +#: src/www/firewall_nat_out.php 199 $pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Outbound")); +#: 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.")); +#: src/www/firewall_nat_out.php 225 $tab_array[] = array(gettext("Port Forward"), false, "firewall_nat.php"); +#: src/www/firewall_nat_out.php 226 $tab_array[] = array(gettext("1 1"), false, "firewall_nat_1to1.php"); +#: src/www/firewall_nat_out.php 227 $tab_array[] = array(gettext("Outbound"), true, "firewall_nat_out.php"); +#: src/www/firewall_nat_out.php 228 $tab_array[] = array(gettext("NPt"), false, "firewall_nat_npt.php"); +#: src/www/firewall_nat_out.php 237 +#: src/www/firewall_nat_out.php 247
          +#: src/www/firewall_nat_out.php 248 +#: src/www/firewall_nat_out.php 256
          +#: src/www/firewall_nat_out.php 257 +#: src/www/firewall_nat_out.php 268
          +#: src/www/firewall_nat_out.php 269 +#: src/www/firewall_nat_out.php 277
          +#: src/www/firewall_nat_out.php 278 +#: src/www/firewall_nat_out.php 285 " /> +#: src/www/firewall_nat_out.php 300 +#: src/www/firewall_nat_out.php 306 +#: src/www/firewall_nat_out.php 307 +#: src/www/firewall_nat_out.php 308 +#: src/www/firewall_nat_out.php 309 +#: src/www/firewall_nat_out.php 310 +#: src/www/firewall_nat_out.php 311 +#: src/www/firewall_nat_out.php 312 +#: src/www/firewall_nat_out.php 313 +#: src/www/firewall_nat_out.php 314 +#: src/www/firewall_nat_out.php 358 " class=" "> +#: src/www/firewall_nat_out.php 363 " class="btn btn-default btn-xs "> +#: src/www/firewall_nat_out.php 439 echo gettext("YES"); +#: src/www/firewall_nat_out.php 441 echo gettext("NO"); +#: src/www/firewall_nat_out.php 449 +#: src/www/firewall_nat_out.php 451 " alt="edit" class="btn btn-default btn-xs"> +#: src/www/firewall_nat_out.php 452 ')" title="" alt="delete" class="btn btn-default btn-xs"> +#: src/www/firewall_nat_out.php 453 " class="btn btn-default btn-xs"> +#: src/www/firewall_nat_out.php 474 +#: src/www/firewall_nat_out.php 479 " alt="add" class="btn btn-default btn-xs"> +#: src/www/firewall_nat_out.php 484 " class="btn btn-default btn-xs"> +#: src/www/firewall_nat_out.php 488 +#: src/www/firewall_nat_out.php 506 +#: src/www/firewall_nat_out.php 510 +#: src/www/firewall_nat_out.php 511 +#: src/www/firewall_nat_out.php 512 +#: src/www/firewall_nat_out.php 513 +#: src/www/firewall_nat_out.php 514 +#: src/www/firewall_nat_out.php 515 +#: src/www/firewall_nat_out.php 516 +#: src/www/firewall_nat_out.php 517 +#: src/www/firewall_nat_out.php 518 +#: src/www/firewall_nat_out.php 529 "> +#: src/www/firewall_nat_out.php 591 echo gettext("YES"); +#: src/www/firewall_nat_out.php 593 echo gettext("NO"); +#: src/www/firewall_nat_out.php 608
          +#: src/www/firewall_nat_out.php 609 +#: src/www/firewall_nat_out.php 621 +#: src/www/firewall_nat_out_edit.php 126 $input_errors[] = sprintf(gettext("Invalid characters detected (%s). Please remove invalid characters and save again."),$temp); +#: 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")); +#: 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."); +#: 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."); +#: src/www/firewall_nat_out_edit.php 157 $input_errors[] = gettext("You must supply a valid port for the NAT port entry."); +#: src/www/firewall_nat_out_edit.php 161 $input_errors[] = gettext("A valid source must be specified."); +#: src/www/firewall_nat_out_edit.php 165 $input_errors[] = gettext("A valid source bit count must be specified."); +#: src/www/firewall_nat_out_edit.php 169 $input_errors[] = gettext("A valid destination must be specified."); +#: src/www/firewall_nat_out_edit.php 173 $input_errors[] = gettext("A valid destination bit count must be specified."); +#: src/www/firewall_nat_out_edit.php 177 $input_errors[] = gettext("Negating destination address of "any" is invalid."); +#: src/www/firewall_nat_out_edit.php 182 $input_errors[] = gettext("A valid target IP address must be specified."); +#: src/www/firewall_nat_out_edit.php 187 $input_errors[] = gettext("A valid target IP must be specified when using the 'Other Subnet' type."); +#: 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."); +#: src/www/firewall_nat_out_edit.php 203 $input_errors[] = gettext("Only Round Robin pool options may be chosen when selecting an alias."); +#: src/www/firewall_nat_out_edit.php 328 $pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Outbound"),gettext("Edit")); +#: src/www/firewall_nat_out_edit.php 449 +#: src/www/firewall_nat_out_edit.php 456 +#: src/www/firewall_nat_out_edit.php 459
          +#: src/www/firewall_nat_out_edit.php 460 +#: src/www/firewall_nat_out_edit.php 464 +#: src/www/firewall_nat_out_edit.php 467 +#: src/www/firewall_nat_out_edit.php 468
          +#: src/www/firewall_nat_out_edit.php 472 +#: src/www/firewall_nat_out_edit.php 510
          +#: src/www/firewall_nat_out_edit.php 511 +#: src/www/firewall_nat_out_edit.php 516 +#: src/www/firewall_nat_out_edit.php 528
          +#: src/www/firewall_nat_out_edit.php 530 printf(gettext("Hint in most cases, you should specify %s any %s here."),""," "); +#: src/www/firewall_nat_out_edit.php 536 +#: src/www/firewall_nat_out_edit.php 540    +#: src/www/firewall_nat_out_edit.php 543 +#: src/www/firewall_nat_out_edit.php 544 +#: src/www/firewall_nat_out_edit.php 545 +#: src/www/firewall_nat_out_edit.php 550    +#: src/www/firewall_nat_out_edit.php 575 +#: src/www/firewall_nat_out_edit.php 579    +#: src/www/firewall_nat_out_edit.php 582 +#: src/www/firewall_nat_out_edit.php 589 +#: src/www/firewall_nat_out_edit.php 592
          +#: src/www/firewall_nat_out_edit.php 593
          +#: src/www/firewall_nat_out_edit.php 597    +#: src/www/firewall_nat_out_edit.php 601 +#: src/www/firewall_nat_out_edit.php 604 +#: src/www/firewall_nat_out_edit.php 610    +#: src/www/firewall_nat_out_edit.php 635 +#: src/www/firewall_nat_out_edit.php 639    +#: src/www/firewall_nat_out_edit.php 642 +#: src/www/firewall_nat_out_edit.php 649 +#: src/www/firewall_nat_out_edit.php 653    +#: src/www/firewall_nat_out_edit.php 657 +#: src/www/firewall_nat_out_edit.php 703 +#: src/www/firewall_nat_out_edit.php 710    +#: src/www/firewall_nat_out_edit.php 728
          +#: src/www/firewall_nat_out_edit.php 729 +#: src/www/firewall_nat_out_edit.php 732 +#: src/www/firewall_nat_out_edit.php 764
          +#: src/www/firewall_nat_out_edit.php 765 *
          +#: src/www/firewall_nat_out_edit.php 766 *
          +#: src/www/firewall_nat_out_edit.php 767 *
          +#: src/www/firewall_nat_out_edit.php 768 *
          +#: src/www/firewall_nat_out_edit.php 769 *
          +#: src/www/firewall_nat_out_edit.php 774    +#: src/www/firewall_nat_out_edit.php 782 +#: src/www/firewall_nat_out_edit.php 786    +#: src/www/firewall_nat_out_edit.php 793 +#: src/www/firewall_nat_out_edit.php 796 +#: src/www/firewall_nat_out_edit.php 800 +#: src/www/firewall_nat_out_edit.php 804 +#: src/www/firewall_nat_out_edit.php 816 +#: src/www/firewall_nat_out_edit.php 822 +#: src/www/firewall_nat_out_edit.php 824 +#: src/www/firewall_nat_out_edit.php 833 +#: src/www/firewall_nat_out_edit.php 835 +#: src/www/firewall_nat_out_edit.php 847 " /> +#: src/www/firewall_nat_out_edit.php 848 " onclick="window.location.href=''" /> +#: src/www/firewall_rules.php 35 $pgtitle = array(gettext("Firewall"),gettext("Rules")); +#: src/www/firewall_rules.php 99 $config = write_config(gettext("Drag and drop firewall rules ordering update.")); +#: src/www/firewall_rules.php 117 "" => gettext("any"), +#: src/www/firewall_rules.php 118 "echoreq" => gettext("Echo request"), +#: src/www/firewall_rules.php 119 "echorep" => gettext("Echo reply"), +#: src/www/firewall_rules.php 120 "unreach" => gettext("Destination unreachable"), +#: src/www/firewall_rules.php 121 "squench" => gettext("Source quench"), +#: src/www/firewall_rules.php 122 "redir" => gettext("Redirect"), +#: src/www/firewall_rules.php 123 "althost" => gettext("Alternate Host"), +#: src/www/firewall_rules.php 124 "routeradv" => gettext("Router advertisement"), +#: src/www/firewall_rules.php 125 "routersol" => gettext("Router solicitation"), +#: src/www/firewall_rules.php 126 "timex" => gettext("Time exceeded"), +#: src/www/firewall_rules.php 127 "paramprob" => gettext("Invalid IP header"), +#: src/www/firewall_rules.php 128 "timereq" => gettext("Timestamp"), +#: src/www/firewall_rules.php 129 "timerep" => gettext("Timestamp reply"), +#: src/www/firewall_rules.php 130 "inforeq" => gettext("Information request"), +#: src/www/firewall_rules.php 131 "inforep" => gettext("Information reply"), +#: src/www/firewall_rules.php 132 "maskreq" => gettext("Address mask request"), +#: src/www/firewall_rules.php 133 "maskrep" => gettext("Address mask reply") +#: 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"),"",""); +#: 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}"); +#: 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.")); +#: src/www/firewall_rules.php 372 $tab_array[] = array(gettext("Floating"), $active, "firewall_rules.php?if=FloatingRules"); +#: src/www/firewall_rules.php 395 +#: src/www/firewall_rules.php 396 +#: src/www/firewall_rules.php 397 +#: src/www/firewall_rules.php 398 +#: src/www/firewall_rules.php 399 +#: src/www/firewall_rules.php 400 +#: src/www/firewall_rules.php 401 +#: src/www/firewall_rules.php 402 +#: src/www/firewall_rules.php 403 +#: src/www/firewall_rules.php 419 +#: src/www/firewall_rules.php 421 " class="btn btn-default btn-xs"> +#: src/www/firewall_rules.php 445 +#: src/www/firewall_rules.php 447 " alt="move" class="btn btn-default btn-xs"> +#: src/www/firewall_rules.php 448 " class="btn btn-default btn-xs"> +#: src/www/firewall_rules.php 450 " width="17" height="17" border="0" alt="add" class="btn btn-default btn-xs"> +#: src/www/firewall_rules.php 461 +#: src/www/firewall_rules.php 468 +#: src/www/firewall_rules.php 470 " alt="move" class="btn btn-default btn-xs"> +#: src/www/firewall_rules.php 472 " class="btn btn-default btn-xs"> +#: src/www/firewall_rules.php 474 " width="17" height="17" border="0" alt="add" class="btn btn-default btn-xs"> +#: src/www/firewall_rules.php 484 +#: src/www/firewall_rules.php 491 +#: src/www/firewall_rules.php 493 " alt="move" class="btn btn-default btn-xs"> +#: src/www/firewall_rules.php 495 " class="btn btn-default btn-xs"> +#: src/www/firewall_rules.php 497 " width="17" height="17" border="0" alt="add" class="btn btn-default btn-xs"> +#: src/www/firewall_rules.php 512 $advanced_set = ""; +#: src/www/firewall_rules.php 543 " > +#: src/www/firewall_rules.php 591 $dayArray = array (gettext('Mon'),gettext('Tues'),gettext('Wed'),gettext('Thur'),gettext('Fri'),gettext('Sat'),gettext('Sun')); +#: 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')); +#: src/www/firewall_rules.php 701 $alttext = gettext("Traffic matching this rule is currently being denied"); +#: src/www/firewall_rules.php 704 $alttext = gettext("Traffic matching this rule is currently being allowed"); +#: src/www/firewall_rules.php 712 $alttext = gettext("This rule is not currently active because its period has expired"); +#: src/www/firewall_rules.php 773 echo gettext("none"); +#: src/www/firewall_rules.php 785 +#: src/www/firewall_rules.php 786 " class="btn btn-default btn-xs"> +#: src/www/firewall_rules.php 788 " onclick="return confirm('Do you really want to delete this rule?')" class="btn btn-default btn-xs"> +#: src/www/firewall_rules.php 789 " class="btn btn-default btn-xs"> +#: src/www/firewall_rules.php 801

          +#: src/www/firewall_rules.php 803
          +#: src/www/firewall_rules.php 804

          +#: src/www/firewall_rules.php 806
          +#: src/www/firewall_rules.php 825 +#: src/www/firewall_rules.php 826 +#: src/www/firewall_rules.php 827 " class="btn btn-default btn-xs"> +#: src/www/firewall_rules.php 840 +#: src/www/firewall_rules.php 843 +#: src/www/firewall_rules.php 846 +#: src/www/firewall_rules.php 849 +#: src/www/firewall_rules.php 852 +#: src/www/firewall_rules.php 856 +#: src/www/firewall_rules.php 859 +#: src/www/firewall_rules.php 862 +#: src/www/firewall_rules.php 865 +#: src/www/firewall_rules.php 868 +#: src/www/firewall_rules.php 874 +#: src/www/firewall_rules.php 878
        • +#: src/www/firewall_rules_edit.php 815 +#: src/www/firewall_rules_edit.php 829
          +#: src/www/firewall_rules_edit.php 830 +#: src/www/firewall_rules_edit.php 835 +#: src/www/firewall_rules_edit.php 838
          +#: src/www/firewall_rules_edit.php 839 +#: src/www/firewall_rules_edit.php 845 +#: src/www/firewall_rules_edit.php 849
          +#: src/www/firewall_rules_edit.php 850 +#: src/www/firewall_rules_edit.php 857 +#: src/www/firewall_rules_edit.php 859
          +#: src/www/firewall_rules_edit.php 860
          +#: src/www/firewall_rules_edit.php 867 echo "" . gettext("View the NAT rule") . "
          "; +#: src/www/firewall_rules_edit.php 885 +#: src/www/firewall_rules_edit.php 926 +#: src/www/firewall_rules_edit.php 932 +#: src/www/firewall_rules_edit.php 950 +#: src/www/firewall_rules_edit.php 962
          +#: src/www/firewall_rules_edit.php 966 +#: src/www/firewall_rules_edit.php 976
          TCP  
          +#: src/www/firewall_rules_edit.php 980 +#: src/www/firewall_rules_edit.php 985 "" => gettext("any"), +#: src/www/firewall_rules_edit.php 986 "echoreq" => gettext("Echo request"), +#: src/www/firewall_rules_edit.php 987 "echorep" => gettext("Echo reply"), +#: src/www/firewall_rules_edit.php 988 "unreach" => gettext("Destination unreachable"), +#: src/www/firewall_rules_edit.php 989 "squench" => gettext("Source quench"), +#: src/www/firewall_rules_edit.php 990 "redir" => gettext("Redirect"), +#: src/www/firewall_rules_edit.php 991 "althost" => gettext("Alternate Host"), +#: src/www/firewall_rules_edit.php 992 "routeradv" => gettext("Router advertisement"), +#: src/www/firewall_rules_edit.php 993 "routersol" => gettext("Router solicitation"), +#: src/www/firewall_rules_edit.php 994 "timex" => gettext("Time exceeded"), +#: src/www/firewall_rules_edit.php 995 "paramprob" => gettext("Invalid IP header"), +#: src/www/firewall_rules_edit.php 996 "timereq" => gettext("Timestamp"), +#: src/www/firewall_rules_edit.php 997 "timerep" => gettext("Timestamp reply"), +#: src/www/firewall_rules_edit.php 998 "inforeq" => gettext("Information request"), +#: src/www/firewall_rules_edit.php 999 "inforep" => gettext("Information reply"), +#: src/www/firewall_rules_edit.php 1000 "maskreq" => gettext("Address mask request"), +#: src/www/firewall_rules_edit.php 1001 "maskrep" => gettext("Address mask reply") +#: src/www/firewall_rules_edit.php 1009 +#: src/www/firewall_rules_edit.php 1013 +#: src/www/firewall_rules_edit.php 1016 +#: src/www/firewall_rules_edit.php 1018 +#: src/www/firewall_rules_edit.php 1023    +#: src/www/firewall_rules_edit.php 1028 +#: src/www/firewall_rules_edit.php 1035 > +#: src/www/firewall_rules_edit.php 1036 +#: src/www/firewall_rules_edit.php 1038 +#: src/www/firewall_rules_edit.php 1041 +#: src/www/firewall_rules_edit.php 1044 +#: src/www/firewall_rules_edit.php 1047 +#: src/www/firewall_rules_edit.php 1052 +#: src/www/firewall_rules_edit.php 1054 +#: src/www/firewall_rules_edit.php 1062    +#: src/www/firewall_rules_edit.php 1075 type="button" onclick="show_source_port_range()" class="btn btn-default" value="" /> - +#: src/www/firewall_rules_edit.php 1081 +#: src/www/firewall_rules_edit.php 1085    +#: src/www/firewall_rules_edit.php 1088 +#: src/www/firewall_rules_edit.php 1089 +#: src/www/firewall_rules_edit.php 1098 +#: src/www/firewall_rules_edit.php 1101 +#: src/www/firewall_rules_edit.php 1102 +#: src/www/firewall_rules_edit.php 1112 "").

          +#: src/www/firewall_rules_edit.php 1116 +#: src/www/firewall_rules_edit.php 1119 +#: src/www/firewall_rules_edit.php 1121 +#: src/www/firewall_rules_edit.php 1126    +#: src/www/firewall_rules_edit.php 1131 +#: src/www/firewall_rules_edit.php 1138 > +#: src/www/firewall_rules_edit.php 1139 +#: src/www/firewall_rules_edit.php 1140 +#: src/www/firewall_rules_edit.php 1142 +#: src/www/firewall_rules_edit.php 1145 +#: src/www/firewall_rules_edit.php 1148 +#: src/www/firewall_rules_edit.php 1153 +#: src/www/firewall_rules_edit.php 1155 +#: src/www/firewall_rules_edit.php 1163    +#: src/www/firewall_rules_edit.php 1180 +#: src/www/firewall_rules_edit.php 1184    +#: src/www/firewall_rules_edit.php 1187 +#: src/www/firewall_rules_edit.php 1188 +#: src/www/firewall_rules_edit.php 1197 +#: src/www/firewall_rules_edit.php 1200 +#: src/www/firewall_rules_edit.php 1201 +#: src/www/firewall_rules_edit.php 1212 +#: src/www/firewall_rules_edit.php 1214 +#: src/www/firewall_rules_edit.php 1219 +#: src/www/firewall_rules_edit.php 1222 +#: src/www/firewall_rules_edit.php 1224 ). +#: src/www/firewall_rules_edit.php 1228 +#: src/www/firewall_rules_edit.php 1232 +#: src/www/firewall_rules_edit.php 1240 " /> +#: src/www/firewall_rules_edit.php 1241 " onclick="window.location.href=''" /> +#: src/www/firewall_rules_edit.php 1254 +#: src/www/firewall_rules_edit.php 1257 +#: src/www/firewall_rules_edit.php 1260 " /> - +#: src/www/firewall_rules_edit.php 1263   +#: src/www/firewall_rules_edit.php 1274 +#: src/www/firewall_rules_edit.php 1279 +#: src/www/firewall_rules_edit.php 1282 " /> - +#: src/www/firewall_rules_edit.php 1295 +#: src/www/firewall_rules_edit.php 1298 " /> - +#: src/www/firewall_rules_edit.php 1302
          +#: src/www/firewall_rules_edit.php 1305
          +#: src/www/firewall_rules_edit.php 1308
          +#: src/www/firewall_rules_edit.php 1311
          +#: src/www/firewall_rules_edit.php 1313

          +#: src/www/firewall_rules_edit.php 1314

          +#: src/www/firewall_rules_edit.php 1315

          +#: src/www/firewall_rules_edit.php 1316

          +#: src/www/firewall_rules_edit.php 1325 +#: src/www/firewall_rules_edit.php 1328 +#: src/www/firewall_rules_edit.php 1330

          +#: src/www/firewall_rules_edit.php 1335 +#: src/www/firewall_rules_edit.php 1338 " /> - +#: src/www/firewall_rules_edit.php 1367 />
        • +#: src/www/firewall_rules_edit.php 1369 +#: src/www/firewall_rules_edit.php 1378 " /> - +#: src/www/firewall_rules_edit.php 1384
          +#: src/www/firewall_rules_edit.php 1387 +#: src/www/firewall_rules_edit.php 1388 +#: src/www/firewall_rules_edit.php 1389 +#: src/www/firewall_rules_edit.php 1390 +#: src/www/firewall_rules_edit.php 1393 +#: src/www/firewall_rules_edit.php 1396
          +#: src/www/firewall_rules_edit.php 1397
          +#: src/www/firewall_rules_edit.php 1398
          +#: src/www/firewall_rules_edit.php 1399
          +#: src/www/firewall_rules_edit.php 1405 +#: src/www/firewall_rules_edit.php 1408 " /> - +#: src/www/firewall_rules_edit.php 1412 +#: src/www/firewall_rules_edit.php 1417 +#: src/www/firewall_rules_edit.php 1420 " /> - +#: src/www/firewall_rules_edit.php 1452

          +#: src/www/firewall_rules_edit.php 1456

          +#: src/www/firewall_rules_edit.php 1472 +#: src/www/firewall_rules_edit.php 1475 " /> - +#: src/www/firewall_rules_edit.php 1494

          +#: src/www/firewall_rules_edit.php 1499 +#: src/www/firewall_rules_edit.php 1502 " /> - +#: src/www/firewall_rules_edit.php 1506 +#: src/www/firewall_rules_edit.php 1543

          +#: src/www/firewall_rules_edit.php 1548 +#: src/www/firewall_rules_edit.php 1551 " /> - +#: 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.");?>
          +#: src/www/firewall_rules_edit.php 1598 +#: src/www/firewall_rules_edit.php 1601 " /> - +#: src/www/firewall_rules_edit.php 1648 +#: src/www/firewall_rules_edit.php 1653 +#: src/www/firewall_rules_edit.php 1656 " /> - +#: src/www/firewall_rules_edit.php 1676 +#: src/www/firewall_rules_edit.php 1697 +#: src/www/firewall_rules_edit.php 1699 +#: src/www/firewall_rules_edit.php 1705 +#: src/www/firewall_rules_edit.php 1707 +#: src/www/firewall_rules_edit.php 1716 " /> +#: src/www/firewall_rules_edit.php 1717 " onclick="window.location.href=''" /> +#: src/www/firewall_schedule.php 30 $dayArray = array (gettext('Mon'),gettext('Tues'),gettext('Wed'),gettext('Thur'),gettext('Fri'),gettext('Sat'),gettext('Sun')); +#: 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')); +#: src/www/firewall_schedule.php 37 $pgtitle = array(gettext("Firewall"),gettext("Schedules")); +#: src/www/firewall_schedule.php 64 $savemsg = sprintf(gettext("Cannot delete Schedule. Currently in use by %s"),$referenced_by); +#: src/www/firewall_schedule.php 105 +#: src/www/firewall_schedule.php 106 +#: src/www/firewall_schedule.php 107 +#: src/www/firewall_schedule.php 121  " width="17" height="17" border="0" alt="schedule" /> +#: src/www/firewall_schedule.php 226 " class="btn btn-default btn-xs"> +#: src/www/firewall_schedule.php 227 " class="btn btn-default btn-xs"> +#: src/www/firewall_schedule.php 237


          +#: src/www/firewall_schedule_edit.php 48 $pgtitle = array(gettext("Firewall"),gettext("Schedules"),gettext("Edit")); +#: src/www/firewall_schedule_edit.php 52 $dayArray = array (gettext('Mon'),gettext('Tues'),gettext('Wed'),gettext('Thur'),gettext('Fri'),gettext('Sat'),gettext('Sun')); +#: 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')); +#: src/www/firewall_schedule_edit.php 76 $input_errors[] = gettext("Schedule may not be named LAN."); +#: src/www/firewall_schedule_edit.php 78 $input_errors[] = gettext("Schedule may not be named WAN."); +#: src/www/firewall_schedule_edit.php 80 $input_errors[] = gettext("Schedule name cannot be blank."); +#: src/www/firewall_schedule_edit.php 84 $input_errors[] = gettext("Reserved word used for schedule name."); +#: 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"); +#: src/www/firewall_schedule_edit.php 96 $input_errors[] = gettext("A Schedule with this name already exists."); +#: src/www/firewall_schedule_edit.php 109 $input_errors[] = sprintf(gettext("Invalid start time - '%s'"), $_POST['starttime' . $x]); +#: src/www/firewall_schedule_edit.php 113 $input_errors[] = sprintf(gettext("Invalid stop time - '%s'"), $_POST['stoptime' . $x]); +#: src/www/firewall_schedule_edit.php 161 $input_errors[] = gettext("The schedule must have at least one time range configured."); +#: src/www/firewall_schedule_edit.php 777

          +#: src/www/firewall_schedule_edit.php 788 +#: src/www/firewall_schedule_edit.php 794 +#: src/www/firewall_schedule_edit.php 799 +#: src/www/firewall_schedule_edit.php 805 +#: src/www/firewall_schedule_edit.php 808 +#: src/www/firewall_schedule_edit.php 816 +#: src/www/firewall_schedule_edit.php 858 +#: src/www/firewall_schedule_edit.php 859 +#: src/www/firewall_schedule_edit.php 860 +#: src/www/firewall_schedule_edit.php 861 +#: src/www/firewall_schedule_edit.php 862 +#: src/www/firewall_schedule_edit.php 863 +#: src/www/firewall_schedule_edit.php 864 +#: src/www/firewall_schedule_edit.php 921 +#: src/www/firewall_schedule_edit.php 925 +#: src/www/firewall_schedule_edit.php 929 +#: src/www/firewall_schedule_edit.php 942     +#: src/www/firewall_schedule_edit.php 949   +#: src/www/firewall_schedule_edit.php 967     +#: src/www/firewall_schedule_edit.php 974   +#: src/www/firewall_schedule_edit.php 978 +#: src/www/firewall_schedule_edit.php 982 +#: src/www/firewall_schedule_edit.php 985 +#: src/www/firewall_schedule_edit.php 992 " class="btn btn-default" onclick="javascript processEntries();" />    +#: src/www/firewall_schedule_edit.php 993 " class="btn btn-default" onclick="javascript clearCalendar(); clearTime(); clearDescr();" /> +#: src/www/firewall_schedule_edit.php 1005 +#: src/www/firewall_schedule_edit.php 1010 +#: src/www/firewall_schedule_edit.php 1015 +#: src/www/firewall_schedule_edit.php 1016 +#: src/www/firewall_schedule_edit.php 1017 +#: src/www/firewall_schedule_edit.php 1018 +#: src/www/firewall_schedule_edit.php 1177 " /> +#: src/www/firewall_schedule_edit.php 1178 " onclick="window.location.href=''" /> +#: src/www/firewall_shaper.php 42 $pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper")); +#: src/www/firewall_shaper.php 119 $savemsg = gettext("Unable to write config.xml (Access Denied?)"); +#: src/www/firewall_shaper.php 148 $input_errors[] = gettext("Could not create new queue/discipline!"); +#: src/www/firewall_shaper.php 164 $input_errors[] = gettext("Queue not found!"); +#: src/www/firewall_shaper.php 173 $input_errors[] = gettext("Queue not found!"); +#: src/www/firewall_shaper.php 182 $input_errors[] = gettext("Queue not found!"); +#: src/www/firewall_shaper.php 259 $input_errors[] = gettext("Could not add new queue."); +#: src/www/firewall_shaper.php 335 $output_form .= "
          " . gettext("Queue Actions") . "
          "; +#: src/www/firewall_shaper.php 338 $output_form .= ""; +#: src/www/firewall_shaper.php 346 $output_form .= ""; +#: src/www/firewall_shaper.php 357 $output_form .= " value="" . gettext("Delete this queue") . "" />"; +#: src/www/firewall_shaper.php 359 $output_form .= " value="" . gettext("Disable shaper on interface") . "" />"; +#: src/www/firewall_shaper.php 398 ".gettext("You must apply the changes in order for them to take effect."));?>
          +#: src/www/firewall_shaper.php 406 $tab_array[0] = array(gettext("By Interface"), true, "firewall_shaper.php"); +#: src/www/firewall_shaper.php 407 $tab_array[1] = array(gettext("By Queue"), false, "firewall_shaper_queues.php"); +#: src/www/firewall_shaper.php 408 $tab_array[2] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); +#: src/www/firewall_shaper.php 409 $tab_array[3] = array(gettext("Layer7"), false, "firewall_shaper_layer7.php"); +#: src/www/firewall_shaper.php 410 $tab_array[4] = array(gettext("Wizards"), false, "firewall_shaper_wizards.php"); +#: src/www/firewall_shaper.php 426 " class="btn btn-primary" /> +#: src/www/firewall_shaper_layer7.php 47 $pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper"), gettext("Layer7")); +#: src/www/firewall_shaper_layer7.php 53 $default_layer7shaper_msg .= "
          " . gettext("Note") . "
          "; +#: 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") . ".

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

          +#: src/www/firewall_shaper_layer7.php 408 $tab_array[0] = array(gettext("By Interface"), false, "firewall_shaper.php"); +#: src/www/firewall_shaper_layer7.php 409 $tab_array[1] = array(gettext("By Queue"), false, "firewall_shaper_queues.php"); +#: src/www/firewall_shaper_layer7.php 410 $tab_array[2] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); +#: src/www/firewall_shaper_layer7.php 411 $tab_array[3] = array(gettext("Layer7"), true, "firewall_shaper_layer7.php"); +#: src/www/firewall_shaper_layer7.php 412 $tab_array[4] = array(gettext("Wizards"), false, "firewall_shaper_wizards.php"); +#: src/www/firewall_shaper_layer7.php 449 +#: src/www/firewall_shaper_layer7.php 461 +#: src/www/firewall_shaper_layer7.php 470 +#: src/www/firewall_shaper_layer7.php 477 +#: src/www/firewall_shaper_layer7.php 484 +#: src/www/firewall_shaper_layer7.php 565 " /> +#: src/www/firewall_shaper_layer7.php 567 " /> +#: src/www/firewall_shaper_layer7.php 571 " /> +#: src/www/firewall_shaper_queues.php 160 $pgtitle = gettext("Firewall Shaper By Queues View"); +#: src/www/firewall_shaper_queues.php 183 " . gettext("You must apply the changes in order for them to take effect."));?>

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

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

          +#: src/www/firewall_shaper_wizards.php 94 $tab_array[0] = array(gettext("By Interface"), false, "firewall_shaper.php"); +#: src/www/firewall_shaper_wizards.php 95 $tab_array[1] = array(gettext("By Queue"), false, "firewall_shaper_queues.php"); +#: src/www/firewall_shaper_wizards.php 96 $tab_array[2] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); +#: src/www/firewall_shaper_wizards.php 97 $tab_array[3] = array(gettext("Layer7"), false, "firewall_shaper_layer7.php"); +#: src/www/firewall_shaper_wizards.php 98 $tab_array[4] = array(gettext("Wizards"), true, "firewall_shaper_wizards.php"); +#: src/www/firewall_shaper_wizards.php 112 +#: src/www/firewall_shaper_wizards.php 113 +#: 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."); +#: 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."); +#: 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']}."; +#: src/www/firewall_virtual_ip.php 178 $pgtitle = array(gettext("Firewall"),gettext("Virtual IP Addresses")); +#: 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.")); +#: src/www/firewall_virtual_ip.php 210 $tab_array[] = array(gettext("Virtual IPs"), true, "firewall_virtual_ip.php"); +#: src/www/firewall_virtual_ip.php 211 $tab_array[] = array(gettext("CARP Settings"), false, "system_hasync.php"); +#: src/www/firewall_virtual_ip.php 226 +#: src/www/firewall_virtual_ip.php 227 +#: src/www/firewall_virtual_ip.php 228 +#: src/www/firewall_virtual_ip.php 229 +#: src/www/firewall_virtual_ip.php 264 "> +#: src/www/firewall_virtual_ip.php 266 ')"> +#: src/www/firewall_virtual_ip.php 278


          +#: src/www/firewall_virtual_ip.php 279

          +#: src/www/firewall_virtual_ip.php 280 .

          +#: src/www/firewall_virtual_ip_edit.php 88 $reqdfieldsn = array(gettext("Type")); +#: src/www/firewall_virtual_ip_edit.php 97 $input_errors[] = gettext("A valid IP address must be specified."); +#: src/www/firewall_virtual_ip_edit.php 111 $input_errors[] = gettext("This IP address is being used by another interface or VIP."); +#: 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."); +#: src/www/firewall_virtual_ip_edit.php 134 $input_errors[] = gettext("You cannot use the network address for this VIP"); +#: src/www/firewall_virtual_ip_edit.php 136 $input_errors[] = gettext("You cannot use the broadcast address for this VIP"); +#: 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'])); +#: 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."); +#: 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); +#: src/www/firewall_virtual_ip_edit.php 169 $input_errors[] = gettext("For this type of vip localhost is not allowed."); +#: src/www/firewall_virtual_ip_edit.php 171 $input_errors[] = gettext("For this type of vip localhost is not allowed."); +#: src/www/firewall_virtual_ip_edit.php 240 $pgtitle = array(gettext("Firewall"),gettext("Virtual IP Address"),gettext("Edit")); +#: src/www/firewall_virtual_ip_edit.php 268 var carpnote = document.createTextNode(""); +#: src/www/firewall_virtual_ip_edit.php 269 var proxyarpnote = document.createTextNode(""); +#: src/www/firewall_virtual_ip_edit.php 270 var ipaliasnote = document.createTextNode(""); +#: src/www/firewall_virtual_ip_edit.php 342

          +#: src/www/firewall_virtual_ip_edit.php 352 +#: src/www/firewall_virtual_ip_edit.php 355 /> +#: src/www/firewall_virtual_ip_edit.php 357 /> +#: src/www/firewall_virtual_ip_edit.php 359 /> +#: src/www/firewall_virtual_ip_edit.php 361 /> +#: src/www/firewall_virtual_ip_edit.php 365 +#: src/www/firewall_virtual_ip_edit.php 380 +#: src/www/firewall_virtual_ip_edit.php 384    +#: src/www/firewall_virtual_ip_edit.php 387 +#: src/www/firewall_virtual_ip_edit.php 389 +#: src/www/firewall_virtual_ip_edit.php 395    +#: src/www/firewall_virtual_ip_edit.php 407    +#: src/www/firewall_virtual_ip_edit.php 427 +#: src/www/firewall_virtual_ip_edit.php 429
          +#: src/www/firewall_virtual_ip_edit.php 433 +#: src/www/firewall_virtual_ip_edit.php 441
          +#: src/www/firewall_virtual_ip_edit.php 445 +#: src/www/firewall_virtual_ip_edit.php 462 +#: src/www/firewall_virtual_ip_edit.php 466 +#: src/www/firewall_virtual_ip_edit.php 469
          +#: src/www/firewall_virtual_ip_edit.php 474 " /> +#: src/www/firewall_virtual_ip_edit.php 475 " onclick="window.location.href=''" /> +#: src/www/firewall_virtual_ip_edit.php 486
          +#: src/www/firewall_virtual_ip_edit.php 488 +#: src/www/firewall_virtual_ip_edit.php 489

          . +#: src/www/foot.inc 25 +#: src/www/graph.php 104 > +#: src/www/graph.php 105 > +#: src/www/graph.php 109 > +#: src/www/graph.php 110 > () +#: src/www/graph.php 113 > +#: src/www/graph.php 116 text-anchor="middle">... +#: src/www/graph.php 128 throw ''; +#: src/www/graph.php 135 throw ''; +#: src/www/graph.php 151 throw ''; +#: src/www/graph.php 188 SVGDoc.getElementById('switch_unit').firstChild.data = ' ' + unit + '/s'; +#: src/www/graph.php 194 scale_type = (scale_type == 'up') ? '' ''; +#: src/www/graph.php 355 return Math.round(speed / 125) + " "; +#: src/www/graph.php 357 return Math.round(speed / 1250)/100 + " "; +#: src/www/graph.php 359 return Math.round(speed / 1250000)/100 + " "; /* wow! */ +#: src/www/graph.php 365 return Math.round(speed / 10.24)/100 + " "; +#: src/www/graph.php 367 return Math.round(speed / 10485.76)/100 + " "; +#: src/www/graph.php 369 return Math.round(speed / 10737418.24)/100 + " "; /* wow! */ +#: src/www/graph_cpu.php 71 text-anchor="middle"> +#: src/www/graph_cpu.php 72 text-anchor="middle">... +#: src/www/graph_cpu.php 84 throw ''; +#: src/www/graph_cpu.php 91 throw ''; +#: src/www/graph_cpu.php 107 throw ''; +#: src/www/guiconfig.inc 248 $input_errors[] = sprintf(gettext("The field %s contains invalid characters."), $pn); +#: src/www/guiconfig.inc 254 $input_errors[] = sprintf(gettext("The field %s is required."), $reqdfieldsn[$i]); +#: src/www/guiconfig.inc 266 echo "

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

          n
            "; +#: src/www/guiconfig.inc 285 $value = gettext("Apply changes"); +#: src/www/guiconfig.inc 292 if(stristr($msg, gettext("apply")) != false || stristr($msg, gettext("save")) != false || stristr($msg, gettext("create")) != false || $showapply) { +#: src/www/guiconfig.inc 334 $savebutton .= ""; +#: src/www/guiconfig.inc 357 $savebutton = ""; +#: src/www/guiconfig.inc 385 $to_return = gettext("The changes have been applied successfully."); +#: src/www/guiconfig.inc 390 $to_return .= "
            " . gettext("You can also monitor the filter reload progress."); +#: src/www/guiconfig.inc 942 echo "

            ".gettext("Currently viewing ")."

            "; +#: src/www/guiconfig.inc 1001 $close_title="title='".gettext('move mouse out this alias to hide')."'"; +#: src/www/guiconfig.inc 1041 $alias_objects_with_details .= " ". gettext("listing only first 10k items") . ""; +#: src/www/guiconfig.inc 1065 $alias_caption = "{$alias_descr_substr} - {$counter} {$item_text}  edit "; +#: src/www/guiconfig.inc 1076 //$loading_image="loader " .gettext("loading...").""; +#: src/www/guiconfig.inc 1088 //$span_begin = ""; +#: src/www/halt.php 35 $pgtitle = array(gettext("Diagnostics"),gettext("Halt system")); +#: src/www/halt.php 47 +#: src/www/halt.php 56

            +#: src/www/halt.php 59 " /> +#: src/www/halt.php 60 +#: src/www/headjs.php 131 message_html += ''; +#: src/www/index.php 123 write_config(gettext("Widget configuration has been changed.")); +#: src/www/index.php 397 $pgtitle = array(gettext("Status Dashboard")); +#: src/www/index.php 426

            !

            +#: src/www/index.php 442 echo sprintf(gettext("Welcome to %s!n"),$g['product_name']) . "

            "; +#: src/www/index.php 443 echo gettext("One moment while we start the initial setup wizard.") . "

            n"; +#: src/www/index.php 444 echo gettext("Embedded platform users Please be patient, the wizard takes a little longer to run than the normal GUI.") . "

            n"; +#: src/www/index.php 445 echo sprintf(gettext("To bypass the wizard, click on the %s logo on the initial page."),$g['product_name']) . "n"; +#: src/www/index.php 618 +#: src/www/interfaces.php 233 $input_errors[] = sprintf(gettext("Sorry, an alias with the name %s already exists."),$wancfg['descr']); +#: src/www/interfaces.php 401 $intput_errors[] = gettext("You have already applied your settings!"); +#: src/www/interfaces.php 486 $input_errors[] = gettext("An interface with the specified description already exists."); +#: src/www/interfaces.php 492 $input_errors[] = gettext("The DHCP Server is active on this interface and it can be used only with a static IP configuration. Please disable the DHCP Server service on this interface first, then change the interface configuration."); +#: src/www/interfaces.php 494 $input_errors[] = gettext("The DHCP6 Server is active on this interface and it can be used only with a static IPv6 configuration. Please disable the DHCPv6 Server service on this interface first, then change the interface configuration."); +#: src/www/interfaces.php 499 $reqdfieldsn = array(gettext("IPv4 address"),gettext("Subnet bit count"),gettext("Gateway")); +#: src/www/interfaces.php 506 $input_errors[] = gettext("This interface is referenced by IPv4 VIPs. Please delete those before setting the interface to 'none' configuration."); +#: src/www/interfaces.php 511 $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type']); +#: src/www/interfaces.php 515 $reqdfieldsn = array(gettext("Modem Port"),gettext("Phone Number")); +#: src/www/interfaces.php 521 $reqdfieldsn = array(gettext("PPPoE username"),gettext("PPPoE password"),gettext("Dial on demand"),gettext("Idle timeout value")); +#: src/www/interfaces.php 524 $reqdfieldsn = array(gettext("PPPoE username"),gettext("PPPoE password")); +#: src/www/interfaces.php 531 $reqdfieldsn = array(gettext("PPTP username"),gettext("PPTP password"),gettext("PPTP local IP address"),gettext("PPTP subnet"),gettext("PPTP remote IP address"),gettext("Dial on demand"),gettext("Idle timeout value")); +#: src/www/interfaces.php 534 $reqdfieldsn = array(gettext("PPTP username"),gettext("PPTP password"),gettext("PPTP local IP address"),gettext("PPTP subnet"),gettext("PPTP remote IP address")); +#: src/www/interfaces.php 541 $reqdfieldsn = array(gettext("L2TP username"),gettext("L2TP password"),gettext("L2TP remote IP address"),gettext("Dial on demand"),gettext("Idle timeout value")); +#: src/www/interfaces.php 544 $reqdfieldsn = array(gettext("L2TP username"),gettext("L2TP password"),gettext("L2TP remote IP address")); +#: src/www/interfaces.php 552 $reqdfieldsn = array(gettext("IPv6 address"),gettext("Subnet bit count"),gettext("Gateway")); +#: src/www/interfaces.php 559 $input_errors[] = gettext("This interface is referenced by IPv6 VIPs. Please delete those before setting the interface to 'none' configuration."); +#: src/www/interfaces.php 564 $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +#: src/www/interfaces.php 570 $input_errors[] = gettext("You can only have one interface configured in 6rd with same prefix."); +#: src/www/interfaces.php 576 $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +#: src/www/interfaces.php 581 $input_errors[] = sprintf(gettext("You can only have one interface configured as 6to4."),$_POST['type6']); +#: src/www/interfaces.php 586 $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +#: src/www/interfaces.php 591 $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +#: src/www/interfaces.php 594 $input_errors[] = gettext("You must enter a valid hexadecimal number for the IPv6 prefix ID."); +#: src/www/interfaces.php 598 $input_errors[] = gettext("You specified an IPv6 prefix ID that is out of range."); +#: src/www/interfaces.php 610 $input_errors[] = gettext("A valid IPv4 address must be specified."); +#: src/www/interfaces.php 613 $input_errors[] = gettext("This IPv4 address is being used by another interface or VIP."); +#: src/www/interfaces.php 618 $input_errors[] = gettext("This IPv4 address is the network address and cannot be used"); +#: src/www/interfaces.php 620 $input_errors[] = gettext("This IPv4 address is the broadcast address and cannot be used"); +#: src/www/interfaces.php 626 $input_errors[] = gettext("This IPv4 address conflicts with a Static Route."); +#: src/www/interfaces.php 635 $input_errors[] = gettext("A valid IPv6 address must be specified."); +#: src/www/interfaces.php 638 $input_errors[] = gettext("This IPv6 address is being used by another interface or VIP."); +#: src/www/interfaces.php 643 $input_errors[] = gettext("This IPv6 address conflicts with a Static Route."); +#: src/www/interfaces.php 651 $input_errors[] = gettext("A valid subnet bit count must be specified."); +#: src/www/interfaces.php 653 $input_errors[] = gettext("A valid subnet bit count must be specified."); +#: src/www/interfaces.php 655 $input_errors[] = gettext("A valid alias IP address must be specified."); +#: src/www/interfaces.php 657 $input_errors[] = gettext("A valid alias subnet bit count must be specified."); +#: src/www/interfaces.php 659 $input_errors[] = gettext("A valid alias IP address must be specified to reject DHCP Leases from."); +#: src/www/interfaces.php 673 $input_errors[] = gettext("A valid gateway must be specified."); +#: src/www/interfaces.php 677 $input_errors[] = gettext("The service name contains invalid characters."); +#: src/www/interfaces.php 679 $input_errors[] = gettext("The idle timeout value must be an integer."); +#: src/www/interfaces.php 682 $input_errors[] = gettext("A valid PPPoE reset hour must be specified (0-23)."); +#: src/www/interfaces.php 685 $input_errors[] = gettext("A valid PPPoE reset minute must be specified (0-59)."); +#: src/www/interfaces.php 687 $input_errors[] = gettext("A valid PPPoE reset date must be specified (mm/dd/yyyy)."); +#: src/www/interfaces.php 689 $input_errors[] = gettext("A valid PPTP local IP address must be specified."); +#: src/www/interfaces.php 691 $input_errors[] = gettext("A valid PPTP subnet bit count must be specified."); +#: src/www/interfaces.php 693 $input_errors[] = gettext("A valid PPTP remote IP address must be specified."); +#: src/www/interfaces.php 695 $input_errors[] = gettext("The idle timeout value must be an integer."); +#: src/www/interfaces.php 697 $input_errors[] = gettext("A valid MAC address must be specified."); +#: src/www/interfaces.php 700 $input_errors[] = gettext("The MTU must be greater than 576 bytes and less than 9000."); +#: src/www/interfaces.php 709 $input_errors[] = gettext("MTU of a vlan should not be bigger than parent interface."); +#: src/www/interfaces.php 724 $input_errors[] = sprintf(gettext("Interface %s (VLAN) has MTU set to a bigger value"), $ifdata['descr']); +#: src/www/interfaces.php 729 $input_errors[] = gettext("The MSS must be greater than 576 bytes."); +#: src/www/interfaces.php 733 $reqdfieldsn = array(gettext("Mode")); +#: src/www/interfaces.php 736 $reqdfieldsn[] = gettext("SSID"); +#: src/www/interfaces.php 771 $input_errors[] = gettext("Invalid WEP key size. Sizes should be 40 (64) bit keys or 104 (128) bit."); +#: src/www/interfaces.php 779 $input_errors[] = gettext("The length of the passphrase should be between 8 and 63 characters."); +#: src/www/interfaces.php 1312 $input_errors[] = sprintf(gettext("Unable to change mode to %s. You may already have the maximum number of wireless clones supported in this mode."), $wlan_modes[$wancfg['wireless']['mode']]); +#: src/www/interfaces.php 1335 $pgtitle = array(gettext("Interfaces"), $pconfig['descr']); +#: src/www/interfaces.php 1340 $types4 = array("none" => gettext("None"), "staticv4" => gettext("Static IPv4"), "dhcp" => gettext("DHCP"), "ppp" => gettext("PPP"), "pppoe" => gettext("PPPoE"), "pptp" => gettext("PPTP"), "l2tp" => gettext("L2TP")); +#: src/www/interfaces.php 1341 $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"), "dhcp6" => gettext("DHCP6"), "slaac" => gettext("SLAAC"), "6rd" => gettext("6rd Tunnel"), "6to4" => gettext("6to4 Tunnel"), "track6" => gettext("Track Interface")); +#: src/www/interfaces.php 1556 ".gettext("You must apply the changes in order for them to take effect.")."

            ".gettext("Don't forget to adjust the DHCP Server range if needed after applying."));?>
            +#: src/www/interfaces.php 1572 +#: src/www/interfaces.php 1577 +#: src/www/interfaces.php 1580 +#: src/www/interfaces.php 1592 +#: src/www/interfaces.php 1595
            +#: src/www/interfaces.php 1599 +#: src/www/interfaces.php 1615 +#: src/www/interfaces.php 1631 +#: src/www/interfaces.php 1640 +#: src/www/interfaces.php 1643
            +#: src/www/interfaces.php 1646 +#: src/www/interfaces.php 1656 print gettext("If you leave this field blank, the adapter's default MTU will " . +#: src/www/interfaces.php 1662 +#: src/www/interfaces.php 1666 ' . gettext("Speed and duplex") . ''; +#: src/www/interfaces.php 1680 echo ' - ' . gettext("Show advanced option"); +#: src/www/interfaces.php 1690 print ""; +#: src/www/interfaces.php 1692 print ""; +#: src/www/interfaces.php 1696 echo gettext("Here you can explicitly set speed and duplex mode for this interface. WARNING You MUST leave this set to autoselect (automatically negotiate speed) unless the port this interface connects to has its speed and duplex forced."); +#: src/www/interfaces.php 1711 +#: src/www/interfaces.php 1716 +#: src/www/interfaces.php 1744 +#: src/www/interfaces.php 1747 +#: src/www/interfaces.php 1762 -or +#: src/www/interfaces.php 1765
            +#: src/www/interfaces.php 1766 +#: src/www/interfaces.php 1777 +#: src/www/interfaces.php 1784 /> +#: src/www/interfaces.php 1787 " /> +#: src/www/interfaces.php 1790 +#: src/www/interfaces.php 1793 +#: src/www/interfaces.php 1799 " onclick='hide_add_gatewaysave();' /> +#: src/www/interfaces.php 1800 " onclick='hide_add_gateway();' /> +#: src/www/interfaces.php 1820 +#: src/www/interfaces.php 1825 +#: src/www/interfaces.php 1853 +#: src/www/interfaces.php 1856 +#: src/www/interfaces.php 1871 - or +#: src/www/interfaces.php 1874
            +#: src/www/interfaces.php 1875 +#: src/www/interfaces.php 1886

            +#: src/www/interfaces.php 1894 /> +#: src/www/interfaces.php 1897 " /> +#: src/www/interfaces.php 1900 +#: src/www/interfaces.php 1903 +#: src/www/interfaces.php 1909 " onclick='hide_add_gatewaysave_v6();' /> +#: src/www/interfaces.php 1910 " onclick='hide_add_gateway_v6();' /> +#: src/www/interfaces.php 1930 +#: src/www/interfaces.php 1931 ' . +#: src/www/interfaces.php 1939 +#: src/www/interfaces.php 1942 +#: src/www/interfaces.php 1944 +#: src/www/interfaces.php 1949 +#: src/www/interfaces.php 1953 +#: src/www/interfaces.php 1978 +#: src/www/interfaces.php 1990 +#: src/www/interfaces.php 1991 +#: src/www/interfaces.php 1996 +#: src/www/interfaces.php 2017 " ); ?> +#: src/www/interfaces.php 2058 Lease Requirements and Requests"); ?> +#: src/www/interfaces.php 2060 Send Options"); ?>
            +#: src/www/interfaces.php 2063 " . +#: src/www/interfaces.php 2068 Request Options"); ?>
            +#: src/www/interfaces.php 2071 " . +#: src/www/interfaces.php 2074 Require Options"); ?>
            +#: src/www/interfaces.php 2077 +#: src/www/interfaces.php 2082 Option Modifiers"); ?> +#: src/www/interfaces.php 2086 " . +#: src/www/interfaces.php 2092 Configuration File Override"); ?> +#: src/www/interfaces.php 2096 " . +#: src/www/interfaces.php 2150 +#: src/www/interfaces.php 2163 +#: src/www/interfaces.php 2178 +#: src/www/interfaces.php 2182 +#: src/www/interfaces.php 2185 +#: src/www/interfaces.php 2189 +#: src/www/interfaces.php 2202 +#: src/www/interfaces.php 2206 +#: src/www/interfaces.php 2209 +#: src/www/interfaces.php 2215 Interface Statement"); ?> +#: src/www/interfaces.php 2218 +#: src/www/interfaces.php 2221
            +#: src/www/interfaces.php 2224 " . +#: src/www/interfaces.php 2230
            +#: src/www/interfaces.php 2233 " . +#: src/www/interfaces.php 2237
            +#: src/www/interfaces.php 2240 " . +#: src/www/interfaces.php 2247 Identity Association Statement"); ?> +#: src/www/interfaces.php 2252 +#: src/www/interfaces.php 2254 +#: src/www/interfaces.php 2255 ID"); ?> +#: src/www/interfaces.php 2258 +#: src/www/interfaces.php 2259 ipv6-address"); ?> +#: src/www/interfaces.php 2261 pltime"); ?> +#: src/www/interfaces.php 2263 vltime"); ?> +#: src/www/interfaces.php 2269 +#: src/www/interfaces.php 2271 +#: src/www/interfaces.php 2272 ID"); ?> +#: src/www/interfaces.php 2275 +#: src/www/interfaces.php 2276 ipv6-prefix"); ?> +#: src/www/interfaces.php 2278 pltime"); ?> +#: src/www/interfaces.php 2280 vltime"); ?> +#: src/www/interfaces.php 2288 Prefix Interface Statement"); ?> +#: src/www/interfaces.php 2291 +#: src/www/interfaces.php 2292 sla-id"); ?> +#: src/www/interfaces.php 2294 sla-len"); ?> +#: src/www/interfaces.php 2301 Authentication Statement"); ?> +#: src/www/interfaces.php 2304 authname"); ?> +#: src/www/interfaces.php 2306 protocol"); ?> +#: src/www/interfaces.php 2308 algorithm"); ?> +#: src/www/interfaces.php 2310 rdm"); ?> +#: src/www/interfaces.php 2317 Keyinfo Statement"); ?> +#: src/www/interfaces.php 2320 keyname"); ?> +#: src/www/interfaces.php 2322 realm"); ?> +#: src/www/interfaces.php 2325 keyid"); ?> +#: src/www/interfaces.php 2327 secret"); ?> +#: src/www/interfaces.php 2329 expire"); ?> +#: src/www/interfaces.php 2336 Configuration File Override"); ?> +#: src/www/interfaces.php 2341 " . +#: src/www/interfaces.php 2422 +#: src/www/interfaces.php 2425 +#: src/www/interfaces.php 2429
            +#: src/www/interfaces.php 2433 +#: src/www/interfaces.php 2437
            +#: src/www/interfaces.php 2441 +#: src/www/interfaces.php 2453 +#: src/www/interfaces.php 2466 +#: src/www/interfaces.php 2469 +#: src/www/interfaces.php 2499
            +#: src/www/interfaces.php 2503 +#: src/www/interfaces.php 2512 +#: src/www/interfaces.php 2514 hexadecimal value between %x and %x here, default value is 0."), 0, $ipv6_num_prefix_ids - 1); ?> +#: src/www/interfaces.php 2527 +#: src/www/interfaces.php 2530 +#: src/www/interfaces.php 2534 +#: src/www/interfaces.php 2542    +#: src/www/interfaces.php 2550    +#: src/www/interfaces.php 2558 +#: src/www/interfaces.php 2562 +#: src/www/interfaces.php 2568 +#: src/www/interfaces.php 2574 +#: src/www/interfaces.php 2580 +#: src/www/interfaces.php 2586 +#: src/www/interfaces.php 2610 +#: src/www/interfaces.php 2613 +#: src/www/interfaces.php 2614 +#: src/www/interfaces.php 2618 +#: src/www/interfaces.php 2619 +#: src/www/interfaces.php 2633 +#: src/www/interfaces.php 2636 +#: src/www/interfaces.php 2642 +#: src/www/interfaces.php 2648 +#: src/www/interfaces.php 2650
            +#: src/www/interfaces.php 2654 +#: src/www/interfaces.php 2657
            +#: src/www/interfaces.php 2658 +#: src/www/interfaces.php 2662 +#: src/www/interfaces.php 2664
            +#: src/www/interfaces.php 2668 +#: src/www/interfaces.php 2675 +#: src/www/interfaces.php 2676 +#: src/www/interfaces.php 2677 +#: src/www/interfaces.php 2678 +#: src/www/interfaces.php 2686
            +#: src/www/interfaces.php 2688
            +#: src/www/interfaces.php 2690 +#: src/www/interfaces.php 2692 +#: src/www/interfaces.php 2693 +#: src/www/interfaces.php 2701 +#: src/www/interfaces.php 2704 +#: src/www/interfaces.php 2707 +#: src/www/interfaces.php 2710 +#: src/www/interfaces.php 2719 +#: src/www/interfaces.php 2722 +#: src/www/interfaces.php 2723 +#: src/www/interfaces.php 2727 +#: src/www/interfaces.php 2728 +#: src/www/interfaces.php 2742 +#: src/www/interfaces.php 2745 +#: src/www/interfaces.php 2751 +#: src/www/interfaces.php 2757 +#: src/www/interfaces.php 2770 +#: src/www/interfaces.php 2776 +#: src/www/interfaces.php 2779
            +#: src/www/interfaces.php 2780 +#: src/www/interfaces.php 2784 +#: src/www/interfaces.php 2786
            +#: src/www/interfaces.php 2790 +#: src/www/interfaces.php 2793 +#: src/www/interfaces.php 2794 +#: src/www/interfaces.php 2798 +#: src/www/interfaces.php 2799 . +#: src/www/interfaces.php 2814 . +#: src/www/interfaces.php 2817 +#: src/www/interfaces.php 2820
            +#: src/www/interfaces.php 2824 +#: src/www/interfaces.php 2844 802.11g OFDM +#: src/www/interfaces.php 2847 +#: src/www/interfaces.php 2848 +#: src/www/interfaces.php 2849 +#: src/www/interfaces.php 2852 +#: src/www/interfaces.php 2860 +#: src/www/interfaces.php 2873 +#: src/www/interfaces.php 2877 +#: src/www/interfaces.php 2880 +#: src/www/interfaces.php 2900 +#: src/www/interfaces.php 2902 +#: src/www/interfaces.php 2907 +#: src/www/interfaces.php 2913
            +#: src/www/interfaces.php 2915 +#: src/www/interfaces.php 2916 +#: src/www/interfaces.php 2917 +#: src/www/interfaces.php 2924
            +#: src/www/interfaces.php 2926 +#: src/www/interfaces.php 2927 +#: src/www/interfaces.php 2928 +#: src/www/interfaces.php 2929 +#: src/www/interfaces.php 2936
            +#: src/www/interfaces.php 2938 +#: src/www/interfaces.php 2939 +#: src/www/interfaces.php 2940 +#: src/www/interfaces.php 2941 +#: src/www/interfaces.php 2948 +#: src/www/interfaces.php 2954 +#: src/www/interfaces.php 2958
            +#: src/www/interfaces.php 2959 +#: src/www/interfaces.php 2964 +#: src/www/interfaces.php 2966
            +#: src/www/interfaces.php 2968 +#: src/www/interfaces.php 2980 +#: src/www/interfaces.php 2982
            +#: src/www/interfaces.php 2984 +#: src/www/interfaces.php 2996 . +#: src/www/interfaces.php 2998
            +#: src/www/interfaces.php 3000 +#: src/www/interfaces.php 3001 +#: src/www/interfaces.php 3002 +#: src/www/interfaces.php 3003 +#: src/www/interfaces.php 3006 +#: src/www/interfaces.php 3008 +#: src/www/interfaces.php 3015 +#: src/www/interfaces.php 3018 +#: src/www/interfaces.php 3021 +#: src/www/interfaces.php 3022 +#: src/www/interfaces.php 3023 +#: src/www/interfaces.php 3028 +#: src/www/interfaces.php 3032 +#: src/www/interfaces.php 3037 +#: src/www/interfaces.php 3040 +#: src/www/interfaces.php 3042 +#: src/www/interfaces.php 3044 +#: src/www/interfaces.php 3047 +#: src/www/interfaces.php 3052 +#: src/www/interfaces.php 3055
            +#: src/www/interfaces.php 3060 +#: src/www/interfaces.php 3064 +#: src/www/interfaces.php 3066 +#: src/www/interfaces.php 3070 +#: src/www/interfaces.php 3073
            +#: src/www/interfaces.php 3077 +#: src/www/interfaces.php 3081 +#: src/www/interfaces.php 3083 +#: src/www/interfaces.php 3087 +#: src/www/interfaces.php 3090 +#: src/www/interfaces.php 3095    +#: src/www/interfaces.php 3098    +#: src/www/interfaces.php 3107    +#: src/www/interfaces.php 3116    +#: src/www/interfaces.php 3125    +#: src/www/interfaces.php 3135
            +#: src/www/interfaces.php 3136 +#: src/www/interfaces.php 3140 +#: src/www/interfaces.php 3143 +#: src/www/interfaces.php 3148    +#: src/www/interfaces.php 3151    +#: src/www/interfaces.php 3157
            +#: src/www/interfaces.php 3161 +#: src/www/interfaces.php 3164 +#: src/www/interfaces.php 3165 +#: src/www/interfaces.php 3166 +#: src/www/interfaces.php 3171 +#: src/www/interfaces.php 3174 +#: src/www/interfaces.php 3175 +#: src/www/interfaces.php 3176 +#: src/www/interfaces.php 3181 +#: src/www/interfaces.php 3184 +#: src/www/interfaces.php 3185 +#: src/www/interfaces.php 3186 +#: src/www/interfaces.php 3188

            +#: src/www/interfaces.php 3192 +#: src/www/interfaces.php 3195 +#: src/www/interfaces.php 3196 +#: src/www/interfaces.php 3197 +#: src/www/interfaces.php 3202 +#: src/www/interfaces.php 3205
            +#: src/www/interfaces.php 3209 +#: src/www/interfaces.php 3212
            +#: src/www/interfaces.php 3216 +#: src/www/interfaces.php 3219
            +#: src/www/interfaces.php 3223 +#: src/www/interfaces.php 3226
            +#: src/www/interfaces.php 3227
            +#: src/www/interfaces.php 3231 +#: src/www/interfaces.php 3234
            +#: src/www/interfaces.php 3238 +#: src/www/interfaces.php 3241
            +#: src/www/interfaces.php 3245 +#: src/www/interfaces.php 3252 +#: src/www/interfaces.php 3255
            +#: src/www/interfaces.php 3259 +#: src/www/interfaces.php 3262
            +#: src/www/interfaces.php 3266 +#: src/www/interfaces.php 3273 802.1X +#: src/www/interfaces.php 3284 +#: src/www/interfaces.php 3291
            +#: src/www/interfaces.php 3292   
            +#: src/www/interfaces.php 3304 Advanced Firewall/NAT settings.")?> +#: src/www/interfaces.php 3322 " /> +#: src/www/interfaces.php 3323 " onclick="window.location.href=''" /> +#: src/www/interfaces.php 3435 jQuery('#notebox').html("

            .

            "); +#: src/www/interfaces.php 3444 jQuery('#noteboxv6').html("

            .

            "); +#: src/www/interfaces_assign.php 31 $pgtitle = array(gettext("Interfaces"),gettext("Assign network ports")); +#: src/www/interfaces_assign.php 45 $descr = sprintf(gettext('VLAN %1$s on %2$s'),$portinfo['tag'],$portinfo['if']); +#: src/www/interfaces_assign.php 194 $newifname = gettext("lan"); +#: src/www/interfaces_assign.php 195 $descr = gettext("LAN"); +#: src/www/interfaces_assign.php 220 $savemsg = gettext("Interface has been added."); +#: src/www/interfaces_assign.php 260 $errstr = sprintf(gettext('Port %1$s '. +#: src/www/interfaces_assign.php 276 $input_errors[] = sprintf(gettext("You cannot set port %s to interface %s because this interface is a member of %s."), $portname, $member, $portname); +#: src/www/interfaces_assign.php 354 $input_errors[] = gettext("The interface is part of a group. Please remove it from the group to continue"); +#: src/www/interfaces_assign.php 356 $input_errors[] = gettext("The interface is part of a bridge. Please remove it from the bridge to continue"); +#: src/www/interfaces_assign.php 358 $input_errors[] = gettext("The interface is part of a gre tunnel. Please delete the tunnel to continue"); +#: src/www/interfaces_assign.php 360 $input_errors[] = gettext("The interface is part of a gif tunnel. Please delete the tunnel to continue"); +#: src/www/interfaces_assign.php 398 $savemsg = gettext("Interface has been deleted."); +#: src/www/interfaces_assign.php 422 $savemsg = gettext("The system is now rebooting. Please wait."); +#: src/www/interfaces_assign.php 424 $savemsg = gettext("Reboot is needed. Please apply the settings in order to reboot."); +#: src/www/interfaces_assign.php 426 $savemsg = gettext("Interface mismatch detected. Please resolve the mismatch and click 'Apply changes'. The firewall will reboot afterwards."); +#: src/www/interfaces_assign.php 440 print_info_box_np(gettext("The interface configuration has been changed.
            You must apply the changes in order for them to take effect.")); +#: src/www/interfaces_assign.php 454 $tab_array[0] = array(gettext("Interface assignments"), true, "interfaces_assign.php"); +#: src/www/interfaces_assign.php 455 $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +#: src/www/interfaces_assign.php 456 $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +#: src/www/interfaces_assign.php 457 $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +#: src/www/interfaces_assign.php 458 $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +#: src/www/interfaces_assign.php 459 $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +#: src/www/interfaces_assign.php 460 $tab_array[7] = array(gettext("GRE"), false, "interfaces_gre.php"); +#: src/www/interfaces_assign.php 461 $tab_array[8] = array(gettext("GIF"), false, "interfaces_gif.php"); +#: src/www/interfaces_assign.php 462 $tab_array[9] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +#: src/www/interfaces_assign.php 463 $tab_array[10] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +#: src/www/interfaces_assign.php 477 +#: src/www/interfaces_assign.php 478 +#: src/www/interfaces_assign.php 510 title="" +#: src/www/interfaces_assign.php 514 onclick="return confirm('')"> +#: src/www/interfaces_assign.php 528 +#: src/www/interfaces_assign.php 544 +#: src/www/interfaces_assign.php 556 " />

            +#: src/www/interfaces_assign.php 559
          • +#: src/www/interfaces_bridge.php 55 $input_errors[] = gettext("This bridge cannot be deleted because it is assigned as an interface."); +#: src/www/interfaces_bridge.php 73 $pgtitle = array(gettext("Interfaces"),gettext("Bridge")); +#: src/www/interfaces_bridge.php 97 $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +#: src/www/interfaces_bridge.php 98 $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +#: src/www/interfaces_bridge.php 99 $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +#: src/www/interfaces_bridge.php 100 $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +#: src/www/interfaces_bridge.php 101 $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +#: src/www/interfaces_bridge.php 102 $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +#: src/www/interfaces_bridge.php 103 $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +#: src/www/interfaces_bridge.php 104 $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +#: src/www/interfaces_bridge.php 105 $tab_array[8] = array(gettext("Bridges"), true, "interfaces_bridge.php"); +#: src/www/interfaces_bridge.php 106 $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +#: src/www/interfaces_bridge.php 120 +#: src/www/interfaces_bridge.php 121 +#: src/www/interfaces_bridge.php 122 +#: src/www/interfaces_bridge.php 153 "> +#: src/www/interfaces_bridge.php 155 " onclick="return confirm('')"> +#: src/www/interfaces_bridge.php 167
            +#: src/www/interfaces_bridge.php 169 +#: src/www/interfaces_bridge_edit.php 110 $reqdfieldsn = array(gettext("Member Interfaces")); +#: src/www/interfaces_bridge_edit.php 115 $input_errors[] = gettext("Maxage needs to be an integer between 6 and 40."); +#: src/www/interfaces_bridge_edit.php 117 $input_errors[] = gettext("Maxaddr needs to be an integer."); +#: src/www/interfaces_bridge_edit.php 119 $input_errors[] = gettext("Timeout needs to be an integer."); +#: src/www/interfaces_bridge_edit.php 121 $input_errors[] = gettext("Forward Delay needs to be an integer between 4 and 30."); +#: src/www/interfaces_bridge_edit.php 123 $input_errors[] = gettext("Hello time for STP needs to be an integer between 1 and 2."); +#: src/www/interfaces_bridge_edit.php 125 $input_errors[] = gettext("Priority for STP needs to be an integer between 0 and 61440."); +#: src/www/interfaces_bridge_edit.php 127 $input_errors[] = gettext("Transmit Hold Count for STP needs to be an integer between 1 and 10."); +#: src/www/interfaces_bridge_edit.php 130 $input_errors[] = "{$ifdescr} " . gettext("interface priority for STP needs to be an integer between 0 and 240."); +#: src/www/interfaces_bridge_edit.php 135 $input_errors[] = "{$ifdescr} " . gettext("interface path cost for STP needs to be an integer between 1 and 200000000."); +#: src/www/interfaces_bridge_edit.php 140 $input_errors[] = gettext("You must select at least 2 member interfaces for a bridge."); +#: src/www/interfaces_bridge_edit.php 145 $input_errors[] = gettext("A member interface passed does not exist in configuration"); +#: src/www/interfaces_bridge_edit.php 148 $input_errors[] = gettext("Bridging a wireless interface is only possible in hostap mode."); +#: src/www/interfaces_bridge_edit.php 150 $input_errors[] = gettext("Span interface cannot be part of the bridge. Remove the span interface from bridge members to continue."); +#: src/www/interfaces_bridge_edit.php 208 $input_errors[] = gettext("Error occurred creating interface, please retry."); +#: src/www/interfaces_bridge_edit.php 227 $pgtitle = array(gettext("Interfaces"),gettext("Bridge"),gettext("Edit")); +#: src/www/interfaces_bridge_edit.php 267

            +#: src/www/interfaces_bridge_edit.php 275 +#: src/www/interfaces_bridge_edit.php 290 +#: src/www/interfaces_bridge_edit.php 294 +#: src/www/interfaces_bridge_edit.php 302

            " />

            +#: src/www/interfaces_bridge_edit.php 306 +#: src/www/interfaces_bridge_edit.php 309 +#: src/www/interfaces_bridge_edit.php 312 +#: src/www/interfaces_bridge_edit.php 325 +#: src/www/interfaces_bridge_edit.php 327 +#: src/www/interfaces_bridge_edit.php 341 +#: src/www/interfaces_bridge_edit.php 349 +#: src/www/interfaces_bridge_edit.php 352 +#: src/www/interfaces_bridge_edit.php 359 +#: src/www/interfaces_bridge_edit.php 362 +#: src/www/interfaces_bridge_edit.php 368 +#: src/www/interfaces_bridge_edit.php 371 +#: src/www/interfaces_bridge_edit.php 380 +#: src/www/interfaces_bridge_edit.php 389 +#: src/www/interfaces_bridge_edit.php 404 +#: src/www/interfaces_bridge_edit.php 418 +#: src/www/interfaces_bridge_edit.php 429 +#: src/www/interfaces_bridge_edit.php 431 +#: src/www/interfaces_bridge_edit.php 439 +#: src/www/interfaces_bridge_edit.php 441 +#: src/www/interfaces_bridge_edit.php 451 +#: src/www/interfaces_bridge_edit.php 462
            +#: src/www/interfaces_bridge_edit.php 471 +#: src/www/interfaces_bridge_edit.php 476 +#: src/www/interfaces_bridge_edit.php 490 +#: src/www/interfaces_bridge_edit.php 510
            +#: src/www/interfaces_bridge_edit.php 515 +#: src/www/interfaces_bridge_edit.php 519 +#: src/www/interfaces_bridge_edit.php 533 +#: src/www/interfaces_bridge_edit.php 553
            +#: src/www/interfaces_bridge_edit.php 559 +#: src/www/interfaces_bridge_edit.php 563 +#: src/www/interfaces_bridge_edit.php 577 +#: src/www/interfaces_bridge_edit.php 598 " /> +#: src/www/interfaces_bridge_edit.php 607 " onclick="window.location.href=''" /> +#: src/www/interfaces_gif.php 55 $input_errors[] = gettext("This gif TUNNEL cannot be deleted because it is still being used as an interface."); +#: src/www/interfaces_gif.php 67 $pgtitle = array(gettext("Interfaces"),gettext("GIF")); +#: src/www/interfaces_gif.php 91 $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +#: src/www/interfaces_gif.php 92 $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +#: src/www/interfaces_gif.php 93 $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +#: src/www/interfaces_gif.php 94 $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +#: src/www/interfaces_gif.php 95 $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +#: src/www/interfaces_gif.php 96 $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +#: src/www/interfaces_gif.php 97 $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +#: src/www/interfaces_gif.php 98 $tab_array[7] = array(gettext("GIF"), true, "interfaces_gif.php"); +#: src/www/interfaces_gif.php 99 $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +#: src/www/interfaces_gif.php 100 $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +#: src/www/interfaces_gif.php 114 +#: src/www/interfaces_gif.php 115 +#: src/www/interfaces_gif.php 116 +#: src/www/interfaces_gif.php 137 "> +#: src/www/interfaces_gif.php 139 " onclick="return confirm('')"> +#: src/www/interfaces_gif.php 149
            +#: src/www/interfaces_gif.php 151 +#: src/www/interfaces_gif.php 153

            +#: src/www/interfaces_gif_edit.php 65 $reqdfieldsn = array(gettext("Parent interface,Local address, Remote tunnel address, Remote tunnel network, Local tunnel address")); +#: src/www/interfaces_gif_edit.php 71 $input_errors[] = gettext("The tunnel local and tunnel remote fields must have valid IP addresses."); +#: src/www/interfaces_gif_edit.php 77 $input_errors[] = gettext("The alias IP address family has to match the family of the remote peer address."); +#: src/www/interfaces_gif_edit.php 85 $input_errors[] = sprintf(gettext("A gif with the network %s is already defined."), $gif['tunnel-remote-addr']); +#: src/www/interfaces_gif_edit.php 104 $input_errors[] = gettext("Error occurred creating interface, please retry."); +#: src/www/interfaces_gif_edit.php 123 $pgtitle = array(gettext("Interfaces"),gettext("GIF"),gettext("Edit")); +#: src/www/interfaces_gif_edit.php 146

            +#: src/www/interfaces_gif_edit.php 154 +#: src/www/interfaces_gif_edit.php 174 +#: src/www/interfaces_gif_edit.php 177 +#: src/www/interfaces_gif_edit.php 181 +#: src/www/interfaces_gif_edit.php 184 +#: src/www/interfaces_gif_edit.php 188 +#: src/www/interfaces_gif_edit.php 191 +#: src/www/interfaces_gif_edit.php 213 +#: src/www/interfaces_gif_edit.php 216 +#: src/www/interfaces_gif_edit.php 220 +#: src/www/interfaces_gif_edit.php 223 +#: src/www/interfaces_gif_edit.php 228 +#: src/www/interfaces_gif_edit.php 236
            " /> +#: src/www/interfaces_gif_edit.php 244 " onclick="window.location.href=''" /> +#: src/www/interfaces_gre.php 56 $input_errors[] = gettext("This GRE tunnel cannot be deleted because it is still being used as an interface."); +#: src/www/interfaces_gre.php 68 $pgtitle = array(gettext("Interfaces"),gettext("GRE")); +#: src/www/interfaces_gre.php 92 $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +#: src/www/interfaces_gre.php 93 $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +#: src/www/interfaces_gre.php 94 $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +#: src/www/interfaces_gre.php 95 $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +#: src/www/interfaces_gre.php 96 $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +#: src/www/interfaces_gre.php 97 $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +#: src/www/interfaces_gre.php 98 $tab_array[6] = array(gettext("GRE"), true, "interfaces_gre.php"); +#: src/www/interfaces_gre.php 99 $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +#: src/www/interfaces_gre.php 100 $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +#: src/www/interfaces_gre.php 101 $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +#: src/www/interfaces_gre.php 115 +#: src/www/interfaces_gre.php 116 +#: src/www/interfaces_gre.php 117 +#: src/www/interfaces_gre.php 138 "> +#: src/www/interfaces_gre.php 140 " onclick="return confirm('')"> +#: src/www/interfaces_gre.php 149


            +#: src/www/interfaces_gre_edit.php 64 $reqdfieldsn = array(gettext("Parent interface"),gettext("Local address"),gettext("Remote tunnel address"),gettext("Remote tunnel network"), gettext("Local tunnel address")); +#: src/www/interfaces_gre_edit.php 70 $input_errors[] = gettext("The tunnel local and tunnel remote fields must have valid IP addresses."); +#: src/www/interfaces_gre_edit.php 78 $input_errors[] = sprintf(gettext("A GRE tunnel with the network %s is already defined."),$gre['remote-network']); +#: src/www/interfaces_gre_edit.php 98 $input_errors[] = gettext("Error occurred creating interface, please retry."); +#: src/www/interfaces_gre_edit.php 117 $pgtitle = array(gettext("Interfaces"),gettext("GRE"),gettext("Edit")); +#: src/www/interfaces_gre_edit.php 142

            +#: src/www/interfaces_gre_edit.php 150 +#: src/www/interfaces_gre_edit.php 170 +#: src/www/interfaces_gre_edit.php 173 +#: src/www/interfaces_gre_edit.php 177 +#: src/www/interfaces_gre_edit.php 180 +#: src/www/interfaces_gre_edit.php 184 +#: src/www/interfaces_gre_edit.php 187 +#: src/www/interfaces_gre_edit.php 209 +#: src/www/interfaces_gre_edit.php 212 +#: src/www/interfaces_gre_edit.php 216 +#: src/www/interfaces_gre_edit.php 219 +#: src/www/interfaces_gre_edit.php 224 +#: src/www/interfaces_gre_edit.php 235 +#: src/www/interfaces_gre_edit.php 238 +#: src/www/interfaces_gre_edit.php 241
            " /> +#: src/www/interfaces_gre_edit.php 249 " onclick="window.location.href=''" /> +#: src/www/interfaces_groups.php 53 $pgtitle = array(gettext("Interfaces"),gettext("Groups")); +#: src/www/interfaces_groups.php 58 array('href'=>'interfaces_groups_edit.php', 'label'=>gettext("Add a new group")), +#: src/www/interfaces_groups.php 77 $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +#: src/www/interfaces_groups.php 78 $tab_array[1] = array(gettext("Interface Groups"), true, "interfaces_groups.php"); +#: src/www/interfaces_groups.php 79 $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +#: src/www/interfaces_groups.php 80 $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +#: src/www/interfaces_groups.php 81 $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +#: src/www/interfaces_groups.php 82 $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +#: src/www/interfaces_groups.php 83 $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +#: src/www/interfaces_groups.php 84 $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +#: src/www/interfaces_groups.php 85 $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +#: src/www/interfaces_groups.php 86 $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +#: src/www/interfaces_groups.php 100 +#: src/www/interfaces_groups.php 101 +#: src/www/interfaces_groups.php 102 +#: src/www/interfaces_groups.php 136 "> +#: src/www/interfaces_groups.php 138 ')" data-toggle="tooltip" data-placement="left" title=""> +#: src/www/interfaces_groups.php 147


            +#: src/www/interfaces_groups_edit.php 33 $pgtitle = array(gettext("Interfaces"),gettext("Groups"),gettext("Edit")); +#: src/www/interfaces_groups_edit.php 63 $input_errors[] = gettext("Group name already exists!"); +#: src/www/interfaces_groups_edit.php 66 $input_errors[] = gettext("Only letters A-Z are allowed as the group name."); +#: src/www/interfaces_groups_edit.php 245

            +#: src/www/interfaces_groups_edit.php 253 +#: src/www/interfaces_groups_edit.php 257 +#: src/www/interfaces_groups_edit.php 261 +#: src/www/interfaces_groups_edit.php 266 +#: src/www/interfaces_groups_edit.php 271
            +#: src/www/interfaces_groups_edit.php 276
            +#: src/www/interfaces_groups_edit.php 326 +#: src/www/interfaces_groups_edit.php 327 +#: src/www/interfaces_groups_edit.php 333 " /> +#: src/www/interfaces_groups_edit.php 334 " /> +#: src/www/interfaces_lagg.php 61 $input_errors[] = gettext("This LAGG interface cannot be deleted because it is still being used."); +#: src/www/interfaces_lagg.php 73 $pgtitle = array(gettext("Interfaces"),gettext("LAGG")); +#: src/www/interfaces_lagg.php 97 $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +#: src/www/interfaces_lagg.php 98 $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +#: src/www/interfaces_lagg.php 99 $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +#: src/www/interfaces_lagg.php 100 $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +#: src/www/interfaces_lagg.php 101 $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +#: src/www/interfaces_lagg.php 102 $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +#: src/www/interfaces_lagg.php 103 $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +#: src/www/interfaces_lagg.php 104 $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +#: src/www/interfaces_lagg.php 105 $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +#: src/www/interfaces_lagg.php 106 $tab_array[9] = array(gettext("LAGG"), true, "interfaces_lagg.php"); +#: src/www/interfaces_lagg.php 121 +#: src/www/interfaces_lagg.php 122 +#: src/www/interfaces_lagg.php 123 +#: src/www/interfaces_lagg.php 143 "> +#: src/www/interfaces_lagg.php 145 " onclick="return confirm('')"> +#: src/www/interfaces_lagg.php 156
            +#: src/www/interfaces_lagg.php 158

            +#: src/www/interfaces_lagg_edit.php 79 $reqdfieldsn = array(gettext("Member interfaces"), gettext("Lagg protocol")); +#: src/www/interfaces_lagg_edit.php 86 $input_errors[] = gettext("Interface supplied as member is invalid"); +#: src/www/interfaces_lagg_edit.php 89 $input_errors[] = gettext("Interface supplied as member is invalid"); +#: src/www/interfaces_lagg_edit.php 92 $input_errors[] = gettext("Protocol supplied is invalid"); +#: src/www/interfaces_lagg_edit.php 105 $input_errors[] = gettext("Error occurred creating interface, please retry."); +#: src/www/interfaces_lagg_edit.php 124 $pgtitle = array(gettext("Interfaces"),gettext("LAGG"),gettext("Edit")); +#: src/www/interfaces_lagg_edit.php 147

            +#: src/www/interfaces_lagg_edit.php 155 +#: src/www/interfaces_lagg_edit.php 170 . +#: src/www/interfaces_lagg_edit.php 173 +#: src/www/interfaces_lagg_edit.php 188
            +#: src/www/interfaces_lagg_edit.php 189




            +#: src/www/interfaces_lagg_edit.php 231
            " /> +#: src/www/interfaces_lagg_edit.php 239 " onclick="window.location.href=''" /> +#: src/www/interfaces_ppps.php 48 $input_errors[] = gettext("This point-to-point link cannot be deleted because it is still being used as an interface."); +#: src/www/interfaces_ppps.php 64 $pgtitle = gettext("Interfaces PPPs"); +#: src/www/interfaces_ppps.php 87 $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +#: src/www/interfaces_ppps.php 88 $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +#: src/www/interfaces_ppps.php 89 $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +#: src/www/interfaces_ppps.php 90 $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +#: src/www/interfaces_ppps.php 91 $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +#: src/www/interfaces_ppps.php 92 $tab_array[5] = array(gettext("PPPs"), true, "interfaces_ppps.php"); +#: src/www/interfaces_ppps.php 93 $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +#: src/www/interfaces_ppps.php 94 $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +#: src/www/interfaces_ppps.php 95 $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +#: src/www/interfaces_ppps.php 96 $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +#: src/www/interfaces_ppps.php 110 +#: src/www/interfaces_ppps.php 111 +#: src/www/interfaces_ppps.php 112 +#: src/www/interfaces_ppps.php 139 "> +#: src/www/interfaces_ppps.php 141 ')"> +#: src/www/interfaces_ppps_edit.php 177 $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Phone Number")); +#: src/www/interfaces_ppps_edit.php 183 $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password"),gettext("Dial on demand"),gettext("Idle timeout value")); +#: src/www/interfaces_ppps_edit.php 186 $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password")); +#: src/www/interfaces_ppps_edit.php 194 $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password"),gettext("Local IP address"),gettext("Subnet"),gettext("Remote IP address"),gettext("Dial on demand"),gettext("Idle timeout value")); +#: src/www/interfaces_ppps_edit.php 197 $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password"),gettext("Local IP address"),gettext("Subnet"),gettext("Remote IP address")); +#: src/www/interfaces_ppps_edit.php 202 $input_errors[] = gettext("Please choose a Link Type."); +#: src/www/interfaces_ppps_edit.php 206 $input_errors[] = gettext("Multilink connections (MLPPP) using the PPP link type is not currently supported. Please select only one Link Interface."); +#: src/www/interfaces_ppps_edit.php 208 $input_errors[] = gettext("The Service name contains invalid characters."); +#: src/www/interfaces_ppps_edit.php 210 $input_errors[] = gettext("Do not specify both a Service name and a NULL Service name."); +#: src/www/interfaces_ppps_edit.php 212 $input_errors[] = gettext("The idle timeout value must be an integer."); +#: src/www/interfaces_ppps_edit.php 215 $input_errors[] = gettext("A valid PPPoE reset hour must be specified (0-23)."); +#: src/www/interfaces_ppps_edit.php 218 $input_errors[] = gettext("A valid PPPoE reset minute must be specified (0-59)."); +#: src/www/interfaces_ppps_edit.php 220 $input_errors[] = gettext("A valid PPPoE reset date must be specified (mm/dd/yyyy)."); +#: src/www/interfaces_ppps_edit.php 224 $input_errors[] = gettext("A valid PPPoE reset month must be specified (1-12) in the Custom PPPoE Periodic reset fields."); +#: src/www/interfaces_ppps_edit.php 226 $input_errors[] = gettext("A valid PPPoE reset day of month must be specified (1-31) in the Custom PPPoE Periodic reset fields. No checks are done on valid # of days per month"); +#: src/www/interfaces_ppps_edit.php 228 $input_errors[] = gettext("A valid PPPoE reset year must be specified. Don't select a year in the past!"); +#: src/www/interfaces_ppps_edit.php 233 $input_errors[] = sprintf(gettext("A valid local IP address must be specified for %s."),$iface); +#: src/www/interfaces_ppps_edit.php 235 $input_errors[] = sprintf(gettext("A valid gateway IP address OR hostname must be specified for %s."),$iface); +#: src/www/interfaces_ppps_edit.php 237 $input_errors[] = sprintf(gettext("The bandwidth value for %s must be an integer."),$iface); +#: src/www/interfaces_ppps_edit.php 239 $input_errors[] = sprintf(gettext("The MTU for %s must be greater than 576 bytes."),$iface); +#: src/www/interfaces_ppps_edit.php 241 $input_errors[] = sprintf(gettext("The MRU for %s must be greater than 576 bytes."),$iface); +#: src/www/interfaces_ppps_edit.php 373 $pgtitle = array(gettext("Interfaces"),gettext("PPPs"),gettext("Edit")); +#: src/www/interfaces_ppps_edit.php 377 $types = array("select" => gettext("Select"), "ppp" => "PPP", "pppoe" => "PPPoE", "pptp" => "PPTP", "l2tp" => "L2TP"/*, "tcp" => "TCP", "udp" => "UDP"*/ ); +#: src/www/interfaces_ppps_edit.php 406

            +#: src/www/interfaces_ppps_edit.php 414 +#: src/www/interfaces_ppps_edit.php 429 +#: src/www/interfaces_ppps_edit.php 435
            +#: src/www/interfaces_ppps_edit.php 481 +#: src/www/interfaces_ppps_edit.php 484
            +#: src/www/interfaces_ppps_edit.php 490 +#: src/www/interfaces_ppps_edit.php 494    +#: src/www/interfaces_ppps_edit.php 502    +#: src/www/interfaces_ppps_edit.php 510    +#: src/www/interfaces_ppps_edit.php 518
            +#: src/www/interfaces_ppps_edit.php 522 +#: src/www/interfaces_ppps_edit.php 528 +#: src/www/interfaces_ppps_edit.php 535 +#: src/www/interfaces_ppps_edit.php 538
            +#: src/www/interfaces_ppps_edit.php 542 +#: src/www/interfaces_ppps_edit.php 552 +#: src/www/interfaces_ppps_edit.php 555
            +#: src/www/interfaces_ppps_edit.php 559 +#: src/www/interfaces_ppps_edit.php 566 +#: src/www/interfaces_ppps_edit.php 569
            +#: src/www/interfaces_ppps_edit.php 573 +#: src/www/interfaces_ppps_edit.php 576
            +#: src/www/interfaces_ppps_edit.php 584
            +#: src/www/interfaces_ppps_edit.php 588 +#: src/www/interfaces_ppps_edit.php 590 /> +#: src/www/interfaces_ppps_edit.php 591
            +#: src/www/interfaces_ppps_edit.php 601 +#: src/www/interfaces_ppps_edit.php 603 /> +#: src/www/interfaces_ppps_edit.php 604
            +#: src/www/interfaces_ppps_edit.php 608 +#: src/www/interfaces_ppps_edit.php 615 +#: src/www/interfaces_ppps_edit.php 616 +#: src/www/interfaces_ppps_edit.php 617 +#: src/www/interfaces_ppps_edit.php 618 +#: src/www/interfaces_ppps_edit.php 626
            +#: src/www/interfaces_ppps_edit.php 628
            +#: src/www/interfaces_ppps_edit.php 630 +#: src/www/interfaces_ppps_edit.php 632 +#: src/www/interfaces_ppps_edit.php 633 +#: src/www/interfaces_ppps_edit.php 641 +#: src/www/interfaces_ppps_edit.php 644 +#: src/www/interfaces_ppps_edit.php 647 +#: src/www/interfaces_ppps_edit.php 650 +#: src/www/interfaces_ppps_edit.php 664 +#: src/www/interfaces_ppps_edit.php 672 +#: src/www/interfaces_ppps_edit.php 679 +#: src/www/interfaces_ppps_edit.php 687 +#: src/www/interfaces_ppps_edit.php 690 +#: src/www/interfaces_ppps_edit.php 692 /> +#: src/www/interfaces_ppps_edit.php 693
            +#: src/www/interfaces_ppps_edit.php 700 +#: src/www/interfaces_ppps_edit.php 701
            +#: src/www/interfaces_ppps_edit.php 702
            +#: src/www/interfaces_ppps_edit.php 706 +#: src/www/interfaces_ppps_edit.php 708 />  +#: src/www/interfaces_ppps_edit.php 709
            +#: src/www/interfaces_ppps_edit.php 717 />  +#: src/www/interfaces_ppps_edit.php 718
            +#: src/www/interfaces_ppps_edit.php 728 />  +#: src/www/interfaces_ppps_edit.php 729
            +#: src/www/interfaces_ppps_edit.php 736 />  +#: src/www/interfaces_ppps_edit.php 737
            +#: src/www/interfaces_ppps_edit.php 741 +#: src/www/interfaces_ppps_edit.php 743 />  +#: src/www/interfaces_ppps_edit.php 744
            +#: src/www/interfaces_ppps_edit.php 750

            " class="btn btn-default btn-xs"/>

            +#: src/www/interfaces_ppps_edit.php 757 +#: src/www/interfaces_ppps_edit.php 761 +#: src/www/interfaces_ppps_edit.php 764
            +#: src/www/interfaces_ppps_edit.php 768 +#: src/www/interfaces_ppps_edit.php 771
            +#: src/www/interfaces_ppps_edit.php 775 +#: src/www/interfaces_ppps_edit.php 778
            MRU +#: src/www/interfaces_ppps_edit.php 782 +#: src/www/interfaces_ppps_edit.php 785
            MRRU +#: src/www/interfaces_ppps_edit.php 794 " /> +#: src/www/interfaces_ppps_edit.php 795 " onclick="window.location.href=''" /> +#: src/www/interfaces_qinq.php 54 $input_errors[] = gettext("This QinQ cannot be deleted because it is still being used as an interface."); +#: src/www/interfaces_qinq.php 56 $input_errors[] = gettext("QinQ interface does not exist"); +#: src/www/interfaces_qinq.php 77 $pgtitle = array(gettext("Interfaces"),gettext("QinQ")); +#: src/www/interfaces_qinq.php 101 $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +#: src/www/interfaces_qinq.php 102 $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +#: src/www/interfaces_qinq.php 103 $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +#: src/www/interfaces_qinq.php 104 $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +#: src/www/interfaces_qinq.php 105 $tab_array[4] = array(gettext("QinQs"), true, "interfaces_qinq.php"); +#: src/www/interfaces_qinq.php 106 $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +#: src/www/interfaces_qinq.php 107 $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +#: src/www/interfaces_qinq.php 108 $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +#: src/www/interfaces_qinq.php 109 $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +#: src/www/interfaces_qinq.php 110 $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +#: src/www/interfaces_qinq.php 125 +#: src/www/interfaces_qinq.php 126 +#: src/www/interfaces_qinq.php 127 +#: src/www/interfaces_qinq.php 128 +#: src/www/interfaces_qinq.php 156 "> +#: src/www/interfaces_qinq.php 158 " onclick="return confirm('')"> +#: src/www/interfaces_qinq.php 168
            +#: src/www/interfaces_qinq.php 170

            +#: src/www/interfaces_qinq_edit.php 30 $pgtitle = array(gettext("Interfaces"),gettext("QinQ"), gettext("Edit")); +#: src/www/interfaces_qinq_edit.php 77 $input_errors[] = gettext("First level tag cannot be empty."); +#: src/www/interfaces_qinq_edit.php 79 $input_errors[] = gettext("You are editing an existing entry and modifying the first level tag is not allowed."); +#: src/www/interfaces_qinq_edit.php 81 $input_errors[] = gettext("You are editing an existing entry and modifying the interface is not allowed."); +#: src/www/interfaces_qinq_edit.php 85 $input_errors[] = gettext("QinQ level already exists for this interface, edit it!"); +#: src/www/interfaces_qinq_edit.php 89 $input_errors[] = gettext("A normal VLAN exists with this tag please remove it to use this tag for QinQ first level."); +#: src/www/interfaces_qinq_edit.php 116 $input_errors[] = gettext("Tags can contain only numbers or a range in format #-#."); +#: src/www/interfaces_qinq_edit.php 126 $input_errors[] = gettext("Tags can contain only numbers or a range in format #-#."); +#: src/www/interfaces_qinq_edit.php 189 $gentry['descr'] = gettext("QinQ VLANs group"); +#: src/www/interfaces_qinq_edit.php 263 rowname[0] = ; +#: src/www/interfaces_qinq_edit.php 267 rowname[2] = ; +#: src/www/interfaces_qinq_edit.php 289

            +#: src/www/interfaces_qinq_edit.php 297 +#: src/www/interfaces_qinq_edit.php 314 +#: src/www/interfaces_qinq_edit.php 317 +#: src/www/interfaces_qinq_edit.php 322 +#: src/www/interfaces_qinq_edit.php 327 +#: src/www/interfaces_qinq_edit.php 330 +#: src/www/interfaces_qinq_edit.php 334 +#: src/www/interfaces_qinq_edit.php 339 +#: src/www/interfaces_qinq_edit.php 344
            +#: src/www/interfaces_qinq_edit.php 347 +#: src/www/interfaces_qinq_edit.php 353
            +#: src/www/interfaces_qinq_edit.php 380 " class="btn btn-default btn-xs"/> +#: src/www/interfaces_qinq_edit.php 387 " /> +#: src/www/interfaces_qinq_edit.php 388 " /> +#: src/www/interfaces_vlan.php 55 $input_errors[] = gettext("This VLAN cannot be deleted because it is still being used as an interface."); +#: src/www/interfaces_vlan.php 69 $pgtitle = array(gettext("Interfaces"),gettext("VLAN")); +#: src/www/interfaces_vlan.php 94 $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +#: src/www/interfaces_vlan.php 95 $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +#: src/www/interfaces_vlan.php 96 $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +#: src/www/interfaces_vlan.php 97 $tab_array[3] = array(gettext("VLANs"), true, "interfaces_vlan.php"); +#: src/www/interfaces_vlan.php 98 $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +#: src/www/interfaces_vlan.php 99 $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +#: src/www/interfaces_vlan.php 100 $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +#: src/www/interfaces_vlan.php 101 $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +#: src/www/interfaces_vlan.php 102 $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +#: src/www/interfaces_vlan.php 103 $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +#: src/www/interfaces_vlan.php 116 +#: src/www/interfaces_vlan.php 117 +#: src/www/interfaces_vlan.php 118 +#: src/www/interfaces_vlan.php 138 "> +#: src/www/interfaces_vlan.php 140 " onclick="return confirm('')"> +#: src/www/interfaces_vlan.php 152
            +#: src/www/interfaces_vlan.php 154

            +#: src/www/interfaces_vlan_edit.php 65 $reqdfieldsn = array(gettext("Parent interface"),gettext("VLAN tag")); +#: src/www/interfaces_vlan_edit.php 70 $input_errors[] = gettext("The VLAN tag must be an integer between 1 and 4094."); +#: src/www/interfaces_vlan_edit.php 74 $input_errors[] = gettext("Interface supplied as parent is invalid"); +#: src/www/interfaces_vlan_edit.php 79 $input_errors[] = gettext("Interface is assigned and you cannot change the VLAN tag while assigned."); +#: src/www/interfaces_vlan_edit.php 87 $input_errors[] = sprintf(gettext("A VLAN with the tag %s is already defined on this interface."),$vlan['tag']); +#: src/www/interfaces_vlan_edit.php 94 $input_errors[] = gettext("A QinQ VLAN exists with this tag please remove it to use this tag with."); +#: src/www/interfaces_vlan_edit.php 120 $input_errors[] = gettext("Error occurred creating interface, please retry."); +#: src/www/interfaces_vlan_edit.php 138 $pgtitle = array(gettext("Interfaces"),gettext("VLAN"),gettext("Edit")); +#: src/www/interfaces_vlan_edit.php 160

            +#: src/www/interfaces_vlan_edit.php 171 +#: src/www/interfaces_vlan_edit.php 187 +#: src/www/interfaces_vlan_edit.php 190 +#: src/www/interfaces_vlan_edit.php 194 +#: src/www/interfaces_vlan_edit.php 197 +#: src/www/interfaces_vlan_edit.php 200
            " /> +#: src/www/interfaces_vlan_edit.php 208 " onclick="window.location.href=''" /> +#: src/www/interfaces_wireless.php 53 $input_errors[] = gettext("This wireless clone cannot be deleted because it is assigned as an interface."); +#: src/www/interfaces_wireless.php 66 $pgtitle = array(gettext("Interfaces"),gettext("Wireless")); +#: src/www/interfaces_wireless.php 91 $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +#: src/www/interfaces_wireless.php 92 $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +#: src/www/interfaces_wireless.php 93 $tab_array[2] = array(gettext("Wireless"), true, "interfaces_wireless.php"); +#: src/www/interfaces_wireless.php 94 $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +#: src/www/interfaces_wireless.php 95 $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +#: src/www/interfaces_wireless.php 96 $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +#: src/www/interfaces_wireless.php 97 $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +#: src/www/interfaces_wireless.php 98 $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +#: src/www/interfaces_wireless.php 99 $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +#: src/www/interfaces_wireless.php 100 $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +#: src/www/interfaces_wireless.php 114 +#: src/www/interfaces_wireless.php 115 +#: src/www/interfaces_wireless.php 116 +#: src/www/interfaces_wireless.php 137 "> +#: src/www/interfaces_wireless.php 139 ')"> +#: src/www/interfaces_wireless.php 150


            +#: src/www/interfaces_wireless.php 152

            +#: src/www/interfaces_wireless_edit.php 77 $reqdfieldsn = array(gettext("Parent interface"),gettext("Mode")); +#: src/www/interfaces_wireless_edit.php 109 $input_errors[] = gettext("This wireless clone cannot be modified because it is still assigned as an interface."); +#: src/www/interfaces_wireless_edit.php 111 $input_errors[] = gettext("Use the configuration page for the assigned interface to change the mode."); +#: src/www/interfaces_wireless_edit.php 116 $input_errors[] = sprintf(gettext('Error creating interface with mode %1$s. The %2$s interface may not support creating more clones with the selected mode.'), $wlan_modes[$clone['mode']], $clone['if']); +#: src/www/interfaces_wireless_edit.php 121 $input_errors[] = sprintf(gettext("Created with id %s"), $id); +#: src/www/interfaces_wireless_edit.php 124 $input_errors[] = gettext("Created without id"); +#: src/www/interfaces_wireless_edit.php 138 $pgtitle = array(gettext("Interfaces"),gettext("Wireless"),gettext("Edit")); +#: src/www/interfaces_wireless_edit.php 154

            +#: src/www/interfaces_wireless_edit.php 161 +#: src/www/interfaces_wireless_edit.php 179 +#: src/www/interfaces_wireless_edit.php 182 +#: src/www/interfaces_wireless_edit.php 183 +#: src/www/interfaces_wireless_edit.php 184 +#: src/www/interfaces_wireless_edit.php 188 +#: src/www/interfaces_wireless_edit.php 191
            " /> +#: src/www/interfaces_wireless_edit.php 200 " onclick="window.location.href=''" /> +#: src/www/license.php 32 $pgtitle = gettext("License"); +#: src/www/load_balancer_monitor.php 61 $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one pool."); +#: src/www/load_balancer_monitor.php 77 $pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Monitor")); +#: src/www/load_balancer_monitor.php 97 " . gettext("You must apply the changes in order for them to take effect."));?>
            +#: src/www/load_balancer_monitor.php 105 $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +#: src/www/load_balancer_monitor.php 106 $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +#: src/www/load_balancer_monitor.php 107 $tab_array[] = array(gettext("Monitors"), true, "load_balancer_monitor.php"); +#: src/www/load_balancer_monitor.php 108 $tab_array[] = array(gettext("Settings"), false, "load_balancer_setting.php"); +#: src/www/load_balancer_monitor.php 123 $t->add_column(gettext('Name'),'name',20); +#: src/www/load_balancer_monitor.php 124 $t->add_column(gettext('Type'),'type',10); +#: src/www/load_balancer_monitor.php 125 $t->add_column(gettext('Description'),'descr',30); +#: src/www/load_balancer_monitor_edit.php 55 $changedesc = gettext("Load Balancer Monitor ") . " "; +#: src/www/load_balancer_monitor_edit.php 77 $reqdfieldsn = array(gettext("Name"),gettext("Type"),gettext("Description")); +#: src/www/load_balancer_monitor_edit.php 84 $input_errors[] = gettext("This monitor name has already been used. Monitor names must be unique."); +#: src/www/load_balancer_monitor_edit.php 87 $input_errors[] = gettext("You cannot use spaces in the 'name' field."); +#: src/www/load_balancer_monitor_edit.php 101 $input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); +#: src/www/load_balancer_monitor_edit.php 107 $input_errors[] = gettext("HTTP(s) codes must be from RFC2616."); +#: src/www/load_balancer_monitor_edit.php 111 $input_errors[] = gettext("The path to monitor must be set."); +#: src/www/load_balancer_monitor_edit.php 134 $changedesc .= " " . sprintf(gettext("modified '%s' monitor "), $monent['name']); +#: src/www/load_balancer_monitor_edit.php 182 $pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Monitor"),gettext("Edit")); +#: src/www/load_balancer_monitor_edit.php 186 $types = array("icmp" => gettext("ICMP"), "tcp" => gettext("TCP"), "http" => gettext("HTTP"), "https" => gettext("HTTPS"), "send" => gettext("Send/Expect")); +#: src/www/load_balancer_monitor_edit.php 234 +#: src/www/load_balancer_monitor_edit.php 237 +#: src/www/load_balancer_monitor_edit.php 243 +#: src/www/load_balancer_monitor_edit.php 249 +#: src/www/load_balancer_monitor_edit.php 270 +#: src/www/load_balancer_monitor_edit.php 274 +#: src/www/load_balancer_monitor_edit.php 280 +#: src/www/load_balancer_monitor_edit.php 282 size="64" />
            +#: src/www/load_balancer_monitor_edit.php 286 +#: src/www/load_balancer_monitor_edit.php 303 +#: src/www/load_balancer_monitor_edit.php 307 +#: src/www/load_balancer_monitor_edit.php 313 +#: src/www/load_balancer_monitor_edit.php 315 size="64" />
            +#: src/www/load_balancer_monitor_edit.php 319 +#: src/www/load_balancer_monitor_edit.php 337 +#: src/www/load_balancer_monitor_edit.php 341 +#: src/www/load_balancer_monitor_edit.php 347 +#: src/www/load_balancer_monitor_edit.php 358 " /> +#: src/www/load_balancer_monitor_edit.php 359 " onclick="window.location.href=''" /> +#: src/www/load_balancer_pool.php 61 $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one virtual server."); +#: src/www/load_balancer_pool.php 86 $pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Pool")); +#: src/www/load_balancer_pool.php 108 "));?>
            +#: src/www/load_balancer_pool.php 116 $tab_array[] = array(gettext("Pools"), true, "load_balancer_pool.php"); +#: src/www/load_balancer_pool.php 117 $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +#: src/www/load_balancer_pool.php 118 $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +#: src/www/load_balancer_pool.php 119 $tab_array[] = array(gettext("Settings"), false, "load_balancer_setting.php"); +#: src/www/load_balancer_pool.php 134 $t->add_column(gettext('Name'),'name',10); +#: src/www/load_balancer_pool.php 135 $t->add_column(gettext('Mode'),'mode',10); +#: src/www/load_balancer_pool.php 136 $t->add_column(gettext('Servers'),'servers',15); +#: src/www/load_balancer_pool.php 137 $t->add_column(gettext('Port'),'port',10); +#: src/www/load_balancer_pool.php 138 $t->add_column(gettext('Monitor'),'monitor',10); +#: src/www/load_balancer_pool.php 139 $t->add_column(gettext('Description'),'descr',25); +#: src/www/load_balancer_pool.php 148

            +#: src/www/load_balancer_pool.php 149 +#: src/www/load_balancer_pool.php 150 +#: src/www/load_balancer_pool_edit.php 57 $changedesc = gettext("Load Balancer Pool ") . " "; +#: src/www/load_balancer_pool_edit.php 68 $reqdfieldsn = array(gettext("Name"),gettext("Mode"),gettext("Port"),gettext("Monitor"),gettext("Server List")); +#: src/www/load_balancer_pool_edit.php 75 $input_errors[] = gettext("This pool name has already been used. Pool names must be unique."); +#: src/www/load_balancer_pool_edit.php 78 $input_errors[] = gettext("You cannot use spaces in the 'name' field."); +#: src/www/load_balancer_pool_edit.php 81 $input_errors[] = sprintf(gettext("The name '%s' is a reserved word and cannot be used."), $_POST['name']); +#: src/www/load_balancer_pool_edit.php 84 $input_errors[] = sprintf(gettext("Sorry, an alias is already named %s."), $_POST['name']); +#: src/www/load_balancer_pool_edit.php 87 $input_errors[] = gettext("The port must be an integer between 1 and 65535, or a port alias."); +#: src/www/load_balancer_pool_edit.php 91 $input_errors[] = gettext("The retry value must be an integer between 1 and 65535."); +#: src/www/load_balancer_pool_edit.php 96 $input_errors[] = sprintf(gettext("%s is not a valid IP address or IPv4 subnet (in "enabled" list)."), $svrent); +#: src/www/load_balancer_pool_edit.php 99 $input_errors[] = sprintf(gettext("%s is a subnet containing more than 64 IP addresses (in "enabled" list)."), $svrent); +#: src/www/load_balancer_pool_edit.php 106 $input_errors[] = sprintf(gettext("%s is not a valid IP address or IPv4 subnet (in "disabled" list)."), $svrent); +#: src/www/load_balancer_pool_edit.php 109 $input_errors[] = sprintf(gettext("%s is a subnet containing more than 64 IP addresses (in "disabled" list)."), $svrent); +#: src/www/load_balancer_pool_edit.php 118 $input_errors[] = gettext("Invalid monitor chosen."); +#: src/www/load_balancer_pool_edit.php 125 $changedesc .= sprintf(gettext(" modified '%s' pool "), $poolent['name']); +#: src/www/load_balancer_pool_edit.php 157 $pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Pool"),gettext("Edit")); +#: src/www/load_balancer_pool_edit.php 198 +#: src/www/load_balancer_pool_edit.php 201 +#: src/www/load_balancer_pool_edit.php 207 +#: src/www/load_balancer_pool_edit.php 210 +#: src/www/load_balancer_pool_edit.php 211 +#: src/www/load_balancer_pool_edit.php 216 +#: src/www/load_balancer_pool_edit.php 223 +#: src/www/load_balancer_pool_edit.php 227
            +#: src/www/load_balancer_pool_edit.php 228 +#: src/www/load_balancer_pool_edit.php 239 +#: src/www/load_balancer_pool_edit.php 242
            +#: src/www/load_balancer_pool_edit.php 249 +#: src/www/load_balancer_pool_edit.php 252 +#: src/www/load_balancer_pool_edit.php 267 +#: src/www/load_balancer_pool_edit.php 273 +#: src/www/load_balancer_pool_edit.php 276 " onclick="AddServerToPool(document.iform); enforceFailover(); checkPoolControls();" />
            +#: src/www/load_balancer_pool_edit.php 283 +#: src/www/load_balancer_pool_edit.php 286 +#: src/www/load_balancer_pool_edit.php 292 +#: src/www/load_balancer_pool_edit.php 303 " onclick="RemoveServerFromPool(document.iform, 'serversdisabled[]');" /> +#: src/www/load_balancer_pool_edit.php 312 +#: src/www/load_balancer_pool_edit.php 323 " onclick="RemoveServerFromPool(document.iform, 'servers[]');" /> +#: src/www/load_balancer_pool_edit.php 334 " onclick="AllServers('serversSelect', true); AllServers('serversDisabledSelect', true);" /> +#: src/www/load_balancer_pool_edit.php 335 " onclick="window.location.href=''" /> +#: src/www/load_balancer_relay_action.php 63 $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one relay protocol."); +#: src/www/load_balancer_relay_action.php 93 $pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Action")); +#: src/www/load_balancer_relay_action.php 111 You must apply the changes in order for them to take effect."));?>
            +#: src/www/load_balancer_relay_action.php 120 $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +#: src/www/load_balancer_relay_action.php 121 $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +#: src/www/load_balancer_relay_action.php 122 $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +#: src/www/load_balancer_relay_action.php 123 $tab_array[] = array(gettext("Relay Actions"), true, "load_balancer_relay_action.php"); +#: src/www/load_balancer_relay_action.php 124 $tab_array[] = array(gettext("Relay Protocols"), false, "load_balancer_relay_protocol.php"); +#: src/www/load_balancer_relay_action.php 138 $t->add_column(gettext('Name'),'name',20); +#: src/www/load_balancer_relay_action.php 139 $t->add_column(gettext('Type'),'type',10); +#: src/www/load_balancer_relay_action.php 140 $t->add_column(gettext('Options'),'options',30); +#: src/www/load_balancer_relay_action.php 141 $t->add_column(gettext('Description'),'descr',30); +#: src/www/load_balancer_relay_action_edit.php 55 $changedesc = gettext("Load Balancer Relay Action ") . " "; +#: src/www/load_balancer_relay_action_edit.php 107 $reqdfieldsn = array(gettext("Name"),gettext("Protocol"),gettext("Direction"),gettext("Action"),gettext("Description")); +#: src/www/load_balancer_relay_action_edit.php 114 $input_errors[] = gettext("This action name has already been used. Action names must be unique."); +#: src/www/load_balancer_relay_action_edit.php 117 $input_errors[] = gettext("You cannot use spaces in the 'name' field."); +#: src/www/load_balancer_relay_action_edit.php 124 $changedesc .= " " . sprintf(gettext("modified '%s' action "), $actent['name']); +#: src/www/load_balancer_relay_action_edit.php 170 $pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Action"),gettext("Edit")); +#: src/www/load_balancer_relay_action_edit.php 174 $types = array("http" => gettext("HTTP"), "tcp" => gettext("TCP"), "dns" => gettext("DNS")); +#: src/www/load_balancer_relay_action_edit.php 409 +#: src/www/load_balancer_relay_action_edit.php 412 +#: src/www/load_balancer_relay_action_edit.php 418 +#: src/www/load_balancer_relay_action_edit.php 425 +#: src/www/load_balancer_relay_action_edit.php 444 +#: src/www/load_balancer_relay_action_edit.php 464 +#: src/www/load_balancer_relay_action_edit.php 485 +#: src/www/load_balancer_relay_action_edit.php 507
             size="20">
            +#: src/www/load_balancer_relay_action_edit.php 509
             size="20">
            +#: src/www/load_balancer_relay_action_edit.php 511
             size="20">
            +#: src/www/load_balancer_relay_action_edit.php 516 +#: src/www/load_balancer_relay_action_edit.php 518 XXX +#: src/www/load_balancer_relay_action_edit.php 536 +#: src/www/load_balancer_relay_action_edit.php 538 XXX +#: src/www/load_balancer_relay_action_edit.php 558 "> +#: src/www/load_balancer_relay_action_edit.php 559 " onclick="window.location.href=''" /> +#: src/www/load_balancer_relay_protocol.php 60 $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one virtual server."); +#: src/www/load_balancer_relay_protocol.php 89 $pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Protocol")); +#: src/www/load_balancer_relay_protocol.php 106 " . gettext("You must apply the changes in order for them to take effect."));?>
            +#: src/www/load_balancer_relay_protocol.php 114 $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +#: src/www/load_balancer_relay_protocol.php 115 $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +#: src/www/load_balancer_relay_protocol.php 116 $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +#: src/www/load_balancer_relay_protocol.php 117 $tab_array[] = array(gettext("Relay Actions"), false, "load_balancer_relay_action.php"); +#: src/www/load_balancer_relay_protocol.php 118 $tab_array[] = array(gettext("Relay Protocols"), true, "load_balancer_relay_protocol.php"); +#: src/www/load_balancer_relay_protocol.php 132 $t->add_column(gettext('Name'),'name',20); +#: src/www/load_balancer_relay_protocol.php 133 $t->add_column(gettext('Type'),'type',10); +#: src/www/load_balancer_relay_protocol.php 134 $t->add_column(gettext('Options'),'options',30); +#: src/www/load_balancer_relay_protocol.php 135 $t->add_column(gettext('Description'),'descr',30); +#: src/www/load_balancer_relay_protocol_edit.php 55 $changedesc = gettext("Load Balancer Relay Protocol ") . " "; +#: src/www/load_balancer_relay_protocol_edit.php 69 $reqdfieldsn = array(gettext("Name"),gettext("Type"),gettext("Description")); +#: src/www/load_balancer_relay_protocol_edit.php 76 $input_errors[] = gettext("This protocol name has already been used. Protocol names must be unique."); +#: src/www/load_balancer_relay_protocol_edit.php 79 $input_errors[] = gettext("You cannot use spaces in the 'name' field."); +#: src/www/load_balancer_relay_protocol_edit.php 95 $changedesc .= " " . sprintf(gettext("modified '%s' load balancing protocol "), $protent['name']); +#: src/www/load_balancer_relay_protocol_edit.php 97 update_if_changed(gettext("name"), $protent['name'], $pconfig['name']); +#: src/www/load_balancer_relay_protocol_edit.php 98 update_if_changed(gettext("type"), $protent['type'], $pconfig['type']); +#: src/www/load_balancer_relay_protocol_edit.php 99 update_if_changed(gettext("description"), $protent['descr'], $pconfig['descr']); +#: src/www/load_balancer_relay_protocol_edit.php 100 update_if_changed(gettext("type"), $protent['type'], $pconfig['type']); +#: src/www/load_balancer_relay_protocol_edit.php 101 update_if_changed(gettext("action"), $protent['lbaction'], $pconfig['lbaction']); +#: src/www/load_balancer_relay_protocol_edit.php 127 $pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Protocol"),gettext("Edit")); +#: src/www/load_balancer_relay_protocol_edit.php 132 $types = array("http" => gettext("HTTP"), "tcp" => gettext("TCP"), "dns" => gettext("DNS")); +#: src/www/load_balancer_relay_protocol_edit.php 194 +#: src/www/load_balancer_relay_protocol_edit.php 197 +#: src/www/load_balancer_relay_protocol_edit.php 203 +#: src/www/load_balancer_relay_protocol_edit.php 220 +#: src/www/load_balancer_relay_protocol_edit.php 229 +#: src/www/load_balancer_relay_protocol_edit.php 232 +#: src/www/load_balancer_relay_protocol_edit.php 239 +#: src/www/load_balancer_relay_protocol_edit.php 254 " onclick="copyOption($('available_action'), $('lbaction'));" />
            +#: src/www/load_balancer_relay_protocol_edit.php 255 " onclick="deleteOption($('lbaction'));" /> +#: src/www/load_balancer_relay_protocol_edit.php 261 +#: src/www/load_balancer_relay_protocol_edit.php 282 " onClick="AllOptions($('lbaction'), true); AllOptions($('available_action'), false);"> +#: src/www/load_balancer_relay_protocol_edit.php 283 " onclick="window.location.href=''" /> +#: src/www/load_balancer_setting.php 56 $input_errors[] = gettext("Timeout must be a numeric value"); +#: src/www/load_balancer_setting.php 60 $input_errors[] = gettext("Interval must be a numeric value"); +#: src/www/load_balancer_setting.php 65 $input_errors[] = gettext("Prefork must be a numeric value"); +#: src/www/load_balancer_setting.php 68 $input_errors[] = gettext("Prefork value must be between 1 and 32"); +#: src/www/load_balancer_setting.php 85 $pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Settings")); +#: src/www/load_balancer_setting.php 102 " . gettext("You must apply the changes in order for them to take effect."));?>
            +#: src/www/load_balancer_setting.php 110 $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +#: src/www/load_balancer_setting.php 111 $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +#: src/www/load_balancer_setting.php 112 $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +#: src/www/load_balancer_setting.php 113 $tab_array[] = array(gettext("Settings"), true, "load_balancer_setting.php"); +#: src/www/load_balancer_setting.php 126 +#: src/www/load_balancer_setting.php 129 +#: src/www/load_balancer_setting.php 133 +#: src/www/load_balancer_setting.php 137 +#: src/www/load_balancer_setting.php 141 +#: src/www/load_balancer_setting.php 145 +#: src/www/load_balancer_setting.php 149 +#: src/www/load_balancer_setting.php 155 " /> +#: src/www/load_balancer_virtual_server.php 86 $pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Virtual Servers")); +#: src/www/load_balancer_virtual_server.php 107 " . gettext("You must apply the changes in order for them to take effect."));?>
            +#: src/www/load_balancer_virtual_server.php 115 $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +#: src/www/load_balancer_virtual_server.php 116 $tab_array[] = array(gettext("Virtual Servers"), true, "load_balancer_virtual_server.php"); +#: src/www/load_balancer_virtual_server.php 117 $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +#: src/www/load_balancer_virtual_server.php 118 $tab_array[] = array(gettext("Settings"), false, "load_balancer_setting.php"); +#: src/www/load_balancer_virtual_server.php 131 $t->add_column(gettext('Name'),'name',10); +#: src/www/load_balancer_virtual_server.php 132 $t->add_column(gettext('Protocol'),'relay_protocol',10); +#: src/www/load_balancer_virtual_server.php 133 $t->add_column(gettext('IP Address'),'ipaddr',10); +#: src/www/load_balancer_virtual_server.php 134 $t->add_column(gettext('Port'),'port',10); +#: src/www/load_balancer_virtual_server.php 135 $t->add_column(gettext('Pool'),'poolname',10); +#: src/www/load_balancer_virtual_server.php 136 $t->add_column(gettext('Fall Back Pool'),'sitedown',15); +#: src/www/load_balancer_virtual_server.php 137 $t->add_column(gettext('Description'),'descr',25); +#: src/www/load_balancer_virtual_server_edit.php 50 $changedesc = gettext("Load Balancer Virtual Server ") . " "; +#: src/www/load_balancer_virtual_server_edit.php 61 $reqdfieldsn = array(gettext("IP Address"),gettext("Name"),gettext("Mode")); +#: src/www/load_balancer_virtual_server_edit.php 66 $reqdfieldsn = array(gettext("IP Address"),gettext("Name"),gettext("Relay Protocol")); +#: src/www/load_balancer_virtual_server_edit.php 75 $input_errors[] = gettext("This virtual server name has already been used. Virtual server names must be unique."); +#: src/www/load_balancer_virtual_server_edit.php 78 $input_errors[] = gettext("You cannot use spaces or slashes in the 'name' field."); +#: src/www/load_balancer_virtual_server_edit.php 81 $input_errors[] = gettext("The port must be an integer between 1 and 65535, a port alias, or left blank."); +#: src/www/load_balancer_virtual_server_edit.php 84 $input_errors[] = sprintf(gettext("%s is not a valid IP address, IPv4 subnet, or alias."), $_POST['ipaddr']); +#: src/www/load_balancer_virtual_server_edit.php 86 $input_errors[] = sprintf(gettext("%s is a subnet containing more than 64 IP addresses."), $_POST['ipaddr']); +#: src/www/load_balancer_virtual_server_edit.php 89 $input_errors[] = gettext("You cannot select a Fall Back Pool when using the DNS relay protocol."); +#: src/www/load_balancer_virtual_server_edit.php 96 $changedesc .= " " . sprintf(gettext("modified '%s' vs "), $vsent['name']); +#: src/www/load_balancer_virtual_server_edit.php 98 $changedesc .= " " . sprintf(gettext("created '%s' vs "), $_POST['name']); +#: src/www/load_balancer_virtual_server_edit.php 132 $pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Virtual Server"),gettext("Edit")); +#: src/www/load_balancer_virtual_server_edit.php 164 +#: src/www/load_balancer_virtual_server_edit.php 167 +#: src/www/load_balancer_virtual_server_edit.php 173 +#: src/www/load_balancer_virtual_server_edit.php 179 +#: src/www/load_balancer_virtual_server_edit.php 182
            +#: src/www/load_balancer_virtual_server_edit.php 183
            +#: src/www/load_balancer_virtual_server_edit.php 193 +#: src/www/load_balancer_virtual_server_edit.php 196
            +#: src/www/load_balancer_virtual_server_edit.php 197
            +#: src/www/load_balancer_virtual_server_edit.php 198
            +#: src/www/load_balancer_virtual_server_edit.php 208 +#: src/www/load_balancer_virtual_server_edit.php 211 +#: src/www/load_balancer_virtual_server_edit.php 227 +#: src/www/load_balancer_virtual_server_edit.php 230 +#: src/www/load_balancer_virtual_server_edit.php 233 +#: src/www/load_balancer_virtual_server_edit.php 243
            +#: src/www/load_balancer_virtual_server_edit.php 244
            +#: src/www/load_balancer_virtual_server_edit.php 261 +#: src/www/load_balancer_virtual_server_edit.php 280 " /> +#: src/www/load_balancer_virtual_server_edit.php 281 " onclick="window.location.href=''" /> +#: src/www/load_balancer_virtual_server_edit.php 289 +#: src/www/pkg.php 49 print "onmouseout="this.style.color = ''; domTT_mouseout(this, event);" onmouseover="domTT_activate(this, event, 'content', '".gettext($title_msg)."', 'trail', true, 'delay', 0, 'fade', 'both', 'fadeMax', 93, 'styleClass', 'niceTitle');""; +#: src/www/pkg.php 55 print_info_box_np(gettext("ERROR No package defined.")); +#: src/www/pkg.php 186 var strloading="/images/misc/loader.gif' alt='loader' /> " + ""; +#: src/www/pkg.php 187 if(confirm("")){ +#: src/www/pkg.php 422 echo gettext("No"); +#: src/www/pkg.php 424 echo gettext("Yes"); +#: src/www/pkg.php 434 echo $column['prefix'] . gettext($column['listmodeon']). $column['suffix']; +#: src/www/pkg.php 437 echo $column['prefix'] .gettext($column['listmodeoff']). $column['suffix']; +#: src/www/pkg.php 456 ')"> alt="delete" /> +#: src/www/pkg_edit.php 60 print_info_box_np(gettext("ERROR No valid package defined.")); +#: src/www/pkg_edit.php 245 $edit = ($only_edit ? '' " " . gettext("Edit")); +#: src/www/pkg_edit.php 249 $title = gettext("Package Editor"); +#: src/www/pkg_edit.php 437 $savevalue = gettext("Save"); +#: src/www/pkg_edit.php 448 $advanced .= "". gettext("Advanced features") . "
            n"; +#: src/www/pkg_edit.php 938 echo "

            " . gettext("Note") . " {$pkg['note']}

            "; +#: src/www/pkg_edit.php 944 echo ""; +#: src/www/pkg_edit.php 1133 $div .= " - " . gettext("Show advanced option") ."n"; +#: src/www/pkg_mgr.php 47 $pgtitle = array(gettext("System"),gettext("Package Manager")); +#: src/www/pkg_mgr.php 73 $savemsg = sprintf(gettext("Unable to retrieve package info from %s. Cached data will be used."), $xmlrpc_base_url); +#: src/www/pkg_mgr.php 76 $savemsg = 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']); +#: src/www/pkg_mgr.php 88 $pgtitle = array(gettext("System"),gettext("Package Manager")); +#: src/www/pkg_mgr.php 130 $tab_array[] = array(gettext("Available Packages"), $requested_version <> "" ? false true, "pkg_mgr.php"); +#: src/www/pkg_mgr.php 131 $tab_array[] = array(gettext("Installed Packages"), false, "pkg_mgr_installed.php"); +#: src/www/pkg_mgr.php 171 $tab_array[] = array(gettext("All"), $menu_category=="All" ? true false, "pkg_mgr.php?category=All"); +#: src/www/pkg_mgr.php 174 $tab_array[] = array(gettext($category) , $menu_category==$category ? true false, "pkg_mgr.php?category={$category}"); +#: src/www/pkg_mgr.php 179 $tab_array[] = array(gettext("Other Categories"), $menu_category=="Other" ? true false, "pkg_mgr.php?category=Other"); +#: src/www/pkg_mgr.php 198 +#: src/www/pkg_mgr.php 201 print ''.gettext("Category").''."n"; +#: src/www/pkg_mgr.php 203 " class="listhdr"> +#: src/www/pkg_mgr.php 204 " class="listhdr"> +#: src/www/pkg_mgr.php 213 echo "
            " . gettext("There are currently no packages available for installation.") . ""; +#: src/www/pkg_mgr.php 235 $pkginfo=gettext("Package info"); +#: src/www/pkg_mgr.php 238 $pkginfo=gettext("No package info, check the forum"); +#: src/www/pkg_mgr.php 245 "> +#: src/www/pkg_mgr.php 249 print ''.gettext($index['category']).''."n"; +#: src/www/pkg_mgr.php 254 print ' +#: src/www/pkg_mgr.php 270 "> +#: src/www/pkg_mgr.php 282 " class="btn btn-primary"> +#: src/www/pkg_mgr.php 288 echo "" . gettext("There are currently no packages available for installation.") . ""; +#: src/www/pkg_mgr_install.php 44 $pgtitle = array(gettext("System"),gettext("Package Manager"),gettext("Install Package")); +#: src/www/pkg_mgr_install.php 98 $tab_array[] = array(gettext("Available packages"), false, "pkg_mgr.php"); +#: src/www/pkg_mgr_install.php 99 $tab_array[] = array(gettext("Installed packages"), false, "pkg_mgr_installed.php"); +#: src/www/pkg_mgr_install.php 100 $tab_array[] = array(gettext("Package Installer"), true, ""); +#: src/www/pkg_mgr_install.php 169 +#: src/www/pkg_mgr_install.php 196 update_output_window(gettext("Something is wrong on the request.")); +#: src/www/pkg_mgr_install.php 200 update_output_window(gettext("Log was not retrievable.")); +#: src/www/pkg_mgr_install.php 205 update_status("{$pkgname} " . gettext("installation completed.")); +#: src/www/pkg_mgr_install.php 208 update_output_window(sprintf(gettext("Could not find %s."), $pkgname)); +#: src/www/pkg_mgr_install.php 219 write_config(gettext("Creating restore point before package installation.")); +#: src/www/pkg_mgr_install.php 224 update_status(gettext("Package deleted.")); +#: src/www/pkg_mgr_install.php 225 $static_output .= "n" . gettext("Package deleted."); +#: src/www/pkg_mgr_install.php 235 update_status(gettext("Package reinstallation failed.")); +#: src/www/pkg_mgr_install.php 236 $static_output .= "n" . gettext("Package reinstallation failed."); +#: src/www/pkg_mgr_install.php 239 update_status(gettext("Package reinstalled.")); +#: src/www/pkg_mgr_install.php 240 $static_output .= "n" . gettext("Package reinstalled."); +#: src/www/pkg_mgr_install.php 261 update_status(gettext("All packages reinstalled.")); +#: src/www/pkg_mgr_install.php 262 $static_output .= "n" . gettext("All packages reinstalled."); +#: src/www/pkg_mgr_install.php 266 update_output_window(gettext("No packages are installed.")); +#: src/www/pkg_mgr_install.php 272 update_status(gettext("Installation of") . " {$pkgid} " . gettext("FAILED!")); +#: src/www/pkg_mgr_install.php 273 $static_output .= "n" . gettext("Installation halted."); +#: src/www/pkg_mgr_install.php 276 $status_a = gettext(sprintf("Installation of %s completed.", $pkgid)); +#: src/www/pkg_mgr_install.php 280 $static_output .= "n" . gettext("Installation completed.") . "n{$pkgid} " . gettext("setup instructions") . " n{$status}"; +#: src/www/pkg_mgr_install.php 282 $static_output .= "n" . gettext("Installation completed. Please check to make sure that the package is configured from the respective menu then start the package."); +#: src/www/pkg_mgr_installed.php 41 $pgtitle = array(gettext("System"),gettext("Package Manager")); +#: src/www/pkg_mgr_installed.php 70 $pgtitle = array(gettext("System"),gettext("Package Manager")); +#: src/www/pkg_mgr_installed.php 104 $tab_array[] = array(gettext("Available Packages"), false, "pkg_mgr.php"); +#: src/www/pkg_mgr_installed.php 105 // $tab_array[] = array("{$version} " . gettext("packages"), false, "pkg_mgr.php"); +#: src/www/pkg_mgr_installed.php 108 $tab_array[] = array(gettext("Installed Packages"), true, "pkg_mgr_installed.php"); +#: src/www/pkg_mgr_installed.php 117 +#: src/www/pkg_mgr_installed.php 118 +#: src/www/pkg_mgr_installed.php 119 +#: src/www/pkg_mgr_installed.php 120 +#: src/www/pkg_mgr_installed.php 148 $pkgver = "".gettext("Available") ." ". $latest_package . "
            "; +#: src/www/pkg_mgr_installed.php 150 $pkgver = "
            ".gettext("Available") ." ". $latest_package . "
            "; +#: src/www/pkg_mgr_installed.php 151 $pkgver .= gettext("Installed") ." ". $pkg['version']. "
            "; +#: src/www/pkg_mgr_installed.php 157 $pkgver = "" . gettext("Available") ." ". $latest_package . "
            "; +#: src/www/pkg_mgr_installed.php 159 $pkgver = "
            " . gettext("Available") ." ". $latest_package . "
            "; +#: src/www/pkg_mgr_installed.php 160 $pkgver .= gettext("Installed") ." ". $pkg['version']."
            "; +#: src/www/pkg_mgr_installed.php 184 $pkginfo=gettext("Package info"); +#: src/www/pkg_mgr_installed.php 188 $pkginfo=gettext("No package info, check the forum"); +#: src/www/pkg_mgr_installed.php 203 echo "{$pkgver}"; +#: src/www/pkg_mgr_installed.php 205 >

            +#: src/www/pkg_mgr_installed.php 213 " class="btn btn-default btn-xs"> +#: src/www/pkg_mgr_installed.php 216 " class="btn btn-default btn-xs"> +#: src/www/pkg_mgr_installed.php 227 +#: src/www/pkg_mgr_settings.php 51 $pgtitle = array(gettext("System"),gettext("Package Settings")); +#: src/www/pkg_mgr_settings.php 89 $tab_array[] = array(sprintf(gettext("%s packages"), $version), false, "pkg_mgr.php"); +#: src/www/pkg_mgr_settings.php 90 $tab_array[] = array(gettext("Installed Packages"), false, "pkg_mgr_installed.php"); +#: src/www/pkg_mgr_settings.php 91 $tab_array[] = array(gettext("Package Settings"), true, "pkg_mgr_settings.php"); +#: src/www/pkg_mgr_settings.php 100 +#: src/www/pkg_mgr_settings.php 101 +#: src/www/pkg_mgr_settings.php 102 +#: src/www/pkg_mgr_settings.php 104 +#: src/www/pkg_mgr_settings.php 109 +#: src/www/pkg_mgr_settings.php 112 +#: src/www/pkg_mgr_settings.php 114 />
            +#: src/www/pkg_mgr_settings.php 116 +#: src/www/pkg_mgr_settings.php 119 ,
            +#: src/www/pkg_mgr_settings.php 131 " /> +#: src/www/reboot.php 34 $pgtitle = array(gettext("Diagnostics"),gettext("Reboot System")); +#: src/www/reboot.php 47 +#: src/www/reboot.php 49 +#: src/www/reboot.php 55

            +#: src/www/reboot.php 57 " /> +#: src/www/reboot.php 58 +#: src/www/restart_httpd.php 31 $pgtitle = array(gettext("Restarting httpd")); +#: src/www/restart_httpd.php 39 ... +#: src/www/restart_httpd.php 41 .
            +#: src/www/restart_httpd.php 42 ... +#: src/www/restart_httpd.php 44 .
            +#: src/www/restart_httpd.php 45 ... +#: src/www/restart_httpd.php 47 .
            +#: src/www/restart_httpd.php 48 ... +#: src/www/restart_httpd.php 50 .
            +#: src/www/services_captiveportal.php 56 $pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +#: src/www/services_captiveportal.php 75 write_config(sprintf(gettext("Captive Portal zone %s Restore default portal page"), $cpzone)); +#: src/www/services_captiveportal.php 94 write_config(sprintf(gettext("Captive Portal zone %s Restore default error page"), $cpzone)); +#: src/www/services_captiveportal.php 113 write_config(sprintf(gettext("Captive Portal zone %s Restore default logout page"), $cpzone)); +#: src/www/services_captiveportal.php 198 $reqdfieldsn = array(gettext("Zone name"), gettext("Interface")); +#: src/www/services_captiveportal.php 206 $input_errors[] = sprintf(gettext("The captive portal cannot be used on interface %s since it is part of a bridge."), $cpbrif); +#: src/www/services_captiveportal.php 210 $input_errors[] = sprintf(gettext("The captive portal cannot be used on interface %s since it is used already on %s instance."), $cpbrif, $cp['zone']); +#: src/www/services_captiveportal.php 218 $input_errors[] = gettext("Certificate must be specified for HTTPS login."); +#: src/www/services_captiveportal.php 221 $input_errors[] = gettext("The HTTPS server name must be specified for HTTPS login."); +#: src/www/services_captiveportal.php 228 $input_errors[] = gettext("The timeout must be at least 1 minute."); +#: src/www/services_captiveportal.php 241 $input_errors[] = gettext("Hard timeout must be less or equal Default lease time set on DHCP Server"); +#: src/www/services_captiveportal.php 246 $input_errors[] = gettext("The idle timeout must be at least 1 minute."); +#: src/www/services_captiveportal.php 249 $input_errors[] = gettext("The pass-through credit count must be a number or left blank."); +#: src/www/services_captiveportal.php 252 $input_errors[] = gettext("The waiting period to restore pass-through credits must be above 0 hours."); +#: src/www/services_captiveportal.php 256 $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip']); +#: src/www/services_captiveportal.php 259 $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip2']); +#: src/www/services_captiveportal.php 262 $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip3']); +#: src/www/services_captiveportal.php 265 $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip4']); +#: src/www/services_captiveportal.php 268 $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport']); +#: src/www/services_captiveportal.php 271 $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport2']); +#: src/www/services_captiveportal.php 274 $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport3']); +#: src/www/services_captiveportal.php 277 $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport4']); +#: src/www/services_captiveportal.php 280 $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusacctport']); +#: src/www/services_captiveportal.php 283 $input_errors[] = gettext("The maximum number of concurrent connections per client IP address may not be larger than the global maximum."); +#: src/www/services_captiveportal.php 286 $input_errors[] = gettext("The NAS-Identifier must be 3-253 characters long and should only contain ASCII characters."); +#: src/www/services_captiveportal.php 500 $tab_array[] = array(gettext("Captive portal(s)"), true, "services_captiveportal.php?zone={$cpzone}"); +#: src/www/services_captiveportal.php 501 $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +#: src/www/services_captiveportal.php 502 $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +#: src/www/services_captiveportal.php 504 // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +#: src/www/services_captiveportal.php 505 $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +#: src/www/services_captiveportal.php 506 $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +#: src/www/services_captiveportal.php 522 +#: src/www/services_captiveportal.php 525 +#: src/www/services_captiveportal.php 537 +#: src/www/services_captiveportal.php 540 +#: src/www/services_captiveportal.php 544 +#: src/www/services_captiveportal.php 547 +#: src/www/services_captiveportal.php 555
            +#: src/www/services_captiveportal.php 556 +#: src/www/services_captiveportal.php 559 +#: src/www/services_captiveportal.php 562
            +#: src/www/services_captiveportal.php 563 +#: src/www/services_captiveportal.php 567 +#: src/www/services_captiveportal.php 570
            +#: src/www/services_captiveportal.php 571 +#: src/www/services_captiveportal.php 574 +#: src/www/services_captiveportal.php 577
            +#: src/www/services_captiveportal.php 578 +#: src/www/services_captiveportal.php 581 +#: src/www/services_captiveportal.php 584
            +#: src/www/services_captiveportal.php 585 +#: src/www/services_captiveportal.php 589 +#: src/www/services_captiveportal.php 592
            +#: src/www/services_captiveportal.php 593 +#: src/www/services_captiveportal.php 596 +#: src/www/services_captiveportal.php 599 +#: src/www/services_captiveportal.php 603 +#: src/www/services_captiveportal.php 607 +#: src/www/services_captiveportal.php 615 +#: src/www/services_captiveportal.php 620 +#: src/www/services_captiveportal.php 623
            +#: src/www/services_captiveportal.php 624 +#: src/www/services_captiveportal.php 628 +#: src/www/services_captiveportal.php 631

            +#: src/www/services_captiveportal.php 634 +#: src/www/services_captiveportal.php 635 +#: src/www/services_captiveportal.php 638 +#: src/www/services_captiveportal.php 639 +#: src/www/services_captiveportal.php 642 +#: src/www/services_captiveportal.php 646 +#: src/www/services_captiveportal.php 651 +#: src/www/services_captiveportal.php 655 / +#: src/www/services_captiveportal.php 664 +#: src/www/services_captiveportal.php 667 +#: src/www/services_captiveportal.php 673 +#: src/www/services_captiveportal.php 678 +#: src/www/services_captiveportal.php 682 +#: src/www/services_captiveportal.php 686 +#: src/www/services_captiveportal.php 690 +#: src/www/services_captiveportal.php 707 +#: src/www/services_captiveportal.php 710 +#: src/www/services_captiveportal.php 712 +#: src/www/services_captiveportal.php 715 +#: src/www/services_captiveportal.php 717 +#: src/www/services_captiveportal.php 720    +#: src/www/services_captiveportal.php 722 +#: src/www/services_captiveportal.php 728 +#: src/www/services_captiveportal.php 731 +#: src/www/services_captiveportal.php 733 +#: src/www/services_captiveportal.php 736 +#: src/www/services_captiveportal.php 740    +#: src/www/services_captiveportal.php 750 +#: src/www/services_captiveportal.php 753 +#: src/www/services_captiveportal.php 755 +#: src/www/services_captiveportal.php 758 +#: src/www/services_captiveportal.php 762    +#: src/www/services_captiveportal.php 769 +#: src/www/services_captiveportal.php 772 +#: src/www/services_captiveportal.php 774 +#: src/www/services_captiveportal.php 777 +#: src/www/services_captiveportal.php 781    +#: src/www/services_captiveportal.php 788 +#: src/www/services_captiveportal.php 793
            +#: src/www/services_captiveportal.php 794 +#: src/www/services_captiveportal.php 797 +#: src/www/services_captiveportal.php 799 +#: src/www/services_captiveportal.php 805 +#: src/www/services_captiveportal.php 807 />
            +#: src/www/services_captiveportal.php 808 />
            +#: src/www/services_captiveportal.php 809 /> +#: src/www/services_captiveportal.php 816 +#: src/www/services_captiveportal.php 819 +#: src/www/services_captiveportal.php 821
            +#: src/www/services_captiveportal.php 822 +#: src/www/services_captiveportal.php 828 />
            +#: src/www/services_captiveportal.php 829 +#: src/www/services_captiveportal.php 837 +#: src/www/services_captiveportal.php 867 +#: src/www/services_captiveportal.php 872 +#: src/www/services_captiveportal.php 873 />
            +#: src/www/services_captiveportal.php 874 +#: src/www/services_captiveportal.php 878 +#: src/www/services_captiveportal.php 880 +#: src/www/services_captiveportal.php 890 +#: src/www/services_captiveportal.php 897 />
            +#: src/www/services_captiveportal.php 898 +#: src/www/services_captiveportal.php 902 +#: src/www/services_captiveportal.php 904 +#: src/www/services_captiveportal.php 907 +#: src/www/services_captiveportal.php 910 +#: src/www/services_captiveportal.php 915 echo "n"; +#: src/www/services_captiveportal.php 917 echo "n"; +#: src/www/services_captiveportal.php 922 +#: src/www/services_captiveportal.php 923
            +#: src/www/services_captiveportal.php 924 +#: src/www/services_captiveportal.php 925 001122-334455
            +#: src/www/services_captiveportal.php 926 00-11-22-33-44-55
            +#: src/www/services_captiveportal.php 927 0011.2233.4455
            +#: src/www/services_captiveportal.php 928 001122334455 +#: src/www/services_captiveportal.php 935 +#: src/www/services_captiveportal.php 938
            +#: src/www/services_captiveportal.php 939 +#: src/www/services_captiveportal.php 942 +#: src/www/services_captiveportal.php 945 +#: src/www/services_captiveportal.php 948 +#: src/www/services_captiveportal.php 962
            Create one under System > Cert Manager. +#: src/www/services_captiveportal.php 967 +#: src/www/services_captiveportal.php 970
            +#: src/www/services_captiveportal.php 971 +#: src/www/services_captiveportal.php 974 +#: src/www/services_captiveportal.php 989 +#: src/www/services_captiveportal.php 991 +#: src/www/services_captiveportal.php 994 +#: src/www/services_captiveportal.php 1001 gettext('Upload an HTML/PHP file for the portal page here (leave blank to keep the current one). ' . +#: src/www/services_captiveportal.php 1012
            +#: src/www/services_captiveportal.php 1023
            +#: src/www/services_captiveportal.php 1024
            +#: src/www/services_captiveportal.php 1025 +#: src/www/services_captiveportal.php 1029 +#: src/www/services_captiveportal.php 1031 +#: src/www/services_captiveportal.php 1034 +#: src/www/services_captiveportal.php 1039 "$PORTAL_MESSAGE$", +#: src/www/services_captiveportal.php 1043
            +#: src/www/services_captiveportal.php 1044
            +#: src/www/services_captiveportal.php 1045 +#: src/www/services_captiveportal.php 1049 +#: src/www/services_captiveportal.php 1051 +#: src/www/services_captiveportal.php 1054 +#: src/www/services_captiveportal.php 1059 +#: src/www/services_captiveportal.php 1065 " onclick="enable_change(true)" /> +#: src/www/services_captiveportal.php 1066 " onclick="enable_change(true)" /> +#: src/www/services_captiveportal.php 1071
            +#: src/www/services_captiveportal.php 1072
            +#: src/www/services_captiveportal_filemanager.php 59 $pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +#: src/www/services_captiveportal_filemanager.php 86 $input_errors[] = sprintf(gettext("A file with the name '%s' already exists."), $name); +#: src/www/services_captiveportal_filemanager.php 93 $input_errors[] = gettext("The total size of all files uploaded may not exceed ") . +#: src/www/services_captiveportal_filemanager.php 126 array('label'=>gettext('add file'), 'href'=>'services_captiveportal_filemanager.php?zone='.$cpzone.'&act=add'), +#: src/www/services_captiveportal_filemanager.php 146 $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +#: src/www/services_captiveportal_filemanager.php 147 $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +#: src/www/services_captiveportal_filemanager.php 148 $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +#: src/www/services_captiveportal_filemanager.php 150 // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +#: src/www/services_captiveportal_filemanager.php 151 $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +#: src/www/services_captiveportal_filemanager.php 152 $tab_array[] = array(gettext("File Manager"), true, "services_captiveportal_filemanager.php?zone={$cpzone}"); +#: src/www/services_captiveportal_filemanager.php 173 " /> +#: src/www/services_captiveportal_filemanager.php 189 +#: src/www/services_captiveportal_filemanager.php 190 +#: src/www/services_captiveportal_filemanager.php 201 ')"> +#: src/www/services_captiveportal_filemanager.php 202 "> +#: src/www/services_captiveportal_filemanager.php 209 +#: src/www/services_captiveportal_filemanager.php 219
            +#: src/www/services_captiveportal_filemanager.php 221 <a href="/captiveportal-aup.php?zone=$PORTAL_ZONE$&redirurl=$PORTAL_REDIRURL$"></a> +#: src/www/services_captiveportal_filemanager.php 233 +#: src/www/services_captiveportal_hostname.php 49 $pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +#: src/www/services_captiveportal_hostname.php 86 $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +#: src/www/services_captiveportal_hostname.php 87 $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +#: src/www/services_captiveportal_hostname.php 88 $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +#: src/www/services_captiveportal_hostname.php 89 $tab_array[] = array(gettext("Allowed Hostnames"), true, "services_captiveportal_hostname.php?zone={$cpzone}"); +#: src/www/services_captiveportal_hostname.php 90 $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +#: src/www/services_captiveportal_hostname.php 91 $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +#: src/www/services_captiveportal_hostname.php 106 +#: src/www/services_captiveportal_hostname.php 107 +#: src/www/services_captiveportal_hostname.php 134  ')" class="btn btn-default btn-xs"> +#: src/www/services_captiveportal_hostname.php 140
            +#: src/www/services_captiveportal_hostname.php 142 from addresses, it may be used to always allow pass-through access from a client behind the captive portal."); ?>

            +#: src/www/services_captiveportal_hostname.php 145 in x.x.x.x +#: src/www/services_captiveportal_hostname.php 146 +#: src/www/services_captiveportal_hostname.php 152 x.x.x.x in     +#: src/www/services_captiveportal_hostname.php 153 +#: src/www/services_captiveportal_hostname_edit.php 46 $pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit allowed Hostname")); +#: src/www/services_captiveportal_hostname_edit.php 88 $reqdfieldsn = array(gettext("Allowed Hostname")); +#: src/www/services_captiveportal_hostname_edit.php 93 $input_errors[] = sprintf(gettext("A valid Hostname must be specified. [%s]"), $_POST['hostname']); +#: src/www/services_captiveportal_hostname_edit.php 96 $input_errors[] = gettext("Upload speed needs to be an integer"); +#: src/www/services_captiveportal_hostname_edit.php 98 $input_errors[] = gettext("Download speed needs to be an integer"); +#: src/www/services_captiveportal_hostname_edit.php 105 $input_errors[] = sprintf("[%s] %s.", $_POST['hostname'], gettext("already allowed")) ; +#: src/www/services_captiveportal_hostname_edit.php 166 +#: src/www/services_captiveportal_hostname_edit.php 170 $dirs = array(gettext("Both"),gettext("From"),gettext("To")) ; +#: src/www/services_captiveportal_hostname_edit.php 178 . +#: src/www/services_captiveportal_hostname_edit.php 179 . +#: src/www/services_captiveportal_hostname_edit.php 182 +#: src/www/services_captiveportal_hostname_edit.php 186 . +#: src/www/services_captiveportal_hostname_edit.php 189 +#: src/www/services_captiveportal_hostname_edit.php 192
            . +#: src/www/services_captiveportal_hostname_edit.php 195 +#: src/www/services_captiveportal_hostname_edit.php 198
            +#: src/www/services_captiveportal_hostname_edit.php 201 +#: src/www/services_captiveportal_hostname_edit.php 204
            +#: src/www/services_captiveportal_hostname_edit.php 209 " /> +#: src/www/services_captiveportal_ip.php 48 $pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +#: src/www/services_captiveportal_ip.php 86 $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +#: src/www/services_captiveportal_ip.php 87 $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +#: src/www/services_captiveportal_ip.php 88 $tab_array[] = array(gettext("Allowed IP addresses"), true, "services_captiveportal_ip.php?zone={$cpzone}"); +#: src/www/services_captiveportal_ip.php 90 // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +#: src/www/services_captiveportal_ip.php 91 $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +#: src/www/services_captiveportal_ip.php 92 $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +#: src/www/services_captiveportal_ip.php 106 +#: src/www/services_captiveportal_ip.php 107 +#: src/www/services_captiveportal_ip.php 138 ')" class="btn btn-default btn-xs"> +#: src/www/services_captiveportal_ip.php 144
            +#: src/www/services_captiveportal_ip.php 146

            +#: src/www/services_captiveportal_ip_edit.php 47 $pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit allowed IP address")); +#: src/www/services_captiveportal_ip_edit.php 87 $reqdfieldsn = array(gettext("Allowed IP address"), gettext("Subnet mask")); +#: src/www/services_captiveportal_ip_edit.php 92 $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['ip']); +#: src/www/services_captiveportal_ip_edit.php 95 $input_errors[] = gettext("A valid subnet mask must be specified"); +#: src/www/services_captiveportal_ip_edit.php 98 $input_errors[] = gettext("Upload speed needs to be an integer"); +#: src/www/services_captiveportal_ip_edit.php 101 $input_errors[] = gettext("Download speed needs to be an integer"); +#: src/www/services_captiveportal_ip_edit.php 108 $input_errors[] = sprintf("[%s] %s.", $_POST['ip'], gettext("already allowed")) ; +#: src/www/services_captiveportal_ip_edit.php 189 +#: src/www/services_captiveportal_ip_edit.php 192 +#: src/www/services_captiveportal_ip_edit.php 201 . +#: src/www/services_captiveportal_ip_edit.php 205 +#: src/www/services_captiveportal_ip_edit.php 208
            . +#: src/www/services_captiveportal_ip_edit.php 213 +#: src/www/services_captiveportal_ip_edit.php 216
            +#: src/www/services_captiveportal_ip_edit.php 220 +#: src/www/services_captiveportal_ip_edit.php 223
            +#: src/www/services_captiveportal_ip_edit.php 230 " /> +#: src/www/services_captiveportal_mac.php 52 $pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +#: src/www/services_captiveportal_mac.php 70 echo gettext("No entry exists yet!") ."n"; +#: src/www/services_captiveportal_mac.php 74 echo gettext("Please set the zone on which the operation should be allowed"); +#: src/www/services_captiveportal_mac.php 86 echo gettext("No entry exists for this username ") . " " . $_POST['username'] . "n"; +#: src/www/services_captiveportal_mac.php 105 echo gettext("The entry was sucessfully deleted") . "n"; +#: src/www/services_captiveportal_mac.php 107 echo gettext("No entry exists for this mac address ") . " " . $_POST['delmac'] . "n"; +#: src/www/services_captiveportal_mac.php 132 array('label'=>gettext("add host"), 'href'=>'services_captiveportal_mac_edit.php?zone='.$cpzone), +#: src/www/services_captiveportal_mac.php 145 You must apply the changes in order for them to take effect."));?>
            +#: src/www/services_captiveportal_mac.php 152 $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +#: src/www/services_captiveportal_mac.php 153 $tab_array[] = array(gettext("MAC"), true, "services_captiveportal_mac.php?zone={$cpzone}"); +#: src/www/services_captiveportal_mac.php 154 $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +#: src/www/services_captiveportal_mac.php 156 // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +#: src/www/services_captiveportal_mac.php 157 $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +#: src/www/services_captiveportal_mac.php 158 $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +#: src/www/services_captiveportal_mac.php 173 +#: src/www/services_captiveportal_mac.php 174 +#: src/www/services_captiveportal_mac.php 195 ')" class="btn btn-default btn-xs"> +#: src/www/services_captiveportal_mac.php 207
            +#: src/www/services_captiveportal_mac.php 208 +#: src/www/services_captiveportal_mac_edit.php 49 $pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit MAC address rules")); +#: src/www/services_captiveportal_mac_edit.php 90 $reqdfieldsn = array(gettext("Action"), gettext("MAC address")); +#: src/www/services_captiveportal_mac_edit.php 101 $input_errors[] = sprintf(gettext("The MAC address %s belongs to a local interface, you cannot use it here."), $_POST['mac']); +#: src/www/services_captiveportal_mac_edit.php 106 $input_errors[] = sprintf("%s. [%s]", gettext("A valid MAC address must be specified"), $_POST['mac']); +#: src/www/services_captiveportal_mac_edit.php 110 $input_errors[] = gettext("Upload speed needs to be an integer"); +#: src/www/services_captiveportal_mac_edit.php 112 $input_errors[] = gettext("Download speed needs to be an integer"); +#: src/www/services_captiveportal_mac_edit.php 119 $input_errors[] = sprintf("[%s] %s.", $_POST['mac'], gettext("already exists")); +#: src/www/services_captiveportal_mac_edit.php 186 +#: src/www/services_captiveportal_mac_edit.php 189 +#: src/www/services_captiveportal_mac_edit.php 204 . +#: src/www/services_captiveportal_mac_edit.php 208 +#: src/www/services_captiveportal_mac_edit.php 216 +#: src/www/services_captiveportal_mac_edit.php 218 +#: src/www/services_captiveportal_mac_edit.php 221 +#: src/www/services_captiveportal_mac_edit.php 225 . +#: src/www/services_captiveportal_mac_edit.php 230 +#: src/www/services_captiveportal_mac_edit.php 234 +#: src/www/services_captiveportal_mac_edit.php 238 +#: src/www/services_captiveportal_mac_edit.php 242 +#: src/www/services_captiveportal_mac_edit.php 249 " /> +#: src/www/services_captiveportal_vouchers.php 83 $pgtitle = array(gettext("Services"), gettext("Captive portal"), gettext("Vouchers"), $a_cp[$cpzone]['zone']); +#: src/www/services_captiveportal_vouchers.php 136 $config['voucher'][$cpzone]['descrmsgnoaccess'] = gettext("Voucher invalid"); +#: src/www/services_captiveportal_vouchers.php 138 $config['voucher'][$cpzone]['descrmsgexpired'] = gettext("Voucher expired"); +#: src/www/services_captiveportal_vouchers.php 161 $input_errors[] = gettext("Cannot write private key file") . ".n"; +#: src/www/services_captiveportal_vouchers.php 181 $input_errors[] = gettext("Need private RSA key to print vouchers") . "n"; +#: src/www/services_captiveportal_vouchers.php 216 $reqdfieldsn = array(gettext("charset"),gettext("rollbits"),gettext("ticketbits"),gettext("checksumbits"),gettext("publickey"),gettext("magic")); +#: src/www/services_captiveportal_vouchers.php 219 $reqdfieldsn = array(gettext("Synchronize Voucher Database IP"),gettext("Sync port"),gettext("Sync password"),gettext("Sync username")); +#: src/www/services_captiveportal_vouchers.php 228 $input_errors[] = gettext("Need at least 2 characters to create vouchers."); +#: src/www/services_captiveportal_vouchers.php 230 $input_errors[] = gettext("Double quotes aren't allowed."); +#: src/www/services_captiveportal_vouchers.php 232 $input_errors[] = "',' " . gettext("aren't allowed."); +#: src/www/services_captiveportal_vouchers.php 234 $input_errors[] = gettext("# of Bits to store Roll Id needs to be between 1..31."); +#: src/www/services_captiveportal_vouchers.php 236 $input_errors[] = gettext("# of Bits to store Ticket Id needs to be between 1..16."); +#: src/www/services_captiveportal_vouchers.php 238 $input_errors[] = gettext("# of Bits to store checksum needs to be between 1..31."); +#: src/www/services_captiveportal_vouchers.php 240 $input_errors[] = gettext("This doesn't look like an RSA Public key."); +#: src/www/services_captiveportal_vouchers.php 242 $input_errors[] = gettext("This doesn't look like an RSA Private key."); +#: src/www/services_captiveportal_vouchers.php 244 $input_errors[] = gettext("You cannot sync the voucher database to this host (itself)."); +#: src/www/services_captiveportal_vouchers.php 353 $savemsg = gettext("Voucher database has been synchronized from {$url} {$port}"); +#: src/www/services_captiveportal_vouchers.php 373 array('label'=>gettext("add voucher"), 'href'=>'services_captiveportal_vouchers_edit.php?zone='.$cpzone), +#: src/www/services_captiveportal_vouchers.php 443 $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +#: src/www/services_captiveportal_vouchers.php 444 $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +#: src/www/services_captiveportal_vouchers.php 445 $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +#: src/www/services_captiveportal_vouchers.php 447 // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +#: src/www/services_captiveportal_vouchers.php 448 $tab_array[] = array(gettext("Vouchers"), true, "services_captiveportal_vouchers.php?zone={$cpzone}"); +#: src/www/services_captiveportal_vouchers.php 449 $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +#: src/www/services_captiveportal_vouchers.php 466 +#: src/www/services_captiveportal_vouchers.php 471 +#: src/www/services_captiveportal_vouchers.php 480 # +#: src/www/services_captiveportal_vouchers.php 481 +#: src/www/services_captiveportal_vouchers.php 482 # +#: src/www/services_captiveportal_vouchers.php 483 +#: src/www/services_captiveportal_vouchers.php 503 " alt="" > +#: src/www/services_captiveportal_vouchers.php 504 ')">" alt=""> +#: src/www/services_captiveportal_vouchers.php 505 " alt=""> +#: src/www/services_captiveportal_vouchers.php 514 +#: src/www/services_captiveportal_vouchers.php 526 +#: src/www/services_captiveportal_vouchers.php 531 . +#: src/www/services_captiveportal_vouchers.php 534 +#: src/www/services_captiveportal_vouchers.php 538 . +#: src/www/services_captiveportal_vouchers.php 541 +#: src/www/services_captiveportal_vouchers.php 545 +#: src/www/services_captiveportal_vouchers.php 549 # +#: src/www/services_captiveportal_vouchers.php 553 +#: src/www/services_captiveportal_vouchers.php 557 # +#: src/www/services_captiveportal_vouchers.php 561 +#: src/www/services_captiveportal_vouchers.php 565 # +#: src/www/services_captiveportal_vouchers.php 569 +#: src/www/services_captiveportal_vouchers.php 573 +#: src/www/services_captiveportal_vouchers.php 577 +#: src/www/services_captiveportal_vouchers.php 581 +#: src/www/services_captiveportal_vouchers.php 584
            ($PORTAL_MESSAGE$). +#: src/www/services_captiveportal_vouchers.php 588 +#: src/www/services_captiveportal_vouchers.php 591
            ($PORTAL_MESSAGE$). +#: src/www/services_captiveportal_vouchers.php 605 " onclick="enable_change(true); before_save();" /> +#: src/www/services_captiveportal_vouchers.php 606 " onclick="window.location.href=''" /> +#: src/www/services_captiveportal_vouchers.php 611
            +#: src/www/services_captiveportal_vouchers.php 612 +#: src/www/services_captiveportal_vouchers.php 614 +#: src/www/services_captiveportal_vouchers_edit.php 36 $pgtitle = array(gettext("Services"), gettext("Captive portal"), gettext("Edit Voucher Rolls")); +#: src/www/services_captiveportal_vouchers_edit.php 84 $reqdfieldsn = array(gettext("Number"),gettext("Count"),gettext("minutes")); +#: src/www/services_captiveportal_vouchers_edit.php 91 $input_errors[] = sprintf(gettext("Roll number %s already exists."), $_POST['number']); +#: src/www/services_captiveportal_vouchers_edit.php 97 $input_errors[] = sprintf(gettext("Roll number must be numeric and less than %s"), $maxnumber); +#: src/www/services_captiveportal_vouchers_edit.php 100 $input_errors[] = sprintf(gettext("A roll has at least one voucher and less than %s."), $maxcount); +#: src/www/services_captiveportal_vouchers_edit.php 103 $input_errors[] = gettext("Each voucher must be good for at least 1 minute."); +#: src/www/services_captiveportal_vouchers_edit.php 124 voucher_log(LOG_INFO,sprintf(gettext('All %1$s vouchers from Roll %2$s marked unused'), $rollent['count'], $rollent['number'])); +#: src/www/services_captiveportal_vouchers_edit.php 181 # +#: src/www/services_captiveportal_vouchers_edit.php 185 # (0..) . +#: src/www/services_captiveportal_vouchers_edit.php 189 +#: src/www/services_captiveportal_vouchers_edit.php 193 . +#: src/www/services_captiveportal_vouchers_edit.php 197 +#: src/www/services_captiveportal_vouchers_edit.php 201 (1..) . +#: src/www/services_captiveportal_vouchers_edit.php 205 +#: src/www/services_captiveportal_vouchers_edit.php 209 . +#: src/www/services_captiveportal_vouchers_edit.php 215 " /> +#: src/www/services_captiveportal_zones.php 56 $pgtitle = array(gettext("Captiveportal"),gettext("Zones")); +#: src/www/services_captiveportal_zones.php 61 array('href'=>'services_captiveportal_zones_edit.php', 'label'=>gettext("add a new captiveportal instance")), +#: src/www/services_captiveportal_zones.php 75 " . gettext("You must apply the changes in order for them to take effect."));?> +#: src/www/services_captiveportal_zones.php 88 +#: src/www/services_captiveportal_zones.php 89 +#: src/www/services_captiveportal_zones.php 90 +#: src/www/services_captiveportal_zones.php 91 +#: src/www/services_captiveportal_zones.php 120 " class="btn btn-default btn-xs"> +#: src/www/services_captiveportal_zones.php 121 ')" title="" class="btn btn-default btn-xs"> +#: src/www/services_captiveportal_zones_edit.php 35 $pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit Zones")); +#: src/www/services_captiveportal_zones_edit.php 49 $reqdfieldsn = array(gettext("Zone name")); +#: src/www/services_captiveportal_zones_edit.php 54 $input_errors[] = gettext("The zone name can only contain letters, digits, and underscores (_)."); +#: src/www/services_captiveportal_zones_edit.php 59 $input_errors[] = sprintf("[%s] %s.", $_POST['zone'], gettext("already exists")); +#: src/www/services_captiveportal_zones_edit.php 93

            +#: src/www/services_captiveportal_zones_edit.php 103 +#: src/www/services_captiveportal_zones_edit.php 107 +#: src/www/services_captiveportal_zones_edit.php 111 +#: src/www/services_captiveportal_zones_edit.php 115 . +#: src/www/services_captiveportal_zones_edit.php 121 " /> +#: src/www/services_dhcp.php 98 $savemsg = gettext("The DHCP Server can only be enabled on interfaces configured with static IP addresses") . ".

            " . gettext("Only interfaces configured with a static IP will be shown") . "."; +#: src/www/services_dhcp.php 227 $reqdfieldsn = array(gettext("Range begin"),gettext("Range end")); +#: src/www/services_dhcp.php 232 $input_errors[] = gettext("A valid range must be specified."); +#: src/www/services_dhcp.php 234 $input_errors[] = gettext("A valid range must be specified."); +#: src/www/services_dhcp.php 236 $input_errors[] = gettext("A valid IP address must be specified for the gateway."); +#: src/www/services_dhcp.php 238 $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary WINS servers."); +#: src/www/services_dhcp.php 243 $input_errors[] = sprintf(gettext("The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); +#: src/www/services_dhcp.php 246 $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary DNS servers."); +#: src/www/services_dhcp.php 249 $input_errors[] = gettext("The default lease time must be at least 60 seconds."); +#: src/www/services_dhcp.php 265 $input_errors[] = sprintf(gettext( +#: src/www/services_dhcp.php 271 $input_errors[] = gettext("The maximum lease time must be at least 60 seconds and higher than the default lease time."); +#: src/www/services_dhcp.php 273 $input_errors[] = gettext("A valid domain name must be specified for the dynamic DNS registration."); +#: src/www/services_dhcp.php 275 $input_errors[] = gettext("A valid primary domain name server IP address must be specified for the dynamic domain name."); +#: src/www/services_dhcp.php 278 $input_errors[] = gettext("You must specify both a valid domain key and key name."); +#: src/www/services_dhcp.php 283 $input_errors[] = gettext("A valid domain search list must be specified."); +#: src/www/services_dhcp.php 291 $input_errors[] = gettext("If you specify a mac allow list, it must contain only valid partial MAC addresses."); +#: src/www/services_dhcp.php 293 $input_errors[] = gettext("If you specify a mac deny list, it must contain only valid partial MAC addresses."); +#: src/www/services_dhcp.php 296 $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary NTP servers."); +#: src/www/services_dhcp.php 298 $input_errors[] = gettext("A valid domain name must be specified for the DNS domain."); +#: src/www/services_dhcp.php 300 $input_errors[] = gettext("A valid IP address or hostname must be specified for the TFTP server."); +#: src/www/services_dhcp.php 302 $input_errors[] = gettext("A valid IP address must be specified for the network boot server."); +#: src/www/services_dhcp.php 305 $input_errors[] = gettext("You cannot use the network address in the starting subnet range."); +#: src/www/services_dhcp.php 307 $input_errors[] = gettext("You cannot use the broadcast address in the ending subnet range."); +#: src/www/services_dhcp.php 314 $input_errors[] = sprintf(gettext("The subnet range cannot overlap with virtual IP address %s."),$vip['subnet']); +#: src/www/services_dhcp.php 329 $input_errors[] = gettext("Text type cannot include quotation marks."); +#: src/www/services_dhcp.php 331 $input_errors[] = gettext("String type must be enclosed in quotes like "this" or must be a series of octets specified in hexadecimal, separated by colons, like 01 @@ -26780,299 +33133,372 @@ ab cd ef"); +#: src/www/services_dhcp.php 333 $input_errors[] = gettext("Boolean type must be true, false, on, or off."); +#: src/www/services_dhcp.php 335 $input_errors[] = gettext("Unsigned 8-bit integer type must be a number in the range 0 to 255."); +#: src/www/services_dhcp.php 337 $input_errors[] = gettext("Unsigned 16-bit integer type must be a number in the range 0 to 65535."); +#: src/www/services_dhcp.php 339 $input_errors[] = gettext("Unsigned 32-bit integer type must be a number in the range 0 to 4294967295."); +#: src/www/services_dhcp.php 341 $input_errors[] = gettext("Signed 8-bit integer type must be a number in the range -128 to 127."); +#: src/www/services_dhcp.php 343 $input_errors[] = gettext("Signed 16-bit integer type must be a number in the range -32768 to 32767."); +#: src/www/services_dhcp.php 345 $input_errors[] = gettext("Signed 32-bit integer type must be a number in the range -2147483648 to 2147483647."); +#: src/www/services_dhcp.php 347 $input_errors[] = gettext("IP address or host type must be an IP address or host name."); +#: src/www/services_dhcp.php 358 $input_errors[] = gettext("The specified range lies outside of the current subnet."); +#: src/www/services_dhcp.php 362 $input_errors[] = gettext("The range is invalid (first element higher than second element)."); +#: src/www/services_dhcp.php 369 $input_errors[] = gettext("The specified range must not be within the DHCP range for this interface."); +#: src/www/services_dhcp.php 378 $input_errors[] = gettext("The specified range must not be within the range configured on a DHCP pool for this interface."); +#: src/www/services_dhcp.php 385 $input_errors[] = sprintf(gettext("You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); +#: src/www/services_dhcp.php 395 $input_errors[] = sprintf(gettext("The DHCP range cannot overlap any static DHCP mappings.")); +#: src/www/services_dhcp.php 566 $pgtitle = array(gettext("Services"),gettext("DHCP server")); +#: src/www/services_dhcp.php 581 $customitemtypes = array('text' => gettext('Text'), 'string' => gettext('String'), 'boolean' => gettext('Boolean'), +#: src/www/services_dhcp.php 582 'unsigned integer 8' => gettext('Unsigned 8-bit integer'), 'unsigned integer 16' => gettext('Unsigned 16-bit integer'), 'unsigned integer 32' => gettext('Unsigned 32-bit integer'), +#: src/www/services_dhcp.php 583 'signed integer 8' => gettext('Signed 8-bit integer'), 'signed integer 16' => gettext('Signed 16-bit integer'), 'signed integer 32' => gettext('Signed 32-bit integer'), 'ip-address' => gettext('IP address or host')); +#: src/www/services_dhcp.php 699 " . gettext("You must apply the changes in order for them to take effect."));?>
            +#: src/www/services_dhcp.php 743 +#: src/www/services_dhcp.php 754 +#: src/www/services_dhcp.php 767
            +#: src/www/services_dhcp.php 768 +#: src/www/services_dhcp.php 772 +#: src/www/services_dhcp.php 779 +#: src/www/services_dhcp.php 785 +#: src/www/services_dhcp.php 791 +#: src/www/services_dhcp.php 819 +#: src/www/services_dhcp.php 836 +#: src/www/services_dhcp.php 839    +#: src/www/services_dhcp.php 844 +#: src/www/services_dhcp.php 846 +#: src/www/services_dhcp.php 849 +#: src/www/services_dhcp.php 850 +#: src/www/services_dhcp.php 851 +#: src/www/services_dhcp.php 878 ')">delete +#: src/www/services_dhcp.php 892 +#: src/www/services_dhcp.php 899 +#: src/www/services_dhcp.php 903 +#: src/www/services_dhcp.php 907 +#: src/www/services_dhcp.php 910 +#: src/www/services_dhcp.php 914 +#: src/www/services_dhcp.php 917 +#: src/www/services_dhcp.php 921 +#: src/www/services_dhcp.php 924 +#: src/www/services_dhcp.php 928 +#: src/www/services_dhcp.php 931
            +#: src/www/services_dhcp.php 932 +#: src/www/services_dhcp.php 938 +#: src/www/services_dhcp.php 941
            +#: src/www/services_dhcp.php 942 +#: src/www/services_dhcp.php 949 +#: src/www/services_dhcp.php 952 20).");?> +#: src/www/services_dhcp.php 958 +#: src/www/services_dhcp.php 965 +#: src/www/services_dhcp.php 970 +#: src/www/services_dhcp.php 979 +#: src/www/services_dhcp.php 988 +#: src/www/services_dhcp.php 995 +#: src/www/services_dhcp.php 1007 " /> - +#: src/www/services_dhcp.php 1011
            +#: src/www/services_dhcp.php 1014
            +#: src/www/services_dhcp.php 1015 +#: src/www/services_dhcp.php 1017
            +#: src/www/services_dhcp.php 1019 +#: src/www/services_dhcp.php 1021 +#: src/www/services_dhcp.php 1026 +#: src/www/services_dhcp.php 1029 " /> - +#: src/www/services_dhcp.php 1033 00 @@ -27081,6 +33507,7 @@ src/www/services_dhcp.php E5 FF +#: src/www/services_dhcp.php 1035 00 @@ -27089,80 +33516,99 @@ src/www/services_dhcp.php E5 FF +#: src/www/services_dhcp.php 1040 +#: src/www/services_dhcp.php 1043 " /> - +#: src/www/services_dhcp.php 1052 +#: src/www/services_dhcp.php 1055 " /> - +#: src/www/services_dhcp.php 1059 +#: src/www/services_dhcp.php 1064 +#: src/www/services_dhcp.php 1067 " /> - +#: src/www/services_dhcp.php 1071 +#: src/www/services_dhcp.php 1076 +#: src/www/services_dhcp.php 1079 " /> - +#: src/www/services_dhcp.php 1083 +#: src/www/services_dhcp.php 1085 +#: src/www/services_dhcp.php 1087 +#: src/www/services_dhcp.php 1089 +#: src/www/services_dhcp.php 1091 +#: src/www/services_dhcp.php 1093 +#: src/www/services_dhcp.php 1094 +#: src/www/services_dhcp.php 1095 - +#: src/www/services_dhcp.php 1097 +#: src/www/services_dhcp.php 1103 +#: src/www/services_dhcp.php 1106 " /> - +#: src/www/services_dhcp.php 1114 +#: src/www/services_dhcp.php 1119
            +#: src/www/services_dhcp.php 1120
            +#: src/www/services_dhcp.php 1121
            +#: src/www/services_dhcp.php 1183 " onclick="enable_change(true)" /> +#: src/www/services_dhcp.php 1188


            +#: src/www/services_dhcp.php 1189
            ,

            +#: src/www/services_dhcp.php 1206 +#: src/www/services_dhcp.php 1210 +#: src/www/services_dhcp.php 1211 +#: src/www/services_dhcp.php 1212 +#: src/www/services_dhcp.php 1213 +#: src/www/services_dhcp.php 1214 +#: src/www/services_dhcp.php 1249 ')" class="btn btn-default btn-xs"> +#: src/www/services_dhcp_edit.php 145 $input_errors[] = gettext("Either MAC address or Client identifier must be specified"); +#: src/www/services_dhcp_edit.php 153 $input_errors[] = gettext("The hostname cannot end with a hyphen according to RFC952"); +#: src/www/services_dhcp_edit.php 155 $input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); +#: src/www/services_dhcp_edit.php 158 $input_errors[] = gettext("A valid hostname is specified, but the domain name part should be omitted"); +#: src/www/services_dhcp_edit.php 163 $input_errors[] = gettext("A valid IP address must be specified."); +#: src/www/services_dhcp_edit.php 166 $input_errors[] = gettext("A valid MAC address must be specified."); +#: src/www/services_dhcp_edit.php 169 $input_errors[] = gettext("Static ARP is enabled. You must specify an IP address."); +#: src/www/services_dhcp_edit.php 178 $input_errors[] = gettext("This Hostname, IP, MAC address or Client identifier already exists."); +#: src/www/services_dhcp_edit.php 189 $input_errors[] = sprintf(gettext("The IP address must not be within the DHCP range for this interface.")); +#: src/www/services_dhcp_edit.php 194 $input_errors[] = gettext("The IP address must not be within the range configured on a DHCP pool for this interface."); +#: src/www/services_dhcp_edit.php 203 $input_errors[] = sprintf(gettext("The IP address must lie in the %s subnet."),$ifcfgdescr); +#: src/www/services_dhcp_edit.php 208 $input_errors[] = gettext("A valid IP address must be specified for the gateway."); +#: src/www/services_dhcp_edit.php 210 $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary WINS servers."); +#: src/www/services_dhcp_edit.php 216 $input_errors[] = sprintf(gettext("The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); +#: src/www/services_dhcp_edit.php 219 $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary DNS servers."); +#: src/www/services_dhcp_edit.php 222 $input_errors[] = gettext("The default lease time must be at least 60 seconds."); +#: src/www/services_dhcp_edit.php 224 $input_errors[] = gettext("The maximum lease time must be at least 60 seconds and higher than the default lease time."); +#: src/www/services_dhcp_edit.php 226 $input_errors[] = gettext("A valid domain name must be specified for the dynamic DNS registration."); +#: src/www/services_dhcp_edit.php 228 $input_errors[] = gettext("A valid primary domain name server IP address must be specified for the dynamic domain name."); +#: src/www/services_dhcp_edit.php 231 $input_errors[] = gettext("You must specify both a valid domain key and key name."); +#: src/www/services_dhcp_edit.php 236 $input_errors[] = gettext("A valid domain search list must be specified."); +#: src/www/services_dhcp_edit.php 243 $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary NTP servers."); +#: src/www/services_dhcp_edit.php 245 $input_errors[] = gettext("A valid IP address or hostname must be specified for the TFTP server."); +#: src/www/services_dhcp_edit.php 247 $input_errors[] = gettext("A valid IP address must be specified for the network boot server."); +#: src/www/services_dhcp_edit.php 314 $pgtitle = array(gettext("Services"),gettext("DHCP"),gettext("Edit static mapping")); +#: src/www/services_dhcp_edit.php 364 +#: src/www/services_dhcp_edit.php 367 +#: src/www/services_dhcp_edit.php 375 +#: src/www/services_dhcp_edit.php 377 +#: src/www/services_dhcp_edit.php 387 +#: src/www/services_dhcp_edit.php 391 +#: src/www/services_dhcp_edit.php 393 +#: src/www/services_dhcp_edit.php 397 +#: src/www/services_dhcp_edit.php 400
            +#: src/www/services_dhcp_edit.php 413
            -, overrides setting on main page. +#: src/www/services_dhcp_edit.php 417 +#: src/www/services_dhcp_edit.php 420
            +#: src/www/services_dhcp_edit.php 427
            +#: src/www/services_dhcp_edit.php 438 +#: src/www/services_dhcp_edit.php 442 +#: src/www/services_dhcp_edit.php 446 +#: src/www/services_dhcp_edit.php 449 +#: src/www/services_dhcp_edit.php 453 +#: src/www/services_dhcp_edit.php 456 +#: src/www/services_dhcp_edit.php 460 +#: src/www/services_dhcp_edit.php 463 +#: src/www/services_dhcp_edit.php 467 +#: src/www/services_dhcp_edit.php 470
            +#: src/www/services_dhcp_edit.php 471 +#: src/www/services_dhcp_edit.php 477 +#: src/www/services_dhcp_edit.php 480
            +#: src/www/services_dhcp_edit.php 481 +#: src/www/services_dhcp_edit.php 487 +#: src/www/services_dhcp_edit.php 490 " /> - +#: src/www/services_dhcp_edit.php 494
            +#: src/www/services_dhcp_edit.php 497
            +#: src/www/services_dhcp_edit.php 498 +#: src/www/services_dhcp_edit.php 500
            +#: src/www/services_dhcp_edit.php 502 +#: src/www/services_dhcp_edit.php 504 +#: src/www/services_dhcp_edit.php 510 +#: src/www/services_dhcp_edit.php 513 " /> - +#: src/www/services_dhcp_edit.php 522 +#: src/www/services_dhcp_edit.php 525 " /> - +#: src/www/services_dhcp_edit.php 529 +#: src/www/services_dhcp_edit.php 536 " /> +#: src/www/services_dhcp_edit.php 537 " onclick="window.location.href=''" /> +#: src/www/services_dhcp_relay.php 61 $reqdfieldsn = array(gettext("Destination Server"), gettext("Interface")); +#: src/www/services_dhcp_relay.php 69 $input_errors[] = gettext("A valid Destination Server IP address must be specified."); +#: src/www/services_dhcp_relay.php 90 $pgtitle = array(gettext("Services"),gettext("DHCP Relay")); +#: src/www/services_dhcp_relay.php 136

            +#: src/www/services_dhcp_relay.php 146 +#: src/www/services_dhcp_relay.php 171
            +#: src/www/services_dhcp_relay.php 172 +#: src/www/services_dhcp_relay.php 175 +#: src/www/services_dhcp_relay.php 179 +#: src/www/services_dhcp_relay.php 185 " onclick="enable_change(true)" /> +#: src/www/services_dhcpv6.php 58 $savemsg = gettext("The DHCPv6 Server can only be enabled on interfaces configured with static IP addresses") . +#: src/www/services_dhcpv6.php 59 gettext("Only interfaces configured with a static IP will be shown") . "."; +#: src/www/services_dhcpv6.php 156 $reqdfieldsn = array(gettext("Range begin"),gettext("Range end")); +#: src/www/services_dhcpv6.php 161 $input_errors[] = gettext("A valid range must be specified."); +#: src/www/services_dhcpv6.php 163 $input_errors[] = gettext("A valid prefix range must be specified."); +#: src/www/services_dhcpv6.php 165 $input_errors[] = gettext("A valid range must be specified."); +#: src/www/services_dhcpv6.php 167 $input_errors[] = gettext("A valid range must be specified."); +#: src/www/services_dhcpv6.php 169 $input_errors[] = gettext("A valid IPv6 address must be specified for the gateway."); +#: src/www/services_dhcpv6.php 171 $input_errors[] = gettext("A valid IPv6 address must be specified for the primary/secondary DNS servers."); +#: src/www/services_dhcpv6.php 174 $input_errors[] = gettext("The default lease time must be at least 60 seconds."); +#: src/www/services_dhcpv6.php 176 $input_errors[] = gettext("The maximum lease time must be at least 60 seconds and higher than the default lease time."); +#: src/www/services_dhcpv6.php 178 $input_errors[] = gettext("A valid domain name must be specified for the dynamic DNS registration."); +#: src/www/services_dhcpv6.php 180 $input_errors[] = gettext("A valid primary domain name server IPv4 address must be specified for the dynamic domain name."); +#: src/www/services_dhcpv6.php 183 $input_errors[] = gettext("You must specify both a valid domain key and key name."); +#: src/www/services_dhcpv6.php 188 $input_errors[] = gettext("A valid domain search list must be specified."); +#: src/www/services_dhcpv6.php 195 $input_errors[] = gettext("A valid IPv6 address must be specified for the primary/secondary NTP servers."); +#: src/www/services_dhcpv6.php 197 $input_errors[] = gettext("A valid domain name must be specified for the DNS domain."); +#: src/www/services_dhcpv6.php 199 $input_errors[] = gettext("A valid IPv6 address or hostname must be specified for the TFTP server."); +#: src/www/services_dhcpv6.php 201 $input_errors[] = gettext("A valid URL must be specified for the network bootfile."); +#: src/www/services_dhcpv6.php 208 $input_errors[] = sprintf(gettext("The subnet range cannot overlap with virtual IPv6 address %s."),$vip['subnetv6']); +#: src/www/services_dhcpv6.php 225 $input_errors[] = gettext("The specified range lies outside of the current subnet."); +#: src/www/services_dhcpv6.php 230 $input_errors[] = gettext("The range is invalid (first element higher than second element)."); +#: src/www/services_dhcpv6.php 234 $input_errors[] = sprintf(gettext("You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); +#: src/www/services_dhcpv6.php 249 $input_errors[] = sprintf(gettext("The DHCP range cannot overlap any static DHCP mappings.")); +#: src/www/services_dhcpv6.php 357 $pgtitle = array(gettext("Services"),gettext("DHCPv6 server")); +#: src/www/services_dhcpv6.php 459 " . gettext("You must apply the changes in order for them to take effect."));?>
            +#: src/www/services_dhcpv6.php 513 $tab_array[] = array(gettext("DHCPv6 Server"), true, "services_dhcpv6.php?if={$if}"); +#: src/www/services_dhcpv6.php 514 $tab_array[] = array(gettext("Router Advertisements"), false, "services_router_advertisements.php?if={$if}"); +#: src/www/services_dhcpv6.php 533 +#: src/www/services_dhcpv6.php 536 +#: src/www/services_dhcpv6.php 551 +#: src/www/services_dhcpv6.php 557 +#: src/www/services_dhcpv6.php 576 +#: src/www/services_dhcpv6.php 593 +#: src/www/services_dhcpv6.php 596    +#: src/www/services_dhcpv6.php 600 +#: src/www/services_dhcpv6.php 603    +#: src/www/services_dhcpv6.php 604  
              " class="btn btn-xs btn-default"/> - +#: src/www/services_dhcpv6.php 692
            +#: src/www/services_dhcpv6.php 695
            +#: src/www/services_dhcpv6.php 696 +#: src/www/services_dhcpv6.php 698
            +#: src/www/services_dhcpv6.php 700 +#: src/www/services_dhcpv6.php 702 +#: src/www/services_dhcpv6.php 708 +#: src/www/services_dhcpv6.php 711 " class="btn btn-xs btn-default"/> - +#: src/www/services_dhcpv6.php 721 +#: src/www/services_dhcpv6.php 724 " /> - +#: src/www/services_dhcpv6.php 728 +#: src/www/services_dhcpv6.php 734 +#: src/www/services_dhcpv6.php 737 " class="btn btn-xs btn-default"/> - +#: src/www/services_dhcpv6.php 741 +#: src/www/services_dhcpv6.php 746 +#: src/www/services_dhcpv6.php 749 " class="btn btn-xs btn-default"/> - +#: src/www/services_dhcpv6.php 753 +#: src/www/services_dhcpv6.php 755 +#: src/www/services_dhcpv6.php 761 +#: src/www/services_dhcpv6.php 764 " class="btn btn-xs btn-default"/> - +#: src/www/services_dhcpv6.php 772 +#: src/www/services_dhcpv6.php 777
            +#: src/www/services_dhcpv6.php 778
            +#: src/www/services_dhcpv6.php 797 " > +#: src/www/services_dhcpv6.php 804 "> +#: src/www/services_dhcpv6.php 823 " onclick="enable_change(true)" /> +#: src/www/services_dhcpv6.php 828


            +#: src/www/services_dhcpv6.php 829
            ,
            +#: src/www/services_dhcpv6.php 844 +#: src/www/services_dhcpv6.php 848 +#: src/www/services_dhcpv6.php 849 +#: src/www/services_dhcpv6.php 850 +#: src/www/services_dhcpv6.php 851 +#: src/www/services_dhcpv6.php 881 ')" alt="delete"> +#: src/www/services_dhcpv6_edit.php 100 $reqdfieldsn = array(gettext("DUID Identifier")); +#: src/www/services_dhcpv6_edit.php 107 $input_errors[] = gettext("The hostname cannot end with a hyphen according to RFC952"); +#: src/www/services_dhcpv6_edit.php 109 $input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); +#: src/www/services_dhcpv6_edit.php 112 $input_errors[] = gettext("A valid hostname is specified, but the domain name part should be omitted"); +#: src/www/services_dhcpv6_edit.php 117 $input_errors[] = gettext("A valid IPv6 address must be specified."); +#: src/www/services_dhcpv6_edit.php 120 $input_errors[] = gettext("A valid DUID Identifier must be specified."); +#: src/www/services_dhcpv6_edit.php 129 $input_errors[] = gettext("This Hostname, IP or DUID Identifier already exists."); +#: src/www/services_dhcpv6_edit.php 170 $pgtitle = array(gettext("Services"),gettext("DHCPv6"),gettext("Edit static mapping")); +#: src/www/services_dhcpv6_edit.php 198 +#: src/www/services_dhcpv6_edit.php 201 +#: src/www/services_dhcpv6_edit.php 205
            +#: src/www/services_dhcpv6_edit.php 210 +#: src/www/services_dhcpv6_edit.php 214 +#: src/www/services_dhcpv6_edit.php 216 +#: src/www/services_dhcpv6_edit.php 220 +#: src/www/services_dhcpv6_edit.php 223
            +#: src/www/services_dhcpv6_edit.php 236
            -, overrides setting on main page. +#: src/www/services_dhcpv6_edit.php 240 +#: src/www/services_dhcpv6_edit.php 243
            " /> +#: src/www/services_dhcpv6_edit.php 250 " onclick="window.location.href=''" /> +#: src/www/services_dhcpv6_relay.php 62 $reqdfieldsn = array(gettext("Destination Server"), gettext("Interface")); +#: src/www/services_dhcpv6_relay.php 70 $input_errors[] = gettext("A valid Destination Server IPv6 address must be specified."); +#: src/www/services_dhcpv6_relay.php 91 $pgtitle = array(gettext("Services"),gettext("DHCPv6 Relay")); +#: src/www/services_dhcpv6_relay.php 137

            +#: src/www/services_dhcpv6_relay.php 148 +#: src/www/services_dhcpv6_relay.php 166
            +#: src/www/services_dhcpv6_relay.php 173
            +#: src/www/services_dhcpv6_relay.php 174 +#: src/www/services_dhcpv6_relay.php 177 +#: src/www/services_dhcpv6_relay.php 181 +#: src/www/services_dhcpv6_relay.php 187 " onclick="enable_change(true)" /> +#: src/www/services_dnsmasq.php 79 $input_errors[] = gettext("You must specify a valid port number"); +#: src/www/services_dnsmasq.php 94 $input_errors[] = gettext("Invalid custom options"); +#: src/www/services_dnsmasq.php 137 $pgtitle = array(gettext("Services"),gettext("DNS forwarder")); +#: src/www/services_dnsmasq.php 173 " . gettext("You must apply the changes in order for them to take effect."));?>
            +#: src/www/services_dnsmasq.php 183

            +#: src/www/services_dnsmasq.php 190 +#: src/www/services_dnsmasq.php 193 +#: src/www/services_dnsmasq.php 196
            +#: src/www/services_dnsmasq.php 200 +#: src/www/services_dnsmasq.php 203
            +#: src/www/services_dnsmasq.php 204
            +#: src/www/services_dnsmasq.php 215
            +#: src/www/services_dnsmasq.php 216
            +#: src/www/services_dnsmasq.php 226
            +#: src/www/services_dnsmasq.php 227
            +#: src/www/services_dnsmasq.php 236
            +#: src/www/services_dnsmasq.php 237

            +#: src/www/services_dnsmasq.php 247

            +#: src/www/services_dnsmasq.php 257
            +#: src/www/services_dnsmasq.php 269

            +#: src/www/services_dnsmasq.php 273 +#: src/www/services_dnsmasq.php 279 +#: src/www/services_dnsmasq.php 299 +#: src/www/services_dnsmasq.php 301 +#: src/www/services_dnsmasq.php 303 +#: src/www/services_dnsmasq.php 308 +#: src/www/services_dnsmasq.php 311 " /> - +#: src/www/services_dnsmasq.php 314
            +#: src/www/services_dnsmasq.php 316
            +#: src/www/services_dnsmasq.php 322 " onclick="enable_change(true)" /> +#: src/www/services_dnsmasq.php 329


            +#: src/www/services_dnsmasq.php 330
            +#: src/www/services_dnsmasq.php 352 +#: src/www/services_dnsmasq.php 353 +#: src/www/services_dnsmasq.php 363 +#: src/www/services_dnsmasq.php 364 +#: src/www/services_dnsmasq.php 365 +#: src/www/services_dnsmasq.php 366 +#: src/www/services_dnsmasq.php 396 ')" class="btn btn-default btn-xs"> +#: src/www/services_dnsmasq.php 430 +#: src/www/services_dnsmasq.php 433

            +#: src/www/services_dnsmasq.php 443 +#: src/www/services_dnsmasq.php 444 +#: src/www/services_dnsmasq.php 469  ')" class="btn btn-default btn-xs"> +#: src/www/services_dnsmasq_domainoverride_edit.php 63 $reqdfieldsn = array(gettext("Domain"),gettext("IP address")); +#: src/www/services_dnsmasq_domainoverride_edit.php 74 $input_errors[] = gettext("A valid domain must be specified after _msdcs."); +#: src/www/services_dnsmasq_domainoverride_edit.php 78 $input_errors[] = gettext("A valid domain must be specified."); +#: src/www/services_dnsmasq_domainoverride_edit.php 81 $input_errors[] = gettext("A valid IP address must be specified, or # for an exclusion or ! to not forward at all."); +#: src/www/services_dnsmasq_domainoverride_edit.php 84 $input_errors[] = gettext("An interface IP address must be specified for the DNS query source."); +#: src/www/services_dnsmasq_domainoverride_edit.php 109 $pgtitle = array(gettext("Services"),gettext("DNS forwarder"),gettext("Edit Domain Override")); +#: src/www/services_dnsmasq_domainoverride_edit.php 136 +#: src/www/services_dnsmasq_domainoverride_edit.php 139

            +#: src/www/services_dnsmasq_domainoverride_edit.php 140 mycompany.localdomain 1.168.192.in-addr.arpa
            +#: src/www/services_dnsmasq_domainoverride_edit.php 143 +#: src/www/services_dnsmasq_domainoverride_edit.php 146

            +#: src/www/services_dnsmasq_domainoverride_edit.php 147 192.168.100.100

            +#: src/www/services_dnsmasq_domainoverride_edit.php 150 +#: src/www/services_dnsmasq_domainoverride_edit.php 153

            +#: src/www/services_dnsmasq_domainoverride_edit.php 154
            +#: src/www/services_dnsmasq_domainoverride_edit.php 157 +#: src/www/services_dnsmasq_domainoverride_edit.php 160
            " /> +#: src/www/services_dnsmasq_domainoverride_edit.php 167 " onclick="window.location.href=''" /> +#: src/www/services_dnsmasq_edit.php 71 $reqdfieldsn = array(gettext("Domain"),gettext("IP address")); +#: src/www/services_dnsmasq_edit.php 76 $input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); +#: src/www/services_dnsmasq_edit.php 79 $input_errors[] = gettext("A valid domain must be specified."); +#: src/www/services_dnsmasq_edit.php 82 $input_errors[] = gettext("A valid IP address must be specified."); +#: src/www/services_dnsmasq_edit.php 109 $aliasreqdfieldsn = array(gettext("Alias Domain")); +#: src/www/services_dnsmasq_edit.php 114 $input_errors[] = gettext("Hostnames in alias list can only contain the characters A-Z, 0-9 and '-'."); +#: src/www/services_dnsmasq_edit.php 117 $input_errors[] = gettext("A valid domain must be specified in alias list."); +#: src/www/services_dnsmasq_edit.php 128 $input_errors[] = gettext("This host/domain already exists."); +#: src/www/services_dnsmasq_edit.php 156 $pgtitle = array(gettext("Services"),gettext("DNS forwarder"),gettext("Edit host")); +#: src/www/services_dnsmasq_edit.php 198 +#: src/www/services_dnsmasq_edit.php 201 +#: src/www/services_dnsmasq_edit.php 204
            +#: src/www/services_dnsmasq_edit.php 209 +#: src/www/services_dnsmasq_edit.php 212

            +#: src/www/services_dnsmasq_edit.php 213
            +#: src/www/services_dnsmasq_edit.php 216 +#: src/www/services_dnsmasq_edit.php 219

            +#: src/www/services_dnsmasq_edit.php 220 192.168.100.100 fd00 abcd +#: 1
            +#: src/www/services_dnsmasq_edit.php 223 +#: src/www/services_dnsmasq_edit.php 226

            +#: src/www/services_dnsmasq_edit.php 237 +#: src/www/services_dnsmasq_edit.php 242
            +#: src/www/services_dnsmasq_edit.php 243
            +#: src/www/services_dnsmasq_edit.php 244
            +#: src/www/services_dnsmasq_edit.php 265 " /> +#: src/www/services_dnsmasq_edit.php 289 " /> +#: src/www/services_dnsmasq_edit.php 290 " onclick="window.location.href=''" /> +#: src/www/services_dyndns.php 50 $pgtitle = array(gettext("Services"), gettext("Dynamic DNS clients")); +#: src/www/services_dyndns.php 74 $tab_array[] = array(gettext("DynDns"), true, "services_dyndns.php"); +#: src/www/services_dyndns.php 75 $tab_array[] = array(gettext("RFC 2136"), false, "services_rfc2136.php"); +#: src/www/services_dyndns.php 89 +#: src/www/services_dyndns.php 90 +#: src/www/services_dyndns.php 91 +#: src/www/services_dyndns.php 92 +#: src/www/services_dyndns.php 93 +#: src/www/services_dyndns.php 180  ')" class="btn btn-default btn-xs"> +#: src/www/services_dyndns.php 187
            +#: src/www/services_dyndns.php 189
            +#: src/www/services_dyndns.php 190

            +#: src/www/services_dyndns_edit.php 86 $reqdfieldsn = array(gettext('Service type')); +#: src/www/services_dyndns_edit.php 89 $reqdfieldsn[] = gettext('Hostname'); +#: src/www/services_dyndns_edit.php 91 $reqdfieldsn[] = gettext('Username'); +#: src/www/services_dyndns_edit.php 94 $reqdfieldsn[] = gettext('Password'); +#: src/www/services_dyndns_edit.php 98 $reqdfieldsn[] = gettext('Update URL'); +#: src/www/services_dyndns_edit.php 111 $input_errors[] = gettext("The Hostname contains invalid characters."); +#: src/www/services_dyndns_edit.php 117 $input_errors[] = gettext("The MX contains invalid characters."); +#: src/www/services_dyndns_edit.php 119 $input_errors[] = gettext("The username contains invalid characters."); +#: src/www/services_dyndns_edit.php 172 $pgtitle = array(gettext("Services"),gettext("Dynamic DNS client")); +#: src/www/services_dyndns_edit.php 243 +#: src/www/services_dyndns_edit.php 248 +#: src/www/services_dyndns_edit.php 250 " /> +#: src/www/services_dyndns_edit.php 254 +#: src/www/services_dyndns_edit.php 268 +#: src/www/services_dyndns_edit.php 293 +#: src/www/services_dyndns_edit.php 315
            +#: src/www/services_dyndns_edit.php 319 +#: src/www/services_dyndns_edit.php 324
            +#: src/www/services_dyndns_edit.php 326
            +#: src/www/services_dyndns_edit.php 327 +#: src/www/services_dyndns_edit.php 332 +#: src/www/services_dyndns_edit.php 336 +#: src/www/services_dyndns_edit.php 338 +#: src/www/services_dyndns_edit.php 345 +#: src/www/services_dyndns_edit.php 348 +#: src/www/services_dyndns_edit.php 351 +#: src/www/services_dyndns_edit.php 354 +#: src/www/services_dyndns_edit.php 357
            +#: src/www/services_dyndns_edit.php 359 +#: src/www/services_dyndns_edit.php 363 +#: src/www/services_dyndns_edit.php 366
            +#: src/www/services_dyndns_edit.php 367
            +#: src/www/services_dyndns_edit.php 368
            +#: src/www/services_dyndns_edit.php 369
            +#: src/www/services_dyndns_edit.php 373 +#: src/www/services_dyndns_edit.php 377 +#: src/www/services_dyndns_edit.php 378
            +#: src/www/services_dyndns_edit.php 379
            +#: src/www/services_dyndns_edit.php 384 +#: src/www/services_dyndns_edit.php 387
            +#: src/www/services_dyndns_edit.php 391 +#: src/www/services_dyndns_edit.php 394
            +#: src/www/services_dyndns_edit.php 396 +#: src/www/services_dyndns_edit.php 400 +#: src/www/services_dyndns_edit.php 403
            +#: src/www/services_dyndns_edit.php 405 +#: src/www/services_dyndns_edit.php 407 +#: src/www/services_dyndns_edit.php 409 +#: src/www/services_dyndns_edit.php 411 +#: src/www/services_dyndns_edit.php 416 +#: src/www/services_dyndns_edit.php 419
            +#: src/www/services_dyndns_edit.php 425 +#: src/www/services_dyndns_edit.php 433 " onclick="enable_change(true)" /> +#: src/www/services_dyndns_edit.php 434 +#: src/www/services_dyndns_edit.php 438 " onclick="enable_change(true)" /> +#: src/www/services_dyndns_edit.php 444
            +#: src/www/services_dyndns_edit.php 445
            gettext("add a new igmpentry"), 'href'=>'services_igmpproxy_edit.php'), +#: src/www/services_igmpproxy.php 84 " . gettext("You must apply the changes in order for them to take effect."));?> +#: src/www/services_igmpproxy.php 96 +#: src/www/services_igmpproxy.php 97 +#: src/www/services_igmpproxy.php 98 +#: src/www/services_igmpproxy.php 99 +#: src/www/services_igmpproxy.php 126 " class="btn btn-default btn-xs"> +#: src/www/services_igmpproxy.php 127 ')" title="" class="btn btn-default btn-xs"> +#: src/www/services_igmpproxy.php 135 " /> +#: src/www/services_igmpproxy.php 141


            +#: src/www/services_igmpproxy_edit.php 31 $pgtitle = array(gettext("Firewall"),gettext("IGMP Proxy"), gettext("Edit")); +#: src/www/services_igmpproxy_edit.php 65 $input_errors[] = gettext("Only one 'upstream' interface can be configured."); +#: src/www/services_igmpproxy_edit.php 158 +#: src/www/services_igmpproxy_edit.php 161 +#: src/www/services_igmpproxy_edit.php 175 +#: src/www/services_igmpproxy_edit.php 180 +#: src/www/services_igmpproxy_edit.php 185 +#: src/www/services_igmpproxy_edit.php 188 +#: src/www/services_igmpproxy_edit.php 189 +#: src/www/services_igmpproxy_edit.php 193 upstream network interface is the outgoing interface which is". +#: src/www/services_igmpproxy_edit.php 199 +#: src/www/services_igmpproxy_edit.php 211
            +#: src/www/services_igmpproxy_edit.php 223
            +#: src/www/services_igmpproxy_edit.php 224
            +#: src/www/services_igmpproxy_edit.php 275 " /> +#: src/www/services_igmpproxy_edit.php 276 " /> +#: src/www/services_ntpd.php 168 $pgtitle = array(gettext("Services"),gettext("NTP")); +#: src/www/services_ntpd.php 203 var newdiv = '" onclick="NewTimeServer(' + next + ')" alt="add" />n'; +#: src/www/services_ntpd.php 227 $tab_array[] = array(gettext("NTP"), true, "services_ntpd.php"); +#: src/www/services_ntpd.php 228 $tab_array[] = array(gettext("Serial GPS"), false, "services_ntpd_gps.php"); +#: src/www/services_ntpd.php 229 $tab_array[] = array(gettext("PPS"), false, "services_ntpd_pps.php"); +#: src/www/services_ntpd.php 242 +#: src/www/services_ntpd.php 269
            +#: src/www/services_ntpd.php 271
            +#: src/www/services_ntpd.php 272
            +#: src/www/services_ntpd.php 299 " onclick="NewTimeServer()" alt="add" /> +#: src/www/services_ntpd.php 302 +#: src/www/services_ntpd.php 304 prefer option indicates that NTP should favor the use of this server more than all others.'); ?> +#: src/www/services_ntpd.php 306 noselect option indicates that NTP should not use this server for time, but stats for this server will be collected and displayed.'); ?> +#: src/www/services_ntpd.php 312
            +#: src/www/services_ntpd.php 313 +#: src/www/services_ntpd.php 320 +#: src/www/services_ntpd.php 326 ( System Logs > NTP"); ?>). +#: src/www/services_ntpd.php 329 +#: src/www/services_ntpd.php 332 +#: src/www/services_ntpd.php 339 " /> - +#: src/www/services_ntpd.php 342 +#: src/www/services_ntpd.php 345 +#: src/www/services_ntpd.php 348 +#: src/www/services_ntpd.php 351 +#: src/www/services_ntpd.php 359 " /> - +#: src/www/services_ntpd.php 362 +#: src/www/services_ntpd.php 365 +#: src/www/services_ntpd.php 368 +#: src/www/services_ntpd.php 371 +#: src/www/services_ntpd.php 374 +#: src/www/services_ntpd.php 377 +#: src/www/services_ntpd.php 380 +#: src/www/services_ntpd.php 388 " /> - +#: src/www/services_ntpd.php 391 +#: src/www/services_ntpd.php 392 +#: src/www/services_ntpd.php 394
            +#: src/www/services_ntpd.php 396 , +#: src/www/services_ntpd.php 404 " /> +#: src/www/services_ntpd_gps.php 149 $pgtitle = array(gettext("Services"),gettext("NTP GPS")); +#: src/www/services_ntpd_gps.php 360 $tab_array[] = array(gettext("NTP"), false, "services_ntpd.php"); +#: src/www/services_ntpd_gps.php 361 $tab_array[] = array(gettext("Serial GPS"), true, "services_ntpd_gps.php"); +#: src/www/services_ntpd_gps.php 362 $tab_array[] = array(gettext("PPS"), false, "services_ntpd_pps.php"); +#: src/www/services_ntpd_gps.php 373 +#: src/www/services_ntpd_gps.php 380
            NTP"); ?> +#: src/www/services_ntpd_gps.php 384 +#: src/www/services_ntpd_gps.php 396 +#: src/www/services_ntpd_gps.php 399 +#: src/www/services_ntpd_gps.php 400
            +#: src/www/services_ntpd_gps.php 401 +#: src/www/services_ntpd_gps.php 425 +#: src/www/services_ntpd_gps.php 434   +#: src/www/services_ntpd_gps.php 437 +#: src/www/services_ntpd_gps.php 454 +#: src/www/services_ntpd_gps.php 460 ()
            +#: src/www/services_ntpd_gps.php 461 ( 0.0). +#: src/www/services_ntpd_gps.php 466 ()
            +#: src/www/services_ntpd_gps.php 467 ( 0.0). +#: src/www/services_ntpd_gps.php 472
            +#: src/www/services_ntpd_gps.php 473 ( 0). +#: src/www/services_ntpd_gps.php 481
            +#: src/www/services_ntpd_gps.php 491 +#: src/www/services_ntpd_gps.php 499 +#: src/www/services_ntpd_gps.php 507 +#: src/www/services_ntpd_gps.php 515 +#: src/www/services_ntpd_gps.php 523 +#: src/www/services_ntpd_gps.php 531 +#: src/www/services_ntpd_gps.php 539 Note enabling this will rapidly fill the log, but is useful for tuning Fudge time 2."); ?> +#: src/www/services_ntpd_gps.php 548
            +#: src/www/services_ntpd_gps.php 549 ( GPS). +#: src/www/services_ntpd_gps.php 555 " /> - +#: src/www/services_ntpd_gps.php 560

            +#: src/www/services_ntpd_gps.php 561 +#: src/www/services_ntpd_gps.php 563
            $*   +#: src/www/services_ntpd_gps.php 564 " />

            +#: src/www/services_ntpd_gps.php 571 " /> +#: src/www/services_ntpd_pps.php 90 $pgtitle = array(gettext("Services"),gettext("NTP PPS")); +#: src/www/services_ntpd_pps.php 109 $tab_array[] = array(gettext("NTP"), false, "services_ntpd.php"); +#: src/www/services_ntpd_pps.php 110 $tab_array[] = array(gettext("Serial GPS"), false, "services_ntpd_gps.php"); +#: src/www/services_ntpd_pps.php 111 $tab_array[] = array(gettext("PPS"), true, "services_ntpd_pps.php"); +#: src/www/services_ntpd_pps.php 123 +#: src/www/services_ntpd_pps.php 128 +#: src/www/services_ntpd_pps.php 129 +#: src/www/services_ntpd_pps.php 130 +#: src/www/services_ntpd_pps.php 132
            NTP"); ?> +#: src/www/services_ntpd_pps.php 148 +#: src/www/services_ntpd_pps.php 155 ()
            +#: src/www/services_ntpd_pps.php 156 ( 0.0). +#: src/www/services_ntpd_pps.php 161
            +#: src/www/services_ntpd_pps.php 162 ( 0). +#: src/www/services_ntpd_pps.php 170
            +#: src/www/services_ntpd_pps.php 180 +#: src/www/services_ntpd_pps.php 188 +#: src/www/services_ntpd_pps.php 196 +#: src/www/services_ntpd_pps.php 205
            +#: src/www/services_ntpd_pps.php 206 ( PPS). +#: src/www/services_ntpd_pps.php 211 " /> +#: src/www/services_rfc2136.php 46 $pgtitle = array(gettext("Services"), gettext("RFC 2136 clients")); +#: src/www/services_rfc2136.php 67 $tab_array[] = array(gettext("DynDns"), false, "services_dyndns.php"); +#: src/www/services_rfc2136.php 68 $tab_array[] = array(gettext("RFC 2136"), true, "services_rfc2136.php"); +#: src/www/services_rfc2136.php 82 +#: src/www/services_rfc2136.php 83 +#: src/www/services_rfc2136.php 84 +#: src/www/services_rfc2136.php 85 +#: src/www/services_rfc2136.php 86 +#: src/www/services_rfc2136.php 168  ')">delete +#: src/www/services_rfc2136_edit.php 70 $reqdfieldsn = array_merge($reqdfieldsn, array(gettext("Hostname"), gettext("TTL"), gettext("Key name"), gettext("Key"))); +#: src/www/services_rfc2136_edit.php 75 $input_errors[] = gettext("The DNS update host name contains invalid characters."); +#: src/www/services_rfc2136_edit.php 77 $input_errors[] = gettext("The DNS update TTL must be an integer."); +#: src/www/services_rfc2136_edit.php 79 $input_errors[] = gettext("The DNS update key name contains invalid characters."); +#: src/www/services_rfc2136_edit.php 100 write_config(gettext("New/Edited RFC2136 dnsupdate entry was posted.")); +#: src/www/services_rfc2136_edit.php 102 if ($_POST['Submit'] == gettext("Save & Force Update")) +#: src/www/services_rfc2136_edit.php 112 $pgtitle = array(gettext("Services"),gettext("RFC 2136 client"), gettext("Edit")); +#: src/www/services_rfc2136_edit.php 141 +#: src/www/services_rfc2136_edit.php 146 +#: src/www/services_rfc2136_edit.php 152 +#: src/www/services_rfc2136_edit.php 163 +#: src/www/services_rfc2136_edit.php 170 +#: src/www/services_rfc2136_edit.php 173 +#: src/www/services_rfc2136_edit.php 176 +#: src/www/services_rfc2136_edit.php 180 +#: src/www/services_rfc2136_edit.php 183 +#: src/www/services_rfc2136_edit.php 185 />   +#: src/www/services_rfc2136_edit.php 186 />   +#: src/www/services_rfc2136_edit.php 187 /> +#: src/www/services_rfc2136_edit.php 191 +#: src/www/services_rfc2136_edit.php 195 +#: src/www/services_rfc2136_edit.php 198 +#: src/www/services_rfc2136_edit.php 204 +#: src/www/services_rfc2136_edit.php 206 " /> +#: src/www/services_rfc2136_edit.php 207 +#: src/www/services_rfc2136_edit.php 210 +#: src/www/services_rfc2136_edit.php 212 " /> +#: src/www/services_rfc2136_edit.php 213 +#: src/www/services_rfc2136_edit.php 217 +#: src/www/services_rfc2136_edit.php 225 " onclick="enable_change(true)" /> +#: src/www/services_rfc2136_edit.php 226 " /> +#: src/www/services_rfc2136_edit.php 227 " onclick="enable_change(true)" /> +#: src/www/services_rfc2136_edit.php 235
            +#: src/www/services_rfc2136_edit.php 236
            " . gettext("The DHCPv6 Server can only be enabled on interfaces configured with static IP addresses") . ".

            " . +#: src/www/services_router_advertisements.php 58 "

            " . gettext("Only interfaces configured with a static IP will be shown") . ".

            "; +#: src/www/services_router_advertisements.php 100 $subnets_help = gettext("Subnets are specified in CIDR format. " . +#: src/www/services_router_advertisements.php 127 $input_errors[] = sprintf(gettext("An invalid subnet or alias was specified. [%s/%s]"), $address, $bits); +#: src/www/services_router_advertisements.php 132 $input_errors[] = gettext("A valid IPv6 address must be specified for the primary/secondary DNS servers."); +#: src/www/services_router_advertisements.php 137 $input_errors[] = gettext("A valid domain search list must be specified."); +#: src/www/services_router_advertisements.php 172 $pgtitle = array(gettext("Services"),gettext("Router advertisements")); +#: src/www/services_router_advertisements.php 242 $tab_array[] = array(gettext("DHCPv6 Server"), false, "services_dhcpv6.php?if={$if}"); +#: src/www/services_router_advertisements.php 243 $tab_array[] = array(gettext("Router Advertisements"), true, "services_router_advertisements.php?if={$if}"); +#: src/www/services_router_advertisements.php 251 +#: src/www/services_router_advertisements.php 258 +#: src/www/services_router_advertisements.php 259 +#: src/www/services_router_advertisements.php 260 +#: src/www/services_router_advertisements.php 264 +#: src/www/services_router_advertisements.php 271 +#: src/www/services_router_advertisements.php 285 +#: src/www/services_router_advertisements.php 293 +#: src/www/services_router_advertisements.php 299 +#: src/www/services_router_advertisements.php 324 "> +#: src/www/services_router_advertisements.php 341 " > +msgstr "" #: src/www/firewall_aliases_edit.php 676 +msgstr "" #: src/www/firewall_aliases_edit.php 677 +msgstr "" #: src/www/firewall_aliases_edit.php 678 +msgstr "" #: src/www/firewall_aliases_edit.php 679 +msgstr "" #: src/www/firewall_aliases_edit.php 684
            +msgstr "" #: src/www/firewall_aliases_edit.php @@ -19558,223 +23238,267 @@ src/www/firewall_aliases_edit.php #ffffff; color #000000; font-size 8pt;" id="itemhelp"> +msgstr "" #: src/www/firewall_aliases_edit.php 694
            +msgstr "" #: src/www/firewall_aliases_edit.php 696
            +msgstr "" #: src/www/firewall_aliases_edit.php 728
            " /> +msgstr "" #: src/www/firewall_aliases_edit.php 749 " /> +msgstr "" #: src/www/firewall_aliases_edit.php 750 " onclick="window.location.href=''" /> +msgstr "" #: src/www/firewall_aliases_import.php 37 $pgtitle = array(gettext("Firewall"),gettext("Aliases"),gettext("Bulk import")); +msgstr "" #: src/www/firewall_aliases_import.php 55 $reqdfieldsn = array(gettext("Name"),gettext("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, _."; +msgstr "" #: src/www/firewall_aliases_import.php 64 $input_errors[] = gettext("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); +msgstr "" #: src/www/firewall_aliases_import.php 75 $input_errors[] = gettext("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); +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 ||."); +msgstr "" #: src/www/firewall_aliases_import.php 116 $input_errors[] = gettext("Descriptions must be less than 200 characters long."); +msgstr "" #: src/www/firewall_aliases_import.php 165

            +msgstr "" #: src/www/firewall_aliases_import.php 173 +msgstr "" #: src/www/firewall_aliases_import.php 178 +msgstr "" #: src/www/firewall_aliases_import.php 183 +msgstr "" #: src/www/firewall_aliases_import.php 188 . +msgstr "" #: src/www/firewall_aliases_import.php 193 +msgstr "" #: src/www/firewall_aliases_import.php 198 +msgstr "" #: src/www/firewall_aliases_import.php 200 +msgstr "" #: src/www/firewall_aliases_import.php 213 " /> +msgstr "" #: src/www/firewall_aliases_import.php 214 " onclick="window.location.href=''" /> +msgstr "" #: src/www/firewall_nat.php 155 $pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Port Forward")); +msgstr "" #: src/www/firewall_nat.php 200 " . gettext("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"); +msgstr "" #: src/www/firewall_nat.php 209 $tab_array[] = array(gettext("1 1"), false, "firewall_nat_1to1.php"); +msgstr "" #: src/www/firewall_nat.php 210 $tab_array[] = array(gettext("Outbound"), false, "firewall_nat_out.php"); +msgstr "" #: src/www/firewall_nat.php 211 $tab_array[] = array(gettext("NPt"), false, "firewall_nat_npt.php"); +msgstr "" #: src/www/firewall_nat.php 225 +msgstr "" #: src/www/firewall_nat.php 226 +msgstr "" #: src/www/firewall_nat.php 227 +msgstr "" #: src/www/firewall_nat.php 228 +msgstr "" #: src/www/firewall_nat.php 229 +msgstr "" #: src/www/firewall_nat.php 230 +msgstr "" #: src/www/firewall_nat.php 231 +msgstr "" #: src/www/firewall_nat.php 232 +msgstr "" #: src/www/firewall_nat.php 233 +msgstr "" #: src/www/firewall_nat.php 377 +msgstr "" #: src/www/firewall_nat.php 378 " class="btn btn-default btn-xs"> +msgstr "" #: src/www/firewall_nat.php 379 " onclick="return confirm('')" class="btn btn-default btn-xs"> +msgstr "" #: src/www/firewall_nat.php 381 "> +msgstr "" #: src/www/firewall_nat.php @@ -19782,1033 +23506,1233 @@ src/www/firewall_nat.php +msgstr "" #: src/www/firewall_nat.php 395 "> +msgstr "" #: src/www/firewall_nat.php 397 +msgstr "" #: src/www/firewall_nat.php 399 "> +msgstr "" #: src/www/firewall_nat.php 407 +msgstr "" #: src/www/firewall_nat.php 411 +msgstr "" #: src/www/firewall_nat.php 419 " onclick="return confirm('')" class="btn btn-primary" value="Delete selected rules"/> +msgstr "" #: src/www/firewall_nat_1to1.php 133 $pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("1 1")); +msgstr "" #: src/www/firewall_nat_1to1.php 137 array('label'=>gettext("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.") . +msgstr "" #: src/www/firewall_nat_1to1.php 157 gettext("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"); +msgstr "" #: src/www/firewall_nat_1to1.php 165 $tab_array[] = array(gettext("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"); +msgstr "" #: src/www/firewall_nat_1to1.php 167 $tab_array[] = array(gettext("NPt"), false, "firewall_nat_npt.php"); +msgstr "" #: src/www/firewall_nat_1to1.php 182 +msgstr "" #: src/www/firewall_nat_1to1.php 183 +msgstr "" #: src/www/firewall_nat_1to1.php 184 +msgstr "" #: src/www/firewall_nat_1to1.php 185 +msgstr "" #: src/www/firewall_nat_1to1.php 186 +msgstr "" #: src/www/firewall_nat_1to1.php 208 " > +msgstr "" #: src/www/firewall_nat_1to1.php 244 title="" +msgstr "" #: src/www/firewall_nat_1to1.php 247 "> +msgstr "" #: src/www/firewall_nat_1to1.php 248 " onclick="return confirm('')" class="btn btn-default btn-xs"> +msgstr "" #: src/www/firewall_nat_1to1.php 249 " class="btn btn-default btn-xs"> +msgstr "" #: src/www/firewall_nat_1to1.php 263 " class="btn btn-default btn-xs"> +msgstr "" #: src/www/firewall_nat_1to1.php 267 +msgstr "" #: src/www/firewall_nat_1to1.php 272 " 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"> +msgstr "" #: src/www/firewall_nat_1to1.php 281 +msgstr "" #: src/www/firewall_nat_1to1.php 291
            +msgstr "" #: src/www/firewall_nat_1to1.php 292 +msgstr "" #: src/www/firewall_nat_1to1.php 293
            +msgstr "" #: src/www/firewall_nat_1to1.php 294 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 302 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 305
            +msgstr "" #: src/www/firewall_nat_1to1_edit.php 306 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 310 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 347 .
            +msgstr "" #: src/www/firewall_nat_1to1_edit.php 348 .
            +msgstr "" #: src/www/firewall_nat_1to1_edit.php 351 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 356 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 363 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 366 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 368 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 373    +msgstr "" #: src/www/firewall_nat_1to1_edit.php 379 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 381 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 383 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 387 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 392 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 397 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 404 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 407 +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 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 448 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 450 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 455    +msgstr "" #: src/www/firewall_nat_1to1_edit.php 460 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 462 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 465 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 471 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 478 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 485 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 494 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 497 +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 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 543 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 548 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 552 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 555 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 558 +msgstr "" #: src/www/firewall_nat_1to1_edit.php 566 " /> +msgstr "" #: src/www/firewall_nat_1to1_edit.php 567 " 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); +msgstr "" #: src/www/firewall_nat_edit.php 182 $reqdfieldsn = array(gettext("Interface"),gettext("Protocol"),gettext("Destination port from"),gettext("Destination port to")); +msgstr "" #: src/www/firewall_nat_edit.php 185 $reqdfieldsn = array(gettext("Interface"),gettext("Protocol")); +msgstr "" #: src/www/firewall_nat_edit.php 190 $reqdfieldsn[] = gettext("Source address"); +msgstr "" #: src/www/firewall_nat_edit.php 194 $reqdfieldsn[] = gettext("Destination address"); +msgstr "" #: src/www/firewall_nat_edit.php 198 $reqdfieldsn[] = gettext("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']); +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']); +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']); +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']); +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']); +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']); +msgstr "" #: src/www/firewall_nat_edit.php 239 $input_errors[] = gettext("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']); +msgstr "" #: src/www/firewall_nat_edit.php 247 $input_errors[] = gettext("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']); +msgstr "" #: src/www/firewall_nat_edit.php 255 $input_errors[] = gettext("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."); +msgstr "" #: src/www/firewall_nat_edit.php 295 $input_errors[] = gettext("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")); +msgstr "" #: src/www/firewall_nat_edit.php 442 $pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Port Forward"),gettext("Edit")); +msgstr "" #: src/www/firewall_nat_edit.php 473 +msgstr "" #: src/www/firewall_nat_edit.php 480 +msgstr "" #: src/www/firewall_nat_edit.php 483
            +msgstr "" #: src/www/firewall_nat_edit.php 484 +msgstr "" #: src/www/firewall_nat_edit.php 488 +msgstr "" #: src/www/firewall_nat_edit.php 491 +msgstr "" #: src/www/firewall_nat_edit.php 492
            +msgstr "" #: src/www/firewall_nat_edit.php 496 +msgstr "" #: src/www/firewall_nat_edit.php 534
            +msgstr "" #: src/www/firewall_nat_edit.php 535
            +msgstr "" #: src/www/firewall_nat_edit.php 538 +msgstr "" #: src/www/firewall_nat_edit.php 544
              +msgstr "" #: src/www/firewall_nat_edit.php 549 +msgstr "" #: src/www/firewall_nat_edit.php 551 " /> - +msgstr "" #: src/www/firewall_nat_edit.php 555 +msgstr "" #: src/www/firewall_nat_edit.php 558 +msgstr "" #: src/www/firewall_nat_edit.php 560 +msgstr "" #: src/www/firewall_nat_edit.php 565    +msgstr "" #: src/www/firewall_nat_edit.php 570 +msgstr "" #: src/www/firewall_nat_edit.php 571 +msgstr "" #: src/www/firewall_nat_edit.php 572 +msgstr "" #: src/www/firewall_nat_edit.php 574 +msgstr "" #: src/www/firewall_nat_edit.php 577 +msgstr "" #: src/www/firewall_nat_edit.php 580 +msgstr "" #: src/www/firewall_nat_edit.php 585 +msgstr "" #: src/www/firewall_nat_edit.php 587 +msgstr "" #: src/www/firewall_nat_edit.php 595    +msgstr "" #: src/www/firewall_nat_edit.php 617 +msgstr "" #: src/www/firewall_nat_edit.php 621    +msgstr "" #: src/www/firewall_nat_edit.php 625 +msgstr "" #: src/www/firewall_nat_edit.php 626 +msgstr "" #: src/www/firewall_nat_edit.php 635 +msgstr "" #: src/www/firewall_nat_edit.php 638 +msgstr "" #: src/www/firewall_nat_edit.php 639 +msgstr "" #: src/www/firewall_nat_edit.php 649 . .
            ''

            +msgstr "" #: src/www/firewall_nat_edit.php 653 +msgstr "" #: src/www/firewall_nat_edit.php 656 +msgstr "" #: src/www/firewall_nat_edit.php 658 +msgstr "" #: src/www/firewall_nat_edit.php 663    +msgstr "" #: src/www/firewall_nat_edit.php 668 +msgstr "" #: src/www/firewall_nat_edit.php 669 +msgstr "" #: src/www/firewall_nat_edit.php 670 +msgstr "" #: src/www/firewall_nat_edit.php 671 +msgstr "" #: src/www/firewall_nat_edit.php 673 +msgstr "" #: src/www/firewall_nat_edit.php 676 +msgstr "" #: src/www/firewall_nat_edit.php 679 +msgstr "" #: src/www/firewall_nat_edit.php 684 +msgstr "" #: src/www/firewall_nat_edit.php 686 +msgstr "" #: src/www/firewall_nat_edit.php 715    +msgstr "" #: src/www/firewall_nat_edit.php 738 +msgstr "" #: src/www/firewall_nat_edit.php 742    +msgstr "" #: src/www/firewall_nat_edit.php 745 +msgstr "" #: src/www/firewall_nat_edit.php 755 +msgstr "" #: src/www/firewall_nat_edit.php 758 +msgstr "" #: src/www/firewall_nat_edit.php 770 +msgstr "" #: src/www/firewall_nat_edit.php 772 '' +msgstr "" #: src/www/firewall_nat_edit.php 777 +msgstr "" #: src/www/firewall_nat_edit.php 780
            192.168.1.12 +msgstr "" #: src/www/firewall_nat_edit.php 785 +msgstr "" #: src/www/firewall_nat_edit.php 788 +msgstr "" #: src/www/firewall_nat_edit.php 799 +msgstr "" #: src/www/firewall_nat_edit.php 806 +msgstr "" #: src/www/firewall_nat_edit.php 809
            +msgstr "" #: src/www/firewall_nat_edit.php 816 +msgstr "" #: src/www/firewall_nat_edit.php 820 +msgstr "" #: src/www/firewall_nat_edit.php 823 +msgstr "" #: src/www/firewall_nat_edit.php 824 +msgstr "" #: src/www/firewall_nat_edit.php 825 +msgstr "" #: src/www/firewall_nat_edit.php 826 +msgstr "" #: src/www/firewall_nat_edit.php 832 +msgstr "" #: src/www/firewall_nat_edit.php 835 +msgstr "" #: src/www/firewall_nat_edit.php 836 +msgstr "" #: src/www/firewall_nat_edit.php 846 $linkedrule = "
            " . gettext("View the filter rule") . "
            "; +msgstr "" #: src/www/firewall_nat_edit.php 854 echo "n"; +msgstr "" #: src/www/firewall_nat_edit.php 863 +msgstr "" #: src/www/firewall_nat_edit.php 866 +msgstr "" #: src/www/firewall_nat_edit.php 867 +msgstr "" #: src/www/firewall_nat_edit.php 868 +msgstr "" #: src/www/firewall_nat_edit.php 869 +msgstr "" #: src/www/firewall_nat_edit.php 871

            +msgstr "" #: src/www/firewall_nat_edit.php 887 +msgstr "" #: src/www/firewall_nat_edit.php 891 +msgstr "" #: src/www/firewall_nat_edit.php @@ -20816,11 +24740,13 @@ src/www/firewall_nat_edit.php +msgstr "" #: src/www/firewall_nat_edit.php 899 +msgstr "" #: src/www/firewall_nat_edit.php @@ -20828,869 +24754,1037 @@ src/www/firewall_nat_edit.php +msgstr "" #: src/www/firewall_nat_edit.php 913 " /> +msgstr "" #: src/www/firewall_nat_edit.php 914 " onclick="window.location.href=''" /> +msgstr "" #: src/www/firewall_nat_npt.php 65 $pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("NPt")); +msgstr "" #: src/www/firewall_nat_npt.php 85 " . gettext("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"); +msgstr "" #: src/www/firewall_nat_npt.php 93 $tab_array[] = array(gettext("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"); +msgstr "" #: src/www/firewall_nat_npt.php 95 $tab_array[] = array(gettext("NPt"), true, "firewall_nat_npt.php"); +msgstr "" #: src/www/firewall_nat_npt.php 108 +msgstr "" #: src/www/firewall_nat_npt.php 109 +msgstr "" #: src/www/firewall_nat_npt.php 110 +msgstr "" #: src/www/firewall_nat_npt.php 111 +msgstr "" #: src/www/firewall_nat_npt.php 155 " class="btn btn-default btn-xs">')" title="" alt="delete" class="btn btn-default btn-xs"> +msgstr "" #: src/www/firewall_nat_npt_edit.php 94 $reqdfieldsn = array(gettext("Interface")); +msgstr "" #: src/www/firewall_nat_npt_edit.php 96 $reqdfieldsn[] = gettext("Source prefix"); +msgstr "" #: src/www/firewall_nat_npt_edit.php 98 $reqdfieldsn[] = gettext("Destination prefix"); +msgstr "" #: src/www/firewall_nat_npt_edit.php 134 $pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("NPt"),gettext("Edit")); +msgstr "" #: src/www/firewall_nat_npt_edit.php 160 +msgstr "" #: src/www/firewall_nat_npt_edit.php 163 +msgstr "" #: src/www/firewall_nat_npt_edit.php 166
            +msgstr "" #: src/www/firewall_nat_npt_edit.php 167 +msgstr "" #: src/www/firewall_nat_npt_edit.php 171 +msgstr "" #: src/www/firewall_nat_npt_edit.php 207 .
            +msgstr "" #: src/www/firewall_nat_npt_edit.php 208 .
            +msgstr "" #: src/www/firewall_nat_npt_edit.php 211 +msgstr "" #: src/www/firewall_nat_npt_edit.php 214 +msgstr "" #: src/www/firewall_nat_npt_edit.php 216 +msgstr "" #: src/www/firewall_nat_npt_edit.php 221    +msgstr "" #: src/www/firewall_nat_npt_edit.php 241 +msgstr "" #: src/www/firewall_nat_npt_edit.php 250 +msgstr "" #: src/www/firewall_nat_npt_edit.php 252 +msgstr "" #: src/www/firewall_nat_npt_edit.php 257    +msgstr "" #: src/www/firewall_nat_npt_edit.php 278
            +msgstr "" #: src/www/firewall_nat_npt_edit.php 282 +msgstr "" #: src/www/firewall_nat_npt_edit.php 285
            " /> +msgstr "" #: src/www/firewall_nat_npt_edit.php 292 " onclick="window.location.href=''" /> +msgstr "" #: src/www/firewall_nat_out.php 86 $natent['descr'] .= sprintf(gettext(' - %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")); +msgstr "" #: src/www/firewall_nat_out.php 108 $savemsg = gettext("Default rules for each interface have been created."); +msgstr "" #: src/www/firewall_nat_out.php 199 $pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("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.")); +msgstr "" #: src/www/firewall_nat_out.php 225 $tab_array[] = array(gettext("Port Forward"), false, "firewall_nat.php"); +msgstr "" #: src/www/firewall_nat_out.php 226 $tab_array[] = array(gettext("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"); +msgstr "" #: src/www/firewall_nat_out.php 228 $tab_array[] = array(gettext("NPt"), false, "firewall_nat_npt.php"); +msgstr "" #: src/www/firewall_nat_out.php 237 +msgstr "" #: src/www/firewall_nat_out.php 247
            +msgstr "" #: src/www/firewall_nat_out.php 248 +msgstr "" #: src/www/firewall_nat_out.php 256
            +msgstr "" #: src/www/firewall_nat_out.php 257 +msgstr "" #: src/www/firewall_nat_out.php 268
            +msgstr "" #: src/www/firewall_nat_out.php 269 +msgstr "" #: src/www/firewall_nat_out.php 277
            +msgstr "" #: src/www/firewall_nat_out.php 278 +msgstr "" #: src/www/firewall_nat_out.php 285 " /> +msgstr "" #: src/www/firewall_nat_out.php 300 +msgstr "" #: src/www/firewall_nat_out.php 306 +msgstr "" #: src/www/firewall_nat_out.php 307 +msgstr "" #: src/www/firewall_nat_out.php 308 +msgstr "" #: src/www/firewall_nat_out.php 309 +msgstr "" #: src/www/firewall_nat_out.php 310 +msgstr "" #: src/www/firewall_nat_out.php 311 +msgstr "" #: src/www/firewall_nat_out.php 312 +msgstr "" #: src/www/firewall_nat_out.php 313 +msgstr "" #: src/www/firewall_nat_out.php 314 +msgstr "" #: src/www/firewall_nat_out.php 358 " class=" "> +msgstr "" #: src/www/firewall_nat_out.php 363 " class="btn btn-default btn-xs "> +msgstr "" #: src/www/firewall_nat_out.php 439 echo gettext("YES"); +msgstr "" #: src/www/firewall_nat_out.php 441 echo gettext("NO"); +msgstr "" #: src/www/firewall_nat_out.php 449 +msgstr "" #: src/www/firewall_nat_out.php 451 " 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"> +msgstr "" #: src/www/firewall_nat_out.php 453 " class="btn btn-default btn-xs"> +msgstr "" #: src/www/firewall_nat_out.php 474 +msgstr "" #: src/www/firewall_nat_out.php 479 " alt="add" class="btn btn-default btn-xs"> +msgstr "" #: src/www/firewall_nat_out.php 484 " class="btn btn-default btn-xs"> +msgstr "" #: src/www/firewall_nat_out.php 488 +msgstr "" #: src/www/firewall_nat_out.php 506 +msgstr "" #: src/www/firewall_nat_out.php 510 +msgstr "" #: src/www/firewall_nat_out.php 511 +msgstr "" #: src/www/firewall_nat_out.php 512 +msgstr "" #: src/www/firewall_nat_out.php 513 +msgstr "" #: src/www/firewall_nat_out.php 514 +msgstr "" #: src/www/firewall_nat_out.php 515 +msgstr "" #: src/www/firewall_nat_out.php 516 +msgstr "" #: src/www/firewall_nat_out.php 517 +msgstr "" #: src/www/firewall_nat_out.php 518 +msgstr "" #: src/www/firewall_nat_out.php 529 "> +msgstr "" #: src/www/firewall_nat_out.php 591 echo gettext("YES"); +msgstr "" #: src/www/firewall_nat_out.php 593 echo gettext("NO"); +msgstr "" #: src/www/firewall_nat_out.php 608
            +msgstr "" #: src/www/firewall_nat_out.php 609 +msgstr "" #: src/www/firewall_nat_out.php 621 +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); +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")); +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."); +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."); +msgstr "" #: src/www/firewall_nat_out_edit.php 157 $input_errors[] = gettext("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."); +msgstr "" #: src/www/firewall_nat_out_edit.php 165 $input_errors[] = gettext("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."); +msgstr "" #: src/www/firewall_nat_out_edit.php 173 $input_errors[] = gettext("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."); +msgstr "" #: src/www/firewall_nat_out_edit.php 182 $input_errors[] = gettext("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."); +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."); +msgstr "" #: src/www/firewall_nat_out_edit.php 203 $input_errors[] = gettext("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")); +msgstr "" #: src/www/firewall_nat_out_edit.php 449 +msgstr "" #: src/www/firewall_nat_out_edit.php 456 +msgstr "" #: src/www/firewall_nat_out_edit.php 459
            +msgstr "" #: src/www/firewall_nat_out_edit.php 460 +msgstr "" #: src/www/firewall_nat_out_edit.php 464 +msgstr "" #: src/www/firewall_nat_out_edit.php 467 +msgstr "" #: src/www/firewall_nat_out_edit.php 468
            +msgstr "" #: src/www/firewall_nat_out_edit.php 472 +msgstr "" #: src/www/firewall_nat_out_edit.php 510
            +msgstr "" #: src/www/firewall_nat_out_edit.php 511 +msgstr "" #: src/www/firewall_nat_out_edit.php 516 +msgstr "" #: src/www/firewall_nat_out_edit.php 528
            +msgstr "" #: src/www/firewall_nat_out_edit.php 530 printf(gettext("Hint in most cases, you should specify %s any %s here."),""," "); +msgstr "" #: src/www/firewall_nat_out_edit.php 536 +msgstr "" #: src/www/firewall_nat_out_edit.php 540    +msgstr "" #: src/www/firewall_nat_out_edit.php 543 +msgstr "" #: src/www/firewall_nat_out_edit.php 544 +msgstr "" #: src/www/firewall_nat_out_edit.php 545 +msgstr "" #: src/www/firewall_nat_out_edit.php 550    +msgstr "" #: src/www/firewall_nat_out_edit.php 575 +msgstr "" #: src/www/firewall_nat_out_edit.php 579    +msgstr "" #: src/www/firewall_nat_out_edit.php 582 +msgstr "" #: src/www/firewall_nat_out_edit.php 589 +msgstr "" #: src/www/firewall_nat_out_edit.php 592
            +msgstr "" #: src/www/firewall_nat_out_edit.php 593
            +msgstr "" #: src/www/firewall_nat_out_edit.php 597    +msgstr "" #: src/www/firewall_nat_out_edit.php 601 +msgstr "" #: src/www/firewall_nat_out_edit.php 604 +msgstr "" #: src/www/firewall_nat_out_edit.php 610    +msgstr "" #: src/www/firewall_nat_out_edit.php 635 +msgstr "" #: src/www/firewall_nat_out_edit.php 639    +msgstr "" #: src/www/firewall_nat_out_edit.php 642 +msgstr "" #: src/www/firewall_nat_out_edit.php 649 +msgstr "" #: src/www/firewall_nat_out_edit.php 653    +msgstr "" #: src/www/firewall_nat_out_edit.php 657 +msgstr "" #: src/www/firewall_nat_out_edit.php 703 +msgstr "" #: src/www/firewall_nat_out_edit.php 710    +msgstr "" #: src/www/firewall_nat_out_edit.php 728
            +msgstr "" #: src/www/firewall_nat_out_edit.php 729 +msgstr "" #: src/www/firewall_nat_out_edit.php 732 +msgstr "" #: src/www/firewall_nat_out_edit.php 764
            +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 +msgstr "" #: src/www/firewall_nat_out_edit.php 786    +msgstr "" #: src/www/firewall_nat_out_edit.php 793 +msgstr "" #: src/www/firewall_nat_out_edit.php 796 +msgstr "" #: src/www/firewall_nat_out_edit.php 800 +msgstr "" #: src/www/firewall_nat_out_edit.php 804 +msgstr "" #: src/www/firewall_nat_out_edit.php 816 +msgstr "" #: src/www/firewall_nat_out_edit.php 822 +msgstr "" #: src/www/firewall_nat_out_edit.php @@ -21698,11 +25792,13 @@ src/www/firewall_nat_out_edit.php +msgstr "" #: src/www/firewall_nat_out_edit.php 833 +msgstr "" #: src/www/firewall_nat_out_edit.php @@ -21710,1186 +25806,1420 @@ src/www/firewall_nat_out_edit.php +msgstr "" #: src/www/firewall_nat_out_edit.php 847 " /> +msgstr "" #: src/www/firewall_nat_out_edit.php 848 " onclick="window.location.href=''" /> +msgstr "" #: src/www/firewall_rules.php 35 $pgtitle = array(gettext("Firewall"),gettext("Rules")); +msgstr "" #: src/www/firewall_rules.php 99 $config = write_config(gettext("Drag and drop firewall rules ordering update.")); +msgstr "" #: src/www/firewall_rules.php 117 "" => gettext("any"), +msgstr "" #: src/www/firewall_rules.php 118 "echoreq" => gettext("Echo request"), +msgstr "" #: src/www/firewall_rules.php 119 "echorep" => gettext("Echo reply"), +msgstr "" #: src/www/firewall_rules.php 120 "unreach" => gettext("Destination unreachable"), +msgstr "" #: src/www/firewall_rules.php 121 "squench" => gettext("Source quench"), +msgstr "" #: src/www/firewall_rules.php 122 "redir" => gettext("Redirect"), +msgstr "" #: src/www/firewall_rules.php 123 "althost" => gettext("Alternate Host"), +msgstr "" #: src/www/firewall_rules.php 124 "routeradv" => gettext("Router advertisement"), +msgstr "" #: src/www/firewall_rules.php 125 "routersol" => gettext("Router solicitation"), +msgstr "" #: src/www/firewall_rules.php 126 "timex" => gettext("Time exceeded"), +msgstr "" #: src/www/firewall_rules.php 127 "paramprob" => gettext("Invalid IP header"), +msgstr "" #: src/www/firewall_rules.php 128 "timereq" => gettext("Timestamp"), +msgstr "" #: src/www/firewall_rules.php 129 "timerep" => gettext("Timestamp reply"), +msgstr "" #: src/www/firewall_rules.php 130 "inforeq" => gettext("Information request"), +msgstr "" #: src/www/firewall_rules.php 131 "inforep" => gettext("Information reply"), +msgstr "" #: src/www/firewall_rules.php 132 "maskreq" => gettext("Address mask request"), +msgstr "" #: src/www/firewall_rules.php 133 "maskrep" => gettext("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"),"",""); +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}"); +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.")); +msgstr "" #: src/www/firewall_rules.php 372 $tab_array[] = array(gettext("Floating"), $active, "firewall_rules.php?if=FloatingRules"); +msgstr "" #: src/www/firewall_rules.php 395 +msgstr "" #: src/www/firewall_rules.php 396 +msgstr "" #: src/www/firewall_rules.php 397 +msgstr "" #: src/www/firewall_rules.php 398 +msgstr "" #: src/www/firewall_rules.php 399 +msgstr "" #: src/www/firewall_rules.php 400 +msgstr "" #: src/www/firewall_rules.php 401 +msgstr "" #: src/www/firewall_rules.php 402 +msgstr "" #: src/www/firewall_rules.php 403 +msgstr "" #: src/www/firewall_rules.php 419 +msgstr "" #: src/www/firewall_rules.php 421 " class="btn btn-default btn-xs"> +msgstr "" #: src/www/firewall_rules.php 445 +msgstr "" #: src/www/firewall_rules.php 447 " alt="move" class="btn btn-default btn-xs"> +msgstr "" #: src/www/firewall_rules.php 448 " 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"> +msgstr "" #: src/www/firewall_rules.php 461 +msgstr "" #: src/www/firewall_rules.php 468 +msgstr "" #: src/www/firewall_rules.php 470 " alt="move" class="btn btn-default btn-xs"> +msgstr "" #: src/www/firewall_rules.php 472 " 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"> +msgstr "" #: src/www/firewall_rules.php 484 +msgstr "" #: src/www/firewall_rules.php 491 +msgstr "" #: src/www/firewall_rules.php 493 " alt="move" class="btn btn-default btn-xs"> +msgstr "" #: src/www/firewall_rules.php 495 " 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"> +msgstr "" #: src/www/firewall_rules.php 512 $advanced_set = ""; +msgstr "" #: src/www/firewall_rules.php 543 " > +msgstr "" #: src/www/firewall_rules.php 591 $dayArray = array (gettext('Mon'),gettext('Tues'),gettext('Wed'),gettext('Thur'),gettext('Fri'),gettext('Sat'),gettext('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')); +msgstr "" #: src/www/firewall_rules.php 701 $alttext = gettext("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"); +msgstr "" #: src/www/firewall_rules.php 712 $alttext = gettext("This rule is not currently active because its period has expired"); +msgstr "" #: src/www/firewall_rules.php 773 echo gettext("none"); +msgstr "" #: src/www/firewall_rules.php 785 +msgstr "" #: src/www/firewall_rules.php 786 " 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"> +msgstr "" #: src/www/firewall_rules.php 789 " class="btn btn-default btn-xs"> +msgstr "" #: src/www/firewall_rules.php 801

            +msgstr "" #: src/www/firewall_rules.php 803
            +msgstr "" #: src/www/firewall_rules.php 804

            +msgstr "" #: src/www/firewall_rules.php 806
            +msgstr "" #: src/www/firewall_rules.php 825 +msgstr "" #: src/www/firewall_rules.php 826 +msgstr "" #: src/www/firewall_rules.php 827 " class="btn btn-default btn-xs"> +msgstr "" #: src/www/firewall_rules.php 840 +msgstr "" #: src/www/firewall_rules.php 843 +msgstr "" #: src/www/firewall_rules.php 846 +msgstr "" #: src/www/firewall_rules.php 849 +msgstr "" #: src/www/firewall_rules.php 852 +msgstr "" #: src/www/firewall_rules.php 856 +msgstr "" #: src/www/firewall_rules.php 859 +msgstr "" #: src/www/firewall_rules.php 862 +msgstr "" #: src/www/firewall_rules.php 865 +msgstr "" #: src/www/firewall_rules.php 868 +msgstr "" #: src/www/firewall_rules.php 874 +msgstr "" #: src/www/firewall_rules.php 878
          • +msgstr "" #: src/www/firewall_rules_edit.php 815 +msgstr "" #: src/www/firewall_rules_edit.php 829
            +msgstr "" #: src/www/firewall_rules_edit.php 830 +msgstr "" #: src/www/firewall_rules_edit.php 835 +msgstr "" #: src/www/firewall_rules_edit.php 838
            +msgstr "" #: src/www/firewall_rules_edit.php 839 +msgstr "" #: src/www/firewall_rules_edit.php 845 +msgstr "" #: src/www/firewall_rules_edit.php 849
            +msgstr "" #: src/www/firewall_rules_edit.php 850 +msgstr "" #: src/www/firewall_rules_edit.php 857 +msgstr "" #: src/www/firewall_rules_edit.php 859
            +msgstr "" #: src/www/firewall_rules_edit.php 860
            +msgstr "" #: src/www/firewall_rules_edit.php 867 echo "" . gettext("View the NAT rule") . "
            "; +msgstr "" #: src/www/firewall_rules_edit.php 885 +msgstr "" #: src/www/firewall_rules_edit.php 926 +msgstr "" #: src/www/firewall_rules_edit.php 932 +msgstr "" #: src/www/firewall_rules_edit.php 950 +msgstr "" #: src/www/firewall_rules_edit.php 962
            +msgstr "" #: src/www/firewall_rules_edit.php 966 +msgstr "" #: src/www/firewall_rules_edit.php 976
            TCP  
            +msgstr "" #: src/www/firewall_rules_edit.php 980 +msgstr "" #: src/www/firewall_rules_edit.php 985 "" => gettext("any"), +msgstr "" #: src/www/firewall_rules_edit.php 986 "echoreq" => gettext("Echo request"), +msgstr "" #: src/www/firewall_rules_edit.php 987 "echorep" => gettext("Echo reply"), +msgstr "" #: src/www/firewall_rules_edit.php 988 "unreach" => gettext("Destination unreachable"), +msgstr "" #: src/www/firewall_rules_edit.php 989 "squench" => gettext("Source quench"), +msgstr "" #: src/www/firewall_rules_edit.php 990 "redir" => gettext("Redirect"), +msgstr "" #: src/www/firewall_rules_edit.php 991 "althost" => gettext("Alternate Host"), +msgstr "" #: src/www/firewall_rules_edit.php 992 "routeradv" => gettext("Router advertisement"), +msgstr "" #: src/www/firewall_rules_edit.php 993 "routersol" => gettext("Router solicitation"), +msgstr "" #: src/www/firewall_rules_edit.php 994 "timex" => gettext("Time exceeded"), +msgstr "" #: src/www/firewall_rules_edit.php 995 "paramprob" => gettext("Invalid IP header"), +msgstr "" #: src/www/firewall_rules_edit.php 996 "timereq" => gettext("Timestamp"), +msgstr "" #: src/www/firewall_rules_edit.php 997 "timerep" => gettext("Timestamp reply"), +msgstr "" #: src/www/firewall_rules_edit.php 998 "inforeq" => gettext("Information request"), +msgstr "" #: src/www/firewall_rules_edit.php 999 "inforep" => gettext("Information reply"), +msgstr "" #: src/www/firewall_rules_edit.php 1000 "maskreq" => gettext("Address mask request"), +msgstr "" #: src/www/firewall_rules_edit.php 1001 "maskrep" => gettext("Address mask reply") +msgstr "" #: src/www/firewall_rules_edit.php 1009 +msgstr "" #: src/www/firewall_rules_edit.php 1013 +msgstr "" #: src/www/firewall_rules_edit.php 1016 +msgstr "" #: src/www/firewall_rules_edit.php 1018 +msgstr "" #: src/www/firewall_rules_edit.php 1023    +msgstr "" #: src/www/firewall_rules_edit.php 1028 +msgstr "" #: src/www/firewall_rules_edit.php 1035 > +msgstr "" #: src/www/firewall_rules_edit.php 1036 +msgstr "" #: src/www/firewall_rules_edit.php 1038 +msgstr "" #: src/www/firewall_rules_edit.php 1041 +msgstr "" #: src/www/firewall_rules_edit.php 1044 +msgstr "" #: src/www/firewall_rules_edit.php 1047 +msgstr "" #: src/www/firewall_rules_edit.php 1052 +msgstr "" #: src/www/firewall_rules_edit.php 1054 +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="" /> - +msgstr "" #: src/www/firewall_rules_edit.php 1081 +msgstr "" #: src/www/firewall_rules_edit.php 1085    +msgstr "" #: src/www/firewall_rules_edit.php 1088 +msgstr "" #: src/www/firewall_rules_edit.php 1089 +msgstr "" #: src/www/firewall_rules_edit.php 1098 +msgstr "" #: src/www/firewall_rules_edit.php 1101 +msgstr "" #: src/www/firewall_rules_edit.php 1102 +msgstr "" #: src/www/firewall_rules_edit.php 1112 "").

            +msgstr "" #: src/www/firewall_rules_edit.php 1116 +msgstr "" #: src/www/firewall_rules_edit.php 1119 +msgstr "" #: src/www/firewall_rules_edit.php 1121 +msgstr "" #: src/www/firewall_rules_edit.php 1126    +msgstr "" #: src/www/firewall_rules_edit.php 1131 +msgstr "" #: src/www/firewall_rules_edit.php 1138 > +msgstr "" #: src/www/firewall_rules_edit.php 1139 +msgstr "" #: src/www/firewall_rules_edit.php 1140 +msgstr "" #: src/www/firewall_rules_edit.php 1142 +msgstr "" #: src/www/firewall_rules_edit.php 1145 +msgstr "" #: src/www/firewall_rules_edit.php 1148 +msgstr "" #: src/www/firewall_rules_edit.php 1153 +msgstr "" #: src/www/firewall_rules_edit.php 1155 +msgstr "" #: src/www/firewall_rules_edit.php 1163    +msgstr "" #: src/www/firewall_rules_edit.php 1180 +msgstr "" #: src/www/firewall_rules_edit.php 1184    +msgstr "" #: src/www/firewall_rules_edit.php 1187 +msgstr "" #: src/www/firewall_rules_edit.php 1188 +msgstr "" #: src/www/firewall_rules_edit.php 1197 +msgstr "" #: src/www/firewall_rules_edit.php 1200 +msgstr "" #: src/www/firewall_rules_edit.php 1201 +msgstr "" #: src/www/firewall_rules_edit.php 1212 +msgstr "" #: src/www/firewall_rules_edit.php 1214 +msgstr "" #: src/www/firewall_rules_edit.php 1219 +msgstr "" #: src/www/firewall_rules_edit.php 1222 +msgstr "" #: src/www/firewall_rules_edit.php @@ -22898,337 +27228,403 @@ src/www/firewall_rules_edit.php the firewall has limited local log space. Don't turn on logging for everything. If you want to do a lot of logging, consider using a remote syslog server"); ?> ( ). +msgstr "" #: src/www/firewall_rules_edit.php 1228 +msgstr "" #: src/www/firewall_rules_edit.php 1232 +msgstr "" #: src/www/firewall_rules_edit.php 1240 " /> +msgstr "" #: src/www/firewall_rules_edit.php 1241 " onclick="window.location.href=''" /> +msgstr "" #: src/www/firewall_rules_edit.php 1254 +msgstr "" #: src/www/firewall_rules_edit.php 1257 +msgstr "" #: src/www/firewall_rules_edit.php 1260 " /> - +msgstr "" #: src/www/firewall_rules_edit.php 1263   +msgstr "" #: src/www/firewall_rules_edit.php 1274 +msgstr "" #: src/www/firewall_rules_edit.php 1279 +msgstr "" #: src/www/firewall_rules_edit.php 1282 " /> - +msgstr "" #: src/www/firewall_rules_edit.php 1295 +msgstr "" #: src/www/firewall_rules_edit.php 1298 " /> - +msgstr "" #: src/www/firewall_rules_edit.php 1302
            +msgstr "" #: src/www/firewall_rules_edit.php 1305
            +msgstr "" #: src/www/firewall_rules_edit.php 1308
            +msgstr "" #: src/www/firewall_rules_edit.php 1311
            +msgstr "" #: src/www/firewall_rules_edit.php 1313

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

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

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

            +msgstr "" #: src/www/firewall_rules_edit.php 1325 +msgstr "" #: src/www/firewall_rules_edit.php 1328 +msgstr "" #: src/www/firewall_rules_edit.php 1330

            +msgstr "" #: src/www/firewall_rules_edit.php 1335 +msgstr "" #: src/www/firewall_rules_edit.php 1338 " /> - +msgstr "" #: src/www/firewall_rules_edit.php 1367 />
          • +msgstr "" #: src/www/firewall_rules_edit.php 1369 +msgstr "" #: src/www/firewall_rules_edit.php 1378 " /> - +msgstr "" #: src/www/firewall_rules_edit.php 1384
            +msgstr "" #: src/www/firewall_rules_edit.php 1387 +msgstr "" #: src/www/firewall_rules_edit.php 1388 +msgstr "" #: src/www/firewall_rules_edit.php 1389 +msgstr "" #: src/www/firewall_rules_edit.php 1390 +msgstr "" #: src/www/firewall_rules_edit.php 1393 +msgstr "" #: src/www/firewall_rules_edit.php 1396
            +msgstr "" #: src/www/firewall_rules_edit.php 1397
            +msgstr "" #: src/www/firewall_rules_edit.php 1398
            +msgstr "" #: src/www/firewall_rules_edit.php 1399
            +msgstr "" #: src/www/firewall_rules_edit.php 1405 +msgstr "" #: src/www/firewall_rules_edit.php 1408 " /> - +msgstr "" #: src/www/firewall_rules_edit.php 1412 +msgstr "" #: src/www/firewall_rules_edit.php 1417 +msgstr "" #: src/www/firewall_rules_edit.php 1420 " /> - +msgstr "" #: src/www/firewall_rules_edit.php 1452

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

            +msgstr "" #: src/www/firewall_rules_edit.php 1472 +msgstr "" #: src/www/firewall_rules_edit.php 1475 " /> - +msgstr "" #: src/www/firewall_rules_edit.php 1494

            +msgstr "" #: src/www/firewall_rules_edit.php 1499 +msgstr "" #: src/www/firewall_rules_edit.php 1502 " /> - +msgstr "" #: src/www/firewall_rules_edit.php 1506 +msgstr "" #: src/www/firewall_rules_edit.php 1543

            +msgstr "" #: src/www/firewall_rules_edit.php 1548 +msgstr "" #: src/www/firewall_rules_edit.php 1551 " /> - +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.");?>
            +msgstr "" #: src/www/firewall_rules_edit.php 1598 +msgstr "" #: src/www/firewall_rules_edit.php 1601 " /> - +msgstr "" #: src/www/firewall_rules_edit.php 1648 +msgstr "" #: src/www/firewall_rules_edit.php 1653 +msgstr "" #: src/www/firewall_rules_edit.php 1656 " /> - +msgstr "" #: src/www/firewall_rules_edit.php 1676 +msgstr "" #: src/www/firewall_rules_edit.php 1697 +msgstr "" #: src/www/firewall_rules_edit.php @@ -23236,11 +27632,13 @@ src/www/firewall_rules_edit.php +msgstr "" #: src/www/firewall_rules_edit.php 1705 +msgstr "" #: src/www/firewall_rules_edit.php @@ -23248,245 +27646,292 @@ src/www/firewall_rules_edit.php +msgstr "" #: src/www/firewall_rules_edit.php 1716 " /> +msgstr "" #: src/www/firewall_rules_edit.php 1717 " 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')); +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')); +msgstr "" #: src/www/firewall_schedule.php 37 $pgtitle = array(gettext("Firewall"),gettext("Schedules")); +msgstr "" #: src/www/firewall_schedule.php 64 $savemsg = sprintf(gettext("Cannot delete Schedule. Currently in use by %s"),$referenced_by); +msgstr "" #: src/www/firewall_schedule.php 105 +msgstr "" #: src/www/firewall_schedule.php 106 +msgstr "" #: src/www/firewall_schedule.php 107 +msgstr "" #: src/www/firewall_schedule.php 121  " width="17" height="17" border="0" alt="schedule" /> +msgstr "" #: src/www/firewall_schedule.php 226 " class="btn btn-default btn-xs"> +msgstr "" #: src/www/firewall_schedule.php 227 " class="btn btn-default btn-xs"> +msgstr "" #: src/www/firewall_schedule.php 237


            +msgstr "" #: src/www/firewall_schedule_edit.php 48 $pgtitle = array(gettext("Firewall"),gettext("Schedules"),gettext("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')); +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')); +msgstr "" #: src/www/firewall_schedule_edit.php 76 $input_errors[] = gettext("Schedule may not be named LAN."); +msgstr "" #: src/www/firewall_schedule_edit.php 78 $input_errors[] = gettext("Schedule may not be named WAN."); +msgstr "" #: src/www/firewall_schedule_edit.php 80 $input_errors[] = gettext("Schedule name cannot be blank."); +msgstr "" #: src/www/firewall_schedule_edit.php 84 $input_errors[] = gettext("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"); +msgstr "" #: src/www/firewall_schedule_edit.php 96 $input_errors[] = gettext("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]); +msgstr "" #: src/www/firewall_schedule_edit.php 113 $input_errors[] = sprintf(gettext("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."); +msgstr "" #: src/www/firewall_schedule_edit.php 777

            +msgstr "" #: src/www/firewall_schedule_edit.php 788 +msgstr "" #: src/www/firewall_schedule_edit.php 794 +msgstr "" #: src/www/firewall_schedule_edit.php 799 +msgstr "" #: src/www/firewall_schedule_edit.php 805 +msgstr "" #: src/www/firewall_schedule_edit.php 808 +msgstr "" #: src/www/firewall_schedule_edit.php 816 +msgstr "" #: src/www/firewall_schedule_edit.php 858 +msgstr "" #: src/www/firewall_schedule_edit.php 859 +msgstr "" #: src/www/firewall_schedule_edit.php 860 +msgstr "" #: src/www/firewall_schedule_edit.php 861 +msgstr "" #: src/www/firewall_schedule_edit.php 862 +msgstr "" #: src/www/firewall_schedule_edit.php 863 +msgstr "" #: src/www/firewall_schedule_edit.php 864 +msgstr "" #: src/www/firewall_schedule_edit.php 921 +msgstr "" #: src/www/firewall_schedule_edit.php 925 +msgstr "" #: src/www/firewall_schedule_edit.php 929 +msgstr "" #: src/www/firewall_schedule_edit.php 942     +msgstr "" #: src/www/firewall_schedule_edit.php 949   +msgstr "" #: src/www/firewall_schedule_edit.php 967     +msgstr "" #: src/www/firewall_schedule_edit.php 974   +msgstr "" #: src/www/firewall_schedule_edit.php @@ -23494,265 +27939,317 @@ src/www/firewall_schedule_edit.php +msgstr "" #: src/www/firewall_schedule_edit.php 982 +msgstr "" #: src/www/firewall_schedule_edit.php 985 +msgstr "" #: src/www/firewall_schedule_edit.php 992 " class="btn btn-default" onclick="javascript processEntries();" />    +msgstr "" #: src/www/firewall_schedule_edit.php 993 " class="btn btn-default" onclick="javascript clearCalendar(); clearTime(); clearDescr();" /> +msgstr "" #: src/www/firewall_schedule_edit.php 1005 +msgstr "" #: src/www/firewall_schedule_edit.php 1010 +msgstr "" #: src/www/firewall_schedule_edit.php 1015 +msgstr "" #: src/www/firewall_schedule_edit.php 1016 +msgstr "" #: src/www/firewall_schedule_edit.php 1017 +msgstr "" #: src/www/firewall_schedule_edit.php 1018 +msgstr "" #: src/www/firewall_schedule_edit.php 1177 " /> +msgstr "" #: src/www/firewall_schedule_edit.php 1178 " onclick="window.location.href=''" /> +msgstr "" #: src/www/firewall_shaper.php 42 $pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper")); +msgstr "" #: src/www/firewall_shaper.php 119 $savemsg = gettext("Unable to write config.xml (Access Denied?)"); +msgstr "" #: src/www/firewall_shaper.php 148 $input_errors[] = gettext("Could not create new queue/discipline!"); +msgstr "" #: src/www/firewall_shaper.php 164 $input_errors[] = gettext("Queue not found!"); +msgstr "" #: src/www/firewall_shaper.php 173 $input_errors[] = gettext("Queue not found!"); +msgstr "" #: src/www/firewall_shaper.php 182 $input_errors[] = gettext("Queue not found!"); +msgstr "" #: src/www/firewall_shaper.php 259 $input_errors[] = gettext("Could not add new queue."); +msgstr "" #: src/www/firewall_shaper.php 335 $output_form .= "
            " . gettext("Queue Actions") . "
            "; +msgstr "" #: src/www/firewall_shaper.php 338 $output_form .= ""; +msgstr "" #: src/www/firewall_shaper.php 346 $output_form .= ""; +msgstr "" #: src/www/firewall_shaper.php 357 $output_form .= " value="" . gettext("Delete this queue") . "" />"; +msgstr "" #: src/www/firewall_shaper.php 359 $output_form .= " value="" . gettext("Disable shaper on interface") . "" />"; +msgstr "" #: src/www/firewall_shaper.php 398 ".gettext("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"); +msgstr "" #: src/www/firewall_shaper.php 407 $tab_array[1] = array(gettext("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"); +msgstr "" #: src/www/firewall_shaper.php 409 $tab_array[3] = array(gettext("Layer7"), false, "firewall_shaper_layer7.php"); +msgstr "" #: src/www/firewall_shaper.php 410 $tab_array[4] = array(gettext("Wizards"), false, "firewall_shaper_wizards.php"); +msgstr "" #: src/www/firewall_shaper.php 426 " class="btn btn-primary" /> +msgstr "" #: src/www/firewall_shaper_layer7.php 47 $pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper"), gettext("Layer7")); +msgstr "" #: src/www/firewall_shaper_layer7.php 53 $default_layer7shaper_msg .= "
            " . gettext("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") . ".

            "; +msgstr "" #: src/www/firewall_shaper_layer7.php 99 $input_errors[] = gettext("Layer7 Rules Container not found!"); +msgstr "" #: src/www/firewall_shaper_layer7.php 149 $dupe_error = gettext("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'), +msgstr "" #: src/www/firewall_shaper_layer7.php 400 " . gettext("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"); +msgstr "" #: src/www/firewall_shaper_layer7.php 409 $tab_array[1] = array(gettext("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"); +msgstr "" #: src/www/firewall_shaper_layer7.php 411 $tab_array[3] = array(gettext("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"); +msgstr "" #: src/www/firewall_shaper_layer7.php 449 +msgstr "" #: src/www/firewall_shaper_layer7.php 461 +msgstr "" #: src/www/firewall_shaper_layer7.php 470 +msgstr "" #: src/www/firewall_shaper_layer7.php 477 +msgstr "" #: src/www/firewall_shaper_layer7.php 484 +msgstr "" #: src/www/firewall_shaper_layer7.php 565 " /> +msgstr "" #: src/www/firewall_shaper_layer7.php 567 " /> +msgstr "" #: src/www/firewall_shaper_layer7.php 571 " /> +msgstr "" #: src/www/firewall_shaper_queues.php @@ -23760,1135 +28257,1360 @@ src/www/firewall_shaper_queues.php $pgtitle = gettext("Firewall Shaper By Queues View"); +msgstr "" #: src/www/firewall_shaper_queues.php 183 " . gettext("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"); +msgstr "" #: src/www/firewall_shaper_queues.php 192 $tab_array[1] = array(gettext("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"); +msgstr "" #: src/www/firewall_shaper_queues.php 194 $tab_array[3] = array(gettext("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"); +msgstr "" #: src/www/firewall_shaper_vinterface.php 41 $pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper"), gettext("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."); +msgstr "" #: src/www/firewall_shaper_vinterface.php 101 $input_errors[] = sprintf(gettext("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?)"); +msgstr "" #: src/www/firewall_shaper_vinterface.php 147 $input_errors[] = gettext("Could not create new queue/discipline!"); +msgstr "" #: src/www/firewall_shaper_vinterface.php 160 $input_errors[] = gettext("Queue not found!"); +msgstr "" #: src/www/firewall_shaper_vinterface.php 170 $input_errors[] = gettext("Queue not found!"); +msgstr "" #: src/www/firewall_shaper_vinterface.php 180 $input_errors[] = gettext("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"); +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"); +msgstr "" #: src/www/firewall_shaper_vinterface.php 234 $input_errors[] = gettext("Could not add new queue."); +msgstr "" #: src/www/firewall_shaper_vinterface.php 303 $output_form .= gettext("Queue Actions"); +msgstr "" #: src/www/firewall_shaper_vinterface.php 306 $output_form .= ""; +msgstr "" #: src/www/firewall_shaper_vinterface.php 314 $output_form .= ""; +msgstr "" #: src/www/firewall_shaper_vinterface.php 325 $output_form .= " value="" . gettext("Delete this queue") ."" />"; +msgstr "" #: src/www/firewall_shaper_vinterface.php 327 $output_form .= " value="" . gettext("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'), +msgstr "" #: src/www/firewall_shaper_vinterface.php 383 ".gettext("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"); +msgstr "" #: src/www/firewall_shaper_vinterface.php 392 $tab_array[1] = array(gettext("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"); +msgstr "" #: src/www/firewall_shaper_vinterface.php 394 $tab_array[3] = array(gettext("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"); +msgstr "" #: src/www/firewall_shaper_wizards.php 62 $pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper"),gettext("Wizards")); +msgstr "" #: src/www/firewall_shaper_wizards.php 66 gettext("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", +msgstr "" #: src/www/firewall_shaper_wizards.php 87 ".gettext("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"); +msgstr "" #: src/www/firewall_shaper_wizards.php 95 $tab_array[1] = array(gettext("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"); +msgstr "" #: src/www/firewall_shaper_wizards.php 97 $tab_array[3] = array(gettext("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"); +msgstr "" #: src/www/firewall_shaper_wizards.php 112 +msgstr "" #: src/www/firewall_shaper_wizards.php 113 +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."); +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."); +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']}."; +msgstr "" #: src/www/firewall_virtual_ip.php 178 $pgtitle = array(gettext("Firewall"),gettext("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.")); +msgstr "" #: src/www/firewall_virtual_ip.php 210 $tab_array[] = array(gettext("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"); +msgstr "" #: src/www/firewall_virtual_ip.php 226 +msgstr "" #: src/www/firewall_virtual_ip.php 227 +msgstr "" #: src/www/firewall_virtual_ip.php 228 +msgstr "" #: src/www/firewall_virtual_ip.php 229 +msgstr "" #: src/www/firewall_virtual_ip.php 264 "> +msgstr "" #: src/www/firewall_virtual_ip.php 266 ')"> +msgstr "" #: src/www/firewall_virtual_ip.php 278


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

            +msgstr "" #: src/www/firewall_virtual_ip.php 280 .

            +msgstr "" #: src/www/firewall_virtual_ip_edit.php 88 $reqdfieldsn = array(gettext("Type")); +msgstr "" #: src/www/firewall_virtual_ip_edit.php 97 $input_errors[] = gettext("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."); +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."); +msgstr "" #: src/www/firewall_virtual_ip_edit.php 134 $input_errors[] = gettext("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"); +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'])); +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."); +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); +msgstr "" #: src/www/firewall_virtual_ip_edit.php 169 $input_errors[] = gettext("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."); +msgstr "" #: src/www/firewall_virtual_ip_edit.php 240 $pgtitle = array(gettext("Firewall"),gettext("Virtual IP Address"),gettext("Edit")); +msgstr "" #: src/www/firewall_virtual_ip_edit.php 268 var carpnote = document.createTextNode(""); +msgstr "" #: src/www/firewall_virtual_ip_edit.php 269 var proxyarpnote = document.createTextNode(""); +msgstr "" #: src/www/firewall_virtual_ip_edit.php 270 var ipaliasnote = document.createTextNode(""); +msgstr "" #: src/www/firewall_virtual_ip_edit.php 342

            +msgstr "" #: src/www/firewall_virtual_ip_edit.php 352 +msgstr "" #: src/www/firewall_virtual_ip_edit.php 355 /> +msgstr "" #: src/www/firewall_virtual_ip_edit.php 357 /> +msgstr "" #: src/www/firewall_virtual_ip_edit.php 359 /> +msgstr "" #: src/www/firewall_virtual_ip_edit.php 361 /> +msgstr "" #: src/www/firewall_virtual_ip_edit.php 365 +msgstr "" #: src/www/firewall_virtual_ip_edit.php 380 +msgstr "" #: src/www/firewall_virtual_ip_edit.php 384    +msgstr "" #: src/www/firewall_virtual_ip_edit.php 387 +msgstr "" #: src/www/firewall_virtual_ip_edit.php 389 +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 +msgstr "" #: src/www/firewall_virtual_ip_edit.php 429
            +msgstr "" #: src/www/firewall_virtual_ip_edit.php 433 +msgstr "" #: src/www/firewall_virtual_ip_edit.php 441
            +msgstr "" #: src/www/firewall_virtual_ip_edit.php 445 +msgstr "" #: src/www/firewall_virtual_ip_edit.php 462 +msgstr "" #: src/www/firewall_virtual_ip_edit.php 466 +msgstr "" #: src/www/firewall_virtual_ip_edit.php 469
            +msgstr "" #: src/www/firewall_virtual_ip_edit.php 474 " /> +msgstr "" #: src/www/firewall_virtual_ip_edit.php 475 " onclick="window.location.href=''" /> +msgstr "" #: src/www/firewall_virtual_ip_edit.php 486
            +msgstr "" #: src/www/firewall_virtual_ip_edit.php 488 +msgstr "" #: src/www/firewall_virtual_ip_edit.php 489

            . +msgstr "" #: src/www/foot.inc 25 +msgstr "" #: src/www/graph.php 104 > +msgstr "" #: src/www/graph.php 105 > +msgstr "" #: src/www/graph.php 109 > +msgstr "" #: src/www/graph.php 110 > () +msgstr "" #: src/www/graph.php 113 > +msgstr "" #: src/www/graph.php 116 text-anchor="middle">... +msgstr "" #: src/www/graph.php 128 throw ''; +msgstr "" #: src/www/graph.php 135 throw ''; +msgstr "" #: src/www/graph.php 151 throw ''; +msgstr "" #: src/www/graph.php 188 SVGDoc.getElementById('switch_unit').firstChild.data = ' ' + unit + '/s'; +msgstr "" #: src/www/graph.php 194 scale_type = (scale_type == 'up') ? '' ''; +msgstr "" #: src/www/graph.php 355 return Math.round(speed / 125) + " "; +msgstr "" #: src/www/graph.php 357 return Math.round(speed / 1250)/100 + " "; +msgstr "" #: src/www/graph.php 359 return Math.round(speed / 1250000)/100 + " "; /* wow! */ +msgstr "" #: src/www/graph.php 365 return Math.round(speed / 10.24)/100 + " "; +msgstr "" #: src/www/graph.php 367 return Math.round(speed / 10485.76)/100 + " "; +msgstr "" #: src/www/graph.php 369 return Math.round(speed / 10737418.24)/100 + " "; /* wow! */ +msgstr "" #: src/www/graph_cpu.php 71 text-anchor="middle"> +msgstr "" #: src/www/graph_cpu.php 72 text-anchor="middle">... +msgstr "" #: src/www/graph_cpu.php 84 throw ''; +msgstr "" #: src/www/graph_cpu.php 91 throw ''; +msgstr "" #: src/www/graph_cpu.php 107 throw ''; +msgstr "" #: src/www/guiconfig.inc 248 $input_errors[] = sprintf(gettext("The field %s contains invalid characters."), $pn); +msgstr "" #: src/www/guiconfig.inc 254 $input_errors[] = sprintf(gettext("The field %s is required."), $reqdfieldsn[$i]); +msgstr "" #: src/www/guiconfig.inc 266 echo "

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

            n
              "; +msgstr "" #: src/www/guiconfig.inc 285 $value = gettext("Apply changes"); +msgstr "" #: src/www/guiconfig.inc 292 if(stristr($msg, gettext("apply")) != false || stristr($msg, gettext("save")) != false || stristr($msg, gettext("create")) != false || $showapply) { +msgstr "" #: src/www/guiconfig.inc 334 $savebutton .= ""; +msgstr "" #: src/www/guiconfig.inc 357 $savebutton = ""; +msgstr "" #: src/www/guiconfig.inc 385 $to_return = gettext("The changes have been applied successfully."); +msgstr "" #: src/www/guiconfig.inc 390 $to_return .= "
              " . gettext("You can also monitor the filter reload progress."); +msgstr "" #: src/www/guiconfig.inc 942 echo "

              ".gettext("Currently viewing ")."

              "; +msgstr "" #: src/www/guiconfig.inc 1001 $close_title="title='".gettext('move mouse out this alias to hide')."'"; +msgstr "" #: src/www/guiconfig.inc 1041 $alias_objects_with_details .= " ". gettext("listing only first 10k items") . ""; +msgstr "" #: src/www/guiconfig.inc 1065 $alias_caption = "{$alias_descr_substr} - {$counter} {$item_text}  edit "; +msgstr "" #: src/www/guiconfig.inc 1076 //$loading_image="loader " .gettext("loading...").""; +msgstr "" #: src/www/guiconfig.inc 1088 //$span_begin = ""; +msgstr "" #: src/www/halt.php 35 $pgtitle = array(gettext("Diagnostics"),gettext("Halt system")); +msgstr "" #: src/www/halt.php 47 +msgstr "" #: src/www/halt.php 56

              +msgstr "" #: src/www/halt.php 59 " /> +msgstr "" #: src/www/halt.php 60 +msgstr "" #: src/www/headjs.php 131 message_html += ''; +msgstr "" #: src/www/index.php 123 write_config(gettext("Widget configuration has been changed.")); +msgstr "" #: src/www/index.php 397 $pgtitle = array(gettext("Status Dashboard")); +msgstr "" #: src/www/index.php 426

              !

              +msgstr "" #: src/www/index.php 442 echo sprintf(gettext("Welcome to %s!n"),$g['product_name']) . "

              "; +msgstr "" #: src/www/index.php 443 echo gettext("One moment while we start the initial setup wizard.") . "

              n"; +msgstr "" #: src/www/index.php 444 echo gettext("Embedded platform users Please be patient, the wizard takes a little longer to run than the normal GUI.") . "

              n"; +msgstr "" #: src/www/index.php 445 echo sprintf(gettext("To bypass the wizard, click on the %s logo on the initial page."),$g['product_name']) . "n"; +msgstr "" #: src/www/index.php 618 +msgstr "" #: src/www/interfaces.php 233 $input_errors[] = sprintf(gettext("Sorry, an alias with the name %s already exists."),$wancfg['descr']); +msgstr "" #: src/www/interfaces.php 401 $intput_errors[] = gettext("You have already applied your settings!"); +msgstr "" #: src/www/interfaces.php 486 $input_errors[] = gettext("An interface with the specified description already exists."); +msgstr "" #: src/www/interfaces.php 492 $input_errors[] = gettext("The DHCP Server is active on this interface and it can be used only with a static IP configuration. Please disable the DHCP Server service on this interface first, then change the interface configuration."); +msgstr "" #: src/www/interfaces.php 494 $input_errors[] = gettext("The DHCP6 Server is active on this interface and it can be used only with a static IPv6 configuration. Please disable the DHCPv6 Server service on this interface first, then change the interface configuration."); +msgstr "" #: src/www/interfaces.php 499 $reqdfieldsn = array(gettext("IPv4 address"),gettext("Subnet bit count"),gettext("Gateway")); +msgstr "" #: src/www/interfaces.php 506 $input_errors[] = gettext("This interface is referenced by IPv4 VIPs. Please delete those before setting the interface to 'none' configuration."); +msgstr "" #: src/www/interfaces.php 511 $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type']); +msgstr "" #: src/www/interfaces.php 515 $reqdfieldsn = array(gettext("Modem Port"),gettext("Phone Number")); +msgstr "" #: src/www/interfaces.php 521 $reqdfieldsn = array(gettext("PPPoE username"),gettext("PPPoE password"),gettext("Dial on demand"),gettext("Idle timeout value")); +msgstr "" #: src/www/interfaces.php 524 $reqdfieldsn = array(gettext("PPPoE username"),gettext("PPPoE password")); +msgstr "" #: src/www/interfaces.php 531 $reqdfieldsn = array(gettext("PPTP username"),gettext("PPTP password"),gettext("PPTP local IP address"),gettext("PPTP subnet"),gettext("PPTP remote IP address"),gettext("Dial on demand"),gettext("Idle timeout value")); +msgstr "" #: src/www/interfaces.php 534 $reqdfieldsn = array(gettext("PPTP username"),gettext("PPTP password"),gettext("PPTP local IP address"),gettext("PPTP subnet"),gettext("PPTP remote IP address")); +msgstr "" #: src/www/interfaces.php 541 $reqdfieldsn = array(gettext("L2TP username"),gettext("L2TP password"),gettext("L2TP remote IP address"),gettext("Dial on demand"),gettext("Idle timeout value")); +msgstr "" #: src/www/interfaces.php 544 $reqdfieldsn = array(gettext("L2TP username"),gettext("L2TP password"),gettext("L2TP remote IP address")); +msgstr "" #: src/www/interfaces.php 552 $reqdfieldsn = array(gettext("IPv6 address"),gettext("Subnet bit count"),gettext("Gateway")); +msgstr "" #: src/www/interfaces.php 559 $input_errors[] = gettext("This interface is referenced by IPv6 VIPs. Please delete those before setting the interface to 'none' configuration."); +msgstr "" #: src/www/interfaces.php 564 $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +msgstr "" #: src/www/interfaces.php 570 $input_errors[] = gettext("You can only have one interface configured in 6rd with same prefix."); +msgstr "" #: src/www/interfaces.php 576 $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +msgstr "" #: src/www/interfaces.php 581 $input_errors[] = sprintf(gettext("You can only have one interface configured as 6to4."),$_POST['type6']); +msgstr "" #: src/www/interfaces.php 586 $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +msgstr "" #: src/www/interfaces.php 591 $input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +msgstr "" #: src/www/interfaces.php 594 $input_errors[] = gettext("You must enter a valid hexadecimal number for the IPv6 prefix ID."); +msgstr "" #: src/www/interfaces.php 598 $input_errors[] = gettext("You specified an IPv6 prefix ID that is out of range."); +msgstr "" #: src/www/interfaces.php 610 $input_errors[] = gettext("A valid IPv4 address must be specified."); +msgstr "" #: src/www/interfaces.php 613 $input_errors[] = gettext("This IPv4 address is being used by another interface or VIP."); +msgstr "" #: src/www/interfaces.php 618 $input_errors[] = gettext("This IPv4 address is the network address and cannot be used"); +msgstr "" #: src/www/interfaces.php 620 $input_errors[] = gettext("This IPv4 address is the broadcast address and cannot be used"); +msgstr "" #: src/www/interfaces.php 626 $input_errors[] = gettext("This IPv4 address conflicts with a Static Route."); +msgstr "" #: src/www/interfaces.php 635 $input_errors[] = gettext("A valid IPv6 address must be specified."); +msgstr "" #: src/www/interfaces.php 638 $input_errors[] = gettext("This IPv6 address is being used by another interface or VIP."); +msgstr "" #: src/www/interfaces.php 643 $input_errors[] = gettext("This IPv6 address conflicts with a Static Route."); +msgstr "" #: src/www/interfaces.php 651 $input_errors[] = gettext("A valid subnet bit count must be specified."); +msgstr "" #: src/www/interfaces.php 653 $input_errors[] = gettext("A valid subnet bit count must be specified."); +msgstr "" #: src/www/interfaces.php 655 $input_errors[] = gettext("A valid alias IP address must be specified."); +msgstr "" #: src/www/interfaces.php 657 $input_errors[] = gettext("A valid alias subnet bit count must be specified."); +msgstr "" #: src/www/interfaces.php 659 $input_errors[] = gettext("A valid alias IP address must be specified to reject DHCP Leases from."); +msgstr "" #: src/www/interfaces.php 673 $input_errors[] = gettext("A valid gateway must be specified."); +msgstr "" #: src/www/interfaces.php 677 $input_errors[] = gettext("The service name contains invalid characters."); +msgstr "" #: src/www/interfaces.php 679 $input_errors[] = gettext("The idle timeout value must be an integer."); +msgstr "" #: src/www/interfaces.php 682 $input_errors[] = gettext("A valid PPPoE reset hour must be specified (0-23)."); +msgstr "" #: src/www/interfaces.php 685 $input_errors[] = gettext("A valid PPPoE reset minute must be specified (0-59)."); +msgstr "" #: src/www/interfaces.php 687 $input_errors[] = gettext("A valid PPPoE reset date must be specified (mm/dd/yyyy)."); +msgstr "" #: src/www/interfaces.php 689 $input_errors[] = gettext("A valid PPTP local IP address must be specified."); +msgstr "" #: src/www/interfaces.php 691 $input_errors[] = gettext("A valid PPTP subnet bit count must be specified."); +msgstr "" #: src/www/interfaces.php 693 $input_errors[] = gettext("A valid PPTP remote IP address must be specified."); +msgstr "" #: src/www/interfaces.php 695 $input_errors[] = gettext("The idle timeout value must be an integer."); +msgstr "" #: src/www/interfaces.php 697 $input_errors[] = gettext("A valid MAC address must be specified."); +msgstr "" #: src/www/interfaces.php 700 $input_errors[] = gettext("The MTU must be greater than 576 bytes and less than 9000."); +msgstr "" #: src/www/interfaces.php 709 $input_errors[] = gettext("MTU of a vlan should not be bigger than parent interface."); +msgstr "" #: src/www/interfaces.php 724 $input_errors[] = sprintf(gettext("Interface %s (VLAN) has MTU set to a bigger value"), $ifdata['descr']); +msgstr "" #: src/www/interfaces.php 729 $input_errors[] = gettext("The MSS must be greater than 576 bytes."); +msgstr "" #: src/www/interfaces.php 733 $reqdfieldsn = array(gettext("Mode")); +msgstr "" #: src/www/interfaces.php 736 $reqdfieldsn[] = gettext("SSID"); +msgstr "" #: src/www/interfaces.php 771 $input_errors[] = gettext("Invalid WEP key size. Sizes should be 40 (64) bit keys or 104 (128) bit."); +msgstr "" #: src/www/interfaces.php 779 $input_errors[] = gettext("The length of the passphrase should be between 8 and 63 characters."); +msgstr "" #: src/www/interfaces.php 1312 $input_errors[] = sprintf(gettext("Unable to change mode to %s. You may already have the maximum number of wireless clones supported in this mode."), $wlan_modes[$wancfg['wireless']['mode']]); +msgstr "" #: src/www/interfaces.php 1335 $pgtitle = array(gettext("Interfaces"), $pconfig['descr']); +msgstr "" #: src/www/interfaces.php 1340 $types4 = array("none" => gettext("None"), "staticv4" => gettext("Static IPv4"), "dhcp" => gettext("DHCP"), "ppp" => gettext("PPP"), "pppoe" => gettext("PPPoE"), "pptp" => gettext("PPTP"), "l2tp" => gettext("L2TP")); +msgstr "" #: src/www/interfaces.php 1341 $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"), "dhcp6" => gettext("DHCP6"), "slaac" => gettext("SLAAC"), "6rd" => gettext("6rd Tunnel"), "6to4" => gettext("6to4 Tunnel"), "track6" => gettext("Track Interface")); +msgstr "" #: src/www/interfaces.php 1556 ".gettext("You must apply the changes in order for them to take effect.")."

              ".gettext("Don't forget to adjust the DHCP Server range if needed after applying."));?>
              +msgstr "" #: src/www/interfaces.php 1572 +msgstr "" #: src/www/interfaces.php 1577 +msgstr "" #: src/www/interfaces.php 1580 +msgstr "" #: src/www/interfaces.php 1592 +msgstr "" #: src/www/interfaces.php 1595
              +msgstr "" #: src/www/interfaces.php 1599 +msgstr "" #: src/www/interfaces.php 1615 +msgstr "" #: src/www/interfaces.php 1631 +msgstr "" #: src/www/interfaces.php 1640 +msgstr "" #: src/www/interfaces.php 1643
              +msgstr "" #: src/www/interfaces.php @@ -24900,278 +29622,331 @@ xx xx xx xx " . +msgstr "" #: src/www/interfaces.php 1651 +msgstr "" #: src/www/interfaces.php 1656 print gettext("If you leave this field blank, the adapter's default MTU will " . +msgstr "" #: src/www/interfaces.php 1662 +msgstr "" #: src/www/interfaces.php 1666 ' . gettext("Speed and duplex") . ''; +msgstr "" #: src/www/interfaces.php 1680 echo ' - ' . gettext("Show advanced option"); +msgstr "" #: src/www/interfaces.php 1690 print ""; +msgstr "" #: src/www/interfaces.php 1692 print ""; +msgstr "" #: src/www/interfaces.php 1696 echo gettext("Here you can explicitly set speed and duplex mode for this interface. WARNING You MUST leave this set to autoselect (automatically negotiate speed) unless the port this interface connects to has its speed and duplex forced."); +msgstr "" #: src/www/interfaces.php 1711 +msgstr "" #: src/www/interfaces.php 1716 +msgstr "" #: src/www/interfaces.php 1744 +msgstr "" #: src/www/interfaces.php 1747 +msgstr "" #: src/www/interfaces.php 1762 -or +msgstr "" #: src/www/interfaces.php 1765
              +msgstr "" #: src/www/interfaces.php 1766 +msgstr "" #: src/www/interfaces.php 1777 +msgstr "" #: src/www/interfaces.php 1784 /> +msgstr "" #: src/www/interfaces.php 1787 " /> +msgstr "" #: src/www/interfaces.php 1790 +msgstr "" #: src/www/interfaces.php 1793 +msgstr "" #: src/www/interfaces.php 1799 " onclick='hide_add_gatewaysave();' /> +msgstr "" #: src/www/interfaces.php 1800 " onclick='hide_add_gateway();' /> +msgstr "" #: src/www/interfaces.php 1820 +msgstr "" #: src/www/interfaces.php 1825 +msgstr "" #: src/www/interfaces.php 1853 +msgstr "" #: src/www/interfaces.php 1856 +msgstr "" #: src/www/interfaces.php 1871 - or +msgstr "" #: src/www/interfaces.php 1874
              +msgstr "" #: src/www/interfaces.php 1875 +msgstr "" #: src/www/interfaces.php 1886

              +msgstr "" #: src/www/interfaces.php 1894 /> +msgstr "" #: src/www/interfaces.php 1897 " /> +msgstr "" #: src/www/interfaces.php 1900 +msgstr "" #: src/www/interfaces.php 1903 +msgstr "" #: src/www/interfaces.php 1909 " onclick='hide_add_gatewaysave_v6();' /> +msgstr "" #: src/www/interfaces.php 1910 " onclick='hide_add_gateway_v6();' /> +msgstr "" #: src/www/interfaces.php 1930 +msgstr "" #: src/www/interfaces.php 1931 ' . +msgstr "" #: src/www/interfaces.php 1939 +msgstr "" #: src/www/interfaces.php 1942 +msgstr "" #: src/www/interfaces.php 1944 +msgstr "" #: src/www/interfaces.php 1949 +msgstr "" #: src/www/interfaces.php 1953 +msgstr "" #: src/www/interfaces.php 1978 +msgstr "" #: src/www/interfaces.php 1990 +msgstr "" #: src/www/interfaces.php 1991 +msgstr "" #: src/www/interfaces.php 1996 +msgstr "" #: src/www/interfaces.php 2017 " ); ?> +msgstr "" #: src/www/interfaces.php 2058 Lease Requirements and Requests"); ?> +msgstr "" #: src/www/interfaces.php @@ -25179,11 +29954,13 @@ src/www/interfaces.php Send Options"); ?>
              +msgstr "" #: src/www/interfaces.php 2063 " . +msgstr "" #: src/www/interfaces.php @@ -25191,11 +29968,13 @@ src/www/interfaces.php Request Options"); ?>
              +msgstr "" #: src/www/interfaces.php 2071 " . +msgstr "" #: src/www/interfaces.php @@ -25203,11 +29982,13 @@ src/www/interfaces.php Require Options"); ?>
              +msgstr "" #: src/www/interfaces.php 2077 +msgstr "" #: src/www/interfaces.php @@ -25215,4053 +29996,4852 @@ src/www/interfaces.php Option Modifiers"); ?> +msgstr "" #: src/www/interfaces.php 2086 " . +msgstr "" #: src/www/interfaces.php 2092 Configuration File Override"); ?> +msgstr "" #: src/www/interfaces.php 2096 " . +msgstr "" #: src/www/interfaces.php 2150 +msgstr "" #: src/www/interfaces.php 2163 +msgstr "" #: src/www/interfaces.php 2178 +msgstr "" #: src/www/interfaces.php 2182 +msgstr "" #: src/www/interfaces.php 2185 +msgstr "" #: src/www/interfaces.php 2189 +msgstr "" #: src/www/interfaces.php 2202 +msgstr "" #: src/www/interfaces.php 2206 +msgstr "" #: src/www/interfaces.php 2209 +msgstr "" #: src/www/interfaces.php 2215 Interface Statement"); ?> +msgstr "" #: src/www/interfaces.php 2218 +msgstr "" #: src/www/interfaces.php 2221
              +msgstr "" #: src/www/interfaces.php 2224 " . +msgstr "" #: src/www/interfaces.php 2230
              +msgstr "" #: src/www/interfaces.php 2233 " . +msgstr "" #: src/www/interfaces.php 2237
              +msgstr "" #: src/www/interfaces.php 2240 " . +msgstr "" #: src/www/interfaces.php 2247 Identity Association Statement"); ?> +msgstr "" #: src/www/interfaces.php 2252 +msgstr "" #: src/www/interfaces.php 2254 +msgstr "" #: src/www/interfaces.php 2255 ID"); ?> +msgstr "" #: src/www/interfaces.php 2258 +msgstr "" #: src/www/interfaces.php 2259 ipv6-address"); ?> +msgstr "" #: src/www/interfaces.php 2261 pltime"); ?> +msgstr "" #: src/www/interfaces.php 2263 vltime"); ?> +msgstr "" #: src/www/interfaces.php 2269 +msgstr "" #: src/www/interfaces.php 2271 +msgstr "" #: src/www/interfaces.php 2272 ID"); ?> +msgstr "" #: src/www/interfaces.php 2275 +msgstr "" #: src/www/interfaces.php 2276 ipv6-prefix"); ?> +msgstr "" #: src/www/interfaces.php 2278 pltime"); ?> +msgstr "" #: src/www/interfaces.php 2280 vltime"); ?> +msgstr "" #: src/www/interfaces.php 2288 Prefix Interface Statement"); ?> +msgstr "" #: src/www/interfaces.php 2291 +msgstr "" #: src/www/interfaces.php 2292 sla-id"); ?> +msgstr "" #: src/www/interfaces.php 2294 sla-len"); ?> +msgstr "" #: src/www/interfaces.php 2301 Authentication Statement"); ?> +msgstr "" #: src/www/interfaces.php 2304 authname"); ?> +msgstr "" #: src/www/interfaces.php 2306 protocol"); ?> +msgstr "" #: src/www/interfaces.php 2308 algorithm"); ?> +msgstr "" #: src/www/interfaces.php 2310 rdm"); ?> +msgstr "" #: src/www/interfaces.php 2317 Keyinfo Statement"); ?> +msgstr "" #: src/www/interfaces.php 2320 keyname"); ?> +msgstr "" #: src/www/interfaces.php 2322 realm"); ?> +msgstr "" #: src/www/interfaces.php 2325 keyid"); ?> +msgstr "" #: src/www/interfaces.php 2327 secret"); ?> +msgstr "" #: src/www/interfaces.php 2329 expire"); ?> +msgstr "" #: src/www/interfaces.php 2336 Configuration File Override"); ?> +msgstr "" #: src/www/interfaces.php 2341 " . +msgstr "" #: src/www/interfaces.php 2422 +msgstr "" #: src/www/interfaces.php 2425 +msgstr "" #: src/www/interfaces.php 2429
              +msgstr "" #: src/www/interfaces.php 2433 +msgstr "" #: src/www/interfaces.php 2437
              +msgstr "" #: src/www/interfaces.php 2441 +msgstr "" #: src/www/interfaces.php 2453 +msgstr "" #: src/www/interfaces.php 2466 +msgstr "" #: src/www/interfaces.php 2469 +msgstr "" #: src/www/interfaces.php 2499
              +msgstr "" #: src/www/interfaces.php 2503 +msgstr "" #: src/www/interfaces.php 2512 +msgstr "" #: src/www/interfaces.php 2514 hexadecimal value between %x and %x here, default value is 0."), 0, $ipv6_num_prefix_ids - 1); ?> +msgstr "" #: src/www/interfaces.php 2527 +msgstr "" #: src/www/interfaces.php 2530 +msgstr "" #: src/www/interfaces.php 2534 +msgstr "" #: src/www/interfaces.php 2542    +msgstr "" #: src/www/interfaces.php 2550    +msgstr "" #: src/www/interfaces.php 2558 +msgstr "" #: src/www/interfaces.php 2562 +msgstr "" #: src/www/interfaces.php 2568 +msgstr "" #: src/www/interfaces.php 2574 +msgstr "" #: src/www/interfaces.php 2580 +msgstr "" #: src/www/interfaces.php 2586 +msgstr "" #: src/www/interfaces.php 2610 +msgstr "" #: src/www/interfaces.php 2613 +msgstr "" #: src/www/interfaces.php 2614 +msgstr "" #: src/www/interfaces.php 2618 +msgstr "" #: src/www/interfaces.php 2619 +msgstr "" #: src/www/interfaces.php 2633 +msgstr "" #: src/www/interfaces.php 2636 +msgstr "" #: src/www/interfaces.php 2642 +msgstr "" #: src/www/interfaces.php 2648 +msgstr "" #: src/www/interfaces.php 2650
              +msgstr "" #: src/www/interfaces.php 2654 +msgstr "" #: src/www/interfaces.php 2657
              +msgstr "" #: src/www/interfaces.php 2658 +msgstr "" #: src/www/interfaces.php 2662 +msgstr "" #: src/www/interfaces.php 2664
              +msgstr "" #: src/www/interfaces.php 2668 +msgstr "" #: src/www/interfaces.php 2675 +msgstr "" #: src/www/interfaces.php 2676 +msgstr "" #: src/www/interfaces.php 2677 +msgstr "" #: src/www/interfaces.php 2678 +msgstr "" #: src/www/interfaces.php 2686
              +msgstr "" #: src/www/interfaces.php 2688
              +msgstr "" #: src/www/interfaces.php 2690 +msgstr "" #: src/www/interfaces.php 2692 +msgstr "" #: src/www/interfaces.php 2693 +msgstr "" #: src/www/interfaces.php 2701 +msgstr "" #: src/www/interfaces.php 2704 +msgstr "" #: src/www/interfaces.php 2707 +msgstr "" #: src/www/interfaces.php 2710 +msgstr "" #: src/www/interfaces.php 2719 +msgstr "" #: src/www/interfaces.php 2722 +msgstr "" #: src/www/interfaces.php 2723 +msgstr "" #: src/www/interfaces.php 2727 +msgstr "" #: src/www/interfaces.php 2728 +msgstr "" #: src/www/interfaces.php 2742 +msgstr "" #: src/www/interfaces.php 2745 +msgstr "" #: src/www/interfaces.php 2751 +msgstr "" #: src/www/interfaces.php 2757 +msgstr "" #: src/www/interfaces.php 2770 +msgstr "" #: src/www/interfaces.php 2776 +msgstr "" #: src/www/interfaces.php 2779
              +msgstr "" #: src/www/interfaces.php 2780 +msgstr "" #: src/www/interfaces.php 2784 +msgstr "" #: src/www/interfaces.php 2786
              +msgstr "" #: src/www/interfaces.php 2790 +msgstr "" #: src/www/interfaces.php 2793 +msgstr "" #: src/www/interfaces.php 2794 +msgstr "" #: src/www/interfaces.php 2798 +msgstr "" #: src/www/interfaces.php 2799 . +msgstr "" #: src/www/interfaces.php 2814 . +msgstr "" #: src/www/interfaces.php 2817 +msgstr "" #: src/www/interfaces.php 2820
              +msgstr "" #: src/www/interfaces.php 2824 +msgstr "" #: src/www/interfaces.php 2844 802.11g OFDM +msgstr "" #: src/www/interfaces.php 2847 +msgstr "" #: src/www/interfaces.php 2848 +msgstr "" #: src/www/interfaces.php 2849 +msgstr "" #: src/www/interfaces.php 2852 +msgstr "" #: src/www/interfaces.php 2860 +msgstr "" #: src/www/interfaces.php 2873 +msgstr "" #: src/www/interfaces.php 2877 +msgstr "" #: src/www/interfaces.php 2880 +msgstr "" #: src/www/interfaces.php 2900 +msgstr "" #: src/www/interfaces.php 2902 +msgstr "" #: src/www/interfaces.php 2907 +msgstr "" #: src/www/interfaces.php 2913
              +msgstr "" #: src/www/interfaces.php 2915 +msgstr "" #: src/www/interfaces.php 2916 +msgstr "" #: src/www/interfaces.php 2917 +msgstr "" #: src/www/interfaces.php 2924
              +msgstr "" #: src/www/interfaces.php 2926 +msgstr "" #: src/www/interfaces.php 2927 +msgstr "" #: src/www/interfaces.php 2928 +msgstr "" #: src/www/interfaces.php 2929 +msgstr "" #: src/www/interfaces.php 2936
              +msgstr "" #: src/www/interfaces.php 2938 +msgstr "" #: src/www/interfaces.php 2939 +msgstr "" #: src/www/interfaces.php 2940 +msgstr "" #: src/www/interfaces.php 2941 +msgstr "" #: src/www/interfaces.php 2948 +msgstr "" #: src/www/interfaces.php 2954 +msgstr "" #: src/www/interfaces.php 2958
              +msgstr "" #: src/www/interfaces.php 2959 +msgstr "" #: src/www/interfaces.php 2964 +msgstr "" #: src/www/interfaces.php 2966
              +msgstr "" #: src/www/interfaces.php 2968 +msgstr "" #: src/www/interfaces.php 2980 +msgstr "" #: src/www/interfaces.php 2982
              +msgstr "" #: src/www/interfaces.php 2984 +msgstr "" #: src/www/interfaces.php 2996 . +msgstr "" #: src/www/interfaces.php 2998
              +msgstr "" #: src/www/interfaces.php 3000 +msgstr "" #: src/www/interfaces.php 3001 +msgstr "" #: src/www/interfaces.php 3002 +msgstr "" #: src/www/interfaces.php 3003 +msgstr "" #: src/www/interfaces.php 3006 +msgstr "" #: src/www/interfaces.php 3008 +msgstr "" #: src/www/interfaces.php 3015 +msgstr "" #: src/www/interfaces.php 3018 +msgstr "" #: src/www/interfaces.php 3021 +msgstr "" #: src/www/interfaces.php 3022 +msgstr "" #: src/www/interfaces.php 3023 +msgstr "" #: src/www/interfaces.php 3028 +msgstr "" #: src/www/interfaces.php 3032 +msgstr "" #: src/www/interfaces.php 3037 +msgstr "" #: src/www/interfaces.php 3040 +msgstr "" #: src/www/interfaces.php 3042 +msgstr "" #: src/www/interfaces.php 3044 +msgstr "" #: src/www/interfaces.php 3047 +msgstr "" #: src/www/interfaces.php 3052 +msgstr "" #: src/www/interfaces.php 3055
              +msgstr "" #: src/www/interfaces.php 3060 +msgstr "" #: src/www/interfaces.php 3064 +msgstr "" #: src/www/interfaces.php 3066 +msgstr "" #: src/www/interfaces.php 3070 +msgstr "" #: src/www/interfaces.php 3073
              +msgstr "" #: src/www/interfaces.php 3077 +msgstr "" #: src/www/interfaces.php 3081 +msgstr "" #: src/www/interfaces.php 3083 +msgstr "" #: src/www/interfaces.php 3087 +msgstr "" #: src/www/interfaces.php 3090 +msgstr "" #: src/www/interfaces.php 3095    +msgstr "" #: src/www/interfaces.php 3098    +msgstr "" #: src/www/interfaces.php 3107    +msgstr "" #: src/www/interfaces.php 3116    +msgstr "" #: src/www/interfaces.php 3125    +msgstr "" #: src/www/interfaces.php 3135
              +msgstr "" #: src/www/interfaces.php 3136 +msgstr "" #: src/www/interfaces.php 3140 +msgstr "" #: src/www/interfaces.php 3143 +msgstr "" #: src/www/interfaces.php 3148    +msgstr "" #: src/www/interfaces.php 3151    +msgstr "" #: src/www/interfaces.php 3157
              +msgstr "" #: src/www/interfaces.php 3161 +msgstr "" #: src/www/interfaces.php 3164 +msgstr "" #: src/www/interfaces.php 3165 +msgstr "" #: src/www/interfaces.php 3166 +msgstr "" #: src/www/interfaces.php 3171 +msgstr "" #: src/www/interfaces.php 3174 +msgstr "" #: src/www/interfaces.php 3175 +msgstr "" #: src/www/interfaces.php 3176 +msgstr "" #: src/www/interfaces.php 3181 +msgstr "" #: src/www/interfaces.php 3184 +msgstr "" #: src/www/interfaces.php 3185 +msgstr "" #: src/www/interfaces.php 3186 +msgstr "" #: src/www/interfaces.php 3188

              +msgstr "" #: src/www/interfaces.php 3192 +msgstr "" #: src/www/interfaces.php 3195 +msgstr "" #: src/www/interfaces.php 3196 +msgstr "" #: src/www/interfaces.php 3197 +msgstr "" #: src/www/interfaces.php 3202 +msgstr "" #: src/www/interfaces.php 3205
              +msgstr "" #: src/www/interfaces.php 3209 +msgstr "" #: src/www/interfaces.php 3212
              +msgstr "" #: src/www/interfaces.php 3216 +msgstr "" #: src/www/interfaces.php 3219
              +msgstr "" #: src/www/interfaces.php 3223 +msgstr "" #: src/www/interfaces.php 3226
              +msgstr "" #: src/www/interfaces.php 3227
              +msgstr "" #: src/www/interfaces.php 3231 +msgstr "" #: src/www/interfaces.php 3234
              +msgstr "" #: src/www/interfaces.php 3238 +msgstr "" #: src/www/interfaces.php 3241
              +msgstr "" #: src/www/interfaces.php 3245 +msgstr "" #: src/www/interfaces.php 3252 +msgstr "" #: src/www/interfaces.php 3255
              +msgstr "" #: src/www/interfaces.php 3259 +msgstr "" #: src/www/interfaces.php 3262
              +msgstr "" #: src/www/interfaces.php 3266 +msgstr "" #: src/www/interfaces.php 3273 802.1X +msgstr "" #: src/www/interfaces.php 3284 +msgstr "" #: src/www/interfaces.php 3291
              +msgstr "" #: src/www/interfaces.php 3292   
              +msgstr "" #: src/www/interfaces.php 3304 Advanced Firewall/NAT settings.")?> +msgstr "" #: src/www/interfaces.php 3322 " /> +msgstr "" #: src/www/interfaces.php 3323 " onclick="window.location.href=''" /> +msgstr "" #: src/www/interfaces.php 3435 jQuery('#notebox').html("

              .

              "); +msgstr "" #: src/www/interfaces.php 3444 jQuery('#noteboxv6').html("

              .

              "); +msgstr "" #: src/www/interfaces_assign.php 31 $pgtitle = array(gettext("Interfaces"),gettext("Assign network ports")); +msgstr "" #: src/www/interfaces_assign.php 45 $descr = sprintf(gettext('VLAN %1$s on %2$s'),$portinfo['tag'],$portinfo['if']); +msgstr "" #: src/www/interfaces_assign.php 194 $newifname = gettext("lan"); +msgstr "" #: src/www/interfaces_assign.php 195 $descr = gettext("LAN"); +msgstr "" #: src/www/interfaces_assign.php 220 $savemsg = gettext("Interface has been added."); +msgstr "" #: src/www/interfaces_assign.php 260 $errstr = sprintf(gettext('Port %1$s '. +msgstr "" #: src/www/interfaces_assign.php 276 $input_errors[] = sprintf(gettext("You cannot set port %s to interface %s because this interface is a member of %s."), $portname, $member, $portname); +msgstr "" #: src/www/interfaces_assign.php 354 $input_errors[] = gettext("The interface is part of a group. Please remove it from the group to continue"); +msgstr "" #: src/www/interfaces_assign.php 356 $input_errors[] = gettext("The interface is part of a bridge. Please remove it from the bridge to continue"); +msgstr "" #: src/www/interfaces_assign.php 358 $input_errors[] = gettext("The interface is part of a gre tunnel. Please delete the tunnel to continue"); +msgstr "" #: src/www/interfaces_assign.php 360 $input_errors[] = gettext("The interface is part of a gif tunnel. Please delete the tunnel to continue"); +msgstr "" #: src/www/interfaces_assign.php 398 $savemsg = gettext("Interface has been deleted."); +msgstr "" #: src/www/interfaces_assign.php 422 $savemsg = gettext("The system is now rebooting. Please wait."); +msgstr "" #: src/www/interfaces_assign.php 424 $savemsg = gettext("Reboot is needed. Please apply the settings in order to reboot."); +msgstr "" #: src/www/interfaces_assign.php 426 $savemsg = gettext("Interface mismatch detected. Please resolve the mismatch and click 'Apply changes'. The firewall will reboot afterwards."); +msgstr "" #: src/www/interfaces_assign.php 440 print_info_box_np(gettext("The interface configuration has been changed.
              You must apply the changes in order for them to take effect.")); +msgstr "" #: src/www/interfaces_assign.php 454 $tab_array[0] = array(gettext("Interface assignments"), true, "interfaces_assign.php"); +msgstr "" #: src/www/interfaces_assign.php 455 $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +msgstr "" #: src/www/interfaces_assign.php 456 $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +msgstr "" #: src/www/interfaces_assign.php 457 $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +msgstr "" #: src/www/interfaces_assign.php 458 $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +msgstr "" #: src/www/interfaces_assign.php 459 $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +msgstr "" #: src/www/interfaces_assign.php 460 $tab_array[7] = array(gettext("GRE"), false, "interfaces_gre.php"); +msgstr "" #: src/www/interfaces_assign.php 461 $tab_array[8] = array(gettext("GIF"), false, "interfaces_gif.php"); +msgstr "" #: src/www/interfaces_assign.php 462 $tab_array[9] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +msgstr "" #: src/www/interfaces_assign.php 463 $tab_array[10] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +msgstr "" #: src/www/interfaces_assign.php 477 +msgstr "" #: src/www/interfaces_assign.php 478 +msgstr "" #: src/www/interfaces_assign.php 510 title="" +msgstr "" #: src/www/interfaces_assign.php 514 onclick="return confirm('')"> +msgstr "" #: src/www/interfaces_assign.php 528 +msgstr "" #: src/www/interfaces_assign.php 544 +msgstr "" #: src/www/interfaces_assign.php 556 " />

              +msgstr "" #: src/www/interfaces_assign.php 559
            • +msgstr "" #: src/www/interfaces_bridge.php 55 $input_errors[] = gettext("This bridge cannot be deleted because it is assigned as an interface."); +msgstr "" #: src/www/interfaces_bridge.php 73 $pgtitle = array(gettext("Interfaces"),gettext("Bridge")); +msgstr "" #: src/www/interfaces_bridge.php 97 $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +msgstr "" #: src/www/interfaces_bridge.php 98 $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +msgstr "" #: src/www/interfaces_bridge.php 99 $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +msgstr "" #: src/www/interfaces_bridge.php 100 $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +msgstr "" #: src/www/interfaces_bridge.php 101 $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +msgstr "" #: src/www/interfaces_bridge.php 102 $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +msgstr "" #: src/www/interfaces_bridge.php 103 $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +msgstr "" #: src/www/interfaces_bridge.php 104 $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +msgstr "" #: src/www/interfaces_bridge.php 105 $tab_array[8] = array(gettext("Bridges"), true, "interfaces_bridge.php"); +msgstr "" #: src/www/interfaces_bridge.php 106 $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +msgstr "" #: src/www/interfaces_bridge.php 120 +msgstr "" #: src/www/interfaces_bridge.php 121 +msgstr "" #: src/www/interfaces_bridge.php 122 +msgstr "" #: src/www/interfaces_bridge.php 153 "> +msgstr "" #: src/www/interfaces_bridge.php 155 " onclick="return confirm('')"> +msgstr "" #: src/www/interfaces_bridge.php 167
              +msgstr "" #: src/www/interfaces_bridge.php 169 +msgstr "" #: src/www/interfaces_bridge_edit.php 110 $reqdfieldsn = array(gettext("Member Interfaces")); +msgstr "" #: src/www/interfaces_bridge_edit.php 115 $input_errors[] = gettext("Maxage needs to be an integer between 6 and 40."); +msgstr "" #: src/www/interfaces_bridge_edit.php 117 $input_errors[] = gettext("Maxaddr needs to be an integer."); +msgstr "" #: src/www/interfaces_bridge_edit.php 119 $input_errors[] = gettext("Timeout needs to be an integer."); +msgstr "" #: src/www/interfaces_bridge_edit.php 121 $input_errors[] = gettext("Forward Delay needs to be an integer between 4 and 30."); +msgstr "" #: src/www/interfaces_bridge_edit.php 123 $input_errors[] = gettext("Hello time for STP needs to be an integer between 1 and 2."); +msgstr "" #: src/www/interfaces_bridge_edit.php 125 $input_errors[] = gettext("Priority for STP needs to be an integer between 0 and 61440."); +msgstr "" #: src/www/interfaces_bridge_edit.php 127 $input_errors[] = gettext("Transmit Hold Count for STP needs to be an integer between 1 and 10."); +msgstr "" #: src/www/interfaces_bridge_edit.php 130 $input_errors[] = "{$ifdescr} " . gettext("interface priority for STP needs to be an integer between 0 and 240."); +msgstr "" #: src/www/interfaces_bridge_edit.php 135 $input_errors[] = "{$ifdescr} " . gettext("interface path cost for STP needs to be an integer between 1 and 200000000."); +msgstr "" #: src/www/interfaces_bridge_edit.php 140 $input_errors[] = gettext("You must select at least 2 member interfaces for a bridge."); +msgstr "" #: src/www/interfaces_bridge_edit.php 145 $input_errors[] = gettext("A member interface passed does not exist in configuration"); +msgstr "" #: src/www/interfaces_bridge_edit.php 148 $input_errors[] = gettext("Bridging a wireless interface is only possible in hostap mode."); +msgstr "" #: src/www/interfaces_bridge_edit.php 150 $input_errors[] = gettext("Span interface cannot be part of the bridge. Remove the span interface from bridge members to continue."); +msgstr "" #: src/www/interfaces_bridge_edit.php 208 $input_errors[] = gettext("Error occurred creating interface, please retry."); +msgstr "" #: src/www/interfaces_bridge_edit.php 227 $pgtitle = array(gettext("Interfaces"),gettext("Bridge"),gettext("Edit")); +msgstr "" #: src/www/interfaces_bridge_edit.php 267

              +msgstr "" #: src/www/interfaces_bridge_edit.php 275 +msgstr "" #: src/www/interfaces_bridge_edit.php 290 +msgstr "" #: src/www/interfaces_bridge_edit.php 294 +msgstr "" #: src/www/interfaces_bridge_edit.php 302

              " />

              +msgstr "" #: src/www/interfaces_bridge_edit.php 306 +msgstr "" #: src/www/interfaces_bridge_edit.php 309 +msgstr "" #: src/www/interfaces_bridge_edit.php 312 +msgstr "" #: src/www/interfaces_bridge_edit.php 325 +msgstr "" #: src/www/interfaces_bridge_edit.php 327 +msgstr "" #: src/www/interfaces_bridge_edit.php 341 +msgstr "" #: src/www/interfaces_bridge_edit.php 349 +msgstr "" #: src/www/interfaces_bridge_edit.php 352 +msgstr "" #: src/www/interfaces_bridge_edit.php 359 +msgstr "" #: src/www/interfaces_bridge_edit.php 362 +msgstr "" #: src/www/interfaces_bridge_edit.php 368 +msgstr "" #: src/www/interfaces_bridge_edit.php 371 +msgstr "" #: src/www/interfaces_bridge_edit.php 380 +msgstr "" #: src/www/interfaces_bridge_edit.php 389 +msgstr "" #: src/www/interfaces_bridge_edit.php 404 +msgstr "" #: src/www/interfaces_bridge_edit.php 418 +msgstr "" #: src/www/interfaces_bridge_edit.php 429 +msgstr "" #: src/www/interfaces_bridge_edit.php 431 +msgstr "" #: src/www/interfaces_bridge_edit.php 439 +msgstr "" #: src/www/interfaces_bridge_edit.php 441 +msgstr "" #: src/www/interfaces_bridge_edit.php 451 +msgstr "" #: src/www/interfaces_bridge_edit.php 462
              +msgstr "" #: src/www/interfaces_bridge_edit.php 471 +msgstr "" #: src/www/interfaces_bridge_edit.php 476 +msgstr "" #: src/www/interfaces_bridge_edit.php 490 +msgstr "" #: src/www/interfaces_bridge_edit.php 510
              +msgstr "" #: src/www/interfaces_bridge_edit.php 515 +msgstr "" #: src/www/interfaces_bridge_edit.php 519 +msgstr "" #: src/www/interfaces_bridge_edit.php 533 +msgstr "" #: src/www/interfaces_bridge_edit.php 553
              +msgstr "" #: src/www/interfaces_bridge_edit.php 559 +msgstr "" #: src/www/interfaces_bridge_edit.php 563 +msgstr "" #: src/www/interfaces_bridge_edit.php 577 +msgstr "" #: src/www/interfaces_bridge_edit.php 598 " /> +msgstr "" #: src/www/interfaces_bridge_edit.php 607 " onclick="window.location.href=''" /> +msgstr "" #: src/www/interfaces_gif.php 55 $input_errors[] = gettext("This gif TUNNEL cannot be deleted because it is still being used as an interface."); +msgstr "" #: src/www/interfaces_gif.php 67 $pgtitle = array(gettext("Interfaces"),gettext("GIF")); +msgstr "" #: src/www/interfaces_gif.php 91 $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +msgstr "" #: src/www/interfaces_gif.php 92 $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +msgstr "" #: src/www/interfaces_gif.php 93 $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +msgstr "" #: src/www/interfaces_gif.php 94 $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +msgstr "" #: src/www/interfaces_gif.php 95 $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +msgstr "" #: src/www/interfaces_gif.php 96 $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +msgstr "" #: src/www/interfaces_gif.php 97 $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +msgstr "" #: src/www/interfaces_gif.php 98 $tab_array[7] = array(gettext("GIF"), true, "interfaces_gif.php"); +msgstr "" #: src/www/interfaces_gif.php 99 $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +msgstr "" #: src/www/interfaces_gif.php 100 $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +msgstr "" #: src/www/interfaces_gif.php 114 +msgstr "" #: src/www/interfaces_gif.php 115 +msgstr "" #: src/www/interfaces_gif.php 116 +msgstr "" #: src/www/interfaces_gif.php 137 "> +msgstr "" #: src/www/interfaces_gif.php 139 " onclick="return confirm('')"> +msgstr "" #: src/www/interfaces_gif.php 149
              +msgstr "" #: src/www/interfaces_gif.php 151 +msgstr "" #: src/www/interfaces_gif.php 153

              +msgstr "" #: src/www/interfaces_gif_edit.php 65 $reqdfieldsn = array(gettext("Parent interface,Local address, Remote tunnel address, Remote tunnel network, Local tunnel address")); +msgstr "" #: src/www/interfaces_gif_edit.php 71 $input_errors[] = gettext("The tunnel local and tunnel remote fields must have valid IP addresses."); +msgstr "" #: src/www/interfaces_gif_edit.php 77 $input_errors[] = gettext("The alias IP address family has to match the family of the remote peer address."); +msgstr "" #: src/www/interfaces_gif_edit.php 85 $input_errors[] = sprintf(gettext("A gif with the network %s is already defined."), $gif['tunnel-remote-addr']); +msgstr "" #: src/www/interfaces_gif_edit.php 104 $input_errors[] = gettext("Error occurred creating interface, please retry."); +msgstr "" #: src/www/interfaces_gif_edit.php 123 $pgtitle = array(gettext("Interfaces"),gettext("GIF"),gettext("Edit")); +msgstr "" #: src/www/interfaces_gif_edit.php 146

              +msgstr "" #: src/www/interfaces_gif_edit.php 154 +msgstr "" #: src/www/interfaces_gif_edit.php 174 +msgstr "" #: src/www/interfaces_gif_edit.php 177 +msgstr "" #: src/www/interfaces_gif_edit.php 181 +msgstr "" #: src/www/interfaces_gif_edit.php 184 +msgstr "" #: src/www/interfaces_gif_edit.php 188 +msgstr "" #: src/www/interfaces_gif_edit.php 191 +msgstr "" #: src/www/interfaces_gif_edit.php 213 +msgstr "" #: src/www/interfaces_gif_edit.php 216 +msgstr "" #: src/www/interfaces_gif_edit.php 220 +msgstr "" #: src/www/interfaces_gif_edit.php 223 +msgstr "" #: src/www/interfaces_gif_edit.php 228 +msgstr "" #: src/www/interfaces_gif_edit.php 236
              " /> +msgstr "" #: src/www/interfaces_gif_edit.php 244 " onclick="window.location.href=''" /> +msgstr "" #: src/www/interfaces_gre.php 56 $input_errors[] = gettext("This GRE tunnel cannot be deleted because it is still being used as an interface."); +msgstr "" #: src/www/interfaces_gre.php 68 $pgtitle = array(gettext("Interfaces"),gettext("GRE")); +msgstr "" #: src/www/interfaces_gre.php 92 $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +msgstr "" #: src/www/interfaces_gre.php 93 $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +msgstr "" #: src/www/interfaces_gre.php 94 $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +msgstr "" #: src/www/interfaces_gre.php 95 $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +msgstr "" #: src/www/interfaces_gre.php 96 $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +msgstr "" #: src/www/interfaces_gre.php 97 $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +msgstr "" #: src/www/interfaces_gre.php 98 $tab_array[6] = array(gettext("GRE"), true, "interfaces_gre.php"); +msgstr "" #: src/www/interfaces_gre.php 99 $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +msgstr "" #: src/www/interfaces_gre.php 100 $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +msgstr "" #: src/www/interfaces_gre.php 101 $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +msgstr "" #: src/www/interfaces_gre.php 115 +msgstr "" #: src/www/interfaces_gre.php 116 +msgstr "" #: src/www/interfaces_gre.php 117 +msgstr "" #: src/www/interfaces_gre.php 138 "> +msgstr "" #: src/www/interfaces_gre.php 140 " onclick="return confirm('')"> +msgstr "" #: src/www/interfaces_gre.php 149


              +msgstr "" #: src/www/interfaces_gre_edit.php 64 $reqdfieldsn = array(gettext("Parent interface"),gettext("Local address"),gettext("Remote tunnel address"),gettext("Remote tunnel network"), gettext("Local tunnel address")); +msgstr "" #: src/www/interfaces_gre_edit.php 70 $input_errors[] = gettext("The tunnel local and tunnel remote fields must have valid IP addresses."); +msgstr "" #: src/www/interfaces_gre_edit.php 78 $input_errors[] = sprintf(gettext("A GRE tunnel with the network %s is already defined."),$gre['remote-network']); +msgstr "" #: src/www/interfaces_gre_edit.php 98 $input_errors[] = gettext("Error occurred creating interface, please retry."); +msgstr "" #: src/www/interfaces_gre_edit.php 117 $pgtitle = array(gettext("Interfaces"),gettext("GRE"),gettext("Edit")); +msgstr "" #: src/www/interfaces_gre_edit.php 142

              +msgstr "" #: src/www/interfaces_gre_edit.php 150 +msgstr "" #: src/www/interfaces_gre_edit.php 170 +msgstr "" #: src/www/interfaces_gre_edit.php 173 +msgstr "" #: src/www/interfaces_gre_edit.php 177 +msgstr "" #: src/www/interfaces_gre_edit.php 180 +msgstr "" #: src/www/interfaces_gre_edit.php 184 +msgstr "" #: src/www/interfaces_gre_edit.php 187 +msgstr "" #: src/www/interfaces_gre_edit.php 209 +msgstr "" #: src/www/interfaces_gre_edit.php 212 +msgstr "" #: src/www/interfaces_gre_edit.php 216 +msgstr "" #: src/www/interfaces_gre_edit.php 219 +msgstr "" #: src/www/interfaces_gre_edit.php 224 +msgstr "" #: src/www/interfaces_gre_edit.php 235 +msgstr "" #: src/www/interfaces_gre_edit.php 238 +msgstr "" #: src/www/interfaces_gre_edit.php 241
              " /> +msgstr "" #: src/www/interfaces_gre_edit.php 249 " onclick="window.location.href=''" /> +msgstr "" #: src/www/interfaces_groups.php 53 $pgtitle = array(gettext("Interfaces"),gettext("Groups")); +msgstr "" #: src/www/interfaces_groups.php 58 array('href'=>'interfaces_groups_edit.php', 'label'=>gettext("Add a new group")), +msgstr "" #: src/www/interfaces_groups.php 77 $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +msgstr "" #: src/www/interfaces_groups.php 78 $tab_array[1] = array(gettext("Interface Groups"), true, "interfaces_groups.php"); +msgstr "" #: src/www/interfaces_groups.php 79 $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +msgstr "" #: src/www/interfaces_groups.php 80 $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +msgstr "" #: src/www/interfaces_groups.php 81 $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +msgstr "" #: src/www/interfaces_groups.php 82 $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +msgstr "" #: src/www/interfaces_groups.php 83 $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +msgstr "" #: src/www/interfaces_groups.php 84 $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +msgstr "" #: src/www/interfaces_groups.php 85 $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +msgstr "" #: src/www/interfaces_groups.php 86 $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +msgstr "" #: src/www/interfaces_groups.php 100 +msgstr "" #: src/www/interfaces_groups.php 101 +msgstr "" #: src/www/interfaces_groups.php 102 +msgstr "" #: src/www/interfaces_groups.php 136 "> +msgstr "" #: src/www/interfaces_groups.php 138 ')" data-toggle="tooltip" data-placement="left" title=""> +msgstr "" #: src/www/interfaces_groups.php 147


              +msgstr "" #: src/www/interfaces_groups_edit.php 33 $pgtitle = array(gettext("Interfaces"),gettext("Groups"),gettext("Edit")); +msgstr "" #: src/www/interfaces_groups_edit.php 63 $input_errors[] = gettext("Group name already exists!"); +msgstr "" #: src/www/interfaces_groups_edit.php 66 $input_errors[] = gettext("Only letters A-Z are allowed as the group name."); +msgstr "" #: src/www/interfaces_groups_edit.php 245

              +msgstr "" #: src/www/interfaces_groups_edit.php 253 +msgstr "" #: src/www/interfaces_groups_edit.php 257 +msgstr "" #: src/www/interfaces_groups_edit.php 261 +msgstr "" #: src/www/interfaces_groups_edit.php 266 +msgstr "" #: src/www/interfaces_groups_edit.php 271
              +msgstr "" #: src/www/interfaces_groups_edit.php 276
              +msgstr "" #: src/www/interfaces_groups_edit.php 326 +msgstr "" #: src/www/interfaces_groups_edit.php 327 +msgstr "" #: src/www/interfaces_groups_edit.php 333 " /> +msgstr "" #: src/www/interfaces_groups_edit.php 334 " /> +msgstr "" #: src/www/interfaces_lagg.php 61 $input_errors[] = gettext("This LAGG interface cannot be deleted because it is still being used."); +msgstr "" #: src/www/interfaces_lagg.php 73 $pgtitle = array(gettext("Interfaces"),gettext("LAGG")); +msgstr "" #: src/www/interfaces_lagg.php 97 $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +msgstr "" #: src/www/interfaces_lagg.php 98 $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +msgstr "" #: src/www/interfaces_lagg.php 99 $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +msgstr "" #: src/www/interfaces_lagg.php 100 $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +msgstr "" #: src/www/interfaces_lagg.php 101 $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +msgstr "" #: src/www/interfaces_lagg.php 102 $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +msgstr "" #: src/www/interfaces_lagg.php 103 $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +msgstr "" #: src/www/interfaces_lagg.php 104 $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +msgstr "" #: src/www/interfaces_lagg.php 105 $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +msgstr "" #: src/www/interfaces_lagg.php 106 $tab_array[9] = array(gettext("LAGG"), true, "interfaces_lagg.php"); +msgstr "" #: src/www/interfaces_lagg.php 121 +msgstr "" #: src/www/interfaces_lagg.php 122 +msgstr "" #: src/www/interfaces_lagg.php 123 +msgstr "" #: src/www/interfaces_lagg.php 143 "> +msgstr "" #: src/www/interfaces_lagg.php 145 " onclick="return confirm('')"> +msgstr "" #: src/www/interfaces_lagg.php 156
              +msgstr "" #: src/www/interfaces_lagg.php 158

              +msgstr "" #: src/www/interfaces_lagg_edit.php 79 $reqdfieldsn = array(gettext("Member interfaces"), gettext("Lagg protocol")); +msgstr "" #: src/www/interfaces_lagg_edit.php 86 $input_errors[] = gettext("Interface supplied as member is invalid"); +msgstr "" #: src/www/interfaces_lagg_edit.php 89 $input_errors[] = gettext("Interface supplied as member is invalid"); +msgstr "" #: src/www/interfaces_lagg_edit.php 92 $input_errors[] = gettext("Protocol supplied is invalid"); +msgstr "" #: src/www/interfaces_lagg_edit.php 105 $input_errors[] = gettext("Error occurred creating interface, please retry."); +msgstr "" #: src/www/interfaces_lagg_edit.php 124 $pgtitle = array(gettext("Interfaces"),gettext("LAGG"),gettext("Edit")); +msgstr "" #: src/www/interfaces_lagg_edit.php 147

              +msgstr "" #: src/www/interfaces_lagg_edit.php 155 +msgstr "" #: src/www/interfaces_lagg_edit.php 170 . +msgstr "" #: src/www/interfaces_lagg_edit.php 173 +msgstr "" #: src/www/interfaces_lagg_edit.php 188
              +msgstr "" #: src/www/interfaces_lagg_edit.php 189




              +msgstr "" #: src/www/interfaces_lagg_edit.php 231
              " /> +msgstr "" #: src/www/interfaces_lagg_edit.php 239 " onclick="window.location.href=''" /> +msgstr "" #: src/www/interfaces_ppps.php 48 $input_errors[] = gettext("This point-to-point link cannot be deleted because it is still being used as an interface."); +msgstr "" #: src/www/interfaces_ppps.php 64 $pgtitle = gettext("Interfaces PPPs"); +msgstr "" #: src/www/interfaces_ppps.php 87 $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +msgstr "" #: src/www/interfaces_ppps.php 88 $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +msgstr "" #: src/www/interfaces_ppps.php 89 $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +msgstr "" #: src/www/interfaces_ppps.php 90 $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +msgstr "" #: src/www/interfaces_ppps.php 91 $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +msgstr "" #: src/www/interfaces_ppps.php 92 $tab_array[5] = array(gettext("PPPs"), true, "interfaces_ppps.php"); +msgstr "" #: src/www/interfaces_ppps.php 93 $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +msgstr "" #: src/www/interfaces_ppps.php 94 $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +msgstr "" #: src/www/interfaces_ppps.php 95 $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +msgstr "" #: src/www/interfaces_ppps.php 96 $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +msgstr "" #: src/www/interfaces_ppps.php 110 +msgstr "" #: src/www/interfaces_ppps.php 111 +msgstr "" #: src/www/interfaces_ppps.php 112 +msgstr "" #: src/www/interfaces_ppps.php 139 "> +msgstr "" #: src/www/interfaces_ppps.php 141 ')"> +msgstr "" #: src/www/interfaces_ppps_edit.php 177 $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Phone Number")); +msgstr "" #: src/www/interfaces_ppps_edit.php 183 $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password"),gettext("Dial on demand"),gettext("Idle timeout value")); +msgstr "" #: src/www/interfaces_ppps_edit.php 186 $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password")); +msgstr "" #: src/www/interfaces_ppps_edit.php 194 $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password"),gettext("Local IP address"),gettext("Subnet"),gettext("Remote IP address"),gettext("Dial on demand"),gettext("Idle timeout value")); +msgstr "" #: src/www/interfaces_ppps_edit.php 197 $reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password"),gettext("Local IP address"),gettext("Subnet"),gettext("Remote IP address")); +msgstr "" #: src/www/interfaces_ppps_edit.php 202 $input_errors[] = gettext("Please choose a Link Type."); +msgstr "" #: src/www/interfaces_ppps_edit.php 206 $input_errors[] = gettext("Multilink connections (MLPPP) using the PPP link type is not currently supported. Please select only one Link Interface."); +msgstr "" #: src/www/interfaces_ppps_edit.php 208 $input_errors[] = gettext("The Service name contains invalid characters."); +msgstr "" #: src/www/interfaces_ppps_edit.php 210 $input_errors[] = gettext("Do not specify both a Service name and a NULL Service name."); +msgstr "" #: src/www/interfaces_ppps_edit.php 212 $input_errors[] = gettext("The idle timeout value must be an integer."); +msgstr "" #: src/www/interfaces_ppps_edit.php 215 $input_errors[] = gettext("A valid PPPoE reset hour must be specified (0-23)."); +msgstr "" #: src/www/interfaces_ppps_edit.php 218 $input_errors[] = gettext("A valid PPPoE reset minute must be specified (0-59)."); +msgstr "" #: src/www/interfaces_ppps_edit.php 220 $input_errors[] = gettext("A valid PPPoE reset date must be specified (mm/dd/yyyy)."); +msgstr "" #: src/www/interfaces_ppps_edit.php 224 $input_errors[] = gettext("A valid PPPoE reset month must be specified (1-12) in the Custom PPPoE Periodic reset fields."); +msgstr "" #: src/www/interfaces_ppps_edit.php 226 $input_errors[] = gettext("A valid PPPoE reset day of month must be specified (1-31) in the Custom PPPoE Periodic reset fields. No checks are done on valid # of days per month"); +msgstr "" #: src/www/interfaces_ppps_edit.php 228 $input_errors[] = gettext("A valid PPPoE reset year must be specified. Don't select a year in the past!"); +msgstr "" #: src/www/interfaces_ppps_edit.php 233 $input_errors[] = sprintf(gettext("A valid local IP address must be specified for %s."),$iface); +msgstr "" #: src/www/interfaces_ppps_edit.php 235 $input_errors[] = sprintf(gettext("A valid gateway IP address OR hostname must be specified for %s."),$iface); +msgstr "" #: src/www/interfaces_ppps_edit.php 237 $input_errors[] = sprintf(gettext("The bandwidth value for %s must be an integer."),$iface); +msgstr "" #: src/www/interfaces_ppps_edit.php 239 $input_errors[] = sprintf(gettext("The MTU for %s must be greater than 576 bytes."),$iface); +msgstr "" #: src/www/interfaces_ppps_edit.php 241 $input_errors[] = sprintf(gettext("The MRU for %s must be greater than 576 bytes."),$iface); +msgstr "" #: src/www/interfaces_ppps_edit.php 373 $pgtitle = array(gettext("Interfaces"),gettext("PPPs"),gettext("Edit")); +msgstr "" #: src/www/interfaces_ppps_edit.php 377 $types = array("select" => gettext("Select"), "ppp" => "PPP", "pppoe" => "PPPoE", "pptp" => "PPTP", "l2tp" => "L2TP"/*, "tcp" => "TCP", "udp" => "UDP"*/ ); +msgstr "" #: src/www/interfaces_ppps_edit.php 406

              +msgstr "" #: src/www/interfaces_ppps_edit.php 414 +msgstr "" #: src/www/interfaces_ppps_edit.php 429 +msgstr "" #: src/www/interfaces_ppps_edit.php 435
              +msgstr "" #: src/www/interfaces_ppps_edit.php 481 +msgstr "" #: src/www/interfaces_ppps_edit.php 484
              +msgstr "" #: src/www/interfaces_ppps_edit.php 490 +msgstr "" #: src/www/interfaces_ppps_edit.php 494    +msgstr "" #: src/www/interfaces_ppps_edit.php 502    +msgstr "" #: src/www/interfaces_ppps_edit.php 510    +msgstr "" #: src/www/interfaces_ppps_edit.php 518
              +msgstr "" #: src/www/interfaces_ppps_edit.php 522 +msgstr "" #: src/www/interfaces_ppps_edit.php 528 +msgstr "" #: src/www/interfaces_ppps_edit.php 535 +msgstr "" #: src/www/interfaces_ppps_edit.php 538
              +msgstr "" #: src/www/interfaces_ppps_edit.php 542 +msgstr "" #: src/www/interfaces_ppps_edit.php 552 +msgstr "" #: src/www/interfaces_ppps_edit.php 555
              +msgstr "" #: src/www/interfaces_ppps_edit.php 559 +msgstr "" #: src/www/interfaces_ppps_edit.php 566 +msgstr "" #: src/www/interfaces_ppps_edit.php 569
              +msgstr "" #: src/www/interfaces_ppps_edit.php 573 +msgstr "" #: src/www/interfaces_ppps_edit.php 576
              +msgstr "" #: src/www/interfaces_ppps_edit.php 584
              +msgstr "" #: src/www/interfaces_ppps_edit.php 588 +msgstr "" #: src/www/interfaces_ppps_edit.php 590 /> +msgstr "" #: src/www/interfaces_ppps_edit.php 591
              +msgstr "" #: src/www/interfaces_ppps_edit.php 601 +msgstr "" #: src/www/interfaces_ppps_edit.php 603 /> +msgstr "" #: src/www/interfaces_ppps_edit.php 604
              +msgstr "" #: src/www/interfaces_ppps_edit.php 608 +msgstr "" #: src/www/interfaces_ppps_edit.php 615 +msgstr "" #: src/www/interfaces_ppps_edit.php 616 +msgstr "" #: src/www/interfaces_ppps_edit.php 617 +msgstr "" #: src/www/interfaces_ppps_edit.php 618 +msgstr "" #: src/www/interfaces_ppps_edit.php 626
              +msgstr "" #: src/www/interfaces_ppps_edit.php 628
              +msgstr "" #: src/www/interfaces_ppps_edit.php 630 +msgstr "" #: src/www/interfaces_ppps_edit.php 632 +msgstr "" #: src/www/interfaces_ppps_edit.php 633 +msgstr "" #: src/www/interfaces_ppps_edit.php 641 +msgstr "" #: src/www/interfaces_ppps_edit.php 644 +msgstr "" #: src/www/interfaces_ppps_edit.php 647 +msgstr "" #: src/www/interfaces_ppps_edit.php 650 +msgstr "" #: src/www/interfaces_ppps_edit.php 664 +msgstr "" #: src/www/interfaces_ppps_edit.php 672 +msgstr "" #: src/www/interfaces_ppps_edit.php 679 +msgstr "" #: src/www/interfaces_ppps_edit.php 687 +msgstr "" #: src/www/interfaces_ppps_edit.php 690 +msgstr "" #: src/www/interfaces_ppps_edit.php 692 /> +msgstr "" #: src/www/interfaces_ppps_edit.php 693
              +msgstr "" #: src/www/interfaces_ppps_edit.php 700 +msgstr "" #: src/www/interfaces_ppps_edit.php 701
              +msgstr "" #: src/www/interfaces_ppps_edit.php 702
              +msgstr "" #: src/www/interfaces_ppps_edit.php 706 +msgstr "" #: src/www/interfaces_ppps_edit.php 708 />  +msgstr "" #: src/www/interfaces_ppps_edit.php 709
              +msgstr "" #: src/www/interfaces_ppps_edit.php 717 />  +msgstr "" #: src/www/interfaces_ppps_edit.php 718
              +msgstr "" #: src/www/interfaces_ppps_edit.php 728 />  +msgstr "" #: src/www/interfaces_ppps_edit.php 729
              +msgstr "" #: src/www/interfaces_ppps_edit.php 736 />  +msgstr "" #: src/www/interfaces_ppps_edit.php 737
              +msgstr "" #: src/www/interfaces_ppps_edit.php 741 +msgstr "" #: src/www/interfaces_ppps_edit.php 743 />  +msgstr "" #: src/www/interfaces_ppps_edit.php 744
              +msgstr "" #: src/www/interfaces_ppps_edit.php 750

              " class="btn btn-default btn-xs"/>

              +msgstr "" #: src/www/interfaces_ppps_edit.php 757 +msgstr "" #: src/www/interfaces_ppps_edit.php 761 +msgstr "" #: src/www/interfaces_ppps_edit.php 764
              +msgstr "" #: src/www/interfaces_ppps_edit.php 768 +msgstr "" #: src/www/interfaces_ppps_edit.php 771
              +msgstr "" #: src/www/interfaces_ppps_edit.php 775 +msgstr "" #: src/www/interfaces_ppps_edit.php 778
              MRU +msgstr "" #: src/www/interfaces_ppps_edit.php 782 +msgstr "" #: src/www/interfaces_ppps_edit.php 785
              MRRU +msgstr "" #: src/www/interfaces_ppps_edit.php 794 " /> +msgstr "" #: src/www/interfaces_ppps_edit.php 795 " onclick="window.location.href=''" /> +msgstr "" #: src/www/interfaces_qinq.php 54 $input_errors[] = gettext("This QinQ cannot be deleted because it is still being used as an interface."); +msgstr "" #: src/www/interfaces_qinq.php 56 $input_errors[] = gettext("QinQ interface does not exist"); +msgstr "" #: src/www/interfaces_qinq.php 77 $pgtitle = array(gettext("Interfaces"),gettext("QinQ")); +msgstr "" #: src/www/interfaces_qinq.php 101 $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +msgstr "" #: src/www/interfaces_qinq.php 102 $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +msgstr "" #: src/www/interfaces_qinq.php 103 $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +msgstr "" #: src/www/interfaces_qinq.php 104 $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +msgstr "" #: src/www/interfaces_qinq.php 105 $tab_array[4] = array(gettext("QinQs"), true, "interfaces_qinq.php"); +msgstr "" #: src/www/interfaces_qinq.php 106 $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +msgstr "" #: src/www/interfaces_qinq.php 107 $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +msgstr "" #: src/www/interfaces_qinq.php 108 $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +msgstr "" #: src/www/interfaces_qinq.php 109 $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +msgstr "" #: src/www/interfaces_qinq.php 110 $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +msgstr "" #: src/www/interfaces_qinq.php 125 +msgstr "" #: src/www/interfaces_qinq.php 126 +msgstr "" #: src/www/interfaces_qinq.php 127 +msgstr "" #: src/www/interfaces_qinq.php 128 +msgstr "" #: src/www/interfaces_qinq.php 156 "> +msgstr "" #: src/www/interfaces_qinq.php 158 " onclick="return confirm('')"> +msgstr "" #: src/www/interfaces_qinq.php 168
              +msgstr "" #: src/www/interfaces_qinq.php 170

              +msgstr "" #: src/www/interfaces_qinq_edit.php 30 $pgtitle = array(gettext("Interfaces"),gettext("QinQ"), gettext("Edit")); +msgstr "" #: src/www/interfaces_qinq_edit.php 77 $input_errors[] = gettext("First level tag cannot be empty."); +msgstr "" #: src/www/interfaces_qinq_edit.php 79 $input_errors[] = gettext("You are editing an existing entry and modifying the first level tag is not allowed."); +msgstr "" #: src/www/interfaces_qinq_edit.php 81 $input_errors[] = gettext("You are editing an existing entry and modifying the interface is not allowed."); +msgstr "" #: src/www/interfaces_qinq_edit.php 85 $input_errors[] = gettext("QinQ level already exists for this interface, edit it!"); +msgstr "" #: src/www/interfaces_qinq_edit.php 89 $input_errors[] = gettext("A normal VLAN exists with this tag please remove it to use this tag for QinQ first level."); +msgstr "" #: src/www/interfaces_qinq_edit.php 116 $input_errors[] = gettext("Tags can contain only numbers or a range in format #-#."); +msgstr "" #: src/www/interfaces_qinq_edit.php 126 $input_errors[] = gettext("Tags can contain only numbers or a range in format #-#."); +msgstr "" #: src/www/interfaces_qinq_edit.php 189 $gentry['descr'] = gettext("QinQ VLANs group"); +msgstr "" #: src/www/interfaces_qinq_edit.php 263 rowname[0] = ; +msgstr "" #: src/www/interfaces_qinq_edit.php 267 rowname[2] = ; +msgstr "" #: src/www/interfaces_qinq_edit.php 289

              +msgstr "" #: src/www/interfaces_qinq_edit.php 297 +msgstr "" #: src/www/interfaces_qinq_edit.php 314 +msgstr "" #: src/www/interfaces_qinq_edit.php 317 +msgstr "" #: src/www/interfaces_qinq_edit.php 322 +msgstr "" #: src/www/interfaces_qinq_edit.php 327 +msgstr "" #: src/www/interfaces_qinq_edit.php 330 +msgstr "" #: src/www/interfaces_qinq_edit.php 334 +msgstr "" #: src/www/interfaces_qinq_edit.php 339 +msgstr "" #: src/www/interfaces_qinq_edit.php 344
              +msgstr "" #: src/www/interfaces_qinq_edit.php 347 +msgstr "" #: src/www/interfaces_qinq_edit.php 353
              +msgstr "" #: src/www/interfaces_qinq_edit.php 380 " class="btn btn-default btn-xs"/> +msgstr "" #: src/www/interfaces_qinq_edit.php 387 " /> +msgstr "" #: src/www/interfaces_qinq_edit.php 388 " /> +msgstr "" #: src/www/interfaces_vlan.php 55 $input_errors[] = gettext("This VLAN cannot be deleted because it is still being used as an interface."); +msgstr "" #: src/www/interfaces_vlan.php 69 $pgtitle = array(gettext("Interfaces"),gettext("VLAN")); +msgstr "" #: src/www/interfaces_vlan.php 94 $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +msgstr "" #: src/www/interfaces_vlan.php 95 $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +msgstr "" #: src/www/interfaces_vlan.php 96 $tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +msgstr "" #: src/www/interfaces_vlan.php 97 $tab_array[3] = array(gettext("VLANs"), true, "interfaces_vlan.php"); +msgstr "" #: src/www/interfaces_vlan.php 98 $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +msgstr "" #: src/www/interfaces_vlan.php 99 $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +msgstr "" #: src/www/interfaces_vlan.php 100 $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +msgstr "" #: src/www/interfaces_vlan.php 101 $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +msgstr "" #: src/www/interfaces_vlan.php 102 $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +msgstr "" #: src/www/interfaces_vlan.php 103 $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +msgstr "" #: src/www/interfaces_vlan.php 116 +msgstr "" #: src/www/interfaces_vlan.php 117 +msgstr "" #: src/www/interfaces_vlan.php 118 +msgstr "" #: src/www/interfaces_vlan.php 138 "> +msgstr "" #: src/www/interfaces_vlan.php 140 " onclick="return confirm('')"> +msgstr "" #: src/www/interfaces_vlan.php 152
              +msgstr "" #: src/www/interfaces_vlan.php 154

              +msgstr "" #: src/www/interfaces_vlan_edit.php 65 $reqdfieldsn = array(gettext("Parent interface"),gettext("VLAN tag")); +msgstr "" #: src/www/interfaces_vlan_edit.php 70 $input_errors[] = gettext("The VLAN tag must be an integer between 1 and 4094."); +msgstr "" #: src/www/interfaces_vlan_edit.php 74 $input_errors[] = gettext("Interface supplied as parent is invalid"); +msgstr "" #: src/www/interfaces_vlan_edit.php 79 $input_errors[] = gettext("Interface is assigned and you cannot change the VLAN tag while assigned."); +msgstr "" #: src/www/interfaces_vlan_edit.php 87 $input_errors[] = sprintf(gettext("A VLAN with the tag %s is already defined on this interface."),$vlan['tag']); +msgstr "" #: src/www/interfaces_vlan_edit.php 94 $input_errors[] = gettext("A QinQ VLAN exists with this tag please remove it to use this tag with."); +msgstr "" #: src/www/interfaces_vlan_edit.php 120 $input_errors[] = gettext("Error occurred creating interface, please retry."); +msgstr "" #: src/www/interfaces_vlan_edit.php 138 $pgtitle = array(gettext("Interfaces"),gettext("VLAN"),gettext("Edit")); +msgstr "" #: src/www/interfaces_vlan_edit.php 160

              +msgstr "" #: src/www/interfaces_vlan_edit.php 171 +msgstr "" #: src/www/interfaces_vlan_edit.php 187 +msgstr "" #: src/www/interfaces_vlan_edit.php 190 +msgstr "" #: src/www/interfaces_vlan_edit.php 194 +msgstr "" #: src/www/interfaces_vlan_edit.php 197 +msgstr "" #: src/www/interfaces_vlan_edit.php 200
              " /> +msgstr "" #: src/www/interfaces_vlan_edit.php 208 " onclick="window.location.href=''" /> +msgstr "" #: src/www/interfaces_wireless.php 53 $input_errors[] = gettext("This wireless clone cannot be deleted because it is assigned as an interface."); +msgstr "" #: src/www/interfaces_wireless.php 66 $pgtitle = array(gettext("Interfaces"),gettext("Wireless")); +msgstr "" #: src/www/interfaces_wireless.php 91 $tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +msgstr "" #: src/www/interfaces_wireless.php 92 $tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +msgstr "" #: src/www/interfaces_wireless.php 93 $tab_array[2] = array(gettext("Wireless"), true, "interfaces_wireless.php"); +msgstr "" #: src/www/interfaces_wireless.php 94 $tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +msgstr "" #: src/www/interfaces_wireless.php 95 $tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +msgstr "" #: src/www/interfaces_wireless.php 96 $tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +msgstr "" #: src/www/interfaces_wireless.php 97 $tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +msgstr "" #: src/www/interfaces_wireless.php 98 $tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +msgstr "" #: src/www/interfaces_wireless.php 99 $tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +msgstr "" #: src/www/interfaces_wireless.php 100 $tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +msgstr "" #: src/www/interfaces_wireless.php 114 +msgstr "" #: src/www/interfaces_wireless.php 115 +msgstr "" #: src/www/interfaces_wireless.php 116 +msgstr "" #: src/www/interfaces_wireless.php 137 "> +msgstr "" #: src/www/interfaces_wireless.php 139 ')"> +msgstr "" #: src/www/interfaces_wireless.php 150


              +msgstr "" #: src/www/interfaces_wireless.php 152

              +msgstr "" #: src/www/interfaces_wireless_edit.php 77 $reqdfieldsn = array(gettext("Parent interface"),gettext("Mode")); +msgstr "" #: src/www/interfaces_wireless_edit.php 109 $input_errors[] = gettext("This wireless clone cannot be modified because it is still assigned as an interface."); +msgstr "" #: src/www/interfaces_wireless_edit.php 111 $input_errors[] = gettext("Use the configuration page for the assigned interface to change the mode."); +msgstr "" #: src/www/interfaces_wireless_edit.php 116 $input_errors[] = sprintf(gettext('Error creating interface with mode %1$s. The %2$s interface may not support creating more clones with the selected mode.'), $wlan_modes[$clone['mode']], $clone['if']); +msgstr "" #: src/www/interfaces_wireless_edit.php 121 $input_errors[] = sprintf(gettext("Created with id %s"), $id); +msgstr "" #: src/www/interfaces_wireless_edit.php 124 $input_errors[] = gettext("Created without id"); +msgstr "" #: src/www/interfaces_wireless_edit.php 138 $pgtitle = array(gettext("Interfaces"),gettext("Wireless"),gettext("Edit")); +msgstr "" #: src/www/interfaces_wireless_edit.php 154

              +msgstr "" #: src/www/interfaces_wireless_edit.php 161 +msgstr "" #: src/www/interfaces_wireless_edit.php 179 +msgstr "" #: src/www/interfaces_wireless_edit.php 182 +msgstr "" #: src/www/interfaces_wireless_edit.php 183 +msgstr "" #: src/www/interfaces_wireless_edit.php 184 +msgstr "" #: src/www/interfaces_wireless_edit.php 188 +msgstr "" #: src/www/interfaces_wireless_edit.php 191
              " /> +msgstr "" #: src/www/interfaces_wireless_edit.php 200 " onclick="window.location.href=''" /> +msgstr "" #: src/www/license.php 32 $pgtitle = gettext("License"); +msgstr "" #: src/www/load_balancer_monitor.php 61 $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one pool."); +msgstr "" #: src/www/load_balancer_monitor.php 77 $pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Monitor")); +msgstr "" #: src/www/load_balancer_monitor.php 97 " . gettext("You must apply the changes in order for them to take effect."));?>
              +msgstr "" #: src/www/load_balancer_monitor.php 105 $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +msgstr "" #: src/www/load_balancer_monitor.php 106 $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +msgstr "" #: src/www/load_balancer_monitor.php 107 $tab_array[] = array(gettext("Monitors"), true, "load_balancer_monitor.php"); +msgstr "" #: src/www/load_balancer_monitor.php 108 $tab_array[] = array(gettext("Settings"), false, "load_balancer_setting.php"); +msgstr "" #: src/www/load_balancer_monitor.php 123 $t->add_column(gettext('Name'),'name',20); +msgstr "" #: src/www/load_balancer_monitor.php 124 $t->add_column(gettext('Type'),'type',10); +msgstr "" #: src/www/load_balancer_monitor.php 125 $t->add_column(gettext('Description'),'descr',30); +msgstr "" #: src/www/load_balancer_monitor_edit.php @@ -29269,230 +34849,275 @@ src/www/load_balancer_monitor_edit.php $changedesc = gettext("Load Balancer Monitor ") . " "; +msgstr "" #: src/www/load_balancer_monitor_edit.php 77 $reqdfieldsn = array(gettext("Name"),gettext("Type"),gettext("Description")); +msgstr "" #: src/www/load_balancer_monitor_edit.php 84 $input_errors[] = gettext("This monitor name has already been used. Monitor names must be unique."); +msgstr "" #: src/www/load_balancer_monitor_edit.php 87 $input_errors[] = gettext("You cannot use spaces in the 'name' field."); +msgstr "" #: src/www/load_balancer_monitor_edit.php 101 $input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); +msgstr "" #: src/www/load_balancer_monitor_edit.php 107 $input_errors[] = gettext("HTTP(s) codes must be from RFC2616."); +msgstr "" #: src/www/load_balancer_monitor_edit.php 111 $input_errors[] = gettext("The path to monitor must be set."); +msgstr "" #: src/www/load_balancer_monitor_edit.php 134 $changedesc .= " " . sprintf(gettext("modified '%s' monitor "), $monent['name']); +msgstr "" #: src/www/load_balancer_monitor_edit.php 182 $pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Monitor"),gettext("Edit")); +msgstr "" #: src/www/load_balancer_monitor_edit.php 186 $types = array("icmp" => gettext("ICMP"), "tcp" => gettext("TCP"), "http" => gettext("HTTP"), "https" => gettext("HTTPS"), "send" => gettext("Send/Expect")); +msgstr "" #: src/www/load_balancer_monitor_edit.php 234 +msgstr "" #: src/www/load_balancer_monitor_edit.php 237 +msgstr "" #: src/www/load_balancer_monitor_edit.php 243 +msgstr "" #: src/www/load_balancer_monitor_edit.php 249 +msgstr "" #: src/www/load_balancer_monitor_edit.php 270 +msgstr "" #: src/www/load_balancer_monitor_edit.php 274 +msgstr "" #: src/www/load_balancer_monitor_edit.php 280 +msgstr "" #: src/www/load_balancer_monitor_edit.php 282 size="64" />
              +msgstr "" #: src/www/load_balancer_monitor_edit.php 286 +msgstr "" #: src/www/load_balancer_monitor_edit.php 303 +msgstr "" #: src/www/load_balancer_monitor_edit.php 307 +msgstr "" #: src/www/load_balancer_monitor_edit.php 313 +msgstr "" #: src/www/load_balancer_monitor_edit.php 315 size="64" />
              +msgstr "" #: src/www/load_balancer_monitor_edit.php 319 +msgstr "" #: src/www/load_balancer_monitor_edit.php 337 +msgstr "" #: src/www/load_balancer_monitor_edit.php 341 +msgstr "" #: src/www/load_balancer_monitor_edit.php 347 +msgstr "" #: src/www/load_balancer_monitor_edit.php 358 " /> +msgstr "" #: src/www/load_balancer_monitor_edit.php 359 " onclick="window.location.href=''" /> +msgstr "" #: src/www/load_balancer_pool.php 61 $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one virtual server."); +msgstr "" #: src/www/load_balancer_pool.php 86 $pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Pool")); +msgstr "" #: src/www/load_balancer_pool.php 108 "));?>
              +msgstr "" #: src/www/load_balancer_pool.php 116 $tab_array[] = array(gettext("Pools"), true, "load_balancer_pool.php"); +msgstr "" #: src/www/load_balancer_pool.php 117 $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +msgstr "" #: src/www/load_balancer_pool.php 118 $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +msgstr "" #: src/www/load_balancer_pool.php 119 $tab_array[] = array(gettext("Settings"), false, "load_balancer_setting.php"); +msgstr "" #: src/www/load_balancer_pool.php 134 $t->add_column(gettext('Name'),'name',10); +msgstr "" #: src/www/load_balancer_pool.php 135 $t->add_column(gettext('Mode'),'mode',10); +msgstr "" #: src/www/load_balancer_pool.php 136 $t->add_column(gettext('Servers'),'servers',15); +msgstr "" #: src/www/load_balancer_pool.php 137 $t->add_column(gettext('Port'),'port',10); +msgstr "" #: src/www/load_balancer_pool.php 138 $t->add_column(gettext('Monitor'),'monitor',10); +msgstr "" #: src/www/load_balancer_pool.php 139 $t->add_column(gettext('Description'),'descr',25); +msgstr "" #: src/www/load_balancer_pool.php 148

              +msgstr "" #: src/www/load_balancer_pool.php 149 +msgstr "" #: src/www/load_balancer_pool.php 150 +msgstr "" #: src/www/load_balancer_pool_edit.php @@ -29500,258 +35125,309 @@ src/www/load_balancer_pool_edit.php $changedesc = gettext("Load Balancer Pool ") . " "; +msgstr "" #: src/www/load_balancer_pool_edit.php 68 $reqdfieldsn = array(gettext("Name"),gettext("Mode"),gettext("Port"),gettext("Monitor"),gettext("Server List")); +msgstr "" #: src/www/load_balancer_pool_edit.php 75 $input_errors[] = gettext("This pool name has already been used. Pool names must be unique."); +msgstr "" #: src/www/load_balancer_pool_edit.php 78 $input_errors[] = gettext("You cannot use spaces in the 'name' field."); +msgstr "" #: src/www/load_balancer_pool_edit.php 81 $input_errors[] = sprintf(gettext("The name '%s' is a reserved word and cannot be used."), $_POST['name']); +msgstr "" #: src/www/load_balancer_pool_edit.php 84 $input_errors[] = sprintf(gettext("Sorry, an alias is already named %s."), $_POST['name']); +msgstr "" #: src/www/load_balancer_pool_edit.php 87 $input_errors[] = gettext("The port must be an integer between 1 and 65535, or a port alias."); +msgstr "" #: src/www/load_balancer_pool_edit.php 91 $input_errors[] = gettext("The retry value must be an integer between 1 and 65535."); +msgstr "" #: src/www/load_balancer_pool_edit.php 96 $input_errors[] = sprintf(gettext("%s is not a valid IP address or IPv4 subnet (in "enabled" list)."), $svrent); +msgstr "" #: src/www/load_balancer_pool_edit.php 99 $input_errors[] = sprintf(gettext("%s is a subnet containing more than 64 IP addresses (in "enabled" list)."), $svrent); +msgstr "" #: src/www/load_balancer_pool_edit.php 106 $input_errors[] = sprintf(gettext("%s is not a valid IP address or IPv4 subnet (in "disabled" list)."), $svrent); +msgstr "" #: src/www/load_balancer_pool_edit.php 109 $input_errors[] = sprintf(gettext("%s is a subnet containing more than 64 IP addresses (in "disabled" list)."), $svrent); +msgstr "" #: src/www/load_balancer_pool_edit.php 118 $input_errors[] = gettext("Invalid monitor chosen."); +msgstr "" #: src/www/load_balancer_pool_edit.php 125 $changedesc .= sprintf(gettext(" modified '%s' pool "), $poolent['name']); +msgstr "" #: src/www/load_balancer_pool_edit.php 157 $pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Pool"),gettext("Edit")); +msgstr "" #: src/www/load_balancer_pool_edit.php 198 +msgstr "" #: src/www/load_balancer_pool_edit.php 201 +msgstr "" #: src/www/load_balancer_pool_edit.php 207 +msgstr "" #: src/www/load_balancer_pool_edit.php 210 +msgstr "" #: src/www/load_balancer_pool_edit.php 211 +msgstr "" #: src/www/load_balancer_pool_edit.php 216 +msgstr "" #: src/www/load_balancer_pool_edit.php 223 +msgstr "" #: src/www/load_balancer_pool_edit.php 227
              +msgstr "" #: src/www/load_balancer_pool_edit.php 228 +msgstr "" #: src/www/load_balancer_pool_edit.php 239 +msgstr "" #: src/www/load_balancer_pool_edit.php 242
              +msgstr "" #: src/www/load_balancer_pool_edit.php 249 +msgstr "" #: src/www/load_balancer_pool_edit.php 252 +msgstr "" #: src/www/load_balancer_pool_edit.php 267 +msgstr "" #: src/www/load_balancer_pool_edit.php 273 +msgstr "" #: src/www/load_balancer_pool_edit.php 276 " onclick="AddServerToPool(document.iform); enforceFailover(); checkPoolControls();" />
              +msgstr "" #: src/www/load_balancer_pool_edit.php 283 +msgstr "" #: src/www/load_balancer_pool_edit.php 286 +msgstr "" #: src/www/load_balancer_pool_edit.php 292 +msgstr "" #: src/www/load_balancer_pool_edit.php 303 " onclick="RemoveServerFromPool(document.iform, 'serversdisabled[]');" /> +msgstr "" #: src/www/load_balancer_pool_edit.php 312 +msgstr "" #: src/www/load_balancer_pool_edit.php 323 " onclick="RemoveServerFromPool(document.iform, 'servers[]');" /> +msgstr "" #: src/www/load_balancer_pool_edit.php 334 " onclick="AllServers('serversSelect', true); AllServers('serversDisabledSelect', true);" /> +msgstr "" #: src/www/load_balancer_pool_edit.php 335 " onclick="window.location.href=''" /> +msgstr "" #: src/www/load_balancer_relay_action.php 63 $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one relay protocol."); +msgstr "" #: src/www/load_balancer_relay_action.php 93 $pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Action")); +msgstr "" #: src/www/load_balancer_relay_action.php 111 You must apply the changes in order for them to take effect."));?>
              +msgstr "" #: src/www/load_balancer_relay_action.php 120 $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +msgstr "" #: src/www/load_balancer_relay_action.php 121 $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +msgstr "" #: src/www/load_balancer_relay_action.php 122 $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +msgstr "" #: src/www/load_balancer_relay_action.php 123 $tab_array[] = array(gettext("Relay Actions"), true, "load_balancer_relay_action.php"); +msgstr "" #: src/www/load_balancer_relay_action.php 124 $tab_array[] = array(gettext("Relay Protocols"), false, "load_balancer_relay_protocol.php"); +msgstr "" #: src/www/load_balancer_relay_action.php 138 $t->add_column(gettext('Name'),'name',20); +msgstr "" #: src/www/load_balancer_relay_action.php 139 $t->add_column(gettext('Type'),'type',10); +msgstr "" #: src/www/load_balancer_relay_action.php 140 $t->add_column(gettext('Options'),'options',30); +msgstr "" #: src/www/load_balancer_relay_action.php 141 $t->add_column(gettext('Description'),'descr',30); +msgstr "" #: src/www/load_balancer_relay_action_edit.php @@ -29759,179 +35435,214 @@ src/www/load_balancer_relay_action_edit.php $changedesc = gettext("Load Balancer Relay Action ") . " "; +msgstr "" #: src/www/load_balancer_relay_action_edit.php 107 $reqdfieldsn = array(gettext("Name"),gettext("Protocol"),gettext("Direction"),gettext("Action"),gettext("Description")); +msgstr "" #: src/www/load_balancer_relay_action_edit.php 114 $input_errors[] = gettext("This action name has already been used. Action names must be unique."); +msgstr "" #: src/www/load_balancer_relay_action_edit.php 117 $input_errors[] = gettext("You cannot use spaces in the 'name' field."); +msgstr "" #: src/www/load_balancer_relay_action_edit.php 124 $changedesc .= " " . sprintf(gettext("modified '%s' action "), $actent['name']); +msgstr "" #: src/www/load_balancer_relay_action_edit.php 170 $pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Action"),gettext("Edit")); +msgstr "" #: src/www/load_balancer_relay_action_edit.php 174 $types = array("http" => gettext("HTTP"), "tcp" => gettext("TCP"), "dns" => gettext("DNS")); +msgstr "" #: src/www/load_balancer_relay_action_edit.php 409 +msgstr "" #: src/www/load_balancer_relay_action_edit.php 412 +msgstr "" #: src/www/load_balancer_relay_action_edit.php 418 +msgstr "" #: src/www/load_balancer_relay_action_edit.php 425 +msgstr "" #: src/www/load_balancer_relay_action_edit.php 444 +msgstr "" #: src/www/load_balancer_relay_action_edit.php 464 +msgstr "" #: src/www/load_balancer_relay_action_edit.php 485 +msgstr "" #: src/www/load_balancer_relay_action_edit.php 507
               size="20">
              +msgstr "" #: src/www/load_balancer_relay_action_edit.php 509
               size="20">
              +msgstr "" #: src/www/load_balancer_relay_action_edit.php 511
               size="20">
              +msgstr "" #: src/www/load_balancer_relay_action_edit.php 516 +msgstr "" #: src/www/load_balancer_relay_action_edit.php 518 XXX +msgstr "" #: src/www/load_balancer_relay_action_edit.php 536 +msgstr "" #: src/www/load_balancer_relay_action_edit.php 538 XXX +msgstr "" #: src/www/load_balancer_relay_action_edit.php 558 "> +msgstr "" #: src/www/load_balancer_relay_action_edit.php 559 " onclick="window.location.href=''" /> +msgstr "" #: src/www/load_balancer_relay_protocol.php 60 $input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one virtual server."); +msgstr "" #: src/www/load_balancer_relay_protocol.php 89 $pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Protocol")); +msgstr "" #: src/www/load_balancer_relay_protocol.php 106 " . gettext("You must apply the changes in order for them to take effect."));?>
              +msgstr "" #: src/www/load_balancer_relay_protocol.php 114 $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +msgstr "" #: src/www/load_balancer_relay_protocol.php 115 $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +msgstr "" #: src/www/load_balancer_relay_protocol.php 116 $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +msgstr "" #: src/www/load_balancer_relay_protocol.php 117 $tab_array[] = array(gettext("Relay Actions"), false, "load_balancer_relay_action.php"); +msgstr "" #: src/www/load_balancer_relay_protocol.php 118 $tab_array[] = array(gettext("Relay Protocols"), true, "load_balancer_relay_protocol.php"); +msgstr "" #: src/www/load_balancer_relay_protocol.php 132 $t->add_column(gettext('Name'),'name',20); +msgstr "" #: src/www/load_balancer_relay_protocol.php 133 $t->add_column(gettext('Type'),'type',10); +msgstr "" #: src/www/load_balancer_relay_protocol.php 134 $t->add_column(gettext('Options'),'options',30); +msgstr "" #: src/www/load_balancer_relay_protocol.php 135 $t->add_column(gettext('Description'),'descr',30); +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php @@ -29939,277 +35650,332 @@ src/www/load_balancer_relay_protocol_edit.php $changedesc = gettext("Load Balancer Relay Protocol ") . " "; +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 69 $reqdfieldsn = array(gettext("Name"),gettext("Type"),gettext("Description")); +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 76 $input_errors[] = gettext("This protocol name has already been used. Protocol names must be unique."); +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 79 $input_errors[] = gettext("You cannot use spaces in the 'name' field."); +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 95 $changedesc .= " " . sprintf(gettext("modified '%s' load balancing protocol "), $protent['name']); +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 97 update_if_changed(gettext("name"), $protent['name'], $pconfig['name']); +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 98 update_if_changed(gettext("type"), $protent['type'], $pconfig['type']); +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 99 update_if_changed(gettext("description"), $protent['descr'], $pconfig['descr']); +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 100 update_if_changed(gettext("type"), $protent['type'], $pconfig['type']); +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 101 update_if_changed(gettext("action"), $protent['lbaction'], $pconfig['lbaction']); +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 127 $pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Protocol"),gettext("Edit")); +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 132 $types = array("http" => gettext("HTTP"), "tcp" => gettext("TCP"), "dns" => gettext("DNS")); +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 194 +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 197 +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 203 +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 220 +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 229 +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 232 +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 239 +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 254 " onclick="copyOption($('available_action'), $('lbaction'));" />
              +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 255 " onclick="deleteOption($('lbaction'));" /> +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 261 +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 282 " onClick="AllOptions($('lbaction'), true); AllOptions($('available_action'), false);"> +msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 283 " onclick="window.location.href=''" /> +msgstr "" #: src/www/load_balancer_setting.php 56 $input_errors[] = gettext("Timeout must be a numeric value"); +msgstr "" #: src/www/load_balancer_setting.php 60 $input_errors[] = gettext("Interval must be a numeric value"); +msgstr "" #: src/www/load_balancer_setting.php 65 $input_errors[] = gettext("Prefork must be a numeric value"); +msgstr "" #: src/www/load_balancer_setting.php 68 $input_errors[] = gettext("Prefork value must be between 1 and 32"); +msgstr "" #: src/www/load_balancer_setting.php 85 $pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Settings")); +msgstr "" #: src/www/load_balancer_setting.php 102 " . gettext("You must apply the changes in order for them to take effect."));?>
              +msgstr "" #: src/www/load_balancer_setting.php 110 $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +msgstr "" #: src/www/load_balancer_setting.php 111 $tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +msgstr "" #: src/www/load_balancer_setting.php 112 $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +msgstr "" #: src/www/load_balancer_setting.php 113 $tab_array[] = array(gettext("Settings"), true, "load_balancer_setting.php"); +msgstr "" #: src/www/load_balancer_setting.php 126 +msgstr "" #: src/www/load_balancer_setting.php 129 +msgstr "" #: src/www/load_balancer_setting.php 133 +msgstr "" #: src/www/load_balancer_setting.php 137 +msgstr "" #: src/www/load_balancer_setting.php 141 +msgstr "" #: src/www/load_balancer_setting.php 145 +msgstr "" #: src/www/load_balancer_setting.php 149 +msgstr "" #: src/www/load_balancer_setting.php 155 " /> +msgstr "" #: src/www/load_balancer_virtual_server.php 86 $pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Virtual Servers")); +msgstr "" #: src/www/load_balancer_virtual_server.php 107 " . gettext("You must apply the changes in order for them to take effect."));?>
              +msgstr "" #: src/www/load_balancer_virtual_server.php 115 $tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +msgstr "" #: src/www/load_balancer_virtual_server.php 116 $tab_array[] = array(gettext("Virtual Servers"), true, "load_balancer_virtual_server.php"); +msgstr "" #: src/www/load_balancer_virtual_server.php 117 $tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +msgstr "" #: src/www/load_balancer_virtual_server.php 118 $tab_array[] = array(gettext("Settings"), false, "load_balancer_setting.php"); +msgstr "" #: src/www/load_balancer_virtual_server.php 131 $t->add_column(gettext('Name'),'name',10); +msgstr "" #: src/www/load_balancer_virtual_server.php 132 $t->add_column(gettext('Protocol'),'relay_protocol',10); +msgstr "" #: src/www/load_balancer_virtual_server.php 133 $t->add_column(gettext('IP Address'),'ipaddr',10); +msgstr "" #: src/www/load_balancer_virtual_server.php 134 $t->add_column(gettext('Port'),'port',10); +msgstr "" #: src/www/load_balancer_virtual_server.php 135 $t->add_column(gettext('Pool'),'poolname',10); +msgstr "" #: src/www/load_balancer_virtual_server.php 136 $t->add_column(gettext('Fall Back Pool'),'sitedown',15); +msgstr "" #: src/www/load_balancer_virtual_server.php 137 $t->add_column(gettext('Description'),'descr',25); +msgstr "" #: src/www/load_balancer_virtual_server_edit.php @@ -30217,224 +35983,267 @@ src/www/load_balancer_virtual_server_edit.php $changedesc = gettext("Load Balancer Virtual Server ") . " "; +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 61 $reqdfieldsn = array(gettext("IP Address"),gettext("Name"),gettext("Mode")); +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 66 $reqdfieldsn = array(gettext("IP Address"),gettext("Name"),gettext("Relay Protocol")); +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 75 $input_errors[] = gettext("This virtual server name has already been used. Virtual server names must be unique."); +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 78 $input_errors[] = gettext("You cannot use spaces or slashes in the 'name' field."); +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 81 $input_errors[] = gettext("The port must be an integer between 1 and 65535, a port alias, or left blank."); +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 84 $input_errors[] = sprintf(gettext("%s is not a valid IP address, IPv4 subnet, or alias."), $_POST['ipaddr']); +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 86 $input_errors[] = sprintf(gettext("%s is a subnet containing more than 64 IP addresses."), $_POST['ipaddr']); +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 89 $input_errors[] = gettext("You cannot select a Fall Back Pool when using the DNS relay protocol."); +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 96 $changedesc .= " " . sprintf(gettext("modified '%s' vs "), $vsent['name']); +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 98 $changedesc .= " " . sprintf(gettext("created '%s' vs "), $_POST['name']); +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 132 $pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Virtual Server"),gettext("Edit")); +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 164 +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 167 +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 173 +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 179 +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 182
              +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 183
              +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 193 +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 196
              +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 197
              +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 198
              +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 208 +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 211 +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 227 +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 230 +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 233 +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 243
              +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 244
              +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 261 +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 280 " /> +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 281 " onclick="window.location.href=''" /> +msgstr "" #: src/www/load_balancer_virtual_server_edit.php 289 +msgstr "" #: src/www/pkg.php 49 print "onmouseout="this.style.color = ''; domTT_mouseout(this, event);" onmouseover="domTT_activate(this, event, 'content', '".gettext($title_msg)."', 'trail', true, 'delay', 0, 'fade', 'both', 'fadeMax', 93, 'styleClass', 'niceTitle');""; +msgstr "" #: src/www/pkg.php 55 print_info_box_np(gettext("ERROR No package defined.")); +msgstr "" #: src/www/pkg.php 186 var strloading="/images/misc/loader.gif' alt='loader' /> " + ""; +msgstr "" #: src/www/pkg.php 187 if(confirm("")){ +msgstr "" #: src/www/pkg.php 422 echo gettext("No"); +msgstr "" #: src/www/pkg.php 424 echo gettext("Yes"); +msgstr "" #: src/www/pkg.php 434 echo $column['prefix'] . gettext($column['listmodeon']). $column['suffix']; +msgstr "" #: src/www/pkg.php 437 echo $column['prefix'] .gettext($column['listmodeoff']). $column['suffix']; +msgstr "" #: src/www/pkg.php 456 ')"> alt="delete" /> +msgstr "" #: src/www/pkg_edit.php 60 print_info_box_np(gettext("ERROR No valid package defined.")); +msgstr "" #: src/www/pkg_edit.php @@ -30442,144 +36251,171 @@ src/www/pkg_edit.php $edit = ($only_edit ? '' " " . gettext("Edit")); +msgstr "" #: src/www/pkg_edit.php 249 $title = gettext("Package Editor"); +msgstr "" #: src/www/pkg_edit.php 437 $savevalue = gettext("Save"); +msgstr "" #: src/www/pkg_edit.php 448 $advanced .= "". gettext("Advanced features") . "
              n"; +msgstr "" #: src/www/pkg_edit.php 938 echo "

              " . gettext("Note") . " {$pkg['note']}

              "; +msgstr "" #: src/www/pkg_edit.php 944 echo ""; +msgstr "" #: src/www/pkg_edit.php 1133 $div .= " - " . gettext("Show advanced option") ."n"; +msgstr "" #: src/www/pkg_mgr.php 47 $pgtitle = array(gettext("System"),gettext("Package Manager")); +msgstr "" #: src/www/pkg_mgr.php 73 $savemsg = sprintf(gettext("Unable to retrieve package info from %s. Cached data will be used."), $xmlrpc_base_url); +msgstr "" #: src/www/pkg_mgr.php 76 $savemsg = 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']); +msgstr "" #: src/www/pkg_mgr.php 88 $pgtitle = array(gettext("System"),gettext("Package Manager")); +msgstr "" #: src/www/pkg_mgr.php 130 $tab_array[] = array(gettext("Available Packages"), $requested_version <> "" ? false true, "pkg_mgr.php"); +msgstr "" #: src/www/pkg_mgr.php 131 $tab_array[] = array(gettext("Installed Packages"), false, "pkg_mgr_installed.php"); +msgstr "" #: src/www/pkg_mgr.php 171 $tab_array[] = array(gettext("All"), $menu_category=="All" ? true false, "pkg_mgr.php?category=All"); +msgstr "" #: src/www/pkg_mgr.php 174 $tab_array[] = array(gettext($category) , $menu_category==$category ? true false, "pkg_mgr.php?category={$category}"); +msgstr "" #: src/www/pkg_mgr.php 179 $tab_array[] = array(gettext("Other Categories"), $menu_category=="Other" ? true false, "pkg_mgr.php?category=Other"); +msgstr "" #: src/www/pkg_mgr.php 198 +msgstr "" #: src/www/pkg_mgr.php 201 print ''.gettext("Category").''."n"; +msgstr "" #: src/www/pkg_mgr.php 203 " class="listhdr"> +msgstr "" #: src/www/pkg_mgr.php 204 " class="listhdr"> +msgstr "" #: src/www/pkg_mgr.php 213 echo "
              " . gettext("There are currently no packages available for installation.") . ""; +msgstr "" #: src/www/pkg_mgr.php 235 $pkginfo=gettext("Package info"); +msgstr "" #: src/www/pkg_mgr.php 238 $pkginfo=gettext("No package info, check the forum"); +msgstr "" #: src/www/pkg_mgr.php 245 "> +msgstr "" #: src/www/pkg_mgr.php 249 print ''.gettext($index['category']).''."n"; +msgstr "" #: src/www/pkg_mgr.php 254 print ' +msgstr "" #: src/www/pkg_mgr.php @@ -30587,233 +36423,278 @@ src/www/pkg_mgr.php "> +msgstr "" #: src/www/pkg_mgr.php 282 " class="btn btn-primary"> +msgstr "" #: src/www/pkg_mgr.php 288 echo "" . gettext("There are currently no packages available for installation.") . ""; +msgstr "" #: src/www/pkg_mgr_install.php 44 $pgtitle = array(gettext("System"),gettext("Package Manager"),gettext("Install Package")); +msgstr "" #: src/www/pkg_mgr_install.php 98 $tab_array[] = array(gettext("Available packages"), false, "pkg_mgr.php"); +msgstr "" #: src/www/pkg_mgr_install.php 99 $tab_array[] = array(gettext("Installed packages"), false, "pkg_mgr_installed.php"); +msgstr "" #: src/www/pkg_mgr_install.php 100 $tab_array[] = array(gettext("Package Installer"), true, ""); +msgstr "" #: src/www/pkg_mgr_install.php 169 +msgstr "" #: src/www/pkg_mgr_install.php 196 update_output_window(gettext("Something is wrong on the request.")); +msgstr "" #: src/www/pkg_mgr_install.php 200 update_output_window(gettext("Log was not retrievable.")); +msgstr "" #: src/www/pkg_mgr_install.php 205 update_status("{$pkgname} " . gettext("installation completed.")); +msgstr "" #: src/www/pkg_mgr_install.php 208 update_output_window(sprintf(gettext("Could not find %s."), $pkgname)); +msgstr "" #: src/www/pkg_mgr_install.php 219 write_config(gettext("Creating restore point before package installation.")); +msgstr "" #: src/www/pkg_mgr_install.php 224 update_status(gettext("Package deleted.")); +msgstr "" #: src/www/pkg_mgr_install.php 225 $static_output .= "n" . gettext("Package deleted."); +msgstr "" #: src/www/pkg_mgr_install.php 235 update_status(gettext("Package reinstallation failed.")); +msgstr "" #: src/www/pkg_mgr_install.php 236 $static_output .= "n" . gettext("Package reinstallation failed."); +msgstr "" #: src/www/pkg_mgr_install.php 239 update_status(gettext("Package reinstalled.")); +msgstr "" #: src/www/pkg_mgr_install.php 240 $static_output .= "n" . gettext("Package reinstalled."); +msgstr "" #: src/www/pkg_mgr_install.php 261 update_status(gettext("All packages reinstalled.")); +msgstr "" #: src/www/pkg_mgr_install.php 262 $static_output .= "n" . gettext("All packages reinstalled."); +msgstr "" #: src/www/pkg_mgr_install.php 266 update_output_window(gettext("No packages are installed.")); +msgstr "" #: src/www/pkg_mgr_install.php 272 update_status(gettext("Installation of") . " {$pkgid} " . gettext("FAILED!")); +msgstr "" #: src/www/pkg_mgr_install.php 273 $static_output .= "n" . gettext("Installation halted."); +msgstr "" #: src/www/pkg_mgr_install.php 276 $status_a = gettext(sprintf("Installation of %s completed.", $pkgid)); +msgstr "" #: src/www/pkg_mgr_install.php 280 $static_output .= "n" . gettext("Installation completed.") . "n{$pkgid} " . gettext("setup instructions") . " n{$status}"; +msgstr "" #: src/www/pkg_mgr_install.php 282 $static_output .= "n" . gettext("Installation completed. Please check to make sure that the package is configured from the respective menu then start the package."); +msgstr "" #: src/www/pkg_mgr_installed.php 41 $pgtitle = array(gettext("System"),gettext("Package Manager")); +msgstr "" #: src/www/pkg_mgr_installed.php 70 $pgtitle = array(gettext("System"),gettext("Package Manager")); +msgstr "" #: src/www/pkg_mgr_installed.php 104 $tab_array[] = array(gettext("Available Packages"), false, "pkg_mgr.php"); +msgstr "" #: src/www/pkg_mgr_installed.php 105 // $tab_array[] = array("{$version} " . gettext("packages"), false, "pkg_mgr.php"); +msgstr "" #: src/www/pkg_mgr_installed.php 108 $tab_array[] = array(gettext("Installed Packages"), true, "pkg_mgr_installed.php"); +msgstr "" #: src/www/pkg_mgr_installed.php 117 +msgstr "" #: src/www/pkg_mgr_installed.php 118 +msgstr "" #: src/www/pkg_mgr_installed.php 119 +msgstr "" #: src/www/pkg_mgr_installed.php 120 +msgstr "" #: src/www/pkg_mgr_installed.php 148 $pkgver = "".gettext("Available") ." ". $latest_package . "
              "; +msgstr "" #: src/www/pkg_mgr_installed.php 150 $pkgver = "
              ".gettext("Available") ." ". $latest_package . "
              "; +msgstr "" #: src/www/pkg_mgr_installed.php 151 $pkgver .= gettext("Installed") ." ". $pkg['version']. "
              "; +msgstr "" #: src/www/pkg_mgr_installed.php 157 $pkgver = "" . gettext("Available") ." ". $latest_package . "
              "; +msgstr "" #: src/www/pkg_mgr_installed.php 159 $pkgver = "
              " . gettext("Available") ." ". $latest_package . "
              "; +msgstr "" #: src/www/pkg_mgr_installed.php 160 $pkgver .= gettext("Installed") ." ". $pkg['version']."
              "; +msgstr "" #: src/www/pkg_mgr_installed.php 184 $pkginfo=gettext("Package info"); +msgstr "" #: src/www/pkg_mgr_installed.php 188 $pkginfo=gettext("No package info, check the forum"); +msgstr "" #: src/www/pkg_mgr_installed.php 203 echo "{$pkgver}"; +msgstr "" #: src/www/pkg_mgr_installed.php @@ -30822,174 +36703,208 @@ src/www/pkg_mgr_installed.php hidden; text-align justify;" >

              +msgstr "" #: src/www/pkg_mgr_installed.php 213 " class="btn btn-default btn-xs"> +msgstr "" #: src/www/pkg_mgr_installed.php 216 " class="btn btn-default btn-xs"> +msgstr "" #: src/www/pkg_mgr_installed.php 227 +msgstr "" #: src/www/pkg_mgr_settings.php 51 $pgtitle = array(gettext("System"),gettext("Package Settings")); +msgstr "" #: src/www/pkg_mgr_settings.php 89 $tab_array[] = array(sprintf(gettext("%s packages"), $version), false, "pkg_mgr.php"); +msgstr "" #: src/www/pkg_mgr_settings.php 90 $tab_array[] = array(gettext("Installed Packages"), false, "pkg_mgr_installed.php"); +msgstr "" #: src/www/pkg_mgr_settings.php 91 $tab_array[] = array(gettext("Package Settings"), true, "pkg_mgr_settings.php"); +msgstr "" #: src/www/pkg_mgr_settings.php 100 +msgstr "" #: src/www/pkg_mgr_settings.php 101 +msgstr "" #: src/www/pkg_mgr_settings.php 102 +msgstr "" #: src/www/pkg_mgr_settings.php 104 +msgstr "" #: src/www/pkg_mgr_settings.php 109 +msgstr "" #: src/www/pkg_mgr_settings.php 112 +msgstr "" #: src/www/pkg_mgr_settings.php 114 />
              +msgstr "" #: src/www/pkg_mgr_settings.php 116 +msgstr "" #: src/www/pkg_mgr_settings.php 119 ,
              +msgstr "" #: src/www/pkg_mgr_settings.php 131 " /> +msgstr "" #: src/www/reboot.php 34 $pgtitle = array(gettext("Diagnostics"),gettext("Reboot System")); +msgstr "" #: src/www/reboot.php 47 +msgstr "" #: src/www/reboot.php 49 +msgstr "" #: src/www/reboot.php 55

              +msgstr "" #: src/www/reboot.php 57 " /> +msgstr "" #: src/www/reboot.php 58 +msgstr "" #: src/www/restart_httpd.php 31 $pgtitle = array(gettext("Restarting httpd")); +msgstr "" #: src/www/restart_httpd.php 39 ... +msgstr "" #: src/www/restart_httpd.php 41 .
              +msgstr "" #: src/www/restart_httpd.php 42 ... +msgstr "" #: src/www/restart_httpd.php 44 .
              +msgstr "" #: src/www/restart_httpd.php 45 ... +msgstr "" #: src/www/restart_httpd.php 47 .
              +msgstr "" #: src/www/restart_httpd.php 48 ... +msgstr "" #: src/www/restart_httpd.php 50 .
              +msgstr "" #: src/www/services_captiveportal.php 56 $pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +msgstr "" #: src/www/services_captiveportal.php @@ -30997,6 +36912,7 @@ src/www/services_captiveportal.php write_config(sprintf(gettext("Captive Portal zone %s Restore default portal page"), $cpzone)); +msgstr "" #: src/www/services_captiveportal.php @@ -31004,6 +36920,7 @@ src/www/services_captiveportal.php write_config(sprintf(gettext("Captive Portal zone %s Restore default error page"), $cpzone)); +msgstr "" #: src/www/services_captiveportal.php @@ -31011,681 +36928,817 @@ src/www/services_captiveportal.php write_config(sprintf(gettext("Captive Portal zone %s Restore default logout page"), $cpzone)); +msgstr "" #: src/www/services_captiveportal.php 198 $reqdfieldsn = array(gettext("Zone name"), gettext("Interface")); +msgstr "" #: src/www/services_captiveportal.php 206 $input_errors[] = sprintf(gettext("The captive portal cannot be used on interface %s since it is part of a bridge."), $cpbrif); +msgstr "" #: src/www/services_captiveportal.php 210 $input_errors[] = sprintf(gettext("The captive portal cannot be used on interface %s since it is used already on %s instance."), $cpbrif, $cp['zone']); +msgstr "" #: src/www/services_captiveportal.php 218 $input_errors[] = gettext("Certificate must be specified for HTTPS login."); +msgstr "" #: src/www/services_captiveportal.php 221 $input_errors[] = gettext("The HTTPS server name must be specified for HTTPS login."); +msgstr "" #: src/www/services_captiveportal.php 228 $input_errors[] = gettext("The timeout must be at least 1 minute."); +msgstr "" #: src/www/services_captiveportal.php 241 $input_errors[] = gettext("Hard timeout must be less or equal Default lease time set on DHCP Server"); +msgstr "" #: src/www/services_captiveportal.php 246 $input_errors[] = gettext("The idle timeout must be at least 1 minute."); +msgstr "" #: src/www/services_captiveportal.php 249 $input_errors[] = gettext("The pass-through credit count must be a number or left blank."); +msgstr "" #: src/www/services_captiveportal.php 252 $input_errors[] = gettext("The waiting period to restore pass-through credits must be above 0 hours."); +msgstr "" #: src/www/services_captiveportal.php 256 $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip']); +msgstr "" #: src/www/services_captiveportal.php 259 $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip2']); +msgstr "" #: src/www/services_captiveportal.php 262 $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip3']); +msgstr "" #: src/www/services_captiveportal.php 265 $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip4']); +msgstr "" #: src/www/services_captiveportal.php 268 $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport']); +msgstr "" #: src/www/services_captiveportal.php 271 $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport2']); +msgstr "" #: src/www/services_captiveportal.php 274 $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport3']); +msgstr "" #: src/www/services_captiveportal.php 277 $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport4']); +msgstr "" #: src/www/services_captiveportal.php 280 $input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusacctport']); +msgstr "" #: src/www/services_captiveportal.php 283 $input_errors[] = gettext("The maximum number of concurrent connections per client IP address may not be larger than the global maximum."); +msgstr "" #: src/www/services_captiveportal.php 286 $input_errors[] = gettext("The NAS-Identifier must be 3-253 characters long and should only contain ASCII characters."); +msgstr "" #: src/www/services_captiveportal.php 500 $tab_array[] = array(gettext("Captive portal(s)"), true, "services_captiveportal.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal.php 501 $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal.php 502 $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal.php 504 // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal.php 505 $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal.php 506 $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal.php 522 +msgstr "" #: src/www/services_captiveportal.php 525 +msgstr "" #: src/www/services_captiveportal.php 537 +msgstr "" #: src/www/services_captiveportal.php 540 +msgstr "" #: src/www/services_captiveportal.php 544 +msgstr "" #: src/www/services_captiveportal.php 547 +msgstr "" #: src/www/services_captiveportal.php 555
              +msgstr "" #: src/www/services_captiveportal.php 556 +msgstr "" #: src/www/services_captiveportal.php 559 +msgstr "" #: src/www/services_captiveportal.php 562
              +msgstr "" #: src/www/services_captiveportal.php 563 +msgstr "" #: src/www/services_captiveportal.php 567 +msgstr "" #: src/www/services_captiveportal.php 570
              +msgstr "" #: src/www/services_captiveportal.php 571 +msgstr "" #: src/www/services_captiveportal.php 574 +msgstr "" #: src/www/services_captiveportal.php 577
              +msgstr "" #: src/www/services_captiveportal.php 578 +msgstr "" #: src/www/services_captiveportal.php 581 +msgstr "" #: src/www/services_captiveportal.php 584
              +msgstr "" #: src/www/services_captiveportal.php 585 +msgstr "" #: src/www/services_captiveportal.php 589 +msgstr "" #: src/www/services_captiveportal.php 592
              +msgstr "" #: src/www/services_captiveportal.php 593 +msgstr "" #: src/www/services_captiveportal.php 596 +msgstr "" #: src/www/services_captiveportal.php 599 +msgstr "" #: src/www/services_captiveportal.php 603 +msgstr "" #: src/www/services_captiveportal.php 607 +msgstr "" #: src/www/services_captiveportal.php 615 +msgstr "" #: src/www/services_captiveportal.php 620 +msgstr "" #: src/www/services_captiveportal.php 623
              +msgstr "" #: src/www/services_captiveportal.php 624 +msgstr "" #: src/www/services_captiveportal.php 628 +msgstr "" #: src/www/services_captiveportal.php 631

              +msgstr "" #: src/www/services_captiveportal.php 634 +msgstr "" #: src/www/services_captiveportal.php 635 +msgstr "" #: src/www/services_captiveportal.php 638 +msgstr "" #: src/www/services_captiveportal.php 639 +msgstr "" #: src/www/services_captiveportal.php 642 +msgstr "" #: src/www/services_captiveportal.php 646 +msgstr "" #: src/www/services_captiveportal.php 651 +msgstr "" #: src/www/services_captiveportal.php 655 / +msgstr "" #: src/www/services_captiveportal.php 664 +msgstr "" #: src/www/services_captiveportal.php 667 +msgstr "" #: src/www/services_captiveportal.php 673 +msgstr "" #: src/www/services_captiveportal.php 678 +msgstr "" #: src/www/services_captiveportal.php 682 +msgstr "" #: src/www/services_captiveportal.php 686 +msgstr "" #: src/www/services_captiveportal.php 690 +msgstr "" #: src/www/services_captiveportal.php 707 +msgstr "" #: src/www/services_captiveportal.php 710 +msgstr "" #: src/www/services_captiveportal.php 712 +msgstr "" #: src/www/services_captiveportal.php 715 +msgstr "" #: src/www/services_captiveportal.php 717 +msgstr "" #: src/www/services_captiveportal.php 720    +msgstr "" #: src/www/services_captiveportal.php 722 +msgstr "" #: src/www/services_captiveportal.php 728 +msgstr "" #: src/www/services_captiveportal.php 731 +msgstr "" #: src/www/services_captiveportal.php 733 +msgstr "" #: src/www/services_captiveportal.php 736 +msgstr "" #: src/www/services_captiveportal.php 740    +msgstr "" #: src/www/services_captiveportal.php 750 +msgstr "" #: src/www/services_captiveportal.php 753 +msgstr "" #: src/www/services_captiveportal.php 755 +msgstr "" #: src/www/services_captiveportal.php 758 +msgstr "" #: src/www/services_captiveportal.php 762    +msgstr "" #: src/www/services_captiveportal.php 769 +msgstr "" #: src/www/services_captiveportal.php 772 +msgstr "" #: src/www/services_captiveportal.php 774 +msgstr "" #: src/www/services_captiveportal.php 777 +msgstr "" #: src/www/services_captiveportal.php 781    +msgstr "" #: src/www/services_captiveportal.php 788 +msgstr "" #: src/www/services_captiveportal.php 793
              +msgstr "" #: src/www/services_captiveportal.php 794 +msgstr "" #: src/www/services_captiveportal.php 797 +msgstr "" #: src/www/services_captiveportal.php 799 +msgstr "" #: src/www/services_captiveportal.php 805 +msgstr "" #: src/www/services_captiveportal.php 807 />
              +msgstr "" #: src/www/services_captiveportal.php 808 />
              +msgstr "" #: src/www/services_captiveportal.php 809 /> +msgstr "" #: src/www/services_captiveportal.php 816 +msgstr "" #: src/www/services_captiveportal.php 819 +msgstr "" #: src/www/services_captiveportal.php 821
              +msgstr "" #: src/www/services_captiveportal.php 822 +msgstr "" #: src/www/services_captiveportal.php 828 />
              +msgstr "" #: src/www/services_captiveportal.php 829 +msgstr "" #: src/www/services_captiveportal.php 837 +msgstr "" #: src/www/services_captiveportal.php 867 +msgstr "" #: src/www/services_captiveportal.php 872 +msgstr "" #: src/www/services_captiveportal.php 873 />
              +msgstr "" #: src/www/services_captiveportal.php 874 +msgstr "" #: src/www/services_captiveportal.php 878 +msgstr "" #: src/www/services_captiveportal.php 880 +msgstr "" #: src/www/services_captiveportal.php 890 +msgstr "" #: src/www/services_captiveportal.php 897 />
              +msgstr "" #: src/www/services_captiveportal.php 898 +msgstr "" #: src/www/services_captiveportal.php 902 +msgstr "" #: src/www/services_captiveportal.php 904 +msgstr "" #: src/www/services_captiveportal.php 907 +msgstr "" #: src/www/services_captiveportal.php 910 +msgstr "" #: src/www/services_captiveportal.php 915 echo "n"; +msgstr "" #: src/www/services_captiveportal.php 917 echo "n"; +msgstr "" #: src/www/services_captiveportal.php 922 +msgstr "" #: src/www/services_captiveportal.php 923
              +msgstr "" #: src/www/services_captiveportal.php @@ -31697,1429 +37750,1711 @@ src/www/services_captiveportal.php 33 44 55
              +msgstr "" #: src/www/services_captiveportal.php 925 001122-334455
              +msgstr "" #: src/www/services_captiveportal.php 926 00-11-22-33-44-55
              +msgstr "" #: src/www/services_captiveportal.php 927 0011.2233.4455
              +msgstr "" #: src/www/services_captiveportal.php 928 001122334455 +msgstr "" #: src/www/services_captiveportal.php 935 +msgstr "" #: src/www/services_captiveportal.php 938
              +msgstr "" #: src/www/services_captiveportal.php 939 +msgstr "" #: src/www/services_captiveportal.php 942 +msgstr "" #: src/www/services_captiveportal.php 945 +msgstr "" #: src/www/services_captiveportal.php 948 +msgstr "" #: src/www/services_captiveportal.php 962
              Create one under System > Cert Manager. +msgstr "" #: src/www/services_captiveportal.php 967 +msgstr "" #: src/www/services_captiveportal.php 970
              +msgstr "" #: src/www/services_captiveportal.php 971 +msgstr "" #: src/www/services_captiveportal.php 974 +msgstr "" #: src/www/services_captiveportal.php 989 +msgstr "" #: src/www/services_captiveportal.php 991 +msgstr "" #: src/www/services_captiveportal.php 994 +msgstr "" #: src/www/services_captiveportal.php 1001 gettext('Upload an HTML/PHP file for the portal page here (leave blank to keep the current one). ' . +msgstr "" #: src/www/services_captiveportal.php 1012
              +msgstr "" #: src/www/services_captiveportal.php 1023
              +msgstr "" #: src/www/services_captiveportal.php 1024
              +msgstr "" #: src/www/services_captiveportal.php 1025 +msgstr "" #: src/www/services_captiveportal.php 1029 +msgstr "" #: src/www/services_captiveportal.php 1031 +msgstr "" #: src/www/services_captiveportal.php 1034 +msgstr "" #: src/www/services_captiveportal.php 1039 "$PORTAL_MESSAGE$", +msgstr "" #: src/www/services_captiveportal.php 1043
              +msgstr "" #: src/www/services_captiveportal.php 1044
              +msgstr "" #: src/www/services_captiveportal.php 1045 +msgstr "" #: src/www/services_captiveportal.php 1049 +msgstr "" #: src/www/services_captiveportal.php 1051 +msgstr "" #: src/www/services_captiveportal.php 1054 +msgstr "" #: src/www/services_captiveportal.php 1059 +msgstr "" #: src/www/services_captiveportal.php 1065 " onclick="enable_change(true)" /> +msgstr "" #: src/www/services_captiveportal.php 1066 " onclick="enable_change(true)" /> +msgstr "" #: src/www/services_captiveportal.php 1071
              +msgstr "" #: src/www/services_captiveportal.php 1072
              +msgstr "" #: src/www/services_captiveportal_filemanager.php 59 $pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +msgstr "" #: src/www/services_captiveportal_filemanager.php 86 $input_errors[] = sprintf(gettext("A file with the name '%s' already exists."), $name); +msgstr "" #: src/www/services_captiveportal_filemanager.php 93 $input_errors[] = gettext("The total size of all files uploaded may not exceed ") . +msgstr "" #: src/www/services_captiveportal_filemanager.php 126 array('label'=>gettext('add file'), 'href'=>'services_captiveportal_filemanager.php?zone='.$cpzone.'&act=add'), +msgstr "" #: src/www/services_captiveportal_filemanager.php 146 $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_filemanager.php 147 $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_filemanager.php 148 $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_filemanager.php 150 // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_filemanager.php 151 $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_filemanager.php 152 $tab_array[] = array(gettext("File Manager"), true, "services_captiveportal_filemanager.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_filemanager.php 173 " /> +msgstr "" #: src/www/services_captiveportal_filemanager.php 189 +msgstr "" #: src/www/services_captiveportal_filemanager.php 190 +msgstr "" #: src/www/services_captiveportal_filemanager.php 201 ')"> +msgstr "" #: src/www/services_captiveportal_filemanager.php 202 "> +msgstr "" #: src/www/services_captiveportal_filemanager.php 209 +msgstr "" #: src/www/services_captiveportal_filemanager.php 219
              +msgstr "" #: src/www/services_captiveportal_filemanager.php 221 <a href="/captiveportal-aup.php?zone=$PORTAL_ZONE$&redirurl=$PORTAL_REDIRURL$"></a> +msgstr "" #: src/www/services_captiveportal_filemanager.php 233 +msgstr "" #: src/www/services_captiveportal_hostname.php 49 $pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +msgstr "" #: src/www/services_captiveportal_hostname.php 86 $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_hostname.php 87 $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_hostname.php 88 $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_hostname.php 89 $tab_array[] = array(gettext("Allowed Hostnames"), true, "services_captiveportal_hostname.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_hostname.php 90 $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_hostname.php 91 $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_hostname.php 106 +msgstr "" #: src/www/services_captiveportal_hostname.php 107 +msgstr "" #: src/www/services_captiveportal_hostname.php 134  ')" class="btn btn-default btn-xs"> +msgstr "" #: src/www/services_captiveportal_hostname.php 140
              +msgstr "" #: src/www/services_captiveportal_hostname.php 142 from addresses, it may be used to always allow pass-through access from a client behind the captive portal."); ?>

              +msgstr "" #: src/www/services_captiveportal_hostname.php 145 in x.x.x.x +msgstr "" #: src/www/services_captiveportal_hostname.php 146 +msgstr "" #: src/www/services_captiveportal_hostname.php 152 x.x.x.x in     +msgstr "" #: src/www/services_captiveportal_hostname.php 153 +msgstr "" #: src/www/services_captiveportal_hostname_edit.php 46 $pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit allowed Hostname")); +msgstr "" #: src/www/services_captiveportal_hostname_edit.php 88 $reqdfieldsn = array(gettext("Allowed Hostname")); +msgstr "" #: src/www/services_captiveportal_hostname_edit.php 93 $input_errors[] = sprintf(gettext("A valid Hostname must be specified. [%s]"), $_POST['hostname']); +msgstr "" #: src/www/services_captiveportal_hostname_edit.php 96 $input_errors[] = gettext("Upload speed needs to be an integer"); +msgstr "" #: src/www/services_captiveportal_hostname_edit.php 98 $input_errors[] = gettext("Download speed needs to be an integer"); +msgstr "" #: src/www/services_captiveportal_hostname_edit.php 105 $input_errors[] = sprintf("[%s] %s.", $_POST['hostname'], gettext("already allowed")) ; +msgstr "" #: src/www/services_captiveportal_hostname_edit.php 166 +msgstr "" #: src/www/services_captiveportal_hostname_edit.php 170 $dirs = array(gettext("Both"),gettext("From"),gettext("To")) ; +msgstr "" #: src/www/services_captiveportal_hostname_edit.php 178 . +msgstr "" #: src/www/services_captiveportal_hostname_edit.php 179 . +msgstr "" #: src/www/services_captiveportal_hostname_edit.php 182 +msgstr "" #: src/www/services_captiveportal_hostname_edit.php 186 . +msgstr "" #: src/www/services_captiveportal_hostname_edit.php 189 +msgstr "" #: src/www/services_captiveportal_hostname_edit.php 192
              . +msgstr "" #: src/www/services_captiveportal_hostname_edit.php 195 +msgstr "" #: src/www/services_captiveportal_hostname_edit.php 198
              +msgstr "" #: src/www/services_captiveportal_hostname_edit.php 201 +msgstr "" #: src/www/services_captiveportal_hostname_edit.php 204
              +msgstr "" #: src/www/services_captiveportal_hostname_edit.php 209 " /> +msgstr "" #: src/www/services_captiveportal_ip.php 48 $pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +msgstr "" #: src/www/services_captiveportal_ip.php 86 $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_ip.php 87 $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_ip.php 88 $tab_array[] = array(gettext("Allowed IP addresses"), true, "services_captiveportal_ip.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_ip.php 90 // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_ip.php 91 $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_ip.php 92 $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_ip.php 106 +msgstr "" #: src/www/services_captiveportal_ip.php 107 +msgstr "" #: src/www/services_captiveportal_ip.php 138 ')" class="btn btn-default btn-xs"> +msgstr "" #: src/www/services_captiveportal_ip.php 144
              +msgstr "" #: src/www/services_captiveportal_ip.php 146

              +msgstr "" #: src/www/services_captiveportal_ip_edit.php 47 $pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit allowed IP address")); +msgstr "" #: src/www/services_captiveportal_ip_edit.php 87 $reqdfieldsn = array(gettext("Allowed IP address"), gettext("Subnet mask")); +msgstr "" #: src/www/services_captiveportal_ip_edit.php 92 $input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['ip']); +msgstr "" #: src/www/services_captiveportal_ip_edit.php 95 $input_errors[] = gettext("A valid subnet mask must be specified"); +msgstr "" #: src/www/services_captiveportal_ip_edit.php 98 $input_errors[] = gettext("Upload speed needs to be an integer"); +msgstr "" #: src/www/services_captiveportal_ip_edit.php 101 $input_errors[] = gettext("Download speed needs to be an integer"); +msgstr "" #: src/www/services_captiveportal_ip_edit.php 108 $input_errors[] = sprintf("[%s] %s.", $_POST['ip'], gettext("already allowed")) ; +msgstr "" #: src/www/services_captiveportal_ip_edit.php 189 +msgstr "" #: src/www/services_captiveportal_ip_edit.php 192 +msgstr "" #: src/www/services_captiveportal_ip_edit.php 201 . +msgstr "" #: src/www/services_captiveportal_ip_edit.php 205 +msgstr "" #: src/www/services_captiveportal_ip_edit.php 208
              . +msgstr "" #: src/www/services_captiveportal_ip_edit.php 213 +msgstr "" #: src/www/services_captiveportal_ip_edit.php 216
              +msgstr "" #: src/www/services_captiveportal_ip_edit.php 220 +msgstr "" #: src/www/services_captiveportal_ip_edit.php 223
              +msgstr "" #: src/www/services_captiveportal_ip_edit.php 230 " /> +msgstr "" #: src/www/services_captiveportal_mac.php 52 $pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +msgstr "" #: src/www/services_captiveportal_mac.php 70 echo gettext("No entry exists yet!") ."n"; +msgstr "" #: src/www/services_captiveportal_mac.php 74 echo gettext("Please set the zone on which the operation should be allowed"); +msgstr "" #: src/www/services_captiveportal_mac.php 86 echo gettext("No entry exists for this username ") . " " . $_POST['username'] . "n"; +msgstr "" #: src/www/services_captiveportal_mac.php 105 echo gettext("The entry was sucessfully deleted") . "n"; +msgstr "" #: src/www/services_captiveportal_mac.php 107 echo gettext("No entry exists for this mac address ") . " " . $_POST['delmac'] . "n"; +msgstr "" #: src/www/services_captiveportal_mac.php 132 array('label'=>gettext("add host"), 'href'=>'services_captiveportal_mac_edit.php?zone='.$cpzone), +msgstr "" #: src/www/services_captiveportal_mac.php 145 You must apply the changes in order for them to take effect."));?>
              +msgstr "" #: src/www/services_captiveportal_mac.php 152 $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_mac.php 153 $tab_array[] = array(gettext("MAC"), true, "services_captiveportal_mac.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_mac.php 154 $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_mac.php 156 // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_mac.php 157 $tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_mac.php 158 $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_mac.php 173 +msgstr "" #: src/www/services_captiveportal_mac.php 174 +msgstr "" #: src/www/services_captiveportal_mac.php 195 ')" class="btn btn-default btn-xs"> +msgstr "" #: src/www/services_captiveportal_mac.php 207
              +msgstr "" #: src/www/services_captiveportal_mac.php 208 +msgstr "" #: src/www/services_captiveportal_mac_edit.php 49 $pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit MAC address rules")); +msgstr "" #: src/www/services_captiveportal_mac_edit.php 90 $reqdfieldsn = array(gettext("Action"), gettext("MAC address")); +msgstr "" #: src/www/services_captiveportal_mac_edit.php 101 $input_errors[] = sprintf(gettext("The MAC address %s belongs to a local interface, you cannot use it here."), $_POST['mac']); +msgstr "" #: src/www/services_captiveportal_mac_edit.php 106 $input_errors[] = sprintf("%s. [%s]", gettext("A valid MAC address must be specified"), $_POST['mac']); +msgstr "" #: src/www/services_captiveportal_mac_edit.php 110 $input_errors[] = gettext("Upload speed needs to be an integer"); +msgstr "" #: src/www/services_captiveportal_mac_edit.php 112 $input_errors[] = gettext("Download speed needs to be an integer"); +msgstr "" #: src/www/services_captiveportal_mac_edit.php 119 $input_errors[] = sprintf("[%s] %s.", $_POST['mac'], gettext("already exists")); +msgstr "" #: src/www/services_captiveportal_mac_edit.php 186 +msgstr "" #: src/www/services_captiveportal_mac_edit.php 189 +msgstr "" #: src/www/services_captiveportal_mac_edit.php 204 . +msgstr "" #: src/www/services_captiveportal_mac_edit.php 208 +msgstr "" #: src/www/services_captiveportal_mac_edit.php 216 +msgstr "" #: src/www/services_captiveportal_mac_edit.php 218 +msgstr "" #: src/www/services_captiveportal_mac_edit.php 221 +msgstr "" #: src/www/services_captiveportal_mac_edit.php 225 . +msgstr "" #: src/www/services_captiveportal_mac_edit.php 230 +msgstr "" #: src/www/services_captiveportal_mac_edit.php 234 +msgstr "" #: src/www/services_captiveportal_mac_edit.php 238 +msgstr "" #: src/www/services_captiveportal_mac_edit.php 242 +msgstr "" #: src/www/services_captiveportal_mac_edit.php 249 " /> +msgstr "" #: src/www/services_captiveportal_vouchers.php 83 $pgtitle = array(gettext("Services"), gettext("Captive portal"), gettext("Vouchers"), $a_cp[$cpzone]['zone']); +msgstr "" #: src/www/services_captiveportal_vouchers.php 136 $config['voucher'][$cpzone]['descrmsgnoaccess'] = gettext("Voucher invalid"); +msgstr "" #: src/www/services_captiveportal_vouchers.php 138 $config['voucher'][$cpzone]['descrmsgexpired'] = gettext("Voucher expired"); +msgstr "" #: src/www/services_captiveportal_vouchers.php 161 $input_errors[] = gettext("Cannot write private key file") . ".n"; +msgstr "" #: src/www/services_captiveportal_vouchers.php 181 $input_errors[] = gettext("Need private RSA key to print vouchers") . "n"; +msgstr "" #: src/www/services_captiveportal_vouchers.php 216 $reqdfieldsn = array(gettext("charset"),gettext("rollbits"),gettext("ticketbits"),gettext("checksumbits"),gettext("publickey"),gettext("magic")); +msgstr "" #: src/www/services_captiveportal_vouchers.php 219 $reqdfieldsn = array(gettext("Synchronize Voucher Database IP"),gettext("Sync port"),gettext("Sync password"),gettext("Sync username")); +msgstr "" #: src/www/services_captiveportal_vouchers.php 228 $input_errors[] = gettext("Need at least 2 characters to create vouchers."); +msgstr "" #: src/www/services_captiveportal_vouchers.php 230 $input_errors[] = gettext("Double quotes aren't allowed."); +msgstr "" #: src/www/services_captiveportal_vouchers.php 232 $input_errors[] = "',' " . gettext("aren't allowed."); +msgstr "" #: src/www/services_captiveportal_vouchers.php 234 $input_errors[] = gettext("# of Bits to store Roll Id needs to be between 1..31."); +msgstr "" #: src/www/services_captiveportal_vouchers.php 236 $input_errors[] = gettext("# of Bits to store Ticket Id needs to be between 1..16."); +msgstr "" #: src/www/services_captiveportal_vouchers.php 238 $input_errors[] = gettext("# of Bits to store checksum needs to be between 1..31."); +msgstr "" #: src/www/services_captiveportal_vouchers.php 240 $input_errors[] = gettext("This doesn't look like an RSA Public key."); +msgstr "" #: src/www/services_captiveportal_vouchers.php 242 $input_errors[] = gettext("This doesn't look like an RSA Private key."); +msgstr "" #: src/www/services_captiveportal_vouchers.php 244 $input_errors[] = gettext("You cannot sync the voucher database to this host (itself)."); +msgstr "" #: src/www/services_captiveportal_vouchers.php 353 $savemsg = gettext("Voucher database has been synchronized from {$url} {$port}"); +msgstr "" #: src/www/services_captiveportal_vouchers.php 373 array('label'=>gettext("add voucher"), 'href'=>'services_captiveportal_vouchers_edit.php?zone='.$cpzone), +msgstr "" #: src/www/services_captiveportal_vouchers.php 443 $tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_vouchers.php 444 $tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_vouchers.php 445 $tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_vouchers.php 447 // $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_vouchers.php 448 $tab_array[] = array(gettext("Vouchers"), true, "services_captiveportal_vouchers.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_vouchers.php 449 $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +msgstr "" #: src/www/services_captiveportal_vouchers.php 466 +msgstr "" #: src/www/services_captiveportal_vouchers.php 471 +msgstr "" #: src/www/services_captiveportal_vouchers.php 480 # +msgstr "" #: src/www/services_captiveportal_vouchers.php 481 +msgstr "" #: src/www/services_captiveportal_vouchers.php 482 # +msgstr "" #: src/www/services_captiveportal_vouchers.php 483 +msgstr "" #: src/www/services_captiveportal_vouchers.php 503 " alt="" > +msgstr "" #: src/www/services_captiveportal_vouchers.php 504 ')">" alt=""> +msgstr "" #: src/www/services_captiveportal_vouchers.php 505 " alt=""> +msgstr "" #: src/www/services_captiveportal_vouchers.php 514 +msgstr "" #: src/www/services_captiveportal_vouchers.php 526 +msgstr "" #: src/www/services_captiveportal_vouchers.php 531 . +msgstr "" #: src/www/services_captiveportal_vouchers.php 534 +msgstr "" #: src/www/services_captiveportal_vouchers.php 538 . +msgstr "" #: src/www/services_captiveportal_vouchers.php 541 +msgstr "" #: src/www/services_captiveportal_vouchers.php 545 +msgstr "" #: src/www/services_captiveportal_vouchers.php 549 # +msgstr "" #: src/www/services_captiveportal_vouchers.php 553 +msgstr "" #: src/www/services_captiveportal_vouchers.php 557 # +msgstr "" #: src/www/services_captiveportal_vouchers.php 561 +msgstr "" #: src/www/services_captiveportal_vouchers.php 565 # +msgstr "" #: src/www/services_captiveportal_vouchers.php 569 +msgstr "" #: src/www/services_captiveportal_vouchers.php 573 +msgstr "" #: src/www/services_captiveportal_vouchers.php 577 +msgstr "" #: src/www/services_captiveportal_vouchers.php 581 +msgstr "" #: src/www/services_captiveportal_vouchers.php 584
              ($PORTAL_MESSAGE$). +msgstr "" #: src/www/services_captiveportal_vouchers.php 588 +msgstr "" #: src/www/services_captiveportal_vouchers.php 591
              ($PORTAL_MESSAGE$). +msgstr "" #: src/www/services_captiveportal_vouchers.php 605 " onclick="enable_change(true); before_save();" /> +msgstr "" #: src/www/services_captiveportal_vouchers.php 606 " onclick="window.location.href=''" /> +msgstr "" #: src/www/services_captiveportal_vouchers.php 611
              +msgstr "" #: src/www/services_captiveportal_vouchers.php 612 +msgstr "" #: src/www/services_captiveportal_vouchers.php 614 +msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 36 $pgtitle = array(gettext("Services"), gettext("Captive portal"), gettext("Edit Voucher Rolls")); +msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 84 $reqdfieldsn = array(gettext("Number"),gettext("Count"),gettext("minutes")); +msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 91 $input_errors[] = sprintf(gettext("Roll number %s already exists."), $_POST['number']); +msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 97 $input_errors[] = sprintf(gettext("Roll number must be numeric and less than %s"), $maxnumber); +msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 100 $input_errors[] = sprintf(gettext("A roll has at least one voucher and less than %s."), $maxcount); +msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 103 $input_errors[] = gettext("Each voucher must be good for at least 1 minute."); +msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 124 voucher_log(LOG_INFO,sprintf(gettext('All %1$s vouchers from Roll %2$s marked unused'), $rollent['count'], $rollent['number'])); +msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 181 # +msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 185 # (0..) . +msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 189 +msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 193 . +msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 197 +msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 201 (1..) . +msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 205 +msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 209 . +msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 215 " /> +msgstr "" #: src/www/services_captiveportal_zones.php 56 $pgtitle = array(gettext("Captiveportal"),gettext("Zones")); +msgstr "" #: src/www/services_captiveportal_zones.php 61 array('href'=>'services_captiveportal_zones_edit.php', 'label'=>gettext("add a new captiveportal instance")), +msgstr "" #: src/www/services_captiveportal_zones.php 75 " . gettext("You must apply the changes in order for them to take effect."));?> +msgstr "" #: src/www/services_captiveportal_zones.php 88 +msgstr "" #: src/www/services_captiveportal_zones.php 89 +msgstr "" #: src/www/services_captiveportal_zones.php 90 +msgstr "" #: src/www/services_captiveportal_zones.php 91 +msgstr "" #: src/www/services_captiveportal_zones.php 120 " class="btn btn-default btn-xs"> +msgstr "" #: src/www/services_captiveportal_zones.php 121 ')" title="" class="btn btn-default btn-xs"> +msgstr "" #: src/www/services_captiveportal_zones_edit.php 35 $pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit Zones")); +msgstr "" #: src/www/services_captiveportal_zones_edit.php 49 $reqdfieldsn = array(gettext("Zone name")); +msgstr "" #: src/www/services_captiveportal_zones_edit.php 54 $input_errors[] = gettext("The zone name can only contain letters, digits, and underscores (_)."); +msgstr "" #: src/www/services_captiveportal_zones_edit.php 59 $input_errors[] = sprintf("[%s] %s.", $_POST['zone'], gettext("already exists")); +msgstr "" #: src/www/services_captiveportal_zones_edit.php 93

              +msgstr "" #: src/www/services_captiveportal_zones_edit.php 103 +msgstr "" #: src/www/services_captiveportal_zones_edit.php 107 +msgstr "" #: src/www/services_captiveportal_zones_edit.php 111 +msgstr "" #: src/www/services_captiveportal_zones_edit.php 115 . +msgstr "" #: src/www/services_captiveportal_zones_edit.php 121 " /> +msgstr "" #: src/www/services_dhcp.php 98 $savemsg = gettext("The DHCP Server can only be enabled on interfaces configured with static IP addresses") . ".

              " . gettext("Only interfaces configured with a static IP will be shown") . "."; +msgstr "" #: src/www/services_dhcp.php 227 $reqdfieldsn = array(gettext("Range begin"),gettext("Range end")); +msgstr "" #: src/www/services_dhcp.php 232 $input_errors[] = gettext("A valid range must be specified."); +msgstr "" #: src/www/services_dhcp.php 234 $input_errors[] = gettext("A valid range must be specified."); +msgstr "" #: src/www/services_dhcp.php 236 $input_errors[] = gettext("A valid IP address must be specified for the gateway."); +msgstr "" #: src/www/services_dhcp.php 238 $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary WINS servers."); +msgstr "" #: src/www/services_dhcp.php 243 $input_errors[] = sprintf(gettext("The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); +msgstr "" #: src/www/services_dhcp.php 246 $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary DNS servers."); +msgstr "" #: src/www/services_dhcp.php 249 $input_errors[] = gettext("The default lease time must be at least 60 seconds."); +msgstr "" #: src/www/services_dhcp.php 265 $input_errors[] = sprintf(gettext( +msgstr "" #: src/www/services_dhcp.php 271 $input_errors[] = gettext("The maximum lease time must be at least 60 seconds and higher than the default lease time."); +msgstr "" #: src/www/services_dhcp.php 273 $input_errors[] = gettext("A valid domain name must be specified for the dynamic DNS registration."); +msgstr "" #: src/www/services_dhcp.php 275 $input_errors[] = gettext("A valid primary domain name server IP address must be specified for the dynamic domain name."); +msgstr "" #: src/www/services_dhcp.php 278 $input_errors[] = gettext("You must specify both a valid domain key and key name."); +msgstr "" #: src/www/services_dhcp.php 283 $input_errors[] = gettext("A valid domain search list must be specified."); +msgstr "" #: src/www/services_dhcp.php 291 $input_errors[] = gettext("If you specify a mac allow list, it must contain only valid partial MAC addresses."); +msgstr "" #: src/www/services_dhcp.php 293 $input_errors[] = gettext("If you specify a mac deny list, it must contain only valid partial MAC addresses."); +msgstr "" #: src/www/services_dhcp.php 296 $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary NTP servers."); +msgstr "" #: src/www/services_dhcp.php 298 $input_errors[] = gettext("A valid domain name must be specified for the DNS domain."); +msgstr "" #: src/www/services_dhcp.php 300 $input_errors[] = gettext("A valid IP address or hostname must be specified for the TFTP server."); +msgstr "" #: src/www/services_dhcp.php 302 $input_errors[] = gettext("A valid IP address must be specified for the network boot server."); +msgstr "" #: src/www/services_dhcp.php 305 $input_errors[] = gettext("You cannot use the network address in the starting subnet range."); +msgstr "" #: src/www/services_dhcp.php 307 $input_errors[] = gettext("You cannot use the broadcast address in the ending subnet range."); +msgstr "" #: src/www/services_dhcp.php 314 $input_errors[] = sprintf(gettext("The subnet range cannot overlap with virtual IP address %s."),$vip['subnet']); +msgstr "" #: src/www/services_dhcp.php 329 $input_errors[] = gettext("Text type cannot include quotation marks."); +msgstr "" #: src/www/services_dhcp.php @@ -33132,371 +39467,444 @@ $input_errors[] = gettext("String type must be enclosed in quotes like "this" or ab cd ef"); +msgstr "" #: src/www/services_dhcp.php 333 $input_errors[] = gettext("Boolean type must be true, false, on, or off."); +msgstr "" #: src/www/services_dhcp.php 335 $input_errors[] = gettext("Unsigned 8-bit integer type must be a number in the range 0 to 255."); +msgstr "" #: src/www/services_dhcp.php 337 $input_errors[] = gettext("Unsigned 16-bit integer type must be a number in the range 0 to 65535."); +msgstr "" #: src/www/services_dhcp.php 339 $input_errors[] = gettext("Unsigned 32-bit integer type must be a number in the range 0 to 4294967295."); +msgstr "" #: src/www/services_dhcp.php 341 $input_errors[] = gettext("Signed 8-bit integer type must be a number in the range -128 to 127."); +msgstr "" #: src/www/services_dhcp.php 343 $input_errors[] = gettext("Signed 16-bit integer type must be a number in the range -32768 to 32767."); +msgstr "" #: src/www/services_dhcp.php 345 $input_errors[] = gettext("Signed 32-bit integer type must be a number in the range -2147483648 to 2147483647."); +msgstr "" #: src/www/services_dhcp.php 347 $input_errors[] = gettext("IP address or host type must be an IP address or host name."); +msgstr "" #: src/www/services_dhcp.php 358 $input_errors[] = gettext("The specified range lies outside of the current subnet."); +msgstr "" #: src/www/services_dhcp.php 362 $input_errors[] = gettext("The range is invalid (first element higher than second element)."); +msgstr "" #: src/www/services_dhcp.php 369 $input_errors[] = gettext("The specified range must not be within the DHCP range for this interface."); +msgstr "" #: src/www/services_dhcp.php 378 $input_errors[] = gettext("The specified range must not be within the range configured on a DHCP pool for this interface."); +msgstr "" #: src/www/services_dhcp.php 385 $input_errors[] = sprintf(gettext("You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); +msgstr "" #: src/www/services_dhcp.php 395 $input_errors[] = sprintf(gettext("The DHCP range cannot overlap any static DHCP mappings.")); +msgstr "" #: src/www/services_dhcp.php 566 $pgtitle = array(gettext("Services"),gettext("DHCP server")); +msgstr "" #: src/www/services_dhcp.php 581 $customitemtypes = array('text' => gettext('Text'), 'string' => gettext('String'), 'boolean' => gettext('Boolean'), +msgstr "" #: src/www/services_dhcp.php 582 'unsigned integer 8' => gettext('Unsigned 8-bit integer'), 'unsigned integer 16' => gettext('Unsigned 16-bit integer'), 'unsigned integer 32' => gettext('Unsigned 32-bit integer'), +msgstr "" #: src/www/services_dhcp.php 583 'signed integer 8' => gettext('Signed 8-bit integer'), 'signed integer 16' => gettext('Signed 16-bit integer'), 'signed integer 32' => gettext('Signed 32-bit integer'), 'ip-address' => gettext('IP address or host')); +msgstr "" #: src/www/services_dhcp.php 699 " . gettext("You must apply the changes in order for them to take effect."));?>
              +msgstr "" #: src/www/services_dhcp.php 743 +msgstr "" #: src/www/services_dhcp.php 754 +msgstr "" #: src/www/services_dhcp.php 767
              +msgstr "" #: src/www/services_dhcp.php 768 +msgstr "" #: src/www/services_dhcp.php 772 +msgstr "" #: src/www/services_dhcp.php 779 +msgstr "" #: src/www/services_dhcp.php 785 +msgstr "" #: src/www/services_dhcp.php 791 +msgstr "" #: src/www/services_dhcp.php 819 +msgstr "" #: src/www/services_dhcp.php 836 +msgstr "" #: src/www/services_dhcp.php 839    +msgstr "" #: src/www/services_dhcp.php 844 +msgstr "" #: src/www/services_dhcp.php 846 +msgstr "" #: src/www/services_dhcp.php 849 +msgstr "" #: src/www/services_dhcp.php 850 +msgstr "" #: src/www/services_dhcp.php 851 +msgstr "" #: src/www/services_dhcp.php 878 ')">delete +msgstr "" #: src/www/services_dhcp.php 892 +msgstr "" #: src/www/services_dhcp.php 899 +msgstr "" #: src/www/services_dhcp.php 903 +msgstr "" #: src/www/services_dhcp.php 907 +msgstr "" #: src/www/services_dhcp.php 910 +msgstr "" #: src/www/services_dhcp.php 914 +msgstr "" #: src/www/services_dhcp.php 917 +msgstr "" #: src/www/services_dhcp.php 921 +msgstr "" #: src/www/services_dhcp.php 924 +msgstr "" #: src/www/services_dhcp.php 928 +msgstr "" #: src/www/services_dhcp.php 931
              +msgstr "" #: src/www/services_dhcp.php 932 +msgstr "" #: src/www/services_dhcp.php 938 +msgstr "" #: src/www/services_dhcp.php 941
              +msgstr "" #: src/www/services_dhcp.php 942 +msgstr "" #: src/www/services_dhcp.php 949 +msgstr "" #: src/www/services_dhcp.php 952 20).");?> +msgstr "" #: src/www/services_dhcp.php 958 +msgstr "" #: src/www/services_dhcp.php 965 +msgstr "" #: src/www/services_dhcp.php 970 +msgstr "" #: src/www/services_dhcp.php 979 +msgstr "" #: src/www/services_dhcp.php 988 +msgstr "" #: src/www/services_dhcp.php 995 +msgstr "" #: src/www/services_dhcp.php 1007 " /> - +msgstr "" #: src/www/services_dhcp.php 1011
              +msgstr "" #: src/www/services_dhcp.php 1014
              +msgstr "" #: src/www/services_dhcp.php 1015 +msgstr "" #: src/www/services_dhcp.php 1017
              +msgstr "" #: src/www/services_dhcp.php 1019 +msgstr "" #: src/www/services_dhcp.php 1021 +msgstr "" #: src/www/services_dhcp.php 1026 +msgstr "" #: src/www/services_dhcp.php 1029 " /> - +msgstr "" #: src/www/services_dhcp.php @@ -33506,6 +39914,7 @@ src/www/services_dhcp.php 00,01 E5 FF +msgstr "" #: src/www/services_dhcp.php @@ -33515,98 +39924,117 @@ src/www/services_dhcp.php 00,01 E5 FF +msgstr "" #: src/www/services_dhcp.php 1040 +msgstr "" #: src/www/services_dhcp.php 1043 " /> - +msgstr "" #: src/www/services_dhcp.php 1052 +msgstr "" #: src/www/services_dhcp.php 1055 " /> - +msgstr "" #: src/www/services_dhcp.php 1059 +msgstr "" #: src/www/services_dhcp.php 1064 +msgstr "" #: src/www/services_dhcp.php 1067 " /> - +msgstr "" #: src/www/services_dhcp.php 1071 +msgstr "" #: src/www/services_dhcp.php 1076 +msgstr "" #: src/www/services_dhcp.php 1079 " /> - +msgstr "" #: src/www/services_dhcp.php 1083 +msgstr "" #: src/www/services_dhcp.php 1085 +msgstr "" #: src/www/services_dhcp.php 1087 +msgstr "" #: src/www/services_dhcp.php 1089 +msgstr "" #: src/www/services_dhcp.php 1091 +msgstr "" #: src/www/services_dhcp.php 1093 +msgstr "" #: src/www/services_dhcp.php 1094 +msgstr "" #: src/www/services_dhcp.php 1095 - +msgstr "" #: src/www/services_dhcp.php @@ -33619,2554 +40047,3053 @@ iscsi (port) (LUN) targetname");?> +msgstr "" #: src/www/services_dhcp.php 1103 +msgstr "" #: src/www/services_dhcp.php 1106 " /> - +msgstr "" #: src/www/services_dhcp.php 1114 +msgstr "" #: src/www/services_dhcp.php 1119
              +msgstr "" #: src/www/services_dhcp.php 1120
              +msgstr "" #: src/www/services_dhcp.php 1121
              +msgstr "" #: src/www/services_dhcp.php 1183 " onclick="enable_change(true)" /> +msgstr "" #: src/www/services_dhcp.php 1188


              +msgstr "" #: src/www/services_dhcp.php 1189
              ,

              +msgstr "" #: src/www/services_dhcp.php 1206 +msgstr "" #: src/www/services_dhcp.php 1210 +msgstr "" #: src/www/services_dhcp.php 1211 +msgstr "" #: src/www/services_dhcp.php 1212 +msgstr "" #: src/www/services_dhcp.php 1213 +msgstr "" #: src/www/services_dhcp.php 1214 +msgstr "" #: src/www/services_dhcp.php 1249 ')" class="btn btn-default btn-xs"> +msgstr "" #: src/www/services_dhcp_edit.php 145 $input_errors[] = gettext("Either MAC address or Client identifier must be specified"); +msgstr "" #: src/www/services_dhcp_edit.php 153 $input_errors[] = gettext("The hostname cannot end with a hyphen according to RFC952"); +msgstr "" #: src/www/services_dhcp_edit.php 155 $input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); +msgstr "" #: src/www/services_dhcp_edit.php 158 $input_errors[] = gettext("A valid hostname is specified, but the domain name part should be omitted"); +msgstr "" #: src/www/services_dhcp_edit.php 163 $input_errors[] = gettext("A valid IP address must be specified."); +msgstr "" #: src/www/services_dhcp_edit.php 166 $input_errors[] = gettext("A valid MAC address must be specified."); +msgstr "" #: src/www/services_dhcp_edit.php 169 $input_errors[] = gettext("Static ARP is enabled. You must specify an IP address."); +msgstr "" #: src/www/services_dhcp_edit.php 178 $input_errors[] = gettext("This Hostname, IP, MAC address or Client identifier already exists."); +msgstr "" #: src/www/services_dhcp_edit.php 189 $input_errors[] = sprintf(gettext("The IP address must not be within the DHCP range for this interface.")); +msgstr "" #: src/www/services_dhcp_edit.php 194 $input_errors[] = gettext("The IP address must not be within the range configured on a DHCP pool for this interface."); +msgstr "" #: src/www/services_dhcp_edit.php 203 $input_errors[] = sprintf(gettext("The IP address must lie in the %s subnet."),$ifcfgdescr); +msgstr "" #: src/www/services_dhcp_edit.php 208 $input_errors[] = gettext("A valid IP address must be specified for the gateway."); +msgstr "" #: src/www/services_dhcp_edit.php 210 $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary WINS servers."); +msgstr "" #: src/www/services_dhcp_edit.php 216 $input_errors[] = sprintf(gettext("The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); +msgstr "" #: src/www/services_dhcp_edit.php 219 $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary DNS servers."); +msgstr "" #: src/www/services_dhcp_edit.php 222 $input_errors[] = gettext("The default lease time must be at least 60 seconds."); +msgstr "" #: src/www/services_dhcp_edit.php 224 $input_errors[] = gettext("The maximum lease time must be at least 60 seconds and higher than the default lease time."); +msgstr "" #: src/www/services_dhcp_edit.php 226 $input_errors[] = gettext("A valid domain name must be specified for the dynamic DNS registration."); +msgstr "" #: src/www/services_dhcp_edit.php 228 $input_errors[] = gettext("A valid primary domain name server IP address must be specified for the dynamic domain name."); +msgstr "" #: src/www/services_dhcp_edit.php 231 $input_errors[] = gettext("You must specify both a valid domain key and key name."); +msgstr "" #: src/www/services_dhcp_edit.php 236 $input_errors[] = gettext("A valid domain search list must be specified."); +msgstr "" #: src/www/services_dhcp_edit.php 243 $input_errors[] = gettext("A valid IP address must be specified for the primary/secondary NTP servers."); +msgstr "" #: src/www/services_dhcp_edit.php 245 $input_errors[] = gettext("A valid IP address or hostname must be specified for the TFTP server."); +msgstr "" #: src/www/services_dhcp_edit.php 247 $input_errors[] = gettext("A valid IP address must be specified for the network boot server."); +msgstr "" #: src/www/services_dhcp_edit.php 314 $pgtitle = array(gettext("Services"),gettext("DHCP"),gettext("Edit static mapping")); +msgstr "" #: src/www/services_dhcp_edit.php 364 +msgstr "" #: src/www/services_dhcp_edit.php 367 +msgstr "" #: src/www/services_dhcp_edit.php 375 +msgstr "" #: src/www/services_dhcp_edit.php 377 +msgstr "" #: src/www/services_dhcp_edit.php 387 +msgstr "" #: src/www/services_dhcp_edit.php 391 +msgstr "" #: src/www/services_dhcp_edit.php 393 +msgstr "" #: src/www/services_dhcp_edit.php 397 +msgstr "" #: src/www/services_dhcp_edit.php 400
              +msgstr "" #: src/www/services_dhcp_edit.php 413
              -, overrides setting on main page. +msgstr "" #: src/www/services_dhcp_edit.php 417 +msgstr "" #: src/www/services_dhcp_edit.php 420
              +msgstr "" #: src/www/services_dhcp_edit.php 427
              +msgstr "" #: src/www/services_dhcp_edit.php 438 +msgstr "" #: src/www/services_dhcp_edit.php 442 +msgstr "" #: src/www/services_dhcp_edit.php 446 +msgstr "" #: src/www/services_dhcp_edit.php 449 +msgstr "" #: src/www/services_dhcp_edit.php 453 +msgstr "" #: src/www/services_dhcp_edit.php 456 +msgstr "" #: src/www/services_dhcp_edit.php 460 +msgstr "" #: src/www/services_dhcp_edit.php 463 +msgstr "" #: src/www/services_dhcp_edit.php 467 +msgstr "" #: src/www/services_dhcp_edit.php 470
              +msgstr "" #: src/www/services_dhcp_edit.php 471 +msgstr "" #: src/www/services_dhcp_edit.php 477 +msgstr "" #: src/www/services_dhcp_edit.php 480
              +msgstr "" #: src/www/services_dhcp_edit.php 481 +msgstr "" #: src/www/services_dhcp_edit.php 487 +msgstr "" #: src/www/services_dhcp_edit.php 490 " /> - +msgstr "" #: src/www/services_dhcp_edit.php 494
              +msgstr "" #: src/www/services_dhcp_edit.php 497
              +msgstr "" #: src/www/services_dhcp_edit.php 498 +msgstr "" #: src/www/services_dhcp_edit.php 500
              +msgstr "" #: src/www/services_dhcp_edit.php 502 +msgstr "" #: src/www/services_dhcp_edit.php 504 +msgstr "" #: src/www/services_dhcp_edit.php 510 +msgstr "" #: src/www/services_dhcp_edit.php 513 " /> - +msgstr "" #: src/www/services_dhcp_edit.php 522 +msgstr "" #: src/www/services_dhcp_edit.php 525 " /> - +msgstr "" #: src/www/services_dhcp_edit.php 529 +msgstr "" #: src/www/services_dhcp_edit.php 536 " /> +msgstr "" #: src/www/services_dhcp_edit.php 537 " onclick="window.location.href=''" /> +msgstr "" #: src/www/services_dhcp_relay.php 61 $reqdfieldsn = array(gettext("Destination Server"), gettext("Interface")); +msgstr "" #: src/www/services_dhcp_relay.php 69 $input_errors[] = gettext("A valid Destination Server IP address must be specified."); +msgstr "" #: src/www/services_dhcp_relay.php 90 $pgtitle = array(gettext("Services"),gettext("DHCP Relay")); +msgstr "" #: src/www/services_dhcp_relay.php 136

              +msgstr "" #: src/www/services_dhcp_relay.php 146 +msgstr "" #: src/www/services_dhcp_relay.php 171
              +msgstr "" #: src/www/services_dhcp_relay.php 172 +msgstr "" #: src/www/services_dhcp_relay.php 175 +msgstr "" #: src/www/services_dhcp_relay.php 179 +msgstr "" #: src/www/services_dhcp_relay.php 185 " onclick="enable_change(true)" /> +msgstr "" #: src/www/services_dhcpv6.php 58 $savemsg = gettext("The DHCPv6 Server can only be enabled on interfaces configured with static IP addresses") . +msgstr "" #: src/www/services_dhcpv6.php 59 gettext("Only interfaces configured with a static IP will be shown") . "."; +msgstr "" #: src/www/services_dhcpv6.php 156 $reqdfieldsn = array(gettext("Range begin"),gettext("Range end")); +msgstr "" #: src/www/services_dhcpv6.php 161 $input_errors[] = gettext("A valid range must be specified."); +msgstr "" #: src/www/services_dhcpv6.php 163 $input_errors[] = gettext("A valid prefix range must be specified."); +msgstr "" #: src/www/services_dhcpv6.php 165 $input_errors[] = gettext("A valid range must be specified."); +msgstr "" #: src/www/services_dhcpv6.php 167 $input_errors[] = gettext("A valid range must be specified."); +msgstr "" #: src/www/services_dhcpv6.php 169 $input_errors[] = gettext("A valid IPv6 address must be specified for the gateway."); +msgstr "" #: src/www/services_dhcpv6.php 171 $input_errors[] = gettext("A valid IPv6 address must be specified for the primary/secondary DNS servers."); +msgstr "" #: src/www/services_dhcpv6.php 174 $input_errors[] = gettext("The default lease time must be at least 60 seconds."); +msgstr "" #: src/www/services_dhcpv6.php 176 $input_errors[] = gettext("The maximum lease time must be at least 60 seconds and higher than the default lease time."); +msgstr "" #: src/www/services_dhcpv6.php 178 $input_errors[] = gettext("A valid domain name must be specified for the dynamic DNS registration."); +msgstr "" #: src/www/services_dhcpv6.php 180 $input_errors[] = gettext("A valid primary domain name server IPv4 address must be specified for the dynamic domain name."); +msgstr "" #: src/www/services_dhcpv6.php 183 $input_errors[] = gettext("You must specify both a valid domain key and key name."); +msgstr "" #: src/www/services_dhcpv6.php 188 $input_errors[] = gettext("A valid domain search list must be specified."); +msgstr "" #: src/www/services_dhcpv6.php 195 $input_errors[] = gettext("A valid IPv6 address must be specified for the primary/secondary NTP servers."); +msgstr "" #: src/www/services_dhcpv6.php 197 $input_errors[] = gettext("A valid domain name must be specified for the DNS domain."); +msgstr "" #: src/www/services_dhcpv6.php 199 $input_errors[] = gettext("A valid IPv6 address or hostname must be specified for the TFTP server."); +msgstr "" #: src/www/services_dhcpv6.php 201 $input_errors[] = gettext("A valid URL must be specified for the network bootfile."); +msgstr "" #: src/www/services_dhcpv6.php 208 $input_errors[] = sprintf(gettext("The subnet range cannot overlap with virtual IPv6 address %s."),$vip['subnetv6']); +msgstr "" #: src/www/services_dhcpv6.php 225 $input_errors[] = gettext("The specified range lies outside of the current subnet."); +msgstr "" #: src/www/services_dhcpv6.php 230 $input_errors[] = gettext("The range is invalid (first element higher than second element)."); +msgstr "" #: src/www/services_dhcpv6.php 234 $input_errors[] = sprintf(gettext("You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); +msgstr "" #: src/www/services_dhcpv6.php 249 $input_errors[] = sprintf(gettext("The DHCP range cannot overlap any static DHCP mappings.")); +msgstr "" #: src/www/services_dhcpv6.php 357 $pgtitle = array(gettext("Services"),gettext("DHCPv6 server")); +msgstr "" #: src/www/services_dhcpv6.php 459 " . gettext("You must apply the changes in order for them to take effect."));?>
              +msgstr "" #: src/www/services_dhcpv6.php 513 $tab_array[] = array(gettext("DHCPv6 Server"), true, "services_dhcpv6.php?if={$if}"); +msgstr "" #: src/www/services_dhcpv6.php 514 $tab_array[] = array(gettext("Router Advertisements"), false, "services_router_advertisements.php?if={$if}"); +msgstr "" #: src/www/services_dhcpv6.php 533 +msgstr "" #: src/www/services_dhcpv6.php 536 +msgstr "" #: src/www/services_dhcpv6.php 551 +msgstr "" #: src/www/services_dhcpv6.php 557 +msgstr "" #: src/www/services_dhcpv6.php 576 +msgstr "" #: src/www/services_dhcpv6.php 593 +msgstr "" #: src/www/services_dhcpv6.php 596    +msgstr "" #: src/www/services_dhcpv6.php 600 +msgstr "" #: src/www/services_dhcpv6.php 603    +msgstr "" #: src/www/services_dhcpv6.php 604  
                " class="btn btn-xs btn-default"/> - +msgstr "" #: src/www/services_dhcpv6.php 692
              +msgstr "" #: src/www/services_dhcpv6.php 695
              +msgstr "" #: src/www/services_dhcpv6.php 696 +msgstr "" #: src/www/services_dhcpv6.php 698
              +msgstr "" #: src/www/services_dhcpv6.php 700 +msgstr "" #: src/www/services_dhcpv6.php 702 +msgstr "" #: src/www/services_dhcpv6.php 708 +msgstr "" #: src/www/services_dhcpv6.php 711 " class="btn btn-xs btn-default"/> - +msgstr "" #: src/www/services_dhcpv6.php 721 +msgstr "" #: src/www/services_dhcpv6.php 724 " /> - +msgstr "" #: src/www/services_dhcpv6.php 728 +msgstr "" #: src/www/services_dhcpv6.php 734 +msgstr "" #: src/www/services_dhcpv6.php 737 " class="btn btn-xs btn-default"/> - +msgstr "" #: src/www/services_dhcpv6.php 741 +msgstr "" #: src/www/services_dhcpv6.php 746 +msgstr "" #: src/www/services_dhcpv6.php 749 " class="btn btn-xs btn-default"/> - +msgstr "" #: src/www/services_dhcpv6.php 753 +msgstr "" #: src/www/services_dhcpv6.php 755 +msgstr "" #: src/www/services_dhcpv6.php 761 +msgstr "" #: src/www/services_dhcpv6.php 764 " class="btn btn-xs btn-default"/> - +msgstr "" #: src/www/services_dhcpv6.php 772 +msgstr "" #: src/www/services_dhcpv6.php 777
              +msgstr "" #: src/www/services_dhcpv6.php 778
              +msgstr "" #: src/www/services_dhcpv6.php 797 " > +msgstr "" #: src/www/services_dhcpv6.php 804 "> +msgstr "" #: src/www/services_dhcpv6.php 823 " onclick="enable_change(true)" /> +msgstr "" #: src/www/services_dhcpv6.php 828


              +msgstr "" #: src/www/services_dhcpv6.php 829
              ,
              +msgstr "" #: src/www/services_dhcpv6.php 844 +msgstr "" #: src/www/services_dhcpv6.php 848 +msgstr "" #: src/www/services_dhcpv6.php 849 +msgstr "" #: src/www/services_dhcpv6.php 850 +msgstr "" #: src/www/services_dhcpv6.php 851 +msgstr "" #: src/www/services_dhcpv6.php 881 ')" alt="delete"> +msgstr "" #: src/www/services_dhcpv6_edit.php 100 $reqdfieldsn = array(gettext("DUID Identifier")); +msgstr "" #: src/www/services_dhcpv6_edit.php 107 $input_errors[] = gettext("The hostname cannot end with a hyphen according to RFC952"); +msgstr "" #: src/www/services_dhcpv6_edit.php 109 $input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); +msgstr "" #: src/www/services_dhcpv6_edit.php 112 $input_errors[] = gettext("A valid hostname is specified, but the domain name part should be omitted"); +msgstr "" #: src/www/services_dhcpv6_edit.php 117 $input_errors[] = gettext("A valid IPv6 address must be specified."); +msgstr "" #: src/www/services_dhcpv6_edit.php 120 $input_errors[] = gettext("A valid DUID Identifier must be specified."); +msgstr "" #: src/www/services_dhcpv6_edit.php 129 $input_errors[] = gettext("This Hostname, IP or DUID Identifier already exists."); +msgstr "" #: src/www/services_dhcpv6_edit.php 170 $pgtitle = array(gettext("Services"),gettext("DHCPv6"),gettext("Edit static mapping")); +msgstr "" #: src/www/services_dhcpv6_edit.php 198 +msgstr "" #: src/www/services_dhcpv6_edit.php 201 +msgstr "" #: src/www/services_dhcpv6_edit.php 205
              +msgstr "" #: src/www/services_dhcpv6_edit.php 210 +msgstr "" #: src/www/services_dhcpv6_edit.php 214 +msgstr "" #: src/www/services_dhcpv6_edit.php 216 +msgstr "" #: src/www/services_dhcpv6_edit.php 220 +msgstr "" #: src/www/services_dhcpv6_edit.php 223
              +msgstr "" #: src/www/services_dhcpv6_edit.php 236
              -, overrides setting on main page. +msgstr "" #: src/www/services_dhcpv6_edit.php 240 +msgstr "" #: src/www/services_dhcpv6_edit.php 243
              " /> +msgstr "" #: src/www/services_dhcpv6_edit.php 250 " onclick="window.location.href=''" /> +msgstr "" #: src/www/services_dhcpv6_relay.php 62 $reqdfieldsn = array(gettext("Destination Server"), gettext("Interface")); +msgstr "" #: src/www/services_dhcpv6_relay.php 70 $input_errors[] = gettext("A valid Destination Server IPv6 address must be specified."); +msgstr "" #: src/www/services_dhcpv6_relay.php 91 $pgtitle = array(gettext("Services"),gettext("DHCPv6 Relay")); +msgstr "" #: src/www/services_dhcpv6_relay.php 137

              +msgstr "" #: src/www/services_dhcpv6_relay.php 148 +msgstr "" #: src/www/services_dhcpv6_relay.php 166
              +msgstr "" #: src/www/services_dhcpv6_relay.php 173
              +msgstr "" #: src/www/services_dhcpv6_relay.php 174 +msgstr "" #: src/www/services_dhcpv6_relay.php 177 +msgstr "" #: src/www/services_dhcpv6_relay.php 181 +msgstr "" #: src/www/services_dhcpv6_relay.php 187 " onclick="enable_change(true)" /> +msgstr "" #: src/www/services_dnsmasq.php 79 $input_errors[] = gettext("You must specify a valid port number"); +msgstr "" #: src/www/services_dnsmasq.php 94 $input_errors[] = gettext("Invalid custom options"); +msgstr "" #: src/www/services_dnsmasq.php 137 $pgtitle = array(gettext("Services"),gettext("DNS forwarder")); +msgstr "" #: src/www/services_dnsmasq.php 173 " . gettext("You must apply the changes in order for them to take effect."));?>
              +msgstr "" #: src/www/services_dnsmasq.php 183

              +msgstr "" #: src/www/services_dnsmasq.php 190 +msgstr "" #: src/www/services_dnsmasq.php 193 +msgstr "" #: src/www/services_dnsmasq.php 196
              +msgstr "" #: src/www/services_dnsmasq.php 200 +msgstr "" #: src/www/services_dnsmasq.php 203
              +msgstr "" #: src/www/services_dnsmasq.php 204
              +msgstr "" #: src/www/services_dnsmasq.php 215
              +msgstr "" #: src/www/services_dnsmasq.php 216
              +msgstr "" #: src/www/services_dnsmasq.php 226
              +msgstr "" #: src/www/services_dnsmasq.php 227
              +msgstr "" #: src/www/services_dnsmasq.php 236
              +msgstr "" #: src/www/services_dnsmasq.php 237

              +msgstr "" #: src/www/services_dnsmasq.php 247

              +msgstr "" #: src/www/services_dnsmasq.php 257
              +msgstr "" #: src/www/services_dnsmasq.php 269

              +msgstr "" #: src/www/services_dnsmasq.php 273 +msgstr "" #: src/www/services_dnsmasq.php 279 +msgstr "" #: src/www/services_dnsmasq.php 299 +msgstr "" #: src/www/services_dnsmasq.php 301 +msgstr "" #: src/www/services_dnsmasq.php 303 +msgstr "" #: src/www/services_dnsmasq.php 308 +msgstr "" #: src/www/services_dnsmasq.php 311 " /> - +msgstr "" #: src/www/services_dnsmasq.php 314
              +msgstr "" #: src/www/services_dnsmasq.php 316
              +msgstr "" #: src/www/services_dnsmasq.php 322 " onclick="enable_change(true)" /> +msgstr "" #: src/www/services_dnsmasq.php 329


              +msgstr "" #: src/www/services_dnsmasq.php 330
              +msgstr "" #: src/www/services_dnsmasq.php 352 +msgstr "" #: src/www/services_dnsmasq.php 353 +msgstr "" #: src/www/services_dnsmasq.php 363 +msgstr "" #: src/www/services_dnsmasq.php 364 +msgstr "" #: src/www/services_dnsmasq.php 365 +msgstr "" #: src/www/services_dnsmasq.php 366 +msgstr "" #: src/www/services_dnsmasq.php 396 ')" class="btn btn-default btn-xs"> +msgstr "" #: src/www/services_dnsmasq.php 430 +msgstr "" #: src/www/services_dnsmasq.php 433

              +msgstr "" #: src/www/services_dnsmasq.php 443 +msgstr "" #: src/www/services_dnsmasq.php 444 +msgstr "" #: src/www/services_dnsmasq.php 469  ')" class="btn btn-default btn-xs"> +msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 63 $reqdfieldsn = array(gettext("Domain"),gettext("IP address")); +msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 74 $input_errors[] = gettext("A valid domain must be specified after _msdcs."); +msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 78 $input_errors[] = gettext("A valid domain must be specified."); +msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 81 $input_errors[] = gettext("A valid IP address must be specified, or # for an exclusion or ! to not forward at all."); +msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 84 $input_errors[] = gettext("An interface IP address must be specified for the DNS query source."); +msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 109 $pgtitle = array(gettext("Services"),gettext("DNS forwarder"),gettext("Edit Domain Override")); +msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 136 +msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 139

              +msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 140 mycompany.localdomain 1.168.192.in-addr.arpa
              +msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 143 +msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 146

              +msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 147 192.168.100.100

              +msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 150 +msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 153

              +msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 154
              +msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 157 +msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 160
              " /> +msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 167 " onclick="window.location.href=''" /> +msgstr "" #: src/www/services_dnsmasq_edit.php 71 $reqdfieldsn = array(gettext("Domain"),gettext("IP address")); +msgstr "" #: src/www/services_dnsmasq_edit.php 76 $input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); +msgstr "" #: src/www/services_dnsmasq_edit.php 79 $input_errors[] = gettext("A valid domain must be specified."); +msgstr "" #: src/www/services_dnsmasq_edit.php 82 $input_errors[] = gettext("A valid IP address must be specified."); +msgstr "" #: src/www/services_dnsmasq_edit.php 109 $aliasreqdfieldsn = array(gettext("Alias Domain")); +msgstr "" #: src/www/services_dnsmasq_edit.php 114 $input_errors[] = gettext("Hostnames in alias list can only contain the characters A-Z, 0-9 and '-'."); +msgstr "" #: src/www/services_dnsmasq_edit.php 117 $input_errors[] = gettext("A valid domain must be specified in alias list."); +msgstr "" #: src/www/services_dnsmasq_edit.php 128 $input_errors[] = gettext("This host/domain already exists."); +msgstr "" #: src/www/services_dnsmasq_edit.php 156 $pgtitle = array(gettext("Services"),gettext("DNS forwarder"),gettext("Edit host")); +msgstr "" #: src/www/services_dnsmasq_edit.php 198 +msgstr "" #: src/www/services_dnsmasq_edit.php 201 +msgstr "" #: src/www/services_dnsmasq_edit.php 204
              +msgstr "" #: src/www/services_dnsmasq_edit.php 209 +msgstr "" #: src/www/services_dnsmasq_edit.php 212

              +msgstr "" #: src/www/services_dnsmasq_edit.php 213
              +msgstr "" #: src/www/services_dnsmasq_edit.php 216 +msgstr "" #: src/www/services_dnsmasq_edit.php 219

              +msgstr "" #: src/www/services_dnsmasq_edit.php 220 192.168.100.100 fd00 abcd +msgstr "" #: 1
              +msgstr "" #: src/www/services_dnsmasq_edit.php 223 +msgstr "" #: src/www/services_dnsmasq_edit.php 226

              +msgstr "" #: src/www/services_dnsmasq_edit.php 237 +msgstr "" #: src/www/services_dnsmasq_edit.php 242
              +msgstr "" #: src/www/services_dnsmasq_edit.php 243
              +msgstr "" #: src/www/services_dnsmasq_edit.php 244
              +msgstr "" #: src/www/services_dnsmasq_edit.php 265 " /> +msgstr "" #: src/www/services_dnsmasq_edit.php 289 " /> +msgstr "" #: src/www/services_dnsmasq_edit.php 290 " onclick="window.location.href=''" /> +msgstr "" #: src/www/services_dyndns.php 50 $pgtitle = array(gettext("Services"), gettext("Dynamic DNS clients")); +msgstr "" #: src/www/services_dyndns.php 74 $tab_array[] = array(gettext("DynDns"), true, "services_dyndns.php"); +msgstr "" #: src/www/services_dyndns.php 75 $tab_array[] = array(gettext("RFC 2136"), false, "services_rfc2136.php"); +msgstr "" #: src/www/services_dyndns.php 89 +msgstr "" #: src/www/services_dyndns.php 90 +msgstr "" #: src/www/services_dyndns.php 91 +msgstr "" #: src/www/services_dyndns.php 92 +msgstr "" #: src/www/services_dyndns.php 93 +msgstr "" #: src/www/services_dyndns.php 180  ')" class="btn btn-default btn-xs"> +msgstr "" #: src/www/services_dyndns.php 187
              +msgstr "" #: src/www/services_dyndns.php 189
              +msgstr "" #: src/www/services_dyndns.php 190

              +msgstr "" #: src/www/services_dyndns_edit.php 86 $reqdfieldsn = array(gettext('Service type')); +msgstr "" #: src/www/services_dyndns_edit.php 89 $reqdfieldsn[] = gettext('Hostname'); +msgstr "" #: src/www/services_dyndns_edit.php 91 $reqdfieldsn[] = gettext('Username'); +msgstr "" #: src/www/services_dyndns_edit.php 94 $reqdfieldsn[] = gettext('Password'); +msgstr "" #: src/www/services_dyndns_edit.php 98 $reqdfieldsn[] = gettext('Update URL'); +msgstr "" #: src/www/services_dyndns_edit.php 111 $input_errors[] = gettext("The Hostname contains invalid characters."); +msgstr "" #: src/www/services_dyndns_edit.php 117 $input_errors[] = gettext("The MX contains invalid characters."); +msgstr "" #: src/www/services_dyndns_edit.php 119 $input_errors[] = gettext("The username contains invalid characters."); +msgstr "" #: src/www/services_dyndns_edit.php 172 $pgtitle = array(gettext("Services"),gettext("Dynamic DNS client")); +msgstr "" #: src/www/services_dyndns_edit.php 243 +msgstr "" #: src/www/services_dyndns_edit.php 248 +msgstr "" #: src/www/services_dyndns_edit.php 250 " /> +msgstr "" #: src/www/services_dyndns_edit.php 254 +msgstr "" #: src/www/services_dyndns_edit.php 268 +msgstr "" #: src/www/services_dyndns_edit.php 293 +msgstr "" #: src/www/services_dyndns_edit.php 315
              +msgstr "" #: src/www/services_dyndns_edit.php 319 +msgstr "" #: src/www/services_dyndns_edit.php 324
              +msgstr "" #: src/www/services_dyndns_edit.php 326
              +msgstr "" #: src/www/services_dyndns_edit.php 327 +msgstr "" #: src/www/services_dyndns_edit.php 332 +msgstr "" #: src/www/services_dyndns_edit.php 336 +msgstr "" #: src/www/services_dyndns_edit.php 338 +msgstr "" #: src/www/services_dyndns_edit.php 345 +msgstr "" #: src/www/services_dyndns_edit.php 348 +msgstr "" #: src/www/services_dyndns_edit.php 351 +msgstr "" #: src/www/services_dyndns_edit.php 354 +msgstr "" #: src/www/services_dyndns_edit.php 357
              +msgstr "" #: src/www/services_dyndns_edit.php 359 +msgstr "" #: src/www/services_dyndns_edit.php 363 +msgstr "" #: src/www/services_dyndns_edit.php 366
              +msgstr "" #: src/www/services_dyndns_edit.php 367
              +msgstr "" #: src/www/services_dyndns_edit.php 368
              +msgstr "" #: src/www/services_dyndns_edit.php 369
              +msgstr "" #: src/www/services_dyndns_edit.php 373 +msgstr "" #: src/www/services_dyndns_edit.php 377 +msgstr "" #: src/www/services_dyndns_edit.php 378
              +msgstr "" #: src/www/services_dyndns_edit.php 379
              +msgstr "" #: src/www/services_dyndns_edit.php 384 +msgstr "" #: src/www/services_dyndns_edit.php 387
              +msgstr "" #: src/www/services_dyndns_edit.php 391 +msgstr "" #: src/www/services_dyndns_edit.php 394
              +msgstr "" #: src/www/services_dyndns_edit.php 396 +msgstr "" #: src/www/services_dyndns_edit.php 400 +msgstr "" #: src/www/services_dyndns_edit.php 403
              +msgstr "" #: src/www/services_dyndns_edit.php 405 +msgstr "" #: src/www/services_dyndns_edit.php 407 +msgstr "" #: src/www/services_dyndns_edit.php 409 +msgstr "" #: src/www/services_dyndns_edit.php 411 +msgstr "" #: src/www/services_dyndns_edit.php 416 +msgstr "" #: src/www/services_dyndns_edit.php 419
              +msgstr "" #: src/www/services_dyndns_edit.php 425 +msgstr "" #: src/www/services_dyndns_edit.php 433 " onclick="enable_change(true)" /> +msgstr "" #: src/www/services_dyndns_edit.php 434 +msgstr "" #: src/www/services_dyndns_edit.php 438 " onclick="enable_change(true)" /> +msgstr "" #: src/www/services_dyndns_edit.php 444
              +msgstr "" #: src/www/services_dyndns_edit.php 445
              gettext("add a new igmpentry"), 'href'=>'services_igmpproxy_edit.php'), +msgstr "" #: src/www/services_igmpproxy.php 84 " . gettext("You must apply the changes in order for them to take effect."));?> +msgstr "" #: src/www/services_igmpproxy.php 96 +msgstr "" #: src/www/services_igmpproxy.php 97 +msgstr "" #: src/www/services_igmpproxy.php 98 +msgstr "" #: src/www/services_igmpproxy.php 99 +msgstr "" #: src/www/services_igmpproxy.php 126 " class="btn btn-default btn-xs"> +msgstr "" #: src/www/services_igmpproxy.php 127 ')" title="" class="btn btn-default btn-xs"> +msgstr "" #: src/www/services_igmpproxy.php 135 " /> +msgstr "" #: src/www/services_igmpproxy.php 141


              +msgstr "" #: src/www/services_igmpproxy_edit.php 31 $pgtitle = array(gettext("Firewall"),gettext("IGMP Proxy"), gettext("Edit")); +msgstr "" #: src/www/services_igmpproxy_edit.php 65 $input_errors[] = gettext("Only one 'upstream' interface can be configured."); +msgstr "" #: src/www/services_igmpproxy_edit.php 158 +msgstr "" #: src/www/services_igmpproxy_edit.php 161 +msgstr "" #: src/www/services_igmpproxy_edit.php 175 +msgstr "" #: src/www/services_igmpproxy_edit.php 180 +msgstr "" #: src/www/services_igmpproxy_edit.php 185 +msgstr "" #: src/www/services_igmpproxy_edit.php 188 +msgstr "" #: src/www/services_igmpproxy_edit.php 189 +msgstr "" #: src/www/services_igmpproxy_edit.php 193 upstream network interface is the outgoing interface which is". +msgstr "" #: src/www/services_igmpproxy_edit.php 199 +msgstr "" #: src/www/services_igmpproxy_edit.php 211
              +msgstr "" #: src/www/services_igmpproxy_edit.php 223
              +msgstr "" #: src/www/services_igmpproxy_edit.php 224
              +msgstr "" #: src/www/services_igmpproxy_edit.php 275 " /> +msgstr "" #: src/www/services_igmpproxy_edit.php 276 " /> +msgstr "" #: src/www/services_ntpd.php 168 $pgtitle = array(gettext("Services"),gettext("NTP")); +msgstr "" #: src/www/services_ntpd.php 203 var newdiv = '" onclick="NewTimeServer(' + next + ')" alt="add" />n'; +msgstr "" #: src/www/services_ntpd.php 227 $tab_array[] = array(gettext("NTP"), true, "services_ntpd.php"); +msgstr "" #: src/www/services_ntpd.php 228 $tab_array[] = array(gettext("Serial GPS"), false, "services_ntpd_gps.php"); +msgstr "" #: src/www/services_ntpd.php 229 $tab_array[] = array(gettext("PPS"), false, "services_ntpd_pps.php"); +msgstr "" #: src/www/services_ntpd.php 242 +msgstr "" #: src/www/services_ntpd.php 269
              +msgstr "" #: src/www/services_ntpd.php 271
              +msgstr "" #: src/www/services_ntpd.php 272
              +msgstr "" #: src/www/services_ntpd.php 299 " onclick="NewTimeServer()" alt="add" /> +msgstr "" #: src/www/services_ntpd.php 302 +msgstr "" #: src/www/services_ntpd.php 304 prefer option indicates that NTP should favor the use of this server more than all others.'); ?> +msgstr "" #: src/www/services_ntpd.php 306 noselect option indicates that NTP should not use this server for time, but stats for this server will be collected and displayed.'); ?> +msgstr "" #: src/www/services_ntpd.php 312
              +msgstr "" #: src/www/services_ntpd.php 313 +msgstr "" #: src/www/services_ntpd.php 320 +msgstr "" #: src/www/services_ntpd.php 326 ( System Logs > NTP"); ?>). +msgstr "" #: src/www/services_ntpd.php 329 +msgstr "" #: src/www/services_ntpd.php 332 +msgstr "" #: src/www/services_ntpd.php 339 " /> - +msgstr "" #: src/www/services_ntpd.php 342 +msgstr "" #: src/www/services_ntpd.php 345 +msgstr "" #: src/www/services_ntpd.php 348 +msgstr "" #: src/www/services_ntpd.php 351 +msgstr "" #: src/www/services_ntpd.php 359 " /> - +msgstr "" #: src/www/services_ntpd.php 362 +msgstr "" #: src/www/services_ntpd.php 365 +msgstr "" #: src/www/services_ntpd.php 368 +msgstr "" #: src/www/services_ntpd.php 371 +msgstr "" #: src/www/services_ntpd.php 374 +msgstr "" #: src/www/services_ntpd.php 377 +msgstr "" #: src/www/services_ntpd.php 380 +msgstr "" #: src/www/services_ntpd.php 388 " /> - +msgstr "" #: src/www/services_ntpd.php 391 +msgstr "" #: src/www/services_ntpd.php 392 +msgstr "" #: src/www/services_ntpd.php 394
              +msgstr "" #: src/www/services_ntpd.php 396 , +msgstr "" #: src/www/services_ntpd.php 404 " /> +msgstr "" #: src/www/services_ntpd_gps.php 149 $pgtitle = array(gettext("Services"),gettext("NTP GPS")); +msgstr "" #: src/www/services_ntpd_gps.php 360 $tab_array[] = array(gettext("NTP"), false, "services_ntpd.php"); +msgstr "" #: src/www/services_ntpd_gps.php 361 $tab_array[] = array(gettext("Serial GPS"), true, "services_ntpd_gps.php"); +msgstr "" #: src/www/services_ntpd_gps.php 362 $tab_array[] = array(gettext("PPS"), false, "services_ntpd_pps.php"); +msgstr "" #: src/www/services_ntpd_gps.php 373 +msgstr "" #: src/www/services_ntpd_gps.php 380
              NTP"); ?> +msgstr "" #: src/www/services_ntpd_gps.php 384 +msgstr "" #: src/www/services_ntpd_gps.php 396 +msgstr "" #: src/www/services_ntpd_gps.php 399 +msgstr "" #: src/www/services_ntpd_gps.php 400
              +msgstr "" #: src/www/services_ntpd_gps.php 401 +msgstr "" #: src/www/services_ntpd_gps.php 425 +msgstr "" #: src/www/services_ntpd_gps.php 434   +msgstr "" #: src/www/services_ntpd_gps.php 437 +msgstr "" #: src/www/services_ntpd_gps.php 454 +msgstr "" #: src/www/services_ntpd_gps.php 460 ()
              +msgstr "" #: src/www/services_ntpd_gps.php 461 ( 0.0). +msgstr "" #: src/www/services_ntpd_gps.php 466 ()
              +msgstr "" #: src/www/services_ntpd_gps.php 467 ( 0.0). +msgstr "" #: src/www/services_ntpd_gps.php 472
              +msgstr "" #: src/www/services_ntpd_gps.php 473 ( 0). +msgstr "" #: src/www/services_ntpd_gps.php 481
              +msgstr "" #: src/www/services_ntpd_gps.php 491 +msgstr "" #: src/www/services_ntpd_gps.php 499 +msgstr "" #: src/www/services_ntpd_gps.php 507 +msgstr "" #: src/www/services_ntpd_gps.php 515 +msgstr "" #: src/www/services_ntpd_gps.php 523 +msgstr "" #: src/www/services_ntpd_gps.php 531 +msgstr "" #: src/www/services_ntpd_gps.php @@ -36174,1617 +43101,1936 @@ src/www/services_ntpd_gps.php Note enabling this will rapidly fill the log, but is useful for tuning Fudge time 2."); ?> +msgstr "" #: src/www/services_ntpd_gps.php 548
              +msgstr "" #: src/www/services_ntpd_gps.php 549 ( GPS). +msgstr "" #: src/www/services_ntpd_gps.php 555 " /> - +msgstr "" #: src/www/services_ntpd_gps.php 560

              +msgstr "" #: src/www/services_ntpd_gps.php 561 +msgstr "" #: src/www/services_ntpd_gps.php 563
              $*   +msgstr "" #: src/www/services_ntpd_gps.php 564 " />

              +msgstr "" #: src/www/services_ntpd_gps.php 571 " /> +msgstr "" #: src/www/services_ntpd_pps.php 90 $pgtitle = array(gettext("Services"),gettext("NTP PPS")); +msgstr "" #: src/www/services_ntpd_pps.php 109 $tab_array[] = array(gettext("NTP"), false, "services_ntpd.php"); +msgstr "" #: src/www/services_ntpd_pps.php 110 $tab_array[] = array(gettext("Serial GPS"), false, "services_ntpd_gps.php"); +msgstr "" #: src/www/services_ntpd_pps.php 111 $tab_array[] = array(gettext("PPS"), true, "services_ntpd_pps.php"); +msgstr "" #: src/www/services_ntpd_pps.php 123 +msgstr "" #: src/www/services_ntpd_pps.php 128 +msgstr "" #: src/www/services_ntpd_pps.php 129 +msgstr "" #: src/www/services_ntpd_pps.php 130 +msgstr "" #: src/www/services_ntpd_pps.php 132
              NTP"); ?> +msgstr "" #: src/www/services_ntpd_pps.php 148 +msgstr "" #: src/www/services_ntpd_pps.php 155 ()
              +msgstr "" #: src/www/services_ntpd_pps.php 156 ( 0.0). +msgstr "" #: src/www/services_ntpd_pps.php 161
              +msgstr "" #: src/www/services_ntpd_pps.php 162 ( 0). +msgstr "" #: src/www/services_ntpd_pps.php 170
              +msgstr "" #: src/www/services_ntpd_pps.php 180 +msgstr "" #: src/www/services_ntpd_pps.php 188 +msgstr "" #: src/www/services_ntpd_pps.php 196 +msgstr "" #: src/www/services_ntpd_pps.php 205
              +msgstr "" #: src/www/services_ntpd_pps.php 206 ( PPS). +msgstr "" #: src/www/services_ntpd_pps.php 211 " /> +msgstr "" #: src/www/services_rfc2136.php 46 $pgtitle = array(gettext("Services"), gettext("RFC 2136 clients")); +msgstr "" #: src/www/services_rfc2136.php 67 $tab_array[] = array(gettext("DynDns"), false, "services_dyndns.php"); +msgstr "" #: src/www/services_rfc2136.php 68 $tab_array[] = array(gettext("RFC 2136"), true, "services_rfc2136.php"); +msgstr "" #: src/www/services_rfc2136.php 82 +msgstr "" #: src/www/services_rfc2136.php 83 +msgstr "" #: src/www/services_rfc2136.php 84 +msgstr "" #: src/www/services_rfc2136.php 85 +msgstr "" #: src/www/services_rfc2136.php 86 +msgstr "" #: src/www/services_rfc2136.php 168  ')">delete +msgstr "" #: src/www/services_rfc2136_edit.php 70 $reqdfieldsn = array_merge($reqdfieldsn, array(gettext("Hostname"), gettext("TTL"), gettext("Key name"), gettext("Key"))); +msgstr "" #: src/www/services_rfc2136_edit.php 75 $input_errors[] = gettext("The DNS update host name contains invalid characters."); +msgstr "" #: src/www/services_rfc2136_edit.php 77 $input_errors[] = gettext("The DNS update TTL must be an integer."); +msgstr "" #: src/www/services_rfc2136_edit.php 79 $input_errors[] = gettext("The DNS update key name contains invalid characters."); +msgstr "" #: src/www/services_rfc2136_edit.php 100 write_config(gettext("New/Edited RFC2136 dnsupdate entry was posted.")); +msgstr "" #: src/www/services_rfc2136_edit.php 102 if ($_POST['Submit'] == gettext("Save & Force Update")) +msgstr "" #: src/www/services_rfc2136_edit.php 112 $pgtitle = array(gettext("Services"),gettext("RFC 2136 client"), gettext("Edit")); +msgstr "" #: src/www/services_rfc2136_edit.php 141 +msgstr "" #: src/www/services_rfc2136_edit.php 146 +msgstr "" #: src/www/services_rfc2136_edit.php 152 +msgstr "" #: src/www/services_rfc2136_edit.php 163 +msgstr "" #: src/www/services_rfc2136_edit.php 170 +msgstr "" #: src/www/services_rfc2136_edit.php 173 +msgstr "" #: src/www/services_rfc2136_edit.php 176 +msgstr "" #: src/www/services_rfc2136_edit.php 180 +msgstr "" #: src/www/services_rfc2136_edit.php 183 +msgstr "" #: src/www/services_rfc2136_edit.php 185 />   +msgstr "" #: src/www/services_rfc2136_edit.php 186 />   +msgstr "" #: src/www/services_rfc2136_edit.php 187 /> +msgstr "" #: src/www/services_rfc2136_edit.php 191 +msgstr "" #: src/www/services_rfc2136_edit.php 195 +msgstr "" #: src/www/services_rfc2136_edit.php 198 +msgstr "" #: src/www/services_rfc2136_edit.php 204 +msgstr "" #: src/www/services_rfc2136_edit.php 206 " /> +msgstr "" #: src/www/services_rfc2136_edit.php 207 +msgstr "" #: src/www/services_rfc2136_edit.php 210 +msgstr "" #: src/www/services_rfc2136_edit.php 212 " /> +msgstr "" #: src/www/services_rfc2136_edit.php 213 +msgstr "" #: src/www/services_rfc2136_edit.php 217 +msgstr "" #: src/www/services_rfc2136_edit.php 225 " onclick="enable_change(true)" /> +msgstr "" #: src/www/services_rfc2136_edit.php 226 " /> +msgstr "" #: src/www/services_rfc2136_edit.php 227 " onclick="enable_change(true)" /> +msgstr "" #: src/www/services_rfc2136_edit.php 235
              +msgstr "" #: src/www/services_rfc2136_edit.php 236
              " . gettext("The DHCPv6 Server can only be enabled on interfaces configured with static IP addresses") . ".

              " . +msgstr "" #: src/www/services_router_advertisements.php 58 "

              " . gettext("Only interfaces configured with a static IP will be shown") . ".

              "; +msgstr "" #: src/www/services_router_advertisements.php 100 $subnets_help = gettext("Subnets are specified in CIDR format. " . +msgstr "" #: src/www/services_router_advertisements.php 127 $input_errors[] = sprintf(gettext("An invalid subnet or alias was specified. [%s/%s]"), $address, $bits); +msgstr "" #: src/www/services_router_advertisements.php 132 $input_errors[] = gettext("A valid IPv6 address must be specified for the primary/secondary DNS servers."); +msgstr "" #: src/www/services_router_advertisements.php 137 $input_errors[] = gettext("A valid domain search list must be specified."); +msgstr "" #: src/www/services_router_advertisements.php 172 $pgtitle = array(gettext("Services"),gettext("Router advertisements")); +msgstr "" #: src/www/services_router_advertisements.php 242 $tab_array[] = array(gettext("DHCPv6 Server"), false, "services_dhcpv6.php?if={$if}"); +msgstr "" #: src/www/services_router_advertisements.php 243 $tab_array[] = array(gettext("Router Advertisements"), true, "services_router_advertisements.php?if={$if}"); +msgstr "" #: src/www/services_router_advertisements.php 251 +msgstr "" #: src/www/services_router_advertisements.php 258 +msgstr "" #: src/www/services_router_advertisements.php 259 +msgstr "" #: src/www/services_router_advertisements.php 260 +msgstr "" #: src/www/services_router_advertisements.php 264 +msgstr "" #: src/www/services_router_advertisements.php 271 +msgstr "" #: src/www/services_router_advertisements.php 285 +msgstr "" #: src/www/services_router_advertisements.php 293 +msgstr "" #: src/www/services_router_advertisements.php 299 +msgstr "" #: src/www/services_router_advertisements.php 324 "> +msgstr "" #: src/www/services_router_advertisements.php 341 " > +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
                "; msgstr "" #: src/www/guiconfig.inc 285 -$value = gettext("Apply changes"); +msgid ""Apply changes"); msgstr "" #: src/www/guiconfig.inc 292 -if(stristr($msg, gettext("apply")) != false || stristr($msg, gettext("save")) != false || stristr($msg, gettext("create")) != false || $showapply) { +msgid ""create")) != false || $showapply) { msgstr "" #: src/www/guiconfig.inc 334 -$savebutton .= ""; +msgid ""Undo") . "" onclick="document.location='{$undo}'" />"; msgstr "" #: src/www/guiconfig.inc 357 -$savebutton = ""; +msgid ""Close") . "" type="button" onclick="$('#redboxtable').hide();" />"; msgstr "" #: src/www/guiconfig.inc 385 -$to_return = gettext("The changes have been applied successfully."); +msgid ""The changes have been applied successfully."); msgstr "" #: src/www/guiconfig.inc 390 -$to_return .= "
                " . gettext("You can also
                monitor the filter reload progress."); +msgid ""You can also monitor the filter reload progress."); msgstr "" #: src/www/guiconfig.inc 942 -echo "

                ".gettext("Currently viewing +msgid ""Currently viewing ")."

                "; msgstr "" #: src/www/guiconfig.inc 1001 -$close_title="title='".gettext('move mouse out this alias to hide')."'"; +msgid "'move mouse out this alias to hide')."'"; msgstr "" #: src/www/guiconfig.inc 1041 -$alias_objects_with_details .= " ". gettext("listing only first 10k items") . ""; +msgid ""listing only first 10k items") . ""; msgstr "" #: src/www/guiconfig.inc 1065 -$alias_caption = "{$alias_descr_substr} - {$counter} {$item_text}  edit "; +msgid "'edit this alias')."">  edit "; msgstr "" #: src/www/guiconfig.inc 1076 -//$loading_image="loader " .gettext("loading...").""; +msgid ""loading...").""; msgstr "" #: src/www/guiconfig.inc 1088 //$span_begin = ""; +msgid "'loading...')."');" onmouseout="this.style.color = ''; domTT_mouseout(this, event);">"; msgstr "" #: src/www/halt.php 35 -$pgtitle = array(gettext("Diagnostics"),gettext("Halt system")); +msgid ""Halt system")); msgstr "" #: src/www/halt.php 47 - +msgid ""The system is halting now. This may take one minute.")); ?> msgstr "" #: src/www/halt.php 56 -

                +msgid ""Are you sure you want to halt the system?");?>

                msgstr "" #: src/www/halt.php 59 -" /> +msgid ""Yes");?>" /> msgstr "" #: src/www/halt.php 60 - +msgid ""No");?> msgstr "" #: src/www/headjs.php 131 -message_html += ''; +msgid ""Apply changes") . "" />'; msgstr "" #: src/www/index.php 123 -write_config(gettext("Widget configuration has been changed.")); +msgid ""Widget configuration has been changed.")); msgstr "" #: src/www/index.php 397 -$pgtitle = array(gettext("Status +msgid ""Status Dashboard")); msgstr "" #: src/www/index.php 426 -

                !

                +msgid ""Starting initial configuration"); ?>! msgstr "" #: src/www/index.php 442 -echo sprintf(gettext("Welcome to %s!n"),$g['product_name']) . "

                "; +msgid ""Welcome to %s!n"),$g['product_name']) . "

                "; msgstr "" #: src/www/index.php 443 -echo gettext("One moment while we start the initial setup wizard.") . "

                n"; +msgid ""One moment while we start the initial setup wizard.") . "

                n"; msgstr "" #: src/www/index.php 444 -echo gettext("Embedded platform users +msgid ""Embedded platform users Please be patient, the wizard takes a little longer to run than the normal GUI.") . "

                n"; msgstr "" #: src/www/index.php 445 -echo sprintf(gettext("To bypass the wizard, click on the %s logo on the initial page."),$g['product_name']) . "n"; +msgid ""To bypass the wizard, click on the %s logo on the initial page."),$g['product_name']) . "n"; msgstr "" #: src/www/index.php 618 - +msgid ""Loading selected widget"); ?> msgstr "" #: src/www/interfaces.php 233 -$input_errors[] = sprintf(gettext("Sorry, an alias with the name %s already exists."),$wancfg['descr']); +msgid ""Sorry, an alias with the name %s already exists."),$wancfg['descr']); msgstr "" #: src/www/interfaces.php 401 -$intput_errors[] = gettext("You have already applied your settings!"); +msgid ""You have already applied your settings!"); msgstr "" #: src/www/interfaces.php 486 -$input_errors[] = gettext("An interface with the specified description already exists."); +msgid ""An interface with the specified description already exists."); msgstr "" #: src/www/interfaces.php 492 -$input_errors[] = gettext("The DHCP Server is active on this interface and it can be used only with a static IP configuration. Please disable the DHCP Server service on this interface first, then change the interface configuration."); +msgid ""The DHCP Server is active on this interface and it can be used only with a static IP configuration. Please disable the DHCP Server service on this interface first, then change the interface configuration."); msgstr "" #: src/www/interfaces.php 494 -$input_errors[] = gettext("The DHCP6 Server is active on this interface and it can be used only with a static IPv6 configuration. Please disable the DHCPv6 Server service on this interface first, then change the interface configuration."); +msgid ""The DHCP6 Server is active on this interface and it can be used only with a static IPv6 configuration. Please disable the DHCPv6 Server service on this interface first, then change the interface configuration."); msgstr "" #: src/www/interfaces.php 499 -$reqdfieldsn = array(gettext("IPv4 address"),gettext("Subnet bit count"),gettext("Gateway")); +msgid ""Gateway")); msgstr "" #: src/www/interfaces.php 506 -$input_errors[] = gettext("This interface is referenced by IPv4 VIPs. Please delete those before setting the interface to 'none' configuration."); +msgid ""This interface is referenced by IPv4 VIPs. Please delete those before setting the interface to 'none' configuration."); msgstr "" #: src/www/interfaces.php 511 -$input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type']); +msgid ""You have to reassign the interface to be able to configure as %s."),$_POST['type']); msgstr "" #: src/www/interfaces.php 515 -$reqdfieldsn = array(gettext("Modem Port"),gettext("Phone Number")); +msgid ""Phone Number")); msgstr "" #: src/www/interfaces.php 521 -$reqdfieldsn = array(gettext("PPPoE username"),gettext("PPPoE password"),gettext("Dial on demand"),gettext("Idle timeout value")); +msgid ""Idle timeout value")); msgstr "" #: src/www/interfaces.php 524 -$reqdfieldsn = array(gettext("PPPoE username"),gettext("PPPoE password")); +msgid ""PPPoE password")); msgstr "" #: src/www/interfaces.php 531 -$reqdfieldsn = array(gettext("PPTP username"),gettext("PPTP password"),gettext("PPTP local IP address"),gettext("PPTP subnet"),gettext("PPTP remote IP address"),gettext("Dial on demand"),gettext("Idle timeout value")); +msgid ""Idle timeout value")); msgstr "" #: src/www/interfaces.php 534 -$reqdfieldsn = array(gettext("PPTP username"),gettext("PPTP password"),gettext("PPTP local IP address"),gettext("PPTP subnet"),gettext("PPTP remote IP address")); +msgid ""PPTP remote IP address")); msgstr "" #: src/www/interfaces.php 541 -$reqdfieldsn = array(gettext("L2TP username"),gettext("L2TP password"),gettext("L2TP remote IP address"),gettext("Dial on demand"),gettext("Idle timeout value")); +msgid ""Idle timeout value")); msgstr "" #: src/www/interfaces.php 544 -$reqdfieldsn = array(gettext("L2TP username"),gettext("L2TP password"),gettext("L2TP remote IP address")); +msgid ""L2TP remote IP address")); msgstr "" #: src/www/interfaces.php 552 -$reqdfieldsn = array(gettext("IPv6 address"),gettext("Subnet bit count"),gettext("Gateway")); +msgid ""Gateway")); msgstr "" #: src/www/interfaces.php 559 -$input_errors[] = gettext("This interface is referenced by IPv6 VIPs. Please delete those before setting the interface to 'none' configuration."); +msgid ""This interface is referenced by IPv6 VIPs. Please delete those before setting the interface to 'none' configuration."); msgstr "" #: src/www/interfaces.php 564 -$input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +msgid ""You have to reassign the interface to be able to configure as %s."),$_POST['type6']); msgstr "" #: src/www/interfaces.php 570 -$input_errors[] = gettext("You can only have one interface configured in 6rd with same prefix."); +msgid ""You can only have one interface configured in 6rd with same prefix."); msgstr "" #: src/www/interfaces.php 576 -$input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +msgid ""You have to reassign the interface to be able to configure as %s."),$_POST['type6']); msgstr "" #: src/www/interfaces.php 581 -$input_errors[] = sprintf(gettext("You can only have one interface configured as 6to4."),$_POST['type6']); +msgid ""You can only have one interface configured as 6to4."),$_POST['type6']); msgstr "" #: src/www/interfaces.php 586 -$input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +msgid ""You have to reassign the interface to be able to configure as %s."),$_POST['type6']); msgstr "" #: src/www/interfaces.php 591 -$input_errors[] = sprintf(gettext("You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +msgid ""You have to reassign the interface to be able to configure as %s."),$_POST['type6']); msgstr "" #: src/www/interfaces.php 594 -$input_errors[] = gettext("You must enter a valid hexadecimal number for the IPv6 prefix ID."); +msgid ""You must enter a valid hexadecimal number for the IPv6 prefix ID."); msgstr "" #: src/www/interfaces.php 598 -$input_errors[] = gettext("You specified an IPv6 prefix ID that is out of range."); +msgid ""You specified an IPv6 prefix ID that is out of range."); msgstr "" #: src/www/interfaces.php 610 -$input_errors[] = gettext("A valid IPv4 address must be specified."); +msgid ""A valid IPv4 address must be specified."); msgstr "" #: src/www/interfaces.php 613 -$input_errors[] = gettext("This IPv4 address is being used by another interface or VIP."); +msgid ""This IPv4 address is being used by another interface or VIP."); msgstr "" #: src/www/interfaces.php 618 -$input_errors[] = gettext("This IPv4 address is the network address and cannot be used"); +msgid ""This IPv4 address is the network address and cannot be used"); msgstr "" #: src/www/interfaces.php 620 -$input_errors[] = gettext("This IPv4 address is the broadcast address and cannot be used"); +msgid ""This IPv4 address is the broadcast address and cannot be used"); msgstr "" #: src/www/interfaces.php 626 -$input_errors[] = gettext("This IPv4 address conflicts with a Static Route."); +msgid ""This IPv4 address conflicts with a Static Route."); msgstr "" #: src/www/interfaces.php 635 -$input_errors[] = gettext("A valid IPv6 address must be specified."); +msgid ""A valid IPv6 address must be specified."); msgstr "" #: src/www/interfaces.php 638 -$input_errors[] = gettext("This IPv6 address is being used by another interface or VIP."); +msgid ""This IPv6 address is being used by another interface or VIP."); msgstr "" #: src/www/interfaces.php 643 -$input_errors[] = gettext("This IPv6 address conflicts with a Static Route."); +msgid ""This IPv6 address conflicts with a Static Route."); msgstr "" #: src/www/interfaces.php 651 -$input_errors[] = gettext("A valid subnet bit count must be specified."); +msgid ""A valid subnet bit count must be specified."); msgstr "" #: src/www/interfaces.php 653 -$input_errors[] = gettext("A valid subnet bit count must be specified."); +msgid ""A valid subnet bit count must be specified."); msgstr "" #: src/www/interfaces.php 655 -$input_errors[] = gettext("A valid alias IP address must be specified."); +msgid ""A valid alias IP address must be specified."); msgstr "" #: src/www/interfaces.php 657 -$input_errors[] = gettext("A valid alias subnet bit count must be specified."); +msgid ""A valid alias subnet bit count must be specified."); msgstr "" #: src/www/interfaces.php 659 -$input_errors[] = gettext("A valid alias IP address must be specified to reject DHCP Leases from."); +msgid ""A valid alias IP address must be specified to reject DHCP Leases from."); msgstr "" #: src/www/interfaces.php 673 -$input_errors[] = gettext("A valid gateway must be specified."); +msgid ""A valid gateway must be specified."); msgstr "" #: src/www/interfaces.php 677 -$input_errors[] = gettext("The service name contains invalid characters."); +msgid ""The service name contains invalid characters."); msgstr "" #: src/www/interfaces.php 679 -$input_errors[] = gettext("The idle timeout value must be an integer."); +msgid ""The idle timeout value must be an integer."); msgstr "" #: src/www/interfaces.php 682 -$input_errors[] = gettext("A valid PPPoE reset hour must be specified (0-23)."); +msgid ""A valid PPPoE reset hour must be specified (0-23)."); msgstr "" #: src/www/interfaces.php 685 -$input_errors[] = gettext("A valid PPPoE reset minute must be specified (0-59)."); +msgid ""A valid PPPoE reset minute must be specified (0-59)."); msgstr "" #: src/www/interfaces.php 687 -$input_errors[] = gettext("A valid PPPoE reset date must be specified (mm/dd/yyyy)."); +msgid ""A valid PPPoE reset date must be specified (mm/dd/yyyy)."); msgstr "" #: src/www/interfaces.php 689 -$input_errors[] = gettext("A valid PPTP local IP address must be specified."); +msgid ""A valid PPTP local IP address must be specified."); msgstr "" #: src/www/interfaces.php 691 -$input_errors[] = gettext("A valid PPTP subnet bit count must be specified."); +msgid ""A valid PPTP subnet bit count must be specified."); msgstr "" #: src/www/interfaces.php 693 -$input_errors[] = gettext("A valid PPTP remote IP address must be specified."); +msgid ""A valid PPTP remote IP address must be specified."); msgstr "" #: src/www/interfaces.php 695 -$input_errors[] = gettext("The idle timeout value must be an integer."); +msgid ""The idle timeout value must be an integer."); msgstr "" #: src/www/interfaces.php 697 -$input_errors[] = gettext("A valid MAC address must be specified."); +msgid ""A valid MAC address must be specified."); msgstr "" #: src/www/interfaces.php 700 -$input_errors[] = gettext("The MTU must be greater than 576 bytes and less than 9000."); +msgid ""The MTU must be greater than 576 bytes and less than 9000."); msgstr "" #: src/www/interfaces.php 709 -$input_errors[] = gettext("MTU of a vlan should not be bigger than parent interface."); +msgid ""MTU of a vlan should not be bigger than parent interface."); msgstr "" #: src/www/interfaces.php 724 -$input_errors[] = sprintf(gettext("Interface %s (VLAN) has MTU set to a bigger value"), $ifdata['descr']); +msgid ""Interface %s (VLAN) has MTU set to a bigger value"), $ifdata['descr']); msgstr "" #: src/www/interfaces.php 729 -$input_errors[] = gettext("The MSS must be greater than 576 bytes."); +msgid ""The MSS must be greater than 576 bytes."); msgstr "" #: src/www/interfaces.php 733 -$reqdfieldsn = array(gettext("Mode")); +msgid ""Mode")); msgstr "" #: src/www/interfaces.php 736 -$reqdfieldsn[] = gettext("SSID"); +msgid ""SSID"); msgstr "" #: src/www/interfaces.php 771 -$input_errors[] = gettext("Invalid WEP key size. Sizes should be 40 (64) bit keys or 104 (128) bit."); +msgid ""Invalid WEP key size. Sizes should be 40 (64) bit keys or 104 (128) bit."); msgstr "" #: src/www/interfaces.php 779 -$input_errors[] = gettext("The length of the passphrase should be between 8 and 63 characters."); +msgid ""The length of the passphrase should be between 8 and 63 characters."); msgstr "" #: src/www/interfaces.php 1312 -$input_errors[] = sprintf(gettext("Unable to change mode to %s. You may already have the maximum number of wireless clones supported in this mode."), $wlan_modes[$wancfg['wireless']['mode']]); +msgid ""Unable to change mode to %s. You may already have the maximum number of wireless clones supported in this mode."), $wlan_modes[$wancfg['wireless']['mode']]); msgstr "" #: src/www/interfaces.php 1335 -$pgtitle = array(gettext("Interfaces"), $pconfig['descr']); +msgid ""Interfaces"), $pconfig['descr']); msgstr "" #: src/www/interfaces.php 1340 -$types4 = array("none" => gettext("None"), "staticv4" => gettext("Static IPv4"), "dhcp" => gettext("DHCP"), "ppp" => gettext("PPP"), "pppoe" => gettext("PPPoE"), "pptp" => gettext("PPTP"), "l2tp" => gettext("L2TP")); +msgid ""L2TP")); msgstr "" #: src/www/interfaces.php 1341 -$types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"), "dhcp6" => gettext("DHCP6"), "slaac" => gettext("SLAAC"), "6rd" => gettext("6rd Tunnel"), "6to4" => gettext("6to4 Tunnel"), "track6" => gettext("Track Interface")); +msgid ""Track Interface")); msgstr "" #: src/www/interfaces.php 1556 -".gettext("You must apply the changes in order for them to take effect.")."

                ".gettext("Don't forget to adjust the DHCP Server range if needed after applying."));?>
                +msgid ""Don't forget to adjust the DHCP Server range if needed after applying."));?>
                msgstr "" #: src/www/interfaces.php 1572 - +msgid ""General configuration"); ?> msgstr "" #: src/www/interfaces.php 1577 - +msgid ""Enable"); ?> msgstr "" #: src/www/interfaces.php 1580 - +msgid ""Enable Interface"); ?> msgstr "" #: src/www/interfaces.php 1592 - +msgid ""Description"); ?> msgstr "" #: src/www/interfaces.php 1595 -
                +msgid ""Enter a description (name) for the interface here."); ?> msgstr "" #: src/www/interfaces.php 1599 - +msgid ""IPv4 Configuration Type"); ?> msgstr "" #: src/www/interfaces.php 1615 - +msgid ""IPv6 Configuration Type"); ?> msgstr "" #: src/www/interfaces.php 1631 - +msgid ""MAC address"); ?> msgstr "" #: src/www/interfaces.php 1640 - +msgid ""Insert my local MAC address"); ?> msgstr "" #: src/www/interfaces.php 1643 -
                +msgid ""(may be required with some cable connections)"); ?>
                msgstr "" #: src/www/interfaces.php 1646 - +msgid ""MTU"); ?> msgstr "" #: src/www/interfaces.php 1656 -print gettext("If you leave this field blank, the adapter's default MTU will " . +msgid ""If you leave this field blank, the adapter's default MTU will " . msgstr "" #: src/www/interfaces.php 1662 - +msgid ""MSS"); ?> msgstr "" #: src/www/interfaces.php 1666 -' . gettext("Speed and duplex") . ''; +msgid ""Speed and duplex") . ''; msgstr "" #: src/www/interfaces.php 1680 -echo ' - ' . gettext("Show advanced option"); +msgid ""Show advanced option"); msgstr "" #: src/www/interfaces.php 1690 -print ""; +msgid ""$mediaopt") . ""; msgstr "" #: src/www/interfaces.php 1692 -print ""; +msgid ""$mediaopt") . ""; msgstr "" #: src/www/interfaces.php 1696 -echo gettext("Here you can explicitly set speed and duplex mode for this interface. WARNING +msgid ""Here you can explicitly set speed and duplex mode for this interface. WARNING You MUST leave this set to autoselect (automatically negotiate speed) unless the port this interface connects to has its speed and duplex forced."); msgstr "" #: src/www/interfaces.php 1711 - +msgid ""Static IPv4 configuration"); ?> msgstr "" #: src/www/interfaces.php 1716 - +msgid ""IPv4 address"); ?> msgstr "" #: src/www/interfaces.php 1744 - +msgid ""IPv4 Upstream Gateway"); ?> msgstr "" #: src/www/interfaces.php 1747 - +msgid ""None"); ?> msgstr "" #: src/www/interfaces.php 1762 --or +msgid ""add a new one."); ?> msgstr "" #: src/www/interfaces.php 1765 -
                +msgid ""If this interface is an Internet connection, select an existing Gateway from the list or add a new one using the link above."); ?>
                msgstr "" #: src/www/interfaces.php 1766 - +msgid ""On local LANs the upstream gateway should be "none"."); ?> msgstr "" #: src/www/interfaces.php 1777 - +msgid ""Add new gateway"); ?> msgstr "" #: src/www/interfaces.php 1784 - /> msgstr "" #: src/www/interfaces.php 1787 -" /> msgstr "" #: src/www/interfaces.php 1790 - msgstr "" #: src/www/interfaces.php 1793 - msgstr "" #: src/www/interfaces.php 1799 -" onclick='hide_add_gatewaysave();' /> +msgid ""Save Gateway"); ?>" onclick='hide_add_gatewaysave();' /> msgstr "" #: src/www/interfaces.php 1800 -" onclick='hide_add_gateway();' /> +msgid ""Cancel"); ?>" onclick='hide_add_gateway();' /> msgstr "" #: src/www/interfaces.php 1820 - +msgid ""Static IPv6 configuration"); ?> msgstr "" #: src/www/interfaces.php 1825 - +msgid ""IPv6 address"); ?> msgstr "" #: src/www/interfaces.php 1853 - +msgid ""IPv6 Upstream Gateway"); ?> msgstr "" #: src/www/interfaces.php 1856 - +msgid ""None"); ?> msgstr "" #: src/www/interfaces.php 1871 -- or +msgid ""add a new one."); ?> msgstr "" #: src/www/interfaces.php 1874 -
                +msgid ""If this interface is an Internet connection, select an existing Gateway from the list or add a new one using the link above."); ?>
                msgstr "" #: src/www/interfaces.php 1875 - +msgid ""On local LANs the upstream gateway should be "none"."); ?> msgstr "" #: src/www/interfaces.php 1886 -

                msgstr "" #: src/www/interfaces.php 1894 - /> msgstr "" #: src/www/interfaces.php 1897 -" /> msgstr "" #: src/www/interfaces.php 1900 - msgstr "" #: src/www/interfaces.php 1903 - msgstr "" #: src/www/interfaces.php 1909 -" onclick='hide_add_gatewaysave_v6();' /> +msgid ""Save Gateway"); ?>" onclick='hide_add_gatewaysave_v6();' /> msgstr "" #: src/www/interfaces.php 1910 -" onclick='hide_add_gateway_v6();' /> +msgid ""Cancel"); ?>" onclick='hide_add_gateway_v6();' /> msgstr "" #: src/www/interfaces.php 1930 - +msgid ""DHCP client configuration");?> msgstr "" #: src/www/interfaces.php 1931 - ' . +msgid "' ' . msgstr "" #: src/www/interfaces.php 1939 - +msgid ""Enable DHCP+"); ?> msgstr "" #: src/www/interfaces.php 1942 - +msgid ""Enable DHCP+L2TP or DHCP+PPTP."); ?> msgstr "" #: src/www/interfaces.php 1944 - +msgid ""Status changes on this interface will trigger reconfiguration (if necessary) of the associated PPTP/L2TP link."); ?> msgstr "" #: src/www/interfaces.php 1949 - +msgid ""Hostname"); ?> msgstr "" #: src/www/interfaces.php 1953 - +msgid ""Alias IPv4 address"); ?> msgstr "" #: src/www/interfaces.php 1978 - +msgid ""Reject Leases From"); ?> msgstr "" #: src/www/interfaces.php 1990 - +msgid ""If there is a certain upstream DHCP server that should be ignored, place the IP address or subnet of the DHCP server to be ignored here."); ?> msgstr "" #: src/www/interfaces.php 1991 - +msgid ""This is useful for rejecting leases from cable modems that offer private IPs when they lose upstream sync."); ?> msgstr "" #: src/www/interfaces.php 1996 +msgid ""Protocol Timing"); ?> msgstr "" #: src/www/interfaces.php 2017 - " ); ?> +msgid ""The values in these fields are DHCP protocol timings used when requesting a lease.
                " ); ?> msgstr "" #: src/www/interfaces.php 2058 -Lease Requirements and Requests"); ?> msgstr "" #: src/www/interfaces.php 2060 -Send Options"); ?>
                msgstr "" @@ -29770,13 +29733,13 @@ msgstr "" #: src/www/interfaces.php 2063 -" . +msgid ""The values in this field are DHCP options to be sent when requesting a DHCP lease. [option declaration [, ...]]
                " . msgstr "" #: src/www/interfaces.php 2068 -Request Options"); ?>
                msgstr "" @@ -29784,13 +29747,13 @@ msgstr "" #: src/www/interfaces.php 2071 -" . +msgid ""The values in this field are DHCP option 55 to be sent when requesting a DHCP lease. [option [, ...]]
                " . msgstr "" #: src/www/interfaces.php 2074 -Require Options"); ?>
                msgstr "" @@ -29798,13 +29761,13 @@ msgstr "" #: src/www/interfaces.php 2077 - +msgid ""The values in this field are DHCP options required by the client when requesting a DHCP lease. [option [, ...]] "); ?> msgstr "" #: src/www/interfaces.php 2082 -Option Modifiers"); ?> msgstr "" @@ -29812,357 +29775,357 @@ msgstr "" #: src/www/interfaces.php 2086 - " . +msgid ""The values in this field are DHCP option modifiers applied to obtained DHCP lease. [modifier option declaration [, ...]]
                " . msgstr "" #: src/www/interfaces.php 2092 -Configuration File Override"); ?> msgstr "" #: src/www/interfaces.php 2096 - " . +msgid ""The value in this field is the full absolute path to a DHCP client configuration file. [/[dirname/[.../]]filename[.ext]]
                " . msgstr "" #: src/www/interfaces.php 2150 - +msgid ""DHCPv6 Unique Identifier (DUID)"); ?> msgstr "" #: src/www/interfaces.php 2163 - +msgid ""Use IPv4 connectivity as parent interface"); ?> msgstr "" #: src/www/interfaces.php 2178 - +msgid ""Request a IPv6 prefix/information through the IPv4 connectivity link"); ?> msgstr "" #: src/www/interfaces.php 2182 - +msgid ""Request only a IPv6 prefix"); ?> msgstr "" #: src/www/interfaces.php 2185 - +msgid ""Only request a IPv6 prefix, do not request a IPv6 address"); ?> msgstr "" #: src/www/interfaces.php 2189 - +msgid ""DHCPv6 Prefix Delegation size"); ?> msgstr "" #: src/www/interfaces.php 2202 - +msgid ""The value in this field is the delegated prefix length provided by the DHCPv6 server. Normally specified by the ISP."); ?> msgstr "" #: src/www/interfaces.php 2206 - +msgid ""Send IPv6 prefix hint"); ?> msgstr "" #: src/www/interfaces.php 2209 - +msgid ""Send an IPv6 prefix hint to indicate the desired prefix size for delegation"); ?> msgstr "" #: src/www/interfaces.php 2215 -Interface Statement"); ?> msgstr "" #: src/www/interfaces.php 2218 - +msgid ""Information Only"); ?> msgstr "" #: src/www/interfaces.php 2221 -
                +msgid ""Send Options"); ?>
                msgstr "" #: src/www/interfaces.php 2224 -" . +msgid ""The values in this field are DHCP send options to be sent when requesting a DHCP lease. [option declaration [, ...]]
                " . msgstr "" #: src/www/interfaces.php 2230 -
                +msgid ""Request Options"); ?>
                msgstr "" #: src/www/interfaces.php 2233 -" . +msgid ""The values in this field are DHCP request options to be sent when requesting a DHCP lease. [option [, ...]]
                " . msgstr "" #: src/www/interfaces.php 2237 -
                +msgid ""Script"); ?>
                msgstr "" #: src/www/interfaces.php 2240 -" . +msgid ""The value in this field is the absolute path to a script invoked on certain conditions including when a reply message is received.
                " . msgstr "" #: src/www/interfaces.php 2247 -Identity Association Statement"); ?> msgstr "" #: src/www/interfaces.php 2252 - +msgid ""Non-Temporary Address Allocation"); ?> msgstr "" #: src/www/interfaces.php 2254 - +msgid ""id-assoc na"); ?> msgstr "" #: src/www/interfaces.php 2255 -ID"); ?> +msgid ""ID"); ?> msgstr "" #: src/www/interfaces.php 2258 - +msgid ""Address"); ?> msgstr "" #: src/www/interfaces.php 2259 -ipv6-address"); ?> +msgid ""ipv6-address"); ?> msgstr "" #: src/www/interfaces.php 2261 -pltime"); ?> +msgid ""pltime"); ?> msgstr "" #: src/www/interfaces.php 2263 -vltime"); ?> +msgid ""vltime"); ?> msgstr "" #: src/www/interfaces.php 2269 - +msgid ""Prefix Delegation"); ?> msgstr "" #: src/www/interfaces.php 2271 - +msgid ""id-assoc pd"); ?> msgstr "" #: src/www/interfaces.php 2272 -ID"); ?> +msgid ""ID"); ?> msgstr "" #: src/www/interfaces.php 2275 - +msgid ""Prefix"); ?> msgstr "" #: src/www/interfaces.php 2276 -ipv6-prefix"); ?> +msgid ""ipv6-prefix"); ?> msgstr "" #: src/www/interfaces.php 2278 -pltime"); ?> +msgid ""pltime"); ?> msgstr "" #: src/www/interfaces.php 2280 -vltime"); ?> +msgid ""vltime"); ?> msgstr "" #: src/www/interfaces.php 2288 -Prefix Interface Statement"); ?> msgstr "" #: src/www/interfaces.php 2291 - +msgid ""Prefix Interface "); ?> msgstr "" #: src/www/interfaces.php 2292 -sla-id"); ?> +msgid ""sla-id"); ?> msgstr "" #: src/www/interfaces.php 2294 -sla-len"); ?> +msgid ""sla-len"); ?> msgstr "" #: src/www/interfaces.php 2301 -Authentication Statement"); ?> msgstr "" #: src/www/interfaces.php 2304 -authname"); ?> +msgid ""authname"); ?> msgstr "" #: src/www/interfaces.php 2306 -protocol"); ?> +msgid ""protocol"); ?> msgstr "" #: src/www/interfaces.php 2308 -algorithm"); ?> +msgid ""algorithm"); ?> msgstr "" #: src/www/interfaces.php 2310 -rdm"); ?> +msgid ""rdm"); ?> msgstr "" #: src/www/interfaces.php 2317 -Keyinfo Statement"); ?> msgstr "" #: src/www/interfaces.php 2320 -keyname"); ?> +msgid ""keyname"); ?> msgstr "" #: src/www/interfaces.php 2322 -realm"); ?> +msgid ""realm"); ?> msgstr "" #: src/www/interfaces.php 2325 -keyid"); ?> +msgid ""keyid"); ?> msgstr "" #: src/www/interfaces.php 2327 -secret"); ?> +msgid ""secret"); ?> msgstr "" #: src/www/interfaces.php 2329 -expire"); ?> +msgid ""expire"); ?> msgstr "" #: src/www/interfaces.php 2336 -Configuration File Override"); ?> msgstr "" #: src/www/interfaces.php 2341 - " . +msgid ""The value in this field is the full absolute path to a DHCP client configuration file. [/[dirname/[.../]]filename[.ext]]
                " . msgstr "" #: src/www/interfaces.php 2422 - +msgid ""6RD Rapid Deployment"); ?> msgstr "" #: src/www/interfaces.php 2425 - +msgid ""6RD prefix"); ?> msgstr "" #: src/www/interfaces.php 2429 - +msgid ""6RD Border Relay"); ?> msgstr "" #: src/www/interfaces.php 2437 -
                +msgid ""The value in this field is 6RD IPv4 gateway address assigned by your ISP") ?>
                msgstr "" #: src/www/interfaces.php 2441 - +msgid ""6RD IPv4 Prefix length"); ?> msgstr "" #: src/www/interfaces.php 2453 - +msgid ""The value in this field is the 6RD IPv4 prefix length. Normally specified by the ISP. A value of 0 means we embed the entire IPv4 address in the 6RD prefix."); ?> msgstr "" #: src/www/interfaces.php 2466 - +msgid ""Track IPv6 Interface"); ?> msgstr "" #: src/www/interfaces.php 2469 - +msgid ""IPv6 Interface"); ?> msgstr "" #: src/www/interfaces.php 2499 -
                +msgid ""This selects the dynamic IPv6 WAN interface to track for configuration") ?>
                msgstr "" #: src/www/interfaces.php 2503 - +msgid ""IPv6 Prefix ID"); ?> msgstr "" #: src/www/interfaces.php 2512 - +msgid ""The value in this field is the (Delegated) IPv6 prefix id. This determines the configurable network ID based on the dynamic IPv6 connection"); ?> msgstr "" #: src/www/interfaces.php 2514 -hexadecimal value between %x and %x here, default value is 0."), 0, $ipv6_num_prefix_ids - 1); ?> +msgid ""Enter a hexadecimal value between %x and %x here, default value is 0."), 0, $ipv6_num_prefix_ids - 1); ?> msgstr "" #: src/www/interfaces.php 2527 - +msgid ""PPP configuration"); ?> msgstr "" #: src/www/interfaces.php 2530 - +msgid ""Service Provider"); ?> msgstr "" #: src/www/interfaces.php 2534 - msgstr "" #: src/www/interfaces.php 2542 -    msgstr "" #: src/www/interfaces.php 2550 -    msgstr "" #: src/www/interfaces.php 2558 - +msgid ""Select to fill in data for your service provider."); ?>
                msgstr "" #: src/www/interfaces.php 2562 - +msgid ""Username"); ?> msgstr "" #: src/www/interfaces.php 2568 - +msgid ""Password"); ?> msgstr "" #: src/www/interfaces.php 2574 - +msgid ""Phone Number"); ?> msgstr "" #: src/www/interfaces.php 2580 - +msgid ""Access Point Name (APN)"); ?> msgstr "" #: src/www/interfaces.php 2586 - +msgid ""Modem Port"); ?> msgstr "" #: src/www/interfaces.php 2610 - +msgid ""Advanced PPP"); ?> msgstr "" #: src/www/interfaces.php 2613 - +msgid ""Click here"); ?> msgstr "" #: src/www/interfaces.php 2614 - +msgid ""to edit PPP configuration."); ?> msgstr "" #: src/www/interfaces.php 2618 - +msgid ""Click here"); ?> msgstr "" #: src/www/interfaces.php 2619 - +msgid ""to create a PPP configuration."); ?> msgstr "" #: src/www/interfaces.php 2633 - +msgid ""PPPoE configuration"); ?> msgstr "" #: src/www/interfaces.php 2636 - +msgid ""Username"); ?> msgstr "" #: src/www/interfaces.php 2642 - +msgid ""Password"); ?> msgstr "" #: src/www/interfaces.php 2648 - +msgid ""Service name"); ?> msgstr "" #: src/www/interfaces.php 2650 -
                msgstr "" #: src/www/interfaces.php 2654 - +msgid ""Dial on demand"); ?> msgstr "" #: src/www/interfaces.php 2657 -
                +msgid ""Enable Dial-On-Demand mode"); ?>
                msgstr "" #: src/www/interfaces.php 2658 - +msgid ""connection. The interface is configured, but the actual connection of the link is delayed until qualifying outgoing traffic is detected."); ?> msgstr "" #: src/www/interfaces.php 2662 - +msgid ""Idle timeout"); ?> msgstr "" #: src/www/interfaces.php 2664 -
                +msgid ""If no qualifying outgoing packets are transmitted for the specified number of seconds, the connection is brought down. An idle timeout of zero disables this feature."); ?> msgstr "" #: src/www/interfaces.php 2668 - +msgid ""Periodic reset");?> msgstr "" #: src/www/interfaces.php 2675 - +msgid ""Disabled"); ?> msgstr "" #: src/www/interfaces.php 2676 - +msgid ""Custom"); ?> msgstr "" #: src/www/interfaces.php 2677 - +msgid ""Pre-Set"); ?> msgstr "" #: src/www/interfaces.php 2678 - +msgid ""Select a reset timing type"); ?> msgstr "" #: src/www/interfaces.php 2686 -
                +msgid ""hour (0-23)"); ?>
                msgstr "" #: src/www/interfaces.php 2688 -
                +msgid ""minute (0-59)"); ?>
                msgstr "" #: src/www/interfaces.php 2690 - +msgid ""reset at a specific date (mm/dd/yyyy)"); ?> msgstr "" #: src/www/interfaces.php 2692 - msgstr "" #: src/www/interfaces.php 2693 - +msgid ""If you leave the date field empty, the reset will be executed each day at the time you did specify using the minutes and hour field."); ?> msgstr "" #: src/www/interfaces.php 2701 - +msgid ""reset at each month ('0 0 1 * *')"); ?> msgstr "" #: src/www/interfaces.php 2704 - +msgid ""reset at each week ('0 0 * * 0')"); ?> msgstr "" #: src/www/interfaces.php 2707 - +msgid ""reset at each day ('0 0 * * *')"); ?> msgstr "" #: src/www/interfaces.php 2710 - +msgid ""reset at each hour ('0 * * * *')"); ?> msgstr "" #: src/www/interfaces.php 2719 - +msgid ""Advanced and MLPPP"); ?> msgstr "" #: src/www/interfaces.php 2722 - +msgid ""Click here"); ?> msgstr "" #: src/www/interfaces.php 2723 - +msgid ""for additional PPPoE configuration options. Save first if you made changes."); ?> msgstr "" #: src/www/interfaces.php 2727 - +msgid ""Click here"); ?> msgstr "" #: src/www/interfaces.php 2728 - +msgid ""for advanced PPPoE configuration options and MLPPP configuration."); ?> msgstr "" #: src/www/interfaces.php 2742 - +msgid ""PPTP/L2TP configuration"); ?> msgstr "" #: src/www/interfaces.php 2745 - +msgid ""Username"); ?> msgstr "" #: src/www/interfaces.php 2751 - +msgid ""Password"); ?> msgstr "" #: src/www/interfaces.php 2757 - +msgid ""Local IP address"); ?> msgstr "" #: src/www/interfaces.php 2770 - +msgid ""Remote IP address"); ?> msgstr "" #: src/www/interfaces.php 2776 - +msgid ""Dial on demand"); ?> msgstr "" #: src/www/interfaces.php 2779 -
                +msgid ""Enable Dial-On-Demand mode"); ?>
                msgstr "" #: src/www/interfaces.php 2780 - +msgid ""connection. The interface is configured, but the actual connection of the link is delayed until qualifying outgoing traffic is detected."); ?> msgstr "" #: src/www/interfaces.php 2784 - +msgid ""Idle timeout"); ?> msgstr "" #: src/www/interfaces.php 2786 -
                +msgid ""If no qualifying outgoing packets are transmitted for the specified number of seconds, the connection is brought down. An idle timeout of zero disables this feature."); ?> msgstr "" #: src/www/interfaces.php 2790 - +msgid ""Advanced"); ?> msgstr "" #: src/www/interfaces.php 2793 - +msgid ""Click here");?> msgstr "" #: src/www/interfaces.php 2794 - +msgid ""for additional PPTP and L2TP configuration options. Save first if you made changes.");?> msgstr "" #: src/www/interfaces.php 2798 - +msgid ""Click here");?> msgstr "" #: src/www/interfaces.php 2799 -. +msgid ""for advanced PPTP and L2TP configuration options");?>. msgstr "" #: src/www/interfaces.php 2814 - . +msgid ""Common wireless configuration - Settings apply to all wireless networks on"); ?> . msgstr "" #: src/www/interfaces.php 2817 - +msgid ""Persist common settings");?> msgstr "" #: src/www/interfaces.php 2820 -
                +msgid ""Enabling this preserves the common wireless configuration through interface deletions and reassignments.");?> msgstr "" #: src/www/interfaces.php 2824 - +msgid ""Standard"); ?> msgstr "" #: src/www/interfaces.php 2844 -802.11g OFDM +msgid ""Protection Mode"); ?> msgstr "" #: src/www/interfaces.php 2847 - +msgid ""Protection mode off"); ?> msgstr "" #: src/www/interfaces.php 2848 - +msgid ""Protection mode CTS to self"); ?> msgstr "" #: src/www/interfaces.php 2849 - +msgid ""Protection mode RTS and CTS"); ?> msgstr "" #: src/www/interfaces.php 2852 - +msgid ""For IEEE 802.11g, use the specified technique for protecting OFDM frames in a mixed 11b/11g network."); ?> msgstr "" #: src/www/interfaces.php 2860 - +msgid ""Transmit power"); ?> msgstr "" #: src/www/interfaces.php 2873 - msgstr "" #: src/www/interfaces.php 2877 - +msgid ""Channel"); ?> msgstr "" #: src/www/interfaces.php 2880 - +msgid ""Auto"); ?> msgstr "" #: src/www/interfaces.php 2900 - msgstr "" #: src/www/interfaces.php 2902 - msgstr "" #: src/www/interfaces.php 2907 - +msgid ""Antenna settings"); ?> msgstr "" #: src/www/interfaces.php 2913 -
                +msgid ""Diversity"); ?>
                msgstr "" #: src/www/interfaces.php 2915 - +msgid ""Default"); ?> msgstr "" #: src/www/interfaces.php 2916 - +msgid ""Off"); ?> msgstr "" #: src/www/interfaces.php 2917 - +msgid ""On"); ?> msgstr "" #: src/www/interfaces.php 2924 -
                +msgid ""Transmit antenna"); ?>
                msgstr "" #: src/www/interfaces.php 2926 - +msgid ""Default"); ?> msgstr "" #: src/www/interfaces.php 2927 - +msgid ""Auto"); ?> msgstr "" #: src/www/interfaces.php 2928 - +msgid ""#1"); ?> msgstr "" #: src/www/interfaces.php 2929 - +msgid ""#2"); ?> msgstr "" #: src/www/interfaces.php 2936 -
                +msgid ""Receive antenna"); ?>
                msgstr "" #: src/www/interfaces.php 2938 - +msgid ""Default"); ?> msgstr "" #: src/www/interfaces.php 2939 - +msgid ""Auto"); ?> msgstr "" #: src/www/interfaces.php 2940 - +msgid ""#1"); ?> msgstr "" #: src/www/interfaces.php 2941 - +msgid ""#2"); ?> msgstr "" #: src/www/interfaces.php 2948 - msgstr "" #: src/www/interfaces.php 2954 - +msgid ""Distance setting"); ?> msgstr "" #: src/www/interfaces.php 2958 -
                msgstr "" #: src/www/interfaces.php 2959 - +msgid ""(measured in Meters and works only for Atheros based cards !)"); ?> msgstr "" #: src/www/interfaces.php 2964 - +msgid ""Regulatory settings"); ?> msgstr "" #: src/www/interfaces.php 2966 -
                +msgid ""Regulatory domain"); ?>
                msgstr "" #: src/www/interfaces.php 2968 - +msgid ""Default"); ?> msgstr "" #: src/www/interfaces.php 2980 - msgstr "" #: src/www/interfaces.php 2982 -
                +msgid ""Country (listed with country code and regulatory domain)"); ?>
                msgstr "" #: src/www/interfaces.php 2984 - +msgid ""Default"); ?> msgstr "" #: src/www/interfaces.php 2996 -. msgstr "" #: src/www/interfaces.php 2998 -
                +msgid ""Location"); ?>
                msgstr "" #: src/www/interfaces.php 3000 - +msgid ""Default"); ?> msgstr "" #: src/www/interfaces.php 3001 - +msgid ""Indoor"); ?> msgstr "" #: src/www/interfaces.php 3002 - +msgid ""Outdoor"); ?> msgstr "" #: src/www/interfaces.php 3003 - +msgid ""Anywhere"); ?> msgstr "" #: src/www/interfaces.php 3006 - +msgid ""These settings may affect which channels are available and the maximum transmit power allowed on those channels. Using the correct settings to comply with local regulatory requirements is recommended."); ?> msgstr "" #: src/www/interfaces.php 3008 - msgstr "" #: src/www/interfaces.php 3015 - +msgid ""Network-specific wireless configuration");?> msgstr "" #: src/www/interfaces.php 3018 - +msgid ""Mode"); ?> msgstr "" #: src/www/interfaces.php 3021 - +msgid ""Infrastructure (BSS)"); ?> msgstr "" #: src/www/interfaces.php 3022 - +msgid ""Ad-hoc (IBSS)"); ?> msgstr "" #: src/www/interfaces.php 3023 - +msgid ""Access Point"); ?> msgstr "" #: src/www/interfaces.php 3028 - +msgid ""SSID"); ?> msgstr "" #: src/www/interfaces.php 3032 - msgstr "" #: src/www/interfaces.php 3037 - +msgid ""Minimum wireless standard"); ?> msgstr "" #: src/www/interfaces.php 3040 - +msgid ""Any"); ?> msgstr "" #: src/www/interfaces.php 3042 - +msgid ""802.11g"); ?> msgstr "" #: src/www/interfaces.php 3044 - +msgid ""802.11n"); ?> msgstr "" #: src/www/interfaces.php 3047 - +msgid ""When operating as an access point, allow only stations capable of the selected wireless standard to associate (stations not capable are not permitted to associate)."); ?> msgstr "" #: src/www/interfaces.php 3052 - +msgid ""802.11g only"); ?> msgstr "" #: src/www/interfaces.php 3055 -
                +msgid ""When operating as an access point in 802.11g mode, allow only 11g-capable stations to associate (11b-only stations are not permitted to associate)."); ?> msgstr "" #: src/www/interfaces.php 3060 - +msgid ""Allow intra-BSS communication"); ?> msgstr "" #: src/www/interfaces.php 3064 - +msgid ""When operating as an access point, enable this if you want to pass packets between wireless clients directly."); ?> msgstr "" #: src/www/interfaces.php 3066 - +msgid ""Disabling the internal bridging is useful when traffic is to be processed with packet filtering."); ?> msgstr "" #: src/www/interfaces.php 3070 - +msgid ""Enable WME"); ?> msgstr "" #: src/www/interfaces.php 3073 -
                +msgid ""Setting this option will force the card to use WME (wireless QoS)."); ?> msgstr "" #: src/www/interfaces.php 3077 - +msgid ""Enable Hide SSID"); ?> msgstr "" #: src/www/interfaces.php 3081 - +msgid ""Setting this option will force the card to NOT broadcast its SSID"); ?> msgstr "" #: src/www/interfaces.php 3083 - +msgid ""(this might create problems for some clients)."); ?> msgstr "" #: src/www/interfaces.php 3087 - +msgid ""WEP"); ?> msgstr "" #: src/www/interfaces.php 3090 - +msgid ""Enable WEP"); ?> msgstr "" #: src/www/interfaces.php 3095 -   +msgid ""TX key"); ?>  msgstr "" #: src/www/interfaces.php 3098 -   msgstr "" #: src/www/interfaces.php 3107 -   msgstr "" #: src/www/interfaces.php 3116 -   msgstr "" #: src/www/interfaces.php 3125 -   msgstr "" #: src/www/interfaces.php 3135 -
                +msgid ""40 (64) bit keys may be entered as 5 ASCII characters or 10 hex digits preceded by '0x'."); ?>
                msgstr "" #: src/www/interfaces.php 3136 - +msgid ""104 (128) bit keys may be entered as 13 ASCII characters or 26 hex digits preceded by '0x'."); ?> msgstr "" #: src/www/interfaces.php 3140 - +msgid ""WPA"); ?> msgstr "" #: src/www/interfaces.php 3143 - +msgid ""Enable WPA"); ?> msgstr "" #: src/www/interfaces.php 3148 -   +msgid ""WPA Pre-Shared Key"); ?>  msgstr "" #: src/www/interfaces.php 3151 -   msgstr "" #: src/www/interfaces.php 3157 -
                +msgid ""Passphrase must be from 8 to 63 characters."); ?> msgstr "" #: src/www/interfaces.php 3161 - +msgid ""WPA Mode"); ?> msgstr "" #: src/www/interfaces.php 3164 - +msgid ""WPA"); ?> msgstr "" #: src/www/interfaces.php 3165 - +msgid ""WPA2"); ?> msgstr "" #: src/www/interfaces.php 3166 - +msgid ""Both"); ?> msgstr "" #: src/www/interfaces.php 3171 - +msgid ""WPA Key Management Mode"); ?> msgstr "" #: src/www/interfaces.php 3174 - +msgid ""Pre-Shared Key"); ?> msgstr "" #: src/www/interfaces.php 3175 - +msgid ""Extensible Authentication Protocol"); ?> msgstr "" #: src/www/interfaces.php 3176 - +msgid ""Both"); ?> msgstr "" #: src/www/interfaces.php 3181 - +msgid ""Authentication"); ?> msgstr "" #: src/www/interfaces.php 3184 - +msgid ""Open System Authentication"); ?> msgstr "" #: src/www/interfaces.php 3185 - +msgid ""Shared Key Authentication"); ?> msgstr "" #: src/www/interfaces.php 3186 - +msgid ""Both"); ?> msgstr "" #: src/www/interfaces.php 3188 -

                msgstr "" #: src/www/interfaces.php 3192 - +msgid ""WPA Pairwise"); ?> msgstr "" #: src/www/interfaces.php 3195 - +msgid ""Both"); ?> msgstr "" #: src/www/interfaces.php 3196 - +msgid ""AES (recommended)"); ?> msgstr "" #: src/www/interfaces.php 3197 - +msgid ""TKIP"); ?> msgstr "" #: src/www/interfaces.php 3202 - +msgid ""Key Rotation"); ?> msgstr "" #: src/www/interfaces.php 3205 -
                +msgid ""Allowed values are 1-9999 but should not be longer than Master Key Regeneration time."); ?> msgstr "" #: src/www/interfaces.php 3209 - +msgid ""Master Key Regeneration"); ?> msgstr "" #: src/www/interfaces.php 3212 -
                +msgid ""Allowed values are 1-9999 but should not be shorter than Key Rotation time."); ?> msgstr "" #: src/www/interfaces.php 3216 - +msgid ""Strict Key Regeneration"); ?> msgstr "" #: src/www/interfaces.php 3219 -
                +msgid ""Setting this option will force the AP to rekey whenever a client disassociates."); ?> msgstr "" #: src/www/interfaces.php 3223 - +msgid ""Enable IEEE802.1X Authentication"); ?> msgstr "" #: src/www/interfaces.php 3226 -
                +msgid ""Setting this option will enable 802.1x authentication."); ?> msgstr "" #: src/www/interfaces.php 3227 -
                - +msgid ""NOTE"); ?> +msgid ""this option requires checking the "Enable WPA box"."); ?> msgstr "" #: src/www/interfaces.php 3231 - +msgid ""802.1X Authentication Server IP Address"); ?> msgstr "" #: src/www/interfaces.php 3234 -
                +msgid ""Enter the IP address of the 802.1X Authentication Server. This is commonly a Radius server (FreeRadius, Internet Authentication Services, etc.)"); ?> msgstr "" #: src/www/interfaces.php 3238 - +msgid ""802.1X Authentication Server Port"); ?> msgstr "" #: src/www/interfaces.php 3241 -
                +msgid ""Leave blank for the default 1812 port."); ?> msgstr "" #: src/www/interfaces.php 3245 - +msgid ""802.1X Authentication Server Shared Secret"); ?> msgstr "" #: src/www/interfaces.php 3252 - +msgid ""Secondary 802.1X Authentication Server IP Address"); ?> msgstr "" #: src/www/interfaces.php 3255 -
                +msgid ""Enter the IP address of the 802.1X Authentication Server. This is commonly a Radius server (FreeRadius, Internet Authentication Services, etc.)"); ?> msgstr "" #: src/www/interfaces.php 3259 - +msgid ""Secondary 802.1X Authentication Server Port"); ?> msgstr "" #: src/www/interfaces.php 3262 -
                +msgid ""Leave blank for the default 1812 port."); ?> msgstr "" #: src/www/interfaces.php 3266 - +msgid ""Secondary 802.1X Authentication Server Shared Secret"); ?> msgstr "" #: src/www/interfaces.php 3273 -802.1X +msgid ""Authentication Roaming Preauth"); ?> msgstr "" #: src/www/interfaces.php 3284 - +msgid ""Private networks"); ?> msgstr "" #: src/www/interfaces.php 3291 -
                +msgid ""Block private networks"); ?>
                msgstr "" #: src/www/interfaces.php 3292 -  
                +msgid ""Block bogon networks"); ?>
                msgstr "" #: src/www/interfaces.php 3304 -Advanced Firewall/NAT settings.")?> msgstr "" #: src/www/interfaces.php 3322 -" /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/interfaces.php 3323 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/interfaces.php 3435 -jQuery('#notebox').html("

                .

                "); +msgid ""NOTE +msgid ""here"); ?>.

                "); msgstr "" #: src/www/interfaces.php 3444 -jQuery('#noteboxv6').html("

                .

                "); +msgid ""NOTE +msgid ""here"); ?>.

                "); msgstr "" #: src/www/interfaces_assign.php 31 -$pgtitle = array(gettext("Interfaces"),gettext("Assign network ports")); +msgid ""Assign network ports")); msgstr "" #: src/www/interfaces_assign.php 45 -$descr = sprintf(gettext('VLAN %1$s on %2$s'),$portinfo['tag'],$portinfo['if']); +msgid "'VLAN %1$s on %2$s'),$portinfo['tag'],$portinfo['if']); msgstr "" #: src/www/interfaces_assign.php 194 -$newifname = gettext("lan"); +msgid ""lan"); msgstr "" #: src/www/interfaces_assign.php 195 -$descr = gettext("LAN"); +msgid ""LAN"); msgstr "" #: src/www/interfaces_assign.php 220 -$savemsg = gettext("Interface has been added."); +msgid ""Interface has been added."); msgstr "" #: src/www/interfaces_assign.php 260 -$errstr = sprintf(gettext('Port %1$s '. +msgid "'Port %1$s '. msgstr "" #: src/www/interfaces_assign.php 276 -$input_errors[] = sprintf(gettext("You cannot set port %s to interface %s because this interface is a member of %s."), $portname, $member, $portname); +msgid ""You cannot set port %s to interface %s because this interface is a member of %s."), $portname, $member, $portname); msgstr "" #: src/www/interfaces_assign.php 354 -$input_errors[] = gettext("The interface is part of a group. Please remove it from the group to continue"); +msgid ""The interface is part of a group. Please remove it from the group to continue"); msgstr "" #: src/www/interfaces_assign.php 356 -$input_errors[] = gettext("The interface is part of a bridge. Please remove it from the bridge to continue"); +msgid ""The interface is part of a bridge. Please remove it from the bridge to continue"); msgstr "" #: src/www/interfaces_assign.php 358 -$input_errors[] = gettext("The interface is part of a gre tunnel. Please delete the tunnel to continue"); +msgid ""The interface is part of a gre tunnel. Please delete the tunnel to continue"); msgstr "" #: src/www/interfaces_assign.php 360 -$input_errors[] = gettext("The interface is part of a gif tunnel. Please delete the tunnel to continue"); +msgid ""The interface is part of a gif tunnel. Please delete the tunnel to continue"); msgstr "" #: src/www/interfaces_assign.php 398 -$savemsg = gettext("Interface has been deleted."); +msgid ""Interface has been deleted."); msgstr "" #: src/www/interfaces_assign.php 422 -$savemsg = gettext("The system is now rebooting. Please wait."); +msgid ""The system is now rebooting. Please wait."); msgstr "" #: src/www/interfaces_assign.php 424 -$savemsg = gettext("Reboot is needed. Please apply the settings in order to reboot."); +msgid ""Reboot is needed. Please apply the settings in order to reboot."); msgstr "" #: src/www/interfaces_assign.php 426 -$savemsg = gettext("Interface mismatch detected. Please resolve the mismatch and click 'Apply changes'. The firewall will reboot afterwards."); +msgid ""Interface mismatch detected. Please resolve the mismatch and click 'Apply changes'. The firewall will reboot afterwards."); msgstr "" #: src/www/interfaces_assign.php 440 -print_info_box_np(gettext("The interface configuration has been changed.
                You must apply the changes in order for them to take effect.")); +msgid ""The interface configuration has been changed.
                You must apply the changes in order for them to take effect.")); msgstr "" #: src/www/interfaces_assign.php 454 -$tab_array[0] = array(gettext("Interface assignments"), true, "interfaces_assign.php"); +msgid ""Interface assignments"), true, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_assign.php 455 -$tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +msgid ""Interface Groups"), false, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_assign.php 456 -$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +msgid ""Wireless"), false, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_assign.php 457 -$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +msgid ""VLANs"), false, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_assign.php 458 -$tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +msgid ""QinQs"), false, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_assign.php 459 -$tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +msgid ""PPPs"), false, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_assign.php 460 -$tab_array[7] = array(gettext("GRE"), false, "interfaces_gre.php"); +msgid ""GRE"), false, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_assign.php 461 -$tab_array[8] = array(gettext("GIF"), false, "interfaces_gif.php"); +msgid ""GIF"), false, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_assign.php 462 -$tab_array[9] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +msgid ""Bridges"), false, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_assign.php 463 -$tab_array[10] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +msgid ""LAGG"), false, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_assign.php 477 - +msgid ""Interface"); ?> msgstr "" #: src/www/interfaces_assign.php 478 - +msgid ""Network port"); ?> msgstr "" #: src/www/interfaces_assign.php 510 -title="" +msgid ""delete interface");?>" msgstr "" #: src/www/interfaces_assign.php 514 -onclick="return confirm('')"> +msgid ""Do you really want to delete this interface?"); ?>')"> msgstr "" #: src/www/interfaces_assign.php 528 - msgstr "" #: src/www/interfaces_assign.php 544 - +msgid ""add selected interface");?>"> msgstr "" #: src/www/interfaces_assign.php 556 -" />

                +msgid ""Save"); ?>" />

                msgstr "" #: src/www/interfaces_assign.php 559 -
              • +msgid ""Interfaces that are configured as members of a lagg(4) interface will not be shown."); ?> msgstr "" #: src/www/interfaces_bridge.php 55 -$input_errors[] = gettext("This bridge cannot be deleted because it is assigned as an interface."); +msgid ""This bridge cannot be deleted because it is assigned as an interface."); msgstr "" #: src/www/interfaces_bridge.php 73 -$pgtitle = array(gettext("Interfaces"),gettext("Bridge")); +msgid ""Bridge")); msgstr "" #: src/www/interfaces_bridge.php 97 -$tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +msgid ""Interface assignments"), false, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_bridge.php 98 -$tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +msgid ""Interface Groups"), false, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_bridge.php 99 -$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +msgid ""Wireless"), false, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_bridge.php 100 -$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +msgid ""VLANs"), false, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_bridge.php 101 -$tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +msgid ""QinQs"), false, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_bridge.php 102 -$tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +msgid ""PPPs"), false, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_bridge.php 103 -$tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +msgid ""GRE"), false, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_bridge.php 104 -$tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +msgid ""GIF"), false, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_bridge.php 105 -$tab_array[8] = array(gettext("Bridges"), true, "interfaces_bridge.php"); +msgid ""Bridges"), true, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_bridge.php 106 -$tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +msgid ""LAGG"), false, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_bridge.php 120 - +msgid ""Interface");?> msgstr "" #: src/www/interfaces_bridge.php 121 - +msgid ""Members");?> msgstr "" #: src/www/interfaces_bridge.php 122 - +msgid ""Description");?> msgstr "" #: src/www/interfaces_bridge.php 153 -"> +msgid ""edit group");?>"> msgstr "" #: src/www/interfaces_bridge.php 155 -" onclick="return confirm('')"> +msgid ""Do you really want to delete this bridge?");?>')"> msgstr "" #: src/www/interfaces_bridge.php 167 -
                msgstr "" #: src/www/interfaces_bridge.php 169 - +msgid ""Here you can configure bridging of interfaces."); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 110 -$reqdfieldsn = array(gettext("Member Interfaces")); +msgid ""Member Interfaces")); msgstr "" #: src/www/interfaces_bridge_edit.php 115 -$input_errors[] = gettext("Maxage needs to be an integer between 6 and 40."); +msgid ""Maxage needs to be an integer between 6 and 40."); msgstr "" #: src/www/interfaces_bridge_edit.php 117 -$input_errors[] = gettext("Maxaddr needs to be an integer."); +msgid ""Maxaddr needs to be an integer."); msgstr "" #: src/www/interfaces_bridge_edit.php 119 -$input_errors[] = gettext("Timeout needs to be an integer."); +msgid ""Timeout needs to be an integer."); msgstr "" #: src/www/interfaces_bridge_edit.php 121 -$input_errors[] = gettext("Forward Delay needs to be an integer between 4 and 30."); +msgid ""Forward Delay needs to be an integer between 4 and 30."); msgstr "" #: src/www/interfaces_bridge_edit.php 123 -$input_errors[] = gettext("Hello time for STP needs to be an integer between 1 and 2."); +msgid ""Hello time for STP needs to be an integer between 1 and 2."); msgstr "" #: src/www/interfaces_bridge_edit.php 125 -$input_errors[] = gettext("Priority for STP needs to be an integer between 0 and 61440."); +msgid ""Priority for STP needs to be an integer between 0 and 61440."); msgstr "" #: src/www/interfaces_bridge_edit.php 127 -$input_errors[] = gettext("Transmit Hold Count for STP needs to be an integer between 1 and 10."); +msgid ""Transmit Hold Count for STP needs to be an integer between 1 and 10."); msgstr "" #: src/www/interfaces_bridge_edit.php 130 -$input_errors[] = "{$ifdescr} " . gettext("interface priority for STP needs to be an integer between 0 and 240."); +msgid ""interface priority for STP needs to be an integer between 0 and 240."); msgstr "" #: src/www/interfaces_bridge_edit.php 135 -$input_errors[] = "{$ifdescr} " . gettext("interface path cost for STP needs to be an integer between 1 and 200000000."); +msgid ""interface path cost for STP needs to be an integer between 1 and 200000000."); msgstr "" #: src/www/interfaces_bridge_edit.php 140 -$input_errors[] = gettext("You must select at least 2 member interfaces for a bridge."); +msgid ""You must select at least 2 member interfaces for a bridge."); msgstr "" #: src/www/interfaces_bridge_edit.php 145 -$input_errors[] = gettext("A member interface passed does not exist in configuration"); +msgid ""A member interface passed does not exist in configuration"); msgstr "" #: src/www/interfaces_bridge_edit.php 148 -$input_errors[] = gettext("Bridging a wireless interface is only possible in hostap mode."); +msgid ""Bridging a wireless interface is only possible in hostap mode."); msgstr "" #: src/www/interfaces_bridge_edit.php 150 -$input_errors[] = gettext("Span interface cannot be part of the bridge. Remove the span interface from bridge members to continue."); +msgid ""Span interface cannot be part of the bridge. Remove the span interface from bridge members to continue."); msgstr "" #: src/www/interfaces_bridge_edit.php 208 -$input_errors[] = gettext("Error occurred creating interface, please retry."); +msgid ""Error occurred creating interface, please retry."); msgstr "" #: src/www/interfaces_bridge_edit.php 227 -$pgtitle = array(gettext("Interfaces"),gettext("Bridge"),gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/interfaces_bridge_edit.php 267 -

                +msgid ""Bridge configuration");?> msgstr "" #: src/www/interfaces_bridge_edit.php 275 - +msgid ""Member interfaces"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 290 - +msgid ""Interfaces participating in the bridge."); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 294 - +msgid ""Description"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 302 -

                " />

                +msgid ""Show advanced options"); ?>" />

                msgstr "" #: src/www/interfaces_bridge_edit.php 306 - +msgid ""RSTP/STP"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 309 - +msgid ""Enable spanning tree options for this bridge."); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 312 - +msgid ""Protocol"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 325 - +msgid ""Protocol used for spanning tree."); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 327 - +msgid ""STP interfaces"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 341 - +msgid ""Valid time"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 349 - +msgid ""seconds"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 352 - +msgid ""Forward time"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 359 - +msgid ""seconds"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 362 - +msgid ""Hello time"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 368 - +msgid ""seconds"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 371 - +msgid ""Priority"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 380 - +msgid ""Hold count"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 389 - +msgid ""Priority"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 404 - +msgid ""Path cost"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 418 - +msgid ""Cache size"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 429 - +msgid ""entries"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 431 - +msgid ""Cache entry expire time"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 439 - +msgid ""seconds"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 441 - +msgid ""Span port"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 451 - +msgid ""None"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 462 -
                msgstr "" #: src/www/interfaces_bridge_edit.php 471 - +msgid ""The span interface cannot be part of the bridge member interfaces."); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 476 - +msgid ""Edge ports"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 490 - +msgid ""Auto Edge ports"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 510 -
                msgstr "" #: src/www/interfaces_bridge_edit.php 515 - +msgid ""This will disable the autoedge status of interfaces."); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 519 - +msgid ""PTP ports"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 533 - +msgid ""Auto PTP ports"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 553 -
                msgstr "" #: src/www/interfaces_bridge_edit.php 559 - +msgid ""The interfaces selected here will be removed from default autoedge status."); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 563 - +msgid ""Sticky ports"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 577 - +msgid ""Private ports"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 598 -" /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/interfaces_bridge_edit.php 607 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/interfaces_gif.php 55 -$input_errors[] = gettext("This gif TUNNEL cannot be deleted because it is still being used as an interface."); +msgid ""This gif TUNNEL cannot be deleted because it is still being used as an interface."); msgstr "" #: src/www/interfaces_gif.php 67 -$pgtitle = array(gettext("Interfaces"),gettext("GIF")); +msgid ""GIF")); msgstr "" #: src/www/interfaces_gif.php 91 -$tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +msgid ""Interface assignments"), false, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_gif.php 92 -$tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +msgid ""Interface Groups"), false, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_gif.php 93 -$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +msgid ""Wireless"), false, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_gif.php 94 -$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +msgid ""VLANs"), false, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_gif.php 95 -$tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +msgid ""QinQs"), false, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_gif.php 96 -$tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +msgid ""PPPs"), false, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_gif.php 97 -$tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +msgid ""GRE"), false, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_gif.php 98 -$tab_array[7] = array(gettext("GIF"), true, "interfaces_gif.php"); +msgid ""GIF"), true, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_gif.php 99 -$tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +msgid ""Bridges"), false, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_gif.php 100 -$tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +msgid ""LAGG"), false, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_gif.php 114 - +msgid ""Interface");?> msgstr "" #: src/www/interfaces_gif.php 115 - +msgid ""Tunnel to...");?> msgstr "" #: src/www/interfaces_gif.php 116 - +msgid ""Description");?> msgstr "" #: src/www/interfaces_gif.php 137 -"> +msgid ""edit group");?>"> msgstr "" #: src/www/interfaces_gif.php 139 -" onclick="return confirm('')"> +msgid ""Do you really want to delete this gif tunnel?");?>')"> msgstr "" #: src/www/interfaces_gif.php 149 -
                msgstr "" #: src/www/interfaces_gif.php 151 - +msgid ""GIF tunnels are configured here."); ?> msgstr "" #: src/www/interfaces_gif.php 153 -

                +msgid ""to keep your tunnel functional when your IP changes."); ?>

                msgstr "" #: src/www/interfaces_gif_edit.php 65 -$reqdfieldsn = array(gettext("Parent interface,Local address, Remote tunnel address, Remote tunnel network, Local tunnel address")); +msgid ""Parent interface,Local address, Remote tunnel address, Remote tunnel network, Local tunnel address")); msgstr "" #: src/www/interfaces_gif_edit.php 71 -$input_errors[] = gettext("The tunnel local and tunnel remote fields must have valid IP addresses."); +msgid ""The tunnel local and tunnel remote fields must have valid IP addresses."); msgstr "" #: src/www/interfaces_gif_edit.php 77 -$input_errors[] = gettext("The alias IP address family has to match the family of the remote peer address."); +msgid ""The alias IP address family has to match the family of the remote peer address."); msgstr "" #: src/www/interfaces_gif_edit.php 85 -$input_errors[] = sprintf(gettext("A gif with the network %s is already defined."), $gif['tunnel-remote-addr']); +msgid ""A gif with the network %s is already defined."), $gif['tunnel-remote-addr']); msgstr "" #: src/www/interfaces_gif_edit.php 104 -$input_errors[] = gettext("Error occurred creating interface, please retry."); +msgid ""Error occurred creating interface, please retry."); msgstr "" #: src/www/interfaces_gif_edit.php 123 -$pgtitle = array(gettext("Interfaces"),gettext("GIF"),gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/interfaces_gif_edit.php 146 -

                +msgid ""GIF configuration");?> msgstr "" #: src/www/interfaces_gif_edit.php 154 - +msgid ""Parent interface"); ?> msgstr "" #: src/www/interfaces_gif_edit.php 174 - +msgid ""The interface here serves as the local address to be used for the gif tunnel."); ?> msgstr "" #: src/www/interfaces_gif_edit.php 177 - +msgid ""gif remote address"); ?> msgstr "" #: src/www/interfaces_gif_edit.php 181 - +msgid ""Peer address where encapsulated gif packets will be sent. "); ?> msgstr "" #: src/www/interfaces_gif_edit.php 184 - +msgid ""gif tunnel local address"); ?> msgstr "" #: src/www/interfaces_gif_edit.php 188 - +msgid ""Local gif tunnel endpoint"); ?> msgstr "" #: src/www/interfaces_gif_edit.php 191 - +msgid ""gif tunnel remote address "); ?> msgstr "" #: src/www/interfaces_gif_edit.php 213 - +msgid ""Remote gif address endpoint. The subnet part is used for determining the network that is tunnelled."); ?> msgstr "" #: src/www/interfaces_gif_edit.php 216 - +msgid ""Route caching "); ?> msgstr "" #: src/www/interfaces_gif_edit.php 220 - +msgid ""Specify if route caching can be enabled. Be careful with these settings on dynamic networks. "); ?> msgstr "" #: src/www/interfaces_gif_edit.php 223 - +msgid ""ECN friendly behavior"); ?> msgstr "" #: src/www/interfaces_gif_edit.php 228 - +msgid ""Description"); ?> msgstr "" #: src/www/interfaces_gif_edit.php 236 -
                " /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/interfaces_gif_edit.php 244 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/interfaces_gre.php 56 -$input_errors[] = gettext("This GRE tunnel cannot be deleted because it is still being used as an interface."); +msgid ""This GRE tunnel cannot be deleted because it is still being used as an interface."); msgstr "" #: src/www/interfaces_gre.php 68 -$pgtitle = array(gettext("Interfaces"),gettext("GRE")); +msgid ""GRE")); msgstr "" #: src/www/interfaces_gre.php 92 -$tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +msgid ""Interface assignments"), false, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_gre.php 93 -$tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +msgid ""Interface Groups"), false, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_gre.php 94 -$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +msgid ""Wireless"), false, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_gre.php 95 -$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +msgid ""VLANs"), false, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_gre.php 96 -$tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +msgid ""QinQs"), false, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_gre.php 97 -$tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +msgid ""PPPs"), false, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_gre.php 98 -$tab_array[6] = array(gettext("GRE"), true, "interfaces_gre.php"); +msgid ""GRE"), true, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_gre.php 99 -$tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +msgid ""GIF"), false, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_gre.php 100 -$tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +msgid ""Bridges"), false, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_gre.php 101 -$tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +msgid ""LAGG"), false, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_gre.php 115 - +msgid ""Interface");?> msgstr "" #: src/www/interfaces_gre.php 116 - +msgid ""Tunnel to...");?> msgstr "" #: src/www/interfaces_gre.php 117 - +msgid ""Description");?> msgstr "" #: src/www/interfaces_gre.php 138 -"> +msgid ""edit group");?>"> msgstr "" #: src/www/interfaces_gre.php 140 -" onclick="return confirm('')"> +msgid ""Do you really want to delete this GRE tunnel?");?>')"> msgstr "" #: src/www/interfaces_gre.php 149 -


                +msgid ""Note +msgid ""Here you can configure Generic Routing Encapsulation (GRE - RFC 2784) tunnels.");?>

                msgstr "" #: src/www/interfaces_gre_edit.php 64 -$reqdfieldsn = array(gettext("Parent interface"),gettext("Local address"),gettext("Remote tunnel address"),gettext("Remote tunnel network"), gettext("Local tunnel address")); +msgid ""Local tunnel address")); msgstr "" #: src/www/interfaces_gre_edit.php 70 -$input_errors[] = gettext("The tunnel local and tunnel remote fields must have valid IP addresses."); +msgid ""The tunnel local and tunnel remote fields must have valid IP addresses."); msgstr "" #: src/www/interfaces_gre_edit.php 78 -$input_errors[] = sprintf(gettext("A GRE tunnel with the network %s is already defined."),$gre['remote-network']); +msgid ""A GRE tunnel with the network %s is already defined."),$gre['remote-network']); msgstr "" #: src/www/interfaces_gre_edit.php 98 -$input_errors[] = gettext("Error occurred creating interface, please retry."); +msgid ""Error occurred creating interface, please retry."); msgstr "" #: src/www/interfaces_gre_edit.php 117 -$pgtitle = array(gettext("Interfaces"),gettext("GRE"),gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/interfaces_gre_edit.php 142 -

                +msgid ""GRE configuration");?> msgstr "" #: src/www/interfaces_gre_edit.php 150 - +msgid ""Parent interface");?> msgstr "" #: src/www/interfaces_gre_edit.php 170 - +msgid ""The interface here serves as the local address to be used for the GRE tunnel.");?>
                msgstr "" #: src/www/interfaces_gre_edit.php 173 - +msgid ""GRE remote address");?> msgstr "" #: src/www/interfaces_gre_edit.php 177 - +msgid ""Peer address where encapsulated GRE packets will be sent ");?> msgstr "" #: src/www/interfaces_gre_edit.php 180 - +msgid ""GRE tunnel local address ");?> msgstr "" #: src/www/interfaces_gre_edit.php 184 - +msgid ""Local GRE tunnel endpoint");?> msgstr "" #: src/www/interfaces_gre_edit.php 187 - +msgid ""GRE tunnel remote address ");?> msgstr "" #: src/www/interfaces_gre_edit.php 209 - +msgid ""Remote GRE address endpoint. The subnet part is used for the determining the network that is tunneled.");?> msgstr "" #: src/www/interfaces_gre_edit.php 212 - +msgid ""Mobile tunnel");?> msgstr "" #: src/www/interfaces_gre_edit.php 216 - +msgid ""Specify which encapsulation method the tunnel should use. ");?> msgstr "" #: src/www/interfaces_gre_edit.php 219 - +msgid ""Route search type");?> msgstr "" #: src/www/interfaces_gre_edit.php 224 - +msgid ""WCCP version");?> msgstr "" #: src/www/interfaces_gre_edit.php 235 - +msgid ""Check this box for WCCP encapsulation version 2, or leave unchecked for version 1.");?> msgstr "" #: src/www/interfaces_gre_edit.php 238 - +msgid ""Description");?> msgstr "" #: src/www/interfaces_gre_edit.php 241 -
                " /> +msgid ""Save");?>" /> msgstr "" #: src/www/interfaces_gre_edit.php 249 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/interfaces_groups.php 53 -$pgtitle = array(gettext("Interfaces"),gettext("Groups")); +msgid ""Groups")); msgstr "" #: src/www/interfaces_groups.php 58 -array('href'=>'interfaces_groups_edit.php', 'label'=>gettext("Add a new group")), +msgid ""Add a new group")), msgstr "" #: src/www/interfaces_groups.php 77 -$tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +msgid ""Interface assignments"), false, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_groups.php 78 -$tab_array[1] = array(gettext("Interface Groups"), true, "interfaces_groups.php"); +msgid ""Interface Groups"), true, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_groups.php 79 -$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +msgid ""Wireless"), false, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_groups.php 80 -$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +msgid ""VLANs"), false, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_groups.php 81 -$tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +msgid ""QinQs"), false, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_groups.php 82 -$tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +msgid ""PPPs"), false, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_groups.php 83 -$tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +msgid ""GRE"), false, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_groups.php 84 -$tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +msgid ""GIF"), false, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_groups.php 85 -$tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +msgid ""Bridges"), false, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_groups.php 86 -$tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +msgid ""LAGG"), false, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_groups.php 100 - +msgid ""Name");?> msgstr "" #: src/www/interfaces_groups.php 101 - +msgid ""Members");?> msgstr "" #: src/www/interfaces_groups.php 102 - +msgid ""Description");?> msgstr "" #: src/www/interfaces_groups.php 136 -"> +msgid ""edit group");?>"> msgstr "" #: src/www/interfaces_groups.php 138 -')" data-toggle="tooltip" data-placement="left" title=""> +msgid ""delete ifgroupentry");?>"> msgstr "" #: src/www/interfaces_groups.php 147 -


                +msgid ""Note +msgid ""Interface Groups allow you to create rules that apply to multiple interfaces without duplicating the rules. If you remove members from an interface group, the group rules no longer apply to that interface.");?>

                msgstr "" #: src/www/interfaces_groups_edit.php 33 -$pgtitle = array(gettext("Interfaces"),gettext("Groups"),gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/interfaces_groups_edit.php 63 -$input_errors[] = gettext("Group name already exists!"); +msgid ""Group name already exists!"); msgstr "" #: src/www/interfaces_groups_edit.php 66 -$input_errors[] = gettext("Only letters A-Z are allowed as the group name."); +msgid ""Only letters A-Z are allowed as the group name."); msgstr "" #: src/www/interfaces_groups_edit.php 245 -

                +msgid ""Interface Groups Edit");?> msgstr "" #: src/www/interfaces_groups_edit.php 253 - +msgid ""Group Name");?> msgstr "" #: src/www/interfaces_groups_edit.php 257 - +msgid ""No numbers or spaces are allowed. Only characters in a-zA-Z");?> msgstr "" #: src/www/interfaces_groups_edit.php 261 - +msgid ""Description");?> msgstr "" #: src/www/interfaces_groups_edit.php 266 - +msgid ""You may enter a description here for your reference (not parsed).");?> msgstr "" #: src/www/interfaces_groups_edit.php 271 -
                +msgid ""Member (s)");?> msgstr "" #: src/www/interfaces_groups_edit.php 276 -
                +msgid ""Interface");?> msgstr "" #: src/www/interfaces_groups_edit.php 326 - msgstr "" #: src/www/interfaces_groups_edit.php 327 - +msgid ""Rules for WAN type interfaces in groups do not contain the reply-to mechanism upon which Multi-WAN typically relies.");?> msgstr "" #: src/www/interfaces_groups_edit.php 333 -" /> +msgid ""Save");?>" /> msgstr "" #: src/www/interfaces_groups_edit.php 334 -" /> +msgid ""Cancel");?>" /> msgstr "" #: src/www/interfaces_lagg.php 61 -$input_errors[] = gettext("This LAGG interface cannot be deleted because it is still being used."); +msgid ""This LAGG interface cannot be deleted because it is still being used."); msgstr "" #: src/www/interfaces_lagg.php 73 -$pgtitle = array(gettext("Interfaces"),gettext("LAGG")); +msgid ""LAGG")); msgstr "" #: src/www/interfaces_lagg.php 97 -$tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +msgid ""Interface assignments"), false, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_lagg.php 98 -$tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +msgid ""Interface Groups"), false, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_lagg.php 99 -$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +msgid ""Wireless"), false, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_lagg.php 100 -$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +msgid ""VLANs"), false, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_lagg.php 101 -$tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +msgid ""QinQs"), false, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_lagg.php 102 -$tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +msgid ""PPPs"), false, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_lagg.php 103 -$tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +msgid ""GRE"), false, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_lagg.php 104 -$tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +msgid ""GIF"), false, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_lagg.php 105 -$tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +msgid ""Bridges"), false, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_lagg.php 106 -$tab_array[9] = array(gettext("LAGG"), true, "interfaces_lagg.php"); +msgid ""LAGG"), true, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_lagg.php 121 - +msgid ""Interface");?> msgstr "" #: src/www/interfaces_lagg.php 122 - +msgid ""Members");?> msgstr "" #: src/www/interfaces_lagg.php 123 - +msgid ""Description");?> msgstr "" #: src/www/interfaces_lagg.php 143 -"> +msgid ""edit group");?>"> msgstr "" #: src/www/interfaces_lagg.php 145 -" onclick="return confirm('')"> +msgid ""Do you really want to delete this LAGG interface?");?>')"> msgstr "" #: src/www/interfaces_lagg.php 156 -
                msgstr "" #: src/www/interfaces_lagg.php 158 -

                +msgid ""LAGG allows for link aggregation, bonding and fault tolerance. Only unassigned interfaces can be added to LAGG."); ?>

                msgstr "" #: src/www/interfaces_lagg_edit.php 79 -$reqdfieldsn = array(gettext("Member interfaces"), gettext("Lagg protocol")); +msgid ""Lagg protocol")); msgstr "" #: src/www/interfaces_lagg_edit.php 86 -$input_errors[] = gettext("Interface supplied as member is invalid"); +msgid ""Interface supplied as member is invalid"); msgstr "" #: src/www/interfaces_lagg_edit.php 89 -$input_errors[] = gettext("Interface supplied as member is invalid"); +msgid ""Interface supplied as member is invalid"); msgstr "" #: src/www/interfaces_lagg_edit.php 92 -$input_errors[] = gettext("Protocol supplied is invalid"); +msgid ""Protocol supplied is invalid"); msgstr "" #: src/www/interfaces_lagg_edit.php 105 -$input_errors[] = gettext("Error occurred creating interface, please retry."); +msgid ""Error occurred creating interface, please retry."); msgstr "" #: src/www/interfaces_lagg_edit.php 124 -$pgtitle = array(gettext("Interfaces"),gettext("LAGG"),gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/interfaces_lagg_edit.php 147 -

                +msgid ""LAGG configuration");?> msgstr "" #: src/www/interfaces_lagg_edit.php 155 - +msgid ""Parent interface"); ?> msgstr "" #: src/www/interfaces_lagg_edit.php 170 -. +msgid ""Choose the members that will be used for the link aggregation"); ?>. msgstr "" #: src/www/interfaces_lagg_edit.php 173 - +msgid ""Lag proto"); ?> msgstr "" #: src/www/interfaces_lagg_edit.php 188 -
                +msgid ""failover"); ?>
                msgstr "" #: src/www/interfaces_lagg_edit.php 189 -




                +msgid ""Description"); ?> msgstr "" #: src/www/interfaces_lagg_edit.php 231 -
                " /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/interfaces_lagg_edit.php 239 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/interfaces_ppps.php 48 -$input_errors[] = gettext("This point-to-point link cannot be deleted because it is still being used as an interface."); +msgid ""This point-to-point link cannot be deleted because it is still being used as an interface."); msgstr "" #: src/www/interfaces_ppps.php 64 -$pgtitle = gettext("Interfaces +msgid ""Interfaces PPPs"); msgstr "" #: src/www/interfaces_ppps.php 87 -$tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +msgid ""Interface assignments"), false, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_ppps.php 88 -$tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +msgid ""Interface Groups"), false, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_ppps.php 89 -$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +msgid ""Wireless"), false, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_ppps.php 90 -$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +msgid ""VLANs"), false, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_ppps.php 91 -$tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +msgid ""QinQs"), false, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_ppps.php 92 -$tab_array[5] = array(gettext("PPPs"), true, "interfaces_ppps.php"); +msgid ""PPPs"), true, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_ppps.php 93 -$tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +msgid ""GRE"), false, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_ppps.php 94 -$tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +msgid ""GIF"), false, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_ppps.php 95 -$tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +msgid ""Bridges"), false, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_ppps.php 96 -$tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +msgid ""LAGG"), false, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_ppps.php 110 - +msgid ""Interface");?> msgstr "" #: src/www/interfaces_ppps.php 111 - +msgid ""Interface(s)/Port(s)");?> msgstr "" #: src/www/interfaces_ppps.php 112 - +msgid ""Description");?> msgstr "" #: src/www/interfaces_ppps.php 139 -"> +msgid ""edit group");?>"> msgstr "" #: src/www/interfaces_ppps.php 141 -')"> +msgid ""Do you really want to delete this PPP interface?");?>')"> msgstr "" #: src/www/interfaces_ppps_edit.php 177 -$reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Phone Number")); +msgid ""Phone Number")); msgstr "" #: src/www/interfaces_ppps_edit.php 183 -$reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password"),gettext("Dial on demand"),gettext("Idle timeout value")); +msgid ""Idle timeout value")); msgstr "" #: src/www/interfaces_ppps_edit.php 186 -$reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password")); +msgid ""Password")); msgstr "" #: src/www/interfaces_ppps_edit.php 194 -$reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password"),gettext("Local IP address"),gettext("Subnet"),gettext("Remote IP address"),gettext("Dial on demand"),gettext("Idle timeout value")); +msgid ""Idle timeout value")); msgstr "" #: src/www/interfaces_ppps_edit.php 197 -$reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password"),gettext("Local IP address"),gettext("Subnet"),gettext("Remote IP address")); +msgid ""Remote IP address")); msgstr "" #: src/www/interfaces_ppps_edit.php 202 -$input_errors[] = gettext("Please choose a Link Type."); +msgid ""Please choose a Link Type."); msgstr "" #: src/www/interfaces_ppps_edit.php 206 -$input_errors[] = gettext("Multilink connections (MLPPP) using the PPP link type is not currently supported. Please select only one Link Interface."); +msgid ""Multilink connections (MLPPP) using the PPP link type is not currently supported. Please select only one Link Interface."); msgstr "" #: src/www/interfaces_ppps_edit.php 208 -$input_errors[] = gettext("The Service name contains invalid characters."); +msgid ""The Service name contains invalid characters."); msgstr "" #: src/www/interfaces_ppps_edit.php 210 -$input_errors[] = gettext("Do not specify both a Service name and a NULL Service name."); +msgid ""Do not specify both a Service name and a NULL Service name."); msgstr "" #: src/www/interfaces_ppps_edit.php 212 -$input_errors[] = gettext("The idle timeout value must be an integer."); +msgid ""The idle timeout value must be an integer."); msgstr "" #: src/www/interfaces_ppps_edit.php 215 -$input_errors[] = gettext("A valid PPPoE reset hour must be specified (0-23)."); +msgid ""A valid PPPoE reset hour must be specified (0-23)."); msgstr "" #: src/www/interfaces_ppps_edit.php 218 -$input_errors[] = gettext("A valid PPPoE reset minute must be specified (0-59)."); +msgid ""A valid PPPoE reset minute must be specified (0-59)."); msgstr "" #: src/www/interfaces_ppps_edit.php 220 -$input_errors[] = gettext("A valid PPPoE reset date must be specified (mm/dd/yyyy)."); +msgid ""A valid PPPoE reset date must be specified (mm/dd/yyyy)."); msgstr "" #: src/www/interfaces_ppps_edit.php 224 -$input_errors[] = gettext("A valid PPPoE reset month must be specified (1-12) in the Custom PPPoE Periodic reset fields."); +msgid ""A valid PPPoE reset month must be specified (1-12) in the Custom PPPoE Periodic reset fields."); msgstr "" #: src/www/interfaces_ppps_edit.php 226 -$input_errors[] = gettext("A valid PPPoE reset day of month must be specified (1-31) in the Custom PPPoE Periodic reset fields. No checks are done on valid # of days per month"); +msgid ""A valid PPPoE reset day of month must be specified (1-31) in the Custom PPPoE Periodic reset fields. No checks are done on valid # of days per month"); msgstr "" #: src/www/interfaces_ppps_edit.php 228 -$input_errors[] = gettext("A valid PPPoE reset year must be specified. Don't select a year in the past!"); +msgid ""A valid PPPoE reset year must be specified. Don't select a year in the past!"); msgstr "" #: src/www/interfaces_ppps_edit.php 233 -$input_errors[] = sprintf(gettext("A valid local IP address must be specified for %s."),$iface); +msgid ""A valid local IP address must be specified for %s."),$iface); msgstr "" #: src/www/interfaces_ppps_edit.php 235 -$input_errors[] = sprintf(gettext("A valid gateway IP address OR hostname must be specified for %s."),$iface); +msgid ""A valid gateway IP address OR hostname must be specified for %s."),$iface); msgstr "" #: src/www/interfaces_ppps_edit.php 237 -$input_errors[] = sprintf(gettext("The bandwidth value for %s must be an integer."),$iface); +msgid ""The bandwidth value for %s must be an integer."),$iface); msgstr "" #: src/www/interfaces_ppps_edit.php 239 -$input_errors[] = sprintf(gettext("The MTU for %s must be greater than 576 bytes."),$iface); +msgid ""The MTU for %s must be greater than 576 bytes."),$iface); msgstr "" #: src/www/interfaces_ppps_edit.php 241 -$input_errors[] = sprintf(gettext("The MRU for %s must be greater than 576 bytes."),$iface); +msgid ""The MRU for %s must be greater than 576 bytes."),$iface); msgstr "" #: src/www/interfaces_ppps_edit.php 373 -$pgtitle = array(gettext("Interfaces"),gettext("PPPs"),gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/interfaces_ppps_edit.php 377 -$types = array("select" => gettext("Select"), "ppp" => "PPP", "pppoe" => "PPPoE", "pptp" => "PPTP", "l2tp" => "L2TP"/*, "tcp" => "TCP", "udp" => "UDP"*/ ); +msgid ""Select"), "ppp" => "PPP", "pppoe" => "PPPoE", "pptp" => "PPTP", "l2tp" => "L2TP"/*, "tcp" => "TCP", "udp" => "UDP"*/ ); msgstr "" #: src/www/interfaces_ppps_edit.php 406 -

                +msgid ""PPPs configuration");?> msgstr "" #: src/www/interfaces_ppps_edit.php 414 - +msgid ""Link Type"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 429 - +msgid ""Link interface(s)"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 435 -
                +msgid ""Select at least two interfaces for Multilink (MLPPP) connections."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 481 - +msgid ""Description"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 484 -
                +msgid ""You may enter a description here for your reference. Description will appear in the "Interfaces Assign" select lists."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 490 - +msgid ""Service Provider"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 494 -    msgstr "" #: src/www/interfaces_ppps_edit.php 502 -    msgstr "" #: src/www/interfaces_ppps_edit.php 510 -    msgstr "" #: src/www/interfaces_ppps_edit.php 518 -
                +msgid ""Select to fill in data for your service provider."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 522 - +msgid ""Username"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 528 - +msgid ""Password"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 535 - +msgid ""Phone Number"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 538 -
                msgstr "" #: src/www/interfaces_ppps_edit.php 542 - +msgid ""Access Point Name (APN)"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 552 - +msgid ""APN number (optional)"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 555 -
                msgstr "" #: src/www/interfaces_ppps_edit.php 559 - +msgid ""SIM PIN"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 566 - +msgid ""SIM PIN wait"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 569 -
                msgstr "" #: src/www/interfaces_ppps_edit.php 573 - +msgid ""Init String"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 576 -
                +msgid ""Connection Timeout"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 584 -
                msgstr "" #: src/www/interfaces_ppps_edit.php 588 - +msgid ""Uptime Logging"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 590 - /> +msgid ""Enable persistent logging of connection uptime."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 591 -
                +msgid ""This option causes cumulative uptime to be recorded and displayed on the Status Interfaces page."); ?>
                msgstr "" #: src/www/interfaces_ppps_edit.php 601 - +msgid ""Service name"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 603 - /> +msgid ""Configure a NULL Service name"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 604 -
                msgstr "" #: src/www/interfaces_ppps_edit.php 608 - +msgid ""Periodic reset");?> msgstr "" #: src/www/interfaces_ppps_edit.php 615 - +msgid ""Disabled"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 616 - +msgid ""Custom"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 617 - +msgid ""Pre-Set"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 618 - +msgid ""Select a reset timing type"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 626 -
                +msgid ""hour (0-23)"); ?>
                msgstr "" #: src/www/interfaces_ppps_edit.php 628 -
                +msgid ""minute (0-59)"); ?>
                msgstr "" #: src/www/interfaces_ppps_edit.php 630 - +msgid ""reset at a specific date (mm/dd/yyyy)"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 632 - msgstr "" #: src/www/interfaces_ppps_edit.php 633 - +msgid ""If you leave the date field empty, the reset will be executed each day at the time you did specify using the minutes and hour field."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 641 - +msgid ""reset at each month ('0 0 1 * *')"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 644 - +msgid ""reset at each week ('0 0 * * 0')"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 647 - +msgid ""reset at each day ('0 0 * * *')"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 650 - +msgid ""reset at each hour ('0 * * * *')"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 664 - +msgid ""Local IP"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 672 - +msgid ""IP Address"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 679 - +msgid ""IP Address OR Hostname"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 687 - +msgid ""Advanced Options"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 690 - +msgid ""Dial On Demand"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 692 - /> +msgid ""Enable Dial-on-Demand mode"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 693 -
                +msgid ""Idle Timeout"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 700 - +msgid ""(seconds) Default is 0, which disables the timeout feature."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 701 -
                +msgid ""If no incoming or outgoing packets are transmitted for the entered number of seconds the connection is brought down.");?> msgstr "" #: src/www/interfaces_ppps_edit.php 702 -
                +msgid ""When the idle timeout occurs, if the dial-on-demand option is enabled, mpd goes back into dial-on-demand mode. Otherwise, the interface is brought down and all associated routes removed."); ?>
                msgstr "" #: src/www/interfaces_ppps_edit.php 706 - +msgid ""Compression"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 708 - />  +msgid ""Disable vjcomp(compression) (auto-negotiated by default)."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 709 -
                +msgid ""TCPmssFix"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 717 - />  +msgid ""Disable tcpmssfix (enabled by default)."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 718 -
                +msgid ""ShortSeq");?> msgstr "" #: src/www/interfaces_ppps_edit.php 728 - />  +msgid ""Disable shortseq (auto-negotiated by default)."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 729 -
                +msgid ""ACFComp"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 736 - />  +msgid ""Disable acfcomp (compression) (auto-negotiated by default)."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 737 -
                +msgid ""Address and control field compression. This option only applies to asynchronous link types. It saves two bytes per frame."); ?>
                msgstr "" #: src/www/interfaces_ppps_edit.php 741 - +msgid ""ProtoComp"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 743 - />  +msgid ""Disable protocomp (compression) (auto-negotiated by default)."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 744 -
                +msgid ""Protocol field compression. This option saves one byte per frame for most frames."); ?>
                msgstr "" #: src/www/interfaces_ppps_edit.php 750 -

                " class="btn btn-default btn-xs"/>

                +msgid ""Show advanced options"); ?>" class="btn btn-default btn-xs"/>

                msgstr "" #: src/www/interfaces_ppps_edit.php 757 - +msgid ""Link Parameters");?> msgstr "" #: src/www/interfaces_ppps_edit.php 761 - +msgid ""Bandwidth");?> msgstr "" #: src/www/interfaces_ppps_edit.php 764 -
                +msgid ""Set ONLY for MLPPP connections and ONLY when links have different bandwidths.");?>
                msgstr "" #: src/www/interfaces_ppps_edit.php 768 - +msgid ""MTU"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 771 -
                +msgid ""MTU will default to 1492.");?> msgstr "" #: src/www/interfaces_ppps_edit.php 775 - +msgid ""MRU"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 778 -
                MRU +msgid ""will be auto-negotiated by default.");?> msgstr "" #: src/www/interfaces_ppps_edit.php 782 - +msgid ""MRRU"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 785 -
                MRRU +msgid ""will be auto-negotiated by default.");?> msgstr "" #: src/www/interfaces_ppps_edit.php 794 -" /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/interfaces_ppps_edit.php 795 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/interfaces_qinq.php 54 -$input_errors[] = gettext("This QinQ cannot be deleted because it is still being used as an interface."); +msgid ""This QinQ cannot be deleted because it is still being used as an interface."); msgstr "" #: src/www/interfaces_qinq.php 56 -$input_errors[] = gettext("QinQ interface does not exist"); +msgid ""QinQ interface does not exist"); msgstr "" #: src/www/interfaces_qinq.php 77 -$pgtitle = array(gettext("Interfaces"),gettext("QinQ")); +msgid ""QinQ")); msgstr "" #: src/www/interfaces_qinq.php 101 -$tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +msgid ""Interface assignments"), false, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_qinq.php 102 -$tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +msgid ""Interface Groups"), false, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_qinq.php 103 -$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +msgid ""Wireless"), false, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_qinq.php 104 -$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +msgid ""VLANs"), false, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_qinq.php 105 -$tab_array[4] = array(gettext("QinQs"), true, "interfaces_qinq.php"); +msgid ""QinQs"), true, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_qinq.php 106 -$tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +msgid ""PPPs"), false, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_qinq.php 107 -$tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +msgid ""GRE"), false, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_qinq.php 108 -$tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +msgid ""GIF"), false, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_qinq.php 109 -$tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +msgid ""Bridges"), false, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_qinq.php 110 -$tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +msgid ""LAGG"), false, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_qinq.php 125 - +msgid ""Interface");?> msgstr "" #: src/www/interfaces_qinq.php 126 - +msgid ""Tag");?> msgstr "" #: src/www/interfaces_qinq.php 127 - +msgid ""QinQ members");?> msgstr "" #: src/www/interfaces_qinq.php 128 - +msgid ""Description");?> msgstr "" #: src/www/interfaces_qinq.php 156 -"> +msgid ""edit group");?>"> msgstr "" #: src/www/interfaces_qinq.php 158 -" onclick="return confirm('')"> +msgid ""Do you really want to delete this QinQ?");?>')"> msgstr "" #: src/www/interfaces_qinq.php 168 -
                msgstr "" #: src/www/interfaces_qinq.php 170 -

                +msgid ""Not all drivers/NICs support 802.1Q QinQ tagging properly. On cards that do not explicitly support it, QinQ tagging will still work, but the reduced MTU may cause problems. See the %s handbook for information on supported cards."), $g['product_name']);?>

                msgstr "" #: src/www/interfaces_qinq_edit.php 30 -$pgtitle = array(gettext("Interfaces"),gettext("QinQ"), gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/interfaces_qinq_edit.php 77 -$input_errors[] = gettext("First level tag cannot be empty."); +msgid ""First level tag cannot be empty."); msgstr "" #: src/www/interfaces_qinq_edit.php 79 -$input_errors[] = gettext("You are editing an existing entry and modifying the first level tag is not allowed."); +msgid ""You are editing an existing entry and modifying the first level tag is not allowed."); msgstr "" #: src/www/interfaces_qinq_edit.php 81 -$input_errors[] = gettext("You are editing an existing entry and modifying the interface is not allowed."); +msgid ""You are editing an existing entry and modifying the interface is not allowed."); msgstr "" #: src/www/interfaces_qinq_edit.php 85 -$input_errors[] = gettext("QinQ level already exists for this interface, edit it!"); +msgid ""QinQ level already exists for this interface, edit it!"); msgstr "" #: src/www/interfaces_qinq_edit.php 89 -$input_errors[] = gettext("A normal VLAN exists with this tag please remove it to use this tag for QinQ first level."); +msgid ""A normal VLAN exists with this tag please remove it to use this tag for QinQ first level."); msgstr "" #: src/www/interfaces_qinq_edit.php 116 -$input_errors[] = gettext("Tags can contain only numbers or a range in format #-#."); +msgid ""Tags can contain only numbers or a range in format #-#."); msgstr "" #: src/www/interfaces_qinq_edit.php 126 -$input_errors[] = gettext("Tags can contain only numbers or a range in format #-#."); +msgid ""Tags can contain only numbers or a range in format #-#."); msgstr "" #: src/www/interfaces_qinq_edit.php 189 -$gentry['descr'] = gettext("QinQ VLANs group"); +msgid ""QinQ VLANs group"); msgstr "" #: src/www/interfaces_qinq_edit.php 263 -rowname[0] = ; +msgid ""members");?>; msgstr "" #: src/www/interfaces_qinq_edit.php 267 -rowname[2] = ; +msgid ""detail");?>; msgstr "" #: src/www/interfaces_qinq_edit.php 289 -

                +msgid ""Interface QinQ Edit");?> msgstr "" #: src/www/interfaces_qinq_edit.php 297 - +msgid ""Parent interface");?> msgstr "" #: src/www/interfaces_qinq_edit.php 314 - +msgid ""Only QinQ capable interfaces will be shown.");?> msgstr "" #: src/www/interfaces_qinq_edit.php 317 - +msgid ""First level tag");?> msgstr "" #: src/www/interfaces_qinq_edit.php 322 - +msgid ""This is the first level VLAN tag. On top of this are stacked the member VLANs defined below.");?> msgstr "" #: src/www/interfaces_qinq_edit.php 327 - +msgid ""Options");?> msgstr "" #: src/www/interfaces_qinq_edit.php 330 - +msgid ""Adds interface to QinQ interface groups so you can write filter rules easily.");?> msgstr "" #: src/www/interfaces_qinq_edit.php 334 - +msgid ""Description");?> msgstr "" #: src/www/interfaces_qinq_edit.php 339 - +msgid ""You may enter a description here for your reference (not parsed).");?> msgstr "" #: src/www/interfaces_qinq_edit.php 344 -
                +msgid ""Member (s)");?> msgstr "" #: src/www/interfaces_qinq_edit.php 347 - +msgid ""You can specify ranges in the input below. The format is pretty simple i.e 9-100 or 10 20...");?> msgstr "" #: src/www/interfaces_qinq_edit.php 353 -
                +msgid ""Tag");?> msgstr "" #: src/www/interfaces_qinq_edit.php 380 " class="btn btn-default btn-xs"/> +msgid ""add another entry");?>" class="btn btn-default btn-xs"/> msgstr "" #: src/www/interfaces_qinq_edit.php 387 -" /> +msgid ""Save");?>" /> msgstr "" #: src/www/interfaces_qinq_edit.php 388 -" /> +msgid ""Cancel");?>" /> msgstr "" #: src/www/interfaces_vlan.php 55 -$input_errors[] = gettext("This VLAN cannot be deleted because it is still being used as an interface."); +msgid ""This VLAN cannot be deleted because it is still being used as an interface."); msgstr "" #: src/www/interfaces_vlan.php 69 -$pgtitle = array(gettext("Interfaces"),gettext("VLAN")); +msgid ""VLAN")); msgstr "" #: src/www/interfaces_vlan.php 94 -$tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +msgid ""Interface assignments"), false, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_vlan.php 95 -$tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +msgid ""Interface Groups"), false, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_vlan.php 96 -$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); +msgid ""Wireless"), false, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_vlan.php 97 -$tab_array[3] = array(gettext("VLANs"), true, "interfaces_vlan.php"); +msgid ""VLANs"), true, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_vlan.php 98 -$tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +msgid ""QinQs"), false, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_vlan.php 99 -$tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +msgid ""PPPs"), false, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_vlan.php 100 -$tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +msgid ""GRE"), false, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_vlan.php 101 -$tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +msgid ""GIF"), false, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_vlan.php 102 -$tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +msgid ""Bridges"), false, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_vlan.php 103 -$tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +msgid ""LAGG"), false, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_vlan.php 116 - +msgid ""Interface");?> msgstr "" #: src/www/interfaces_vlan.php 117 - +msgid ""VLAN tag");?> msgstr "" #: src/www/interfaces_vlan.php 118 - +msgid ""Description");?> msgstr "" #: src/www/interfaces_vlan.php 138 -"> +msgid ""edit group");?>"> msgstr "" #: src/www/interfaces_vlan.php 140 -" onclick="return confirm('')"> +msgid ""Do you really want to delete this VLAN?");?>')"> msgstr "" #: src/www/interfaces_vlan.php 152 -
                msgstr "" #: src/www/interfaces_vlan.php 154 -

                +msgid ""Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do not explicitly support it, VLAN tagging will still work, but the reduced MTU may cause problems. See the %s handbook for information on supported cards."),$g['product_name']);?>

                msgstr "" #: src/www/interfaces_vlan_edit.php 65 -$reqdfieldsn = array(gettext("Parent interface"),gettext("VLAN tag")); +msgid ""VLAN tag")); msgstr "" #: src/www/interfaces_vlan_edit.php 70 -$input_errors[] = gettext("The VLAN tag must be an integer between 1 and 4094."); +msgid ""The VLAN tag must be an integer between 1 and 4094."); msgstr "" #: src/www/interfaces_vlan_edit.php 74 -$input_errors[] = gettext("Interface supplied as parent is invalid"); +msgid ""Interface supplied as parent is invalid"); msgstr "" #: src/www/interfaces_vlan_edit.php 79 -$input_errors[] = gettext("Interface is assigned and you cannot change the VLAN tag while assigned."); +msgid ""Interface is assigned and you cannot change the VLAN tag while assigned."); msgstr "" #: src/www/interfaces_vlan_edit.php 87 -$input_errors[] = sprintf(gettext("A VLAN with the tag %s is already defined on this interface."),$vlan['tag']); +msgid ""A VLAN with the tag %s is already defined on this interface."),$vlan['tag']); msgstr "" #: src/www/interfaces_vlan_edit.php 94 -$input_errors[] = gettext("A QinQ VLAN exists with this tag please remove it to use this tag with."); +msgid ""A QinQ VLAN exists with this tag please remove it to use this tag with."); msgstr "" #: src/www/interfaces_vlan_edit.php 120 -$input_errors[] = gettext("Error occurred creating interface, please retry."); +msgid ""Error occurred creating interface, please retry."); msgstr "" #: src/www/interfaces_vlan_edit.php 138 -$pgtitle = array(gettext("Interfaces"),gettext("VLAN"),gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/interfaces_vlan_edit.php 160 -

                +msgid ""VLAN configuration");?> msgstr "" #: src/www/interfaces_vlan_edit.php 171 - +msgid ""Parent interface");?> msgstr "" #: src/www/interfaces_vlan_edit.php 187 - +msgid ""Only VLAN capable interfaces will be shown.");?> msgstr "" #: src/www/interfaces_vlan_edit.php 190 - +msgid ""VLAN tag ");?> msgstr "" #: src/www/interfaces_vlan_edit.php 194 - +msgid ""802.1Q VLAN tag (between 1 and 4094) ");?> msgstr "" #: src/www/interfaces_vlan_edit.php 197 - +msgid ""Description");?> msgstr "" #: src/www/interfaces_vlan_edit.php 200 -
                " /> +msgid ""Save");?>" /> msgstr "" #: src/www/interfaces_vlan_edit.php 208 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/interfaces_wireless.php 53 -$input_errors[] = gettext("This wireless clone cannot be deleted because it is assigned as an interface."); +msgid ""This wireless clone cannot be deleted because it is assigned as an interface."); msgstr "" #: src/www/interfaces_wireless.php 66 -$pgtitle = array(gettext("Interfaces"),gettext("Wireless")); +msgid ""Wireless")); msgstr "" #: src/www/interfaces_wireless.php 91 -$tab_array[0] = array(gettext("Interface assignments"), false, "interfaces_assign.php"); +msgid ""Interface assignments"), false, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_wireless.php 92 -$tab_array[1] = array(gettext("Interface Groups"), false, "interfaces_groups.php"); +msgid ""Interface Groups"), false, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_wireless.php 93 -$tab_array[2] = array(gettext("Wireless"), true, "interfaces_wireless.php"); +msgid ""Wireless"), true, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_wireless.php 94 -$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); +msgid ""VLANs"), false, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_wireless.php 95 -$tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); +msgid ""QinQs"), false, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_wireless.php 96 -$tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); +msgid ""PPPs"), false, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_wireless.php 97 -$tab_array[6] = array(gettext("GRE"), false, "interfaces_gre.php"); +msgid ""GRE"), false, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_wireless.php 98 -$tab_array[7] = array(gettext("GIF"), false, "interfaces_gif.php"); +msgid ""GIF"), false, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_wireless.php 99 -$tab_array[8] = array(gettext("Bridges"), false, "interfaces_bridge.php"); +msgid ""Bridges"), false, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_wireless.php 100 -$tab_array[9] = array(gettext("LAGG"), false, "interfaces_lagg.php"); +msgid ""LAGG"), false, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_wireless.php 114 - +msgid ""Interface");?> msgstr "" #: src/www/interfaces_wireless.php 115 - +msgid ""Mode");?> msgstr "" #: src/www/interfaces_wireless.php 116 - +msgid ""Description");?> msgstr "" #: src/www/interfaces_wireless.php 137 -"> +msgid ""edit group");?>"> msgstr "" #: src/www/interfaces_wireless.php 139 -')"> +msgid ""Do you really want to delete this wireless clone?");?>')"> msgstr "" #: src/www/interfaces_wireless.php 150 -

                +msgid ""Note");?>
                msgstr "" #: src/www/interfaces_wireless.php 152 -

                +msgid ""Here you can configure clones of wireless interfaces, which can be assigned as separate independent interfaces. Only available on wireless chipsets that support this, with limitations on the number that can be created in each mode.");?>

                msgstr "" #: src/www/interfaces_wireless_edit.php 77 -$reqdfieldsn = array(gettext("Parent interface"),gettext("Mode")); +msgid ""Mode")); msgstr "" #: src/www/interfaces_wireless_edit.php 109 -$input_errors[] = gettext("This wireless clone cannot be modified because it is still assigned as an interface."); +msgid ""This wireless clone cannot be modified because it is still assigned as an interface."); msgstr "" #: src/www/interfaces_wireless_edit.php 111 -$input_errors[] = gettext("Use the configuration page for the assigned interface to change the mode."); +msgid ""Use the configuration page for the assigned interface to change the mode."); msgstr "" #: src/www/interfaces_wireless_edit.php 116 -$input_errors[] = sprintf(gettext('Error creating interface with mode %1$s. The %2$s interface may not support creating more clones with the selected mode.'), $wlan_modes[$clone['mode']], $clone['if']); +msgid "'Error creating interface with mode %1$s. The %2$s interface may not support creating more clones with the selected mode.'), $wlan_modes[$clone['mode']], $clone['if']); msgstr "" #: src/www/interfaces_wireless_edit.php 121 -$input_errors[] = sprintf(gettext("Created with id %s"), $id); +msgid ""Created with id %s"), $id); msgstr "" #: src/www/interfaces_wireless_edit.php 124 -$input_errors[] = gettext("Created without id"); +msgid ""Created without id"); msgstr "" #: src/www/interfaces_wireless_edit.php 138 -$pgtitle = array(gettext("Interfaces"),gettext("Wireless"),gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/interfaces_wireless_edit.php 154 -

                +msgid ""Wireless clone configuration");?> msgstr "" #: src/www/interfaces_wireless_edit.php 161 - +msgid ""Parent interface");?> msgstr "" #: src/www/interfaces_wireless_edit.php 179 - +msgid ""Mode");?> msgstr "" #: src/www/interfaces_wireless_edit.php 182 - +msgid ""Infrastructure (BSS)");?> msgstr "" #: src/www/interfaces_wireless_edit.php 183 - +msgid ""Ad-hoc (IBSS)");?> msgstr "" #: src/www/interfaces_wireless_edit.php 184 - +msgid ""Access Point");?> msgstr "" #: src/www/interfaces_wireless_edit.php 188 - +msgid ""Description");?> msgstr "" #: src/www/interfaces_wireless_edit.php 191 -
                " /> +msgid ""Save");?>" /> msgstr "" #: src/www/interfaces_wireless_edit.php 200 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/license.php 32 -$pgtitle = gettext("License"); +msgid ""License"); msgstr "" #: src/www/load_balancer_monitor.php 61 -$input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one pool."); +msgid ""This entry cannot be deleted because it is still referenced by at least one pool."); msgstr "" #: src/www/load_balancer_monitor.php 77 -$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Monitor")); +msgid ""Monitor")); msgstr "" #: src/www/load_balancer_monitor.php 97 -" . 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/load_balancer_monitor.php 105 -$tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +msgid ""Pools"), false, "load_balancer_pool.php"); msgstr "" #: src/www/load_balancer_monitor.php 106 -$tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +msgid ""Virtual Servers"), false, "load_balancer_virtual_server.php"); msgstr "" #: src/www/load_balancer_monitor.php 107 -$tab_array[] = array(gettext("Monitors"), true, "load_balancer_monitor.php"); +msgid ""Monitors"), true, "load_balancer_monitor.php"); msgstr "" #: src/www/load_balancer_monitor.php 108 -$tab_array[] = array(gettext("Settings"), false, "load_balancer_setting.php"); +msgid ""Settings"), false, "load_balancer_setting.php"); msgstr "" #: src/www/load_balancer_monitor.php 123 -$t->add_column(gettext('Name'),'name',20); +msgid "'Name'),'name',20); msgstr "" #: src/www/load_balancer_monitor.php 124 -$t->add_column(gettext('Type'),'type',10); +msgid "'Type'),'type',10); msgstr "" #: src/www/load_balancer_monitor.php 125 -$t->add_column(gettext('Description'),'descr',30); +msgid "'Description'),'descr',30); msgstr "" #: src/www/load_balancer_monitor_edit.php 55 -$changedesc = gettext("Load Balancer +msgid ""Load Balancer Monitor ") . " "; msgstr "" @@ -34665,275 +34628,275 @@ msgstr "" #: src/www/load_balancer_monitor_edit.php 77 -$reqdfieldsn = array(gettext("Name"),gettext("Type"),gettext("Description")); +msgid ""Description")); msgstr "" #: src/www/load_balancer_monitor_edit.php 84 -$input_errors[] = gettext("This monitor name has already been used. Monitor names must be unique."); +msgid ""This monitor name has already been used. Monitor names must be unique."); msgstr "" #: src/www/load_balancer_monitor_edit.php 87 -$input_errors[] = gettext("You cannot use spaces in the 'name' field."); +msgid ""You cannot use spaces in the 'name' field."); msgstr "" #: src/www/load_balancer_monitor_edit.php 101 -$input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); +msgid ""The hostname can only contain the characters A-Z, 0-9 and '-'."); msgstr "" #: src/www/load_balancer_monitor_edit.php 107 -$input_errors[] = gettext("HTTP(s) codes must be from RFC2616."); +msgid ""HTTP(s) codes must be from RFC2616."); msgstr "" #: src/www/load_balancer_monitor_edit.php 111 -$input_errors[] = gettext("The path to monitor must be set."); +msgid ""The path to monitor must be set."); msgstr "" #: src/www/load_balancer_monitor_edit.php 134 -$changedesc .= " " . sprintf(gettext("modified '%s' monitor +msgid ""modified '%s' monitor "), $monent['name']); msgstr "" #: src/www/load_balancer_monitor_edit.php 182 -$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Monitor"),gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/load_balancer_monitor_edit.php 186 -$types = array("icmp" => gettext("ICMP"), "tcp" => gettext("TCP"), "http" => gettext("HTTP"), "https" => gettext("HTTPS"), "send" => gettext("Send/Expect")); +msgid ""Send/Expect")); msgstr "" #: src/www/load_balancer_monitor_edit.php 234 - +msgid ""Edit Load Balancer - Monitor entry"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 237 - +msgid ""Name"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 243 - +msgid ""Description"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 249 - +msgid ""Type"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 270 - +msgid ""HTTP"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 274 - +msgid ""Path"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 280 - +msgid ""Host"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 282 - size="64" />
                msgstr "" #: src/www/load_balancer_monitor_edit.php 286 - +msgid ""HTTP Code"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 303 - +msgid ""HTTPS"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 307 - +msgid ""Path"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 313 - +msgid ""Host"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 315 - size="64" />
                msgstr "" #: src/www/load_balancer_monitor_edit.php 319 - +msgid ""HTTP Code"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 337 - +msgid ""Send/Expect"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 341 - +msgid ""Send string"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 347 - +msgid ""Expect string"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 358 -" /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/load_balancer_monitor_edit.php 359 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/load_balancer_pool.php 61 -$input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one virtual server."); +msgid ""This entry cannot be deleted because it is still referenced by at least one virtual server."); msgstr "" #: src/www/load_balancer_pool.php 86 -$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Pool")); +msgid ""Pool")); msgstr "" #: src/www/load_balancer_pool.php 108 -"));?>
                +msgid ""The load balancer configuration has been changed%sYou must apply the changes in order for them to take effect."), "
                "));?>
                msgstr "" #: src/www/load_balancer_pool.php 116 -$tab_array[] = array(gettext("Pools"), true, "load_balancer_pool.php"); +msgid ""Pools"), true, "load_balancer_pool.php"); msgstr "" #: src/www/load_balancer_pool.php 117 -$tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +msgid ""Virtual Servers"), false, "load_balancer_virtual_server.php"); msgstr "" #: src/www/load_balancer_pool.php 118 -$tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +msgid ""Monitors"), false, "load_balancer_monitor.php"); msgstr "" #: src/www/load_balancer_pool.php 119 -$tab_array[] = array(gettext("Settings"), false, "load_balancer_setting.php"); +msgid ""Settings"), false, "load_balancer_setting.php"); msgstr "" #: src/www/load_balancer_pool.php 134 -$t->add_column(gettext('Name'),'name',10); +msgid "'Name'),'name',10); msgstr "" #: src/www/load_balancer_pool.php 135 -$t->add_column(gettext('Mode'),'mode',10); +msgid "'Mode'),'mode',10); msgstr "" #: src/www/load_balancer_pool.php 136 -$t->add_column(gettext('Servers'),'servers',15); +msgid "'Servers'),'servers',15); msgstr "" #: src/www/load_balancer_pool.php 137 -$t->add_column(gettext('Port'),'port',10); +msgid "'Port'),'port',10); msgstr "" #: src/www/load_balancer_pool.php 138 -$t->add_column(gettext('Monitor'),'monitor',10); +msgid "'Monitor'),'monitor',10); msgstr "" #: src/www/load_balancer_pool.php 139 -$t->add_column(gettext('Description'),'descr',25); +msgid "'Description'),'descr',25); msgstr "" #: src/www/load_balancer_pool.php 148 -

                msgstr "" #: src/www/load_balancer_pool.php 149 - +msgid ""The Load Balancer in %s is for server load balancing, not Multi-WAN. For load balancing or failover for multiple WANs, use "), $g['product_name']);?> msgstr "" #: src/www/load_balancer_pool.php 150 - +msgid ""Gateway Groups"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 57 -$changedesc = gettext("Load Balancer +msgid ""Load Balancer Pool ") . " "; msgstr "" @@ -34941,309 +34904,309 @@ msgstr "" #: src/www/load_balancer_pool_edit.php 68 -$reqdfieldsn = array(gettext("Name"),gettext("Mode"),gettext("Port"),gettext("Monitor"),gettext("Server List")); +msgid ""Server List")); msgstr "" #: src/www/load_balancer_pool_edit.php 75 -$input_errors[] = gettext("This pool name has already been used. Pool names must be unique."); +msgid ""This pool name has already been used. Pool names must be unique."); msgstr "" #: src/www/load_balancer_pool_edit.php 78 -$input_errors[] = gettext("You cannot use spaces in the 'name' field."); +msgid ""You cannot use spaces in the 'name' field."); msgstr "" #: src/www/load_balancer_pool_edit.php 81 -$input_errors[] = sprintf(gettext("The name '%s' is a reserved word and cannot be used."), $_POST['name']); +msgid ""The name '%s' is a reserved word and cannot be used."), $_POST['name']); msgstr "" #: src/www/load_balancer_pool_edit.php 84 -$input_errors[] = sprintf(gettext("Sorry, an alias is already named %s."), $_POST['name']); +msgid ""Sorry, an alias is already named %s."), $_POST['name']); msgstr "" #: src/www/load_balancer_pool_edit.php 87 -$input_errors[] = gettext("The port must be an integer between 1 and 65535, or a port alias."); +msgid ""The port must be an integer between 1 and 65535, or a port alias."); msgstr "" #: src/www/load_balancer_pool_edit.php 91 -$input_errors[] = gettext("The retry value must be an integer between 1 and 65535."); +msgid ""The retry value must be an integer between 1 and 65535."); msgstr "" #: src/www/load_balancer_pool_edit.php 96 -$input_errors[] = sprintf(gettext("%s is not a valid IP address or IPv4 subnet (in "enabled" list)."), $svrent); +msgid ""%s is not a valid IP address or IPv4 subnet (in "enabled" list)."), $svrent); msgstr "" #: src/www/load_balancer_pool_edit.php 99 -$input_errors[] = sprintf(gettext("%s is a subnet containing more than 64 IP addresses (in "enabled" list)."), $svrent); +msgid ""%s is a subnet containing more than 64 IP addresses (in "enabled" list)."), $svrent); msgstr "" #: src/www/load_balancer_pool_edit.php 106 -$input_errors[] = sprintf(gettext("%s is not a valid IP address or IPv4 subnet (in "disabled" list)."), $svrent); +msgid ""%s is not a valid IP address or IPv4 subnet (in "disabled" list)."), $svrent); msgstr "" #: src/www/load_balancer_pool_edit.php 109 -$input_errors[] = sprintf(gettext("%s is a subnet containing more than 64 IP addresses (in "disabled" list)."), $svrent); +msgid ""%s is a subnet containing more than 64 IP addresses (in "disabled" list)."), $svrent); msgstr "" #: src/www/load_balancer_pool_edit.php 118 -$input_errors[] = gettext("Invalid monitor chosen."); +msgid ""Invalid monitor chosen."); msgstr "" #: src/www/load_balancer_pool_edit.php 125 -$changedesc .= sprintf(gettext(" modified '%s' pool +msgid "" modified '%s' pool "), $poolent['name']); msgstr "" #: src/www/load_balancer_pool_edit.php 157 -$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Pool"),gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/load_balancer_pool_edit.php 198 - +msgid ""Add/edit Load Balancer - Pool entry"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 201 - +msgid ""Name"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 207 - +msgid ""Mode"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 210 - +msgid ""Load Balance");?> msgstr "" #: src/www/load_balancer_pool_edit.php 211 - +msgid ""Manual Failover");?> msgstr "" #: src/www/load_balancer_pool_edit.php 216 - +msgid ""Description"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 223 - +msgid ""Port"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 227 -
                +msgid ""This is the port your servers are listening on."); ?>
                msgstr "" #: src/www/load_balancer_pool_edit.php 228 - +msgid ""You may also specify a port alias listed in Firewall -> Aliases here."); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 239 - +msgid ""Retry"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 242 -
                +msgid ""Optionally specify how many times to retry checking a server before declaring it down."); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 249 - +msgid ""Add item to pool"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 252 - +msgid ""Monitor"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 267 - - +msgid ""NOTE"); ?> +msgid ""Please add a monitor IP address on the monitors tab if you wish to use this feature."); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 273 - +msgid ""Server IP Address"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 276 -" onclick="AddServerToPool(document.iform); enforceFailover(); checkPoolControls();" />
                +msgid ""Add to pool"); ?>" onclick="AddServerToPool(document.iform); enforceFailover(); checkPoolControls();" />
                msgstr "" #: src/www/load_balancer_pool_edit.php 283 - +msgid ""Current Pool Members"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 286 - +msgid ""Members"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 292 - +msgid ""Pool Disabled"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 303 -" onclick="RemoveServerFromPool(document.iform, 'serversdisabled[]');" /> +msgid ""Remove"); ?>" onclick="RemoveServerFromPool(document.iform, 'serversdisabled[]');" /> msgstr "" #: src/www/load_balancer_pool_edit.php 312 - +msgid ""Enabled (default)"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 323 -" onclick="RemoveServerFromPool(document.iform, 'servers[]');" /> +msgid ""Remove"); ?>" onclick="RemoveServerFromPool(document.iform, 'servers[]');" /> msgstr "" #: src/www/load_balancer_pool_edit.php 334 -" onclick="AllServers('serversSelect', true); AllServers('serversDisabledSelect', true);" /> +msgid ""Save"); ?>" onclick="AllServers('serversSelect', true); AllServers('serversDisabledSelect', true);" /> msgstr "" #: src/www/load_balancer_pool_edit.php 335 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/load_balancer_relay_action.php 63 -$input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one relay protocol."); +msgid ""This entry cannot be deleted because it is still referenced by at least one relay protocol."); msgstr "" #: src/www/load_balancer_relay_action.php 93 -$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Action")); +msgid ""Relay Action")); msgstr "" #: src/www/load_balancer_relay_action.php 111 -You must apply the changes in order for them to take effect."));?>
                +msgid ""The load balancer configuration has been changed.
                You must apply the changes in order for them to take effect."));?>
                msgstr "" #: src/www/load_balancer_relay_action.php 120 -$tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +msgid ""Monitors"), false, "load_balancer_monitor.php"); msgstr "" #: src/www/load_balancer_relay_action.php 121 -$tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +msgid ""Pools"), false, "load_balancer_pool.php"); msgstr "" #: src/www/load_balancer_relay_action.php 122 -$tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +msgid ""Virtual Servers"), false, "load_balancer_virtual_server.php"); msgstr "" #: src/www/load_balancer_relay_action.php 123 -$tab_array[] = array(gettext("Relay Actions"), true, "load_balancer_relay_action.php"); +msgid ""Relay Actions"), true, "load_balancer_relay_action.php"); msgstr "" #: src/www/load_balancer_relay_action.php 124 -$tab_array[] = array(gettext("Relay Protocols"), false, "load_balancer_relay_protocol.php"); +msgid ""Relay Protocols"), false, "load_balancer_relay_protocol.php"); msgstr "" #: src/www/load_balancer_relay_action.php 138 -$t->add_column(gettext('Name'),'name',20); +msgid "'Name'),'name',20); msgstr "" #: src/www/load_balancer_relay_action.php 139 -$t->add_column(gettext('Type'),'type',10); +msgid "'Type'),'type',10); msgstr "" #: src/www/load_balancer_relay_action.php 140 -$t->add_column(gettext('Options'),'options',30); +msgid "'Options'),'options',30); msgstr "" #: src/www/load_balancer_relay_action.php 141 -$t->add_column(gettext('Description'),'descr',30); +msgid "'Description'),'descr',30); msgstr "" #: src/www/load_balancer_relay_action_edit.php 55 -$changedesc = gettext("Load Balancer +msgid ""Load Balancer Relay Action ") . " "; msgstr "" @@ -35251,214 +35214,214 @@ msgstr "" #: src/www/load_balancer_relay_action_edit.php 107 -$reqdfieldsn = array(gettext("Name"),gettext("Protocol"),gettext("Direction"),gettext("Action"),gettext("Description")); +msgid ""Description")); msgstr "" #: src/www/load_balancer_relay_action_edit.php 114 -$input_errors[] = gettext("This action name has already been used. Action names must be unique."); +msgid ""This action name has already been used. Action names must be unique."); msgstr "" #: src/www/load_balancer_relay_action_edit.php 117 -$input_errors[] = gettext("You cannot use spaces in the 'name' field."); +msgid ""You cannot use spaces in the 'name' field."); msgstr "" #: src/www/load_balancer_relay_action_edit.php 124 -$changedesc .= " " . sprintf(gettext("modified '%s' action +msgid ""modified '%s' action "), $actent['name']); msgstr "" #: src/www/load_balancer_relay_action_edit.php 170 -$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Action"),gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/load_balancer_relay_action_edit.php 174 -$types = array("http" => gettext("HTTP"), "tcp" => gettext("TCP"), "dns" => gettext("DNS")); +msgid ""DNS")); msgstr "" #: src/www/load_balancer_relay_action_edit.php 409 - +msgid ""Edit Load Balancer - Relay Action entry"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 412 - +msgid ""Name"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 418 - +msgid ""Description"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 425 - +msgid ""Protocol"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 444 - +msgid ""Direction"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 464 - +msgid ""Type"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 485 - +msgid ""Action"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 507 -
                 size="20">
                +msgid ""Value"); ?> size="20"> msgstr "" #: src/www/load_balancer_relay_action_edit.php 509 -
                 size="20">
                +msgid ""Key"); ?> size="20"> msgstr "" #: src/www/load_balancer_relay_action_edit.php 511 -
                 size="20">
                +msgid ""ID"); ?> size="20"> msgstr "" #: src/www/load_balancer_relay_action_edit.php 516 - +msgid ""Options"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 518 XXX - +msgid ""TODO"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 536 - +msgid ""Options"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 538 XXX - +msgid ""TODO"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 558 -"> +msgid ""Save"); ?>"> msgstr "" #: src/www/load_balancer_relay_action_edit.php 559 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/load_balancer_relay_protocol.php 60 -$input_errors[] = gettext("This entry cannot be deleted because it is still referenced by at least one virtual server."); +msgid ""This entry cannot be deleted because it is still referenced by at least one virtual server."); msgstr "" #: src/www/load_balancer_relay_protocol.php 89 -$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Protocol")); +msgid ""Relay Protocol")); msgstr "" #: src/www/load_balancer_relay_protocol.php 106 -" . 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/load_balancer_relay_protocol.php 114 -$tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +msgid ""Monitors"), false, "load_balancer_monitor.php"); msgstr "" #: src/www/load_balancer_relay_protocol.php 115 -$tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +msgid ""Pools"), false, "load_balancer_pool.php"); msgstr "" #: src/www/load_balancer_relay_protocol.php 116 -$tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +msgid ""Virtual Servers"), false, "load_balancer_virtual_server.php"); msgstr "" #: src/www/load_balancer_relay_protocol.php 117 -$tab_array[] = array(gettext("Relay Actions"), false, "load_balancer_relay_action.php"); +msgid ""Relay Actions"), false, "load_balancer_relay_action.php"); msgstr "" #: src/www/load_balancer_relay_protocol.php 118 -$tab_array[] = array(gettext("Relay Protocols"), true, "load_balancer_relay_protocol.php"); +msgid ""Relay Protocols"), true, "load_balancer_relay_protocol.php"); msgstr "" #: src/www/load_balancer_relay_protocol.php 132 -$t->add_column(gettext('Name'),'name',20); +msgid "'Name'),'name',20); msgstr "" #: src/www/load_balancer_relay_protocol.php 133 -$t->add_column(gettext('Type'),'type',10); +msgid "'Type'),'type',10); msgstr "" #: src/www/load_balancer_relay_protocol.php 134 -$t->add_column(gettext('Options'),'options',30); +msgid "'Options'),'options',30); msgstr "" #: src/www/load_balancer_relay_protocol.php 135 -$t->add_column(gettext('Description'),'descr',30); +msgid "'Description'),'descr',30); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 55 -$changedesc = gettext("Load Balancer +msgid ""Load Balancer Relay Protocol ") . " "; msgstr "" @@ -35466,332 +35429,332 @@ msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 69 -$reqdfieldsn = array(gettext("Name"),gettext("Type"),gettext("Description")); +msgid ""Description")); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 76 -$input_errors[] = gettext("This protocol name has already been used. Protocol names must be unique."); +msgid ""This protocol name has already been used. Protocol names must be unique."); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 79 -$input_errors[] = gettext("You cannot use spaces in the 'name' field."); +msgid ""You cannot use spaces in the 'name' field."); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 95 -$changedesc .= " " . sprintf(gettext("modified '%s' load balancing protocol +msgid ""modified '%s' load balancing protocol "), $protent['name']); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 97 -update_if_changed(gettext("name"), $protent['name'], $pconfig['name']); +msgid ""name"), $protent['name'], $pconfig['name']); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 98 -update_if_changed(gettext("type"), $protent['type'], $pconfig['type']); +msgid ""type"), $protent['type'], $pconfig['type']); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 99 -update_if_changed(gettext("description"), $protent['descr'], $pconfig['descr']); +msgid ""description"), $protent['descr'], $pconfig['descr']); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 100 -update_if_changed(gettext("type"), $protent['type'], $pconfig['type']); +msgid ""type"), $protent['type'], $pconfig['type']); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 101 -update_if_changed(gettext("action"), $protent['lbaction'], $pconfig['lbaction']); +msgid ""action"), $protent['lbaction'], $pconfig['lbaction']); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 127 -$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Relay Protocol"),gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 132 -$types = array("http" => gettext("HTTP"), "tcp" => gettext("TCP"), "dns" => gettext("DNS")); +msgid ""DNS")); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 194 - +msgid ""Edit Load Balancer - Relay Protocol entry"); ?> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 197 - +msgid ""Name"); ?> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 203 - +msgid ""Type"); ?> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 220 - +msgid ""Description"); ?> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 229 - +msgid ""Add / remove available actions"); ?> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 232 - +msgid ""Actions"); ?> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 239 - +msgid ""Available Actions"); ?> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 254 -" onclick="copyOption($('available_action'), $('lbaction'));" />
                +msgid ""Add"); ?>" onclick="copyOption($('available_action'), $('lbaction'));" />
                msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 255 -" onclick="deleteOption($('lbaction'));" /> +msgid ""Remove"); ?>" onclick="deleteOption($('lbaction'));" /> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 261 - +msgid ""Enabled Actions"); ?> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 282 -" onClick="AllOptions($('lbaction'), true); AllOptions($('available_action'), false);"> +msgid ""Save"); ?>" onClick="AllOptions($('lbaction'), true); AllOptions($('available_action'), false);"> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 283 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/load_balancer_setting.php 56 -$input_errors[] = gettext("Timeout must be a numeric value"); +msgid ""Timeout must be a numeric value"); msgstr "" #: src/www/load_balancer_setting.php 60 -$input_errors[] = gettext("Interval must be a numeric value"); +msgid ""Interval must be a numeric value"); msgstr "" #: src/www/load_balancer_setting.php 65 -$input_errors[] = gettext("Prefork must be a numeric value"); +msgid ""Prefork must be a numeric value"); msgstr "" #: src/www/load_balancer_setting.php 68 -$input_errors[] = gettext("Prefork value must be between 1 and 32"); +msgid ""Prefork value must be between 1 and 32"); msgstr "" #: src/www/load_balancer_setting.php 85 -$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Settings")); +msgid ""Settings")); msgstr "" #: src/www/load_balancer_setting.php 102 -" . 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/load_balancer_setting.php 110 -$tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +msgid ""Pools"), false, "load_balancer_pool.php"); msgstr "" #: src/www/load_balancer_setting.php 111 -$tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); +msgid ""Virtual Servers"), false, "load_balancer_virtual_server.php"); msgstr "" #: src/www/load_balancer_setting.php 112 -$tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +msgid ""Monitors"), false, "load_balancer_monitor.php"); msgstr "" #: src/www/load_balancer_setting.php 113 -$tab_array[] = array(gettext("Settings"), true, "load_balancer_setting.php"); +msgid ""Settings"), true, "load_balancer_setting.php"); msgstr "" #: src/www/load_balancer_setting.php 126 - +msgid ""Relayd global settings"); ?> msgstr "" #: src/www/load_balancer_setting.php 129 - +msgid ""timeout") ; ?> msgstr "" #: src/www/load_balancer_setting.php 133 - +msgid ""Set the global timeout in milliseconds for checks. Leave blank to use the default value of 1000 ms "); ?> msgstr "" #: src/www/load_balancer_setting.php 137 - +msgid ""interval") ; ?> msgstr "" #: src/www/load_balancer_setting.php 141 - +msgid ""Set the interval in seconds at which the member of a pool will be checked. Leave blank to use the default interval of 10 seconds"); ?> msgstr "" #: src/www/load_balancer_setting.php 145 - +msgid ""prefork") ; ?> msgstr "" #: src/www/load_balancer_setting.php 149 - +msgid ""Number of processes used by relayd for dns protocol. Leave blank to use the default value of 5 processes"); ?> msgstr "" #: src/www/load_balancer_setting.php 155 -" /> +msgid ""Save");?>" /> msgstr "" #: src/www/load_balancer_virtual_server.php 86 -$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Virtual Servers")); +msgid ""Virtual Servers")); msgstr "" #: src/www/load_balancer_virtual_server.php 107 -" . 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/load_balancer_virtual_server.php 115 -$tab_array[] = array(gettext("Pools"), false, "load_balancer_pool.php"); +msgid ""Pools"), false, "load_balancer_pool.php"); msgstr "" #: src/www/load_balancer_virtual_server.php 116 -$tab_array[] = array(gettext("Virtual Servers"), true, "load_balancer_virtual_server.php"); +msgid ""Virtual Servers"), true, "load_balancer_virtual_server.php"); msgstr "" #: src/www/load_balancer_virtual_server.php 117 -$tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); +msgid ""Monitors"), false, "load_balancer_monitor.php"); msgstr "" #: src/www/load_balancer_virtual_server.php 118 -$tab_array[] = array(gettext("Settings"), false, "load_balancer_setting.php"); +msgid ""Settings"), false, "load_balancer_setting.php"); msgstr "" #: src/www/load_balancer_virtual_server.php 131 -$t->add_column(gettext('Name'),'name',10); +msgid "'Name'),'name',10); msgstr "" #: src/www/load_balancer_virtual_server.php 132 -$t->add_column(gettext('Protocol'),'relay_protocol',10); +msgid "'Protocol'),'relay_protocol',10); msgstr "" #: src/www/load_balancer_virtual_server.php 133 -$t->add_column(gettext('IP Address'),'ipaddr',10); +msgid "'IP Address'),'ipaddr',10); msgstr "" #: src/www/load_balancer_virtual_server.php 134 -$t->add_column(gettext('Port'),'port',10); +msgid "'Port'),'port',10); msgstr "" #: src/www/load_balancer_virtual_server.php 135 -$t->add_column(gettext('Pool'),'poolname',10); +msgid "'Pool'),'poolname',10); msgstr "" #: src/www/load_balancer_virtual_server.php 136 -$t->add_column(gettext('Fall Back Pool'),'sitedown',15); +msgid "'Fall Back Pool'),'sitedown',15); msgstr "" #: src/www/load_balancer_virtual_server.php 137 -$t->add_column(gettext('Description'),'descr',25); +msgid "'Description'),'descr',25); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 50 -$changedesc = gettext("Load Balancer +msgid ""Load Balancer Virtual Server ") . " "; msgstr "" @@ -35799,260 +35762,260 @@ msgstr "" #: src/www/load_balancer_virtual_server_edit.php 61 -$reqdfieldsn = array(gettext("IP Address"),gettext("Name"),gettext("Mode")); +msgid ""Mode")); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 66 -$reqdfieldsn = array(gettext("IP Address"),gettext("Name"),gettext("Relay Protocol")); +msgid ""Relay Protocol")); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 75 -$input_errors[] = gettext("This virtual server name has already been used. Virtual server names must be unique."); +msgid ""This virtual server name has already been used. Virtual server names must be unique."); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 78 -$input_errors[] = gettext("You cannot use spaces or slashes in the 'name' field."); +msgid ""You cannot use spaces or slashes in the 'name' field."); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 81 -$input_errors[] = gettext("The port must be an integer between 1 and 65535, a port alias, or left blank."); +msgid ""The port must be an integer between 1 and 65535, a port alias, or left blank."); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 84 -$input_errors[] = sprintf(gettext("%s is not a valid IP address, IPv4 subnet, or alias."), $_POST['ipaddr']); +msgid ""%s is not a valid IP address, IPv4 subnet, or alias."), $_POST['ipaddr']); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 86 -$input_errors[] = sprintf(gettext("%s is a subnet containing more than 64 IP addresses."), $_POST['ipaddr']); +msgid ""%s is a subnet containing more than 64 IP addresses."), $_POST['ipaddr']); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 89 -$input_errors[] = gettext("You cannot select a Fall Back Pool when using the DNS relay protocol."); +msgid ""You cannot select a Fall Back Pool when using the DNS relay protocol."); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 96 -$changedesc .= " " . sprintf(gettext("modified '%s' vs +msgid ""modified '%s' vs "), $vsent['name']); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 98 -$changedesc .= " " . sprintf(gettext("created '%s' vs +msgid ""created '%s' vs "), $_POST['name']); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 132 -$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Virtual Server"),gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 164 - +msgid ""Edit Load Balancer - Virtual Server entry"); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 167 - +msgid ""Name"); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 173 - +msgid ""Description"); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 179 - +msgid ""IP Address"); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 182 -
                +msgid ""This is normally the WAN IP address that you would like the server to listen on. All connections to this IP and port will be forwarded to the pool cluster."); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 183 -
                +msgid ""You may also specify a host alias listed in Firewall -> Aliases here."); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 193 - +msgid ""Port"); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 196 -
                +msgid ""This is the port that the clients will connect to. All connections to this port will be forwarded to the pool cluster."); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 197 -
                +msgid ""If left blank, listening ports from the pool will be used."); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 198 -
                +msgid ""You may also specify a port alias listed in Firewall -> Aliases here."); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 208 - +msgid ""Virtual Server Pool"); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 211 - +msgid ""NOTE +msgid ""Please add a pool on the Pools tab to use this feature."); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 227 - +msgid ""Fall Back Pool"); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 230 - +msgid ""NOTE +msgid ""Please add a pool on the Pools tab to use this feature."); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 233 +msgid ""none"); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 243 -
                +msgid ""The server pool to which clients will be redirected if *ALL* servers in the Virtual Server Pool are offline."); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 244 -
                +msgid ""This option is NOT compatible with the DNS relay protocol."); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 261 - +msgid ""Relay Protocol"); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 280 -" /> +msgid ""Submit"); ?>" /> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 281 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 289 - +msgid ""Note +msgid ""Don't forget to add a firewall rule for the virtual server/pool after you're finished setting it up."); ?> msgstr "" #: src/www/pkg.php 49 -print "onmouseout="this.style.color = ''; domTT_mouseout(this, event);" onmouseover="domTT_activate(this, event, 'content', '".gettext($title_msg)."', 'trail', true, 'delay', 0, 'fade', 'both', 'fadeMax', 93, 'styleClass', 'niceTitle');""; +msgid "$title_msg)."', 'trail', true, 'delay', 0, 'fade', 'both', 'fadeMax', 93, 'styleClass', 'niceTitle');""; msgstr "" #: src/www/pkg.php 55 -print_info_box_np(gettext("ERROR +msgid ""ERROR No package defined.")); msgstr "" #: src/www/pkg.php 186 -var strloading="/images/misc/loader.gif' alt='loader' /> " + ""; +msgid "'Saving changes...');?>"; msgstr "" #: src/www/pkg.php 187 -if(confirm("")){ +msgid ""Do you really want to save changes?");?>")){ msgstr "" #: src/www/pkg.php 422 -echo gettext("No"); +msgid ""No"); msgstr "" #: src/www/pkg.php 424 -echo gettext("Yes"); +msgid ""Yes"); msgstr "" #: src/www/pkg.php 434 -echo $column['prefix'] . gettext($column['listmodeon']). $column['suffix']; +msgid "$column['listmodeon']). $column['suffix']; msgstr "" #: src/www/pkg.php 437 -echo $column['prefix'] .gettext($column['listmodeoff']). $column['suffix']; +msgid "$column['listmodeoff']). $column['suffix']; msgstr "" #: src/www/pkg.php 456 -')"> alt="delete" /> +msgid ""Do you really want to delete this item?");?>')"> alt="delete" /> msgstr "" #: src/www/pkg_edit.php 60 -print_info_box_np(gettext("ERROR +msgid ""ERROR No valid package defined.")); msgstr "" @@ -36061,170 +36024,170 @@ src/www/pkg_edit.php 245 $edit = ($only_edit ? '' " -" . gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/pkg_edit.php 249 -$title = gettext("Package Editor"); +msgid ""Package Editor"); msgstr "" #: src/www/pkg_edit.php 437 -$savevalue = gettext("Save"); +msgid ""Save"); msgstr "" #: src/www/pkg_edit.php 448 -$advanced .= "". gettext("Advanced features") . "
                n"; +msgid ""Advanced features") . "
                n"; msgstr "" #: src/www/pkg_edit.php 938 -echo "

                " . gettext("Note") . " +msgid ""Note") . " {$pkg['note']}

                "; msgstr "" #: src/www/pkg_edit.php 944 -echo ""; +msgid ""Cancel")."" onclick="window.location.href='" . $_SERVER['HTTP_REFERER'] . "'" />"; msgstr "" #: src/www/pkg_edit.php 1133 -$div .= " - " . gettext("Show advanced option") ."n"; +msgid ""Show advanced option") ."n"; msgstr "" #: src/www/pkg_mgr.php 47 -$pgtitle = array(gettext("System"),gettext("Package Manager")); +msgid ""Package Manager")); msgstr "" #: src/www/pkg_mgr.php 73 -$savemsg = sprintf(gettext("Unable to retrieve package info from %s. Cached data will be used."), $xmlrpc_base_url); +msgid ""Unable to retrieve package info from %s. Cached data will be used."), $xmlrpc_base_url); msgstr "" #: src/www/pkg_mgr.php 76 -$savemsg = 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/www/pkg_mgr.php 88 -$pgtitle = array(gettext("System"),gettext("Package Manager")); +msgid ""Package Manager")); msgstr "" #: src/www/pkg_mgr.php 130 -$tab_array[] = array(gettext("Available Packages"), $requested_version <> "" ? false +msgid ""Available Packages"), $requested_version <> "" ? false true, "pkg_mgr.php"); msgstr "" #: src/www/pkg_mgr.php 131 -$tab_array[] = array(gettext("Installed Packages"), false, "pkg_mgr_installed.php"); +msgid ""Installed Packages"), false, "pkg_mgr_installed.php"); msgstr "" #: src/www/pkg_mgr.php 171 -$tab_array[] = array(gettext("All"), $menu_category=="All" ? true +msgid ""All"), $menu_category=="All" ? true false, "pkg_mgr.php?category=All"); msgstr "" #: src/www/pkg_mgr.php 174 -$tab_array[] = array(gettext($category) , $menu_category==$category ? true +msgid "$category) , $menu_category==$category ? true false, "pkg_mgr.php?category={$category}"); msgstr "" #: src/www/pkg_mgr.php 179 -$tab_array[] = array(gettext("Other Categories"), $menu_category=="Other" ? true +msgid ""Other Categories"), $menu_category=="Other" ? true false, "pkg_mgr.php?category=Other"); msgstr "" #: src/www/pkg_mgr.php 198 - +msgid ""Name"); ?> msgstr "" #: src/www/pkg_mgr.php 201 -print ''.gettext("Category").''."n"; +msgid ""Category").''."n"; msgstr "" #: src/www/pkg_mgr.php 203 " class="listhdr"> +msgid ""Status"); ?> msgstr "" #: src/www/pkg_mgr.php 204 " class="listhdr"> +msgid ""Description"); ?> msgstr "" #: src/www/pkg_mgr.php 213 -echo "
                " . gettext("There are currently no packages available for installation.") . ""; +msgid ""There are currently no packages available for installation.") . ""; msgstr "" #: src/www/pkg_mgr.php 235 -$pkginfo=gettext("Package info"); +msgid ""Package info"); msgstr "" #: src/www/pkg_mgr.php 238 -$pkginfo=gettext("No package info, check the forum"); +msgid ""No package info, check the forum"); msgstr "" #: src/www/pkg_mgr.php 245 -"> +msgid ""Click on package name to access its website.")?>"> msgstr "" #: src/www/pkg_mgr.php 249 -print ''.gettext($index['category']).''."n"; +msgid "$index['category']).''."n"; msgstr "" #: src/www/pkg_mgr.php 254 -print ' msgstr "" @@ -36233,278 +36196,278 @@ src/www/pkg_mgr.php 270 "> +msgid ""Click package info for more details about ".ucfirst($index['name'])." package.")?>"> msgstr "" #: src/www/pkg_mgr.php 282 -" class="btn btn-primary"> +msgid ""Install ".ucfirst($index['name'])." package.")?>" class="btn btn-primary"> msgstr "" #: src/www/pkg_mgr.php 288 -echo "" . gettext("There are currently no packages available for installation.") . ""; +msgid ""There are currently no packages available for installation.") . ""; msgstr "" #: src/www/pkg_mgr_install.php 44 -$pgtitle = array(gettext("System"),gettext("Package Manager"),gettext("Install Package")); +msgid ""Install Package")); msgstr "" #: src/www/pkg_mgr_install.php 98 -$tab_array[] = array(gettext("Available packages"), false, "pkg_mgr.php"); +msgid ""Available packages"), false, "pkg_mgr.php"); msgstr "" #: src/www/pkg_mgr_install.php 99 -$tab_array[] = array(gettext("Installed packages"), false, "pkg_mgr_installed.php"); +msgid ""Installed packages"), false, "pkg_mgr_installed.php"); msgstr "" #: src/www/pkg_mgr_install.php 100 -$tab_array[] = array(gettext("Package Installer"), true, ""); +msgid ""Package Installer"), true, ""); msgstr "" #: src/www/pkg_mgr_install.php 169 - +msgid ""Beginning package installation.");?> msgstr "" #: src/www/pkg_mgr_install.php 196 -update_output_window(gettext("Something is wrong on the request.")); +msgid ""Something is wrong on the request.")); msgstr "" #: src/www/pkg_mgr_install.php 200 -update_output_window(gettext("Log was not retrievable.")); +msgid ""Log was not retrievable.")); msgstr "" #: src/www/pkg_mgr_install.php 205 -update_status("{$pkgname} " . gettext("installation completed.")); +msgid ""installation completed.")); msgstr "" #: src/www/pkg_mgr_install.php 208 -update_output_window(sprintf(gettext("Could not find %s."), $pkgname)); +msgid ""Could not find %s."), $pkgname)); msgstr "" #: src/www/pkg_mgr_install.php 219 -write_config(gettext("Creating restore point before package installation.")); +msgid ""Creating restore point before package installation.")); msgstr "" #: src/www/pkg_mgr_install.php 224 -update_status(gettext("Package deleted.")); +msgid ""Package deleted.")); msgstr "" #: src/www/pkg_mgr_install.php 225 -$static_output .= "n" . gettext("Package deleted."); +msgid ""Package deleted."); msgstr "" #: src/www/pkg_mgr_install.php 235 -update_status(gettext("Package reinstallation failed.")); +msgid ""Package reinstallation failed.")); msgstr "" #: src/www/pkg_mgr_install.php 236 -$static_output .= "n" . gettext("Package reinstallation failed."); +msgid ""Package reinstallation failed."); msgstr "" #: src/www/pkg_mgr_install.php 239 -update_status(gettext("Package reinstalled.")); +msgid ""Package reinstalled.")); msgstr "" #: src/www/pkg_mgr_install.php 240 -$static_output .= "n" . gettext("Package reinstalled."); +msgid ""Package reinstalled."); msgstr "" #: src/www/pkg_mgr_install.php 261 -update_status(gettext("All packages reinstalled.")); +msgid ""All packages reinstalled.")); msgstr "" #: src/www/pkg_mgr_install.php 262 -$static_output .= "n" . gettext("All packages reinstalled."); +msgid ""All packages reinstalled."); msgstr "" #: src/www/pkg_mgr_install.php 266 -update_output_window(gettext("No packages are installed.")); +msgid ""No packages are installed.")); msgstr "" #: src/www/pkg_mgr_install.php 272 -update_status(gettext("Installation of") . " {$pkgid} " . gettext("FAILED!")); +msgid ""FAILED!")); msgstr "" #: src/www/pkg_mgr_install.php 273 -$static_output .= "n" . gettext("Installation halted."); +msgid ""Installation halted."); msgstr "" #: src/www/pkg_mgr_install.php 276 -$status_a = gettext(sprintf("Installation of %s completed.", $pkgid)); +msgid "sprintf("Installation of %s completed.", $pkgid)); msgstr "" #: src/www/pkg_mgr_install.php 280 -$static_output .= "n" . gettext("Installation completed.") . "n{$pkgid} " . gettext("setup instructions") . " +msgid ""setup instructions") . " n{$status}"; msgstr "" #: src/www/pkg_mgr_install.php 282 -$static_output .= "n" . gettext("Installation completed. Please check to make sure that the package is configured from the respective menu then start the package."); +msgid ""Installation completed. Please check to make sure that the package is configured from the respective menu then start the package."); msgstr "" #: src/www/pkg_mgr_installed.php 41 -$pgtitle = array(gettext("System"),gettext("Package Manager")); +msgid ""Package Manager")); msgstr "" #: src/www/pkg_mgr_installed.php 70 -$pgtitle = array(gettext("System"),gettext("Package Manager")); +msgid ""Package Manager")); msgstr "" #: src/www/pkg_mgr_installed.php 104 -$tab_array[] = array(gettext("Available Packages"), false, "pkg_mgr.php"); +msgid ""Available Packages"), false, "pkg_mgr.php"); msgstr "" #: src/www/pkg_mgr_installed.php 105 -// $tab_array[] = array("{$version} " . gettext("packages"), false, "pkg_mgr.php"); +msgid ""packages"), false, "pkg_mgr.php"); msgstr "" #: src/www/pkg_mgr_installed.php 108 -$tab_array[] = array(gettext("Installed Packages"), true, "pkg_mgr_installed.php"); +msgid ""Installed Packages"), true, "pkg_mgr_installed.php"); msgstr "" #: src/www/pkg_mgr_installed.php 117 - +msgid ""Name"); ?> msgstr "" #: src/www/pkg_mgr_installed.php 118 - +msgid ""Category"); ?> msgstr "" #: src/www/pkg_mgr_installed.php 119 - +msgid ""Version"); ?> msgstr "" #: src/www/pkg_mgr_installed.php 120 - +msgid ""Description"); ?> msgstr "" #: src/www/pkg_mgr_installed.php 148 -$pkgver = "".gettext("Available") ." +msgid ""Available") ." ". $latest_package . "
                "; msgstr "" #: src/www/pkg_mgr_installed.php 150 -$pkgver = "
                ".gettext("Available") ." +msgid ""Available") ." ". $latest_package . "
                "; msgstr "" #: src/www/pkg_mgr_installed.php 151 -$pkgver .= gettext("Installed") ." +msgid ""Installed") ." ". $pkg['version']. "
                "; msgstr "" #: src/www/pkg_mgr_installed.php 157 -$pkgver = "" . gettext("Available") ." +msgid ""Available") ." ". $latest_package . "
                "; msgstr "" #: src/www/pkg_mgr_installed.php 159 -$pkgver = "
                " . gettext("Available") ." +msgid ""Available") ." ". $latest_package . "
                "; msgstr "" #: src/www/pkg_mgr_installed.php 160 -$pkgver .= gettext("Installed") ." +msgid ""Installed") ." ". $pkg['version']."
                "; msgstr "" #: src/www/pkg_mgr_installed.php 184 -$pkginfo=gettext("Package info"); +msgid ""Package info"); msgstr "" #: src/www/pkg_mgr_installed.php 188 -$pkginfo=gettext("No package info, check the forum"); +msgid ""No package info, check the forum"); msgstr "" #: src/www/pkg_mgr_installed.php 203 -echo "{$pkgver}"; +msgid ""Click on ".ucfirst($pkg['name'])." version to check its change log."),"return").">{$pkgver}"; msgstr "" #: @@ -36512,215 +36475,215 @@ src/www/pkg_mgr_installed.php 205 >>

                msgstr "" #: src/www/pkg_mgr_installed.php 213 -" class="btn btn-default btn-xs"> +msgid ""Reinstall ".ucfirst($pkg['name'])." package.");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/pkg_mgr_installed.php 216 -" class="btn btn-default btn-xs"> +msgid ""Reinstall ".ucfirst($pkg['name'])."'s GUI components.");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/pkg_mgr_installed.php 227 - +msgid ""There are no packages currently installed."); ?> msgstr "" #: src/www/pkg_mgr_settings.php 51 -$pgtitle = array(gettext("System"),gettext("Package Settings")); +msgid ""Package Settings")); msgstr "" #: src/www/pkg_mgr_settings.php 89 -$tab_array[] = array(sprintf(gettext("%s packages"), $version), false, "pkg_mgr.php"); +msgid ""%s packages"), $version), false, "pkg_mgr.php"); msgstr "" #: src/www/pkg_mgr_settings.php 90 -$tab_array[] = array(gettext("Installed Packages"), false, "pkg_mgr_installed.php"); +msgid ""Installed Packages"), false, "pkg_mgr_installed.php"); msgstr "" #: src/www/pkg_mgr_settings.php 91 -$tab_array[] = array(gettext("Package Settings"), true, "pkg_mgr_settings.php"); +msgid ""Package Settings"), true, "pkg_mgr_settings.php"); msgstr "" #: src/www/pkg_mgr_settings.php 100 - +msgid ""This page allows an alternate package repository to be configured, primarily for temporary use as a testing mechanism."); ?> msgstr "" #: src/www/pkg_mgr_settings.php 101 - +msgid ""The contents of unofficial packages servers cannot be verified and may contain malicious files."); ?> msgstr "" #: src/www/pkg_mgr_settings.php 102 - +msgid ""The package server settings should remain at their default values to ensure that verifiable and trusted packages are recevied."); ?> msgstr "" #: src/www/pkg_mgr_settings.php 104 - +msgid ""A warning is printed on the Dashboard and in the package manager when an unofficial package server is in use."); ?> msgstr "" #: src/www/pkg_mgr_settings.php 109 - +msgid ""Package Repository URL");?> msgstr "" #: src/www/pkg_mgr_settings.php 112 - +msgid ""Package Repository URL");?> msgstr "" #: src/www/pkg_mgr_settings.php 114 - />
                +msgid ""Use a non-official server for packages");?>
                msgstr "" #: src/www/pkg_mgr_settings.php 116 - msgstr "" #: src/www/pkg_mgr_settings.php 119 -,
                +msgid ""System +msgid ""page is viewed.");?> msgstr "" #: src/www/pkg_mgr_settings.php 131 -" /> +msgid ""Save");?>" /> msgstr "" #: src/www/reboot.php 34 -$pgtitle = array(gettext("Diagnostics"),gettext("Reboot System")); +msgid ""Reboot System")); msgstr "" #: src/www/reboot.php 47 - msgstr "" #: src/www/reboot.php 49 - +msgid ""The system is rebooting now. This may take one minute.")); ?> msgstr "" #: src/www/reboot.php 55 -

                +msgid ""Are you sure you want to reboot the system?");?>

                msgstr "" #: src/www/reboot.php 57 -" /> +msgid ""Yes");?>" /> msgstr "" #: src/www/reboot.php 58 - +msgid ""No");?> msgstr "" #: src/www/restart_httpd.php 31 -$pgtitle = array(gettext("Restarting httpd")); +msgid ""Restarting httpd")); msgstr "" #: src/www/restart_httpd.php 39 -... +msgid ""Mounting file systems read/write");?>... msgstr "" #: src/www/restart_httpd.php 41 -.
                +msgid ""Done");?>.
                msgstr "" #: src/www/restart_httpd.php 42 -... +msgid ""Forcing all PHP file permissions to 0755");?>... msgstr "" #: src/www/restart_httpd.php 44 -.
                +msgid ""Done");?>.
                msgstr "" #: src/www/restart_httpd.php 45 -... +msgid ""Mounting file systems read only");?>... msgstr "" #: src/www/restart_httpd.php 47 -.
                +msgid ""Done");?>.
                msgstr "" #: src/www/restart_httpd.php 48 -... +msgid ""Restarting mini_httpd");?>... msgstr "" #: src/www/restart_httpd.php 50 -.
                +msgid ""Done");?>.
                msgstr "" #: src/www/services_captiveportal.php 56 -$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +msgid ""Captive portal"), $a_cp[$cpzone]['zone']); msgstr "" #: src/www/services_captiveportal.php 75 -write_config(sprintf(gettext("Captive Portal +msgid ""Captive Portal zone %s Restore default portal page"), $cpzone)); msgstr "" @@ -36728,7 +36691,7 @@ msgstr "" #: src/www/services_captiveportal.php 94 -write_config(sprintf(gettext("Captive Portal +msgid ""Captive Portal zone %s Restore default error page"), $cpzone)); msgstr "" @@ -36736,7 +36699,7 @@ msgstr "" #: src/www/services_captiveportal.php 113 -write_config(sprintf(gettext("Captive Portal +msgid ""Captive Portal zone %s Restore default logout page"), $cpzone)); msgstr "" @@ -36744,817 +36707,817 @@ msgstr "" #: src/www/services_captiveportal.php 198 -$reqdfieldsn = array(gettext("Zone name"), gettext("Interface")); +msgid ""Interface")); msgstr "" #: src/www/services_captiveportal.php 206 -$input_errors[] = sprintf(gettext("The captive portal cannot be used on interface %s since it is part of a bridge."), $cpbrif); +msgid ""The captive portal cannot be used on interface %s since it is part of a bridge."), $cpbrif); msgstr "" #: src/www/services_captiveportal.php 210 -$input_errors[] = sprintf(gettext("The captive portal cannot be used on interface %s since it is used already on %s instance."), $cpbrif, $cp['zone']); +msgid ""The captive portal cannot be used on interface %s since it is used already on %s instance."), $cpbrif, $cp['zone']); msgstr "" #: src/www/services_captiveportal.php 218 -$input_errors[] = gettext("Certificate must be specified for HTTPS login."); +msgid ""Certificate must be specified for HTTPS login."); msgstr "" #: src/www/services_captiveportal.php 221 -$input_errors[] = gettext("The HTTPS server name must be specified for HTTPS login."); +msgid ""The HTTPS server name must be specified for HTTPS login."); msgstr "" #: src/www/services_captiveportal.php 228 -$input_errors[] = gettext("The timeout must be at least 1 minute."); +msgid ""The timeout must be at least 1 minute."); msgstr "" #: src/www/services_captiveportal.php 241 -$input_errors[] = gettext("Hard timeout must be less or equal Default lease time set on DHCP Server"); +msgid ""Hard timeout must be less or equal Default lease time set on DHCP Server"); msgstr "" #: src/www/services_captiveportal.php 246 -$input_errors[] = gettext("The idle timeout must be at least 1 minute."); +msgid ""The idle timeout must be at least 1 minute."); msgstr "" #: src/www/services_captiveportal.php 249 -$input_errors[] = gettext("The pass-through credit count must be a number or left blank."); +msgid ""The pass-through credit count must be a number or left blank."); msgstr "" #: src/www/services_captiveportal.php 252 -$input_errors[] = gettext("The waiting period to restore pass-through credits must be above 0 hours."); +msgid ""The waiting period to restore pass-through credits must be above 0 hours."); msgstr "" #: src/www/services_captiveportal.php 256 -$input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip']); +msgid ""A valid IP address must be specified. [%s]"), $_POST['radiusip']); msgstr "" #: src/www/services_captiveportal.php 259 -$input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip2']); +msgid ""A valid IP address must be specified. [%s]"), $_POST['radiusip2']); msgstr "" #: src/www/services_captiveportal.php 262 -$input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip3']); +msgid ""A valid IP address must be specified. [%s]"), $_POST['radiusip3']); msgstr "" #: src/www/services_captiveportal.php 265 -$input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['radiusip4']); +msgid ""A valid IP address must be specified. [%s]"), $_POST['radiusip4']); msgstr "" #: src/www/services_captiveportal.php 268 -$input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport']); +msgid ""A valid port number must be specified. [%s]"), $_POST['radiusport']); msgstr "" #: src/www/services_captiveportal.php 271 -$input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport2']); +msgid ""A valid port number must be specified. [%s]"), $_POST['radiusport2']); msgstr "" #: src/www/services_captiveportal.php 274 -$input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport3']); +msgid ""A valid port number must be specified. [%s]"), $_POST['radiusport3']); msgstr "" #: src/www/services_captiveportal.php 277 -$input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusport4']); +msgid ""A valid port number must be specified. [%s]"), $_POST['radiusport4']); msgstr "" #: src/www/services_captiveportal.php 280 -$input_errors[] = sprintf(gettext("A valid port number must be specified. [%s]"), $_POST['radiusacctport']); +msgid ""A valid port number must be specified. [%s]"), $_POST['radiusacctport']); msgstr "" #: src/www/services_captiveportal.php 283 -$input_errors[] = gettext("The maximum number of concurrent connections per client IP address may not be larger than the global maximum."); +msgid ""The maximum number of concurrent connections per client IP address may not be larger than the global maximum."); msgstr "" #: src/www/services_captiveportal.php 286 -$input_errors[] = gettext("The NAS-Identifier must be 3-253 characters long and should only contain ASCII characters."); +msgid ""The NAS-Identifier must be 3-253 characters long and should only contain ASCII characters."); msgstr "" #: src/www/services_captiveportal.php 500 -$tab_array[] = array(gettext("Captive portal(s)"), true, "services_captiveportal.php?zone={$cpzone}"); +msgid ""Captive portal(s)"), true, "services_captiveportal.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal.php 501 -$tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +msgid ""MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal.php 502 -$tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +msgid ""Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal.php 504 -// $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +msgid ""Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal.php 505 -$tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +msgid ""Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal.php 506 -$tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +msgid ""File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal.php 522 - +msgid ""Enable captive portal"); ?> msgstr "" #: src/www/services_captiveportal.php 525 - +msgid ""Interfaces"); ?> msgstr "" #: src/www/services_captiveportal.php 537 - +msgid ""Select the interface(s) to enable for captive portal."); ?> msgstr "" #: src/www/services_captiveportal.php 540 - +msgid ""Maximum concurrent connections"); ?> msgstr "" #: src/www/services_captiveportal.php 544 - +msgid ""per client IP address (0 = no limit)"); ?> msgstr "" #: src/www/services_captiveportal.php 547 - +msgid ""Idle timeout"); ?> msgstr "" #: src/www/services_captiveportal.php 555 -
                +msgid ""minutes"); ?>
                msgstr "" #: src/www/services_captiveportal.php 556 - +msgid ""Clients will be disconnected after this amount of inactivity. They may log in again immediately, though. Leave this field blank for no idle timeout."); ?> msgstr "" #: src/www/services_captiveportal.php 559 - +msgid ""Hard timeout"); ?> msgstr "" #: src/www/services_captiveportal.php 562 -
                +msgid ""minutes"); ?>
                msgstr "" #: src/www/services_captiveportal.php 563 - +msgid ""Clients will be disconnected after this amount of time, regardless of activity. They may log in again immediately, though. Leave this field blank for no hard timeout (not recommended unless an idle timeout is set)."); ?> msgstr "" #: src/www/services_captiveportal.php 567 - +msgid ""Pass-through credits allowed per MAC address"); ?> msgstr "" #: src/www/services_captiveportal.php 570 -
                +msgid ""per client MAC address (0 or blank = none)"); ?>
                msgstr "" #: src/www/services_captiveportal.php 571 - +msgid ""This setting allows passing through the captive portal without authentication a limited number of times per MAC address. Once used up, the client can only log in with valid credentials until the waiting period specified below has expired. Recommended to set a hard timeout and/or idle timeout when using this for it to be effective."); ?> msgstr "" #: src/www/services_captiveportal.php 574 - +msgid ""Waiting period to restore pass-through credits"); ?> msgstr "" #: src/www/services_captiveportal.php 577 -
                +msgid ""hours"); ?>
                msgstr "" #: src/www/services_captiveportal.php 578 - +msgid ""Clients will have their available pass-through credits restored to the original count after this amount of time since using the first one. This must be above 0 hours if pass-through credits are enabled."); ?> msgstr "" #: src/www/services_captiveportal.php 581 - +msgid ""Reset waiting period on attempted access"); ?> msgstr "" #: src/www/services_captiveportal.php 584 -
                +msgid ""Enable waiting period reset on attempted access"); ?>
                msgstr "" #: src/www/services_captiveportal.php 585 - +msgid ""If enabled, the waiting period is reset to the original duration if access is attempted when all pass-through credits have already been exhausted."); ?> msgstr "" #: src/www/services_captiveportal.php 589 - +msgid ""Logout popup window"); ?> msgstr "" #: src/www/services_captiveportal.php 592 -
                +msgid ""Enable logout popup window"); ?>
                msgstr "" #: src/www/services_captiveportal.php 593 - +msgid ""If enabled, a popup window will appear when clients are allowed through the captive portal. This allows clients to explicitly disconnect themselves before the idle or hard timeout occurs."); ?> msgstr "" #: src/www/services_captiveportal.php 596 - +msgid ""Pre-authentication redirect URL"); ?> msgstr "" #: src/www/services_captiveportal.php 599 - +msgid ""Use this field to set $PORTAL_REDIRURL$ variable which can be accessed using your custom captive portal index.php page or error pages."));?> msgstr "" #: src/www/services_captiveportal.php 603 - +msgid ""After authentication Redirection URL"); ?> msgstr "" #: src/www/services_captiveportal.php 607 - +msgid ""Blocked MAC address redirect URL"); ?> msgstr "" #: src/www/services_captiveportal.php 615 - +msgid ""If you provide a URL here, MAC addresses set to be blocked will be redirect to that URL when attempt to access anything."));?> msgstr "" #: src/www/services_captiveportal.php 620 - +msgid ""Concurrent user logins"); ?> msgstr "" #: src/www/services_captiveportal.php 623 -
                +msgid ""Disable concurrent logins"); ?>
                msgstr "" #: src/www/services_captiveportal.php 624 - +msgid ""If this option is set, only the most recent login per username will be active. Subsequent logins will cause machines previously logged in with the same username to be disconnected."); ?> msgstr "" #: src/www/services_captiveportal.php 628 - +msgid ""Per-user bandwidth restriction"); ?> msgstr "" #: src/www/services_captiveportal.php 631 -

                +msgid ""Enable per-user bandwidth restriction"); ?>

                msgstr "" #: src/www/services_captiveportal.php 634 - +msgid ""Default download"); ?> msgstr "" #: src/www/services_captiveportal.php 635 - +msgid ""Kbit/s"); ?> msgstr "" #: src/www/services_captiveportal.php 638 - +msgid ""Default upload"); ?> msgstr "" #: src/www/services_captiveportal.php 639 - +msgid ""Kbit/s"); ?> msgstr "" #: src/www/services_captiveportal.php 642 - +msgid ""If this option is set, the captive portal will restrict each user who logs in to the specified default bandwidth. RADIUS can override the default settings. Leave empty or set to 0 for no limit."); ?> msgstr "" #: src/www/services_captiveportal.php 646 - +msgid ""Authentication"); ?> msgstr "" #: src/www/services_captiveportal.php 651 - +msgid ""No Authentication"); ?> msgstr "" #: src/www/services_captiveportal.php 655 - / +msgid ""Vouchers"); ?> msgstr "" #: src/www/services_captiveportal.php 664 - +msgid ""Allow only users/groups with 'Captive portal login' privilege set"); ?> msgstr "" #: src/www/services_captiveportal.php 667 - +msgid ""RADIUS Authentication"); ?> msgstr "" #: src/www/services_captiveportal.php 673 - +msgid ""Radius Protocol"); ?> msgstr "" #: src/www/services_captiveportal.php 678 - +msgid ""PAP"); ?> msgstr "" #: src/www/services_captiveportal.php 682 - +msgid ""CHAP_MD5"); ?> msgstr "" #: src/www/services_captiveportal.php 686 - +msgid ""MSCHAPv1"); ?> msgstr "" #: src/www/services_captiveportal.php 690 - +msgid ""MSCHAPv2"); ?> msgstr "" #: src/www/services_captiveportal.php 707 - +msgid ""Primary RADIUS server"); ?> msgstr "" #: src/www/services_captiveportal.php 710 - +msgid ""IP address"); ?> msgstr "" #: src/www/services_captiveportal.php 712 - +msgid ""Enter the IP address of the RADIUS server which users of the captive portal have to authenticate against."); ?> msgstr "" #: src/www/services_captiveportal.php 715 - +msgid ""Port"); ?> msgstr "" #: src/www/services_captiveportal.php 717 - +msgid ""Leave this field blank to use the default port (1812)."); ?> msgstr "" #: src/www/services_captiveportal.php 720 -   +msgid ""Shared secret"); ?>   msgstr "" #: src/www/services_captiveportal.php 722 - +msgid ""Leave this field blank to not use a RADIUS shared secret (not recommended)."); ?> msgstr "" #: src/www/services_captiveportal.php 728 - +msgid ""Secondary RADIUS server"); ?> msgstr "" #: src/www/services_captiveportal.php 731 - +msgid ""IP address"); ?> msgstr "" #: src/www/services_captiveportal.php 733 - +msgid ""If you have a second RADIUS server, you can activate it by entering its IP address here."); ?> msgstr "" #: src/www/services_captiveportal.php 736 - +msgid ""Port"); ?> msgstr "" #: src/www/services_captiveportal.php 740 -   +msgid ""Shared secret"); ?>   msgstr "" #: src/www/services_captiveportal.php 750 - +msgid ""Primary RADIUS server"); ?> msgstr "" #: src/www/services_captiveportal.php 753 - +msgid ""IP address"); ?> msgstr "" #: src/www/services_captiveportal.php 755 - +msgid ""If you have a third RADIUS server, you can activate it by entering its IP address here."); ?> msgstr "" #: src/www/services_captiveportal.php 758 - +msgid ""Port"); ?> msgstr "" #: src/www/services_captiveportal.php 762 -   +msgid ""Shared secret"); ?>   msgstr "" #: src/www/services_captiveportal.php 769 - +msgid ""Secondary RADIUS server"); ?> msgstr "" #: src/www/services_captiveportal.php 772 - +msgid ""IP address"); ?> msgstr "" #: src/www/services_captiveportal.php 774 - +msgid ""If you have a fourth RADIUS server, you can activate it by entering its IP address here."); ?> msgstr "" #: src/www/services_captiveportal.php 777 - +msgid ""Port"); ?> msgstr "" #: src/www/services_captiveportal.php 781 -   +msgid ""Shared secret"); ?>   msgstr "" #: src/www/services_captiveportal.php 788 - +msgid ""Accounting"); ?> msgstr "" #: src/www/services_captiveportal.php 793 -
                +msgid ""send RADIUS accounting packets"); ?>
                msgstr "" #: src/www/services_captiveportal.php 794 - +msgid ""If this is enabled, RADIUS accounting packets will be sent to the primary RADIUS server."); ?> msgstr "" #: src/www/services_captiveportal.php 797 - +msgid ""Accounting port"); ?> msgstr "" #: src/www/services_captiveportal.php 799 - +msgid ""Leave blank to use the default port (1813)."); ?> msgstr "" #: src/www/services_captiveportal.php 805 - +msgid ""Accounting updates"); ?> msgstr "" #: src/www/services_captiveportal.php 807 - />
                +msgid ""no accounting updates"); ?>
                msgstr "" #: src/www/services_captiveportal.php 808 - />
                +msgid ""stop/start accounting"); ?>
                msgstr "" #: src/www/services_captiveportal.php 809 - /> +msgid ""interim update"); ?> msgstr "" #: src/www/services_captiveportal.php 816 - +msgid ""RADIUS options"); ?> msgstr "" #: src/www/services_captiveportal.php 819 - +msgid ""Reauthentication"); ?> msgstr "" #: src/www/services_captiveportal.php 821 -
                +msgid ""Reauthenticate connected users every minute"); ?>
                msgstr "" #: src/www/services_captiveportal.php 822 - +msgid ""RADIUS MAC authentication"); ?> msgstr "" #: src/www/services_captiveportal.php 828 - />
                +msgid ""Enable RADIUS MAC authentication"); ?>
                msgstr "" #: src/www/services_captiveportal.php 829 - +msgid ""MAC authentication secret"); ?> msgstr "" #: src/www/services_captiveportal.php 837 - +msgid ""RADIUS NAS IP attribute"); ?> msgstr "" #: src/www/services_captiveportal.php 867 - +msgid ""Choose the IP to use for calling station attribute."); ?> msgstr "" #: src/www/services_captiveportal.php 872 - +msgid ""Session-Timeout"); ?> msgstr "" #: src/www/services_captiveportal.php 873 - />
                +msgid ""Use RADIUS Session-Timeout attributes"); ?>
                msgstr "" #: src/www/services_captiveportal.php 874 - +msgid ""When this is enabled, clients will be disconnected after the amount of time retrieved from the RADIUS Session-Timeout attribute."); ?> msgstr "" #: src/www/services_captiveportal.php 878 - +msgid ""Type"); ?> msgstr "" #: src/www/services_captiveportal.php 880 - +msgid ""default"); ?> msgstr "" #: src/www/services_captiveportal.php 890 - +msgid ""Accounting Style"); ?> msgstr "" #: src/www/services_captiveportal.php 897 - />
                +msgid ""Invert Acct-Input-Octets and Acct-Output-Octets"); ?>
                msgstr "" #: src/www/services_captiveportal.php 898 - +msgid ""When this is enabled, data counts for RADIUS accounting packets will be taken from the client perspective, not the NAS. Acct-Input-Octets will represent download, and Acct-Output-Octets will represent upload."); ?> msgstr "" #: src/www/services_captiveportal.php 902 - +msgid ""NAS Identifier"); ?> msgstr "" #: src/www/services_captiveportal.php 904 - +msgid ""Specify a NAS identifier to override the default value") . " (" . php_uname("n") . ")"; ?> msgstr "" #: src/www/services_captiveportal.php 907 - +msgid ""MAC address format"); ?> msgstr "" #: src/www/services_captiveportal.php 910 - +msgid ""default"); ?> msgstr "" #: src/www/services_captiveportal.php 915 -echo "n"; +msgid "$macformat),"n"; msgstr "" #: src/www/services_captiveportal.php 917 -echo "n"; +msgid "$macformat),"n"; msgstr "" #: src/www/services_captiveportal.php 922 - +msgid ""This option changes the MAC address format used in the whole RADIUS system. Change this if you also"); ?> msgstr "" #: src/www/services_captiveportal.php 923 -
                +msgid ""need to change the username format for RADIUS MAC authentication."); ?>
                msgstr "" #: src/www/services_captiveportal.php 924 - 00 11 22 @@ -37566,1711 +37529,1711 @@ msgstr "" #: src/www/services_captiveportal.php 925 - 001122-334455
                msgstr "" #: src/www/services_captiveportal.php 926 - 00-11-22-33-44-55
                msgstr "" #: src/www/services_captiveportal.php 927 - 0011.2233.4455
                msgstr "" #: src/www/services_captiveportal.php 928 - 001122334455 msgstr "" #: src/www/services_captiveportal.php 935 - +msgid ""HTTPS login"); ?> msgstr "" #: src/www/services_captiveportal.php 938 -
                +msgid ""Enable HTTPS login"); ?>
                msgstr "" #: src/www/services_captiveportal.php 939 - +msgid ""If enabled, the username and password will be transmitted over an HTTPS connection to protect against eavesdroppers. A server name and certificate must also be specified below."); ?> msgstr "" #: src/www/services_captiveportal.php 942 - +msgid ""HTTPS server name"); ?> msgstr "" #: src/www/services_captiveportal.php 945 - +msgid ""This name will be used in the form action for the HTTPS POST and should match the Common Name (CN) in your certificate (otherwise, the client browser will most likely display a security warning). Make sure captive portal clients can resolve this name in DNS and verify on the client that the IP resolves to the correct interface IP on %s."), $g['product_name']);?> msgstr "" #: src/www/services_captiveportal.php 948 - +msgid ""SSL Certificate"); ?> msgstr "" #: src/www/services_captiveportal.php 962 -
                Create one under System > Cert Manager. +msgid ""No Certificates defined."); ?>
                Create one under System > Cert Manager. msgstr "" #: src/www/services_captiveportal.php 967 - +msgid ""Disable HTTPS forwards"); ?> msgstr "" #: src/www/services_captiveportal.php 970 -
                +msgid ""Disable HTTPS forwards"); ?>
                msgstr "" #: src/www/services_captiveportal.php 971 - +msgid ""If this option is set, attempts to connect to SSL/HTTPS (Port 443) sites will not be forwarded to the captive portal. This prevents certificate errors from being presented to the user even if HTTPS logins are enabled. Users must attempt a connecton to an HTTP (Port 80) site to get forwarded to the captive portal. If HTTPS logins are enabled, the user will be redirected to the HTTPS login page."); ?> msgstr "" #: src/www/services_captiveportal.php 974 - +msgid ""Portal page contents"); ?> msgstr "" #: src/www/services_captiveportal.php 989 - +msgid ""View current page"); ?> msgstr "" #: src/www/services_captiveportal.php 991 - +msgid ""Download current page"); ?> msgstr "" #: src/www/services_captiveportal.php 994 - +msgid ""Restore default portal page"); ?> msgstr "" #: src/www/services_captiveportal.php 1001 -gettext('Upload an HTML/PHP file for the portal page here (leave blank to keep the current one). ' . +msgid "'Upload an HTML/PHP file for the portal page here (leave blank to keep the current one). ' . msgstr "" #: src/www/services_captiveportal.php 1012 -
                msgstr "" #: src/www/services_captiveportal.php 1023 -
                +msgid ""Authentication"); ?>
                msgstr "" #: src/www/services_captiveportal.php 1024 -
                +msgid ""error page"); ?>
                msgstr "" #: src/www/services_captiveportal.php 1025 - +msgid ""contents"); ?> msgstr "" #: src/www/services_captiveportal.php 1029 - +msgid ""View current page"); ?> msgstr "" #: src/www/services_captiveportal.php 1031 - +msgid ""Download current page"); ?> msgstr "" #: src/www/services_captiveportal.php 1034 - +msgid ""Restore default error page"); ?> msgstr "" #: src/www/services_captiveportal.php 1039 - "$PORTAL_MESSAGE$", +msgid ""which will be replaced by the error or reply messages from the RADIUS server, if any."); ?> msgstr "" #: src/www/services_captiveportal.php 1043 -
                +msgid ""Logout"); ?>
                msgstr "" #: src/www/services_captiveportal.php 1044 -
                +msgid ""page"); ?>
                msgstr "" #: src/www/services_captiveportal.php 1045 - +msgid ""contents"); ?> msgstr "" #: src/www/services_captiveportal.php 1049 - +msgid ""View current page"); ?> msgstr "" #: src/www/services_captiveportal.php 1051 - +msgid ""Download current page"); ?> msgstr "" #: src/www/services_captiveportal.php 1054 - +msgid ""Restore default logout page"); ?> msgstr "" #: src/www/services_captiveportal.php 1059 - +msgid ""The contents of the HTML/PHP file that you upload here are displayed on authentication success when the logout popup is enabled."); ?> msgstr "" #: src/www/services_captiveportal.php 1065 -" onclick="enable_change(true)" /> +msgid ""Save"); ?>" onclick="enable_change(true)" /> msgstr "" #: src/www/services_captiveportal.php 1066 -" onclick="enable_change(true)" /> +msgid ""Cancel"); ?>" onclick="enable_change(true)" /> msgstr "" #: src/www/services_captiveportal.php 1071 -
                msgstr "" #: src/www/services_captiveportal.php 1072 -
                +msgid ""Changing any settings on this page will disconnect all clients! Don't forget to enable the DHCP server on your captive portal interface! Make sure that the default/maximum DHCP lease time is higher than the timeout entered on this page. Also, the DNS forwarder needs to be enabled for DNS lookups by unauthenticated clients to work."); ?> msgstr "" #: src/www/services_captiveportal_filemanager.php 59 -$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +msgid ""Captive portal"), $a_cp[$cpzone]['zone']); msgstr "" #: src/www/services_captiveportal_filemanager.php 86 -$input_errors[] = sprintf(gettext("A file with the name '%s' already exists."), $name); +msgid ""A file with the name '%s' already exists."), $name); msgstr "" #: src/www/services_captiveportal_filemanager.php 93 -$input_errors[] = gettext("The total size of all files uploaded may not exceed ") . +msgid ""The total size of all files uploaded may not exceed ") . msgstr "" #: src/www/services_captiveportal_filemanager.php 126 -array('label'=>gettext('add file'), 'href'=>'services_captiveportal_filemanager.php?zone='.$cpzone.'&act=add'), +msgid "'add file'), 'href'=>'services_captiveportal_filemanager.php?zone='.$cpzone.'&act=add'), msgstr "" #: src/www/services_captiveportal_filemanager.php 146 -$tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +msgid ""Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_filemanager.php 147 -$tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +msgid ""MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_filemanager.php 148 -$tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +msgid ""Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_filemanager.php 150 -// $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +msgid ""Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_filemanager.php 151 -$tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +msgid ""Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_filemanager.php 152 -$tab_array[] = array(gettext("File Manager"), true, "services_captiveportal_filemanager.php?zone={$cpzone}"); +msgid ""File Manager"), true, "services_captiveportal_filemanager.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_filemanager.php 173 -" /> +msgid ""Upload"); ?>" /> msgstr "" #: src/www/services_captiveportal_filemanager.php 189 - +msgid ""Name"); ?> msgstr "" #: src/www/services_captiveportal_filemanager.php 190 - +msgid ""Size"); ?> msgstr "" #: src/www/services_captiveportal_filemanager.php 201 -')"> +msgid ""Do you really want to delete this file?"); ?>')"> msgstr "" #: src/www/services_captiveportal_filemanager.php 202 -"> +msgid ""delete file"); ?>"> msgstr "" #: src/www/services_captiveportal_filemanager.php 209 +msgid ""TOTAL"); ?> msgstr "" #: src/www/services_captiveportal_filemanager.php 219 -
                msgstr "" #: src/www/services_captiveportal_filemanager.php 221 -<a href="/captiveportal-aup.php?zone=$PORTAL_ZONE$&redirurl=$PORTAL_REDIRURL$"></a> +msgid ""Acceptable usage policy"); ?></a> msgstr "" #: src/www/services_captiveportal_filemanager.php 233 - +msgid ""The total size limit for all files is %s."), format_bytes($g['captiveportal_element_sizelimit']));?> msgstr "" #: src/www/services_captiveportal_hostname.php 49 -$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +msgid ""Captive portal"), $a_cp[$cpzone]['zone']); msgstr "" #: src/www/services_captiveportal_hostname.php 86 -$tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +msgid ""Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_hostname.php 87 -$tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +msgid ""MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_hostname.php 88 -$tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +msgid ""Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_hostname.php 89 -$tab_array[] = array(gettext("Allowed Hostnames"), true, "services_captiveportal_hostname.php?zone={$cpzone}"); +msgid ""Allowed Hostnames"), true, "services_captiveportal_hostname.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_hostname.php 90 -$tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +msgid ""Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_hostname.php 91 -$tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +msgid ""File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_hostname.php 106 - +msgid ""Hostname"); ?> msgstr "" #: src/www/services_captiveportal_hostname.php 107 - +msgid ""Description"); ?> msgstr "" #: src/www/services_captiveportal_hostname.php 134 - ')" class="btn btn-default btn-xs"> +msgid ""Do you really want to delete this address?"); ?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/services_captiveportal_hostname.php 140 -
                msgstr "" #: src/www/services_captiveportal_hostname.php 142 -from addresses, it may be used to always allow pass-through access from a client behind the captive portal."); ?>

                +msgid ""Adding allowed Hostnames will allow a DNS hostname access to/from access through the captive portal without being taken to the portal page. This can be used for a web server serving images for the portal page or a DNS server on another network, for example. By specifying from addresses, it may be used to always allow pass-through access from a client behind the captive portal."); ?>

                msgstr "" #: src/www/services_captiveportal_hostname.php 145 - in x.x.x.x +msgid ""any"); ?> in x.x.x.x msgstr "" #: src/www/services_captiveportal_hostname.php 146 - +msgid ""the Hostname are allowed"); ?> msgstr "" #: src/www/services_captiveportal_hostname.php 152 -x.x.x.x in     +msgid ""any"); ?>    msgstr "" #: src/www/services_captiveportal_hostname.php 153 - +msgid ""the Hostname are allowed"); ?> msgstr "" #: src/www/services_captiveportal_hostname_edit.php 46 -$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit allowed Hostname")); +msgid ""Edit allowed Hostname")); msgstr "" #: src/www/services_captiveportal_hostname_edit.php 88 -$reqdfieldsn = array(gettext("Allowed Hostname")); +msgid ""Allowed Hostname")); msgstr "" #: src/www/services_captiveportal_hostname_edit.php 93 -$input_errors[] = sprintf(gettext("A valid Hostname must be specified. [%s]"), $_POST['hostname']); +msgid ""A valid Hostname must be specified. [%s]"), $_POST['hostname']); msgstr "" #: src/www/services_captiveportal_hostname_edit.php 96 -$input_errors[] = gettext("Upload speed needs to be an integer"); +msgid ""Upload speed needs to be an integer"); msgstr "" #: src/www/services_captiveportal_hostname_edit.php 98 -$input_errors[] = gettext("Download speed needs to be an integer"); +msgid ""Download speed needs to be an integer"); msgstr "" #: src/www/services_captiveportal_hostname_edit.php 105 -$input_errors[] = sprintf("[%s] %s.", $_POST['hostname'], gettext("already allowed")) ; +msgid ""already allowed")) ; msgstr "" #: src/www/services_captiveportal_hostname_edit.php 166 - +msgid ""Direction"); ?> msgstr "" #: src/www/services_captiveportal_hostname_edit.php 170 -$dirs = array(gettext("Both"),gettext("From"),gettext("To")) ; +msgid ""To")) ; msgstr "" #: src/www/services_captiveportal_hostname_edit.php 178 - . +msgid ""to always allow an Hostname through the captive portal (without authentication)"); ?>. msgstr "" #: src/www/services_captiveportal_hostname_edit.php 179 - . +msgid ""to allow access from all clients (even non-authenticated ones) behind the portal to this Hostname"); ?>. msgstr "" #: src/www/services_captiveportal_hostname_edit.php 182 - +msgid ""Hostname"); ?> msgstr "" #: src/www/services_captiveportal_hostname_edit.php 186 -. +msgid ""Hostname");?>. msgstr "" #: src/www/services_captiveportal_hostname_edit.php 189 - +msgid ""Description"); ?> msgstr "" #: src/www/services_captiveportal_hostname_edit.php 192 -
                . +msgid ""You may enter a description here for your reference (not parsed)"); ?>. msgstr "" #: src/www/services_captiveportal_hostname_edit.php 195 - +msgid ""Bandwidth up"); ?> msgstr "" #: src/www/services_captiveportal_hostname_edit.php 198 -
                +msgid ""Enter a upload limit to be enforced on this Hostname in Kbit/s"); ?> msgstr "" #: src/www/services_captiveportal_hostname_edit.php 201 - +msgid ""Bandwidth down"); ?> msgstr "" #: src/www/services_captiveportal_hostname_edit.php 204 -
                +msgid ""Enter a download limit to be enforced on this Hostname in Kbit/s"); ?> msgstr "" #: src/www/services_captiveportal_hostname_edit.php 209 -" /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/services_captiveportal_ip.php 48 -$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +msgid ""Captive portal"), $a_cp[$cpzone]['zone']); msgstr "" #: src/www/services_captiveportal_ip.php 86 -$tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +msgid ""Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_ip.php 87 -$tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +msgid ""MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_ip.php 88 -$tab_array[] = array(gettext("Allowed IP addresses"), true, "services_captiveportal_ip.php?zone={$cpzone}"); +msgid ""Allowed IP addresses"), true, "services_captiveportal_ip.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_ip.php 90 -// $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +msgid ""Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_ip.php 91 -$tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +msgid ""Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_ip.php 92 -$tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +msgid ""File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_ip.php 106 - +msgid ""IP address"); ?> msgstr "" #: src/www/services_captiveportal_ip.php 107 - +msgid ""Description"); ?> msgstr "" #: src/www/services_captiveportal_ip.php 138 -')" class="btn btn-default btn-xs"> +msgid ""Do you really want to delete this address?"); ?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/services_captiveportal_ip.php 144 -
                msgstr "" #: src/www/services_captiveportal_ip.php 146 -

                +msgid ""Adding allowed IP addresses will allow IP access to/from these addresses through the captive portal without being taken to the portal page. This can be used for a web server serving images for the portal page or a DNS server on another network, for example."); ?>

                msgstr "" #: src/www/services_captiveportal_ip_edit.php 47 -$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit allowed IP address")); +msgid ""Edit allowed IP address")); msgstr "" #: src/www/services_captiveportal_ip_edit.php 87 -$reqdfieldsn = array(gettext("Allowed IP address"), gettext("Subnet mask")); +msgid ""Subnet mask")); msgstr "" #: src/www/services_captiveportal_ip_edit.php 92 -$input_errors[] = sprintf(gettext("A valid IP address must be specified. [%s]"), $_POST['ip']); +msgid ""A valid IP address must be specified. [%s]"), $_POST['ip']); msgstr "" #: src/www/services_captiveportal_ip_edit.php 95 -$input_errors[] = gettext("A valid subnet mask must be specified"); +msgid ""A valid subnet mask must be specified"); msgstr "" #: src/www/services_captiveportal_ip_edit.php 98 -$input_errors[] = gettext("Upload speed needs to be an integer"); +msgid ""Upload speed needs to be an integer"); msgstr "" #: src/www/services_captiveportal_ip_edit.php 101 -$input_errors[] = gettext("Download speed needs to be an integer"); +msgid ""Download speed needs to be an integer"); msgstr "" #: src/www/services_captiveportal_ip_edit.php 108 -$input_errors[] = sprintf("[%s] %s.", $_POST['ip'], gettext("already allowed")) ; +msgid ""already allowed")) ; msgstr "" #: src/www/services_captiveportal_ip_edit.php 189 - +msgid ""Edit allowed ip rule");?> msgstr "" #: src/www/services_captiveportal_ip_edit.php 192 - +msgid ""IP address"); ?> msgstr "" #: src/www/services_captiveportal_ip_edit.php 201 -. +msgid ""IP address and subnet mask. Use /32 for a single IP");?>. msgstr "" #: src/www/services_captiveportal_ip_edit.php 205 - +msgid ""Description"); ?> msgstr "" #: src/www/services_captiveportal_ip_edit.php 208 -
                . +msgid ""You may enter a description here for your reference (not parsed)"); ?>. msgstr "" #: src/www/services_captiveportal_ip_edit.php 213 - +msgid ""Bandwidth up"); ?> msgstr "" #: src/www/services_captiveportal_ip_edit.php 216 -
                +msgid ""Enter a upload limit to be enforced on this IP address in Kbit/s"); ?> msgstr "" #: src/www/services_captiveportal_ip_edit.php 220 - +msgid ""Bandwidth down"); ?> msgstr "" #: src/www/services_captiveportal_ip_edit.php 223 -
                +msgid ""Enter a download limit to be enforced on this IP address in Kbit/s"); ?> msgstr "" #: src/www/services_captiveportal_ip_edit.php 230 -" /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/services_captiveportal_mac.php 52 -$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']); +msgid ""Captive portal"), $a_cp[$cpzone]['zone']); msgstr "" #: src/www/services_captiveportal_mac.php 70 -echo gettext("No entry exists yet!") ."n"; +msgid ""No entry exists yet!") ."n"; msgstr "" #: src/www/services_captiveportal_mac.php 74 -echo gettext("Please set the zone on which the operation should be allowed"); +msgid ""Please set the zone on which the operation should be allowed"); msgstr "" #: src/www/services_captiveportal_mac.php 86 -echo gettext("No entry exists for this username +msgid ""No entry exists for this username ") . " " . $_POST['username'] . "n"; msgstr "" #: src/www/services_captiveportal_mac.php 105 -echo gettext("The entry was sucessfully deleted") . "n"; +msgid ""The entry was sucessfully deleted") . "n"; msgstr "" #: src/www/services_captiveportal_mac.php 107 -echo gettext("No entry exists for this mac address +msgid ""No entry exists for this mac address ") . " " . $_POST['delmac'] . "n"; msgstr "" #: src/www/services_captiveportal_mac.php 132 -array('label'=>gettext("add host"), 'href'=>'services_captiveportal_mac_edit.php?zone='.$cpzone), +msgid ""add host"), 'href'=>'services_captiveportal_mac_edit.php?zone='.$cpzone), msgstr "" #: src/www/services_captiveportal_mac.php 145 -You must apply the changes in order for them to take effect."));?>
                +msgid ""The captive portal MAC address configuration has been changed.
                You must apply the changes in order for them to take effect."));?>
                msgstr "" #: src/www/services_captiveportal_mac.php 152 -$tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +msgid ""Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_mac.php 153 -$tab_array[] = array(gettext("MAC"), true, "services_captiveportal_mac.php?zone={$cpzone}"); +msgid ""MAC"), true, "services_captiveportal_mac.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_mac.php 154 -$tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +msgid ""Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_mac.php 156 -// $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +msgid ""Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_mac.php 157 -$tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +msgid ""Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_mac.php 158 -$tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +msgid ""File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_mac.php 173 - +msgid ""MAC address"); ?> msgstr "" #: src/www/services_captiveportal_mac.php 174 - +msgid ""Description"); ?> msgstr "" #: src/www/services_captiveportal_mac.php 195 -')" class="btn btn-default btn-xs"> +msgid ""Do you really want to delete this host?"); ?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/services_captiveportal_mac.php 207 -
                msgstr "" #: src/www/services_captiveportal_mac.php 208 - +msgid ""Adding MAC addresses as 'pass' MACs allows them access through the captive portal automatically without being taken to the portal page."); ?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 49 -$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit MAC address rules")); +msgid ""Edit MAC address rules")); msgstr "" #: src/www/services_captiveportal_mac_edit.php 90 -$reqdfieldsn = array(gettext("Action"), gettext("MAC address")); +msgid ""MAC address")); msgstr "" #: src/www/services_captiveportal_mac_edit.php 101 -$input_errors[] = sprintf(gettext("The MAC address %s belongs to a local interface, you cannot use it here."), $_POST['mac']); +msgid ""The MAC address %s belongs to a local interface, you cannot use it here."), $_POST['mac']); msgstr "" #: src/www/services_captiveportal_mac_edit.php 106 -$input_errors[] = sprintf("%s. [%s]", gettext("A valid MAC address must be specified"), $_POST['mac']); +msgid ""A valid MAC address must be specified"), $_POST['mac']); msgstr "" #: src/www/services_captiveportal_mac_edit.php 110 -$input_errors[] = gettext("Upload speed needs to be an integer"); +msgid ""Upload speed needs to be an integer"); msgstr "" #: src/www/services_captiveportal_mac_edit.php 112 -$input_errors[] = gettext("Download speed needs to be an integer"); +msgid ""Download speed needs to be an integer"); msgstr "" #: src/www/services_captiveportal_mac_edit.php 119 -$input_errors[] = sprintf("[%s] %s.", $_POST['mac'], gettext("already exists")); +msgid ""already exists")); msgstr "" #: src/www/services_captiveportal_mac_edit.php 186 - +msgid ""Edit MAC address rules");?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 189 - +msgid ""Action"); ?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 204 -. +msgid ""Choose what to do with packets coming from this MAC address"); ?>. msgstr "" #: src/www/services_captiveportal_mac_edit.php 208 - +msgid ""MAC address"); ?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 216 - +msgid ""Copy my MAC address");?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 218 - +msgid ""MAC address (6 hex octets separated by colons)"); ?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 221 - +msgid ""Description"); ?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 225 -. +msgid ""You may enter a description here for your reference (not parsed)"); ?>. msgstr "" #: src/www/services_captiveportal_mac_edit.php 230 - +msgid ""Bandwidth up"); ?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 234 - +msgid ""Enter a upload limit to be enforced on this MAC address in Kbit/s"); ?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 238 - +msgid ""Bandwidth down"); ?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 242 - +msgid ""Enter a download limit to be enforced on this MAC address in Kbit/s"); ?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 249 -" /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/services_captiveportal_vouchers.php 83 -$pgtitle = array(gettext("Services"), gettext("Captive portal"), gettext("Vouchers"), $a_cp[$cpzone]['zone']); +msgid ""Vouchers"), $a_cp[$cpzone]['zone']); msgstr "" #: src/www/services_captiveportal_vouchers.php 136 -$config['voucher'][$cpzone]['descrmsgnoaccess'] = gettext("Voucher invalid"); +msgid ""Voucher invalid"); msgstr "" #: src/www/services_captiveportal_vouchers.php 138 -$config['voucher'][$cpzone]['descrmsgexpired'] = gettext("Voucher expired"); +msgid ""Voucher expired"); msgstr "" #: src/www/services_captiveportal_vouchers.php 161 -$input_errors[] = gettext("Cannot write private key file") . ".n"; +msgid ""Cannot write private key file") . ".n"; msgstr "" #: src/www/services_captiveportal_vouchers.php 181 -$input_errors[] = gettext("Need private RSA key to print vouchers") . "n"; +msgid ""Need private RSA key to print vouchers") . "n"; msgstr "" #: src/www/services_captiveportal_vouchers.php 216 -$reqdfieldsn = array(gettext("charset"),gettext("rollbits"),gettext("ticketbits"),gettext("checksumbits"),gettext("publickey"),gettext("magic")); +msgid ""magic")); msgstr "" #: src/www/services_captiveportal_vouchers.php 219 -$reqdfieldsn = array(gettext("Synchronize Voucher Database IP"),gettext("Sync port"),gettext("Sync password"),gettext("Sync username")); +msgid ""Sync username")); msgstr "" #: src/www/services_captiveportal_vouchers.php 228 -$input_errors[] = gettext("Need at least 2 characters to create vouchers."); +msgid ""Need at least 2 characters to create vouchers."); msgstr "" #: src/www/services_captiveportal_vouchers.php 230 -$input_errors[] = gettext("Double quotes aren't allowed."); +msgid ""Double quotes aren't allowed."); msgstr "" #: src/www/services_captiveportal_vouchers.php 232 -$input_errors[] = "',' " . gettext("aren't allowed."); +msgid ""aren't allowed."); msgstr "" #: src/www/services_captiveportal_vouchers.php 234 -$input_errors[] = gettext("# of Bits to store Roll Id needs to be between 1..31."); +msgid ""# of Bits to store Roll Id needs to be between 1..31."); msgstr "" #: src/www/services_captiveportal_vouchers.php 236 -$input_errors[] = gettext("# of Bits to store Ticket Id needs to be between 1..16."); +msgid ""# of Bits to store Ticket Id needs to be between 1..16."); msgstr "" #: src/www/services_captiveportal_vouchers.php 238 -$input_errors[] = gettext("# of Bits to store checksum needs to be between 1..31."); +msgid ""# of Bits to store checksum needs to be between 1..31."); msgstr "" #: src/www/services_captiveportal_vouchers.php 240 -$input_errors[] = gettext("This doesn't look like an RSA Public key."); +msgid ""This doesn't look like an RSA Public key."); msgstr "" #: src/www/services_captiveportal_vouchers.php 242 -$input_errors[] = gettext("This doesn't look like an RSA Private key."); +msgid ""This doesn't look like an RSA Private key."); msgstr "" #: src/www/services_captiveportal_vouchers.php 244 -$input_errors[] = gettext("You cannot sync the voucher database to this host (itself)."); +msgid ""You cannot sync the voucher database to this host (itself)."); msgstr "" #: src/www/services_captiveportal_vouchers.php 353 -$savemsg = gettext("Voucher database has been synchronized from {$url} +msgid ""Voucher database has been synchronized from {$url} {$port}"); msgstr "" #: src/www/services_captiveportal_vouchers.php 373 -array('label'=>gettext("add voucher"), 'href'=>'services_captiveportal_vouchers_edit.php?zone='.$cpzone), +msgid ""add voucher"), 'href'=>'services_captiveportal_vouchers_edit.php?zone='.$cpzone), msgstr "" #: src/www/services_captiveportal_vouchers.php 443 -$tab_array[] = array(gettext("Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +msgid ""Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_vouchers.php 444 -$tab_array[] = array(gettext("MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +msgid ""MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_vouchers.php 445 -$tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +msgid ""Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_vouchers.php 447 -// $tab_array[] = array(gettext("Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +msgid ""Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_vouchers.php 448 -$tab_array[] = array(gettext("Vouchers"), true, "services_captiveportal_vouchers.php?zone={$cpzone}"); +msgid ""Vouchers"), true, "services_captiveportal_vouchers.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_vouchers.php 449 -$tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +msgid ""File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_vouchers.php 466 - +msgid ""Enable Vouchers"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 471 - +msgid ""Voucher Rolls"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 480 - # +msgid ""Roll"); ?> # msgstr "" #: src/www/services_captiveportal_vouchers.php 481 - +msgid ""Minutes/Ticket"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 482 -# +msgid ""of Tickets"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 483 - +msgid ""Comment"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 503 -" alt="" > +msgid ""edit voucher"); ?>" > msgstr "" #: src/www/services_captiveportal_vouchers.php 504 -')">" alt=""> +msgid ""delete vouchers"); ?>"> msgstr "" #: src/www/services_captiveportal_vouchers.php 505 -" alt=""> +msgid ""generate vouchers for this roll to CSV file"); ?>"> msgstr "" #: src/www/services_captiveportal_vouchers.php 514 - +msgid ""Enable Voucher support first using the checkbox above and hit Save at the bottom."); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 526 - +msgid ""Voucher public key"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 531 - . +msgid "'new key');?>. msgstr "" #: src/www/services_captiveportal_vouchers.php 534 - +msgid ""Voucher private key"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 538 - . +msgid "'new key');?>. msgstr "" #: src/www/services_captiveportal_vouchers.php 541 - +msgid ""Character set"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 545 - +msgid ""Tickets are generated with the specified character set. It should contain printable characters (numbers, lower case and upper case letters) that are hard to confuse with others. Avoid e.g. 0/O and l/1."); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 549 -# +msgid ""of Roll Bits"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 553 - msgstr "" #: src/www/services_captiveportal_vouchers.php 557 -# +msgid ""of Ticket Bits"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 561 - msgstr "" #: src/www/services_captiveportal_vouchers.php 565 -# +msgid ""of Checksum Bits"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 569 - +msgid ""Reserves a range in each voucher to store a simple checksum over Roll # and Ticket#. Allowed range is 0..31."); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 573 - +msgid ""Magic Number"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 577 - +msgid ""Magic number stored in every voucher. Verified during voucher check. Size depends on how many bits are left by Roll+Ticket+Checksum bits. If all bits are used, no magic number will be used and checked."); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 581 - +msgid ""Invalid Voucher Message"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 584 -
                ($PORTAL_MESSAGE$). +msgid ""Error message displayed for invalid vouchers on captive portal error page"); ?> ($PORTAL_MESSAGE$). msgstr "" #: src/www/services_captiveportal_vouchers.php 588 - +msgid ""Expired Voucher Message"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 591 -
                ($PORTAL_MESSAGE$). +msgid ""Error message displayed for expired vouchers on captive portal error page"); ?> ($PORTAL_MESSAGE$). msgstr "" #: src/www/services_captiveportal_vouchers.php 605 -" onclick="enable_change(true); before_save();" /> +msgid ""Save"); ?>" onclick="enable_change(true); before_save();" /> msgstr "" #: src/www/services_captiveportal_vouchers.php 606 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/services_captiveportal_vouchers.php 611 -
                msgstr "" #: src/www/services_captiveportal_vouchers.php 612 - +msgid ""Changing any Voucher parameter (apart from managing the list of Rolls) on this page will render existing vouchers useless if they were generated with different settings."); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 614 - +msgid ""Specifying the Voucher Database Synchronization options will not record any other value from the other options. They will be retrieved/synced from the master."); ?> msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 36 -$pgtitle = array(gettext("Services"), gettext("Captive portal"), gettext("Edit Voucher Rolls")); +msgid ""Edit Voucher Rolls")); msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 84 -$reqdfieldsn = array(gettext("Number"),gettext("Count"),gettext("minutes")); +msgid ""minutes")); msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 91 -$input_errors[] = sprintf(gettext("Roll number %s already exists."), $_POST['number']); +msgid ""Roll number %s already exists."), $_POST['number']); msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 97 -$input_errors[] = sprintf(gettext("Roll number must be numeric and less than %s"), $maxnumber); +msgid ""Roll number must be numeric and less than %s"), $maxnumber); msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 100 -$input_errors[] = sprintf(gettext("A roll has at least one voucher and less than %s."), $maxcount); +msgid ""A roll has at least one voucher and less than %s."), $maxcount); msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 103 -$input_errors[] = gettext("Each voucher must be good for at least 1 minute."); +msgid ""Each voucher must be good for at least 1 minute."); msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 124 -voucher_log(LOG_INFO,sprintf(gettext('All %1$s vouchers from Roll %2$s marked unused'), $rollent['count'], $rollent['number'])); +msgid "'All %1$s vouchers from Roll %2$s marked unused'), $rollent['count'], $rollent['number'])); msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 181 -# +msgid ""Roll"); ?># msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 185 -# (0..) . +msgid ""found on top of the generated/printed vouchers"); ?>. msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 189 - +msgid ""Minutes per Ticket"); ?> msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 193 -. +msgid ""Defines the time in minutes that a user is allowed access. The clock starts ticking the first time a voucher is used for authentication"); ?>. msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 197 - +msgid ""Count"); ?> msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 201 - (1..) . msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 205 - +msgid ""Comment"); ?> msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 209 -. +msgid ""Can be used to further identify this roll. Ignored by the system"); ?>. msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 215 -" /> +msgid ""Save"); ?>" /> msgstr "" #: src/www/services_captiveportal_zones.php 56 -$pgtitle = array(gettext("Captiveportal"),gettext("Zones")); +msgid ""Zones")); msgstr "" #: src/www/services_captiveportal_zones.php 61 -array('href'=>'services_captiveportal_zones_edit.php', 'label'=>gettext("add a new captiveportal instance")), +msgid ""add a new captiveportal instance")), msgstr "" #: src/www/services_captiveportal_zones.php 75 -" . 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/services_captiveportal_zones.php 88 - +msgid ""Zone");?> msgstr "" #: src/www/services_captiveportal_zones.php 89 - +msgid ""Interfaces");?> msgstr "" #: src/www/services_captiveportal_zones.php 90 - +msgid ""Users");?> msgstr "" #: src/www/services_captiveportal_zones.php 91 - +msgid ""Description");?> msgstr "" #: src/www/services_captiveportal_zones.php 120 -" class="btn btn-default btn-xs"> +msgid ""edit captiveportal instance"); ?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/services_captiveportal_zones.php 121 -')" title="" class="btn btn-default btn-xs"> +msgid ""delete captiveportal instance");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/services_captiveportal_zones_edit.php 35 -$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit Zones")); +msgid ""Edit Zones")); msgstr "" #: src/www/services_captiveportal_zones_edit.php 49 -$reqdfieldsn = array(gettext("Zone name")); +msgid ""Zone name")); msgstr "" #: src/www/services_captiveportal_zones_edit.php 54 -$input_errors[] = gettext("The zone name can only contain letters, digits, and underscores (_)."); +msgid ""The zone name can only contain letters, digits, and underscores (_)."); msgstr "" #: src/www/services_captiveportal_zones_edit.php 59 -$input_errors[] = sprintf("[%s] %s.", $_POST['zone'], gettext("already exists")); +msgid ""already exists")); msgstr "" #: src/www/services_captiveportal_zones_edit.php 93 -

                +msgid ""Edit Captiveportal Zones");?> msgstr "" #: src/www/services_captiveportal_zones_edit.php 103 - +msgid ""Zone name"); ?> msgstr "" #: src/www/services_captiveportal_zones_edit.php 107 - +msgid ""Zone name. Can only contain letters, digits, and underscores (_)."); ?> msgstr "" #: src/www/services_captiveportal_zones_edit.php 111 - +msgid ""Description"); ?> msgstr "" #: src/www/services_captiveportal_zones_edit.php 115 -. +msgid ""You may enter a description here for your reference (not parsed)"); ?>. msgstr "" #: src/www/services_captiveportal_zones_edit.php 121 -" /> +msgid ""Continue"); ?>" /> msgstr "" #: src/www/services_dhcp.php 98 -$savemsg = gettext("The DHCP Server can only be enabled on interfaces configured with static IP addresses") . ".

                " . gettext("Only interfaces configured with a static IP will be shown") . "."; +msgid ""Only interfaces configured with a static IP will be shown") . "."; msgstr "" #: src/www/services_dhcp.php 227 -$reqdfieldsn = array(gettext("Range begin"),gettext("Range end")); +msgid ""Range end")); msgstr "" #: src/www/services_dhcp.php 232 -$input_errors[] = gettext("A valid range must be specified."); +msgid ""A valid range must be specified."); msgstr "" #: src/www/services_dhcp.php 234 -$input_errors[] = gettext("A valid range must be specified."); +msgid ""A valid range must be specified."); msgstr "" #: src/www/services_dhcp.php 236 -$input_errors[] = gettext("A valid IP address must be specified for the gateway."); +msgid ""A valid IP address must be specified for the gateway."); msgstr "" #: src/www/services_dhcp.php 238 -$input_errors[] = gettext("A valid IP address must be specified for the primary/secondary WINS servers."); +msgid ""A valid IP address must be specified for the primary/secondary WINS servers."); msgstr "" #: src/www/services_dhcp.php 243 -$input_errors[] = sprintf(gettext("The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); +msgid ""The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); msgstr "" #: src/www/services_dhcp.php 246 -$input_errors[] = gettext("A valid IP address must be specified for the primary/secondary DNS servers."); +msgid ""A valid IP address must be specified for the primary/secondary DNS servers."); msgstr "" #: src/www/services_dhcp.php 249 -$input_errors[] = gettext("The default lease time must be at least 60 seconds."); +msgid ""The default lease time must be at least 60 seconds."); msgstr "" #: src/www/services_dhcp.php 265 -$input_errors[] = sprintf(gettext( +msgid " msgstr "" #: src/www/services_dhcp.php 271 -$input_errors[] = gettext("The maximum lease time must be at least 60 seconds and higher than the default lease time."); +msgid ""The maximum lease time must be at least 60 seconds and higher than the default lease time."); msgstr "" #: src/www/services_dhcp.php 273 -$input_errors[] = gettext("A valid domain name must be specified for the dynamic DNS registration."); +msgid ""A valid domain name must be specified for the dynamic DNS registration."); msgstr "" #: src/www/services_dhcp.php 275 -$input_errors[] = gettext("A valid primary domain name server IP address must be specified for the dynamic domain name."); +msgid ""A valid primary domain name server IP address must be specified for the dynamic domain name."); msgstr "" #: src/www/services_dhcp.php 278 -$input_errors[] = gettext("You must specify both a valid domain key and key name."); +msgid ""You must specify both a valid domain key and key name."); msgstr "" #: src/www/services_dhcp.php 283 -$input_errors[] = gettext("A valid domain search list must be specified."); +msgid ""A valid domain search list must be specified."); msgstr "" #: src/www/services_dhcp.php 291 -$input_errors[] = gettext("If you specify a mac allow list, it must contain only valid partial MAC addresses."); +msgid ""If you specify a mac allow list, it must contain only valid partial MAC addresses."); msgstr "" #: src/www/services_dhcp.php 293 -$input_errors[] = gettext("If you specify a mac deny list, it must contain only valid partial MAC addresses."); +msgid ""If you specify a mac deny list, it must contain only valid partial MAC addresses."); msgstr "" #: src/www/services_dhcp.php 296 -$input_errors[] = gettext("A valid IP address must be specified for the primary/secondary NTP servers."); +msgid ""A valid IP address must be specified for the primary/secondary NTP servers."); msgstr "" #: src/www/services_dhcp.php 298 -$input_errors[] = gettext("A valid domain name must be specified for the DNS domain."); +msgid ""A valid domain name must be specified for the DNS domain."); msgstr "" #: src/www/services_dhcp.php 300 -$input_errors[] = gettext("A valid IP address or hostname must be specified for the TFTP server."); +msgid ""A valid IP address or hostname must be specified for the TFTP server."); msgstr "" #: src/www/services_dhcp.php 302 -$input_errors[] = gettext("A valid IP address must be specified for the network boot server."); +msgid ""A valid IP address must be specified for the network boot server."); msgstr "" #: src/www/services_dhcp.php 305 -$input_errors[] = gettext("You cannot use the network address in the starting subnet range."); +msgid ""You cannot use the network address in the starting subnet range."); msgstr "" #: src/www/services_dhcp.php 307 -$input_errors[] = gettext("You cannot use the broadcast address in the ending subnet range."); +msgid ""You cannot use the broadcast address in the ending subnet range."); msgstr "" #: src/www/services_dhcp.php 314 -$input_errors[] = sprintf(gettext("The subnet range cannot overlap with virtual IP address %s."),$vip['subnet']); +msgid ""The subnet range cannot overlap with virtual IP address %s."),$vip['subnet']); msgstr "" #: src/www/services_dhcp.php 329 -$input_errors[] = gettext("Text type cannot include quotation marks."); +msgid ""Text type cannot include quotation marks."); msgstr "" #: src/www/services_dhcp.php 331 -$input_errors[] = gettext("String type must be enclosed in quotes like "this" or must be a series of octets specified in hexadecimal, separated by colons, like 01 +msgid ""String type must be enclosed in quotes like "this" or must be a series of octets specified in hexadecimal, separated by colons, like 01 23 45 67 @@ -39283,444 +39246,444 @@ msgstr "" #: src/www/services_dhcp.php 333 -$input_errors[] = gettext("Boolean type must be true, false, on, or off."); +msgid ""Boolean type must be true, false, on, or off."); msgstr "" #: src/www/services_dhcp.php 335 -$input_errors[] = gettext("Unsigned 8-bit integer type must be a number in the range 0 to 255."); +msgid ""Unsigned 8-bit integer type must be a number in the range 0 to 255."); msgstr "" #: src/www/services_dhcp.php 337 -$input_errors[] = gettext("Unsigned 16-bit integer type must be a number in the range 0 to 65535."); +msgid ""Unsigned 16-bit integer type must be a number in the range 0 to 65535."); msgstr "" #: src/www/services_dhcp.php 339 -$input_errors[] = gettext("Unsigned 32-bit integer type must be a number in the range 0 to 4294967295."); +msgid ""Unsigned 32-bit integer type must be a number in the range 0 to 4294967295."); msgstr "" #: src/www/services_dhcp.php 341 -$input_errors[] = gettext("Signed 8-bit integer type must be a number in the range -128 to 127."); +msgid ""Signed 8-bit integer type must be a number in the range -128 to 127."); msgstr "" #: src/www/services_dhcp.php 343 -$input_errors[] = gettext("Signed 16-bit integer type must be a number in the range -32768 to 32767."); +msgid ""Signed 16-bit integer type must be a number in the range -32768 to 32767."); msgstr "" #: src/www/services_dhcp.php 345 -$input_errors[] = gettext("Signed 32-bit integer type must be a number in the range -2147483648 to 2147483647."); +msgid ""Signed 32-bit integer type must be a number in the range -2147483648 to 2147483647."); msgstr "" #: src/www/services_dhcp.php 347 -$input_errors[] = gettext("IP address or host type must be an IP address or host name."); +msgid ""IP address or host type must be an IP address or host name."); msgstr "" #: src/www/services_dhcp.php 358 -$input_errors[] = gettext("The specified range lies outside of the current subnet."); +msgid ""The specified range lies outside of the current subnet."); msgstr "" #: src/www/services_dhcp.php 362 -$input_errors[] = gettext("The range is invalid (first element higher than second element)."); +msgid ""The range is invalid (first element higher than second element)."); msgstr "" #: src/www/services_dhcp.php 369 -$input_errors[] = gettext("The specified range must not be within the DHCP range for this interface."); +msgid ""The specified range must not be within the DHCP range for this interface."); msgstr "" #: src/www/services_dhcp.php 378 -$input_errors[] = gettext("The specified range must not be within the range configured on a DHCP pool for this interface."); +msgid ""The specified range must not be within the range configured on a DHCP pool for this interface."); msgstr "" #: src/www/services_dhcp.php 385 -$input_errors[] = sprintf(gettext("You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); +msgid ""You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); msgstr "" #: src/www/services_dhcp.php 395 -$input_errors[] = sprintf(gettext("The DHCP range cannot overlap any static DHCP mappings.")); +msgid ""The DHCP range cannot overlap any static DHCP mappings.")); msgstr "" #: src/www/services_dhcp.php 566 -$pgtitle = array(gettext("Services"),gettext("DHCP server")); +msgid ""DHCP server")); msgstr "" #: src/www/services_dhcp.php 581 -$customitemtypes = array('text' => gettext('Text'), 'string' => gettext('String'), 'boolean' => gettext('Boolean'), +msgid "'Boolean'), msgstr "" #: src/www/services_dhcp.php 582 -'unsigned integer 8' => gettext('Unsigned 8-bit integer'), 'unsigned integer 16' => gettext('Unsigned 16-bit integer'), 'unsigned integer 32' => gettext('Unsigned 32-bit integer'), +msgid "'Unsigned 32-bit integer'), msgstr "" #: src/www/services_dhcp.php 583 -'signed integer 8' => gettext('Signed 8-bit integer'), 'signed integer 16' => gettext('Signed 16-bit integer'), 'signed integer 32' => gettext('Signed 32-bit integer'), 'ip-address' => gettext('IP address or host')); +msgid "'IP address or host')); msgstr "" #: src/www/services_dhcp.php 699 -" . 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/services_dhcp.php 743 - +msgid ""DHCP Relay is currently enabled. Cannot enable the DHCP Server service while the DHCP Relay is enabled on any interface."); ?> msgstr "" #: src/www/services_dhcp.php 754 - +msgid ""Editing Pool-Specific Options. To return to the Interface, click its tab above."); ?> msgstr "" #: src/www/services_dhcp.php 767 -
                +msgid ""Deny unknown clients");?>

                msgstr "" #: src/www/services_dhcp.php 768 - +msgid ""If this is checked, only the clients defined below will get DHCP leases from this server. ");?> msgstr "" #: src/www/services_dhcp.php 772 - +msgid ""Pool Description");?> msgstr "" #: src/www/services_dhcp.php 779 - +msgid ""Subnet");?> msgstr "" #: src/www/services_dhcp.php 785 - +msgid ""Subnet mask");?> msgstr "" #: src/www/services_dhcp.php 791 - +msgid ""Available range");?> msgstr "" #: src/www/services_dhcp.php 819 - +msgid ""Subnet Mask");?> msgstr "" #: src/www/services_dhcp.php 836 - +msgid ""Range");?> msgstr "" #: src/www/services_dhcp.php 839 -   +msgid ""to"); ?>  msgstr "" #: src/www/services_dhcp.php 844 - +msgid ""Additional Pools");?> msgstr "" #: src/www/services_dhcp.php 846 - +msgid ""If you need additional pools of addresses inside of this subnet outside the above Range, they may be specified here."); ?> msgstr "" #: src/www/services_dhcp.php 849 - +msgid ""Pool Start");?> msgstr "" #: src/www/services_dhcp.php 850 - +msgid ""Pool End");?> msgstr "" #: src/www/services_dhcp.php 851 - +msgid ""Description");?> msgstr "" #: src/www/services_dhcp.php 878 -')">delete +msgid ""Do you really want to delete this pool?");?>')">delete msgstr "" #: src/www/services_dhcp.php 892 - +msgid ""WINS servers");?> msgstr "" #: src/www/services_dhcp.php 899 - +msgid ""DNS servers");?> msgstr "" #: src/www/services_dhcp.php 903 - msgstr "" #: src/www/services_dhcp.php 907 - +msgid ""Gateway");?> msgstr "" #: src/www/services_dhcp.php 910 - +msgid ""The default is to use the IP on this interface of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for your network. Type "none" for no gateway assignment.");?> msgstr "" #: src/www/services_dhcp.php 914 - +msgid ""Domain name");?> msgstr "" #: src/www/services_dhcp.php 917 - +msgid ""The default is to use the domain name of this system as the default domain name provided by DHCP. You may specify an alternate domain name here.");?> msgstr "" #: src/www/services_dhcp.php 921 - +msgid ""Domain search list");?> msgstr "" #: src/www/services_dhcp.php 924 - +msgid ""The DHCP server can optionally provide a domain search list. Use the semicolon character as separator ");?> msgstr "" #: src/www/services_dhcp.php 928 - +msgid ""Default lease time");?> msgstr "" #: src/www/services_dhcp.php 931 -
                +msgid ""seconds");?>
                msgstr "" #: src/www/services_dhcp.php 932 - +msgid ""The default is 7200 seconds.");?> msgstr "" #: src/www/services_dhcp.php 938 - +msgid ""Maximum lease time");?> msgstr "" #: src/www/services_dhcp.php 941 -
                +msgid ""seconds");?>
                msgstr "" #: src/www/services_dhcp.php 942 - +msgid ""The default is 86400 seconds.");?> msgstr "" #: src/www/services_dhcp.php 949 - msgstr "" #: src/www/services_dhcp.php 952 -20).");?> +msgid ""Leave blank to disable. Enter the interface IP address of the other machine. Machines must be using CARP. Interface's advskew determines whether the DHCPd process is Primary or Secondary. Ensure one machine's advskew<20 (and the other is >20).");?> msgstr "" #: src/www/services_dhcp.php 958 - +msgid ""Static ARP");?> msgstr "" #: src/www/services_dhcp.php 965 - +msgid ""Enable Static ARP entries");?> msgstr "" #: src/www/services_dhcp.php 970 - +msgid ""Note +msgid ""This option persists even if DHCP server is disabled. Only the machines listed below will be able to communicate with the firewall on this NIC.");?> msgstr "" #: src/www/services_dhcp.php 979 - +msgid ""Time format change"); ?> msgstr "" #: src/www/services_dhcp.php 988 - +msgid ""Change DHCP display lease time from UTC to local time."); ?> msgstr "" #: src/www/services_dhcp.php 995 - +msgid ""Dynamic DNS");?> msgstr "" #: src/www/services_dhcp.php 1007 -" /> - +msgid ""Show Dynamic DNS");?> msgstr "" #: src/www/services_dhcp.php 1011 -
                +msgid ""Enable registration of DHCP client names in DNS.");?>
                msgstr "" #: src/www/services_dhcp.php 1014 -
                msgstr "" #: src/www/services_dhcp.php 1015 - +msgid ""Enter the dynamic DNS domain which will be used to register client names in the DNS server.");?> msgstr "" #: src/www/services_dhcp.php 1017 -
                +msgid ""Enter the primary domain name server IP address for the dynamic domain name.");?>
                msgstr "" #: src/www/services_dhcp.php 1019 - +msgid ""Enter the dynamic DNS domain key name which will be used to register client names in the DNS server.");?> msgstr "" #: src/www/services_dhcp.php 1021 - +msgid ""Enter the dynamic DNS domain key secret which will be used to register client names in the DNS server.");?> msgstr "" #: src/www/services_dhcp.php 1026 - +msgid ""MAC Address Control");?> msgstr "" #: src/www/services_dhcp.php 1029 -" /> - +msgid ""Show MAC Address Control");?> msgstr "" #: src/www/services_dhcp.php 1033 -00 +msgid ""Enter a list of partial MAC addresses to allow, comma separated, no spaces, such as ");?>00 00 00,01 E5 @@ -39730,7 +39693,7 @@ msgstr "" #: src/www/services_dhcp.php 1035 -00 +msgid ""Enter a list of partial MAC addresses to deny access, comma separated, no spaces, such as ");?>00 00 00,01 E5 @@ -39740,117 +39703,117 @@ msgstr "" #: src/www/services_dhcp.php 1040 - +msgid ""NTP servers");?> msgstr "" #: src/www/services_dhcp.php 1043 -" /> - +msgid ""Show NTP configuration");?> msgstr "" #: src/www/services_dhcp.php 1052 - +msgid ""TFTP server");?> msgstr "" #: src/www/services_dhcp.php 1055 -" /> - +msgid ""Show TFTP configuration");?> msgstr "" #: src/www/services_dhcp.php 1059 - +msgid ""Leave blank to disable. Enter a full hostname or IP for the TFTP server.");?> msgstr "" #: src/www/services_dhcp.php 1064 - +msgid ""LDAP URI");?> msgstr "" #: src/www/services_dhcp.php 1067 -" /> - +msgid ""Show LDAP configuration");?> msgstr "" #: src/www/services_dhcp.php 1071 - msgstr "" #: src/www/services_dhcp.php 1076 - +msgid ""Enable network booting");?> msgstr "" #: src/www/services_dhcp.php 1079 -" /> - +msgid ""Show Network booting");?> msgstr "" #: src/www/services_dhcp.php 1083 - +msgid ""Enables network booting.");?> msgstr "" #: src/www/services_dhcp.php 1085 - +msgid ""next-server"); ?> msgstr "" #: src/www/services_dhcp.php 1087 - +msgid ""and the default bios filename");?> msgstr "" #: src/www/services_dhcp.php 1089 - +msgid ""and the UEFI 32bit filename ");?> msgstr "" #: src/www/services_dhcp.php 1091 - +msgid ""and the UEFI 64bit filename ");?> msgstr "" #: src/www/services_dhcp.php 1093 - msgstr "" #: src/www/services_dhcp.php 1094 - +msgid ""You will need all three filenames and a boot server configured for UEFI to work!");?> msgstr "" #: src/www/services_dhcp.php 1095 - - +msgid ""string");?> msgstr "" #: src/www/services_dhcp.php 1097 - +msgid ""Additional BOOTP/DHCP Options");?> msgstr "" #: src/www/services_dhcp.php 1106 -" /> - +msgid ""Show Additional BOOTP/DHCP Options");?> msgstr "" #: src/www/services_dhcp.php 1114 - +msgid ""Enter the DHCP option number and the value for each item you would like to include in the DHCP lease information. For a list of available options please visit this"); ?> msgstr "" #: src/www/services_dhcp.php 1119 -
                +msgid ""Number");?> msgstr "" #: src/www/services_dhcp.php 1120 -
                +msgid ""Type");?> msgstr "" #: src/www/services_dhcp.php 1121 -
                +msgid ""Value");?> msgstr "" #: src/www/services_dhcp.php 1183 -" onclick="enable_change(true)" /> +msgid ""Save");?>" onclick="enable_change(true)" /> msgstr "" #: src/www/services_dhcp.php 1188 -


                msgstr "" #: src/www/services_dhcp.php 1189 -
                ,

                +msgid ""page."); ?>
                msgstr "" #: src/www/services_dhcp.php 1206 - +msgid ""DHCP Static Mappings for this interface.");?> msgstr "" #: src/www/services_dhcp.php 1210 - +msgid ""Static ARP");?> msgstr "" #: src/www/services_dhcp.php 1211 - +msgid ""MAC address");?> msgstr "" #: src/www/services_dhcp.php 1212 - +msgid ""IP address");?> msgstr "" #: src/www/services_dhcp.php 1213 - +msgid ""Hostname");?> msgstr "" #: src/www/services_dhcp.php 1214 - +msgid ""Description");?> msgstr "" #: src/www/services_dhcp.php 1249 -')" class="btn btn-default btn-xs"> +msgid ""Do you really want to delete this mapping?");?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/services_dhcp_edit.php 145 -$input_errors[] = gettext("Either MAC address or Client identifier must be specified"); +msgid ""Either MAC address or Client identifier must be specified"); msgstr "" #: src/www/services_dhcp_edit.php 153 -$input_errors[] = gettext("The hostname cannot end with a hyphen according to RFC952"); +msgid ""The hostname cannot end with a hyphen according to RFC952"); msgstr "" #: src/www/services_dhcp_edit.php 155 -$input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); +msgid ""The hostname can only contain the characters A-Z, 0-9 and '-'."); msgstr "" #: src/www/services_dhcp_edit.php 158 -$input_errors[] = gettext("A valid hostname is specified, but the domain name part should be omitted"); +msgid ""A valid hostname is specified, but the domain name part should be omitted"); msgstr "" #: src/www/services_dhcp_edit.php 163 -$input_errors[] = gettext("A valid IP address must be specified."); +msgid ""A valid IP address must be specified."); msgstr "" #: src/www/services_dhcp_edit.php 166 -$input_errors[] = gettext("A valid MAC address must be specified."); +msgid ""A valid MAC address must be specified."); msgstr "" #: src/www/services_dhcp_edit.php 169 -$input_errors[] = gettext("Static ARP is enabled. You must specify an IP address."); +msgid ""Static ARP is enabled. You must specify an IP address."); msgstr "" #: src/www/services_dhcp_edit.php 178 -$input_errors[] = gettext("This Hostname, IP, MAC address or Client identifier already exists."); +msgid ""This Hostname, IP, MAC address or Client identifier already exists."); msgstr "" #: src/www/services_dhcp_edit.php 189 -$input_errors[] = sprintf(gettext("The IP address must not be within the DHCP range for this interface.")); +msgid ""The IP address must not be within the DHCP range for this interface.")); msgstr "" #: src/www/services_dhcp_edit.php 194 -$input_errors[] = gettext("The IP address must not be within the range configured on a DHCP pool for this interface."); +msgid ""The IP address must not be within the range configured on a DHCP pool for this interface."); msgstr "" #: src/www/services_dhcp_edit.php 203 -$input_errors[] = sprintf(gettext("The IP address must lie in the %s subnet."),$ifcfgdescr); +msgid ""The IP address must lie in the %s subnet."),$ifcfgdescr); msgstr "" #: src/www/services_dhcp_edit.php 208 -$input_errors[] = gettext("A valid IP address must be specified for the gateway."); +msgid ""A valid IP address must be specified for the gateway."); msgstr "" #: src/www/services_dhcp_edit.php 210 -$input_errors[] = gettext("A valid IP address must be specified for the primary/secondary WINS servers."); +msgid ""A valid IP address must be specified for the primary/secondary WINS servers."); msgstr "" #: src/www/services_dhcp_edit.php 216 -$input_errors[] = sprintf(gettext("The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); +msgid ""The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); msgstr "" #: src/www/services_dhcp_edit.php 219 -$input_errors[] = gettext("A valid IP address must be specified for the primary/secondary DNS servers."); +msgid ""A valid IP address must be specified for the primary/secondary DNS servers."); msgstr "" #: src/www/services_dhcp_edit.php 222 -$input_errors[] = gettext("The default lease time must be at least 60 seconds."); +msgid ""The default lease time must be at least 60 seconds."); msgstr "" #: src/www/services_dhcp_edit.php 224 -$input_errors[] = gettext("The maximum lease time must be at least 60 seconds and higher than the default lease time."); +msgid ""The maximum lease time must be at least 60 seconds and higher than the default lease time."); msgstr "" #: src/www/services_dhcp_edit.php 226 -$input_errors[] = gettext("A valid domain name must be specified for the dynamic DNS registration."); +msgid ""A valid domain name must be specified for the dynamic DNS registration."); msgstr "" #: src/www/services_dhcp_edit.php 228 -$input_errors[] = gettext("A valid primary domain name server IP address must be specified for the dynamic domain name."); +msgid ""A valid primary domain name server IP address must be specified for the dynamic domain name."); msgstr "" #: src/www/services_dhcp_edit.php 231 -$input_errors[] = gettext("You must specify both a valid domain key and key name."); +msgid ""You must specify both a valid domain key and key name."); msgstr "" #: src/www/services_dhcp_edit.php 236 -$input_errors[] = gettext("A valid domain search list must be specified."); +msgid ""A valid domain search list must be specified."); msgstr "" #: src/www/services_dhcp_edit.php 243 -$input_errors[] = gettext("A valid IP address must be specified for the primary/secondary NTP servers."); +msgid ""A valid IP address must be specified for the primary/secondary NTP servers."); msgstr "" #: src/www/services_dhcp_edit.php 245 -$input_errors[] = gettext("A valid IP address or hostname must be specified for the TFTP server."); +msgid ""A valid IP address or hostname must be specified for the TFTP server."); msgstr "" #: src/www/services_dhcp_edit.php 247 -$input_errors[] = gettext("A valid IP address must be specified for the network boot server."); +msgid ""A valid IP address must be specified for the network boot server."); msgstr "" #: src/www/services_dhcp_edit.php 314 -$pgtitle = array(gettext("Services"),gettext("DHCP"),gettext("Edit static mapping")); +msgid ""Edit static mapping")); msgstr "" #: src/www/services_dhcp_edit.php 364 - +msgid ""Static DHCP Mapping");?> msgstr "" #: src/www/services_dhcp_edit.php 367 - +msgid ""MAC address");?> msgstr "" #: src/www/services_dhcp_edit.php 375 - +msgid ""Copy my MAC address");?> msgstr "" #: src/www/services_dhcp_edit.php 377 - +msgid ""Client identifier");?> msgstr "" #: src/www/services_dhcp_edit.php 387 - +msgid ""IP address");?> msgstr "" #: src/www/services_dhcp_edit.php 391 - +msgid ""If an IPv4 address is entered, the address must be outside of the pool.");?> msgstr "" #: src/www/services_dhcp_edit.php 393 - +msgid ""If no IPv4 address is given, one will be dynamically allocated from the pool.");?> msgstr "" #: src/www/services_dhcp_edit.php 397 - +msgid ""Hostname");?> msgstr "" #: src/www/services_dhcp_edit.php 400 -
                +msgid ""Name of the host, without domain part.");?>
                msgstr "" #: src/www/services_dhcp_edit.php 413 -
                -, overrides setting on main page. +msgid ""string");?>, overrides setting on main page.
                msgstr "" #: src/www/services_dhcp_edit.php 417 - +msgid ""Description");?> msgstr "" #: src/www/services_dhcp_edit.php 420 -
                +msgid ""ARP Table Static Entry");?> msgstr "" #: src/www/services_dhcp_edit.php 427 -
                +msgid ""WINS servers");?> msgstr "" #: src/www/services_dhcp_edit.php 438 - +msgid ""DNS servers");?> msgstr "" #: src/www/services_dhcp_edit.php 442 - msgstr "" #: src/www/services_dhcp_edit.php 446 - +msgid ""Gateway");?> msgstr "" #: src/www/services_dhcp_edit.php 449 - +msgid ""The default is to use the IP on this interface of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for your network.");?> msgstr "" #: src/www/services_dhcp_edit.php 453 - +msgid ""Domain name");?> msgstr "" #: src/www/services_dhcp_edit.php 456 - +msgid ""The default is to use the domain name of this system as the default domain name provided by DHCP. You may specify an alternate domain name here.");?> msgstr "" #: src/www/services_dhcp_edit.php 460 - +msgid ""Domain search list");?> msgstr "" #: src/www/services_dhcp_edit.php 463 - +msgid ""The DHCP server can optionally provide a domain search list. Use the semicolon character as separator ");?> msgstr "" #: src/www/services_dhcp_edit.php 467 - +msgid ""Default lease time");?> msgstr "" #: src/www/services_dhcp_edit.php 470 -
                +msgid ""seconds");?>
                msgstr "" #: src/www/services_dhcp_edit.php 471 - +msgid ""The default is 7200 seconds.");?> msgstr "" #: src/www/services_dhcp_edit.php 477 - +msgid ""Maximum lease time");?> msgstr "" #: src/www/services_dhcp_edit.php 480 -
                +msgid ""seconds");?>
                msgstr "" #: src/www/services_dhcp_edit.php 481 - +msgid ""The default is 86400 seconds.");?> msgstr "" #: src/www/services_dhcp_edit.php 487 - +msgid ""Dynamic DNS");?> msgstr "" #: src/www/services_dhcp_edit.php 490 -" /> - +msgid ""Show Dynamic DNS");?> msgstr "" #: src/www/services_dhcp_edit.php 494 -
                +msgid ""Enable registration of DHCP client names in DNS.");?>
                msgstr "" #: src/www/services_dhcp_edit.php 497 -
                msgstr "" #: src/www/services_dhcp_edit.php 498 - +msgid ""Enter the dynamic DNS domain which will be used to register client names in the DNS server.");?> msgstr "" #: src/www/services_dhcp_edit.php 500 -
                +msgid ""Enter the primary domain name server IP address for the dynamic domain name.");?>
                msgstr "" #: src/www/services_dhcp_edit.php 502 - +msgid ""Enter the dynamic DNS domain key name which will be used to register client names in the DNS server.");?> msgstr "" #: src/www/services_dhcp_edit.php 504 - +msgid ""Enter the dynamic DNS domain key secret which will be used to register client names in the DNS server.");?> msgstr "" #: src/www/services_dhcp_edit.php 510 - +msgid ""NTP servers");?> msgstr "" #: src/www/services_dhcp_edit.php 513 -" /> - +msgid ""Show NTP configuration");?> msgstr "" #: src/www/services_dhcp_edit.php 522 - +msgid ""TFTP server");?> msgstr "" #: src/www/services_dhcp_edit.php 525 -" /> - +msgid ""Show TFTP configuration");?> msgstr "" #: src/www/services_dhcp_edit.php 529 - +msgid ""Leave blank to disable. Enter a full hostname or IP for the TFTP server.");?> msgstr "" #: src/www/services_dhcp_edit.php 536 -" /> +msgid ""Save");?>" /> msgstr "" #: src/www/services_dhcp_edit.php 537 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/services_dhcp_relay.php 61 -$reqdfieldsn = array(gettext("Destination Server"), gettext("Interface")); +msgid ""Interface")); msgstr "" #: src/www/services_dhcp_relay.php 69 -$input_errors[] = gettext("A valid Destination Server IP address must be specified."); +msgid ""A valid Destination Server IP address must be specified."); msgstr "" #: src/www/services_dhcp_relay.php 90 -$pgtitle = array(gettext("Services"),gettext("DHCP Relay")); +msgid ""DHCP Relay")); msgstr "" #: src/www/services_dhcp_relay.php 136 -

                +msgid ""DHCP Relay configuration"); ?> msgstr "" #: src/www/services_dhcp_relay.php 146 - +msgid ""Enable DHCP relay on interface"));?> msgstr "" #: src/www/services_dhcp_relay.php 171 -
                +msgid ""Append circuit ID and agent ID to requests"); ?>
                msgstr "" #: src/www/services_dhcp_relay.php 172 - +msgid ""If this is checked, the DHCP relay will append the circuit ID (%s interface number) and the agent ID to the DHCP request."), $g['product_name']); ?> msgstr "" #: src/www/services_dhcp_relay.php 175 - +msgid ""Destination server");?> msgstr "" #: src/www/services_dhcp_relay.php 179 - +msgid ""This is the IP address of the server to which DHCP requests are relayed. You can enter multiple server IP addresses, separated by commas. Select "Proxy requests to DHCP server on WAN subnet" to relay DHCP packets to the server that was used on the WAN interface.");?> msgstr "" #: src/www/services_dhcp_relay.php 185 -" onclick="enable_change(true)" /> +msgid ""Save");?>" onclick="enable_change(true)" /> msgstr "" #: src/www/services_dhcpv6.php 58 -$savemsg = gettext("The DHCPv6 Server can only be enabled on interfaces configured with static IP addresses") . +msgid ""The DHCPv6 Server can only be enabled on interfaces configured with static IP addresses") . msgstr "" #: src/www/services_dhcpv6.php 59 -gettext("Only interfaces configured with a static IP will be shown") . "."; +msgid ""Only interfaces configured with a static IP will be shown") . "."; msgstr "" #: src/www/services_dhcpv6.php 156 -$reqdfieldsn = array(gettext("Range begin"),gettext("Range end")); +msgid ""Range end")); msgstr "" #: src/www/services_dhcpv6.php 161 -$input_errors[] = gettext("A valid range must be specified."); +msgid ""A valid range must be specified."); msgstr "" #: src/www/services_dhcpv6.php 163 -$input_errors[] = gettext("A valid prefix range must be specified."); +msgid ""A valid prefix range must be specified."); msgstr "" #: src/www/services_dhcpv6.php 165 -$input_errors[] = gettext("A valid range must be specified."); +msgid ""A valid range must be specified."); msgstr "" #: src/www/services_dhcpv6.php 167 -$input_errors[] = gettext("A valid range must be specified."); +msgid ""A valid range must be specified."); msgstr "" #: src/www/services_dhcpv6.php 169 -$input_errors[] = gettext("A valid IPv6 address must be specified for the gateway."); +msgid ""A valid IPv6 address must be specified for the gateway."); msgstr "" #: src/www/services_dhcpv6.php 171 -$input_errors[] = gettext("A valid IPv6 address must be specified for the primary/secondary DNS servers."); +msgid ""A valid IPv6 address must be specified for the primary/secondary DNS servers."); msgstr "" #: src/www/services_dhcpv6.php 174 -$input_errors[] = gettext("The default lease time must be at least 60 seconds."); +msgid ""The default lease time must be at least 60 seconds."); msgstr "" #: src/www/services_dhcpv6.php 176 -$input_errors[] = gettext("The maximum lease time must be at least 60 seconds and higher than the default lease time."); +msgid ""The maximum lease time must be at least 60 seconds and higher than the default lease time."); msgstr "" #: src/www/services_dhcpv6.php 178 -$input_errors[] = gettext("A valid domain name must be specified for the dynamic DNS registration."); +msgid ""A valid domain name must be specified for the dynamic DNS registration."); msgstr "" #: src/www/services_dhcpv6.php 180 -$input_errors[] = gettext("A valid primary domain name server IPv4 address must be specified for the dynamic domain name."); +msgid ""A valid primary domain name server IPv4 address must be specified for the dynamic domain name."); msgstr "" #: src/www/services_dhcpv6.php 183 -$input_errors[] = gettext("You must specify both a valid domain key and key name."); +msgid ""You must specify both a valid domain key and key name."); msgstr "" #: src/www/services_dhcpv6.php 188 -$input_errors[] = gettext("A valid domain search list must be specified."); +msgid ""A valid domain search list must be specified."); msgstr "" #: src/www/services_dhcpv6.php 195 -$input_errors[] = gettext("A valid IPv6 address must be specified for the primary/secondary NTP servers."); +msgid ""A valid IPv6 address must be specified for the primary/secondary NTP servers."); msgstr "" #: src/www/services_dhcpv6.php 197 -$input_errors[] = gettext("A valid domain name must be specified for the DNS domain."); +msgid ""A valid domain name must be specified for the DNS domain."); msgstr "" #: src/www/services_dhcpv6.php 199 -$input_errors[] = gettext("A valid IPv6 address or hostname must be specified for the TFTP server."); +msgid ""A valid IPv6 address or hostname must be specified for the TFTP server."); msgstr "" #: src/www/services_dhcpv6.php 201 -$input_errors[] = gettext("A valid URL must be specified for the network bootfile."); +msgid ""A valid URL must be specified for the network bootfile."); msgstr "" #: src/www/services_dhcpv6.php 208 -$input_errors[] = sprintf(gettext("The subnet range cannot overlap with virtual IPv6 address %s."),$vip['subnetv6']); +msgid ""The subnet range cannot overlap with virtual IPv6 address %s."),$vip['subnetv6']); msgstr "" #: src/www/services_dhcpv6.php 225 -$input_errors[] = gettext("The specified range lies outside of the current subnet."); +msgid ""The specified range lies outside of the current subnet."); msgstr "" #: src/www/services_dhcpv6.php 230 -$input_errors[] = gettext("The range is invalid (first element higher than second element)."); +msgid ""The range is invalid (first element higher than second element)."); msgstr "" #: src/www/services_dhcpv6.php 234 -$input_errors[] = sprintf(gettext("You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); +msgid ""You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); msgstr "" #: src/www/services_dhcpv6.php 249 -$input_errors[] = sprintf(gettext("The DHCP range cannot overlap any static DHCP mappings.")); +msgid ""The DHCP range cannot overlap any static DHCP mappings.")); msgstr "" #: src/www/services_dhcpv6.php 357 -$pgtitle = array(gettext("Services"),gettext("DHCPv6 server")); +msgid ""DHCPv6 server")); msgstr "" #: src/www/services_dhcpv6.php 459 -" . 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/services_dhcpv6.php 513 -$tab_array[] = array(gettext("DHCPv6 Server"), true, "services_dhcpv6.php?if={$if}"); +msgid ""DHCPv6 Server"), true, "services_dhcpv6.php?if={$if}"); msgstr "" #: src/www/services_dhcpv6.php 514 -$tab_array[] = array(gettext("Router Advertisements"), false, "services_router_advertisements.php?if={$if}"); +msgid ""Router Advertisements"), false, "services_router_advertisements.php?if={$if}"); msgstr "" #: src/www/services_dhcpv6.php 533 - +msgid ""DHCPv6 Server");?> msgstr "" #: src/www/services_dhcpv6.php 536 - +msgid ""Subnet");?> msgstr "" #: src/www/services_dhcpv6.php 551 - +msgid ""Subnet mask");?> msgstr "" #: src/www/services_dhcpv6.php 557 - +msgid ""Available range");?> msgstr "" #: src/www/services_dhcpv6.php 576 - +msgid ""Subnet Mask");?> msgstr "" #: src/www/services_dhcpv6.php 593 - +msgid ""Range");?> msgstr "" #: src/www/services_dhcpv6.php 596 -   +msgid ""to"); ?>  msgstr "" #: src/www/services_dhcpv6.php 600 - +msgid ""Prefix Delegation Range");?> msgstr "" #: src/www/services_dhcpv6.php 603 -   +msgid ""to"); ?>  msgstr "" #: src/www/services_dhcpv6.php 604 - 
                +msgid ""Prefix Delegation Size"); ?>   " class="btn btn-xs btn-default"/> - +msgid ""Show Dynamic DNS");?> msgstr "" #: src/www/services_dhcpv6.php 692 -
                +msgid ""Enable registration of DHCP client names in DNS.");?>
                msgstr "" #: src/www/services_dhcpv6.php 695 -
                msgstr "" #: src/www/services_dhcpv6.php 696 - +msgid ""Enter the dynamic DNS domain which will be used to register client names in the DNS server.");?> msgstr "" #: src/www/services_dhcpv6.php 698 -
                +msgid ""Enter the primary domain name server IP address for the dynamic domain name.");?>
                msgstr "" #: src/www/services_dhcpv6.php 700 - +msgid ""Enter the dynamic DNS domain key name which will be used to register client names in the DNS server.");?> msgstr "" #: src/www/services_dhcpv6.php 702 - +msgid ""Enter the dynamic DNS domain key secret which will be used to register client names in the DNS server.");?> msgstr "" #: src/www/services_dhcpv6.php 708 - +msgid ""NTP servers");?> msgstr "" #: src/www/services_dhcpv6.php 711 -" class="btn btn-xs btn-default"/> - +msgid ""Show NTP configuration");?> msgstr "" #: src/www/services_dhcpv6.php 721 - +msgid ""TFTP server");?> msgstr "" #: src/www/services_dhcpv6.php 724 -" /> - +msgid ""Show TFTP configuration");?> msgstr "" #: src/www/services_dhcpv6.php 728 - +msgid ""Leave blank to disable. Enter a full hostname or IP for the TFTP server.");?> msgstr "" #: src/www/services_dhcpv6.php 734 - +msgid ""LDAP URI");?> msgstr "" #: src/www/services_dhcpv6.php 737 -" class="btn btn-xs btn-default"/> - +msgid ""Show LDAP configuration");?> msgstr "" #: src/www/services_dhcpv6.php 741 - msgstr "" #: src/www/services_dhcpv6.php 746 - +msgid ""Enable network booting");?> msgstr "" #: src/www/services_dhcpv6.php 749 -" class="btn btn-xs btn-default"/> - +msgid ""Show Network booting");?> msgstr "" #: src/www/services_dhcpv6.php 753 - +msgid ""Enables network booting.");?> msgstr "" #: src/www/services_dhcpv6.php 755 - +msgid ""Enter the Bootfile URL");?> msgstr "" #: src/www/services_dhcpv6.php 761 - +msgid ""Additional BOOTP/DHCP Options");?> msgstr "" #: src/www/services_dhcpv6.php 764 -" class="btn btn-xs btn-default"/> - +msgid ""Show Additional BOOTP/DHCP Options");?> msgstr "" #: src/www/services_dhcpv6.php 772 - +msgid ""Enter the DHCP option number and the value for each item you would like to include in the DHCP lease information. For a list of available options please visit this"); ?> msgstr "" #: src/www/services_dhcpv6.php 777 -
                +msgid ""Number");?> msgstr "" #: src/www/services_dhcpv6.php 778 -
                +msgid ""Value");?> msgstr "" #: src/www/services_dhcpv6.php 797 -" > +msgid ""Delete");?>" > msgstr "" #: src/www/services_dhcpv6.php 804 "> +msgid ""add another entry");?>"> msgstr "" #: src/www/services_dhcpv6.php 823 -" onclick="enable_change(true)" /> +msgid ""Save");?>" onclick="enable_change(true)" /> msgstr "" #: src/www/services_dhcpv6.php 828 -


                msgstr "" #: src/www/services_dhcpv6.php 829 -
                ,
                +msgid ""page."); ?>
                msgstr "" #: src/www/services_dhcpv6.php 844 - +msgid ""DHCPv6 Static Mappings for this interface.");?> msgstr "" #: src/www/services_dhcpv6.php 848 - +msgid ""DUID");?> msgstr "" #: src/www/services_dhcpv6.php 849 - +msgid ""IPv6 address");?> msgstr "" #: src/www/services_dhcpv6.php 850 - +msgid ""Hostname");?> msgstr "" #: src/www/services_dhcpv6.php 851 - +msgid ""Description");?> msgstr "" #: src/www/services_dhcpv6.php 881 -')" alt="delete"> +msgid ""Do you really want to delete this mapping?");?>')" alt="delete"> msgstr "" #: src/www/services_dhcpv6_edit.php 100 -$reqdfieldsn = array(gettext("DUID Identifier")); +msgid ""DUID Identifier")); msgstr "" #: src/www/services_dhcpv6_edit.php 107 -$input_errors[] = gettext("The hostname cannot end with a hyphen according to RFC952"); +msgid ""The hostname cannot end with a hyphen according to RFC952"); msgstr "" #: src/www/services_dhcpv6_edit.php 109 -$input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); +msgid ""The hostname can only contain the characters A-Z, 0-9 and '-'."); msgstr "" #: src/www/services_dhcpv6_edit.php 112 -$input_errors[] = gettext("A valid hostname is specified, but the domain name part should be omitted"); +msgid ""A valid hostname is specified, but the domain name part should be omitted"); msgstr "" #: src/www/services_dhcpv6_edit.php 117 -$input_errors[] = gettext("A valid IPv6 address must be specified."); +msgid ""A valid IPv6 address must be specified."); msgstr "" #: src/www/services_dhcpv6_edit.php 120 -$input_errors[] = gettext("A valid DUID Identifier must be specified."); +msgid ""A valid DUID Identifier must be specified."); msgstr "" #: src/www/services_dhcpv6_edit.php 129 -$input_errors[] = gettext("This Hostname, IP or DUID Identifier already exists."); +msgid ""This Hostname, IP or DUID Identifier already exists."); msgstr "" #: src/www/services_dhcpv6_edit.php 170 -$pgtitle = array(gettext("Services"),gettext("DHCPv6"),gettext("Edit static mapping")); +msgid ""Edit static mapping")); msgstr "" #: src/www/services_dhcpv6_edit.php 198 - +msgid ""Static DHCPv6 Mapping");?> msgstr "" #: src/www/services_dhcpv6_edit.php 201 - +msgid ""DUID Identifier");?> msgstr "" #: src/www/services_dhcpv6_edit.php 205 -
                msgstr "" #: src/www/services_dhcpv6_edit.php 210 - +msgid ""IPv6 address");?> msgstr "" #: src/www/services_dhcpv6_edit.php 214 - +msgid ""If an IPv6 address is entered, the address must be outside of the pool.");?> msgstr "" #: src/www/services_dhcpv6_edit.php 216 - +msgid ""If no IPv6 address is given, one will be dynamically allocated from the pool.");?> msgstr "" #: src/www/services_dhcpv6_edit.php 220 - +msgid ""Hostname");?> msgstr "" #: src/www/services_dhcpv6_edit.php 223 -
                +msgid ""Name of the host, without domain part.");?>
                msgstr "" #: src/www/services_dhcpv6_edit.php 236 -
                -, overrides setting on main page. +msgid ""string");?>, overrides setting on main page.
                msgstr "" #: src/www/services_dhcpv6_edit.php 240 - +msgid ""Description");?> msgstr "" #: src/www/services_dhcpv6_edit.php 243 -
                " /> +msgid ""Save");?>" /> msgstr "" #: src/www/services_dhcpv6_edit.php 250 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/services_dhcpv6_relay.php 62 -$reqdfieldsn = array(gettext("Destination Server"), gettext("Interface")); +msgid ""Interface")); msgstr "" #: src/www/services_dhcpv6_relay.php 70 -$input_errors[] = gettext("A valid Destination Server IPv6 address must be specified."); +msgid ""A valid Destination Server IPv6 address must be specified."); msgstr "" #: src/www/services_dhcpv6_relay.php 91 -$pgtitle = array(gettext("Services"),gettext("DHCPv6 Relay")); +msgid ""DHCPv6 Relay")); msgstr "" #: src/www/services_dhcpv6_relay.php 137 -

                +msgid ""DHCPv6 Relay configuration"); ?> msgstr "" #: src/www/services_dhcpv6_relay.php 148 - +msgid ""Enable DHCPv6 relay on interface"));?>
                msgstr "" #: src/www/services_dhcpv6_relay.php 166 -
                +msgid ""Interfaces without an IPv6 address will not be shown."); ?> msgstr "" #: src/www/services_dhcpv6_relay.php 173 -
                +msgid ""Append circuit ID and agent ID to requests"); ?>
                msgstr "" #: src/www/services_dhcpv6_relay.php 174 - +msgid ""If this is checked, the DHCPv6 relay will append the circuit ID (%s interface number) and the agent ID to the DHCPv6 request."), $g['product_name']); ?> msgstr "" #: src/www/services_dhcpv6_relay.php 177 - +msgid ""Destination server");?> msgstr "" #: src/www/services_dhcpv6_relay.php 181 - +msgid ""This is the IPv6 address of the server to which DHCPv6 requests are relayed. You can enter multiple server IPv6 addresses, separated by commas. ");?> msgstr "" #: src/www/services_dhcpv6_relay.php 187 -" onclick="enable_change(true)" /> +msgid ""Save");?>" onclick="enable_change(true)" /> msgstr "" #: src/www/services_dnsmasq.php 79 -$input_errors[] = gettext("You must specify a valid port number"); +msgid ""You must specify a valid port number"); msgstr "" #: src/www/services_dnsmasq.php 94 -$input_errors[] = gettext("Invalid custom options"); +msgid ""Invalid custom options"); msgstr "" #: src/www/services_dnsmasq.php 137 -$pgtitle = array(gettext("Services"),gettext("DNS forwarder")); +msgid ""DNS forwarder")); msgstr "" #: src/www/services_dnsmasq.php 173 -" . 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/services_dnsmasq.php 183 -

                +msgid ""General DNS Forwarder Options");?> msgstr "" #: src/www/services_dnsmasq.php 190 - +msgid ""General DNS Forwarder Options");?> msgstr "" #: src/www/services_dnsmasq.php 193 - +msgid ""Enable");?> msgstr "" #: src/www/services_dnsmasq.php 196 -
                +msgid ""Enable DNS forwarder");?>
                msgstr "" #: src/www/services_dnsmasq.php 200 - +msgid ""DHCP Registration");?> msgstr "" #: src/www/services_dnsmasq.php 203 -
                +msgid ""Register DHCP leases in DNS forwarder");?>
                msgstr "" #: src/www/services_dnsmasq.php 204 -
                +msgid ""Static DHCP");?> msgstr "" #: src/www/services_dnsmasq.php 215 -
                +msgid ""Register DHCP static mappings in DNS forwarder");?>
                msgstr "" #: src/www/services_dnsmasq.php 216 -
                +msgid ""Prefer DHCP");?> msgstr "" #: src/www/services_dnsmasq.php 226 -
                +msgid ""Resolve DHCP mappings first");?>
                msgstr "" #: src/www/services_dnsmasq.php 227 -
                +msgid ""DNS Query Forwarding");?> msgstr "" #: src/www/services_dnsmasq.php 236 -
                +msgid ""Query DNS servers sequentially");?>
                msgstr "" #: src/www/services_dnsmasq.php 237 -

                +msgid ""Require domain");?>
                msgstr "" #: src/www/services_dnsmasq.php 247 -

                +msgid ""Do not forward private reverse lookups");?>
                msgstr "" #: src/www/services_dnsmasq.php 257 - +msgid ""Listen Port");?> msgstr "" #: src/www/services_dnsmasq.php 269 -

                +msgid ""The port used for responding to DNS queries. It should normally be left blank unless another service needs to bind to TCP/UDP port 53.");?>

                msgstr "" #: src/www/services_dnsmasq.php 273 - +msgid ""Interfaces"); ?> msgstr "" #: src/www/services_dnsmasq.php 279 - +msgid ""Interface IPs used by the DNS Forwarder for responding to queries from clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries to other interface IPs not selected below are discarded. The default behavior is to respond to queries on every available IPv4 and IPv6 address.");?> msgstr "" #: src/www/services_dnsmasq.php 299 - +msgid ""Strict Interface Binding");?> msgstr "" #: src/www/services_dnsmasq.php 301 - +msgid ""If this option is set, the DNS forwarder will only bind to the interfaces containing the IP addresses selected above, rather than binding to all interfaces and discarding queries to other addresses."); ?> msgstr "" #: src/www/services_dnsmasq.php 303 - msgstr "" #: src/www/services_dnsmasq.php 308 - +msgid ""Advanced");?> msgstr "" #: src/www/services_dnsmasq.php 311 -" /> - +msgid ""Show advanced option");?> msgstr "" #: src/www/services_dnsmasq.php 314 -
                +msgid ""Advanced");?>
                msgstr "" #: src/www/services_dnsmasq.php 316 -
                +msgid ""Enter any additional options you would like to add to the dnsmasq configuration here, separated by a space or newline"); ?>
                msgstr "" #: src/www/services_dnsmasq.php 322 -" onclick="enable_change(true)" /> +msgid ""Save"); ?>" onclick="enable_change(true)" /> msgstr "" #: src/www/services_dnsmasq.php 329 -


                msgstr "" #: src/www/services_dnsmasq.php 330 -
                +msgid ""Host Overrides");?> msgstr "" #: src/www/services_dnsmasq.php 352 - +msgid ""Entries in this section override individual results from the forwarders.");?> msgstr "" #: src/www/services_dnsmasq.php 353 - +msgid ""Use these for changing DNS results or for adding custom DNS records.");?> msgstr "" #: src/www/services_dnsmasq.php 363 - +msgid ""Host");?> msgstr "" #: src/www/services_dnsmasq.php 364 - +msgid ""Domain");?> msgstr "" #: src/www/services_dnsmasq.php 365 - +msgid ""IP");?> msgstr "" #: src/www/services_dnsmasq.php 366 - +msgid ""Description");?> msgstr "" #: src/www/services_dnsmasq.php 396 -')" class="btn btn-default btn-xs"> +msgid ""Do you really want to delete this host?");?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/services_dnsmasq.php 430 - +msgid ""Domain Overrides");?> msgstr "" #: src/www/services_dnsmasq.php 433 -

                +msgid ""Domain");?> msgstr "" #: src/www/services_dnsmasq.php 443 - +msgid ""IP");?> msgstr "" #: src/www/services_dnsmasq.php 444 - +msgid ""Description");?> msgstr "" #: src/www/services_dnsmasq.php 469 - ')" class="btn btn-default btn-xs"> +msgid ""Do you really want to delete this domain override?");?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 63 -$reqdfieldsn = array(gettext("Domain"),gettext("IP address")); +msgid ""IP address")); msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 74 -$input_errors[] = gettext("A valid domain must be specified after _msdcs."); +msgid ""A valid domain must be specified after _msdcs."); msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 78 -$input_errors[] = gettext("A valid domain must be specified."); +msgid ""A valid domain must be specified."); msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 81 -$input_errors[] = gettext("A valid IP address must be specified, or # for an exclusion or ! to not forward at all."); +msgid ""A valid IP address must be specified, or # for an exclusion or ! to not forward at all."); msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 84 -$input_errors[] = gettext("An interface IP address must be specified for the DNS query source."); +msgid ""An interface IP address must be specified for the DNS query source."); msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 109 -$pgtitle = array(gettext("Services"),gettext("DNS forwarder"),gettext("Edit Domain Override")); +msgid ""Edit Domain Override")); msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 136 - +msgid ""Domain");?> msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 139 -

                msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 140 - mycompany.localdomain 1.168.192.in-addr.arpa
                +msgid ""or"); ?> 1.168.192.in-addr.arpa msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 143 - +msgid ""IP address");?> msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 146 -

                +msgid ""IP address of the authoritative DNS server for this domain"); ?>
                msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 147 - 192.168.100.100

                +msgid ""Or enter ! for lookups for this host/subdomain to NOT be forwarded anywhere."); ?> msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 150 - +msgid ""Source IP");?> msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 153 -

                +msgid ""Source IP address for queries to the DNS server for the override domain."); ?>
                msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 154 -
                +msgid ""Leave blank unless your DNS server is accessed through a VPN tunnel."); ?> msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 157 - +msgid ""Description");?> msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 160 -
                " /> +msgid ""Save");?>" /> msgstr "" #: src/www/services_dnsmasq_domainoverride_edit.php 167 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/services_dnsmasq_edit.php 71 -$reqdfieldsn = array(gettext("Domain"),gettext("IP address")); +msgid ""IP address")); msgstr "" #: src/www/services_dnsmasq_edit.php 76 -$input_errors[] = gettext("The hostname can only contain the characters A-Z, 0-9 and '-'."); +msgid ""The hostname can only contain the characters A-Z, 0-9 and '-'."); msgstr "" #: src/www/services_dnsmasq_edit.php 79 -$input_errors[] = gettext("A valid domain must be specified."); +msgid ""A valid domain must be specified."); msgstr "" #: src/www/services_dnsmasq_edit.php 82 -$input_errors[] = gettext("A valid IP address must be specified."); +msgid ""A valid IP address must be specified."); msgstr "" #: src/www/services_dnsmasq_edit.php 109 -$aliasreqdfieldsn = array(gettext("Alias Domain")); +msgid ""Alias Domain")); msgstr "" #: src/www/services_dnsmasq_edit.php 114 -$input_errors[] = gettext("Hostnames in alias list can only contain the characters A-Z, 0-9 and '-'."); +msgid ""Hostnames in alias list can only contain the characters A-Z, 0-9 and '-'."); msgstr "" #: src/www/services_dnsmasq_edit.php 117 -$input_errors[] = gettext("A valid domain must be specified in alias list."); +msgid ""A valid domain must be specified in alias list."); msgstr "" #: src/www/services_dnsmasq_edit.php 128 -$input_errors[] = gettext("This host/domain already exists."); +msgid ""This host/domain already exists."); msgstr "" #: src/www/services_dnsmasq_edit.php 156 -$pgtitle = array(gettext("Services"),gettext("DNS forwarder"),gettext("Edit host")); +msgid ""Edit host")); msgstr "" #: src/www/services_dnsmasq_edit.php 198 - +msgid ""Edit DNS Forwarder entry");?> msgstr "" #: src/www/services_dnsmasq_edit.php 201 - +msgid ""Host");?> msgstr "" #: src/www/services_dnsmasq_edit.php 204 -
                +msgid ""myhost"); ?>
                msgstr "" #: src/www/services_dnsmasq_edit.php 209 - +msgid ""Domain");?> msgstr "" #: src/www/services_dnsmasq_edit.php 212 -

                +msgid ""Domain of the host"); ?>
                msgstr "" #: src/www/services_dnsmasq_edit.php 213 -
                +msgid ""example.com"); ?> msgstr "" #: src/www/services_dnsmasq_edit.php 216 - +msgid ""IP address");?> msgstr "" #: src/www/services_dnsmasq_edit.php 219 -

                +msgid ""IP address of the host"); ?>
                msgstr "" #: src/www/services_dnsmasq_edit.php 220 - 192.168.100.100 fd00 +msgid ""or"); ?> fd00 abcd msgstr "" @@ -41815,493 +41778,493 @@ msgstr "" #: src/www/services_dnsmasq_edit.php 223 - +msgid ""Description");?> msgstr "" #: src/www/services_dnsmasq_edit.php 226 -

                +msgid ""Aliases"); ?> msgstr "" #: src/www/services_dnsmasq_edit.php 237 - +msgid ""Enter additional names for this host."); ?> msgstr "" #: src/www/services_dnsmasq_edit.php 242 -
                +msgid ""Host");?> msgstr "" #: src/www/services_dnsmasq_edit.php 243 -
                +msgid ""Domain");?> msgstr "" #: src/www/services_dnsmasq_edit.php 244 -
                +msgid ""Description");?> msgstr "" #: src/www/services_dnsmasq_edit.php 265 -" /> +msgid ""remove this entry"); ?>" /> msgstr "" #: src/www/services_dnsmasq_edit.php 289 -" /> +msgid ""Save");?>" /> msgstr "" #: src/www/services_dnsmasq_edit.php 290 -" onclick="window.location.href=''" /> +msgid ""Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/services_dyndns.php 50 -$pgtitle = array(gettext("Services"), gettext("Dynamic DNS clients")); +msgid ""Dynamic DNS clients")); msgstr "" #: src/www/services_dyndns.php 74 -$tab_array[] = array(gettext("DynDns"), true, "services_dyndns.php"); +msgid ""DynDns"), true, "services_dyndns.php"); msgstr "" #: src/www/services_dyndns.php 75 -$tab_array[] = array(gettext("RFC 2136"), false, "services_rfc2136.php"); +msgid ""RFC 2136"), false, "services_rfc2136.php"); msgstr "" #: src/www/services_dyndns.php 89 - +msgid ""Interface");?> msgstr "" #: src/www/services_dyndns.php 90 - +msgid ""Service");?> msgstr "" #: src/www/services_dyndns.php 91 - +msgid ""Hostname");?> msgstr "" #: src/www/services_dyndns.php 92 - +msgid ""Cached IP");?> msgstr "" #: src/www/services_dyndns.php 93 - +msgid ""Description");?> msgstr "" #: src/www/services_dyndns.php 180 - ')" class="btn btn-default btn-xs"> +msgid ""Do you really want to delete this entry?");?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/services_dyndns.php 187 -
                msgstr "" #: src/www/services_dyndns.php 189 -
                +msgid ""IP addresses appearing in green are up to date with Dynamic DNS provider.");?>
                msgstr "" #: src/www/services_dyndns.php 190 -

                +msgid ""You can force an update for an IP address on the edit page for that service.");?>

                msgstr "" #: src/www/services_dyndns_edit.php 86 -$reqdfieldsn = array(gettext('Service type')); +msgid "'Service type')); msgstr "" #: src/www/services_dyndns_edit.php 89 -$reqdfieldsn[] = gettext('Hostname'); +msgid "'Hostname'); msgstr "" #: src/www/services_dyndns_edit.php 91 -$reqdfieldsn[] = gettext('Username'); +msgid "'Username'); msgstr "" #: src/www/services_dyndns_edit.php 94 -$reqdfieldsn[] = gettext('Password'); +msgid "'Password'); msgstr "" #: src/www/services_dyndns_edit.php 98 -$reqdfieldsn[] = gettext('Update URL'); +msgid "'Update URL'); msgstr "" #: src/www/services_dyndns_edit.php 111 -$input_errors[] = gettext("The Hostname contains invalid characters."); +msgid ""The Hostname contains invalid characters."); msgstr "" #: src/www/services_dyndns_edit.php 117 -$input_errors[] = gettext("The MX contains invalid characters."); +msgid ""The MX contains invalid characters."); msgstr "" #: src/www/services_dyndns_edit.php 119 -$input_errors[] = gettext("The username contains invalid characters."); +msgid ""The username contains invalid characters."); msgstr "" #: src/www/services_dyndns_edit.php 172 -$pgtitle = array(gettext("Services"),gettext("Dynamic DNS client")); +msgid ""Dynamic DNS client")); msgstr "" #: src/www/services_dyndns_edit.php 243 - +msgid ""Dynamic DNS client");?> msgstr "" #: src/www/services_dyndns_edit.php 248 - +msgid ""Disable");?> msgstr "" #: src/www/services_dyndns_edit.php 250 -" /> +msgid ""yes");?>" /> msgstr "" #: src/www/services_dyndns_edit.php 254 - +msgid ""Service type");?> msgstr "" #: src/www/services_dyndns_edit.php 268 - +msgid ""Interface to monitor");?> msgstr "" #: src/www/services_dyndns_edit.php 293 - +msgid ""Interface to send update from");?> msgstr "" #: src/www/services_dyndns_edit.php 315 -
                msgstr "" #: src/www/services_dyndns_edit.php 319 - +msgid ""Hostname");?> msgstr "" #: src/www/services_dyndns_edit.php 324 -
                msgstr "" #: src/www/services_dyndns_edit.php 326 -
                msgstr "" #: src/www/services_dyndns_edit.php 327 - +msgid ""For he.net tunnelbroker, enter your tunnel ID");?> msgstr "" #: src/www/services_dyndns_edit.php 332 - +msgid ""MX"); ?> msgstr "" #: src/www/services_dyndns_edit.php 336 - msgstr "" #: src/www/services_dyndns_edit.php 338 - +msgid ""Wildcards"); ?> msgstr "" #: src/www/services_dyndns_edit.php 345 - +msgid ""Wildcard"); ?> msgstr "" #: src/www/services_dyndns_edit.php 348 - +msgid ""Verbose logging"); ?> msgstr "" #: src/www/services_dyndns_edit.php 351 - +msgid ""verbose logging"); ?> msgstr "" #: src/www/services_dyndns_edit.php 354 - +msgid ""CURL options"); ?> msgstr "" #: src/www/services_dyndns_edit.php 357 -
                +msgid ""Force IPv4 resolving"); ?>
                msgstr "" #: src/www/services_dyndns_edit.php 359 - +msgid ""Verify SSL peer"); ?> msgstr "" #: src/www/services_dyndns_edit.php 363 - +msgid ""Username");?> msgstr "" #: src/www/services_dyndns_edit.php 366 -
                +msgid ""Username is required for all types except Namecheap, FreeDNS and Custom Entries.");?> msgstr "" #: src/www/services_dyndns_edit.php 367 -
                msgstr "" #: src/www/services_dyndns_edit.php 368 -
                msgstr "" #: src/www/services_dyndns_edit.php 369 -
                +msgid ""For Custom Entries, Username and Password represent HTTP Authentication username and passwords.");?> msgstr "" #: src/www/services_dyndns_edit.php 373 - +msgid ""Password");?> msgstr "" #: src/www/services_dyndns_edit.php 377 - msgstr "" #: src/www/services_dyndns_edit.php 378 -
                msgstr "" #: src/www/services_dyndns_edit.php 379 -
                msgstr "" #: src/www/services_dyndns_edit.php 384 - +msgid ""Zone ID");?> msgstr "" #: src/www/services_dyndns_edit.php 387 -
                +msgid ""Enter Zone ID that you received when you created your domain in Route 53.");?> msgstr "" #: src/www/services_dyndns_edit.php 391 - +msgid ""Update URL");?> msgstr "" #: src/www/services_dyndns_edit.php 394 -
                +msgid ""This is the only field required by for Custom Dynamic DNS, and is only used by Custom Entries.");?> msgstr "" #: src/www/services_dyndns_edit.php 396 - +msgid ""If you need the new IP to be included in the request, put %IP% in its place.");?> msgstr "" #: src/www/services_dyndns_edit.php 400 - +msgid ""Result Match");?> msgstr "" #: src/www/services_dyndns_edit.php 403 -
                +msgid ""This field is only used by Custom Dynamic DNS Entries.");?> msgstr "" #: src/www/services_dyndns_edit.php 405 - +msgid ""This field should be identical to what your DDNS Provider will return if the update succeeds, leave it blank to disable checking of returned results.");?> msgstr "" #: src/www/services_dyndns_edit.php 407 - +msgid ""If you need the new IP to be included in the request, put %IP% in its place.");?> msgstr "" #: src/www/services_dyndns_edit.php 409 - +msgid ""If you need to include multiple possible values, separate them with a |. If your provider includes a |, escape it with \|");?> msgstr "" #: src/www/services_dyndns_edit.php 411 - msgstr "" #: src/www/services_dyndns_edit.php 416 - +msgid ""TTL");?> msgstr "" #: src/www/services_dyndns_edit.php 419 -
                +msgid ""Choose TTL for your dns record.");?> msgstr "" #: src/www/services_dyndns_edit.php 425 - +msgid ""Description");?> msgstr "" #: src/www/services_dyndns_edit.php 433 -" onclick="enable_change(true)" /> +msgid ""Save");?>" onclick="enable_change(true)" /> msgstr "" #: src/www/services_dyndns_edit.php 434 - +msgid ""Cancel");?> msgstr "" #: src/www/services_dyndns_edit.php 438 -" onclick="enable_change(true)" /> +msgid ""Save & Force Update");?>" onclick="enable_change(true)" /> msgstr "" #: src/www/services_dyndns_edit.php 444 -
                msgstr "" #: src/www/services_dyndns_edit.php 445 -
                gettext("add a new igmpentry"), 'href'=>'services_igmpproxy_edit.php'), +msgid ""add a new igmpentry"), 'href'=>'services_igmpproxy_edit.php'), msgstr "" #: src/www/services_igmpproxy.php 84 -" . 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/services_igmpproxy.php 96 - +msgid ""Name");?> msgstr "" #: src/www/services_igmpproxy.php 97 - +msgid ""Type");?> msgstr "" #: src/www/services_igmpproxy.php 98 - +msgid ""Values");?> msgstr "" #: src/www/services_igmpproxy.php 99 - +msgid ""Description");?> msgstr "" #: src/www/services_igmpproxy.php 126 -" class="btn btn-default btn-xs"> +msgid ""edit igmpentry"); ?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/services_igmpproxy.php 127 -')" title="" class="btn btn-default btn-xs"> +msgid ""delete igmpentry");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/services_igmpproxy.php 135 -" /> +msgid ""Save");?>" /> msgstr "" #: src/www/services_igmpproxy.php 141 -


                +msgid ""Note +msgid ""Please add the interface for upstream, the allowed subnets, and the downstream interfaces you would like the proxy to allow. Only one 'upstream' interface can be configured.");?>

                msgstr "" #: src/www/services_igmpproxy_edit.php 31 -$pgtitle = array(gettext("Firewall"),gettext("IGMP Proxy"), gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/services_igmpproxy_edit.php 65 -$input_errors[] = gettext("Only one 'upstream' interface can be configured."); +msgid ""Only one 'upstream' interface can be configured."); msgstr "" #: src/www/services_igmpproxy_edit.php 158 - +msgid ""IGMP Proxy Edit");?> msgstr "" #: src/www/services_igmpproxy_edit.php 161 - +msgid ""Interface");?> msgstr "" #: src/www/services_igmpproxy_edit.php 175 - +msgid ""Description");?> msgstr "" #: src/www/services_igmpproxy_edit.php 180 - +msgid ""You may enter a description here for your reference (not parsed).");?> msgstr "" #: src/www/services_igmpproxy_edit.php 185 - +msgid ""Type");?> msgstr "" #: src/www/services_igmpproxy_edit.php 188 - +msgid ""Upstream Interface");?> msgstr "" #: src/www/services_igmpproxy_edit.php 189 - +msgid ""Downstream Interface");?> msgstr "" #: src/www/services_igmpproxy_edit.php 193 -upstream network interface is the outgoing interface which is". +msgid ""The upstream network interface is the outgoing interface which is". msgstr "" #: src/www/services_igmpproxy_edit.php 199 - +msgid ""Threshold");?> msgstr "" #: src/www/services_igmpproxy_edit.php 211 -
                +msgid ""Network (s)");?> msgstr "" #: src/www/services_igmpproxy_edit.php 223 -
                +msgid ""Network");?> msgstr "" #: src/www/services_igmpproxy_edit.php 224 -
                +msgid ""CIDR");?> msgstr "" #: src/www/services_igmpproxy_edit.php 275 -" /> +msgid ""Save");?>" /> msgstr "" #: src/www/services_igmpproxy_edit.php 276 -" /> +msgid ""Cancel");?>" /> msgstr "" #: src/www/services_ntpd.php 168 -$pgtitle = array(gettext("Services"),gettext("NTP")); +msgid ""NTP")); msgstr "" #: src/www/services_ntpd.php 203 -var newdiv = '" onclick="NewTimeServer(' + next + ')" alt="add" />n'; +msgid ""Add another Time server");?>" onclick="NewTimeServer(' + next + ')" alt="add" />n'; msgstr "" #: src/www/services_ntpd.php 227 -$tab_array[] = array(gettext("NTP"), true, "services_ntpd.php"); +msgid ""NTP"), true, "services_ntpd.php"); msgstr "" #: src/www/services_ntpd.php 228 -$tab_array[] = array(gettext("Serial GPS"), false, "services_ntpd_gps.php"); +msgid ""Serial GPS"), false, "services_ntpd_gps.php"); msgstr "" #: src/www/services_ntpd.php 229 -$tab_array[] = array(gettext("PPS"), false, "services_ntpd_pps.php"); +msgid ""PPS"), false, "services_ntpd_pps.php"); msgstr "" #: src/www/services_ntpd.php 242 - +msgid ""NTP Server Configuration"); ?> msgstr "" #: src/www/services_ntpd.php 269 -
                +msgid ""Interfaces without an IP address will not be shown."); ?> msgstr "" #: src/www/services_ntpd.php 271 -
                +msgid ""Selecting no interfaces will listen on all interfaces with a wildcard."); ?> msgstr "" #: src/www/services_ntpd.php 272 -
                +msgid ""Selecting all interfaces will explicitly listen on only the interfaces/IPs specified."); ?> msgstr "" #: src/www/services_ntpd.php 299 -" onclick="NewTimeServer()" alt="add" /> +msgid ""Add another Time server");?>" onclick="NewTimeServer()" alt="add" /> msgstr "" #: src/www/services_ntpd.php 302 - +msgid "'For best results three to five servers should be configured here.'); ?> msgstr "" #: src/www/services_ntpd.php 304 -prefer option indicates that NTP should favor the use of this server more than all others.'); ?> +msgid "'The prefer option indicates that NTP should favor the use of this server more than all others.'); ?> msgstr "" #: src/www/services_ntpd.php 306 -noselect option indicates that NTP should not use this server for time, but stats for this server will be collected and displayed.'); ?> +msgid "'The noselect option indicates that NTP should not use this server for time, but stats for this server will be collected and displayed.'); ?> msgstr "" #: src/www/services_ntpd.php 312 -
                +msgid ""(0-15)");?>
                msgstr "" #: src/www/services_ntpd.php 313 - msgstr "" #: src/www/services_ntpd.php 320 - msgstr "" #: src/www/services_ntpd.php 326 - ( System Logs > NTP"); ?>). +msgid ""Status > System Logs > NTP"); ?>). msgstr "" #: src/www/services_ntpd.php 329 - msgstr "" #: src/www/services_ntpd.php 332 - msgstr "" #: src/www/services_ntpd.php 339 -" /> - +msgid ""Show statistics logging options");?> msgstr "" #: src/www/services_ntpd.php 342 - +msgid ""Warning +msgid ""these options will create persistant daily log files in /var/log/ntp."); ?> msgstr "" #: src/www/services_ntpd.php 345 - msgstr "" #: src/www/services_ntpd.php 348 - msgstr "" #: src/www/services_ntpd.php 351 - msgstr "" #: src/www/services_ntpd.php 359 -" /> - +msgid ""Show access restriction options");?> msgstr "" #: src/www/services_ntpd.php 362 - +msgid ""these options control access to NTP from the WAN."); ?> msgstr "" #: src/www/services_ntpd.php 365 - msgstr "" #: src/www/services_ntpd.php 368 - msgstr "" #: src/www/services_ntpd.php 371 - msgstr "" #: src/www/services_ntpd.php 374 - msgstr "" #: src/www/services_ntpd.php 377 - msgstr "" #: src/www/services_ntpd.php 380 - msgstr "" #: src/www/services_ntpd.php 388 -" /> - +msgid ""Show Leap second configuration");?> msgstr "" #: src/www/services_ntpd.php 391 - +msgid ""A leap second file allows NTP to advertize an upcoming leap second addition or subtraction.");?> msgstr "" #: src/www/services_ntpd.php 392 - +msgid ""Normally this is only useful if this server is a stratum 1 time server.");?> msgstr "" #: src/www/services_ntpd.php 394 -
                msgstr "" #: src/www/services_ntpd.php 396 -, msgstr "" #: src/www/services_ntpd.php 404 -" /> +msgid ""Save");?>" /> msgstr "" #: src/www/services_ntpd_gps.php 149 -$pgtitle = array(gettext("Services"),gettext("NTP GPS")); +msgid ""NTP GPS")); msgstr "" #: src/www/services_ntpd_gps.php 360 -$tab_array[] = array(gettext("NTP"), false, "services_ntpd.php"); +msgid ""NTP"), false, "services_ntpd.php"); msgstr "" #: src/www/services_ntpd_gps.php 361 -$tab_array[] = array(gettext("Serial GPS"), true, "services_ntpd_gps.php"); +msgid ""Serial GPS"), true, "services_ntpd_gps.php"); msgstr "" #: src/www/services_ntpd_gps.php 362 -$tab_array[] = array(gettext("PPS"), false, "services_ntpd_pps.php"); +msgid ""PPS"), false, "services_ntpd_pps.php"); msgstr "" #: src/www/services_ntpd_gps.php 373 - +msgid ""NTP Serial GPS Configuration"); ?> msgstr "" #: src/www/services_ntpd_gps.php 380 -
                NTP"); ?> +msgid ""to minimize clock drift if the GPS data is not valid over time. Otherwise ntpd may only use values from the unsynchronized local clock when providing time to clients."); ?> msgstr "" #: src/www/services_ntpd_gps.php 384 - +msgid ""GPS"); ?> msgstr "" #: src/www/services_ntpd_gps.php 396 - +msgid ""This option allows you to select a predefined configuration.");?> msgstr "" #: src/www/services_ntpd_gps.php 399 - +msgid ""Note +msgid ""Default is the configuration of pfSense 2.1 and earlier"); ?> msgstr "" #: src/www/services_ntpd_gps.php 400 -
                +msgid "" (not recommended). Select Generic if your GPS is not listed.)"); ?>
                msgstr "" #: src/www/services_ntpd_gps.php 401 - +msgid ""Note +msgid ""The perdefined configurations assume your GPS has already been set to NMEA mode."); ?> msgstr "" #: src/www/services_ntpd_gps.php 425 - +msgid ""All serial ports are listed, be sure to pick the port with the GPS attached."); ?> msgstr "" #: src/www/services_ntpd_gps.php 434 -  +msgid ""Serial port baud rate."); ?> msgstr "" #: src/www/services_ntpd_gps.php 437 - msgstr "" #: src/www/services_ntpd_gps.php 454 - +msgid ""By default NTP will listen for all supported NMEA sentences. Here one or more sentences to listen for may be specified."); ?> msgstr "" #: src/www/services_ntpd_gps.php 460 -()
                +msgid ""seconds");?>)
                msgstr "" #: src/www/services_ntpd_gps.php 461 - ( +msgid ""default");?> 0.0). msgstr "" #: src/www/services_ntpd_gps.php 466 -()
                +msgid ""seconds");?>)
                msgstr "" #: src/www/services_ntpd_gps.php 467 - ( +msgid ""default");?> 0.0). msgstr "" #: src/www/services_ntpd_gps.php 472 -
                +msgid ""(0-16)");?>
                msgstr "" #: src/www/services_ntpd_gps.php 473 - ( -0). +msgid ""default");?> +msgid ""This may be useful if, for some reason, you want ntpd to prefer a different clock"); ?> msgstr "" #: src/www/services_ntpd_gps.php 481 -
                +msgid ""Normally there should be no need to change these options from the defaults."); ?>
                msgstr "" #: src/www/services_ntpd_gps.php 491 - msgstr "" #: src/www/services_ntpd_gps.php 499 - msgstr "" #: src/www/services_ntpd_gps.php 507 - msgstr "" #: src/www/services_ntpd_gps.php 515 - msgstr "" #: src/www/services_ntpd_gps.php 523 - msgstr "" #: src/www/services_ntpd_gps.php 531 - msgstr "" #: src/www/services_ntpd_gps.php 539 -Note enabling this will rapidly fill the log, but is useful for tuning Fudge time 2."); ?> msgstr "" @@ -42917,1799 +42880,1799 @@ msgstr "" #: src/www/services_ntpd_gps.php 548 -
                +msgid ""(1 to 4 charactors)");?>
                msgstr "" #: src/www/services_ntpd_gps.php 549 - ( +msgid ""default");?> GPS). msgstr "" #: src/www/services_ntpd_gps.php 555 -" /> - +msgid ""Show GPS Initialization commands");?> msgstr "" #: src/www/services_ntpd_gps.php 560 -

                msgstr "" #: src/www/services_ntpd_gps.php 561 - +msgid ""NMEA checksum calculator");?> msgstr "" #: src/www/services_ntpd_gps.php 563 -
                $*   +msgid ""Enter the text between "$" and "*" of a NMEA command string +msgid ""checksum");?>
                   msgstr "" #: src/www/services_ntpd_gps.php 564 -" />

                +msgid ""Calculate NMEA checksum");?>" />

                msgstr "" #: src/www/services_ntpd_gps.php 571 -" /> +msgid ""Save");?>" /> msgstr "" #: src/www/services_ntpd_pps.php 90 -$pgtitle = array(gettext("Services"),gettext("NTP PPS")); +msgid ""NTP PPS")); msgstr "" #: src/www/services_ntpd_pps.php 109 -$tab_array[] = array(gettext("NTP"), false, "services_ntpd.php"); +msgid ""NTP"), false, "services_ntpd.php"); msgstr "" #: src/www/services_ntpd_pps.php 110 -$tab_array[] = array(gettext("Serial GPS"), false, "services_ntpd_gps.php"); +msgid ""Serial GPS"), false, "services_ntpd_gps.php"); msgstr "" #: src/www/services_ntpd_pps.php 111 -$tab_array[] = array(gettext("PPS"), true, "services_ntpd_pps.php"); +msgid ""PPS"), true, "services_ntpd_pps.php"); msgstr "" #: src/www/services_ntpd_pps.php 123 - +msgid ""NTP PPS Configuration"); ?> msgstr "" #: src/www/services_ntpd_pps.php 128 - +msgid ""Devices with a Pulse Per Second output such as radios that receive a time signal from DCF77 (DE), JJY (JP), MSF (GB) or WWVB (US) may be used as a PPS reference for NTP.");?> msgstr "" #: src/www/services_ntpd_pps.php 129 - +msgid ""A serial GPS may also be used, but the serial GPS driver would usually be the better option.");?> msgstr "" #: src/www/services_ntpd_pps.php 130 - +msgid ""A PPS signal only provides a reference to the change of a second, so at least one other source to number the seconds is required.");?> msgstr "" #: src/www/services_ntpd_pps.php 132 -
                - NTP"); ?> +msgid ""Note");?> +msgid ""to reliably supply the time of each PPS pulse."); ?> msgstr "" #: src/www/services_ntpd_pps.php 148 - +msgid ""All serial ports are listed, be sure to pick the port with the PPS source attached."); ?> msgstr "" #: src/www/services_ntpd_pps.php 155 -()
                +msgid ""seconds");?>)
                msgstr "" #: src/www/services_ntpd_pps.php 156 - ( +msgid ""default");?> 0.0). msgstr "" #: src/www/services_ntpd_pps.php 161 -
                +msgid ""(0-16)");?>
                msgstr "" #: src/www/services_ntpd_pps.php 162 - ( -0). +msgid ""default");?> +msgid ""This may be useful if, for some reason, you want ntpd to prefer a different clock and just monitor this source."); ?> msgstr "" #: src/www/services_ntpd_pps.php 170 -
                +msgid ""Normally there should be no need to change these options from the defaults."); ?>
                msgstr "" #: src/www/services_ntpd_pps.php 180 - msgstr "" #: src/www/services_ntpd_pps.php 188 - msgstr "" #: src/www/services_ntpd_pps.php 196 - msgstr "" #: src/www/services_ntpd_pps.php 205 -
                +msgid ""(1 to 4 charactors)");?>
                msgstr "" #: src/www/services_ntpd_pps.php 206 - ( +msgid ""default");?> PPS). msgstr "" #: src/www/services_ntpd_pps.php 211 -" /> +msgid ""Save");?>" /> msgstr "" #: src/www/services_rfc2136.php 46 -$pgtitle = array(gettext("Services"), gettext("RFC 2136 clients")); +msgid ""RFC 2136 clients")); msgstr "" #: src/www/services_rfc2136.php 67 -$tab_array[] = array(gettext("DynDns"), false, "services_dyndns.php"); +msgid ""DynDns"), false, "services_dyndns.php"); msgstr "" #: src/www/services_rfc2136.php 68 -$tab_array[] = array(gettext("RFC 2136"), true, "services_rfc2136.php"); +msgid ""RFC 2136"), true, "services_rfc2136.php"); msgstr "" #: src/www/services_rfc2136.php 82 - +msgid ""If");?> msgstr "" #: src/www/services_rfc2136.php 83 - +msgid ""Server");?> msgstr "" #: src/www/services_rfc2136.php 84 - +msgid ""Hostname");?> msgstr "" #: src/www/services_rfc2136.php 85 - +msgid ""Cached IP");?> msgstr "" #: src/www/services_rfc2136.php 86 - +msgid ""Description");?> msgstr "" #: src/www/services_rfc2136.php 168 - ')">delete +msgid ""Do you really want to delete this client?");?>')">delete msgstr "" #: src/www/services_rfc2136_edit.php 70 -$reqdfieldsn = array_merge($reqdfieldsn, array(gettext("Hostname"), gettext("TTL"), gettext("Key name"), gettext("Key"))); +msgid ""Key"))); msgstr "" #: src/www/services_rfc2136_edit.php 75 -$input_errors[] = gettext("The DNS update host name contains invalid characters."); +msgid ""The DNS update host name contains invalid characters."); msgstr "" #: src/www/services_rfc2136_edit.php 77 -$input_errors[] = gettext("The DNS update TTL must be an integer."); +msgid ""The DNS update TTL must be an integer."); msgstr "" #: src/www/services_rfc2136_edit.php 79 -$input_errors[] = gettext("The DNS update key name contains invalid characters."); +msgid ""The DNS update key name contains invalid characters."); msgstr "" #: src/www/services_rfc2136_edit.php 100 -write_config(gettext("New/Edited RFC2136 dnsupdate entry was posted.")); +msgid ""New/Edited RFC2136 dnsupdate entry was posted.")); msgstr "" #: src/www/services_rfc2136_edit.php 102 -if ($_POST['Submit'] == gettext("Save & Force Update")) +msgid ""Save & Force Update")) msgstr "" #: src/www/services_rfc2136_edit.php 112 -$pgtitle = array(gettext("Services"),gettext("RFC 2136 client"), gettext("Edit")); +msgid ""Edit")); msgstr "" #: src/www/services_rfc2136_edit.php 141 - +msgid ""RFC 2136 client");?> msgstr "" #: src/www/services_rfc2136_edit.php 146 - +msgid ""Enable");?> msgstr "" #: src/www/services_rfc2136_edit.php 152 - +msgid ""Interface to monitor");?> msgstr "" #: src/www/services_rfc2136_edit.php 163 - +msgid ""Hostname");?> msgstr "" #: src/www/services_rfc2136_edit.php 170 - +msgid ""TTL"); ?> msgstr "" #: src/www/services_rfc2136_edit.php 173 - +msgid ""seconds");?> msgstr "" #: src/www/services_rfc2136_edit.php 176 - +msgid ""Key name");?> msgstr "" #: src/www/services_rfc2136_edit.php 180 - +msgid ""This must match the setting on the DNS server.");?> msgstr "" #: src/www/services_rfc2136_edit.php 183 - +msgid ""Key type");?> msgstr "" #: src/www/services_rfc2136_edit.php 185 - />   +msgid ""Zone");?>   msgstr "" #: src/www/services_rfc2136_edit.php 186 - />   +msgid ""Host");?>   msgstr "" #: src/www/services_rfc2136_edit.php 187 - /> +msgid "" User");?> msgstr "" #: src/www/services_rfc2136_edit.php 191 - +msgid ""Key");?> msgstr "" #: src/www/services_rfc2136_edit.php 195 - +msgid ""Paste an HMAC-MD5 key here.");?> msgstr "" #: src/www/services_rfc2136_edit.php 198 - +msgid ""Server");?> msgstr "" #: src/www/services_rfc2136_edit.php 204 - +msgid ""Protocol");?> msgstr "" #: src/www/services_rfc2136_edit.php 206 -" /> +msgid ""yes");?>" /> msgstr "" #: src/www/services_rfc2136_edit.php 207 - +msgid ""Use TCP instead of UDP");?> msgstr "" #: src/www/services_rfc2136_edit.php 210 - +msgid ""Use Public IP");?> msgstr "" #: src/www/services_rfc2136_edit.php 212 -" /> +msgid ""yes");?>" /> msgstr "" #: src/www/services_rfc2136_edit.php 213 - +msgid ""If the interface IP is private, attempt to fetch and use the public IP instead.");?> msgstr "" #: src/www/services_rfc2136_edit.php 217 - +msgid ""Description");?> msgstr "" #: src/www/services_rfc2136_edit.php 225 -" onclick="enable_change(true)" /> +msgid ""Save");?>" onclick="enable_change(true)" /> msgstr "" #: src/www/services_rfc2136_edit.php 226 -" /> +msgid ""Cancel");?>" /> msgstr "" #: src/www/services_rfc2136_edit.php 227 -" onclick="enable_change(true)" /> +msgid ""Save & Force Update");?>" onclick="enable_change(true)" /> msgstr "" #: src/www/services_rfc2136_edit.php 235 -
                msgstr "" #: src/www/services_rfc2136_edit.php 236 -
                " . gettext("The DHCPv6 Server can only be enabled on interfaces configured with static IP addresses") . ".

                " . +msgid ""The DHCPv6 Server can only be enabled on interfaces configured with static IP addresses") . ".

                " . msgstr "" #: src/www/services_router_advertisements.php 58 -"

                " . gettext("Only interfaces configured with a static IP will be shown") . ".

                "; +msgid ""Only interfaces configured with a static IP will be shown") . ".

                "; msgstr "" #: src/www/services_router_advertisements.php 100 -$subnets_help = gettext("Subnets are specified in CIDR format. " . +msgid ""Subnets are specified in CIDR format. " . msgstr "" #: src/www/services_router_advertisements.php 127 -$input_errors[] = sprintf(gettext("An invalid subnet or alias was specified. [%s/%s]"), $address, $bits); +msgid ""An invalid subnet or alias was specified. [%s/%s]"), $address, $bits); msgstr "" #: src/www/services_router_advertisements.php 132 -$input_errors[] = gettext("A valid IPv6 address must be specified for the primary/secondary DNS servers."); +msgid ""A valid IPv6 address must be specified for the primary/secondary DNS servers."); msgstr "" #: src/www/services_router_advertisements.php 137 -$input_errors[] = gettext("A valid domain search list must be specified."); +msgid ""A valid domain search list must be specified."); msgstr "" #: src/www/services_router_advertisements.php 172 -$pgtitle = array(gettext("Services"),gettext("Router advertisements")); +msgid ""Router advertisements")); msgstr "" #: src/www/services_router_advertisements.php 242 -$tab_array[] = array(gettext("DHCPv6 Server"), false, "services_dhcpv6.php?if={$if}"); +msgid ""DHCPv6 Server"), false, "services_dhcpv6.php?if={$if}"); msgstr "" #: src/www/services_router_advertisements.php 243 -$tab_array[] = array(gettext("Router Advertisements"), true, "services_router_advertisements.php?if={$if}"); +msgid ""Router Advertisements"), true, "services_router_advertisements.php?if={$if}"); msgstr "" #: src/www/services_router_advertisements.php 251 - +msgid ""Router Advertisements");?> msgstr "" #: src/www/services_router_advertisements.php 258 - +msgid ""Select the Operating Mode for the Router Advertisement (RA) Daemon."))?> msgstr "" #: src/www/services_router_advertisements.php 259 - +msgid ""Use "Router Only" to only advertise this router, "Unmanaged" for Router Advertising with Stateless Autoconfig, "Managed" for assignment through (a) DHCPv6 Server, "Assisted" for DHCPv6 Server assignment combined with Stateless Autoconfig"));?> msgstr "" #: src/www/services_router_advertisements.php 260 - +msgid ""It is not required to activate this DHCPv6 server when set to "Managed", this can be another host on the network")); ?> msgstr "" #: src/www/services_router_advertisements.php 264 - +msgid ""Router Priority");?> msgstr "" #: src/www/services_router_advertisements.php 271 - +msgid ""Select the Priority for the Router Advertisement (RA) Daemon."))?> msgstr "" #: src/www/services_router_advertisements.php 285 - +msgid ""RA Interface");?> msgstr "" #: src/www/services_router_advertisements.php 293 - +msgid ""Select the Interface for the Router Advertisement (RA) Daemon."))?> msgstr "" #: src/www/services_router_advertisements.php 299 - +msgid ""RA Subnet(s)");?> msgstr "" #: src/www/services_router_advertisements.php 324 -"> +msgid ""remove this entry"); ?>"> msgstr "" #: src/www/services_router_advertisements.php 341 " > +msgid "OpenVPN Users"); ?> --> msgstr "" #: src/www/firewall_aliases_edit.php 676 -msgid ""URL (IPs)");?> +msgid "URL (IPs)");?> msgstr "" #: src/www/firewall_aliases_edit.php 677 -msgid ""URL (Ports)");?> +msgid "URL (Ports)");?> msgstr "" #: src/www/firewall_aliases_edit.php 678 -msgid ""URL Table (IPs)"); ?> +msgid "URL Table (IPs)"); ?> msgstr "" #: src/www/firewall_aliases_edit.php 679 -msgid ""URL Table (Ports)"); ?> +msgid "URL Table (Ports)"); ?> msgstr "" #: src/www/firewall_aliases_edit.php 684 -msgid ""Host(s)"); ?> +msgid "Host(s)"); ?> msgstr "" #: @@ -23011,267 +22923,267 @@ src/www/firewall_aliases_edit.php 1px dashed #000066; background-color #ffffff; color #000000; font-size -msgid ""Item information"); ?> +msgid "Item information"); ?> msgstr "" #: src/www/firewall_aliases_edit.php 694 -msgid ""Network"); ?> +msgid "Network"); ?> msgstr "" #: src/www/firewall_aliases_edit.php 696 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/firewall_aliases_edit.php 728 -msgid ""remove this entry"); ?>" /> +msgid "remove this entry"); ?>" /> msgstr "" #: src/www/firewall_aliases_edit.php 749 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/firewall_aliases_edit.php 750 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/firewall_aliases_import.php 37 -msgid ""Bulk import")); +msgid "Bulk import")); msgstr "" #: src/www/firewall_aliases_import.php 55 -msgid ""Aliases")); +msgid "Aliases")); msgstr "" #: src/www/firewall_aliases_import.php 60 -msgid ""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 -msgid ""An alias with this name already exists."); +msgid "An alias with this name already exists."); msgstr "" #: src/www/firewall_aliases_import.php 70 -msgid ""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 -msgid ""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 -msgid ""%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 -msgid ""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 -msgid ""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");?> +msgid "Alias Import");?> msgstr "" #: src/www/firewall_aliases_import.php 173 -msgid ""Alias Name"); ?> +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"."); ?> +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"); ?> +msgid "Description"); ?> msgstr "" #: src/www/firewall_aliases_import.php 188 -msgid ""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/www/firewall_aliases_import.php 193 -msgid ""Aliases to import"); ?> +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."); ?> +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 -msgid ""The list may contain IP addresses, with or without CIDR prefix, IP ranges, blank lines (ignored) and an optional description after each IP. e.g. +msgid "The list may contain IP addresses, with or without CIDR prefix, IP ranges, blank lines (ignored) and an optional description after each IP. e.g. "); ?> msgstr "" #: src/www/firewall_aliases_import.php 213 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/firewall_aliases_import.php 214 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/firewall_nat.php 155 -msgid ""Port Forward")); +msgid "Port Forward")); msgstr "" #: src/www/firewall_nat.php 200 -msgid ""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 -msgid ""Port Forward"), true, "firewall_nat.php"); +msgid "Port Forward"), true, "firewall_nat.php"); msgstr "" #: src/www/firewall_nat.php 209 -msgid ""1 +msgid "1 1"), false, "firewall_nat_1to1.php"); msgstr "" #: src/www/firewall_nat.php 210 -msgid ""Outbound"), false, "firewall_nat_out.php"); +msgid "Outbound"), false, "firewall_nat_out.php"); msgstr "" #: src/www/firewall_nat.php 211 -msgid ""NPt"), false, "firewall_nat_npt.php"); +msgid "NPt"), false, "firewall_nat_npt.php"); msgstr "" #: src/www/firewall_nat.php 225 -msgid ""If");?> +msgid "If");?> msgstr "" #: src/www/firewall_nat.php 226 -msgid ""Proto");?> +msgid "Proto");?> msgstr "" #: src/www/firewall_nat.php 227 -msgid ""Src. addr");?> +msgid "Src. addr");?> msgstr "" #: src/www/firewall_nat.php 228 -msgid ""Src. ports");?> +msgid "Src. ports");?> msgstr "" #: src/www/firewall_nat.php 229 -msgid ""Dest. addr");?> +msgid "Dest. addr");?> msgstr "" #: src/www/firewall_nat.php 230 -msgid ""Dest. ports");?> +msgid "Dest. ports");?> msgstr "" #: src/www/firewall_nat.php 231 -msgid ""NAT IP");?> +msgid "NAT IP");?> msgstr "" #: src/www/firewall_nat.php 232 -msgid ""NAT Ports");?> +msgid "NAT Ports");?> msgstr "" #: src/www/firewall_nat.php 233 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/firewall_nat.php 377 -msgid ""move selected rules before this rule");?>" class="btn btn-default btn-xs"> +msgid "move selected rules before this rule");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat.php 378 -msgid ""edit this rule");?>" class="btn btn-default btn-xs"> +msgid "edit this rule");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat.php 379 -msgid ""Do you really want to delete this rule?");?>')" 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");?>"> +msgid "add new rule based on this one");?>"> msgstr "" #: @@ -23279,1487 +23191,1487 @@ src/www/firewall_nat.php 391 " class="btn btn-default btn-xs"> +msgid "move selected rules to end");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat.php 395 -msgid ""delete selected rules");?>">
                +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"> +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");?>"> +msgid "add new rule");?>"> msgstr "" #: src/www/firewall_nat.php 407 -msgid ""pass"); ?> +msgid "pass"); ?> msgstr "" #: src/www/firewall_nat.php 411 -msgid ""linked rule");?> +msgid "linked rule");?> msgstr "" #: src/www/firewall_nat.php 419 -msgid ""Do you really want to delete the selected rules?");?>')" 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 -msgid ""1 +msgid "1 1")); msgstr "" #: src/www/firewall_nat_1to1.php 137 -msgid ""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 -msgid ""The NAT configuration has been changed.") . +msgid "The NAT configuration has been changed.") . msgstr "" #: src/www/firewall_nat_1to1.php 157 -msgid ""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 -msgid ""Port Forward"), false, "firewall_nat.php"); +msgid "Port Forward"), false, "firewall_nat.php"); msgstr "" #: src/www/firewall_nat_1to1.php 165 -msgid ""1 +msgid "1 1"), true, "firewall_nat_1to1.php"); msgstr "" #: src/www/firewall_nat_1to1.php 166 -msgid ""Outbound"), false, "firewall_nat_out.php"); +msgid "Outbound"), false, "firewall_nat_out.php"); msgstr "" #: src/www/firewall_nat_1to1.php 167 -msgid ""NPt"), false, "firewall_nat_npt.php"); +msgid "NPt"), false, "firewall_nat_npt.php"); msgstr "" #: src/www/firewall_nat_1to1.php 182 -msgid ""Interface"); ?> +msgid "Interface"); ?> msgstr "" #: src/www/firewall_nat_1to1.php 183 -msgid ""External IP"); ?> +msgid "External IP"); ?> msgstr "" #: src/www/firewall_nat_1to1.php 184 -msgid ""Internal IP"); ?> +msgid "Internal IP"); ?> msgstr "" #: src/www/firewall_nat_1to1.php 185 -msgid ""Destination IP"); ?> +msgid "Destination IP"); ?> msgstr "" #: src/www/firewall_nat_1to1.php 186 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/firewall_nat_1to1.php 208 -msgid ""click to toggle enabled/disabled status");?>" > +msgid "click to toggle enabled/disabled status");?>" > msgstr "" #: src/www/firewall_nat_1to1.php 244 -msgid ""move selected mapping before this rule");?>" +msgid "move selected mapping before this rule");?>" msgstr "" #: src/www/firewall_nat_1to1.php 247 -msgid ""edit this mapping");?>"> +msgid "edit this mapping");?>"> msgstr "" #: src/www/firewall_nat_1to1.php 248 -msgid ""Do you really want to delete this rule?");?>')" 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 -msgid ""add new mapping based on this one");?>" 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 -msgid ""move selected mappings to end");?>" 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"> +msgid "move selected mappings to end");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_1to1.php 272 -msgid ""add new mapping");?>" class="btn btn-default btn-xs"> +msgid "add new mapping");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_1to1.php 277 -msgid ""delete mapping");?>" class="btn btn-default btn-xs"> +msgid "delete mapping");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_1to1.php 281 -msgid ""delete selected mappings");?>" +msgid "delete selected mappings");?>" msgstr "" #: src/www/firewall_nat_1to1.php 282 -msgid ""Do you really want to delete the selected mappings?");?>')" class="btn btn-default btn-xs"> +msgid "Do you really want to delete the selected mappings?");?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_1to1.php 291 -msgid ""Note +msgid "Note "); ?>
                msgstr "" #: src/www/firewall_nat_1to1.php 292 -msgid ""Depending on the way your WAN connection is setup, you may also need a"); ?> +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."); ?>
                +msgid "Virtual IP."); ?>
                msgstr "" #: src/www/firewall_nat_1to1.php 294 -msgid ""If you add a 1 +msgid "If you add a 1 1 NAT entry for any of the interface IPs on this system, " . msgstr "" #: src/www/firewall_nat_1to1_edit.php 97 -msgid ""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_1to1_edit.php 102 -msgid ""External subnet")); +msgid "External subnet")); msgstr "" #: src/www/firewall_nat_1to1_edit.php 105 -msgid ""Source address"); +msgid "Source address"); msgstr "" #: src/www/firewall_nat_1to1_edit.php 109 -msgid ""Destination address"); +msgid "Destination address"); msgstr "" #: src/www/firewall_nat_1to1_edit.php 140 -msgid ""A valid external subnet must be specified."); +msgid "A valid external subnet must be specified."); msgstr "" #: src/www/firewall_nat_1to1_edit.php 144 -msgid ""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_1to1_edit.php 149 -msgid ""%s is not a valid internal IP address."), $_POST['src']); +msgid "%s is not a valid internal IP address."), $_POST['src']); msgstr "" #: src/www/firewall_nat_1to1_edit.php 152 -msgid ""A valid internal bit count must be specified."); +msgid "A valid internal bit count must be specified."); msgstr "" #: src/www/firewall_nat_1to1_edit.php 159 -msgid ""%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_1to1_edit.php 162 -msgid ""A valid destination bit count must be specified."); +msgid "A valid destination bit count must be specified."); msgstr "" #: src/www/firewall_nat_1to1_edit.php 212 -msgid ""1 -msgid ""Edit")); +msgid "1 +msgid "Edit")); msgstr "" #: src/www/firewall_nat_1to1_edit.php 299 -msgid ""Edit NAT 1 +msgid "Edit NAT 1 1 entry"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 302 -msgid ""Disabled"); ?> +msgid "Disabled"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 305 -msgid ""Disable this rule"); ?>
                +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."); ?> +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"); ?> +msgid "Interface"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 347 -msgid ""Choose which interface this rule applies to"); ?>.
                +msgid "Choose which interface this rule applies to"); ?>.
                msgstr "" #: src/www/firewall_nat_1to1_edit.php 348 -msgid ""Hint +msgid "Hint in most cases, you'll want to use WAN here"); ?>. msgstr "" #: src/www/firewall_nat_1to1_edit.php 351 -msgid ""External subnet IP"); ?> +msgid "External subnet IP"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 356 -msgid ""Enter the external (usually on a WAN) subnet's starting address for the 1 +msgid "Enter the external (usually on a WAN) subnet's starting address for the 1 1 mapping. " . msgstr "" #: src/www/firewall_nat_1to1_edit.php 358 -msgid ""Hint +msgid "Hint this is generally an address owned by the router itself on the selected interface."); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 363 -msgid ""Internal IP"); ?> +msgid "Internal IP"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 366 -msgid ""not"); ?> +msgid "not"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 368 -msgid ""Use this option to invert the sense of the match."); ?> +msgid "Use this option to invert the sense of the match."); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 373 -msgid ""Type +msgid "Type "); ?>   msgstr "" #: src/www/firewall_nat_1to1_edit.php 379 -msgid ""any"); ?> +msgid "any"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 381 -msgid ""Single host"); ?> +msgid "Single host"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 383 -msgid ""Network"); ?> +msgid "Network"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 387 -msgid ""PPTP clients"); ?> +msgid "PPTP clients"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 392 -msgid ""PPPoE clients"); ?> +msgid "PPPoE clients"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 397 -msgid ""L2TP clients"); ?> +msgid "L2TP clients"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 404 -msgid ""net"); ?> +msgid "net"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 407 -msgid ""address");?> +msgid "address");?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 417 -msgid ""Address +msgid "Address "); ?>   msgstr "" #: src/www/firewall_nat_1to1_edit.php 441 -msgid ""Enter the internal (LAN) subnet for the 1 +msgid "Enter the internal (LAN) subnet for the 1 1 mapping. The subnet size specified for the internal subnet will be applied to the external subnet."); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 445 -msgid ""Destination"); ?> +msgid "Destination"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 448 -msgid ""not"); ?> +msgid "not"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 450 -msgid ""Use this option to invert the sense of the match."); ?> +msgid "Use this option to invert the sense of the match."); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 455 -msgid ""Type +msgid "Type "); ?>   msgstr "" #: src/www/firewall_nat_1to1_edit.php 460 -msgid ""any"); ?> +msgid "any"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 462 -msgid ""Single host or alias"); ?> +msgid "Single host or alias"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 465 -msgid ""Network"); ?> +msgid "Network"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 471 -msgid ""PPTP clients"); ?> +msgid "PPTP clients"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 478 -msgid ""PPPoE clients"); ?> +msgid "PPPoE clients"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 485 -msgid ""L2TP clients"); ?> +msgid "L2TP clients"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 494 -msgid ""net"); ?> +msgid "net"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 497 -msgid ""address");?> +msgid "address");?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 507 -msgid ""Address +msgid "Address "); ?>   msgstr "" #: src/www/firewall_nat_1to1_edit.php 532 -msgid ""The 1 +msgid "The 1 1 mapping will only be used for connections to or from the specified destination."); ?>
                msgstr "" #: src/www/firewall_nat_1to1_edit.php 533 -msgid ""Hint +msgid "Hint this is usually 'any'."); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 538 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 543 -msgid ""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/www/firewall_nat_1to1_edit.php 548 -msgid ""NAT reflection"); ?> +msgid "NAT reflection"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 552 -msgid ""use system default"); ?> +msgid "use system default"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 555 -msgid ""enable"); ?> +msgid "enable"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 558 -msgid ""disable"); ?> +msgid "disable"); ?> msgstr "" #: src/www/firewall_nat_1to1_edit.php 566 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/firewall_nat_1to1_edit.php 567 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/firewall_nat_edit.php 109 -msgid ""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 -msgid ""Destination port to")); +msgid "Destination port to")); msgstr "" #: src/www/firewall_nat_edit.php 185 -msgid ""Protocol")); +msgid "Protocol")); msgstr "" #: src/www/firewall_nat_edit.php 190 -msgid ""Source address"); +msgid "Source address"); msgstr "" #: src/www/firewall_nat_edit.php 194 -msgid ""Destination address"); +msgid "Destination address"); msgstr "" #: src/www/firewall_nat_edit.php 198 -msgid ""Redirect target IP"); +msgid "Redirect target IP"); msgstr "" #: src/www/firewall_nat_edit.php 220 -msgid """%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 -msgid ""%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 -msgid ""%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 -msgid ""%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 -msgid ""%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 -msgid ""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 -msgid ""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 -msgid ""%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 -msgid ""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 -msgid ""%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 -msgid ""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 -msgid ""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 -msgid ""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 -msgid ""NAT Port Forward")); +msgid "NAT Port Forward")); msgstr "" #: src/www/firewall_nat_edit.php 442 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/firewall_nat_edit.php 473 -msgid ""Edit Redirect entry"); ?> +msgid "Edit Redirect entry"); ?> msgstr "" #: src/www/firewall_nat_edit.php 480 -msgid ""Disabled"); ?> +msgid "Disabled"); ?> msgstr "" #: src/www/firewall_nat_edit.php 483 -msgid ""Disable this rule"); ?>
                +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."); ?> +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)"); ?> +msgid "No RDR (NOT)"); ?> msgstr "" #: src/www/firewall_nat_edit.php 491 -msgid ""Enabling this option will disable redirection for traffic matching this rule."); ?> +msgid "Enabling this option will disable redirection for traffic matching this rule."); ?> msgstr "" #: src/www/firewall_nat_edit.php 492 -msgid ""Hint +msgid "Hint this option is rarely needed, don't use this unless you know what you're doing."); ?> msgstr "" #: src/www/firewall_nat_edit.php 496 -msgid ""Interface"); ?> +msgid "Interface"); ?> msgstr "" #: src/www/firewall_nat_edit.php 534 -msgid ""Choose which interface this rule applies to."); ?>
                +msgid "Choose which interface this rule applies to."); ?>
                msgstr "" #: src/www/firewall_nat_edit.php 535 -msgid ""Hint +msgid "Hint in most cases, you'll want to use WAN here."); ?> msgstr "" #: src/www/firewall_nat_edit.php 538 -msgid ""Protocol"); ?> +msgid "Protocol"); ?> msgstr "" #: src/www/firewall_nat_edit.php 544 -msgid ""Choose which IP protocol " . +msgid "Choose which IP protocol " . msgstr "" #: src/www/firewall_nat_edit.php 546 -msgid ""Hint -msgid ""here."); ?> +msgid "Hint +msgid "here."); ?> msgstr "" #: src/www/firewall_nat_edit.php 549 -msgid ""Source"); ?> +msgid "Source"); ?> msgstr "" #: src/www/firewall_nat_edit.php 551 -msgid ""Show source address and port range"); ?> +msgid "Show source address and port range"); ?> msgstr "" #: src/www/firewall_nat_edit.php 555 -msgid ""Source"); ?> +msgid "Source"); ?> msgstr "" #: src/www/firewall_nat_edit.php 558 -msgid ""not"); ?> +msgid "not"); ?> msgstr "" #: src/www/firewall_nat_edit.php 560 -msgid ""Use this option to invert the sense of the match."); ?> +msgid "Use this option to invert the sense of the match."); ?> msgstr "" #: src/www/firewall_nat_edit.php 565 -msgid ""Type +msgid "Type "); ?>   msgstr "" #: src/www/firewall_nat_edit.php 570 -msgid ""any"); ?> +msgid "any"); ?> msgstr "" #: src/www/firewall_nat_edit.php 571 -msgid ""Single host or alias"); ?> +msgid "Single host or alias"); ?> msgstr "" #: src/www/firewall_nat_edit.php 572 -msgid ""Network"); ?> +msgid "Network"); ?> msgstr "" #: src/www/firewall_nat_edit.php 574 -msgid ""PPTP clients"); ?> +msgid "PPTP clients"); ?> msgstr "" #: src/www/firewall_nat_edit.php 577 -msgid ""PPPoE clients"); ?> +msgid "PPPoE clients"); ?> msgstr "" #: src/www/firewall_nat_edit.php 580 -msgid ""L2TP clients"); ?> +msgid "L2TP clients"); ?> msgstr "" #: src/www/firewall_nat_edit.php 585 -msgid ""net"); ?> +msgid "net"); ?> msgstr "" #: src/www/firewall_nat_edit.php 587 -msgid ""address");?> +msgid "address");?> msgstr "" #: src/www/firewall_nat_edit.php 595 -msgid ""Address +msgid "Address "); ?>   msgstr "" #: src/www/firewall_nat_edit.php 617 -msgid ""Source port range"); ?> +msgid "Source port range"); ?> msgstr "" #: src/www/firewall_nat_edit.php 621 -msgid ""from +msgid "from "); ?>   msgstr "" #: src/www/firewall_nat_edit.php 625 -msgid ""other"); ?>) +msgid "other"); ?>) msgstr "" #: src/www/firewall_nat_edit.php 626 -msgid ""any"); ?> +msgid "any"); ?> msgstr "" #: src/www/firewall_nat_edit.php 635 -msgid ""to +msgid "to "); ?> msgstr "" #: src/www/firewall_nat_edit.php 638 -msgid ""other"); ?>) +msgid "other"); ?>) msgstr "" #: src/www/firewall_nat_edit.php 639 -msgid ""any"); ?> +msgid "any"); ?> msgstr "" #: src/www/firewall_nat_edit.php 649 -msgid ""Hint -msgid ""field empty if you only want to filter a single port."); ?>
                +msgid "Hint +msgid "field empty if you only want to filter a single port."); ?>
                msgstr "" #: src/www/firewall_nat_edit.php 653 -msgid ""Destination"); ?> +msgid "Destination"); ?> msgstr "" #: src/www/firewall_nat_edit.php 656 -msgid ""not"); ?> +msgid "not"); ?> msgstr "" #: src/www/firewall_nat_edit.php 658 -msgid ""Use this option to invert the sense of the match."); ?> +msgid "Use this option to invert the sense of the match."); ?> msgstr "" #: src/www/firewall_nat_edit.php 663 -msgid ""Type +msgid "Type "); ?>   msgstr "" #: src/www/firewall_nat_edit.php 668 -msgid ""any"); ?> +msgid "any"); ?> msgstr "" #: src/www/firewall_nat_edit.php 669 -msgid ""Single host or alias"); ?> +msgid "Single host or alias"); ?> msgstr "" #: src/www/firewall_nat_edit.php 670 -msgid ""Network"); ?> +msgid "Network"); ?> msgstr "" #: src/www/firewall_nat_edit.php 671 -msgid ""This Firewall (self)");?> +msgid "This Firewall (self)");?> msgstr "" #: src/www/firewall_nat_edit.php 673 -msgid ""PPTP clients"); ?> +msgid "PPTP clients"); ?> msgstr "" #: src/www/firewall_nat_edit.php 676 -msgid ""PPPoE clients"); ?> +msgid "PPPoE clients"); ?> msgstr "" #: src/www/firewall_nat_edit.php 679 -msgid ""L2TP clients"); ?> +msgid "L2TP clients"); ?> msgstr "" #: src/www/firewall_nat_edit.php 684 -msgid ""net"); ?> +msgid "net"); ?> msgstr "" #: src/www/firewall_nat_edit.php 686 -msgid ""address");?> +msgid "address");?> msgstr "" #: src/www/firewall_nat_edit.php 715 -msgid ""Address +msgid "Address "); ?>   msgstr "" #: src/www/firewall_nat_edit.php 738 -msgid ""Destination port range"); ?> +msgid "Destination port range"); ?> msgstr "" #: src/www/firewall_nat_edit.php 742 -msgid ""from +msgid "from "); ?>   msgstr "" #: src/www/firewall_nat_edit.php 745 -msgid ""other"); ?>) +msgid "other"); ?>) msgstr "" #: src/www/firewall_nat_edit.php 755 -msgid ""to +msgid "to "); ?> msgstr "" #: src/www/firewall_nat_edit.php 758 -msgid ""other"); ?>) +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."); ?> +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"); ?> +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"); ?> +msgid "Redirect target IP"); ?> msgstr "" #: src/www/firewall_nat_edit.php 780 -msgid ""Enter the internal IP address of " . +msgid "Enter the internal IP address of " . msgstr "" #: src/www/firewall_nat_edit.php 782 -msgid ""e.g."); ?> 192.168.1.12 +msgid "e.g."); ?> 192.168.1.12 msgstr "" #: src/www/firewall_nat_edit.php 785 -msgid ""Redirect target port"); ?> +msgid "Redirect target port"); ?> msgstr "" #: src/www/firewall_nat_edit.php 788 -msgid ""other"); ?>) +msgid "other"); ?>) msgstr "" #: src/www/firewall_nat_edit.php 799 -msgid ""Specify the port on the machine with the " . +msgid "Specify the port on the machine with the " . msgstr "" #: src/www/firewall_nat_edit.php 803 -msgid ""Hint +msgid "Hint this is usually identical to the 'from' port above"); ?> msgstr "" #: src/www/firewall_nat_edit.php 806 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/firewall_nat_edit.php 809 -msgid ""You may enter a description here " . +msgid "You may enter a description here " . msgstr "" #: src/www/firewall_nat_edit.php 813 -msgid ""No XMLRPC Sync"); ?> +msgid "No XMLRPC Sync"); ?> msgstr "" #: src/www/firewall_nat_edit.php 816 -msgid ""Hint +msgid "Hint This prevents the rule on Master from automatically syncing to other CARP members. This does NOT prevent the rule from being overwritten on Slave.");?> msgstr "" #: src/www/firewall_nat_edit.php 820 -msgid ""NAT reflection"); ?> +msgid "NAT reflection"); ?> msgstr "" #: src/www/firewall_nat_edit.php 823 -msgid ""Use system default"); ?> +msgid "Use system default"); ?> msgstr "" #: src/www/firewall_nat_edit.php 824 -msgid ""Enable (NAT + Proxy)"); ?> +msgid "Enable (NAT + Proxy)"); ?> msgstr "" #: src/www/firewall_nat_edit.php 825 -msgid ""Enable (Pure NAT)"); ?> +msgid "Enable (Pure NAT)"); ?> msgstr "" #: src/www/firewall_nat_edit.php 826 -msgid ""Disable"); ?> +msgid "Disable"); ?> msgstr "" #: src/www/firewall_nat_edit.php 832 -msgid ""Filter rule association"); ?> +msgid "Filter rule association"); ?> msgstr "" #: src/www/firewall_nat_edit.php 835 -msgid ""None"); ?> +msgid "None"); ?> msgstr "" #: src/www/firewall_nat_edit.php 836 -msgid ""Pass"); ?> +msgid "Pass"); ?> msgstr "" #: src/www/firewall_nat_edit.php 846 -msgid ""View the filter rule") . "
                "; +msgid "View the filter rule") . "
                "; msgstr "" #: src/www/firewall_nat_edit.php 854 -msgid ""Create new associated filter rule") . "n"; +msgid "Create new associated filter rule") . "n"; msgstr "" #: src/www/firewall_nat_edit.php 863 -msgid ""Filter rule association"); ?> +msgid "Filter rule association"); ?> msgstr "" #: src/www/firewall_nat_edit.php 866 -msgid ""None"); ?> +msgid "None"); ?> msgstr "" #: src/www/firewall_nat_edit.php 867 -msgid ""Add associated filter rule"); ?> +msgid "Add associated filter rule"); ?> msgstr "" #: src/www/firewall_nat_edit.php 868 -msgid ""Add unassociated filter rule"); ?> +msgid "Add unassociated filter rule"); ?> msgstr "" #: src/www/firewall_nat_edit.php 869 -msgid ""Pass"); ?> +msgid "Pass"); ?> msgstr "" #: src/www/firewall_nat_edit.php 871 -msgid ""NOTE +msgid "NOTE The "pass" selection does not work properly with Multi-WAN. It will only work on an interface containing the default gateway.")?> msgstr "" #: src/www/firewall_nat_edit.php 887 -msgid ""Rule Information");?> +msgid "Rule Information");?> msgstr "" #: src/www/firewall_nat_edit.php 891 -msgid ""Created");?> +msgid "Created");?> msgstr "" #: src/www/firewall_nat_edit.php 893 -msgid ""n/j/y H +msgid "n/j/y H i -msgid ""by") ?> +msgid "by") ?> msgstr "" #: src/www/firewall_nat_edit.php 899 -msgid ""Updated");?> +msgid "Updated");?> msgstr "" #: src/www/firewall_nat_edit.php 901 -msgid ""n/j/y H +msgid "n/j/y H i -msgid ""by") ?> +msgid "by") ?> msgstr "" #: src/www/firewall_nat_edit.php 913 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/firewall_nat_edit.php 914 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/firewall_nat_npt.php 65 -msgid ""NPt")); +msgid "NPt")); msgstr "" #: src/www/firewall_nat_npt.php 85 -msgid ""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 -msgid ""Port Forward"), false, "firewall_nat.php"); +msgid "Port Forward"), false, "firewall_nat.php"); msgstr "" #: src/www/firewall_nat_npt.php 93 -msgid ""1 +msgid "1 1"), false, "firewall_nat_1to1.php"); msgstr "" #: src/www/firewall_nat_npt.php 94 -msgid ""Outbound"), false, "firewall_nat_out.php"); +msgid "Outbound"), false, "firewall_nat_out.php"); msgstr "" #: src/www/firewall_nat_npt.php 95 -msgid ""NPt"), true, "firewall_nat_npt.php"); +msgid "NPt"), true, "firewall_nat_npt.php"); msgstr "" #: src/www/firewall_nat_npt.php 108 -msgid ""Interface"); ?> +msgid "Interface"); ?> msgstr "" #: src/www/firewall_nat_npt.php 109 -msgid ""External Prefix"); ?> +msgid "External Prefix"); ?> msgstr "" #: src/www/firewall_nat_npt.php 110 -msgid ""Internal prefix"); ?> +msgid "Internal prefix"); ?> msgstr "" #: src/www/firewall_nat_npt.php 111 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/firewall_nat_npt.php 155 -msgid ""delete rule"); ?>" 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 -msgid ""Interface")); +msgid "Interface")); msgstr "" #: src/www/firewall_nat_npt_edit.php 96 -msgid ""Source prefix"); +msgid "Source prefix"); msgstr "" #: src/www/firewall_nat_npt_edit.php 98 -msgid ""Destination prefix"); +msgid "Destination prefix"); msgstr "" #: src/www/firewall_nat_npt_edit.php 134 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/firewall_nat_npt_edit.php 160 -msgid ""Edit NAT NPt entry"); ?> +msgid "Edit NAT NPt entry"); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 163 -msgid ""Disabled"); ?> +msgid "Disabled"); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 166 -msgid ""Disable this rule"); ?>
                +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."); ?> +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"); ?> +msgid "Interface"); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 207 -msgid ""Choose which interface this rule applies to"); ?>.
                +msgid "Choose which interface this rule applies to"); ?>.
                msgstr "" #: src/www/firewall_nat_npt_edit.php 208 -msgid ""Hint +msgid "Hint in most cases, you'll want to use WAN here"); ?>. msgstr "" #: src/www/firewall_nat_npt_edit.php 211 -msgid ""Internal IPv6 Prefix"); ?> +msgid "Internal IPv6 Prefix"); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 214 -msgid ""not"); ?> +msgid "not"); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 216 -msgid ""Use this option to invert the sense of the match."); ?> +msgid "Use this option to invert the sense of the match."); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 221 -msgid ""Address +msgid "Address "); ?>   msgstr "" #: src/www/firewall_nat_npt_edit.php 241 -msgid ""Enter the internal (LAN) ULA IPv6 Prefix for the Network Prefix translation. The prefix size specified for the internal IPv6 prefix will be applied to the +msgid "Enter the internal (LAN) ULA IPv6 Prefix for the Network Prefix translation. The prefix size specified for the internal IPv6 prefix will be applied to the msgstr "" #: src/www/firewall_nat_npt_edit.php 247 -msgid ""Destination IPv6 Prefix"); ?> +msgid "Destination IPv6 Prefix"); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 250 -msgid ""not"); ?> +msgid "not"); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 252 -msgid ""Use this option to invert the sense of the match."); ?> +msgid "Use this option to invert the sense of the match."); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 257 -msgid ""Address +msgid "Address "); ?>   msgstr "" #: src/www/firewall_nat_npt_edit.php 278 -msgid ""Enter the Global Unicast routable IPv6 prefix here"); ?>
                +msgid "Enter the Global Unicast routable IPv6 prefix here"); ?>
                msgstr "" #: src/www/firewall_nat_npt_edit.php 282 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/firewall_nat_npt_edit.php 285 -msgid ""You may enter a description here " . +msgid "You may enter a description here " . msgstr "" #: src/www/firewall_nat_npt_edit.php 291 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/firewall_nat_npt_edit.php 292 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: @@ -24771,1019 +24683,1019 @@ msgstr "" #: src/www/firewall_nat_out.php 89 -msgid ""Manual Outbound NAT Switch")); +msgid "Manual Outbound NAT Switch")); msgstr "" #: src/www/firewall_nat_out.php 108 -msgid ""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 -msgid ""Outbound")); +msgid "Outbound")); msgstr "" #: src/www/firewall_nat_out.php 216 -msgid ""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 -msgid ""Port Forward"), false, "firewall_nat.php"); +msgid "Port Forward"), false, "firewall_nat.php"); msgstr "" #: src/www/firewall_nat_out.php 226 -msgid ""1 +msgid "1 1"), false, "firewall_nat_1to1.php"); msgstr "" #: src/www/firewall_nat_out.php 227 -msgid ""Outbound"), true, "firewall_nat_out.php"); +msgid "Outbound"), true, "firewall_nat_out.php"); msgstr "" #: src/www/firewall_nat_out.php 228 -msgid ""NPt"), false, "firewall_nat_npt.php"); +msgid "NPt"), false, "firewall_nat_npt.php"); msgstr "" #: src/www/firewall_nat_out.php 237 -msgid ""Mode +msgid "Mode "); ?> msgstr "" #: src/www/firewall_nat_out.php 247 -msgid ""Automatic outbound NAT rule generation"); ?>
                +msgid "Automatic outbound NAT rule generation"); ?>
                msgstr "" #: src/www/firewall_nat_out.php 248 -msgid ""(IPsec passthrough included)");?> +msgid "(IPsec passthrough included)");?> msgstr "" #: src/www/firewall_nat_out.php 256 -msgid ""Hybrid Outbound NAT rule generation"); ?>
                +msgid "Hybrid Outbound NAT rule generation"); ?>
                msgstr "" #: src/www/firewall_nat_out.php 257 -msgid ""(Automatic Outbound NAT + rules below)");?> +msgid "(Automatic Outbound NAT + rules below)");?> msgstr "" #: src/www/firewall_nat_out.php 268 -msgid ""Manual Outbound NAT rule generation"); ?>
                +msgid "Manual Outbound NAT rule generation"); ?>
                msgstr "" #: src/www/firewall_nat_out.php 269 -msgid ""(AON - Advanced Outbound NAT)");?> +msgid "(AON - Advanced Outbound NAT)");?> msgstr "" #: src/www/firewall_nat_out.php 277 -msgid ""Disable Outbound NAT rule generation"); ?>
                +msgid "Disable Outbound NAT rule generation"); ?>
                msgstr "" #: src/www/firewall_nat_out.php 278 -msgid ""(No Outbound NAT rules)");?> +msgid "(No Outbound NAT rules)");?> msgstr "" #: src/www/firewall_nat_out.php 285 -msgid ""Save");?>" /> +msgid "Save");?>" /> msgstr "" #: src/www/firewall_nat_out.php 300 -msgid ""Mappings +msgid "Mappings "); ?> msgstr "" #: src/www/firewall_nat_out.php 306 -msgid ""Interface");?> +msgid "Interface");?> msgstr "" #: src/www/firewall_nat_out.php 307 -msgid ""Source");?> +msgid "Source");?> msgstr "" #: src/www/firewall_nat_out.php 308 -msgid ""Source Port");?> +msgid "Source Port");?> msgstr "" #: src/www/firewall_nat_out.php 309 -msgid ""Destination");?> +msgid "Destination");?> msgstr "" #: src/www/firewall_nat_out.php 310 -msgid ""Destination Port");?> +msgid "Destination Port");?> msgstr "" #: src/www/firewall_nat_out.php 311 -msgid ""NAT Address");?> +msgid "NAT Address");?> msgstr "" #: src/www/firewall_nat_out.php 312 -msgid ""NAT Port");?> +msgid "NAT Port");?> msgstr "" #: src/www/firewall_nat_out.php 313 -msgid ""Static Port");?> +msgid "Static Port");?> msgstr "" #: src/www/firewall_nat_out.php 314 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/firewall_nat_out.php 358 -msgid ""This rule is being ignored");?>" class=" "> +msgid "This rule is being ignored");?>" class=" "> msgstr "" #: src/www/firewall_nat_out.php 363 -msgid ""click to toggle enabled/disabled status");?>" 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 -msgid ""YES"); +msgid "YES"); msgstr "" #: src/www/firewall_nat_out.php 441 -msgid ""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"> +msgid "move selected rules before this rule");?>" type="submit" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_out.php 451 -msgid ""edit mapping");?>" 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 -msgid ""delete rule");?>" 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 -msgid ""add a new NAT based on this one");?>" 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"> +msgid "move selected mappings to end");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_out.php 479 -msgid ""add new mapping");?>" 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 -msgid ""delete selected rules");?>" 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"> +msgid "Do you really want to delete the selected mappings?");?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_nat_out.php 506 -msgid ""Automatic rules +msgid "Automatic rules "); ?> msgstr "" #: src/www/firewall_nat_out.php 510 -msgid ""Interface");?> +msgid "Interface");?> msgstr "" #: src/www/firewall_nat_out.php 511 -msgid ""Source");?> +msgid "Source");?> msgstr "" #: src/www/firewall_nat_out.php 512 -msgid ""Source Port");?> +msgid "Source Port");?> msgstr "" #: src/www/firewall_nat_out.php 513 -msgid ""Destination");?> +msgid "Destination");?> msgstr "" #: src/www/firewall_nat_out.php 514 -msgid ""Destination Port");?> +msgid "Destination Port");?> msgstr "" #: src/www/firewall_nat_out.php 515 -msgid ""NAT Address");?> +msgid "NAT Address");?> msgstr "" #: src/www/firewall_nat_out.php 516 -msgid ""NAT Port");?> +msgid "NAT Port");?> msgstr "" #: src/www/firewall_nat_out.php 517 -msgid ""Static Port");?> +msgid "Static Port");?> msgstr "" #: src/www/firewall_nat_out.php 518 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/firewall_nat_out.php 529 -msgid ""automatic outbound nat");?>"> +msgid "automatic outbound nat");?>"> msgstr "" #: src/www/firewall_nat_out.php 591 -msgid ""YES"); +msgid "YES"); msgstr "" #: src/www/firewall_nat_out.php 593 -msgid ""NO"); +msgid "NO"); msgstr "" #: src/www/firewall_nat_out.php 608 -msgid ""Note +msgid "Note "); ?>
                msgstr "" #: src/www/firewall_nat_out.php 609 -msgid ""If automatic outbound NAT selected, a mapping is automatically created " . +msgid "If automatic outbound NAT selected, a mapping is automatically created " . msgstr "" #: src/www/firewall_nat_out.php 620 -msgid ""Virtual IP"); ?> +msgid "Virtual IP"); ?> msgstr "" #: src/www/firewall_nat_out.php 621 -msgid "" may also be required.") ?> +msgid " may also be required.") ?> msgstr "" #: src/www/firewall_nat_out_edit.php 126 -msgid ""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 -msgid ""Destination bit count")); +msgid "Destination bit count")); msgstr "" #: src/www/firewall_nat_out_edit.php 151 -msgid ""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 -msgid ""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 -msgid ""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 -msgid ""A valid source must be specified."); +msgid "A valid source must be specified."); msgstr "" #: src/www/firewall_nat_out_edit.php 165 -msgid ""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 -msgid ""A valid destination must be specified."); +msgid "A valid destination must be specified."); msgstr "" #: src/www/firewall_nat_out_edit.php 173 -msgid ""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 -msgid ""Negating destination address of "any" is invalid."); +msgid "Negating destination address of "any" is invalid."); msgstr "" #: src/www/firewall_nat_out_edit.php 182 -msgid ""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 -msgid ""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 -msgid ""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 -msgid ""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 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/firewall_nat_out_edit.php 449 -msgid ""Edit Advanced Outbound NAT entry");?> +msgid "Edit Advanced Outbound NAT entry");?> msgstr "" #: src/www/firewall_nat_out_edit.php 456 -msgid ""Disabled");?> +msgid "Disabled");?> msgstr "" #: src/www/firewall_nat_out_edit.php 459 -msgid ""Disable this rule");?>
                +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.");?> +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");?> +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.");?> +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 -msgid ""Hint +msgid "Hint in most cases, you won't use this option.");?> msgstr "" #: src/www/firewall_nat_out_edit.php 472 -msgid ""Interface");?> +msgid "Interface");?> msgstr "" #: src/www/firewall_nat_out_edit.php 510 -msgid ""Choose which interface this rule applies to.");?>
                +msgid "Choose which interface this rule applies to.");?>
                msgstr "" #: src/www/firewall_nat_out_edit.php 511 -msgid ""Hint +msgid "Hint in most cases, you'll want to use WAN here.");?> msgstr "" #: src/www/firewall_nat_out_edit.php 516 -msgid ""Protocol");?> +msgid "Protocol");?> msgstr "" #: src/www/firewall_nat_out_edit.php 528 -msgid ""Choose which protocol this rule should match.");?>
                +msgid "Choose which protocol this rule should match.");?>
                msgstr "" #: src/www/firewall_nat_out_edit.php 530 -msgid ""Hint +msgid "Hint in most cases, you should specify %s any %s here."),""," "); msgstr "" #: src/www/firewall_nat_out_edit.php 536 -msgid ""Source");?> +msgid "Source");?> msgstr "" #: src/www/firewall_nat_out_edit.php 540 -msgid ""Type +msgid "Type ");?>   msgstr "" #: src/www/firewall_nat_out_edit.php 543 -msgid ""any");?> +msgid "any");?> msgstr "" #: src/www/firewall_nat_out_edit.php 544 -msgid ""This Firewall (self)");?> +msgid "This Firewall (self)");?> msgstr "" #: src/www/firewall_nat_out_edit.php 545 -msgid ""Network");?> +msgid "Network");?> msgstr "" #: src/www/firewall_nat_out_edit.php 550 -msgid ""Address +msgid "Address ");?>   msgstr "" #: src/www/firewall_nat_out_edit.php 575 -msgid ""Enter the source network for the outbound NAT mapping.");?> +msgid "Enter the source network for the outbound NAT mapping.");?> msgstr "" #: src/www/firewall_nat_out_edit.php 579 -msgid ""Source port +msgid "Source port ");?>   msgstr "" #: src/www/firewall_nat_out_edit.php 582 -msgid ""(leave blank for any)");?> +msgid "(leave blank for any)");?> msgstr "" #: src/www/firewall_nat_out_edit.php 589 -msgid ""Destination");?> +msgid "Destination");?> msgstr "" #: src/www/firewall_nat_out_edit.php 592 -msgid ""not");?>
                +msgid "not");?>
                msgstr "" #: src/www/firewall_nat_out_edit.php 593 -msgid ""Use this option to invert the sense of the match.");?>
                +msgid "Use this option to invert the sense of the match.");?>
                msgstr "" #: src/www/firewall_nat_out_edit.php 597 -msgid ""Type +msgid "Type ");?>   msgstr "" #: src/www/firewall_nat_out_edit.php 601 -msgid ""any");?> +msgid "any");?> msgstr "" #: src/www/firewall_nat_out_edit.php 604 -msgid ""Network");?> +msgid "Network");?> msgstr "" #: src/www/firewall_nat_out_edit.php 610 -msgid ""Address +msgid "Address ");?>   msgstr "" #: src/www/firewall_nat_out_edit.php 635 -msgid ""Enter the destination network for the outbound NAT mapping.");?> +msgid "Enter the destination network for the outbound NAT mapping.");?> msgstr "" #: src/www/firewall_nat_out_edit.php 639 -msgid ""Destination port +msgid "Destination port ");?>   msgstr "" #: src/www/firewall_nat_out_edit.php 642 -msgid ""(leave blank for any)");?> +msgid "(leave blank for any)");?> msgstr "" #: src/www/firewall_nat_out_edit.php 649 -msgid ""Translation");?> +msgid "Translation");?> msgstr "" #: src/www/firewall_nat_out_edit.php 653 -msgid ""Address +msgid "Address ");?>   msgstr "" #: src/www/firewall_nat_out_edit.php 657 -msgid ""Interface address");?> +msgid "Interface address");?> msgstr "" #: src/www/firewall_nat_out_edit.php 703 -msgid ""Other Subnet (Enter Below)");?> +msgid "Other Subnet (Enter Below)");?> msgstr "" #: src/www/firewall_nat_out_edit.php 710 -msgid ""Other Subnet +msgid "Other Subnet ");?>   msgstr "" #: src/www/firewall_nat_out_edit.php 728 -msgid ""Packets matching this rule will be mapped to the IP address given here.");?>
                +msgid "Packets matching this rule will be mapped to the IP address given here.");?>
                msgstr "" #: src/www/firewall_nat_out_edit.php 729 -msgid ""If you want this rule to apply to another IP address rather than the IP address of the interface chosen above, ". +msgid "If you want this rule to apply to another IP address rather than the IP address of the interface chosen above, ". msgstr "" #: src/www/firewall_nat_out_edit.php 731 -msgid ""Virtual IP");?> +msgid "Virtual IP");?> msgstr "" #: src/www/firewall_nat_out_edit.php 732 -msgid ""addresses on the interface first).");?> +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.");?>
                +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 -msgid ""Round Robin +msgid "Round Robin Loops through the translation addresses.");?>
                msgstr "" #: src/www/firewall_nat_out_edit.php 766 -msgid ""Random +msgid "Random Selects an address from the translation address pool at random.");?>
                msgstr "" #: src/www/firewall_nat_out_edit.php 767 -msgid ""Source Hash +msgid "Source Hash Uses a hash of the source address to determine the translation address, ensuring that the redirection address is always the same for a given source.");?>
                msgstr "" #: src/www/firewall_nat_out_edit.php 768 -msgid ""Bitmask +msgid "Bitmask Applies the subnet mask and keeps the last portion identical; 10.0.1.50 -> x.x.x.50.");?>
                msgstr "" #: src/www/firewall_nat_out_edit.php 769 -msgid ""Sticky Address +msgid "Sticky Address The Sticky Address option can be used with the Random and Round Robin pool types to ensure that a particular source address is always mapped to the same translation address.");?>
                msgstr "" #: src/www/firewall_nat_out_edit.php 774 -msgid ""Port +msgid "Port ");?>   msgstr "" #: src/www/firewall_nat_out_edit.php 782 -msgid ""Enter the source port for the outbound NAT mapping.");?> +msgid "Enter the source port for the outbound NAT mapping.");?> msgstr "" #: src/www/firewall_nat_out_edit.php 786 -msgid ""Static-port +msgid "Static-port ");?>   msgstr "" #: src/www/firewall_nat_out_edit.php 793 -msgid ""No XMLRPC Sync");?> +msgid "No XMLRPC Sync");?> msgstr "" #: src/www/firewall_nat_out_edit.php 796 -msgid ""Hint +msgid "Hint This prevents the rule on Master from automatically syncing to other CARP members. This does NOT prevent the rule from being overwritten on Slave.");?> msgstr "" #: src/www/firewall_nat_out_edit.php 800 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/firewall_nat_out_edit.php 804 -msgid ""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/www/firewall_nat_out_edit.php 816 -msgid ""Rule Information");?> +msgid "Rule Information");?> msgstr "" #: src/www/firewall_nat_out_edit.php 822 -msgid ""Created");?> +msgid "Created");?> msgstr "" #: src/www/firewall_nat_out_edit.php 824 -msgid ""n/j/y H +msgid "n/j/y H i -msgid ""by") ?> +msgid "by") ?> msgstr "" #: src/www/firewall_nat_out_edit.php 833 -msgid ""Updated");?> +msgid "Updated");?> msgstr "" #: src/www/firewall_nat_out_edit.php 835 -msgid ""n/j/y H +msgid "n/j/y H i -msgid ""by") ?> +msgid "by") ?> msgstr "" #: src/www/firewall_nat_out_edit.php 847 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/firewall_nat_out_edit.php 848 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/firewall_rules.php 35 -msgid ""Rules")); +msgid "Rules")); msgstr "" #: src/www/firewall_rules.php 99 -msgid ""Drag and drop firewall rules ordering update.")); +msgid "Drag and drop firewall rules ordering update.")); msgstr "" #: src/www/firewall_rules.php 117 -msgid ""any"), +msgid "any"), msgstr "" #: src/www/firewall_rules.php 118 -msgid ""Echo request"), +msgid "Echo request"), msgstr "" #: src/www/firewall_rules.php 119 -msgid ""Echo reply"), +msgid "Echo reply"), msgstr "" #: src/www/firewall_rules.php 120 -msgid ""Destination unreachable"), +msgid "Destination unreachable"), msgstr "" #: src/www/firewall_rules.php 121 -msgid ""Source quench"), +msgid "Source quench"), msgstr "" #: src/www/firewall_rules.php 122 -msgid ""Redirect"), +msgid "Redirect"), msgstr "" #: src/www/firewall_rules.php 123 -msgid ""Alternate Host"), +msgid "Alternate Host"), msgstr "" #: src/www/firewall_rules.php 124 -msgid ""Router advertisement"), +msgid "Router advertisement"), msgstr "" #: src/www/firewall_rules.php 125 -msgid ""Router solicitation"), +msgid "Router solicitation"), msgstr "" #: src/www/firewall_rules.php 126 -msgid ""Time exceeded"), +msgid "Time exceeded"), msgstr "" #: src/www/firewall_rules.php 127 -msgid ""Invalid IP header"), +msgid "Invalid IP header"), msgstr "" #: src/www/firewall_rules.php 128 -msgid ""Timestamp"), +msgid "Timestamp"), msgstr "" #: src/www/firewall_rules.php 129 -msgid ""Timestamp reply"), +msgid "Timestamp reply"), msgstr "" #: src/www/firewall_rules.php 130 -msgid ""Information request"), +msgid "Information request"), msgstr "" #: src/www/firewall_rules.php 131 -msgid ""Information reply"), +msgid "Information reply"), msgstr "" #: src/www/firewall_rules.php 132 -msgid ""Address mask request"), +msgid "Address mask request"), msgstr "" #: src/www/firewall_rules.php 133 -msgid ""Address mask reply") +msgid "Address mask reply") msgstr "" #: src/www/firewall_rules.php 191 -msgid ""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 -msgid ""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 -msgid ""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 -msgid ""Floating"), $active, "firewall_rules.php?if=FloatingRules"); +msgid "Floating"), $active, "firewall_rules.php?if=FloatingRules"); msgstr "" #: src/www/firewall_rules.php 395 -msgid ""Proto");?> +msgid "Proto");?> msgstr "" #: src/www/firewall_rules.php 396 -msgid ""Source");?> +msgid "Source");?> msgstr "" #: src/www/firewall_rules.php 397 -msgid ""Port");?> +msgid "Port");?> msgstr "" #: src/www/firewall_rules.php 398 -msgid ""Destination");?> +msgid "Destination");?> msgstr "" #: src/www/firewall_rules.php 399 -msgid ""Port");?> +msgid "Port");?> msgstr "" #: src/www/firewall_rules.php 400 -msgid ""Gateway");?> +msgid "Gateway");?> msgstr "" #: src/www/firewall_rules.php 401 -msgid ""Queue");?> +msgid "Queue");?> msgstr "" #: src/www/firewall_rules.php 402 -msgid ""Schedule");?> +msgid "Schedule");?> msgstr "" #: src/www/firewall_rules.php 403 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: @@ -25795,104 +25707,104 @@ msgstr "" #: src/www/firewall_rules.php 421 -msgid ""add new rule");?>" 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");?> +msgid "Anti-Lockout Rule");?> msgstr "" #: src/www/firewall_rules.php 447 -msgid ""move selected rules before this rule");?>" 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 -msgid ""edit rule");?>" class="btn btn-default btn-xs"> +msgid "edit rule");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 450 -msgid ""add a new rule based on this one");?>" 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");?> +msgid "RFC 1918 networks");?> msgstr "" #: src/www/firewall_rules.php 468 -msgid ""Block private networks");?> +msgid "Block private networks");?> msgstr "" #: src/www/firewall_rules.php 470 -msgid ""move selected rules before this rule");?>" 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 -msgid ""edit rule");?>" class="btn btn-default btn-xs"> +msgid "edit rule");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 474 -msgid ""add a new rule based on this one");?>" 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");?> +msgid "Reserved/not assigned by IANA");?> msgstr "" #: src/www/firewall_rules.php 491 -msgid ""Block bogon networks");?> +msgid "Block bogon networks");?> msgstr "" #: src/www/firewall_rules.php 493 -msgid ""move selected rules before this rule");?>" 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 -msgid ""edit rule");?>" class="btn btn-default btn-xs"> +msgid "edit rule");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 497 -msgid ""add a new rule based on this one");?>" 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 -msgid ""advanced settings set") . " +msgid "advanced settings set") . " {$isadvset}">"; msgstr "" #: src/www/firewall_rules.php 543 -msgid ""click to toggle enabled/disabled status");?>" > +msgid "click to toggle enabled/disabled status");?>" > msgstr "" #: @@ -25910,79 +25822,79 @@ msgstr "" #: src/www/firewall_rules.php 701 -msgid ""Traffic matching this rule is currently being denied"); +msgid "Traffic matching this rule is currently being denied"); msgstr "" #: src/www/firewall_rules.php 704 -msgid ""Traffic matching this rule is currently being allowed"); +msgid "Traffic matching this rule is currently being allowed"); msgstr "" #: src/www/firewall_rules.php 712 -msgid ""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 -msgid ""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=""> +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 -msgid ""edit rule"); ?>" class="btn btn-default btn-xs"> +msgid "edit rule"); ?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_rules.php 788 -msgid ""delete rule"); ?>" 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 -msgid ""add a new rule based on this one"); ?>" 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."); ?>

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

                msgstr "" #: src/www/firewall_rules.php 803 -msgid ""No rules are currently defined for this interface"); ?>
                +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."); ?>

                +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.");?> +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"> +msgid "move selected rules to end");?>" onmouseover="fr_insline(, true)" onmouseout="fr_insline(, false)" class="btn btn-default btn-xs"> msgstr "" #: @@ -25994,302 +25906,302 @@ msgstr "" #: src/www/firewall_rules.php 827 -msgid ""add new rule");?>" 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");?> +msgid "pass");?> msgstr "" #: src/www/firewall_rules.php 843 -msgid ""match");?> +msgid "match");?> msgstr "" #: src/www/firewall_rules.php 846 -msgid ""block");?> +msgid "block");?> msgstr "" #: src/www/firewall_rules.php 849 -msgid ""reject");?> +msgid "reject");?> msgstr "" #: src/www/firewall_rules.php 852 -msgid ""log");?> +msgid "log");?> msgstr "" #: src/www/firewall_rules.php 856 -msgid ""pass (disabled)");?> +msgid "pass (disabled)");?> msgstr "" #: src/www/firewall_rules.php 859 -msgid ""match (disabled)");?> +msgid "match (disabled)");?> msgstr "" #: src/www/firewall_rules.php 862 -msgid ""block (disabled)");?> +msgid "block (disabled)");?> msgstr "" #: src/www/firewall_rules.php 865 -msgid ""reject (disabled)");?> +msgid "reject (disabled)");?> msgstr "" #: src/www/firewall_rules.php 868 -msgid ""log (disabled)");?> +msgid "log (disabled)");?> msgstr "" #: src/www/firewall_rules.php 874 -msgid ""Hint +msgid "Hint ");?> msgstr "" #: src/www/firewall_rules.php 878 -msgid ""Rules are evaluated on a first-match basis (i.e. " . +msgid "Rules are evaluated on a first-match basis (i.e. " . msgstr "" #: src/www/firewall_rules.php 885 -msgid ""Floating rules are evaluated on a first-match basis (i.e. " . +msgid "Floating rules are evaluated on a first-match basis (i.e. " . msgstr "" #: src/www/firewall_rules_edit.php 262 -msgid ""You can not assign a gateway to a rule that applies to IPv4 and IPv6"); +msgid "You can not assign a gateway to a rule that applies to IPv4 and IPv6"); msgstr "" #: src/www/firewall_rules_edit.php 265 -msgid ""You can not assign a IPv4 gateway group on IPv6 Address Family rule"); +msgid "You can not assign a IPv4 gateway group on IPv6 Address Family rule"); msgstr "" #: src/www/firewall_rules_edit.php 268 -msgid ""You can not assign a IPv6 gateway group on IPv4 Address Family rule"); +msgid "You can not assign a IPv6 gateway group on IPv4 Address Family rule"); msgstr "" #: src/www/firewall_rules_edit.php 276 -msgid ""You can not assign a gateway to a rule that applies to IPv4 and IPv6"); +msgid "You can not assign a gateway to a rule that applies to IPv4 and IPv6"); msgstr "" #: src/www/firewall_rules_edit.php 279 -msgid ""You can not assign the IPv4 Gateway to a IPv6 Filter rule"); +msgid "You can not assign the IPv4 Gateway to a IPv6 Filter rule"); msgstr "" #: src/www/firewall_rules_edit.php 282 -msgid ""You can not assign the IPv6 Gateway to a IPv4 Filter rule"); +msgid "You can not assign the IPv6 Gateway to a IPv4 Filter rule"); msgstr "" #: src/www/firewall_rules_edit.php 288 -msgid ""You can not assign a protocol other then ICMP, TCP, UDP or TCP/UDP to a rule that applies to IPv4 and IPv6"); +msgid "You can not assign a protocol other then ICMP, TCP, UDP or TCP/UDP to a rule that applies to IPv4 and IPv6"); msgstr "" #: src/www/firewall_rules_edit.php 292 -msgid ""You can not assign a ICMP type to a rule that applies to IPv4 and IPv6"); +msgid "You can not assign a ICMP type to a rule that applies to IPv4 and IPv6"); msgstr "" #: src/www/firewall_rules_edit.php 366 -msgid ""%s is only valid with protocol tcp."),$_POST['statetype']); +msgid "%s is only valid with protocol tcp."),$_POST['statetype']); msgstr "" #: src/www/firewall_rules_edit.php 368 -msgid ""%s is only valid if the gateway is set to 'default'."),$_POST['statetype']); +msgid "%s is only valid if the gateway is set to 'default'."),$_POST['statetype']); msgstr "" #: src/www/firewall_rules_edit.php 379 -msgid ""Destination bit count"); +msgid "Destination bit count"); msgstr "" #: src/www/firewall_rules_edit.php 394 -msgid ""%s is not a valid start source port. It must be a port alias or integer between 1 and 65535."),$_POST['srcbeginposrt']); +msgid "%s is not a valid start source port. It must be a port alias or integer between 1 and 65535."),$_POST['srcbeginposrt']); msgstr "" #: src/www/firewall_rules_edit.php 396 -msgid ""%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_rules_edit.php 398 -msgid ""%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_rules_edit.php 400 -msgid ""%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_rules_edit.php 430 -msgid ""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_rules_edit.php 434 -msgid ""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_rules_edit.php 439 -msgid ""%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_rules_edit.php 442 -msgid ""A valid source bit count must be specified."); +msgid "A valid source bit count must be specified."); msgstr "" #: src/www/firewall_rules_edit.php 447 -msgid ""%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_rules_edit.php 450 -msgid ""A valid destination bit count must be specified."); +msgid "A valid destination bit count must be specified."); msgstr "" #: src/www/firewall_rules_edit.php 455 -msgid ""The Source IP address %s Address Family differs from the destination %s."), $_POST['src'], $_POST['dst']); +msgid "The Source IP address %s Address Family differs from the destination %s."), $_POST['src'], $_POST['dst']); msgstr "" #: src/www/firewall_rules_edit.php 457 -msgid ""You can not use IPv6 addresses in IPv4 rules."); +msgid "You can not use IPv6 addresses in IPv4 rules."); msgstr "" #: src/www/firewall_rules_edit.php 459 -msgid ""You can not use IPv4 addresses in IPv6 rules."); +msgid "You can not use IPv4 addresses in IPv6 rules."); msgstr "" #: src/www/firewall_rules_edit.php 463 -msgid ""You can not use a IPv4 or IPv6 address in combined IPv4 + IPv6 rules."); +msgid "You can not use a IPv4 or IPv6 address in combined IPv4 + IPv6 rules."); msgstr "" #: src/www/firewall_rules_edit.php 479 -msgid ""OS detection is only valid with protocol tcp."); +msgid "OS detection is only valid with protocol tcp."); msgstr "" #: src/www/firewall_rules_edit.php 481 -msgid ""Invalid OS detection selection. Please select a valid OS."); +msgid "Invalid OS detection selection. Please select a valid OS."); msgstr "" #: src/www/firewall_rules_edit.php 486 -msgid ""You have to select a queue when you select an acknowledge queue too."); +msgid "You have to select a queue when you select an acknowledge queue too."); msgstr "" #: src/www/firewall_rules_edit.php 488 -msgid ""Acknowledge queue and Queue cannot be the same."); +msgid "Acknowledge queue and Queue cannot be the same."); msgstr "" #: src/www/firewall_rules_edit.php 491 -msgid ""You can not use limiters in Floating rules without choosing a direction."); +msgid "You can not use limiters in Floating rules without choosing a direction."); msgstr "" #: src/www/firewall_rules_edit.php 493 -msgid ""You can not use gateways in Floating rules without choosing a direction."); +msgid "You can not use gateways in Floating rules without choosing a direction."); msgstr "" #: src/www/firewall_rules_edit.php 496 -msgid ""You must select a queue for the In direction before selecting one for Out too."); +msgid "You must select a queue for the In direction before selecting one for Out too."); msgstr "" #: src/www/firewall_rules_edit.php 498 -msgid ""In and Out Queue cannot be the same."); +msgid "In and Out Queue cannot be the same."); msgstr "" #: src/www/firewall_rules_edit.php 500 -msgid ""You cannot select one queue and one virtual interface for IN and Out. both must be from the same type."); +msgid "You cannot select one queue and one virtual interface for IN and Out. both must be from the same type."); msgstr "" #: src/www/firewall_rules_edit.php 502 -msgid ""You cannot select one queue and one virtual interface for IN and Out. both must be from the same type."); +msgid "You cannot select one queue and one virtual interface for IN and Out. both must be from the same type."); msgstr "" #: src/www/firewall_rules_edit.php 504 -msgid ""Please select a gateway, normaly the interface selected gateway, so the limiters work correctly"); +msgid "Please select a gateway, normaly the interface selected gateway, so the limiters work correctly"); msgstr "" #: @@ -26301,1137 +26213,1137 @@ msgstr "" #: src/www/firewall_rules_edit.php 510 -msgid ""You can only select a layer7 container for TCP and/or UDP protocols"); +msgid "You can only select a layer7 container for TCP and/or UDP protocols"); msgstr "" #: src/www/firewall_rules_edit.php 512 -msgid ""You can only select a layer7 container for Pass type rules."); +msgid "You can only select a layer7 container for Pass type rules."); msgstr "" #: src/www/firewall_rules_edit.php 517 -msgid ""You can only specify the maximum number of established connections per host (advanced option) for TCP protocol."); +msgid "You can only specify the maximum number of established connections per host (advanced option) for TCP protocol."); msgstr "" #: src/www/firewall_rules_edit.php 519 -msgid ""You can only specify the maximum new connections per host / per second(s) (advanced option) for TCP protocol."); +msgid "You can only specify the maximum new connections per host / per second(s) (advanced option) for TCP protocol."); msgstr "" #: src/www/firewall_rules_edit.php 521 -msgid ""You can only specify the state timeout (advanced option) for TCP protocol."); +msgid "You can only specify the state timeout (advanced option) for TCP protocol."); msgstr "" #: src/www/firewall_rules_edit.php 526 -msgid ""You can only specify the maximum state entries (advanced option) for Pass type rules."); +msgid "You can only specify the maximum state entries (advanced option) for Pass type rules."); msgstr "" #: src/www/firewall_rules_edit.php 528 -msgid ""You can only specify the maximum number of unique source hosts (advanced option) for Pass type rules."); +msgid "You can only specify the maximum number of unique source hosts (advanced option) for Pass type rules."); msgstr "" #: src/www/firewall_rules_edit.php 530 -msgid ""You can only specify the maximum number of established connections per host (advanced option) for Pass type rules."); +msgid "You can only specify the maximum number of established connections per host (advanced option) for Pass type rules."); msgstr "" #: src/www/firewall_rules_edit.php 532 -msgid ""You can only specify the maximum state entries per host (advanced option) for Pass type rules."); +msgid "You can only specify the maximum state entries per host (advanced option) for Pass type rules."); msgstr "" #: src/www/firewall_rules_edit.php 534 -msgid ""You can only specify the maximum new connections per host / per second(s) (advanced option) for Pass type rules."); +msgid "You can only specify the maximum new connections per host / per second(s) (advanced option) for Pass type rules."); msgstr "" #: src/www/firewall_rules_edit.php 536 -msgid ""You can only specify the state timeout (advanced option) for Pass type rules."); +msgid "You can only specify the state timeout (advanced option) for Pass type rules."); msgstr "" #: src/www/firewall_rules_edit.php 541 -msgid ""You cannot specify the maximum state entries (advanced option) if statetype is none and no L7 container is selected."); +msgid "You cannot specify the maximum state entries (advanced option) if statetype is none and no L7 container is selected."); msgstr "" #: src/www/firewall_rules_edit.php 543 -msgid ""You cannot specify the maximum number of unique source hosts (advanced option) if statetype is none and no L7 container is selected."); +msgid "You cannot specify the maximum number of unique source hosts (advanced option) if statetype is none and no L7 container is selected."); msgstr "" #: src/www/firewall_rules_edit.php 545 -msgid ""You cannot specify the maximum number of established connections per host (advanced option) if statetype is none and no L7 container is selected."); +msgid "You cannot specify the maximum number of established connections per host (advanced option) if statetype is none and no L7 container is selected."); msgstr "" #: src/www/firewall_rules_edit.php 547 -msgid ""You cannot specify the maximum state entries per host (advanced option) if statetype is none and no L7 container is selected."); +msgid "You cannot specify the maximum state entries per host (advanced option) if statetype is none and no L7 container is selected."); msgstr "" #: src/www/firewall_rules_edit.php 549 -msgid ""You cannot specify the maximum new connections per host / per second(s) (advanced option) if statetype is none and no L7 container is selected."); +msgid "You cannot specify the maximum new connections per host / per second(s) (advanced option) if statetype is none and no L7 container is selected."); msgstr "" #: src/www/firewall_rules_edit.php 551 -msgid ""You cannot specify the state timeout (advanced option) if statetype is none and no L7 container is selected."); +msgid "You cannot specify the state timeout (advanced option) if statetype is none and no L7 container is selected."); msgstr "" #: src/www/firewall_rules_edit.php 555 -msgid ""Maximum state entries (advanced option) must be a positive integer"); +msgid "Maximum state entries (advanced option) must be a positive integer"); msgstr "" #: src/www/firewall_rules_edit.php 558 -msgid ""Maximum number of unique source hosts (advanced option) must be a positive integer"); +msgid "Maximum number of unique source hosts (advanced option) must be a positive integer"); msgstr "" #: src/www/firewall_rules_edit.php 561 -msgid ""Maximum number of established connections per host (advanced option) must be a positive integer"); +msgid "Maximum number of established connections per host (advanced option) must be a positive integer"); msgstr "" #: src/www/firewall_rules_edit.php 564 -msgid ""Maximum state entries per host (advanced option) must be a positive integer"); +msgid "Maximum state entries per host (advanced option) must be a positive integer"); msgstr "" #: src/www/firewall_rules_edit.php 567 -msgid ""Maximum new connections per host / per second(s) (advanced option) must be a positive integer"); +msgid "Maximum new connections per host / per second(s) (advanced option) must be a positive integer"); msgstr "" #: src/www/firewall_rules_edit.php 570 -msgid ""State timeout (advanced option) must be a positive integer"); +msgid "State timeout (advanced option) must be a positive integer"); msgstr "" #: src/www/firewall_rules_edit.php 574 -msgid ""Both maximum new connections per host and the interval (per second(s)) must be specified"); +msgid "Both maximum new connections per host and the interval (per second(s)) must be specified"); msgstr "" #: src/www/firewall_rules_edit.php 586 -msgid ""If you specify TCP flags that should be set you should specify out of which flags as well."); +msgid "If you specify TCP flags that should be set you should specify out of which flags as well."); msgstr "" #: src/www/firewall_rules_edit.php 777 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/firewall_rules_edit.php 811 -msgid ""Edit Firewall rule");?> +msgid "Edit Firewall rule");?> msgstr "" #: src/www/firewall_rules_edit.php 815 -msgid ""Action");?> +msgid "Action");?> msgstr "" #: src/www/firewall_rules_edit.php 829 -msgid ""Choose what to do with packets that match the criteria specified below.");?>
                +msgid "Choose what to do with packets that match the criteria specified below.");?>
                msgstr "" #: src/www/firewall_rules_edit.php 830 -msgid ""Hint +msgid "Hint the difference between block and reject is that with reject, a packet (TCP RST or ICMP port unreachable for UDP) is returned to the sender, whereas with block the packet is dropped silently. In either case, the original packet is discarded.");?> msgstr "" #: src/www/firewall_rules_edit.php 835 -msgid ""Disabled");?> +msgid "Disabled");?> msgstr "" #: src/www/firewall_rules_edit.php 838 -msgid ""Disable this rule");?>
                +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.");?> +msgid "Set this option to disable this rule without removing it from the list.");?> msgstr "" #: src/www/firewall_rules_edit.php 845 -msgid ""Quick");?> +msgid "Quick");?> msgstr "" #: src/www/firewall_rules_edit.php 849 -msgid ""Apply the action immediately on match.");?>
                +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.");?> +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");?> +msgid "Associated filter rule");?> msgstr "" #: src/www/firewall_rules_edit.php 859 -msgid ""Note -msgid ""This is associated to a NAT rule.");?>
                +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.");?>
                +msgid "You cannot edit the interface, protocol, source, or destination of associated filter rules.");?>
                msgstr "" #: src/www/firewall_rules_edit.php 867 -msgid ""View the NAT rule") . "
                "; +msgid "View the NAT rule") . "
                "; msgstr "" #: src/www/firewall_rules_edit.php 885 -msgid ""Interface");?> +msgid "Interface");?> msgstr "" #: src/www/firewall_rules_edit.php 926 -msgid ""Choose on which interface packets must come in to match this rule.");?> +msgid "Choose on which interface packets must come in to match this rule.");?> msgstr "" #: src/www/firewall_rules_edit.php 932 -msgid ""Direction");?> +msgid "Direction");?> msgstr "" #: src/www/firewall_rules_edit.php 950 -msgid ""TCP/IP Version");?> +msgid "TCP/IP Version");?> msgstr "" #: src/www/firewall_rules_edit.php 962 -msgid ""Select the Internet Protocol version this rule applies to");?>
                +msgid "Select the Internet Protocol version this rule applies to");?>
                msgstr "" #: src/www/firewall_rules_edit.php 966 -msgid ""Protocol");?> +msgid "Protocol");?> msgstr "" #: src/www/firewall_rules_edit.php 976 -msgid ""Hint -msgid ""here.");?> +msgid "Hint +msgid "here.");?> msgstr "" #: src/www/firewall_rules_edit.php 980 -msgid ""ICMP type");?> +msgid "ICMP type");?> msgstr "" #: src/www/firewall_rules_edit.php 985 -msgid ""any"), +msgid "any"), msgstr "" #: src/www/firewall_rules_edit.php 986 -msgid ""Echo request"), +msgid "Echo request"), msgstr "" #: src/www/firewall_rules_edit.php 987 -msgid ""Echo reply"), +msgid "Echo reply"), msgstr "" #: src/www/firewall_rules_edit.php 988 -msgid ""Destination unreachable"), +msgid "Destination unreachable"), msgstr "" #: src/www/firewall_rules_edit.php 989 -msgid ""Source quench"), +msgid "Source quench"), msgstr "" #: src/www/firewall_rules_edit.php 990 -msgid ""Redirect"), +msgid "Redirect"), msgstr "" #: src/www/firewall_rules_edit.php 991 -msgid ""Alternate Host"), +msgid "Alternate Host"), msgstr "" #: src/www/firewall_rules_edit.php 992 -msgid ""Router advertisement"), +msgid "Router advertisement"), msgstr "" #: src/www/firewall_rules_edit.php 993 -msgid ""Router solicitation"), +msgid "Router solicitation"), msgstr "" #: src/www/firewall_rules_edit.php 994 -msgid ""Time exceeded"), +msgid "Time exceeded"), msgstr "" #: src/www/firewall_rules_edit.php 995 -msgid ""Invalid IP header"), +msgid "Invalid IP header"), msgstr "" #: src/www/firewall_rules_edit.php 996 -msgid ""Timestamp"), +msgid "Timestamp"), msgstr "" #: src/www/firewall_rules_edit.php 997 -msgid ""Timestamp reply"), +msgid "Timestamp reply"), msgstr "" #: src/www/firewall_rules_edit.php 998 -msgid ""Information request"), +msgid "Information request"), msgstr "" #: src/www/firewall_rules_edit.php 999 -msgid ""Information reply"), +msgid "Information reply"), msgstr "" #: src/www/firewall_rules_edit.php 1000 -msgid ""Address mask request"), +msgid "Address mask request"), msgstr "" #: src/www/firewall_rules_edit.php 1001 -msgid ""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.");?> +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");?> +msgid "Source");?> msgstr "" #: src/www/firewall_rules_edit.php 1016 -msgid ""not");?> +msgid "not");?> msgstr "" #: src/www/firewall_rules_edit.php 1018 -msgid ""Use this option to invert the sense of the match.");?> +msgid "Use this option to invert the sense of the match.");?> msgstr "" #: src/www/firewall_rules_edit.php 1023 -msgid ""Type +msgid "Type ");?>   msgstr "" #: src/www/firewall_rules_edit.php 1028 -msgid ""any");?> +msgid "any");?> msgstr "" #: src/www/firewall_rules_edit.php 1035 -msgid ""Single host or alias");?> +msgid "Single host or alias");?> msgstr "" #: src/www/firewall_rules_edit.php 1036 -msgid ""Network");?> +msgid "Network");?> msgstr "" #: src/www/firewall_rules_edit.php 1038 -msgid ""This Firewall (self)");?> +msgid "This Firewall (self)");?> msgstr "" #: src/www/firewall_rules_edit.php 1041 -msgid ""PPTP clients");?> +msgid "PPTP clients");?> msgstr "" #: src/www/firewall_rules_edit.php 1044 -msgid ""PPPoE clients");?> +msgid "PPPoE clients");?> msgstr "" #: src/www/firewall_rules_edit.php 1047 -msgid ""L2TP clients");?> +msgid "L2TP clients");?> msgstr "" #: src/www/firewall_rules_edit.php 1052 -msgid ""net");?> +msgid "net");?> msgstr "" #: src/www/firewall_rules_edit.php 1054 -msgid ""address");?> +msgid "address");?> msgstr "" #: src/www/firewall_rules_edit.php 1062 -msgid ""Address +msgid "Address ");?>   msgstr "" #: src/www/firewall_rules_edit.php 1075 -msgid ""Show source port range");?> +msgid "Show source port range");?> msgstr "" #: src/www/firewall_rules_edit.php 1081 -msgid ""Source port range");?> +msgid "Source port range");?> msgstr "" #: src/www/firewall_rules_edit.php 1085 -msgid ""from +msgid "from ");?>   msgstr "" #: src/www/firewall_rules_edit.php 1088 -msgid ""other"); ?>) +msgid "other"); ?>) msgstr "" #: src/www/firewall_rules_edit.php 1089 -msgid ""any");?> +msgid "any");?> msgstr "" #: src/www/firewall_rules_edit.php 1098 -msgid ""to +msgid "to ");?> msgstr "" #: src/www/firewall_rules_edit.php 1101 -msgid ""other"); ?>) +msgid "other"); ?>) msgstr "" #: src/www/firewall_rules_edit.php 1102 -msgid ""any");?> +msgid "any");?> msgstr "" #: src/www/firewall_rules_edit.php 1112 -msgid ""Hint -msgid ""field empty if you only want to filter a single port.");?>
                +msgid "Hint +msgid "field empty if you only want to filter a single port.");?>
                msgstr "" #: src/www/firewall_rules_edit.php 1116 -msgid ""Destination");?> +msgid "Destination");?> msgstr "" #: src/www/firewall_rules_edit.php 1119 -msgid ""not");?> +msgid "not");?> msgstr "" #: src/www/firewall_rules_edit.php 1121 -msgid ""Use this option to invert the sense of the match.");?> +msgid "Use this option to invert the sense of the match.");?> msgstr "" #: src/www/firewall_rules_edit.php 1126 -msgid ""Type +msgid "Type ");?>   msgstr "" #: src/www/firewall_rules_edit.php 1131 -msgid ""any");?> +msgid "any");?> msgstr "" #: src/www/firewall_rules_edit.php 1138 -msgid ""Single host or alias");?> +msgid "Single host or alias");?> msgstr "" #: src/www/firewall_rules_edit.php 1139 -msgid ""Network");?> +msgid "Network");?> msgstr "" #: src/www/firewall_rules_edit.php 1140 -msgid ""This Firewall (self)");?> +msgid "This Firewall (self)");?> msgstr "" #: src/www/firewall_rules_edit.php 1142 -msgid ""PPTP clients");?> +msgid "PPTP clients");?> msgstr "" #: src/www/firewall_rules_edit.php 1145 -msgid ""PPPoE clients");?> +msgid "PPPoE clients");?> msgstr "" #: src/www/firewall_rules_edit.php 1148 -msgid ""L2TP clients");?> +msgid "L2TP clients");?> msgstr "" #: src/www/firewall_rules_edit.php 1153 -msgid ""net");?> +msgid "net");?> msgstr "" #: src/www/firewall_rules_edit.php 1155 -msgid ""address");?> +msgid "address");?> msgstr "" #: src/www/firewall_rules_edit.php 1163 -msgid ""Address +msgid "Address ");?>   msgstr "" #: src/www/firewall_rules_edit.php 1180 -msgid ""Destination port range ");?> +msgid "Destination port range ");?> msgstr "" #: src/www/firewall_rules_edit.php 1184 -msgid ""from +msgid "from ");?>   msgstr "" #: src/www/firewall_rules_edit.php 1187 -msgid ""other"); ?>) +msgid "other"); ?>) msgstr "" #: src/www/firewall_rules_edit.php 1188 -msgid ""any");?> +msgid "any");?> msgstr "" #: src/www/firewall_rules_edit.php 1197 -msgid ""to +msgid "to ");?> msgstr "" #: src/www/firewall_rules_edit.php 1200 -msgid ""other"); ?>) +msgid "other"); ?>) msgstr "" #: src/www/firewall_rules_edit.php 1201 -msgid ""any");?> +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.");?> +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");?> +msgid "Hint +msgid "field empty if you only want to filter a single port");?> msgstr "" #: src/www/firewall_rules_edit.php 1219 -msgid ""Log");?> +msgid "Log");?> msgstr "" #: src/www/firewall_rules_edit.php 1222 -msgid ""Log packets that are handled by this rule");?> +msgid "Log packets that are handled by this rule");?> msgstr "" #: src/www/firewall_rules_edit.php 1224 -msgid ""Hint -msgid ""Diagnostics +msgid "Hint +msgid "Diagnostics System logs -msgid ""page"); ?>). +msgid "page"); ?>). msgstr "" #: src/www/firewall_rules_edit.php 1228 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/firewall_rules_edit.php 1232 -msgid ""You may enter a description here for your reference.");?> +msgid "You may enter a description here for your reference.");?> msgstr "" #: src/www/firewall_rules_edit.php 1240 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/firewall_rules_edit.php 1241 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/firewall_rules_edit.php 1254 -msgid ""Advanced features");?> +msgid "Advanced features");?> msgstr "" #: src/www/firewall_rules_edit.php 1257 -msgid ""Source OS");?> +msgid "Source OS");?> msgstr "" #: src/www/firewall_rules_edit.php 1260 -msgid ""Show advanced option");?> +msgid "Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1263 -msgid ""OS Type +msgid "OS Type ");?>  msgstr "" #: src/www/firewall_rules_edit.php 1274 -msgid ""Note +msgid "Note this only works for TCP rules. General OS choice matches all subtypes.");?> msgstr "" #: src/www/firewall_rules_edit.php 1279 -msgid ""Diffserv Code Point");?> +msgid "Diffserv Code Point");?> msgstr "" #: src/www/firewall_rules_edit.php 1282 -msgid ""Show advanced option");?> +msgid "Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1295 -msgid ""Advanced Options");?> +msgid "Advanced Options");?> msgstr "" #: src/www/firewall_rules_edit.php 1298 -msgid ""Show advanced option");?> +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.");?> +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.");?> +msgid "This will disable auto generated reply-to for this rule.");?> msgstr "" #: src/www/firewall_rules_edit.php 1308 -msgid ""Policy filtering"); ?> +msgid "Policy filtering"); ?> msgstr "" #: src/www/firewall_rules_edit.php 1311 -msgid ""You can match packet on a mark placed before on another rule.")?> +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");?>

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

                msgstr "" #: src/www/firewall_rules_edit.php 1314 -msgid "" Maximum number of unique source hosts");?>

                +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)");?>

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

                msgstr "" #: src/www/firewall_rules_edit.php 1316 -msgid "" Maximum state entries per host");?>

                +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)");?> +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)");?> +msgid "State Timeout in seconds (TCP only)");?> msgstr "" #: src/www/firewall_rules_edit.php 1330 -msgid ""Note +msgid "Note Leave fields blank to disable that feature.");?>

                msgstr "" #: src/www/firewall_rules_edit.php 1335 -msgid ""TCP flags");?> +msgid "TCP flags");?> msgstr "" #: src/www/firewall_rules_edit.php 1338 -msgid ""Show advanced option");?> +msgid "Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1367 -msgid ""Any flags.");?>
                +msgid "Any flags.");?>
                msgstr "" #: src/www/firewall_rules_edit.php 1369 -msgid ""Use this to choose TCP flags that must ". +msgid "Use this to choose TCP flags that must ". msgstr "" #: src/www/firewall_rules_edit.php 1375 -msgid ""State Type");?> +msgid "State Type");?> msgstr "" #: src/www/firewall_rules_edit.php 1378 -msgid ""Show advanced option");?> +msgid "Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1384 -msgid ""Hint +msgid "Hint This prevents states created by this rule to be sync'ed over pfsync.");?>
                msgstr "" #: src/www/firewall_rules_edit.php 1387 -msgid ""keep state");?> +msgid "keep state");?> msgstr "" #: src/www/firewall_rules_edit.php 1388 -msgid ""sloppy state");?> +msgid "sloppy state");?> msgstr "" #: src/www/firewall_rules_edit.php 1389 -msgid ""synproxy state");?> +msgid "synproxy state");?> msgstr "" #: src/www/firewall_rules_edit.php 1390 -msgid ""none");?> +msgid "none");?> msgstr "" #: src/www/firewall_rules_edit.php 1393 -msgid ""Hint +msgid "Hint Select which type of state tracking mechanism you would like to use. If in doubt, use keep state.");?> msgstr "" #: src/www/firewall_rules_edit.php 1396 -msgid ""Works with all IP protocols.");?> +msgid "Works with all IP protocols.");?> msgstr "" #: src/www/firewall_rules_edit.php 1397 -msgid ""Works with all IP protocols.");?> +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.");?> +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.");?> +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");?> +msgid "No XMLRPC Sync");?> msgstr "" #: src/www/firewall_rules_edit.php 1408 -msgid ""Show advanced option");?> +msgid "Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1412 -msgid ""Hint +msgid "Hint This prevents the rule on Master from automatically syncing to other CARP members. This does NOT prevent the rule from being overwritten on Slave.");?> msgstr "" #: src/www/firewall_rules_edit.php 1417 -msgid ""802.1p");?> +msgid "802.1p");?> msgstr "" #: src/www/firewall_rules_edit.php 1420 -msgid ""Show advanced option");?> +msgid "Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1452 -msgid ""Choose 802.1p priority to match on");?>

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

                msgstr "" #: src/www/firewall_rules_edit.php 1456 -msgid ""Choose 802.1p priority to apply");?>

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

                msgstr "" #: src/www/firewall_rules_edit.php 1472 -msgid ""Schedule");?> +msgid "Schedule");?> msgstr "" #: src/www/firewall_rules_edit.php 1475 -msgid ""Show advanced option");?> +msgid "Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1494 -msgid ""Leave as 'none' to leave the rule enabled all the time.");?>

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

                msgstr "" #: src/www/firewall_rules_edit.php 1499 -msgid ""Gateway");?> +msgid "Gateway");?> msgstr "" #: src/www/firewall_rules_edit.php 1502 -msgid ""Show advanced option");?> +msgid "Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1506 -msgid ""default");?> +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.");?>

                +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");?> +msgid "In/Out");?> msgstr "" #: src/www/firewall_rules_edit.php 1551 -msgid ""Show advanced option");?> +msgid "Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1592 -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.");?> +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");?> +msgid "Ackqueue/Queue");?> msgstr "" #: src/www/firewall_rules_edit.php 1601 -msgid ""Show advanced option");?> +msgid "Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1648 -msgid ""Choose the Acknowledge Queue only if you have selected Queue.");?> +msgid "Choose the Acknowledge Queue only if you have selected Queue.");?> msgstr "" #: src/www/firewall_rules_edit.php 1653 -msgid ""Layer7");?> +msgid "Layer7");?> msgstr "" #: src/www/firewall_rules_edit.php 1656 -msgid ""Show advanced option");?> +msgid "Show advanced option");?> msgstr "" #: src/www/firewall_rules_edit.php 1676 -msgid ""Choose a Layer7 container to apply application protocol inspection rules. " . +msgid "Choose a Layer7 container to apply application protocol inspection rules. " . msgstr "" #: src/www/firewall_rules_edit.php 1693 -msgid ""Rule Information");?> +msgid "Rule Information");?> msgstr "" #: src/www/firewall_rules_edit.php 1697 -msgid ""Created");?> +msgid "Created");?> msgstr "" #: src/www/firewall_rules_edit.php 1699 -msgid ""n/j/y H +msgid "n/j/y H i -msgid ""by") ?> +msgid "by") ?> msgstr "" #: src/www/firewall_rules_edit.php 1705 -msgid ""Updated");?> +msgid "Updated");?> msgstr "" #: src/www/firewall_rules_edit.php 1707 -msgid ""n/j/y H +msgid "n/j/y H i -msgid ""by") ?> +msgid "by") ?> msgstr "" #: src/www/firewall_rules_edit.php 1716 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/firewall_rules_edit.php 1717 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: @@ -27449,62 +27361,62 @@ msgstr "" #: src/www/firewall_schedule.php 37 -msgid ""Schedules")); +msgid "Schedules")); msgstr "" #: src/www/firewall_schedule.php 64 -msgid ""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");?> +msgid "Name");?> msgstr "" #: src/www/firewall_schedule.php 106 -msgid ""Time Range(s)");?> +msgid "Time Range(s)");?> msgstr "" #: src/www/firewall_schedule.php 107 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/firewall_schedule.php 121 -msgid ""Schedule is currently active");?>" 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 -msgid ""edit alias");?>" class="btn btn-default btn-xs"> +msgid "edit alias");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/firewall_schedule.php 227 -msgid ""delete alias");?>" 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.");?>

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

                msgstr "" #: src/www/firewall_schedule_edit.php 48 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: @@ -27522,195 +27434,195 @@ msgstr "" #: src/www/firewall_schedule_edit.php 76 -msgid ""Schedule may not be named LAN."); +msgid "Schedule may not be named LAN."); msgstr "" #: src/www/firewall_schedule_edit.php 78 -msgid ""Schedule may not be named WAN."); +msgid "Schedule may not be named WAN."); msgstr "" #: src/www/firewall_schedule_edit.php 80 -msgid ""Schedule name cannot be blank."); +msgid "Schedule name cannot be blank."); msgstr "" #: src/www/firewall_schedule_edit.php 84 -msgid ""Reserved word used for schedule name."); +msgid "Reserved word used for schedule name."); msgstr "" #: src/www/firewall_schedule_edit.php 87 -msgid ""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 -msgid ""A Schedule with this name already exists."); +msgid "A Schedule with this name already exists."); msgstr "" #: src/www/firewall_schedule_edit.php 109 -msgid ""Invalid start time - '%s'"), $_POST['starttime' . $x]); +msgid "Invalid start time - '%s'"), $_POST['starttime' . $x]); msgstr "" #: src/www/firewall_schedule_edit.php 113 -msgid ""Invalid stop time - '%s'"), $_POST['stoptime' . $x]); +msgid "Invalid stop time - '%s'"), $_POST['stoptime' . $x]); msgstr "" #: src/www/firewall_schedule_edit.php 161 -msgid ""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");?> +msgid "Schedule information");?> msgstr "" #: src/www/firewall_schedule_edit.php 788 -msgid ""Schedule Name");?> +msgid "Schedule Name");?> msgstr "" #: src/www/firewall_schedule_edit.php 794 -msgid ""NOTE +msgid "NOTE This schedule is in use so the name may not be modified!");?> 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");?> +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");?> +msgid "Description");?> msgstr "" #: src/www/firewall_schedule_edit.php 808 -msgid ""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/www/firewall_schedule_edit.php 816 -msgid ""Month");?> +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.");?> +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");?> +msgid "Time");?> msgstr "" #: src/www/firewall_schedule_edit.php 929 -msgid ""Stop Time");?> +msgid "Stop Time");?> msgstr "" #: src/www/firewall_schedule_edit.php 942 -msgid ""Hr"); ?>   +msgid "Hr"); ?>   msgstr "" #: src/www/firewall_schedule_edit.php 949 -msgid ""Min"); ?> +msgid "Min"); ?> msgstr "" #: src/www/firewall_schedule_edit.php 967 -msgid ""Hr");?>   +msgid "Hr");?>   msgstr "" #: src/www/firewall_schedule_edit.php 974 -msgid ""Min");?> +msgid "Min");?> msgstr "" #: src/www/firewall_schedule_edit.php 978 -msgid ""Select the time range for the day(s) selected on the Month(s) above. A full day is 0 +msgid "Select the time range for the day(s) selected on the Month(s) above. A full day is 0 00-23 59.")?> msgstr "" @@ -27718,317 +27630,317 @@ msgstr "" #: src/www/firewall_schedule_edit.php 982 -msgid ""Time Range Description")?> +msgid "Time Range Description")?> msgstr "" #: src/www/firewall_schedule_edit.php 985 -msgid ""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/www/firewall_schedule_edit.php 992 -msgid ""Add Time");?>" class="btn btn-default" onclick="javascript +msgid "Add Time");?>" class="btn btn-default" onclick="javascript processEntries();" />    msgstr "" #: src/www/firewall_schedule_edit.php 993 -msgid ""Clear Selection");?>" 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");?> +msgid "Schedule repeat");?> msgstr "" #: src/www/firewall_schedule_edit.php 1010 -msgid ""Configured Ranges");?> +msgid "Configured Ranges");?> msgstr "" #: src/www/firewall_schedule_edit.php 1015 -msgid ""Day(s)");?> +msgid "Day(s)");?> msgstr "" #: src/www/firewall_schedule_edit.php 1016 -msgid ""Start Time");?> +msgid "Start Time");?> msgstr "" #: src/www/firewall_schedule_edit.php 1017 -msgid ""Stop Time");?> +msgid "Stop Time");?> msgstr "" #: src/www/firewall_schedule_edit.php 1018 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/firewall_schedule_edit.php 1177 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/firewall_schedule_edit.php 1178 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/firewall_shaper.php 42 -msgid ""Traffic Shaper")); +msgid "Traffic Shaper")); msgstr "" #: src/www/firewall_shaper.php 119 -msgid ""Unable to write config.xml (Access Denied?)"); +msgid "Unable to write config.xml (Access Denied?)"); msgstr "" #: src/www/firewall_shaper.php 148 -msgid ""Could not create new queue/discipline!"); +msgid "Could not create new queue/discipline!"); msgstr "" #: src/www/firewall_shaper.php 164 -msgid ""Queue not found!"); +msgid "Queue not found!"); msgstr "" #: src/www/firewall_shaper.php 173 -msgid ""Queue not found!"); +msgid "Queue not found!"); msgstr "" #: src/www/firewall_shaper.php 182 -msgid ""Queue not found!"); +msgid "Queue not found!"); msgstr "" #: src/www/firewall_shaper.php 259 -msgid ""Could not add new queue."); +msgid "Could not add new queue."); msgstr "" #: src/www/firewall_shaper.php 335 -msgid ""Queue Actions") . "
                "; +msgid "Queue Actions") . "
                "; msgstr "" #: src/www/firewall_shaper.php 338 -msgid ""Save") . "" class="btn btn-primary" />"; +msgid "Save") . "" class="btn btn-primary" />"; msgstr "" #: src/www/firewall_shaper.php 346 -msgid ""Add new queue") . "" />"; +msgid "Add new queue") . "" />"; msgstr "" #: src/www/firewall_shaper.php 357 -msgid ""Delete this queue") . "" />"; +msgid "Delete this queue") . "" />"; msgstr "" #: src/www/firewall_shaper.php 359 -msgid ""Disable shaper on interface") . "" />"; +msgid "Disable shaper on interface") . "" />"; msgstr "" #: src/www/firewall_shaper.php 398 -msgid ""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 -msgid ""By Interface"), true, "firewall_shaper.php"); +msgid "By Interface"), true, "firewall_shaper.php"); msgstr "" #: src/www/firewall_shaper.php 407 -msgid ""By Queue"), false, "firewall_shaper_queues.php"); +msgid "By Queue"), false, "firewall_shaper_queues.php"); msgstr "" #: src/www/firewall_shaper.php 408 -msgid ""Limiter"), false, "firewall_shaper_vinterface.php"); +msgid "Limiter"), false, "firewall_shaper_vinterface.php"); msgstr "" #: src/www/firewall_shaper.php 409 -msgid ""Layer7"), false, "firewall_shaper_layer7.php"); +msgid "Layer7"), false, "firewall_shaper_layer7.php"); msgstr "" #: src/www/firewall_shaper.php 410 -msgid ""Wizards"), false, "firewall_shaper_wizards.php"); +msgid "Wizards"), false, "firewall_shaper_wizards.php"); msgstr "" #: src/www/firewall_shaper.php 426 -msgid ""Remove Shaper")?>" class="btn btn-primary" /> +msgid "Remove Shaper")?>" class="btn btn-primary" /> msgstr "" #: src/www/firewall_shaper_layer7.php 47 -msgid ""Layer7")); +msgid "Layer7")); msgstr "" #: src/www/firewall_shaper_layer7.php 53 -msgid ""Note") . " +msgid "Note") . "
                "; msgstr "" #: src/www/firewall_shaper_layer7.php 54 -msgid ""here") . ".
                "; +msgid "here") . ".
                "; msgstr "" #: src/www/firewall_shaper_layer7.php 99 -msgid ""Layer7 Rules Container not found!"); +msgid "Layer7 Rules Container not found!"); msgstr "" #: src/www/firewall_shaper_layer7.php 149 -msgid ""Found the following repeated protocol definitions") . " +msgid "Found the following repeated protocol definitions") . " "; msgstr "" #: src/www/firewall_shaper_layer7.php 384 -msgid ""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 -msgid ""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 -msgid ""By Interface"), false, "firewall_shaper.php"); +msgid "By Interface"), false, "firewall_shaper.php"); msgstr "" #: src/www/firewall_shaper_layer7.php 409 -msgid ""By Queue"), false, "firewall_shaper_queues.php"); +msgid "By Queue"), false, "firewall_shaper_queues.php"); msgstr "" #: src/www/firewall_shaper_layer7.php 410 -msgid ""Limiter"), false, "firewall_shaper_vinterface.php"); +msgid "Limiter"), false, "firewall_shaper_vinterface.php"); msgstr "" #: src/www/firewall_shaper_layer7.php 411 -msgid ""Layer7"), true, "firewall_shaper_layer7.php"); +msgid "Layer7"), true, "firewall_shaper_layer7.php"); msgstr "" #: src/www/firewall_shaper_layer7.php 412 -msgid ""Wizards"), false, "firewall_shaper_wizards.php"); +msgid "Wizards"), false, "firewall_shaper_wizards.php"); msgstr "" #: src/www/firewall_shaper_layer7.php 449 -msgid ""Rule(s)"); ?> +msgid "Rule(s)"); ?> msgstr "" #: src/www/firewall_shaper_layer7.php 461 -msgid ""Add one or more rules"); ?> +msgid "Add one or more rules"); ?> msgstr "" #: src/www/firewall_shaper_layer7.php 470 -msgid ""Protocol"); ?> +msgid "Protocol"); ?> msgstr "" #: src/www/firewall_shaper_layer7.php 477 -msgid ""Structure"); ?> +msgid "Structure"); ?> msgstr "" #: src/www/firewall_shaper_layer7.php 484 -msgid ""Behaviour"); ?> +msgid "Behaviour"); ?> msgstr "" #: src/www/firewall_shaper_layer7.php 565 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/firewall_shaper_layer7.php 567 -msgid ""Cancel"); ?>" /> +msgid "Cancel"); ?>" /> msgstr "" #: src/www/firewall_shaper_layer7.php 571 -msgid ""Delete"); ?>" /> +msgid "Delete"); ?>" /> msgstr "" #: src/www/firewall_shaper_queues.php 160 -msgid ""Firewall +msgid "Firewall Shaper By Queues View"); msgstr "" @@ -28036,789 +27948,789 @@ msgstr "" #: src/www/firewall_shaper_queues.php 183 -msgid ""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 -msgid ""By Interface"), false, "firewall_shaper.php"); +msgid "By Interface"), false, "firewall_shaper.php"); msgstr "" #: src/www/firewall_shaper_queues.php 192 -msgid ""By Queue"), true, "firewall_shaper_queues.php"); +msgid "By Queue"), true, "firewall_shaper_queues.php"); msgstr "" #: src/www/firewall_shaper_queues.php 193 -msgid ""Limiter"), false, "firewall_shaper_vinterface.php"); +msgid "Limiter"), false, "firewall_shaper_vinterface.php"); msgstr "" #: src/www/firewall_shaper_queues.php 194 -msgid ""Layer7"), false, "firewall_shaper_layer7.php"); +msgid "Layer7"), false, "firewall_shaper_layer7.php"); msgstr "" #: src/www/firewall_shaper_queues.php 195 -msgid ""Wizards"), false, "firewall_shaper_wizards.php"); +msgid "Wizards"), false, "firewall_shaper_wizards.php"); msgstr "" #: src/www/firewall_shaper_vinterface.php 41 -msgid ""Limiter")); +msgid "Limiter")); msgstr "" #: src/www/firewall_shaper_vinterface.php 89 -msgid ""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 -msgid ""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 -msgid ""Unable to write config.xml (Access Denied?)"); +msgid "Unable to write config.xml (Access Denied?)"); msgstr "" #: src/www/firewall_shaper_vinterface.php 147 -msgid ""Could not create new queue/discipline!"); +msgid "Could not create new queue/discipline!"); msgstr "" #: src/www/firewall_shaper_vinterface.php 160 -msgid ""Queue not found!"); +msgid "Queue not found!"); msgstr "" #: src/www/firewall_shaper_vinterface.php 170 -msgid ""Queue not found!"); +msgid "Queue not found!"); msgstr "" #: src/www/firewall_shaper_vinterface.php 180 -msgid ""Queue not found!"); +msgid "Queue not found!"); msgstr "" #: src/www/firewall_shaper_vinterface.php 192 -msgid ""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 -msgid ""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 -msgid ""Could not add new queue."); +msgid "Could not add new queue."); msgstr "" #: src/www/firewall_shaper_vinterface.php 303 -msgid ""Queue Actions"); +msgid "Queue Actions"); msgstr "" #: src/www/firewall_shaper_vinterface.php 306 -msgid ""Save") . "" class="btn btn-primary" />"; +msgid "Save") . "" class="btn btn-primary" />"; msgstr "" #: src/www/firewall_shaper_vinterface.php 314 -msgid ""Add new queue") ."" />"; +msgid "Add new queue") ."" />"; msgstr "" #: src/www/firewall_shaper_vinterface.php 325 -msgid ""Delete this queue") ."" />"; +msgid "Delete this queue") ."" />"; msgstr "" #: src/www/firewall_shaper_vinterface.php 327 -msgid ""Delete Limiter") ."" />"; +msgid "Delete Limiter") ."" />"; msgstr "" #: src/www/firewall_shaper_vinterface.php 366 -msgid ""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 -msgid ""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 -msgid ""By Interface"), false, "firewall_shaper.php"); +msgid "By Interface"), false, "firewall_shaper.php"); msgstr "" #: src/www/firewall_shaper_vinterface.php 392 -msgid ""By Queue"), false, "firewall_shaper_queues.php"); +msgid "By Queue"), false, "firewall_shaper_queues.php"); msgstr "" #: src/www/firewall_shaper_vinterface.php 393 -msgid ""Limiter"), true, "firewall_shaper_vinterface.php"); +msgid "Limiter"), true, "firewall_shaper_vinterface.php"); msgstr "" #: src/www/firewall_shaper_vinterface.php 394 -msgid ""Layer7"), false, "firewall_shaper_layer7.php"); +msgid "Layer7"), false, "firewall_shaper_layer7.php"); msgstr "" #: src/www/firewall_shaper_vinterface.php 395 -msgid ""Wizards"), false, "firewall_shaper_wizards.php"); +msgid "Wizards"), false, "firewall_shaper_wizards.php"); msgstr "" #: src/www/firewall_shaper_wizards.php 62 -msgid ""Wizards")); +msgid "Wizards")); msgstr "" #: src/www/firewall_shaper_wizards.php 66 -msgid ""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 -msgid ""Dedicated Links") => "traffic_shaper_wizard_dedicated.xml", +msgid "Dedicated Links") => "traffic_shaper_wizard_dedicated.xml", msgstr "" #: src/www/firewall_shaper_wizards.php 87 -msgid ""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 -msgid ""By Interface"), false, "firewall_shaper.php"); +msgid "By Interface"), false, "firewall_shaper.php"); msgstr "" #: src/www/firewall_shaper_wizards.php 95 -msgid ""By Queue"), false, "firewall_shaper_queues.php"); +msgid "By Queue"), false, "firewall_shaper_queues.php"); msgstr "" #: src/www/firewall_shaper_wizards.php 96 -msgid ""Limiter"), false, "firewall_shaper_vinterface.php"); +msgid "Limiter"), false, "firewall_shaper_vinterface.php"); msgstr "" #: src/www/firewall_shaper_wizards.php 97 -msgid ""Layer7"), false, "firewall_shaper_layer7.php"); +msgid "Layer7"), false, "firewall_shaper_layer7.php"); msgstr "" #: src/www/firewall_shaper_wizards.php 98 -msgid ""Wizards"), true, "firewall_shaper_wizards.php"); +msgid "Wizards"), true, "firewall_shaper_wizards.php"); msgstr "" #: src/www/firewall_shaper_wizards.php 112 -msgid ""Wizard function");?> +msgid "Wizard function");?> msgstr "" #: src/www/firewall_shaper_wizards.php 113 -msgid ""Wizard Link");?> +msgid "Wizard Link");?> msgstr "" #: src/www/firewall_virtual_ip.php 84 -msgid ""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 -msgid ""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 -msgid ""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 -msgid ""Virtual IP Addresses")); +msgid "Virtual IP Addresses")); msgstr "" #: src/www/firewall_virtual_ip.php 201 -msgid ""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 -msgid ""Virtual IPs"), true, "firewall_virtual_ip.php"); +msgid "Virtual IPs"), true, "firewall_virtual_ip.php"); msgstr "" #: src/www/firewall_virtual_ip.php 211 -msgid ""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");?> +msgid "Virtual IP address");?> msgstr "" #: src/www/firewall_virtual_ip.php 227 -msgid ""Interface");?> +msgid "Interface");?> msgstr "" #: src/www/firewall_virtual_ip.php 228 -msgid ""Type");?> +msgid "Type");?> msgstr "" #: src/www/firewall_virtual_ip.php 229 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/firewall_virtual_ip.php 264 -msgid ""Edit");?>"> +msgid "Edit");?>"> msgstr "" #: src/www/firewall_virtual_ip.php 266 -msgid ""Do you really want to delete this entry?");?>')"> +msgid "Do you really want to delete this entry?");?>')"> msgstr "" #: src/www/firewall_virtual_ip.php 278 -msgid ""Note +msgid "Note ");?>
                msgstr "" #: src/www/firewall_virtual_ip.php 279 -msgid ""mappings.");?>
                +msgid "mappings.");?>
                msgstr "" #: src/www/firewall_virtual_ip.php 280 -msgid ""here");?>.

                +msgid "here");?>.

                msgstr "" #: src/www/firewall_virtual_ip_edit.php 88 -msgid ""Type")); +msgid "Type")); msgstr "" #: src/www/firewall_virtual_ip_edit.php 97 -msgid ""A valid IP address must be specified."); +msgid "A valid IP address must be specified."); msgstr "" #: src/www/firewall_virtual_ip_edit.php 111 -msgid ""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 -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."); +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 -msgid ""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 -msgid ""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 -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'])); +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 -msgid ""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 -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); +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 -msgid ""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 -msgid ""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 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/firewall_virtual_ip_edit.php 268 -msgid ""This must be the network's subnet mask. It does not specify a CIDR range.");?>"); +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 -msgid ""This is a CIDR block of proxy ARP addresses.");?>"); +msgid "This is a CIDR block of proxy ARP addresses.");?>"); msgstr "" #: src/www/firewall_virtual_ip_edit.php 270 -msgid ""This must be the network's subnet mask. It does not specify a CIDR range.");?>"); +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");?> +msgid "Edit Virtual IP");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 352 -msgid ""Type");?> +msgid "Type");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 355 -msgid ""IP Alias");?> +msgid "IP Alias");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 357 -msgid ""CARP"); ?> +msgid "CARP"); ?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 359 -msgid ""Proxy ARP"); ?> +msgid "Proxy ARP"); ?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 361 -msgid ""Other");?> +msgid "Other");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 365 -msgid ""Interface");?> +msgid "Interface");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 380 -msgid ""IP Address(es)");?> +msgid "IP Address(es)");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 384 -msgid ""Type +msgid "Type ");?>   msgstr "" #: src/www/firewall_virtual_ip_edit.php 387 -msgid ""Single address");?> +msgid "Single address");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 389 -msgid ""Network");?> +msgid "Network");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 395 -msgid ""Address +msgid "Address ");?>   msgstr "" #: src/www/firewall_virtual_ip_edit.php 407 -msgid ""Expansion +msgid "Expansion ");?>   msgstr "" #: src/www/firewall_virtual_ip_edit.php 427 -msgid ""Virtual IP Password");?> +msgid "Virtual IP Password");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 429 -msgid ""Enter the VHID group password.");?> +msgid "Enter the VHID group password.");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 433 -msgid ""VHID Group");?> +msgid "VHID Group");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 441 -msgid ""Enter the VHID group that the machines will share");?> +msgid "Enter the VHID group that the machines will share");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 445 -msgid ""Advertising Frequency");?> +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.");?> +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");?> +msgid "Description");?> msgstr "" #: src/www/firewall_virtual_ip_edit.php 469 -msgid ""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/www/firewall_virtual_ip_edit.php 474 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/firewall_virtual_ip_edit.php 475 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/firewall_virtual_ip_edit.php 486 -msgid ""Note +msgid "Note ");?>
                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.");?> +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 ");?>. msgstr "" #: src/www/foot.inc 25 -msgid ""Available Widgets"); ?> +msgid "Available Widgets"); ?> msgstr "" #: src/www/graph.php 104 -msgid ""In"); ?> +msgid "In"); ?> msgstr "" #: src/www/graph.php 105 -msgid ""Out"); ?> +msgid "Out"); ?> msgstr "" #: src/www/graph.php 109 -msgid ""Switch to bytes/s"); ?> +msgid "Switch to bytes/s"); ?> msgstr "" #: src/www/graph.php 110 -msgid ""AutoScale"); ?> () +msgid "AutoScale"); ?> () msgstr "" #: src/www/graph.php 113 -msgid ""seconds"); ?> +msgid "seconds"); ?> msgstr "" #: src/www/graph.php 116 -msgid ""Collecting initial data, please wait"); ?>... +msgid "Collecting initial data, please wait"); ?>... msgstr "" #: src/www/graph.php 128 -msgid ""No URL for getURL"); ?>'; +msgid "No URL for getURL"); ?>'; msgstr "" #: src/www/graph.php 135 -msgid ""No callback function for getURL"); ?>'; +msgid "No callback function for getURL"); ?>'; msgstr "" #: src/www/graph.php 151 -msgid ""Both getURL and XMLHttpRequest are undefined"); ?>'; +msgid "Both getURL and XMLHttpRequest are undefined"); ?>'; msgstr "" #: src/www/graph.php 188 -msgid ""Switch to"); ?> ' + unit + '/s'; +msgid "Switch to"); ?> ' + unit + '/s'; msgstr "" #: src/www/graph.php 194 -msgid ""follow"); ?>' -msgid ""up"); ?>'; +msgid "follow"); ?>' +msgid "up"); ?>'; msgstr "" #: src/www/graph.php 355 -msgid ""Kbps"); ?>"; +msgid "Kbps"); ?>"; msgstr "" #: src/www/graph.php 357 -msgid ""Mbps"); ?>"; +msgid "Mbps"); ?>"; msgstr "" #: src/www/graph.php 359 -msgid ""Gbps"); ?>"; /* wow! */ +msgid "Gbps"); ?>"; /* wow! */ msgstr "" #: src/www/graph.php 365 -msgid ""KB/s"); ?>"; +msgid "KB/s"); ?>"; msgstr "" #: src/www/graph.php 367 -msgid ""MB/s"); ?>"; +msgid "MB/s"); ?>"; msgstr "" #: src/www/graph.php 369 -msgid ""GB/s"); ?>"; /* wow! */ +msgid "GB/s"); ?>"; /* wow! */ msgstr "" #: src/www/graph_cpu.php 71 -msgid ""Cannot get CPU load"); ?> +msgid "Cannot get CPU load"); ?> msgstr "" #: src/www/graph_cpu.php 72 -msgid ""Collecting initial data, please wait"); ?>... +msgid "Collecting initial data, please wait"); ?>... msgstr "" #: src/www/graph_cpu.php 84 -msgid ""No URL for getURL"); ?>'; +msgid "No URL for getURL"); ?>'; msgstr "" #: src/www/graph_cpu.php 91 -msgid ""No callback function for getURL"); ?>'; +msgid "No callback function for getURL"); ?>'; msgstr "" #: src/www/graph_cpu.php 107 -msgid ""Both getURL and XMLHttpRequest are undefined"); ?>'; +msgid "Both getURL and XMLHttpRequest are undefined"); ?>'; msgstr "" #: src/www/guiconfig.inc 248 -msgid ""The field %s contains invalid characters."), $pn); +msgid "The field %s contains invalid characters."), $pn); msgstr "" #: src/www/guiconfig.inc 254 -msgid ""The field %s is required."), $reqdfieldsn[$i]); +msgid "The field %s is required."), $reqdfieldsn[$i]); msgstr "" #: src/www/guiconfig.inc 266 -msgid ""The following input errors were detected +msgid "The following input errors were detected ") . "

                n
                  "; msgstr "" #: src/www/guiconfig.inc 285 -msgid ""Apply changes"); +msgid "Apply changes"); msgstr "" #: src/www/guiconfig.inc 292 -msgid ""create")) != false || $showapply) { +msgid "create")) != false || $showapply) { msgstr "" #: src/www/guiconfig.inc 334 -msgid ""Undo") . "" onclick="document.location='{$undo}'" />"; +msgid "Undo") . "" onclick="document.location='{$undo}'" />"; msgstr "" #: src/www/guiconfig.inc 357 -msgid ""Close") . "" type="button" onclick="$('#redboxtable').hide();" />"; +msgid "Close") . "" type="button" onclick="$('#redboxtable').hide();" />"; msgstr "" #: src/www/guiconfig.inc 385 -msgid ""The changes have been applied successfully."); +msgid "The changes have been applied successfully."); msgstr "" #: src/www/guiconfig.inc 390 -msgid ""You can also monitor the filter reload progress."); +msgid "You can also monitor the filter reload progress."); msgstr "" #: src/www/guiconfig.inc 942 -msgid ""Currently viewing +msgid "Currently viewing ").""; msgstr "" @@ -28831,7 +28743,7 @@ msgstr "" #: src/www/guiconfig.inc 1041 -msgid ""listing only first 10k items") . ""; +msgid "listing only first 10k items") . ""; msgstr "" #: @@ -28843,7 +28755,7 @@ msgstr "" #: src/www/guiconfig.inc 1076 -msgid ""loading...").""; +msgid "loading...").""; msgstr "" #: @@ -28856,13 +28768,13 @@ msgstr "" #: src/www/halt.php 35 -msgid ""Halt system")); +msgid "Halt system")); msgstr "" #: src/www/halt.php 47 -msgid ""Yes")) +msgid "Yes")) msgstr "" #: @@ -28871,525 +28783,525 @@ msgstr "" #: src/www/halt.php 48 -msgid ""The system is halting now. This may take one minute.")); ?> +msgid "The system is halting now. This may take one minute.")); ?> msgstr "" #: src/www/halt.php 56 -msgid ""Are you sure you want to halt the system?");?>

                  +msgid "Are you sure you want to halt the system?");?>

                  msgstr "" #: src/www/halt.php 59 -msgid ""Yes");?>" /> +msgid "Yes");?>" /> msgstr "" #: src/www/halt.php 60 -msgid ""No");?> +msgid "No");?> msgstr "" #: src/www/headjs.php 131 -msgid ""Apply changes") . "" />'; +msgid "Apply changes") . "" />'; msgstr "" #: src/www/index.php 123 -msgid ""Widget configuration has been changed.")); +msgid "Widget configuration has been changed.")); msgstr "" #: src/www/index.php 397 -msgid ""Status +msgid "Status Dashboard")); msgstr "" #: src/www/index.php 426 -msgid ""Starting initial configuration"); ?>! +msgid "Starting initial configuration"); ?>! msgstr "" #: src/www/index.php 442 -msgid ""Welcome to %s!n"),$g['product_name']) . "

                  "; +msgid "Welcome to %s!n"),$g['product_name']) . "

                  "; msgstr "" #: src/www/index.php 443 -msgid ""One moment while we start the initial setup wizard.") . "

                  n"; +msgid "One moment while we start the initial setup wizard.") . "

                  n"; msgstr "" #: src/www/index.php 444 -msgid ""Embedded platform users +msgid "Embedded platform users Please be patient, the wizard takes a little longer to run than the normal GUI.") . "

                  n"; msgstr "" #: src/www/index.php 445 -msgid ""To bypass the wizard, click on the %s logo on the initial page."),$g['product_name']) . "n"; +msgid "To bypass the wizard, click on the %s logo on the initial page."),$g['product_name']) . "n"; msgstr "" #: src/www/index.php 618 -msgid ""Loading selected widget"); ?> +msgid "Loading selected widget"); ?> msgstr "" #: src/www/interfaces.php 233 -msgid ""Sorry, an alias with the name %s already exists."),$wancfg['descr']); +msgid "Sorry, an alias with the name %s already exists."),$wancfg['descr']); msgstr "" #: src/www/interfaces.php 401 -msgid ""You have already applied your settings!"); +msgid "You have already applied your settings!"); msgstr "" #: src/www/interfaces.php 486 -msgid ""An interface with the specified description already exists."); +msgid "An interface with the specified description already exists."); msgstr "" #: src/www/interfaces.php 492 -msgid ""The DHCP Server is active on this interface and it can be used only with a static IP configuration. Please disable the DHCP Server service on this interface first, then change the interface configuration."); +msgid "The DHCP Server is active on this interface and it can be used only with a static IP configuration. Please disable the DHCP Server service on this interface first, then change the interface configuration."); msgstr "" #: src/www/interfaces.php 494 -msgid ""The DHCP6 Server is active on this interface and it can be used only with a static IPv6 configuration. Please disable the DHCPv6 Server service on this interface first, then change the interface configuration."); +msgid "The DHCP6 Server is active on this interface and it can be used only with a static IPv6 configuration. Please disable the DHCPv6 Server service on this interface first, then change the interface configuration."); msgstr "" #: src/www/interfaces.php 499 -msgid ""Gateway")); +msgid "Gateway")); msgstr "" #: src/www/interfaces.php 506 -msgid ""This interface is referenced by IPv4 VIPs. Please delete those before setting the interface to 'none' configuration."); +msgid "This interface is referenced by IPv4 VIPs. Please delete those before setting the interface to 'none' configuration."); msgstr "" #: src/www/interfaces.php 511 -msgid ""You have to reassign the interface to be able to configure as %s."),$_POST['type']); +msgid "You have to reassign the interface to be able to configure as %s."),$_POST['type']); msgstr "" #: src/www/interfaces.php 515 -msgid ""Phone Number")); +msgid "Phone Number")); msgstr "" #: src/www/interfaces.php 521 -msgid ""Idle timeout value")); +msgid "Idle timeout value")); msgstr "" #: src/www/interfaces.php 524 -msgid ""PPPoE password")); +msgid "PPPoE password")); msgstr "" #: src/www/interfaces.php 531 -msgid ""Idle timeout value")); +msgid "Idle timeout value")); msgstr "" #: src/www/interfaces.php 534 -msgid ""PPTP remote IP address")); +msgid "PPTP remote IP address")); msgstr "" #: src/www/interfaces.php 541 -msgid ""Idle timeout value")); +msgid "Idle timeout value")); msgstr "" #: src/www/interfaces.php 544 -msgid ""L2TP remote IP address")); +msgid "L2TP remote IP address")); msgstr "" #: src/www/interfaces.php 552 -msgid ""Gateway")); +msgid "Gateway")); msgstr "" #: src/www/interfaces.php 559 -msgid ""This interface is referenced by IPv6 VIPs. Please delete those before setting the interface to 'none' configuration."); +msgid "This interface is referenced by IPv6 VIPs. Please delete those before setting the interface to 'none' configuration."); msgstr "" #: src/www/interfaces.php 564 -msgid ""You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +msgid "You have to reassign the interface to be able to configure as %s."),$_POST['type6']); msgstr "" #: src/www/interfaces.php 570 -msgid ""You can only have one interface configured in 6rd with same prefix."); +msgid "You can only have one interface configured in 6rd with same prefix."); msgstr "" #: src/www/interfaces.php 576 -msgid ""You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +msgid "You have to reassign the interface to be able to configure as %s."),$_POST['type6']); msgstr "" #: src/www/interfaces.php 581 -msgid ""You can only have one interface configured as 6to4."),$_POST['type6']); +msgid "You can only have one interface configured as 6to4."),$_POST['type6']); msgstr "" #: src/www/interfaces.php 586 -msgid ""You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +msgid "You have to reassign the interface to be able to configure as %s."),$_POST['type6']); msgstr "" #: src/www/interfaces.php 591 -msgid ""You have to reassign the interface to be able to configure as %s."),$_POST['type6']); +msgid "You have to reassign the interface to be able to configure as %s."),$_POST['type6']); msgstr "" #: src/www/interfaces.php 594 -msgid ""You must enter a valid hexadecimal number for the IPv6 prefix ID."); +msgid "You must enter a valid hexadecimal number for the IPv6 prefix ID."); msgstr "" #: src/www/interfaces.php 598 -msgid ""You specified an IPv6 prefix ID that is out of range."); +msgid "You specified an IPv6 prefix ID that is out of range."); msgstr "" #: src/www/interfaces.php 610 -msgid ""A valid IPv4 address must be specified."); +msgid "A valid IPv4 address must be specified."); msgstr "" #: src/www/interfaces.php 613 -msgid ""This IPv4 address is being used by another interface or VIP."); +msgid "This IPv4 address is being used by another interface or VIP."); msgstr "" #: src/www/interfaces.php 618 -msgid ""This IPv4 address is the network address and cannot be used"); +msgid "This IPv4 address is the network address and cannot be used"); msgstr "" #: src/www/interfaces.php 620 -msgid ""This IPv4 address is the broadcast address and cannot be used"); +msgid "This IPv4 address is the broadcast address and cannot be used"); msgstr "" #: src/www/interfaces.php 626 -msgid ""This IPv4 address conflicts with a Static Route."); +msgid "This IPv4 address conflicts with a Static Route."); msgstr "" #: src/www/interfaces.php 635 -msgid ""A valid IPv6 address must be specified."); +msgid "A valid IPv6 address must be specified."); msgstr "" #: src/www/interfaces.php 638 -msgid ""This IPv6 address is being used by another interface or VIP."); +msgid "This IPv6 address is being used by another interface or VIP."); msgstr "" #: src/www/interfaces.php 643 -msgid ""This IPv6 address conflicts with a Static Route."); +msgid "This IPv6 address conflicts with a Static Route."); msgstr "" #: src/www/interfaces.php 651 -msgid ""A valid subnet bit count must be specified."); +msgid "A valid subnet bit count must be specified."); msgstr "" #: src/www/interfaces.php 653 -msgid ""A valid subnet bit count must be specified."); +msgid "A valid subnet bit count must be specified."); msgstr "" #: src/www/interfaces.php 655 -msgid ""A valid alias IP address must be specified."); +msgid "A valid alias IP address must be specified."); msgstr "" #: src/www/interfaces.php 657 -msgid ""A valid alias subnet bit count must be specified."); +msgid "A valid alias subnet bit count must be specified."); msgstr "" #: src/www/interfaces.php 659 -msgid ""A valid alias IP address must be specified to reject DHCP Leases from."); +msgid "A valid alias IP address must be specified to reject DHCP Leases from."); msgstr "" #: src/www/interfaces.php 673 -msgid ""A valid gateway must be specified."); +msgid "A valid gateway must be specified."); msgstr "" #: src/www/interfaces.php 677 -msgid ""The service name contains invalid characters."); +msgid "The service name contains invalid characters."); msgstr "" #: src/www/interfaces.php 679 -msgid ""The idle timeout value must be an integer."); +msgid "The idle timeout value must be an integer."); msgstr "" #: src/www/interfaces.php 682 -msgid ""A valid PPPoE reset hour must be specified (0-23)."); +msgid "A valid PPPoE reset hour must be specified (0-23)."); msgstr "" #: src/www/interfaces.php 685 -msgid ""A valid PPPoE reset minute must be specified (0-59)."); +msgid "A valid PPPoE reset minute must be specified (0-59)."); msgstr "" #: src/www/interfaces.php 687 -msgid ""A valid PPPoE reset date must be specified (mm/dd/yyyy)."); +msgid "A valid PPPoE reset date must be specified (mm/dd/yyyy)."); msgstr "" #: src/www/interfaces.php 689 -msgid ""A valid PPTP local IP address must be specified."); +msgid "A valid PPTP local IP address must be specified."); msgstr "" #: src/www/interfaces.php 691 -msgid ""A valid PPTP subnet bit count must be specified."); +msgid "A valid PPTP subnet bit count must be specified."); msgstr "" #: src/www/interfaces.php 693 -msgid ""A valid PPTP remote IP address must be specified."); +msgid "A valid PPTP remote IP address must be specified."); msgstr "" #: src/www/interfaces.php 695 -msgid ""The idle timeout value must be an integer."); +msgid "The idle timeout value must be an integer."); msgstr "" #: src/www/interfaces.php 697 -msgid ""A valid MAC address must be specified."); +msgid "A valid MAC address must be specified."); msgstr "" #: src/www/interfaces.php 700 -msgid ""The MTU must be greater than 576 bytes and less than 9000."); +msgid "The MTU must be greater than 576 bytes and less than 9000."); msgstr "" #: src/www/interfaces.php 709 -msgid ""MTU of a vlan should not be bigger than parent interface."); +msgid "MTU of a vlan should not be bigger than parent interface."); msgstr "" #: src/www/interfaces.php 724 -msgid ""Interface %s (VLAN) has MTU set to a bigger value"), $ifdata['descr']); +msgid "Interface %s (VLAN) has MTU set to a bigger value"), $ifdata['descr']); msgstr "" #: src/www/interfaces.php 729 -msgid ""The MSS must be greater than 576 bytes."); +msgid "The MSS must be greater than 576 bytes."); msgstr "" #: src/www/interfaces.php 733 -msgid ""Mode")); +msgid "Mode")); msgstr "" #: src/www/interfaces.php 736 -msgid ""SSID"); +msgid "SSID"); msgstr "" #: src/www/interfaces.php 771 -msgid ""Invalid WEP key size. Sizes should be 40 (64) bit keys or 104 (128) bit."); +msgid "Invalid WEP key size. Sizes should be 40 (64) bit keys or 104 (128) bit."); msgstr "" #: src/www/interfaces.php 779 -msgid ""The length of the passphrase should be between 8 and 63 characters."); +msgid "The length of the passphrase should be between 8 and 63 characters."); msgstr "" #: src/www/interfaces.php 1312 -msgid ""Unable to change mode to %s. You may already have the maximum number of wireless clones supported in this mode."), $wlan_modes[$wancfg['wireless']['mode']]); +msgid "Unable to change mode to %s. You may already have the maximum number of wireless clones supported in this mode."), $wlan_modes[$wancfg['wireless']['mode']]); msgstr "" #: src/www/interfaces.php 1335 -msgid ""Interfaces"), $pconfig['descr']); +msgid "Interfaces"), $pconfig['descr']); msgstr "" #: src/www/interfaces.php 1340 -msgid ""L2TP")); +msgid "L2TP")); msgstr "" #: src/www/interfaces.php 1341 -msgid ""Track Interface")); +msgid "Track Interface")); msgstr "" #: src/www/interfaces.php 1556 -msgid ""Don't forget to adjust the DHCP Server range if needed after applying."));?>
                  +msgid "Don't forget to adjust the DHCP Server range if needed after applying."));?>
                  msgstr "" #: src/www/interfaces.php 1572 -msgid ""General configuration"); ?> +msgid "General configuration"); ?> msgstr "" #: src/www/interfaces.php 1577 -msgid ""Enable"); ?> +msgid "Enable"); ?> msgstr "" #: src/www/interfaces.php 1580 -msgid ""Enable Interface"); ?> +msgid "Enable Interface"); ?> msgstr "" #: src/www/interfaces.php 1592 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/interfaces.php 1595 -msgid ""Enter a description (name) for the interface here."); ?> +msgid "Enter a description (name) for the interface here."); ?> msgstr "" #: src/www/interfaces.php 1599 -msgid ""IPv4 Configuration Type"); ?> +msgid "IPv4 Configuration Type"); ?> msgstr "" #: src/www/interfaces.php 1615 -msgid ""IPv6 Configuration Type"); ?> +msgid "IPv6 Configuration Type"); ?> msgstr "" #: src/www/interfaces.php 1631 -msgid ""MAC address"); ?> +msgid "MAC address"); ?> msgstr "" #: src/www/interfaces.php 1640 -msgid ""Insert my local MAC address"); ?> +msgid "Insert my local MAC address"); ?> msgstr "" #: src/www/interfaces.php 1643 -msgid ""This field can be used to modify ("spoof") the MAC " . +msgid "This field can be used to modify ("spoof") the MAC " . msgstr "" #: src/www/interfaces.php 1645 -msgid ""(may be required with some cable connections)"); ?>
                  +msgid "(may be required with some cable connections)"); ?>
                  msgstr "" #: src/www/interfaces.php 1646 -msgid ""Enter a MAC address in the following format +msgid "Enter a MAC address in the following format xx xx xx @@ -29401,239 +29313,239 @@ msgstr "" #: src/www/interfaces.php 1651 -msgid ""MTU"); ?> +msgid "MTU"); ?> msgstr "" #: src/www/interfaces.php 1656 -msgid ""If you leave this field blank, the adapter's default MTU will " . +msgid "If you leave this field blank, the adapter's default MTU will " . msgstr "" #: src/www/interfaces.php 1662 -msgid ""MSS"); ?> +msgid "MSS"); ?> msgstr "" #: src/www/interfaces.php 1666 -msgid ""If you enter a value in this field, then MSS clamping for " . +msgid "If you enter a value in this field, then MSS clamping for " . msgstr "" #: src/www/interfaces.php 1675 -msgid ""Speed and duplex") . ''; +msgid "Speed and duplex") . ''; msgstr "" #: src/www/interfaces.php 1680 -msgid ""Show advanced option"); +msgid "Show advanced option"); msgstr "" #: src/www/interfaces.php 1690 -msgid ""$mediaopt") . ""; +msgid "$mediaopt") . ""; msgstr "" #: src/www/interfaces.php 1692 -msgid ""$mediaopt") . ""; +msgid "$mediaopt") . ""; msgstr "" #: src/www/interfaces.php 1696 -msgid ""Here you can explicitly set speed and duplex mode for this interface. WARNING +msgid "Here you can explicitly set speed and duplex mode for this interface. WARNING You MUST leave this set to autoselect (automatically negotiate speed) unless the port this interface connects to has its speed and duplex forced."); msgstr "" #: src/www/interfaces.php 1711 -msgid ""Static IPv4 configuration"); ?> +msgid "Static IPv4 configuration"); ?> msgstr "" #: src/www/interfaces.php 1716 -msgid ""IPv4 address"); ?> +msgid "IPv4 address"); ?> msgstr "" #: src/www/interfaces.php 1744 -msgid ""IPv4 Upstream Gateway"); ?> +msgid "IPv4 Upstream Gateway"); ?> msgstr "" #: src/www/interfaces.php 1747 -msgid ""None"); ?> +msgid "None"); ?> msgstr "" #: src/www/interfaces.php 1762 -msgid ""add a new one."); ?> +msgid "add a new one."); ?> msgstr "" #: src/www/interfaces.php 1765 -msgid ""If this interface is an Internet connection, select an existing Gateway from the list or add a new one using the link above."); ?>
                  +msgid "If this interface is an Internet connection, select an existing Gateway from the list or add a new one using the link above."); ?>
                  msgstr "" #: src/www/interfaces.php 1766 -msgid ""On local LANs the upstream gateway should be "none"."); ?> +msgid "On local LANs the upstream gateway should be "none"."); ?> msgstr "" #: src/www/interfaces.php 1777 -msgid ""Add new gateway"); ?> +msgid "Add new gateway"); ?> msgstr "" #: src/www/interfaces.php 1784 -msgid ""Default gateway +msgid "Default gateway "); ?> /> msgstr "" #: src/www/interfaces.php 1787 -msgid ""Gateway Name +msgid "Gateway Name "); ?>" /> msgstr "" #: src/www/interfaces.php 1790 -msgid ""Gateway IPv4 +msgid "Gateway IPv4 "); ?> msgstr "" #: src/www/interfaces.php 1793 -msgid ""Description +msgid "Description "); ?> msgstr "" #: src/www/interfaces.php 1799 -msgid ""Save Gateway"); ?>" onclick='hide_add_gatewaysave();' /> +msgid "Save Gateway"); ?>" onclick='hide_add_gatewaysave();' /> msgstr "" #: src/www/interfaces.php 1800 -msgid ""Cancel"); ?>" onclick='hide_add_gateway();' /> +msgid "Cancel"); ?>" onclick='hide_add_gateway();' /> msgstr "" #: src/www/interfaces.php 1820 -msgid ""Static IPv6 configuration"); ?> +msgid "Static IPv6 configuration"); ?> msgstr "" #: src/www/interfaces.php 1825 -msgid ""IPv6 address"); ?> +msgid "IPv6 address"); ?> msgstr "" #: src/www/interfaces.php 1853 -msgid ""IPv6 Upstream Gateway"); ?> +msgid "IPv6 Upstream Gateway"); ?> msgstr "" #: src/www/interfaces.php 1856 -msgid ""None"); ?> +msgid "None"); ?> msgstr "" #: src/www/interfaces.php 1871 -msgid ""add a new one."); ?> +msgid "add a new one."); ?> msgstr "" #: src/www/interfaces.php 1874 -msgid ""If this interface is an Internet connection, select an existing Gateway from the list or add a new one using the link above."); ?>
                  +msgid "If this interface is an Internet connection, select an existing Gateway from the list or add a new one using the link above."); ?>
                  msgstr "" #: src/www/interfaces.php 1875 -msgid ""On local LANs the upstream gateway should be "none"."); ?> +msgid "On local LANs the upstream gateway should be "none"."); ?> msgstr "" #: src/www/interfaces.php 1886 -msgid ""Add new v6 gateway +msgid "Add new v6 gateway "); ?> msgstr "" #: src/www/interfaces.php 1894 -msgid ""Default v6 gateway +msgid "Default v6 gateway "); ?> /> msgstr "" #: src/www/interfaces.php 1897 -msgid ""Gateway Name IPv6 +msgid "Gateway Name IPv6 "); ?>" /> msgstr "" #: src/www/interfaces.php 1900 -msgid ""Gateway IPv6 +msgid "Gateway IPv6 "); ?> msgstr "" #: src/www/interfaces.php 1903 -msgid ""Description +msgid "Description "); ?> msgstr "" #: src/www/interfaces.php 1909 -msgid ""Save Gateway"); ?>" onclick='hide_add_gatewaysave_v6();' /> +msgid "Save Gateway"); ?>" onclick='hide_add_gatewaysave_v6();' /> msgstr "" #: src/www/interfaces.php 1910 -msgid ""Cancel"); ?>" onclick='hide_add_gateway_v6();' /> +msgid "Cancel"); ?>" onclick='hide_add_gateway_v6();' /> msgstr "" #: src/www/interfaces.php 1930 -msgid ""DHCP client configuration");?> +msgid "DHCP client configuration");?> msgstr "" #: @@ -29645,87 +29557,87 @@ msgstr "" #: src/www/interfaces.php 1939 -msgid ""Enable DHCP+"); ?> +msgid "Enable DHCP+"); ?> msgstr "" #: src/www/interfaces.php 1942 -msgid ""Enable DHCP+L2TP or DHCP+PPTP."); ?> +msgid "Enable DHCP+L2TP or DHCP+PPTP."); ?> msgstr "" #: src/www/interfaces.php 1944 -msgid ""Status changes on this interface will trigger reconfiguration (if necessary) of the associated PPTP/L2TP link."); ?> +msgid "Status changes on this interface will trigger reconfiguration (if necessary) of the associated PPTP/L2TP link."); ?> msgstr "" #: src/www/interfaces.php 1949 -msgid ""Hostname"); ?> +msgid "Hostname"); ?> msgstr "" #: src/www/interfaces.php 1953 -msgid ""The value in this field is sent as the DHCP client identifier " . +msgid "The value in this field is sent as the DHCP client identifier " . msgstr "" #: src/www/interfaces.php 1959 -msgid ""Alias IPv4 address"); ?> +msgid "Alias IPv4 address"); ?> msgstr "" #: src/www/interfaces.php 1978 -msgid ""The value in this field is used as a fixed alias IPv4 address by the " . +msgid "The value in this field is used as a fixed alias IPv4 address by the " . msgstr "" #: src/www/interfaces.php 1986 -msgid ""Reject Leases From"); ?> +msgid "Reject Leases From"); ?> msgstr "" #: src/www/interfaces.php 1990 -msgid ""If there is a certain upstream DHCP server that should be ignored, place the IP address or subnet of the DHCP server to be ignored here."); ?> +msgid "If there is a certain upstream DHCP server that should be ignored, place the IP address or subnet of the DHCP server to be ignored here."); ?> msgstr "" #: src/www/interfaces.php 1991 -msgid ""This is useful for rejecting leases from cable modems that offer private IPs when they lose upstream sync."); ?> +msgid "This is useful for rejecting leases from cable modems that offer private IPs when they lose upstream sync."); ?> msgstr "" #: src/www/interfaces.php 1996 +msgid "Protocol Timing"); ?> msgstr "" #: src/www/interfaces.php 2017 -msgid ""The values in these fields are DHCP protocol timings used when requesting a lease.
                  " ); ?> +msgid "The values in these fields are DHCP protocol timings used when requesting a lease.
                  " ); ?> msgstr "" #: src/www/interfaces.php 2058 -msgid ""Lease Requirements and Requests"); ?> msgstr "" #: src/www/interfaces.php 2060 -msgid ""Send Options"); ?>
                  msgstr "" @@ -29733,13 +29645,13 @@ msgstr "" #: src/www/interfaces.php 2063 -msgid ""The values in this field are DHCP options to be sent when requesting a DHCP lease. [option declaration [, ...]]
                  " . +msgid "The values in this field are DHCP options to be sent when requesting a DHCP lease. [option declaration [, ...]]
                  " . msgstr "" #: src/www/interfaces.php 2068 -msgid ""Request Options"); ?>
                  msgstr "" @@ -29747,13 +29659,13 @@ msgstr "" #: src/www/interfaces.php 2071 -msgid ""The values in this field are DHCP option 55 to be sent when requesting a DHCP lease. [option [, ...]]
                  " . +msgid "The values in this field are DHCP option 55 to be sent when requesting a DHCP lease. [option [, ...]]
                  " . msgstr "" #: src/www/interfaces.php 2074 -msgid ""Require Options"); ?>
                  msgstr "" @@ -29761,13 +29673,13 @@ msgstr "" #: src/www/interfaces.php 2077 -msgid ""The values in this field are DHCP options required by the client when requesting a DHCP lease. [option [, ...]] "); ?> +msgid "The values in this field are DHCP options required by the client when requesting a DHCP lease. [option [, ...]] "); ?> msgstr "" #: src/www/interfaces.php 2082 -msgid ""Option Modifiers"); ?> msgstr "" @@ -29775,357 +29687,357 @@ msgstr "" #: src/www/interfaces.php 2086 -msgid ""The values in this field are DHCP option modifiers applied to obtained DHCP lease. [modifier option declaration [, ...]]
                  " . +msgid "The values in this field are DHCP option modifiers applied to obtained DHCP lease. [modifier option declaration [, ...]]
                  " . msgstr "" #: src/www/interfaces.php 2092 -msgid ""Configuration File Override"); ?> msgstr "" #: src/www/interfaces.php 2096 -msgid ""The value in this field is the full absolute path to a DHCP client configuration file. [/[dirname/[.../]]filename[.ext]]
                  " . +msgid "The value in this field is the full absolute path to a DHCP client configuration file. [/[dirname/[.../]]filename[.ext]]
                  " . msgstr "" #: src/www/interfaces.php 2150 -msgid ""DHCP6 client configuration     " . +msgid "DHCP6 client configuration     " . msgstr "" #: src/www/interfaces.php 2159 -msgid ""DHCPv6 Unique Identifier (DUID)"); ?> +msgid "DHCPv6 Unique Identifier (DUID)"); ?> msgstr "" #: src/www/interfaces.php 2163 -msgid ""The value in this field is sent as the DHCPv6 client identifier " . +msgid "The value in this field is sent as the DHCPv6 client identifier " . msgstr "" #: src/www/interfaces.php 2168 -msgid ""The current DUID is +msgid "The current DUID is '%s'"),$current_duid); msgstr "" #: src/www/interfaces.php 2175 -msgid ""Use IPv4 connectivity as parent interface"); ?> +msgid "Use IPv4 connectivity as parent interface"); ?> msgstr "" #: src/www/interfaces.php 2178 -msgid ""Request a IPv6 prefix/information through the IPv4 connectivity link"); ?> +msgid "Request a IPv6 prefix/information through the IPv4 connectivity link"); ?> msgstr "" #: src/www/interfaces.php 2182 -msgid ""Request only a IPv6 prefix"); ?> +msgid "Request only a IPv6 prefix"); ?> msgstr "" #: src/www/interfaces.php 2185 -msgid ""Only request a IPv6 prefix, do not request a IPv6 address"); ?> +msgid "Only request a IPv6 prefix, do not request a IPv6 address"); ?> msgstr "" #: src/www/interfaces.php 2189 -msgid ""DHCPv6 Prefix Delegation size"); ?> +msgid "DHCPv6 Prefix Delegation size"); ?> msgstr "" #: src/www/interfaces.php 2202 -msgid ""The value in this field is the delegated prefix length provided by the DHCPv6 server. Normally specified by the ISP."); ?> +msgid "The value in this field is the delegated prefix length provided by the DHCPv6 server. Normally specified by the ISP."); ?> msgstr "" #: src/www/interfaces.php 2206 -msgid ""Send IPv6 prefix hint"); ?> +msgid "Send IPv6 prefix hint"); ?> msgstr "" #: src/www/interfaces.php 2209 -msgid ""Send an IPv6 prefix hint to indicate the desired prefix size for delegation"); ?> +msgid "Send an IPv6 prefix hint to indicate the desired prefix size for delegation"); ?> msgstr "" #: src/www/interfaces.php 2215 -msgid ""Interface Statement"); ?> msgstr "" #: src/www/interfaces.php 2218 -msgid ""Information Only"); ?> +msgid "Information Only"); ?> msgstr "" #: src/www/interfaces.php 2221 -msgid ""Send Options"); ?>
                  +msgid "Send Options"); ?>
                  msgstr "" #: src/www/interfaces.php 2224 -msgid ""The values in this field are DHCP send options to be sent when requesting a DHCP lease. [option declaration [, ...]]
                  " . +msgid "The values in this field are DHCP send options to be sent when requesting a DHCP lease. [option declaration [, ...]]
                  " . msgstr "" #: src/www/interfaces.php 2230 -msgid ""Request Options"); ?>
                  +msgid "Request Options"); ?>
                  msgstr "" #: src/www/interfaces.php 2233 -msgid ""The values in this field are DHCP request options to be sent when requesting a DHCP lease. [option [, ...]]
                  " . +msgid "The values in this field are DHCP request options to be sent when requesting a DHCP lease. [option [, ...]]
                  " . msgstr "" #: src/www/interfaces.php 2237 -msgid ""Script"); ?>
                  +msgid "Script"); ?>
                  msgstr "" #: src/www/interfaces.php 2240 -msgid ""The value in this field is the absolute path to a script invoked on certain conditions including when a reply message is received.
                  " . +msgid "The value in this field is the absolute path to a script invoked on certain conditions including when a reply message is received.
                  " . msgstr "" #: src/www/interfaces.php 2247 -msgid ""Identity Association Statement"); ?> msgstr "" #: src/www/interfaces.php 2252 -msgid ""Non-Temporary Address Allocation"); ?> +msgid "Non-Temporary Address Allocation"); ?> msgstr "" #: src/www/interfaces.php 2254 -msgid ""id-assoc na"); ?> +msgid "id-assoc na"); ?> msgstr "" #: src/www/interfaces.php 2255 -msgid ""ID"); ?> +msgid "ID"); ?> msgstr "" #: src/www/interfaces.php 2258 -msgid ""Address"); ?> +msgid "Address"); ?> msgstr "" #: src/www/interfaces.php 2259 -msgid ""ipv6-address"); ?> +msgid "ipv6-address"); ?> msgstr "" #: src/www/interfaces.php 2261 -msgid ""pltime"); ?> +msgid "pltime"); ?> msgstr "" #: src/www/interfaces.php 2263 -msgid ""vltime"); ?> +msgid "vltime"); ?> msgstr "" #: src/www/interfaces.php 2269 -msgid ""Prefix Delegation"); ?> +msgid "Prefix Delegation"); ?> msgstr "" #: src/www/interfaces.php 2271 -msgid ""id-assoc pd"); ?> +msgid "id-assoc pd"); ?> msgstr "" #: src/www/interfaces.php 2272 -msgid ""ID"); ?> +msgid "ID"); ?> msgstr "" #: src/www/interfaces.php 2275 -msgid ""Prefix"); ?> +msgid "Prefix"); ?> msgstr "" #: src/www/interfaces.php 2276 -msgid ""ipv6-prefix"); ?> +msgid "ipv6-prefix"); ?> msgstr "" #: src/www/interfaces.php 2278 -msgid ""pltime"); ?> +msgid "pltime"); ?> msgstr "" #: src/www/interfaces.php 2280 -msgid ""vltime"); ?> +msgid "vltime"); ?> msgstr "" #: src/www/interfaces.php 2288 -msgid ""Prefix Interface Statement"); ?> msgstr "" #: src/www/interfaces.php 2291 -msgid ""Prefix Interface "); ?> +msgid "Prefix Interface "); ?> msgstr "" #: src/www/interfaces.php 2292 -msgid ""sla-id"); ?> +msgid "sla-id"); ?> msgstr "" #: src/www/interfaces.php 2294 -msgid ""sla-len"); ?> +msgid "sla-len"); ?> msgstr "" #: src/www/interfaces.php 2301 -msgid ""Authentication Statement"); ?> msgstr "" #: src/www/interfaces.php 2304 -msgid ""authname"); ?> +msgid "authname"); ?> msgstr "" #: src/www/interfaces.php 2306 -msgid ""protocol"); ?> +msgid "protocol"); ?> msgstr "" #: src/www/interfaces.php 2308 -msgid ""algorithm"); ?> +msgid "algorithm"); ?> msgstr "" #: src/www/interfaces.php 2310 -msgid ""rdm"); ?> +msgid "rdm"); ?> msgstr "" #: src/www/interfaces.php 2317 -msgid ""Keyinfo Statement"); ?> msgstr "" #: src/www/interfaces.php 2320 -msgid ""keyname"); ?> +msgid "keyname"); ?> msgstr "" #: src/www/interfaces.php 2322 -msgid ""realm"); ?> +msgid "realm"); ?> msgstr "" #: src/www/interfaces.php 2325 -msgid ""keyid"); ?> +msgid "keyid"); ?> msgstr "" #: src/www/interfaces.php 2327 -msgid ""secret"); ?> +msgid "secret"); ?> msgstr "" #: src/www/interfaces.php 2329 -msgid ""expire"); ?> +msgid "expire"); ?> msgstr "" #: src/www/interfaces.php 2336 -msgid ""Configuration File Override"); ?> msgstr "" #: src/www/interfaces.php 2341 -msgid ""The value in this field is the full absolute path to a DHCP client configuration file. [/[dirname/[.../]]filename[.ext]]
                  " . +msgid "The value in this field is the full absolute path to a DHCP client configuration file. [/[dirname/[.../]]filename[.ext]]
                  " . msgstr "" #: src/www/interfaces.php 2422 -msgid ""6RD Rapid Deployment"); ?> +msgid "6RD Rapid Deployment"); ?> msgstr "" #: src/www/interfaces.php 2425 -msgid ""6RD prefix"); ?> +msgid "6RD prefix"); ?> msgstr "" #: src/www/interfaces.php 2429 -msgid ""The value in this field is the 6RD IPv6 prefix assigned by your ISP. e.g. '2001 +msgid "The value in this field is the 6RD IPv6 prefix assigned by your ISP. e.g. '2001 db8 msgstr "" @@ -30136,1249 +30048,1249 @@ msgstr "" #: src/www/interfaces.php 2433 -msgid ""6RD Border Relay"); ?> +msgid "6RD Border Relay"); ?> msgstr "" #: src/www/interfaces.php 2437 -msgid ""The value in this field is 6RD IPv4 gateway address assigned by your ISP") ?>
                  +msgid "The value in this field is 6RD IPv4 gateway address assigned by your ISP") ?>
                  msgstr "" #: src/www/interfaces.php 2441 -msgid ""6RD IPv4 Prefix length"); ?> +msgid "6RD IPv4 Prefix length"); ?> msgstr "" #: src/www/interfaces.php 2453 -msgid ""The value in this field is the 6RD IPv4 prefix length. Normally specified by the ISP. A value of 0 means we embed the entire IPv4 address in the 6RD prefix."); ?> +msgid "The value in this field is the 6RD IPv4 prefix length. Normally specified by the ISP. A value of 0 means we embed the entire IPv4 address in the 6RD prefix."); ?> msgstr "" #: src/www/interfaces.php 2466 -msgid ""Track IPv6 Interface"); ?> +msgid "Track IPv6 Interface"); ?> msgstr "" #: src/www/interfaces.php 2469 -msgid ""IPv6 Interface"); ?> +msgid "IPv6 Interface"); ?> msgstr "" #: src/www/interfaces.php 2499 -msgid ""This selects the dynamic IPv6 WAN interface to track for configuration") ?>
                  +msgid "This selects the dynamic IPv6 WAN interface to track for configuration") ?>
                  msgstr "" #: src/www/interfaces.php 2503 -msgid ""IPv6 Prefix ID"); ?> +msgid "IPv6 Prefix ID"); ?> msgstr "" #: src/www/interfaces.php 2512 -msgid ""The value in this field is the (Delegated) IPv6 prefix id. This determines the configurable network ID based on the dynamic IPv6 connection"); ?> +msgid "The value in this field is the (Delegated) IPv6 prefix id. This determines the configurable network ID based on the dynamic IPv6 connection"); ?> msgstr "" #: src/www/interfaces.php 2514 -msgid ""Enter a hexadecimal value between %x and %x here, default value is 0."), 0, $ipv6_num_prefix_ids - 1); ?> +msgid "Enter a hexadecimal value between %x and %x here, default value is 0."), 0, $ipv6_num_prefix_ids - 1); ?> msgstr "" #: src/www/interfaces.php 2527 -msgid ""PPP configuration"); ?> +msgid "PPP configuration"); ?> msgstr "" #: src/www/interfaces.php 2530 -msgid ""Service Provider"); ?> +msgid "Service Provider"); ?> msgstr "" #: src/www/interfaces.php 2534 -msgid ""Country +msgid "Country "); ?> msgstr "" #: src/www/interfaces.php 2542 -msgid ""Provider +msgid "Provider "); ?>    msgstr "" #: src/www/interfaces.php 2550 -msgid ""Plan +msgid "Plan "); ?>    msgstr "" #: src/www/interfaces.php 2558 -msgid ""Select to fill in data for your service provider."); ?> +msgid "Select to fill in data for your service provider."); ?> msgstr "" #: src/www/interfaces.php 2562 -msgid ""Username"); ?> +msgid "Username"); ?> msgstr "" #: src/www/interfaces.php 2568 -msgid ""Password"); ?> +msgid "Password"); ?> msgstr "" #: src/www/interfaces.php 2574 -msgid ""Phone Number"); ?> +msgid "Phone Number"); ?> msgstr "" #: src/www/interfaces.php 2580 -msgid ""Access Point Name (APN)"); ?> +msgid "Access Point Name (APN)"); ?> msgstr "" #: src/www/interfaces.php 2586 -msgid ""Modem Port"); ?> +msgid "Modem Port"); ?> msgstr "" #: src/www/interfaces.php 2610 -msgid ""Advanced PPP"); ?> +msgid "Advanced PPP"); ?> msgstr "" #: src/www/interfaces.php 2613 -msgid ""Click here"); ?> +msgid "Click here"); ?> msgstr "" #: src/www/interfaces.php 2614 -msgid ""to edit PPP configuration."); ?> +msgid "to edit PPP configuration."); ?> msgstr "" #: src/www/interfaces.php 2618 -msgid ""Click here"); ?> +msgid "Click here"); ?> msgstr "" #: src/www/interfaces.php 2619 -msgid ""to create a PPP configuration."); ?> +msgid "to create a PPP configuration."); ?> msgstr "" #: src/www/interfaces.php 2633 -msgid ""PPPoE configuration"); ?> +msgid "PPPoE configuration"); ?> msgstr "" #: src/www/interfaces.php 2636 -msgid ""Username"); ?> +msgid "Username"); ?> msgstr "" #: src/www/interfaces.php 2642 -msgid ""Password"); ?> +msgid "Password"); ?> msgstr "" #: src/www/interfaces.php 2648 -msgid ""Service name"); ?> +msgid "Service name"); ?> msgstr "" #: src/www/interfaces.php 2650 -msgid ""Hint +msgid "Hint this field can usually be left empty"); ?> msgstr "" #: src/www/interfaces.php 2654 -msgid ""Dial on demand"); ?> +msgid "Dial on demand"); ?> msgstr "" #: src/www/interfaces.php 2657 -msgid ""Enable Dial-On-Demand mode"); ?>
                  +msgid "Enable Dial-On-Demand mode"); ?>
                  msgstr "" #: src/www/interfaces.php 2658 -msgid ""connection. The interface is configured, but the actual connection of the link is delayed until qualifying outgoing traffic is detected."); ?> +msgid "connection. The interface is configured, but the actual connection of the link is delayed until qualifying outgoing traffic is detected."); ?> msgstr "" #: src/www/interfaces.php 2662 -msgid ""Idle timeout"); ?> +msgid "Idle timeout"); ?> msgstr "" #: src/www/interfaces.php 2664 -msgid ""If no qualifying outgoing packets are transmitted for the specified number of seconds, the connection is brought down. An idle timeout of zero disables this feature."); ?> +msgid "If no qualifying outgoing packets are transmitted for the specified number of seconds, the connection is brought down. An idle timeout of zero disables this feature."); ?> msgstr "" #: src/www/interfaces.php 2668 -msgid ""Periodic reset");?> +msgid "Periodic reset");?> msgstr "" #: src/www/interfaces.php 2675 -msgid ""Disabled"); ?> +msgid "Disabled"); ?> msgstr "" #: src/www/interfaces.php 2676 -msgid ""Custom"); ?> +msgid "Custom"); ?> msgstr "" #: src/www/interfaces.php 2677 -msgid ""Pre-Set"); ?> +msgid "Pre-Set"); ?> msgstr "" #: src/www/interfaces.php 2678 -msgid ""Select a reset timing type"); ?> +msgid "Select a reset timing type"); ?> msgstr "" #: src/www/interfaces.php 2686 -msgid ""hour (0-23)"); ?>
                  +msgid "hour (0-23)"); ?>
                  msgstr "" #: src/www/interfaces.php 2688 -msgid ""minute (0-59)"); ?>
                  +msgid "minute (0-59)"); ?>
                  msgstr "" #: src/www/interfaces.php 2690 -msgid ""reset at a specific date (mm/dd/yyyy)"); ?> +msgid "reset at a specific date (mm/dd/yyyy)"); ?> msgstr "" #: src/www/interfaces.php 2692 -msgid ""Note +msgid "Note "); ?> msgstr "" #: src/www/interfaces.php 2693 -msgid ""If you leave the date field empty, the reset will be executed each day at the time you did specify using the minutes and hour field."); ?> +msgid "If you leave the date field empty, the reset will be executed each day at the time you did specify using the minutes and hour field."); ?> msgstr "" #: src/www/interfaces.php 2701 -msgid ""reset at each month ('0 0 1 * *')"); ?> +msgid "reset at each month ('0 0 1 * *')"); ?> msgstr "" #: src/www/interfaces.php 2704 -msgid ""reset at each week ('0 0 * * 0')"); ?> +msgid "reset at each week ('0 0 * * 0')"); ?> msgstr "" #: src/www/interfaces.php 2707 -msgid ""reset at each day ('0 0 * * *')"); ?> +msgid "reset at each day ('0 0 * * *')"); ?> msgstr "" #: src/www/interfaces.php 2710 -msgid ""reset at each hour ('0 * * * *')"); ?> +msgid "reset at each hour ('0 * * * *')"); ?> msgstr "" #: src/www/interfaces.php 2719 -msgid ""Advanced and MLPPP"); ?> +msgid "Advanced and MLPPP"); ?> msgstr "" #: src/www/interfaces.php 2722 -msgid ""Click here"); ?> +msgid "Click here"); ?> msgstr "" #: src/www/interfaces.php 2723 -msgid ""for additional PPPoE configuration options. Save first if you made changes."); ?> +msgid "for additional PPPoE configuration options. Save first if you made changes."); ?> msgstr "" #: src/www/interfaces.php 2727 -msgid ""Click here"); ?> +msgid "Click here"); ?> msgstr "" #: src/www/interfaces.php 2728 -msgid ""for advanced PPPoE configuration options and MLPPP configuration."); ?> +msgid "for advanced PPPoE configuration options and MLPPP configuration."); ?> msgstr "" #: src/www/interfaces.php 2742 -msgid ""PPTP/L2TP configuration"); ?> +msgid "PPTP/L2TP configuration"); ?> msgstr "" #: src/www/interfaces.php 2745 -msgid ""Username"); ?> +msgid "Username"); ?> msgstr "" #: src/www/interfaces.php 2751 -msgid ""Password"); ?> +msgid "Password"); ?> msgstr "" #: src/www/interfaces.php 2757 -msgid ""Local IP address"); ?> +msgid "Local IP address"); ?> msgstr "" #: src/www/interfaces.php 2770 -msgid ""Remote IP address"); ?> +msgid "Remote IP address"); ?> msgstr "" #: src/www/interfaces.php 2776 -msgid ""Dial on demand"); ?> +msgid "Dial on demand"); ?> msgstr "" #: src/www/interfaces.php 2779 -msgid ""Enable Dial-On-Demand mode"); ?>
                  +msgid "Enable Dial-On-Demand mode"); ?>
                  msgstr "" #: src/www/interfaces.php 2780 -msgid ""connection. The interface is configured, but the actual connection of the link is delayed until qualifying outgoing traffic is detected."); ?> +msgid "connection. The interface is configured, but the actual connection of the link is delayed until qualifying outgoing traffic is detected."); ?> msgstr "" #: src/www/interfaces.php 2784 -msgid ""Idle timeout"); ?> +msgid "Idle timeout"); ?> msgstr "" #: src/www/interfaces.php 2786 -msgid ""If no qualifying outgoing packets are transmitted for the specified number of seconds, the connection is brought down. An idle timeout of zero disables this feature."); ?> +msgid "If no qualifying outgoing packets are transmitted for the specified number of seconds, the connection is brought down. An idle timeout of zero disables this feature."); ?> msgstr "" #: src/www/interfaces.php 2790 -msgid ""Advanced"); ?> +msgid "Advanced"); ?> msgstr "" #: src/www/interfaces.php 2793 -msgid ""Click here");?> +msgid "Click here");?> msgstr "" #: src/www/interfaces.php 2794 -msgid ""for additional PPTP and L2TP configuration options. Save first if you made changes.");?> +msgid "for additional PPTP and L2TP configuration options. Save first if you made changes.");?> msgstr "" #: src/www/interfaces.php 2798 -msgid ""Click here");?> +msgid "Click here");?> msgstr "" #: src/www/interfaces.php 2799 -msgid ""for advanced PPTP and L2TP configuration options");?>. +msgid "for advanced PPTP and L2TP configuration options");?>. msgstr "" #: src/www/interfaces.php 2814 -msgid ""Common wireless configuration - Settings apply to all wireless networks on"); ?> . +msgid "Common wireless configuration - Settings apply to all wireless networks on"); ?> . msgstr "" #: src/www/interfaces.php 2817 -msgid ""Persist common settings");?> +msgid "Persist common settings");?> msgstr "" #: src/www/interfaces.php 2820 -msgid ""Enabling this preserves the common wireless configuration through interface deletions and reassignments.");?> +msgid "Enabling this preserves the common wireless configuration through interface deletions and reassignments.");?> msgstr "" #: src/www/interfaces.php 2824 -msgid ""Standard"); ?> +msgid "Standard"); ?> msgstr "" #: src/www/interfaces.php 2844 -msgid ""Protection Mode"); ?> +msgid "Protection Mode"); ?> msgstr "" #: src/www/interfaces.php 2847 -msgid ""Protection mode off"); ?> +msgid "Protection mode off"); ?> msgstr "" #: src/www/interfaces.php 2848 -msgid ""Protection mode CTS to self"); ?> +msgid "Protection mode CTS to self"); ?> msgstr "" #: src/www/interfaces.php 2849 -msgid ""Protection mode RTS and CTS"); ?> +msgid "Protection mode RTS and CTS"); ?> msgstr "" #: src/www/interfaces.php 2852 -msgid ""For IEEE 802.11g, use the specified technique for protecting OFDM frames in a mixed 11b/11g network."); ?> +msgid "For IEEE 802.11g, use the specified technique for protecting OFDM frames in a mixed 11b/11g network."); ?> msgstr "" #: src/www/interfaces.php 2860 -msgid ""Transmit power"); ?> +msgid "Transmit power"); ?> msgstr "" #: src/www/interfaces.php 2873 -msgid ""Note +msgid "Note Typically only a few discreet power settings are available and the driver will use the setting closest to the specified value. Not all adapters support changing the transmit power setting."); ?> msgstr "" #: src/www/interfaces.php 2877 -msgid ""Channel"); ?> +msgid "Channel"); ?> msgstr "" #: src/www/interfaces.php 2880 -msgid ""Auto"); ?> +msgid "Auto"); ?> msgstr "" #: src/www/interfaces.php 2900 -msgid ""Legend +msgid "Legend wireless standards - channel # (frequency @ max TX power / TX power allowed in reg. domain)"); ?> msgstr "" #: src/www/interfaces.php 2902 -msgid ""Note +msgid "Note Not all channels may be supported by your card. Auto may override the wireless standard selected above."); ?> msgstr "" #: src/www/interfaces.php 2907 -msgid ""Antenna settings"); ?> +msgid "Antenna settings"); ?> msgstr "" #: src/www/interfaces.php 2913 -msgid ""Diversity"); ?>
                  +msgid "Diversity"); ?>
                  msgstr "" #: src/www/interfaces.php 2915 -msgid ""Default"); ?> +msgid "Default"); ?> msgstr "" #: src/www/interfaces.php 2916 -msgid ""Off"); ?> +msgid "Off"); ?> msgstr "" #: src/www/interfaces.php 2917 -msgid ""On"); ?> +msgid "On"); ?> msgstr "" #: src/www/interfaces.php 2924 -msgid ""Transmit antenna"); ?>
                  +msgid "Transmit antenna"); ?>
                  msgstr "" #: src/www/interfaces.php 2926 -msgid ""Default"); ?> +msgid "Default"); ?> msgstr "" #: src/www/interfaces.php 2927 -msgid ""Auto"); ?> +msgid "Auto"); ?> msgstr "" #: src/www/interfaces.php 2928 -msgid ""#1"); ?> +msgid "#1"); ?> msgstr "" #: src/www/interfaces.php 2929 -msgid ""#2"); ?> +msgid "#2"); ?> msgstr "" #: src/www/interfaces.php 2936 -msgid ""Receive antenna"); ?>
                  +msgid "Receive antenna"); ?>
                  msgstr "" #: src/www/interfaces.php 2938 -msgid ""Default"); ?> +msgid "Default"); ?> msgstr "" #: src/www/interfaces.php 2939 -msgid ""Auto"); ?> +msgid "Auto"); ?> msgstr "" #: src/www/interfaces.php 2940 -msgid ""#1"); ?> +msgid "#1"); ?> msgstr "" #: src/www/interfaces.php 2941 -msgid ""#2"); ?> +msgid "#2"); ?> msgstr "" #: src/www/interfaces.php 2948 -msgid ""Note +msgid "Note The antenna numbers do not always match up with the labels on the card."); ?> msgstr "" #: src/www/interfaces.php 2954 -msgid ""Distance setting"); ?> +msgid "Distance setting"); ?> msgstr "" #: src/www/interfaces.php 2958 -msgid ""Note +msgid "Note This field can be used to tune ACK/CTS timers to fit the distance between AP and Client"); ?>
                  msgstr "" #: src/www/interfaces.php 2959 -msgid ""(measured in Meters and works only for Atheros based cards !)"); ?> +msgid "(measured in Meters and works only for Atheros based cards !)"); ?> msgstr "" #: src/www/interfaces.php 2964 -msgid ""Regulatory settings"); ?> +msgid "Regulatory settings"); ?> msgstr "" #: src/www/interfaces.php 2966 -msgid ""Regulatory domain"); ?>
                  +msgid "Regulatory domain"); ?>
                  msgstr "" #: src/www/interfaces.php 2968 -msgid ""Default"); ?> +msgid "Default"); ?> msgstr "" #: src/www/interfaces.php 2980 -msgid ""Note +msgid "Note Some cards have a default that is not recognized and require changing the regulatory domain to one in this list for the changes to other regulatory settings to work."); ?> msgstr "" #: src/www/interfaces.php 2982 -msgid ""Country (listed with country code and regulatory domain)"); ?>
                  +msgid "Country (listed with country code and regulatory domain)"); ?>
                  msgstr "" #: src/www/interfaces.php 2984 -msgid ""Default"); ?> +msgid "Default"); ?> msgstr "" #: src/www/interfaces.php 2996 -msgid ""Note +msgid "Note Any country setting other than "Default" will override the regulatory domain setting"); ?>. msgstr "" #: src/www/interfaces.php 2998 -msgid ""Location"); ?>
                  +msgid "Location"); ?>
                  msgstr "" #: src/www/interfaces.php 3000 -msgid ""Default"); ?> +msgid "Default"); ?> msgstr "" #: src/www/interfaces.php 3001 -msgid ""Indoor"); ?> +msgid "Indoor"); ?> msgstr "" #: src/www/interfaces.php 3002 -msgid ""Outdoor"); ?> +msgid "Outdoor"); ?> msgstr "" #: src/www/interfaces.php 3003 -msgid ""Anywhere"); ?> +msgid "Anywhere"); ?> msgstr "" #: src/www/interfaces.php 3006 -msgid ""These settings may affect which channels are available and the maximum transmit power allowed on those channels. Using the correct settings to comply with local regulatory requirements is recommended."); ?> +msgid "These settings may affect which channels are available and the maximum transmit power allowed on those channels. Using the correct settings to comply with local regulatory requirements is recommended."); ?> msgstr "" #: src/www/interfaces.php 3008 -msgid ""Note +msgid "Note All wireless networks on this interface will be temporarily brought down when changing regulatory settings. Some of the regulatory domains or country codes may not be allowed by some cards. These settings may not be able to add additional channels that are not already supported."); ?> msgstr "" #: src/www/interfaces.php 3015 -msgid ""Network-specific wireless configuration");?> +msgid "Network-specific wireless configuration");?> msgstr "" #: src/www/interfaces.php 3018 -msgid ""Mode"); ?> +msgid "Mode"); ?> msgstr "" #: src/www/interfaces.php 3021 -msgid ""Infrastructure (BSS)"); ?> +msgid "Infrastructure (BSS)"); ?> msgstr "" #: src/www/interfaces.php 3022 -msgid ""Ad-hoc (IBSS)"); ?> +msgid "Ad-hoc (IBSS)"); ?> msgstr "" #: src/www/interfaces.php 3023 -msgid ""Access Point"); ?> +msgid "Access Point"); ?> msgstr "" #: src/www/interfaces.php 3028 -msgid ""SSID"); ?> +msgid "SSID"); ?> msgstr "" #: src/www/interfaces.php 3032 -msgid ""Note +msgid "Note Only required in Access Point mode. If left blank in Ad-hoc or Infrastructure mode, this interface will connect to any available SSID"); ?> msgstr "" #: src/www/interfaces.php 3037 -msgid ""Minimum wireless standard"); ?> +msgid "Minimum wireless standard"); ?> msgstr "" #: src/www/interfaces.php 3040 -msgid ""Any"); ?> +msgid "Any"); ?> msgstr "" #: src/www/interfaces.php 3042 -msgid ""802.11g"); ?> +msgid "802.11g"); ?> msgstr "" #: src/www/interfaces.php 3044 -msgid ""802.11n"); ?> +msgid "802.11n"); ?> msgstr "" #: src/www/interfaces.php 3047 -msgid ""When operating as an access point, allow only stations capable of the selected wireless standard to associate (stations not capable are not permitted to associate)."); ?> +msgid "When operating as an access point, allow only stations capable of the selected wireless standard to associate (stations not capable are not permitted to associate)."); ?> msgstr "" #: src/www/interfaces.php 3052 -msgid ""802.11g only"); ?> +msgid "802.11g only"); ?> msgstr "" #: src/www/interfaces.php 3055 -msgid ""When operating as an access point in 802.11g mode, allow only 11g-capable stations to associate (11b-only stations are not permitted to associate)."); ?> +msgid "When operating as an access point in 802.11g mode, allow only 11g-capable stations to associate (11b-only stations are not permitted to associate)."); ?> msgstr "" #: src/www/interfaces.php 3060 -msgid ""Allow intra-BSS communication"); ?> +msgid "Allow intra-BSS communication"); ?> msgstr "" #: src/www/interfaces.php 3064 -msgid ""When operating as an access point, enable this if you want to pass packets between wireless clients directly."); ?> +msgid "When operating as an access point, enable this if you want to pass packets between wireless clients directly."); ?> msgstr "" #: src/www/interfaces.php 3066 -msgid ""Disabling the internal bridging is useful when traffic is to be processed with packet filtering."); ?> +msgid "Disabling the internal bridging is useful when traffic is to be processed with packet filtering."); ?> msgstr "" #: src/www/interfaces.php 3070 -msgid ""Enable WME"); ?> +msgid "Enable WME"); ?> msgstr "" #: src/www/interfaces.php 3073 -msgid ""Setting this option will force the card to use WME (wireless QoS)."); ?> +msgid "Setting this option will force the card to use WME (wireless QoS)."); ?> msgstr "" #: src/www/interfaces.php 3077 -msgid ""Enable Hide SSID"); ?> +msgid "Enable Hide SSID"); ?> msgstr "" #: src/www/interfaces.php 3081 -msgid ""Setting this option will force the card to NOT broadcast its SSID"); ?> +msgid "Setting this option will force the card to NOT broadcast its SSID"); ?> msgstr "" #: src/www/interfaces.php 3083 -msgid ""(this might create problems for some clients)."); ?> +msgid "(this might create problems for some clients)."); ?> msgstr "" #: src/www/interfaces.php 3087 -msgid ""WEP"); ?> +msgid "WEP"); ?> msgstr "" #: src/www/interfaces.php 3090 -msgid ""Enable WEP"); ?> +msgid "Enable WEP"); ?> msgstr "" #: src/www/interfaces.php 3095 -msgid ""TX key"); ?>  +msgid "TX key"); ?>  msgstr "" #: src/www/interfaces.php 3098 -msgid ""Key 1 +msgid "Key 1 "); ?>   msgstr "" #: src/www/interfaces.php 3107 -msgid ""Key 2 +msgid "Key 2 "); ?>   msgstr "" #: src/www/interfaces.php 3116 -msgid ""Key 3 +msgid "Key 3 "); ?>   msgstr "" #: src/www/interfaces.php 3125 -msgid ""Key 4 +msgid "Key 4 "); ?>   msgstr "" #: src/www/interfaces.php 3135 -msgid ""40 (64) bit keys may be entered as 5 ASCII characters or 10 hex digits preceded by '0x'."); ?>
                  +msgid "40 (64) bit keys may be entered as 5 ASCII characters or 10 hex digits preceded by '0x'."); ?>
                  msgstr "" #: src/www/interfaces.php 3136 -msgid ""104 (128) bit keys may be entered as 13 ASCII characters or 26 hex digits preceded by '0x'."); ?> +msgid "104 (128) bit keys may be entered as 13 ASCII characters or 26 hex digits preceded by '0x'."); ?> msgstr "" #: src/www/interfaces.php 3140 -msgid ""WPA"); ?> +msgid "WPA"); ?> msgstr "" #: src/www/interfaces.php 3143 -msgid ""Enable WPA"); ?> +msgid "Enable WPA"); ?> msgstr "" #: src/www/interfaces.php 3148 -msgid ""WPA Pre-Shared Key"); ?>  +msgid "WPA Pre-Shared Key"); ?>  msgstr "" #: src/www/interfaces.php 3151 -msgid ""PSK +msgid "PSK "); ?>   msgstr "" #: src/www/interfaces.php 3157 -msgid ""Passphrase must be from 8 to 63 characters."); ?> +msgid "Passphrase must be from 8 to 63 characters."); ?> msgstr "" #: src/www/interfaces.php 3161 -msgid ""WPA Mode"); ?> +msgid "WPA Mode"); ?> msgstr "" #: src/www/interfaces.php 3164 -msgid ""WPA"); ?> +msgid "WPA"); ?> msgstr "" #: src/www/interfaces.php 3165 -msgid ""WPA2"); ?> +msgid "WPA2"); ?> msgstr "" #: src/www/interfaces.php 3166 -msgid ""Both"); ?> +msgid "Both"); ?> msgstr "" #: src/www/interfaces.php 3171 -msgid ""WPA Key Management Mode"); ?> +msgid "WPA Key Management Mode"); ?> msgstr "" #: src/www/interfaces.php 3174 -msgid ""Pre-Shared Key"); ?> +msgid "Pre-Shared Key"); ?> msgstr "" #: src/www/interfaces.php 3175 -msgid ""Extensible Authentication Protocol"); ?> +msgid "Extensible Authentication Protocol"); ?> msgstr "" #: src/www/interfaces.php 3176 -msgid ""Both"); ?> +msgid "Both"); ?> msgstr "" #: src/www/interfaces.php 3181 -msgid ""Authentication"); ?> +msgid "Authentication"); ?> msgstr "" #: src/www/interfaces.php 3184 -msgid ""Open System Authentication"); ?> +msgid "Open System Authentication"); ?> msgstr "" #: src/www/interfaces.php 3185 -msgid ""Shared Key Authentication"); ?> +msgid "Shared Key Authentication"); ?> msgstr "" #: src/www/interfaces.php 3186 -msgid ""Both"); ?> +msgid "Both"); ?> msgstr "" #: src/www/interfaces.php 3188 -msgid ""Note +msgid "Note Shared Key Authentication requires WEP."); ?>
                  msgstr "" #: src/www/interfaces.php 3192 -msgid ""WPA Pairwise"); ?> +msgid "WPA Pairwise"); ?> msgstr "" #: src/www/interfaces.php 3195 -msgid ""Both"); ?> +msgid "Both"); ?> msgstr "" #: src/www/interfaces.php 3196 -msgid ""AES (recommended)"); ?> +msgid "AES (recommended)"); ?> msgstr "" #: src/www/interfaces.php 3197 -msgid ""TKIP"); ?> +msgid "TKIP"); ?> msgstr "" #: src/www/interfaces.php 3202 -msgid ""Key Rotation"); ?> +msgid "Key Rotation"); ?> msgstr "" #: src/www/interfaces.php 3205 -msgid ""Allowed values are 1-9999 but should not be longer than Master Key Regeneration time."); ?> +msgid "Allowed values are 1-9999 but should not be longer than Master Key Regeneration time."); ?> msgstr "" #: src/www/interfaces.php 3209 -msgid ""Master Key Regeneration"); ?> +msgid "Master Key Regeneration"); ?> msgstr "" #: src/www/interfaces.php 3212 -msgid ""Allowed values are 1-9999 but should not be shorter than Key Rotation time."); ?> +msgid "Allowed values are 1-9999 but should not be shorter than Key Rotation time."); ?> msgstr "" #: src/www/interfaces.php 3216 -msgid ""Strict Key Regeneration"); ?> +msgid "Strict Key Regeneration"); ?> msgstr "" #: src/www/interfaces.php 3219 -msgid ""Setting this option will force the AP to rekey whenever a client disassociates."); ?> +msgid "Setting this option will force the AP to rekey whenever a client disassociates."); ?> msgstr "" #: src/www/interfaces.php 3223 -msgid ""Enable IEEE802.1X Authentication"); ?> +msgid "Enable IEEE802.1X Authentication"); ?> msgstr "" #: src/www/interfaces.php 3226 -msgid ""Setting this option will enable 802.1x authentication."); ?> +msgid "Setting this option will enable 802.1x authentication."); ?> msgstr "" #: src/www/interfaces.php 3227 -msgid ""NOTE"); ?> -msgid ""this option requires checking the "Enable WPA box"."); ?> +msgid "NOTE"); ?> +msgid "this option requires checking the "Enable WPA box"."); ?> msgstr "" #: src/www/interfaces.php 3231 -msgid ""802.1X Authentication Server IP Address"); ?> +msgid "802.1X Authentication Server IP Address"); ?> msgstr "" #: src/www/interfaces.php 3234 -msgid ""Enter the IP address of the 802.1X Authentication Server. This is commonly a Radius server (FreeRadius, Internet Authentication Services, etc.)"); ?> +msgid "Enter the IP address of the 802.1X Authentication Server. This is commonly a Radius server (FreeRadius, Internet Authentication Services, etc.)"); ?> msgstr "" #: src/www/interfaces.php 3238 -msgid ""802.1X Authentication Server Port"); ?> +msgid "802.1X Authentication Server Port"); ?> msgstr "" #: src/www/interfaces.php 3241 -msgid ""Leave blank for the default 1812 port."); ?> +msgid "Leave blank for the default 1812 port."); ?> msgstr "" #: src/www/interfaces.php 3245 -msgid ""802.1X Authentication Server Shared Secret"); ?> +msgid "802.1X Authentication Server Shared Secret"); ?> msgstr "" #: src/www/interfaces.php 3252 -msgid ""Secondary 802.1X Authentication Server IP Address"); ?> +msgid "Secondary 802.1X Authentication Server IP Address"); ?> msgstr "" #: src/www/interfaces.php 3255 -msgid ""Enter the IP address of the 802.1X Authentication Server. This is commonly a Radius server (FreeRadius, Internet Authentication Services, etc.)"); ?> +msgid "Enter the IP address of the 802.1X Authentication Server. This is commonly a Radius server (FreeRadius, Internet Authentication Services, etc.)"); ?> msgstr "" #: src/www/interfaces.php 3259 -msgid ""Secondary 802.1X Authentication Server Port"); ?> +msgid "Secondary 802.1X Authentication Server Port"); ?> msgstr "" #: src/www/interfaces.php 3262 -msgid ""Leave blank for the default 1812 port."); ?> +msgid "Leave blank for the default 1812 port."); ?> msgstr "" #: src/www/interfaces.php 3266 -msgid ""Secondary 802.1X Authentication Server Shared Secret"); ?> +msgid "Secondary 802.1X Authentication Server Shared Secret"); ?> msgstr "" #: src/www/interfaces.php 3273 -msgid ""Authentication Roaming Preauth"); ?> +msgid "Authentication Roaming Preauth"); ?> msgstr "" #: src/www/interfaces.php 3284 -msgid ""Private networks"); ?> +msgid "Private networks"); ?> msgstr "" #: src/www/interfaces.php 3291 -msgid ""Block private networks"); ?>
                  +msgid "Block private networks"); ?>
                  msgstr "" #: src/www/interfaces.php 3292 -msgid ""When set, this option blocks traffic from IP addresses that are reserved " . +msgid "When set, this option blocks traffic from IP addresses that are reserved " . msgstr "" #: src/www/interfaces.php 3294 -msgid ""You should generally " . +msgid "You should generally " . msgstr "" #: src/www/interfaces.php 3303 -msgid ""Block bogon networks"); ?>
                  +msgid "Block bogon networks"); ?>
                  msgstr "" #: src/www/interfaces.php 3304 -msgid ""When set, this option blocks traffic from IP addresses that are reserved " . +msgid "When set, this option blocks traffic from IP addresses that are reserved " . msgstr "" #: src/www/interfaces.php 3306 -msgid ""Bogons are prefixes that should never appear in the Internet routing table, " . +msgid "Bogons are prefixes that should never appear in the Internet routing table, " . msgstr "" #: src/www/interfaces.php 3309 -msgid ""Note +msgid "Note The update frequency can be changed under System->Advanced Firewall/NAT settings.")?> msgstr "" #: src/www/interfaces.php 3322 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/interfaces.php 3323 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/interfaces.php 3435 -msgid ""NOTE -msgid ""here"); ?>.

                  "); +msgid "NOTE +msgid "here"); ?>.

                  "); msgstr "" #: src/www/interfaces.php 3444 -msgid ""NOTE -msgid ""here"); ?>.

                  "); +msgid "NOTE +msgid "here"); ?>.

                  "); msgstr "" #: src/www/interfaces_assign.php 31 -msgid ""Assign network ports")); +msgid "Assign network ports")); msgstr "" #: @@ -31390,19 +31302,19 @@ msgstr "" #: src/www/interfaces_assign.php 194 -msgid ""lan"); +msgid "lan"); msgstr "" #: src/www/interfaces_assign.php 195 -msgid ""LAN"); +msgid "LAN"); msgstr "" #: src/www/interfaces_assign.php 220 -msgid ""Interface has been added."); +msgid "Interface has been added."); msgstr "" #: @@ -31414,3057 +31326,3057 @@ msgstr "" #: src/www/interfaces_assign.php 276 -msgid ""You cannot set port %s to interface %s because this interface is a member of %s."), $portname, $member, $portname); +msgid "You cannot set port %s to interface %s because this interface is a member of %s."), $portname, $member, $portname); msgstr "" #: src/www/interfaces_assign.php 354 -msgid ""The interface is part of a group. Please remove it from the group to continue"); +msgid "The interface is part of a group. Please remove it from the group to continue"); msgstr "" #: src/www/interfaces_assign.php 356 -msgid ""The interface is part of a bridge. Please remove it from the bridge to continue"); +msgid "The interface is part of a bridge. Please remove it from the bridge to continue"); msgstr "" #: src/www/interfaces_assign.php 358 -msgid ""The interface is part of a gre tunnel. Please delete the tunnel to continue"); +msgid "The interface is part of a gre tunnel. Please delete the tunnel to continue"); msgstr "" #: src/www/interfaces_assign.php 360 -msgid ""The interface is part of a gif tunnel. Please delete the tunnel to continue"); +msgid "The interface is part of a gif tunnel. Please delete the tunnel to continue"); msgstr "" #: src/www/interfaces_assign.php 398 -msgid ""Interface has been deleted."); +msgid "Interface has been deleted."); msgstr "" #: src/www/interfaces_assign.php 422 -msgid ""The system is now rebooting. Please wait."); +msgid "The system is now rebooting. Please wait."); msgstr "" #: src/www/interfaces_assign.php 424 -msgid ""Reboot is needed. Please apply the settings in order to reboot."); +msgid "Reboot is needed. Please apply the settings in order to reboot."); msgstr "" #: src/www/interfaces_assign.php 426 -msgid ""Interface mismatch detected. Please resolve the mismatch and click 'Apply changes'. The firewall will reboot afterwards."); +msgid "Interface mismatch detected. Please resolve the mismatch and click 'Apply changes'. The firewall will reboot afterwards."); msgstr "" #: src/www/interfaces_assign.php 440 -msgid ""The interface configuration has been changed.
                  You must apply the changes in order for them to take effect.")); +msgid "The interface configuration has been changed.
                  You must apply the changes in order for them to take effect.")); msgstr "" #: src/www/interfaces_assign.php 454 -msgid ""Interface assignments"), true, "interfaces_assign.php"); +msgid "Interface assignments"), true, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_assign.php 455 -msgid ""Interface Groups"), false, "interfaces_groups.php"); +msgid "Interface Groups"), false, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_assign.php 456 -msgid ""Wireless"), false, "interfaces_wireless.php"); +msgid "Wireless"), false, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_assign.php 457 -msgid ""VLANs"), false, "interfaces_vlan.php"); +msgid "VLANs"), false, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_assign.php 458 -msgid ""QinQs"), false, "interfaces_qinq.php"); +msgid "QinQs"), false, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_assign.php 459 -msgid ""PPPs"), false, "interfaces_ppps.php"); +msgid "PPPs"), false, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_assign.php 460 -msgid ""GRE"), false, "interfaces_gre.php"); +msgid "GRE"), false, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_assign.php 461 -msgid ""GIF"), false, "interfaces_gif.php"); +msgid "GIF"), false, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_assign.php 462 -msgid ""Bridges"), false, "interfaces_bridge.php"); +msgid "Bridges"), false, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_assign.php 463 -msgid ""LAGG"), false, "interfaces_lagg.php"); +msgid "LAGG"), false, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_assign.php 477 -msgid ""Interface"); ?> +msgid "Interface"); ?> msgstr "" #: src/www/interfaces_assign.php 478 -msgid ""Network port"); ?> +msgid "Network port"); ?> msgstr "" #: src/www/interfaces_assign.php 510 -msgid ""delete interface");?>" +msgid "delete interface");?>" msgstr "" #: src/www/interfaces_assign.php 514 -msgid ""Do you really want to delete this interface?"); ?>')"> +msgid "Do you really want to delete this interface?"); ?>')"> msgstr "" #: src/www/interfaces_assign.php 528 -msgid ""Available network ports +msgid "Available network ports ");?> msgstr "" #: src/www/interfaces_assign.php 544 -msgid ""add selected interface");?>"> +msgid "add selected interface");?>"> msgstr "" #: src/www/interfaces_assign.php 556 -msgid ""Save"); ?>" />

                  +msgid "Save"); ?>" />

                  msgstr "" #: src/www/interfaces_assign.php 559 -msgid ""Interfaces that are configured as members of a lagg(4) interface will not be shown."); ?> +msgid "Interfaces that are configured as members of a lagg(4) interface will not be shown."); ?> msgstr "" #: src/www/interfaces_bridge.php 55 -msgid ""This bridge cannot be deleted because it is assigned as an interface."); +msgid "This bridge cannot be deleted because it is assigned as an interface."); msgstr "" #: src/www/interfaces_bridge.php 73 -msgid ""Bridge")); +msgid "Bridge")); msgstr "" #: src/www/interfaces_bridge.php 97 -msgid ""Interface assignments"), false, "interfaces_assign.php"); +msgid "Interface assignments"), false, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_bridge.php 98 -msgid ""Interface Groups"), false, "interfaces_groups.php"); +msgid "Interface Groups"), false, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_bridge.php 99 -msgid ""Wireless"), false, "interfaces_wireless.php"); +msgid "Wireless"), false, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_bridge.php 100 -msgid ""VLANs"), false, "interfaces_vlan.php"); +msgid "VLANs"), false, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_bridge.php 101 -msgid ""QinQs"), false, "interfaces_qinq.php"); +msgid "QinQs"), false, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_bridge.php 102 -msgid ""PPPs"), false, "interfaces_ppps.php"); +msgid "PPPs"), false, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_bridge.php 103 -msgid ""GRE"), false, "interfaces_gre.php"); +msgid "GRE"), false, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_bridge.php 104 -msgid ""GIF"), false, "interfaces_gif.php"); +msgid "GIF"), false, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_bridge.php 105 -msgid ""Bridges"), true, "interfaces_bridge.php"); +msgid "Bridges"), true, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_bridge.php 106 -msgid ""LAGG"), false, "interfaces_lagg.php"); +msgid "LAGG"), false, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_bridge.php 120 -msgid ""Interface");?> +msgid "Interface");?> msgstr "" #: src/www/interfaces_bridge.php 121 -msgid ""Members");?> +msgid "Members");?> msgstr "" #: src/www/interfaces_bridge.php 122 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/interfaces_bridge.php 153 -msgid ""edit group");?>"> +msgid "edit group");?>"> msgstr "" #: src/www/interfaces_bridge.php 155 -msgid ""Do you really want to delete this bridge?");?>')"> +msgid "Do you really want to delete this bridge?");?>')"> msgstr "" #: src/www/interfaces_bridge.php 167 -msgid ""Note +msgid "Note "); ?>
                  msgstr "" #: src/www/interfaces_bridge.php 169 -msgid ""Here you can configure bridging of interfaces."); ?> +msgid "Here you can configure bridging of interfaces."); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 110 -msgid ""Member Interfaces")); +msgid "Member Interfaces")); msgstr "" #: src/www/interfaces_bridge_edit.php 115 -msgid ""Maxage needs to be an integer between 6 and 40."); +msgid "Maxage needs to be an integer between 6 and 40."); msgstr "" #: src/www/interfaces_bridge_edit.php 117 -msgid ""Maxaddr needs to be an integer."); +msgid "Maxaddr needs to be an integer."); msgstr "" #: src/www/interfaces_bridge_edit.php 119 -msgid ""Timeout needs to be an integer."); +msgid "Timeout needs to be an integer."); msgstr "" #: src/www/interfaces_bridge_edit.php 121 -msgid ""Forward Delay needs to be an integer between 4 and 30."); +msgid "Forward Delay needs to be an integer between 4 and 30."); msgstr "" #: src/www/interfaces_bridge_edit.php 123 -msgid ""Hello time for STP needs to be an integer between 1 and 2."); +msgid "Hello time for STP needs to be an integer between 1 and 2."); msgstr "" #: src/www/interfaces_bridge_edit.php 125 -msgid ""Priority for STP needs to be an integer between 0 and 61440."); +msgid "Priority for STP needs to be an integer between 0 and 61440."); msgstr "" #: src/www/interfaces_bridge_edit.php 127 -msgid ""Transmit Hold Count for STP needs to be an integer between 1 and 10."); +msgid "Transmit Hold Count for STP needs to be an integer between 1 and 10."); msgstr "" #: src/www/interfaces_bridge_edit.php 130 -msgid ""interface priority for STP needs to be an integer between 0 and 240."); +msgid "interface priority for STP needs to be an integer between 0 and 240."); msgstr "" #: src/www/interfaces_bridge_edit.php 135 -msgid ""interface path cost for STP needs to be an integer between 1 and 200000000."); +msgid "interface path cost for STP needs to be an integer between 1 and 200000000."); msgstr "" #: src/www/interfaces_bridge_edit.php 140 -msgid ""You must select at least 2 member interfaces for a bridge."); +msgid "You must select at least 2 member interfaces for a bridge."); msgstr "" #: src/www/interfaces_bridge_edit.php 145 -msgid ""A member interface passed does not exist in configuration"); +msgid "A member interface passed does not exist in configuration"); msgstr "" #: src/www/interfaces_bridge_edit.php 148 -msgid ""Bridging a wireless interface is only possible in hostap mode."); +msgid "Bridging a wireless interface is only possible in hostap mode."); msgstr "" #: src/www/interfaces_bridge_edit.php 150 -msgid ""Span interface cannot be part of the bridge. Remove the span interface from bridge members to continue."); +msgid "Span interface cannot be part of the bridge. Remove the span interface from bridge members to continue."); msgstr "" #: src/www/interfaces_bridge_edit.php 208 -msgid ""Error occurred creating interface, please retry."); +msgid "Error occurred creating interface, please retry."); msgstr "" #: src/www/interfaces_bridge_edit.php 227 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/interfaces_bridge_edit.php 267 -msgid ""Bridge configuration");?> +msgid "Bridge configuration");?> msgstr "" #: src/www/interfaces_bridge_edit.php 275 -msgid ""Member interfaces"); ?> +msgid "Member interfaces"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 290 -msgid ""Interfaces participating in the bridge."); ?> +msgid "Interfaces participating in the bridge."); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 294 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 302 -msgid ""Show advanced options"); ?>" />

                  +msgid "Show advanced options"); ?>" />

                  msgstr "" #: src/www/interfaces_bridge_edit.php 306 -msgid ""RSTP/STP"); ?> +msgid "RSTP/STP"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 309 -msgid ""Enable spanning tree options for this bridge."); ?> +msgid "Enable spanning tree options for this bridge."); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 312 -msgid ""Protocol"); ?> +msgid "Protocol"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 325 -msgid ""Protocol used for spanning tree."); ?> +msgid "Protocol used for spanning tree."); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 327 -msgid ""STP interfaces"); ?> +msgid "STP interfaces"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 341 -msgid ""Enable Spanning Tree Protocol on interface. The if_bridge(4) " . +msgid "Enable Spanning Tree Protocol on interface. The if_bridge(4) " . msgstr "" #: src/www/interfaces_bridge_edit.php 347 -msgid ""Valid time"); ?> +msgid "Valid time"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 349 -msgid ""seconds"); ?> +msgid "seconds"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 352 -msgid ""Set the time that a Spanning Tree Protocol configuration is " . +msgid "Set the time that a Spanning Tree Protocol configuration is " . msgstr "" #: src/www/interfaces_bridge_edit.php 357 -msgid ""Forward time"); ?> +msgid "Forward time"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 359 -msgid ""seconds"); ?> +msgid "seconds"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 362 -msgid ""Set the time that must pass before an interface begins forwarding " . +msgid "Set the time that must pass before an interface begins forwarding " . msgstr "" #: src/www/interfaces_bridge_edit.php 366 -msgid ""Hello time"); ?> +msgid "Hello time"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 368 -msgid ""seconds"); ?> +msgid "seconds"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 371 -msgid ""Set the time between broadcasting of Spanning Tree Protocol configuration messages. The hello time may only be changed when " . +msgid "Set the time between broadcasting of Spanning Tree Protocol configuration messages. The hello time may only be changed when " . msgstr "" #: src/www/interfaces_bridge_edit.php 375 -msgid ""Priority"); ?> +msgid "Priority"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 380 -msgid ""Set the bridge priority for Spanning Tree. The default is 32768. " . +msgid "Set the bridge priority for Spanning Tree. The default is 32768. " . msgstr "" #: src/www/interfaces_bridge_edit.php 384 -msgid ""Hold count"); ?> +msgid "Hold count"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 389 -msgid ""Set the transmit hold count for Spanning Tree. This is the number" . +msgid "Set the transmit hold count for Spanning Tree. This is the number" . msgstr "" #: src/www/interfaces_bridge_edit.php 394 -msgid ""Priority"); ?> +msgid "Priority"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 404 -msgid ""Set the Spanning Tree priority of interface to value. The " . +msgid "Set the Spanning Tree priority of interface to value. The " . msgstr "" #: src/www/interfaces_bridge_edit.php 408 -msgid ""Path cost"); ?> +msgid "Path cost"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 418 -msgid ""Set the Spanning Tree path cost of interface to value. The " . +msgid "Set the Spanning Tree path cost of interface to value. The " . msgstr "" #: src/www/interfaces_bridge_edit.php 427 -msgid ""Cache size"); ?> +msgid "Cache size"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 429 -msgid ""entries"); ?> +msgid "entries"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 431 -msgid ""Set the size of the bridge address cache to size. The default is " . +msgid "Set the size of the bridge address cache to size. The default is " . msgstr "" #: src/www/interfaces_bridge_edit.php 437 -msgid ""Cache entry expire time"); ?> +msgid "Cache entry expire time"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 439 -msgid ""seconds"); ?> +msgid "seconds"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 441 -msgid ""Set the timeout of address cache entries to this number of seconds. If " . +msgid "Set the timeout of address cache entries to this number of seconds. If " . msgstr "" #: src/www/interfaces_bridge_edit.php 448 -msgid ""Span port"); ?> +msgid "Span port"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 451 -msgid ""None"); ?> +msgid "None"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 462 -msgid ""Add the interface named by interface as a span port on the " . +msgid "Add the interface named by interface as a span port on the " . msgstr "" #: src/www/interfaces_bridge_edit.php 469 -msgid ""Note +msgid "Note "); ?>
                  msgstr "" #: src/www/interfaces_bridge_edit.php 471 -msgid ""The span interface cannot be part of the bridge member interfaces."); ?> +msgid "The span interface cannot be part of the bridge member interfaces."); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 476 -msgid ""Edge ports"); ?> +msgid "Edge ports"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 490 -msgid ""Set interface as an edge port. An edge port connects directly to " . +msgid "Set interface as an edge port. An edge port connects directly to " . msgstr "" #: src/www/interfaces_bridge_edit.php 496 -msgid ""Auto Edge ports"); ?> +msgid "Auto Edge ports"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 510 -msgid ""Allow interface to automatically detect edge status. This is the " . +msgid "Allow interface to automatically detect edge status. This is the " . msgstr "" #: src/www/interfaces_bridge_edit.php 513 -msgid ""Note +msgid "Note "); ?>
                  msgstr "" #: src/www/interfaces_bridge_edit.php 515 -msgid ""This will disable the autoedge status of interfaces."); ?> +msgid "This will disable the autoedge status of interfaces."); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 519 -msgid ""PTP ports"); ?> +msgid "PTP ports"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 533 -msgid ""Set the interface as a point-to-point link. This is required for " . +msgid "Set the interface as a point-to-point link. This is required for " . msgstr "" #: src/www/interfaces_bridge_edit.php 539 -msgid ""Auto PTP ports"); ?> +msgid "Auto PTP ports"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 553 -msgid ""Automatically detect the point-to-point status on interface by " . +msgid "Automatically detect the point-to-point status on interface by " . msgstr "" #: src/www/interfaces_bridge_edit.php 557 -msgid ""Note +msgid "Note "); ?>
                  msgstr "" #: src/www/interfaces_bridge_edit.php 559 -msgid ""The interfaces selected here will be removed from default autoedge status."); ?> +msgid "The interfaces selected here will be removed from default autoedge status."); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 563 -msgid ""Sticky ports"); ?> +msgid "Sticky ports"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 577 -msgid ""Mark an interface as a "sticky" interface. Dynamically learned " . +msgid "Mark an interface as a "sticky" interface. Dynamically learned " . msgstr "" #: src/www/interfaces_bridge_edit.php 584 -msgid ""Private ports"); ?> +msgid "Private ports"); ?> msgstr "" #: src/www/interfaces_bridge_edit.php 598 -msgid ""Mark an interface as a "private" interface. A private interface does not forward any traffic to any other port that is also " . +msgid "Mark an interface as a "private" interface. A private interface does not forward any traffic to any other port that is also " . msgstr "" #: src/www/interfaces_bridge_edit.php 606 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/interfaces_bridge_edit.php 607 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/interfaces_gif.php 55 -msgid ""This gif TUNNEL cannot be deleted because it is still being used as an interface."); +msgid "This gif TUNNEL cannot be deleted because it is still being used as an interface."); msgstr "" #: src/www/interfaces_gif.php 67 -msgid ""GIF")); +msgid "GIF")); msgstr "" #: src/www/interfaces_gif.php 91 -msgid ""Interface assignments"), false, "interfaces_assign.php"); +msgid "Interface assignments"), false, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_gif.php 92 -msgid ""Interface Groups"), false, "interfaces_groups.php"); +msgid "Interface Groups"), false, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_gif.php 93 -msgid ""Wireless"), false, "interfaces_wireless.php"); +msgid "Wireless"), false, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_gif.php 94 -msgid ""VLANs"), false, "interfaces_vlan.php"); +msgid "VLANs"), false, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_gif.php 95 -msgid ""QinQs"), false, "interfaces_qinq.php"); +msgid "QinQs"), false, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_gif.php 96 -msgid ""PPPs"), false, "interfaces_ppps.php"); +msgid "PPPs"), false, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_gif.php 97 -msgid ""GRE"), false, "interfaces_gre.php"); +msgid "GRE"), false, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_gif.php 98 -msgid ""GIF"), true, "interfaces_gif.php"); +msgid "GIF"), true, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_gif.php 99 -msgid ""Bridges"), false, "interfaces_bridge.php"); +msgid "Bridges"), false, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_gif.php 100 -msgid ""LAGG"), false, "interfaces_lagg.php"); +msgid "LAGG"), false, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_gif.php 114 -msgid ""Interface");?> +msgid "Interface");?> msgstr "" #: src/www/interfaces_gif.php 115 -msgid ""Tunnel to...");?> +msgid "Tunnel to...");?> msgstr "" #: src/www/interfaces_gif.php 116 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/interfaces_gif.php 137 -msgid ""edit group");?>"> +msgid "edit group");?>"> msgstr "" #: src/www/interfaces_gif.php 139 -msgid ""Do you really want to delete this gif tunnel?");?>')"> +msgid "Do you really want to delete this gif tunnel?");?>')"> msgstr "" #: src/www/interfaces_gif.php 149 -msgid ""Note +msgid "Note "); ?>
                  msgstr "" #: src/www/interfaces_gif.php 151 -msgid ""GIF tunnels are configured here."); ?> +msgid "GIF tunnels are configured here."); ?> msgstr "" #: src/www/interfaces_gif.php 153 -msgid ""to keep your tunnel functional when your IP changes."); ?>

                  +msgid "to keep your tunnel functional when your IP changes."); ?>

                  msgstr "" #: src/www/interfaces_gif_edit.php 65 -msgid ""Parent interface,Local address, Remote tunnel address, Remote tunnel network, Local tunnel address")); +msgid "Parent interface,Local address, Remote tunnel address, Remote tunnel network, Local tunnel address")); msgstr "" #: src/www/interfaces_gif_edit.php 71 -msgid ""The tunnel local and tunnel remote fields must have valid IP addresses."); +msgid "The tunnel local and tunnel remote fields must have valid IP addresses."); msgstr "" #: src/www/interfaces_gif_edit.php 77 -msgid ""The alias IP address family has to match the family of the remote peer address."); +msgid "The alias IP address family has to match the family of the remote peer address."); msgstr "" #: src/www/interfaces_gif_edit.php 85 -msgid ""A gif with the network %s is already defined."), $gif['tunnel-remote-addr']); +msgid "A gif with the network %s is already defined."), $gif['tunnel-remote-addr']); msgstr "" #: src/www/interfaces_gif_edit.php 104 -msgid ""Error occurred creating interface, please retry."); +msgid "Error occurred creating interface, please retry."); msgstr "" #: src/www/interfaces_gif_edit.php 123 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/interfaces_gif_edit.php 146 -msgid ""GIF configuration");?> +msgid "GIF configuration");?> msgstr "" #: src/www/interfaces_gif_edit.php 154 -msgid ""Parent interface"); ?> +msgid "Parent interface"); ?> msgstr "" #: src/www/interfaces_gif_edit.php 174 -msgid ""The interface here serves as the local address to be used for the gif tunnel."); ?> +msgid "The interface here serves as the local address to be used for the gif tunnel."); ?> msgstr "" #: src/www/interfaces_gif_edit.php 177 -msgid ""gif remote address"); ?> +msgid "gif remote address"); ?> msgstr "" #: src/www/interfaces_gif_edit.php 181 -msgid ""Peer address where encapsulated gif packets will be sent. "); ?> +msgid "Peer address where encapsulated gif packets will be sent. "); ?> msgstr "" #: src/www/interfaces_gif_edit.php 184 -msgid ""gif tunnel local address"); ?> +msgid "gif tunnel local address"); ?> msgstr "" #: src/www/interfaces_gif_edit.php 188 -msgid ""Local gif tunnel endpoint"); ?> +msgid "Local gif tunnel endpoint"); ?> msgstr "" #: src/www/interfaces_gif_edit.php 191 -msgid ""gif tunnel remote address "); ?> +msgid "gif tunnel remote address "); ?> msgstr "" #: src/www/interfaces_gif_edit.php 213 -msgid ""Remote gif address endpoint. The subnet part is used for determining the network that is tunnelled."); ?> +msgid "Remote gif address endpoint. The subnet part is used for determining the network that is tunnelled."); ?> msgstr "" #: src/www/interfaces_gif_edit.php 216 -msgid ""Route caching "); ?> +msgid "Route caching "); ?> msgstr "" #: src/www/interfaces_gif_edit.php 220 -msgid ""Specify if route caching can be enabled. Be careful with these settings on dynamic networks. "); ?> +msgid "Specify if route caching can be enabled. Be careful with these settings on dynamic networks. "); ?> msgstr "" #: src/www/interfaces_gif_edit.php 223 -msgid ""ECN friendly behavior"); ?> +msgid "ECN friendly behavior"); ?> msgstr "" #: src/www/interfaces_gif_edit.php 228 -msgid ""Note that the ECN friendly behavior violates RFC2893. This should be " . +msgid "Note that the ECN friendly behavior violates RFC2893. This should be " . msgstr "" #: src/www/interfaces_gif_edit.php 233 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/interfaces_gif_edit.php 236 -msgid ""You may enter a description here " . +msgid "You may enter a description here " . msgstr "" #: src/www/interfaces_gif_edit.php 243 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/interfaces_gif_edit.php 244 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/interfaces_gre.php 56 -msgid ""This GRE tunnel cannot be deleted because it is still being used as an interface."); +msgid "This GRE tunnel cannot be deleted because it is still being used as an interface."); msgstr "" #: src/www/interfaces_gre.php 68 -msgid ""GRE")); +msgid "GRE")); msgstr "" #: src/www/interfaces_gre.php 92 -msgid ""Interface assignments"), false, "interfaces_assign.php"); +msgid "Interface assignments"), false, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_gre.php 93 -msgid ""Interface Groups"), false, "interfaces_groups.php"); +msgid "Interface Groups"), false, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_gre.php 94 -msgid ""Wireless"), false, "interfaces_wireless.php"); +msgid "Wireless"), false, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_gre.php 95 -msgid ""VLANs"), false, "interfaces_vlan.php"); +msgid "VLANs"), false, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_gre.php 96 -msgid ""QinQs"), false, "interfaces_qinq.php"); +msgid "QinQs"), false, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_gre.php 97 -msgid ""PPPs"), false, "interfaces_ppps.php"); +msgid "PPPs"), false, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_gre.php 98 -msgid ""GRE"), true, "interfaces_gre.php"); +msgid "GRE"), true, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_gre.php 99 -msgid ""GIF"), false, "interfaces_gif.php"); +msgid "GIF"), false, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_gre.php 100 -msgid ""Bridges"), false, "interfaces_bridge.php"); +msgid "Bridges"), false, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_gre.php 101 -msgid ""LAGG"), false, "interfaces_lagg.php"); +msgid "LAGG"), false, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_gre.php 115 -msgid ""Interface");?> +msgid "Interface");?> msgstr "" #: src/www/interfaces_gre.php 116 -msgid ""Tunnel to...");?> +msgid "Tunnel to...");?> msgstr "" #: src/www/interfaces_gre.php 117 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/interfaces_gre.php 138 -msgid ""edit group");?>"> +msgid "edit group");?>"> msgstr "" #: src/www/interfaces_gre.php 140 -msgid ""Do you really want to delete this GRE tunnel?");?>')"> +msgid "Do you really want to delete this GRE tunnel?");?>')"> msgstr "" #: src/www/interfaces_gre.php 149 -msgid ""Note -msgid ""Here you can configure Generic Routing Encapsulation (GRE - RFC 2784) tunnels.");?>

                  +msgid "Note +msgid "Here you can configure Generic Routing Encapsulation (GRE - RFC 2784) tunnels.");?>

                  msgstr "" #: src/www/interfaces_gre_edit.php 64 -msgid ""Local tunnel address")); +msgid "Local tunnel address")); msgstr "" #: src/www/interfaces_gre_edit.php 70 -msgid ""The tunnel local and tunnel remote fields must have valid IP addresses."); +msgid "The tunnel local and tunnel remote fields must have valid IP addresses."); msgstr "" #: src/www/interfaces_gre_edit.php 78 -msgid ""A GRE tunnel with the network %s is already defined."),$gre['remote-network']); +msgid "A GRE tunnel with the network %s is already defined."),$gre['remote-network']); msgstr "" #: src/www/interfaces_gre_edit.php 98 -msgid ""Error occurred creating interface, please retry."); +msgid "Error occurred creating interface, please retry."); msgstr "" #: src/www/interfaces_gre_edit.php 117 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/interfaces_gre_edit.php 142 -msgid ""GRE configuration");?> +msgid "GRE configuration");?> msgstr "" #: src/www/interfaces_gre_edit.php 150 -msgid ""Parent interface");?> +msgid "Parent interface");?> msgstr "" #: src/www/interfaces_gre_edit.php 170 -msgid ""The interface here serves as the local address to be used for the GRE tunnel.");?> +msgid "The interface here serves as the local address to be used for the GRE tunnel.");?> msgstr "" #: src/www/interfaces_gre_edit.php 173 -msgid ""GRE remote address");?> +msgid "GRE remote address");?> msgstr "" #: src/www/interfaces_gre_edit.php 177 -msgid ""Peer address where encapsulated GRE packets will be sent ");?> +msgid "Peer address where encapsulated GRE packets will be sent ");?> msgstr "" #: src/www/interfaces_gre_edit.php 180 -msgid ""GRE tunnel local address ");?> +msgid "GRE tunnel local address ");?> msgstr "" #: src/www/interfaces_gre_edit.php 184 -msgid ""Local GRE tunnel endpoint");?> +msgid "Local GRE tunnel endpoint");?> msgstr "" #: src/www/interfaces_gre_edit.php 187 -msgid ""GRE tunnel remote address ");?> +msgid "GRE tunnel remote address ");?> msgstr "" #: src/www/interfaces_gre_edit.php 209 -msgid ""Remote GRE address endpoint. The subnet part is used for the determining the network that is tunneled.");?> +msgid "Remote GRE address endpoint. The subnet part is used for the determining the network that is tunneled.");?> msgstr "" #: src/www/interfaces_gre_edit.php 212 -msgid ""Mobile tunnel");?> +msgid "Mobile tunnel");?> msgstr "" #: src/www/interfaces_gre_edit.php 216 -msgid ""Specify which encapsulation method the tunnel should use. ");?> +msgid "Specify which encapsulation method the tunnel should use. ");?> msgstr "" #: src/www/interfaces_gre_edit.php 219 -msgid ""Route search type");?> +msgid "Route search type");?> msgstr "" #: src/www/interfaces_gre_edit.php 224 -msgid ""For correct operation, the GRE device needs a route to the destination". +msgid "For correct operation, the GRE device needs a route to the destination". msgstr "" #: src/www/interfaces_gre_edit.php 231 -msgid ""WCCP version");?> +msgid "WCCP version");?> msgstr "" #: src/www/interfaces_gre_edit.php 235 -msgid ""Check this box for WCCP encapsulation version 2, or leave unchecked for version 1.");?> +msgid "Check this box for WCCP encapsulation version 2, or leave unchecked for version 1.");?> msgstr "" #: src/www/interfaces_gre_edit.php 238 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/interfaces_gre_edit.php 241 -msgid ""You may enter a description here". +msgid "You may enter a description here". msgstr "" #: src/www/interfaces_gre_edit.php 248 -msgid ""Save");?>" /> +msgid "Save");?>" /> msgstr "" #: src/www/interfaces_gre_edit.php 249 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/interfaces_groups.php 53 -msgid ""Groups")); +msgid "Groups")); msgstr "" #: src/www/interfaces_groups.php 58 -msgid ""Add a new group")), +msgid "Add a new group")), msgstr "" #: src/www/interfaces_groups.php 77 -msgid ""Interface assignments"), false, "interfaces_assign.php"); +msgid "Interface assignments"), false, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_groups.php 78 -msgid ""Interface Groups"), true, "interfaces_groups.php"); +msgid "Interface Groups"), true, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_groups.php 79 -msgid ""Wireless"), false, "interfaces_wireless.php"); +msgid "Wireless"), false, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_groups.php 80 -msgid ""VLANs"), false, "interfaces_vlan.php"); +msgid "VLANs"), false, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_groups.php 81 -msgid ""QinQs"), false, "interfaces_qinq.php"); +msgid "QinQs"), false, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_groups.php 82 -msgid ""PPPs"), false, "interfaces_ppps.php"); +msgid "PPPs"), false, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_groups.php 83 -msgid ""GRE"), false, "interfaces_gre.php"); +msgid "GRE"), false, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_groups.php 84 -msgid ""GIF"), false, "interfaces_gif.php"); +msgid "GIF"), false, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_groups.php 85 -msgid ""Bridges"), false, "interfaces_bridge.php"); +msgid "Bridges"), false, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_groups.php 86 -msgid ""LAGG"), false, "interfaces_lagg.php"); +msgid "LAGG"), false, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_groups.php 100 -msgid ""Name");?> +msgid "Name");?> msgstr "" #: src/www/interfaces_groups.php 101 -msgid ""Members");?> +msgid "Members");?> msgstr "" #: src/www/interfaces_groups.php 102 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/interfaces_groups.php 136 -msgid ""edit group");?>"> +msgid "edit group");?>"> msgstr "" #: src/www/interfaces_groups.php 138 -msgid ""delete ifgroupentry");?>"> +msgid "delete ifgroupentry");?>"> msgstr "" #: src/www/interfaces_groups.php 147 -msgid ""Note -msgid ""Interface Groups allow you to create rules that apply to multiple interfaces without duplicating the rules. If you remove members from an interface group, the group rules no longer apply to that interface.");?>

                  +msgid "Note +msgid "Interface Groups allow you to create rules that apply to multiple interfaces without duplicating the rules. If you remove members from an interface group, the group rules no longer apply to that interface.");?>

                  msgstr "" #: src/www/interfaces_groups_edit.php 33 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/interfaces_groups_edit.php 63 -msgid ""Group name already exists!"); +msgid "Group name already exists!"); msgstr "" #: src/www/interfaces_groups_edit.php 66 -msgid ""Only letters A-Z are allowed as the group name."); +msgid "Only letters A-Z are allowed as the group name."); msgstr "" #: src/www/interfaces_groups_edit.php 245 -msgid ""Interface Groups Edit");?> +msgid "Interface Groups Edit");?> msgstr "" #: src/www/interfaces_groups_edit.php 253 -msgid ""Group Name");?> +msgid "Group Name");?> msgstr "" #: src/www/interfaces_groups_edit.php 257 -msgid ""No numbers or spaces are allowed. Only characters in a-zA-Z");?> +msgid "No numbers or spaces are allowed. Only characters in a-zA-Z");?> msgstr "" #: src/www/interfaces_groups_edit.php 261 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/interfaces_groups_edit.php 266 -msgid ""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/www/interfaces_groups_edit.php 271 -msgid ""Member (s)");?> +msgid "Member (s)");?> msgstr "" #: src/www/interfaces_groups_edit.php 276 -msgid ""Interface");?> +msgid "Interface");?> msgstr "" #: src/www/interfaces_groups_edit.php 326 -msgid ""NOTE +msgid "NOTE ");?> msgstr "" #: src/www/interfaces_groups_edit.php 327 -msgid ""Rules for WAN type interfaces in groups do not contain the reply-to mechanism upon which Multi-WAN typically relies.");?> +msgid "Rules for WAN type interfaces in groups do not contain the reply-to mechanism upon which Multi-WAN typically relies.");?> msgstr "" #: src/www/interfaces_groups_edit.php 333 -msgid ""Save");?>" /> +msgid "Save");?>" /> msgstr "" #: src/www/interfaces_groups_edit.php 334 -msgid ""Cancel");?>" /> +msgid "Cancel");?>" /> msgstr "" #: src/www/interfaces_lagg.php 61 -msgid ""This LAGG interface cannot be deleted because it is still being used."); +msgid "This LAGG interface cannot be deleted because it is still being used."); msgstr "" #: src/www/interfaces_lagg.php 73 -msgid ""LAGG")); +msgid "LAGG")); msgstr "" #: src/www/interfaces_lagg.php 97 -msgid ""Interface assignments"), false, "interfaces_assign.php"); +msgid "Interface assignments"), false, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_lagg.php 98 -msgid ""Interface Groups"), false, "interfaces_groups.php"); +msgid "Interface Groups"), false, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_lagg.php 99 -msgid ""Wireless"), false, "interfaces_wireless.php"); +msgid "Wireless"), false, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_lagg.php 100 -msgid ""VLANs"), false, "interfaces_vlan.php"); +msgid "VLANs"), false, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_lagg.php 101 -msgid ""QinQs"), false, "interfaces_qinq.php"); +msgid "QinQs"), false, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_lagg.php 102 -msgid ""PPPs"), false, "interfaces_ppps.php"); +msgid "PPPs"), false, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_lagg.php 103 -msgid ""GRE"), false, "interfaces_gre.php"); +msgid "GRE"), false, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_lagg.php 104 -msgid ""GIF"), false, "interfaces_gif.php"); +msgid "GIF"), false, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_lagg.php 105 -msgid ""Bridges"), false, "interfaces_bridge.php"); +msgid "Bridges"), false, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_lagg.php 106 -msgid ""LAGG"), true, "interfaces_lagg.php"); +msgid "LAGG"), true, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_lagg.php 121 -msgid ""Interface");?> +msgid "Interface");?> msgstr "" #: src/www/interfaces_lagg.php 122 -msgid ""Members");?> +msgid "Members");?> msgstr "" #: src/www/interfaces_lagg.php 123 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/interfaces_lagg.php 143 -msgid ""edit group");?>"> +msgid "edit group");?>"> msgstr "" #: src/www/interfaces_lagg.php 145 -msgid ""Do you really want to delete this LAGG interface?");?>')"> +msgid "Do you really want to delete this LAGG interface?");?>')"> msgstr "" #: src/www/interfaces_lagg.php 156 -msgid ""Note +msgid "Note "); ?>
                  msgstr "" #: src/www/interfaces_lagg.php 158 -msgid ""LAGG allows for link aggregation, bonding and fault tolerance. Only unassigned interfaces can be added to LAGG."); ?>

                  +msgid "LAGG allows for link aggregation, bonding and fault tolerance. Only unassigned interfaces can be added to LAGG."); ?>

                  msgstr "" #: src/www/interfaces_lagg_edit.php 79 -msgid ""Lagg protocol")); +msgid "Lagg protocol")); msgstr "" #: src/www/interfaces_lagg_edit.php 86 -msgid ""Interface supplied as member is invalid"); +msgid "Interface supplied as member is invalid"); msgstr "" #: src/www/interfaces_lagg_edit.php 89 -msgid ""Interface supplied as member is invalid"); +msgid "Interface supplied as member is invalid"); msgstr "" #: src/www/interfaces_lagg_edit.php 92 -msgid ""Protocol supplied is invalid"); +msgid "Protocol supplied is invalid"); msgstr "" #: src/www/interfaces_lagg_edit.php 105 -msgid ""Error occurred creating interface, please retry."); +msgid "Error occurred creating interface, please retry."); msgstr "" #: src/www/interfaces_lagg_edit.php 124 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/interfaces_lagg_edit.php 147 -msgid ""LAGG configuration");?> +msgid "LAGG configuration");?> msgstr "" #: src/www/interfaces_lagg_edit.php 155 -msgid ""Parent interface"); ?> +msgid "Parent interface"); ?> msgstr "" #: src/www/interfaces_lagg_edit.php 170 -msgid ""Choose the members that will be used for the link aggregation"); ?>. +msgid "Choose the members that will be used for the link aggregation"); ?>. msgstr "" #: src/www/interfaces_lagg_edit.php 173 -msgid ""Lag proto"); ?> +msgid "Lag proto"); ?> msgstr "" #: src/www/interfaces_lagg_edit.php 188 -msgid ""failover"); ?>
                  +msgid "failover"); ?>
                  msgstr "" #: src/www/interfaces_lagg_edit.php 189 -msgid ""Sends and receives traffic only through the master port. If " . +msgid "Sends and receives traffic only through the master port. If " . msgstr "" #: src/www/interfaces_lagg_edit.php 194 -msgid ""Supports Cisco EtherChannel. This is a static setup and " . +msgid "Supports Cisco EtherChannel. This is a static setup and " . msgstr "" #: src/www/interfaces_lagg_edit.php 198 -msgid ""Supports the IEEE 802.3ad Link Aggregation Control Protocol " . +msgid "Supports the IEEE 802.3ad Link Aggregation Control Protocol " . msgstr "" #: src/www/interfaces_lagg_edit.php 209 -msgid ""Balances outgoing traffic across the active ports based on " . +msgid "Balances outgoing traffic across the active ports based on " . msgstr "" #: src/www/interfaces_lagg_edit.php 217 -msgid ""Distributes outgoing traffic using a round-robin scheduler " . +msgid "Distributes outgoing traffic using a round-robin scheduler " . msgstr "" #: src/www/interfaces_lagg_edit.php 221 -msgid ""This protocol is intended to do nothing +msgid "This protocol is intended to do nothing it disables any " . msgstr "" #: src/www/interfaces_lagg_edit.php 228 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/interfaces_lagg_edit.php 231 -msgid ""You may enter a description here " . +msgid "You may enter a description here " . msgstr "" #: src/www/interfaces_lagg_edit.php 238 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/interfaces_lagg_edit.php 239 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/interfaces_ppps.php 48 -msgid ""This point-to-point link cannot be deleted because it is still being used as an interface."); +msgid "This point-to-point link cannot be deleted because it is still being used as an interface."); msgstr "" #: src/www/interfaces_ppps.php 64 -msgid ""Interfaces +msgid "Interfaces PPPs"); msgstr "" #: src/www/interfaces_ppps.php 87 -msgid ""Interface assignments"), false, "interfaces_assign.php"); +msgid "Interface assignments"), false, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_ppps.php 88 -msgid ""Interface Groups"), false, "interfaces_groups.php"); +msgid "Interface Groups"), false, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_ppps.php 89 -msgid ""Wireless"), false, "interfaces_wireless.php"); +msgid "Wireless"), false, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_ppps.php 90 -msgid ""VLANs"), false, "interfaces_vlan.php"); +msgid "VLANs"), false, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_ppps.php 91 -msgid ""QinQs"), false, "interfaces_qinq.php"); +msgid "QinQs"), false, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_ppps.php 92 -msgid ""PPPs"), true, "interfaces_ppps.php"); +msgid "PPPs"), true, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_ppps.php 93 -msgid ""GRE"), false, "interfaces_gre.php"); +msgid "GRE"), false, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_ppps.php 94 -msgid ""GIF"), false, "interfaces_gif.php"); +msgid "GIF"), false, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_ppps.php 95 -msgid ""Bridges"), false, "interfaces_bridge.php"); +msgid "Bridges"), false, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_ppps.php 96 -msgid ""LAGG"), false, "interfaces_lagg.php"); +msgid "LAGG"), false, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_ppps.php 110 -msgid ""Interface");?> +msgid "Interface");?> msgstr "" #: src/www/interfaces_ppps.php 111 -msgid ""Interface(s)/Port(s)");?> +msgid "Interface(s)/Port(s)");?> msgstr "" #: src/www/interfaces_ppps.php 112 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/interfaces_ppps.php 139 -msgid ""edit group");?>"> +msgid "edit group");?>"> msgstr "" #: src/www/interfaces_ppps.php 141 -msgid ""Do you really want to delete this PPP interface?");?>')"> +msgid "Do you really want to delete this PPP interface?");?>')"> msgstr "" #: src/www/interfaces_ppps_edit.php 177 -msgid ""Phone Number")); +msgid "Phone Number")); msgstr "" #: src/www/interfaces_ppps_edit.php 183 -msgid ""Idle timeout value")); +msgid "Idle timeout value")); msgstr "" #: src/www/interfaces_ppps_edit.php 186 -msgid ""Password")); +msgid "Password")); msgstr "" #: src/www/interfaces_ppps_edit.php 194 -msgid ""Idle timeout value")); +msgid "Idle timeout value")); msgstr "" #: src/www/interfaces_ppps_edit.php 197 -msgid ""Remote IP address")); +msgid "Remote IP address")); msgstr "" #: src/www/interfaces_ppps_edit.php 202 -msgid ""Please choose a Link Type."); +msgid "Please choose a Link Type."); msgstr "" #: src/www/interfaces_ppps_edit.php 206 -msgid ""Multilink connections (MLPPP) using the PPP link type is not currently supported. Please select only one Link Interface."); +msgid "Multilink connections (MLPPP) using the PPP link type is not currently supported. Please select only one Link Interface."); msgstr "" #: src/www/interfaces_ppps_edit.php 208 -msgid ""The Service name contains invalid characters."); +msgid "The Service name contains invalid characters."); msgstr "" #: src/www/interfaces_ppps_edit.php 210 -msgid ""Do not specify both a Service name and a NULL Service name."); +msgid "Do not specify both a Service name and a NULL Service name."); msgstr "" #: src/www/interfaces_ppps_edit.php 212 -msgid ""The idle timeout value must be an integer."); +msgid "The idle timeout value must be an integer."); msgstr "" #: src/www/interfaces_ppps_edit.php 215 -msgid ""A valid PPPoE reset hour must be specified (0-23)."); +msgid "A valid PPPoE reset hour must be specified (0-23)."); msgstr "" #: src/www/interfaces_ppps_edit.php 218 -msgid ""A valid PPPoE reset minute must be specified (0-59)."); +msgid "A valid PPPoE reset minute must be specified (0-59)."); msgstr "" #: src/www/interfaces_ppps_edit.php 220 -msgid ""A valid PPPoE reset date must be specified (mm/dd/yyyy)."); +msgid "A valid PPPoE reset date must be specified (mm/dd/yyyy)."); msgstr "" #: src/www/interfaces_ppps_edit.php 224 -msgid ""A valid PPPoE reset month must be specified (1-12) in the Custom PPPoE Periodic reset fields."); +msgid "A valid PPPoE reset month must be specified (1-12) in the Custom PPPoE Periodic reset fields."); msgstr "" #: src/www/interfaces_ppps_edit.php 226 -msgid ""A valid PPPoE reset day of month must be specified (1-31) in the Custom PPPoE Periodic reset fields. No checks are done on valid # of days per month"); +msgid "A valid PPPoE reset day of month must be specified (1-31) in the Custom PPPoE Periodic reset fields. No checks are done on valid # of days per month"); msgstr "" #: src/www/interfaces_ppps_edit.php 228 -msgid ""A valid PPPoE reset year must be specified. Don't select a year in the past!"); +msgid "A valid PPPoE reset year must be specified. Don't select a year in the past!"); msgstr "" #: src/www/interfaces_ppps_edit.php 233 -msgid ""A valid local IP address must be specified for %s."),$iface); +msgid "A valid local IP address must be specified for %s."),$iface); msgstr "" #: src/www/interfaces_ppps_edit.php 235 -msgid ""A valid gateway IP address OR hostname must be specified for %s."),$iface); +msgid "A valid gateway IP address OR hostname must be specified for %s."),$iface); msgstr "" #: src/www/interfaces_ppps_edit.php 237 -msgid ""The bandwidth value for %s must be an integer."),$iface); +msgid "The bandwidth value for %s must be an integer."),$iface); msgstr "" #: src/www/interfaces_ppps_edit.php 239 -msgid ""The MTU for %s must be greater than 576 bytes."),$iface); +msgid "The MTU for %s must be greater than 576 bytes."),$iface); msgstr "" #: src/www/interfaces_ppps_edit.php 241 -msgid ""The MRU for %s must be greater than 576 bytes."),$iface); +msgid "The MRU for %s must be greater than 576 bytes."),$iface); msgstr "" #: src/www/interfaces_ppps_edit.php 373 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/interfaces_ppps_edit.php 377 -msgid ""Select"), "ppp" => "PPP", "pppoe" => "PPPoE", "pptp" => "PPTP", "l2tp" => "L2TP"/*, "tcp" => "TCP", "udp" => "UDP"*/ ); +msgid "Select"), "ppp" => "PPP", "pppoe" => "PPPoE", "pptp" => "PPTP", "l2tp" => "L2TP"/*, "tcp" => "TCP", "udp" => "UDP"*/ ); msgstr "" #: src/www/interfaces_ppps_edit.php 406 -msgid ""PPPs configuration");?> +msgid "PPPs configuration");?> msgstr "" #: src/www/interfaces_ppps_edit.php 414 -msgid ""Link Type"); ?> +msgid "Link Type"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 429 -msgid ""Link interface(s)"); ?> +msgid "Link interface(s)"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 435 -msgid ""Select at least two interfaces for Multilink (MLPPP) connections."); ?> +msgid "Select at least two interfaces for Multilink (MLPPP) connections."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 481 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 484 -msgid ""You may enter a description here for your reference. Description will appear in the "Interfaces Assign" select lists."); ?> +msgid "You may enter a description here for your reference. Description will appear in the "Interfaces Assign" select lists."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 490 -msgid ""Service Provider"); ?> +msgid "Service Provider"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 494 -msgid ""Country +msgid "Country "); ?>    msgstr "" #: src/www/interfaces_ppps_edit.php 502 -msgid ""Provider +msgid "Provider "); ?>    msgstr "" #: src/www/interfaces_ppps_edit.php 510 -msgid ""Plan +msgid "Plan "); ?>    msgstr "" #: src/www/interfaces_ppps_edit.php 518 -msgid ""Select to fill in data for your service provider."); ?> +msgid "Select to fill in data for your service provider."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 522 -msgid ""Username"); ?> +msgid "Username"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 528 -msgid ""Password"); ?> +msgid "Password"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 535 -msgid ""Phone Number"); ?> +msgid "Phone Number"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 538 -msgid ""Note +msgid "Note Typically *99# for GSM networks and #777 for CDMA networks"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 542 -msgid ""Access Point Name (APN)"); ?> +msgid "Access Point Name (APN)"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 552 -msgid ""APN number (optional)"); ?> +msgid "APN number (optional)"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 555 -msgid ""Note +msgid "Note Defaults to 1 if you set APN above. Ignored if you set no APN above."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 559 -msgid ""SIM PIN"); ?> +msgid "SIM PIN"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 566 -msgid ""SIM PIN wait"); ?> +msgid "SIM PIN wait"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 569 -msgid ""Note +msgid "Note Time to wait for SIM to discover network after PIN is sent to SIM (seconds)."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 573 -msgid ""Init String"); ?> +msgid "Init String"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 576 -msgid ""Note +msgid "Note Enter the modem initialization string here. Do NOT include the "AT"" . msgstr "" #: src/www/interfaces_ppps_edit.php 581 -msgid ""Connection Timeout"); ?> +msgid "Connection Timeout"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 584 -msgid ""Note +msgid "Note Enter timeout in seconds for connection to be established (sec.) Default is 45 sec."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 588 -msgid ""Uptime Logging"); ?> +msgid "Uptime Logging"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 590 -msgid ""Enable persistent logging of connection uptime."); ?> +msgid "Enable persistent logging of connection uptime."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 591 -msgid ""This option causes cumulative uptime to be recorded and displayed on the Status Interfaces page."); ?> +msgid "This option causes cumulative uptime to be recorded and displayed on the Status Interfaces page."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 601 -msgid ""Service name"); ?> +msgid "Service name"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 603 -msgid ""Configure a NULL Service name"); ?> +msgid "Configure a NULL Service name"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 604 -msgid ""Hint +msgid "Hint this field can usually be left empty. Service name will not be configured if this field is empty. Check the "Configure NULL" box to configure a blank Service name."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 608 -msgid ""Periodic reset");?> +msgid "Periodic reset");?> msgstr "" #: src/www/interfaces_ppps_edit.php 615 -msgid ""Disabled"); ?> +msgid "Disabled"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 616 -msgid ""Custom"); ?> +msgid "Custom"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 617 -msgid ""Pre-Set"); ?> +msgid "Pre-Set"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 618 -msgid ""Select a reset timing type"); ?> +msgid "Select a reset timing type"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 626 -msgid ""hour (0-23)"); ?>
                  +msgid "hour (0-23)"); ?>
                  msgstr "" #: src/www/interfaces_ppps_edit.php 628 -msgid ""minute (0-59)"); ?>
                  +msgid "minute (0-59)"); ?>
                  msgstr "" #: src/www/interfaces_ppps_edit.php 630 -msgid ""reset at a specific date (mm/dd/yyyy)"); ?> +msgid "reset at a specific date (mm/dd/yyyy)"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 632 -msgid ""Note +msgid "Note ");?> msgstr "" #: src/www/interfaces_ppps_edit.php 633 -msgid ""If you leave the date field empty, the reset will be executed each day at the time you did specify using the minutes and hour field."); ?> +msgid "If you leave the date field empty, the reset will be executed each day at the time you did specify using the minutes and hour field."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 641 -msgid ""reset at each month ('0 0 1 * *')"); ?> +msgid "reset at each month ('0 0 1 * *')"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 644 -msgid ""reset at each week ('0 0 * * 0')"); ?> +msgid "reset at each week ('0 0 * * 0')"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 647 -msgid ""reset at each day ('0 0 * * *')"); ?> +msgid "reset at each day ('0 0 * * *')"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 650 -msgid ""reset at each hour ('0 * * * *')"); ?> +msgid "reset at each hour ('0 * * * *')"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 664 -msgid ""Local IP"); ?> +msgid "Local IP"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 672 -msgid ""IP Address"); ?> +msgid "IP Address"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 679 -msgid ""IP Address OR Hostname"); ?> +msgid "IP Address OR Hostname"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 687 -msgid ""Advanced Options"); ?> +msgid "Advanced Options"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 690 -msgid ""Dial On Demand"); ?> +msgid "Dial On Demand"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 692 -msgid ""Enable Dial-on-Demand mode"); ?> +msgid "Enable Dial-on-Demand mode"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 693 -msgid ""This option causes the interface to operate in dial-on-demand mode. Do NOT enable if you want your link to be always up. " . +msgid "This option causes the interface to operate in dial-on-demand mode. Do NOT enable if you want your link to be always up. " . msgstr "" #: src/www/interfaces_ppps_edit.php 698 -msgid ""Idle Timeout"); ?> +msgid "Idle Timeout"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 700 -msgid ""(seconds) Default is 0, which disables the timeout feature."); ?> +msgid "(seconds) Default is 0, which disables the timeout feature."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 701 -msgid ""If no incoming or outgoing packets are transmitted for the entered number of seconds the connection is brought down.");?> +msgid "If no incoming or outgoing packets are transmitted for the entered number of seconds the connection is brought down.");?> msgstr "" #: src/www/interfaces_ppps_edit.php 702 -msgid ""When the idle timeout occurs, if the dial-on-demand option is enabled, mpd goes back into dial-on-demand mode. Otherwise, the interface is brought down and all associated routes removed."); ?> +msgid "When the idle timeout occurs, if the dial-on-demand option is enabled, mpd goes back into dial-on-demand mode. Otherwise, the interface is brought down and all associated routes removed."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 706 -msgid ""Compression"); ?> +msgid "Compression"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 708 -msgid ""Disable vjcomp(compression) (auto-negotiated by default)."); ?> +msgid "Disable vjcomp(compression) (auto-negotiated by default)."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 709 -msgid ""This option enables Van Jacobson TCP header compression, which saves several bytes per TCP data packet. " . +msgid "This option enables Van Jacobson TCP header compression, which saves several bytes per TCP data packet. " . msgstr "" #: src/www/interfaces_ppps_edit.php 715 -msgid ""TCPmssFix"); ?> +msgid "TCPmssFix"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 717 -msgid ""Disable tcpmssfix (enabled by default)."); ?> +msgid "Disable tcpmssfix (enabled by default)."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 718 -msgid ""This option causes mpd to adjust incoming and outgoing TCP SYN segments so that the requested maximum segment size is not greater than the amount ". +msgid "This option causes mpd to adjust incoming and outgoing TCP SYN segments so that the requested maximum segment size is not greater than the amount ". msgstr "" #: src/www/interfaces_ppps_edit.php 726 -msgid ""ShortSeq");?> +msgid "ShortSeq");?> msgstr "" #: src/www/interfaces_ppps_edit.php 728 -msgid ""Disable shortseq (auto-negotiated by default)."); ?> +msgid "Disable shortseq (auto-negotiated by default)."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 729 -msgid ""This option is only meaningful if multi-link PPP is negotiated. It proscribes shorter multi-link fragment headers, saving two bytes on every frame. " . +msgid "This option is only meaningful if multi-link PPP is negotiated. It proscribes shorter multi-link fragment headers, saving two bytes on every frame. " . msgstr "" #: src/www/interfaces_ppps_edit.php 734 -msgid ""ACFComp"); ?> +msgid "ACFComp"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 736 -msgid ""Disable acfcomp (compression) (auto-negotiated by default)."); ?> +msgid "Disable acfcomp (compression) (auto-negotiated by default)."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 737 -msgid ""Address and control field compression. This option only applies to asynchronous link types. It saves two bytes per frame."); ?> +msgid "Address and control field compression. This option only applies to asynchronous link types. It saves two bytes per frame."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 741 -msgid ""ProtoComp"); ?> +msgid "ProtoComp"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 743 -msgid ""Disable protocomp (compression) (auto-negotiated by default)."); ?> +msgid "Disable protocomp (compression) (auto-negotiated by default)."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 744 -msgid ""Protocol field compression. This option saves one byte per frame for most frames."); ?> +msgid "Protocol field compression. This option saves one byte per frame for most frames."); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 750 -msgid ""Show advanced options"); ?>" class="btn btn-default btn-xs"/>

                  +msgid "Show advanced options"); ?>" class="btn btn-default btn-xs"/>

                  msgstr "" #: src/www/interfaces_ppps_edit.php 757 -msgid ""Link Parameters");?> +msgid "Link Parameters");?> msgstr "" #: src/www/interfaces_ppps_edit.php 761 -msgid ""Bandwidth");?> +msgid "Bandwidth");?> msgstr "" #: src/www/interfaces_ppps_edit.php 764 -msgid ""Set ONLY for MLPPP connections and ONLY when links have different bandwidths.");?> +msgid "Set ONLY for MLPPP connections and ONLY when links have different bandwidths.");?> msgstr "" #: src/www/interfaces_ppps_edit.php 768 -msgid ""MTU"); ?> +msgid "MTU"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 771 -msgid ""MTU will default to 1492.");?> +msgid "MTU will default to 1492.");?> msgstr "" #: src/www/interfaces_ppps_edit.php 775 -msgid ""MRU"); ?> +msgid "MRU"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 778 -msgid ""will be auto-negotiated by default.");?> +msgid "will be auto-negotiated by default.");?> msgstr "" #: src/www/interfaces_ppps_edit.php 782 -msgid ""MRRU"); ?> +msgid "MRRU"); ?> msgstr "" #: src/www/interfaces_ppps_edit.php 785 -msgid ""will be auto-negotiated by default.");?> +msgid "will be auto-negotiated by default.");?> msgstr "" #: src/www/interfaces_ppps_edit.php 794 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/interfaces_ppps_edit.php 795 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/interfaces_qinq.php 54 -msgid ""This QinQ cannot be deleted because it is still being used as an interface."); +msgid "This QinQ cannot be deleted because it is still being used as an interface."); msgstr "" #: src/www/interfaces_qinq.php 56 -msgid ""QinQ interface does not exist"); +msgid "QinQ interface does not exist"); msgstr "" #: src/www/interfaces_qinq.php 77 -msgid ""QinQ")); +msgid "QinQ")); msgstr "" #: src/www/interfaces_qinq.php 101 -msgid ""Interface assignments"), false, "interfaces_assign.php"); +msgid "Interface assignments"), false, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_qinq.php 102 -msgid ""Interface Groups"), false, "interfaces_groups.php"); +msgid "Interface Groups"), false, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_qinq.php 103 -msgid ""Wireless"), false, "interfaces_wireless.php"); +msgid "Wireless"), false, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_qinq.php 104 -msgid ""VLANs"), false, "interfaces_vlan.php"); +msgid "VLANs"), false, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_qinq.php 105 -msgid ""QinQs"), true, "interfaces_qinq.php"); +msgid "QinQs"), true, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_qinq.php 106 -msgid ""PPPs"), false, "interfaces_ppps.php"); +msgid "PPPs"), false, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_qinq.php 107 -msgid ""GRE"), false, "interfaces_gre.php"); +msgid "GRE"), false, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_qinq.php 108 -msgid ""GIF"), false, "interfaces_gif.php"); +msgid "GIF"), false, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_qinq.php 109 -msgid ""Bridges"), false, "interfaces_bridge.php"); +msgid "Bridges"), false, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_qinq.php 110 -msgid ""LAGG"), false, "interfaces_lagg.php"); +msgid "LAGG"), false, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_qinq.php 125 -msgid ""Interface");?> +msgid "Interface");?> msgstr "" #: src/www/interfaces_qinq.php 126 -msgid ""Tag");?> +msgid "Tag");?> msgstr "" #: src/www/interfaces_qinq.php 127 -msgid ""QinQ members");?> +msgid "QinQ members");?> msgstr "" #: src/www/interfaces_qinq.php 128 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/interfaces_qinq.php 156 -msgid ""edit group");?>"> +msgid "edit group");?>"> msgstr "" #: src/www/interfaces_qinq.php 158 -msgid ""Do you really want to delete this QinQ?");?>')"> +msgid "Do you really want to delete this QinQ?");?>')"> msgstr "" #: src/www/interfaces_qinq.php 168 -msgid ""Note +msgid "Note ");?>
                  msgstr "" #: src/www/interfaces_qinq.php 170 -msgid ""Not all drivers/NICs support 802.1Q QinQ tagging properly. On cards that do not explicitly support it, QinQ tagging will still work, but the reduced MTU may cause problems. See the %s handbook for information on supported cards."), $g['product_name']);?>

                  +msgid "Not all drivers/NICs support 802.1Q QinQ tagging properly. On cards that do not explicitly support it, QinQ tagging will still work, but the reduced MTU may cause problems. See the %s handbook for information on supported cards."), $g['product_name']);?>

                  msgstr "" #: src/www/interfaces_qinq_edit.php 30 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/interfaces_qinq_edit.php 77 -msgid ""First level tag cannot be empty."); +msgid "First level tag cannot be empty."); msgstr "" #: src/www/interfaces_qinq_edit.php 79 -msgid ""You are editing an existing entry and modifying the first level tag is not allowed."); +msgid "You are editing an existing entry and modifying the first level tag is not allowed."); msgstr "" #: src/www/interfaces_qinq_edit.php 81 -msgid ""You are editing an existing entry and modifying the interface is not allowed."); +msgid "You are editing an existing entry and modifying the interface is not allowed."); msgstr "" #: src/www/interfaces_qinq_edit.php 85 -msgid ""QinQ level already exists for this interface, edit it!"); +msgid "QinQ level already exists for this interface, edit it!"); msgstr "" #: src/www/interfaces_qinq_edit.php 89 -msgid ""A normal VLAN exists with this tag please remove it to use this tag for QinQ first level."); +msgid "A normal VLAN exists with this tag please remove it to use this tag for QinQ first level."); msgstr "" #: src/www/interfaces_qinq_edit.php 116 -msgid ""Tags can contain only numbers or a range in format #-#."); +msgid "Tags can contain only numbers or a range in format #-#."); msgstr "" #: src/www/interfaces_qinq_edit.php 126 -msgid ""Tags can contain only numbers or a range in format #-#."); +msgid "Tags can contain only numbers or a range in format #-#."); msgstr "" #: src/www/interfaces_qinq_edit.php 189 -msgid ""QinQ VLANs group"); +msgid "QinQ VLANs group"); msgstr "" #: src/www/interfaces_qinq_edit.php 263 -msgid ""members");?>; +msgid "members");?>; msgstr "" #: src/www/interfaces_qinq_edit.php 267 -msgid ""detail");?>; +msgid "detail");?>; msgstr "" #: src/www/interfaces_qinq_edit.php 289 -msgid ""Interface QinQ Edit");?> +msgid "Interface QinQ Edit");?> msgstr "" #: src/www/interfaces_qinq_edit.php 297 -msgid ""Parent interface");?> +msgid "Parent interface");?> msgstr "" #: src/www/interfaces_qinq_edit.php 314 -msgid ""Only QinQ capable interfaces will be shown.");?> +msgid "Only QinQ capable interfaces will be shown.");?> msgstr "" #: src/www/interfaces_qinq_edit.php 317 -msgid ""First level tag");?> +msgid "First level tag");?> msgstr "" #: src/www/interfaces_qinq_edit.php 322 -msgid ""This is the first level VLAN tag. On top of this are stacked the member VLANs defined below.");?> +msgid "This is the first level VLAN tag. On top of this are stacked the member VLANs defined below.");?> msgstr "" #: src/www/interfaces_qinq_edit.php 327 -msgid ""Options");?> +msgid "Options");?> msgstr "" #: src/www/interfaces_qinq_edit.php 330 -msgid ""Adds interface to QinQ interface groups so you can write filter rules easily.");?> +msgid "Adds interface to QinQ interface groups so you can write filter rules easily.");?> msgstr "" #: src/www/interfaces_qinq_edit.php 334 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/interfaces_qinq_edit.php 339 -msgid ""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/www/interfaces_qinq_edit.php 344 -msgid ""Member (s)");?> +msgid "Member (s)");?> msgstr "" #: src/www/interfaces_qinq_edit.php 347 -msgid ""You can specify ranges in the input below. The format is pretty simple i.e 9-100 or 10 20...");?> +msgid "You can specify ranges in the input below. The format is pretty simple i.e 9-100 or 10 20...");?> msgstr "" #: src/www/interfaces_qinq_edit.php 353 -msgid ""Tag");?> +msgid "Tag");?> msgstr "" #: src/www/interfaces_qinq_edit.php 380 " class="btn btn-default btn-xs"/> +msgid "add another entry");?>" class="btn btn-default btn-xs"/> msgstr "" #: src/www/interfaces_qinq_edit.php 387 -msgid ""Save");?>" /> +msgid "Save");?>" /> msgstr "" #: src/www/interfaces_qinq_edit.php 388 -msgid ""Cancel");?>" /> +msgid "Cancel");?>" /> msgstr "" #: src/www/interfaces_vlan.php 55 -msgid ""This VLAN cannot be deleted because it is still being used as an interface."); +msgid "This VLAN cannot be deleted because it is still being used as an interface."); msgstr "" #: src/www/interfaces_vlan.php 69 -msgid ""VLAN")); +msgid "VLAN")); msgstr "" #: src/www/interfaces_vlan.php 94 -msgid ""Interface assignments"), false, "interfaces_assign.php"); +msgid "Interface assignments"), false, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_vlan.php 95 -msgid ""Interface Groups"), false, "interfaces_groups.php"); +msgid "Interface Groups"), false, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_vlan.php 96 -msgid ""Wireless"), false, "interfaces_wireless.php"); +msgid "Wireless"), false, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_vlan.php 97 -msgid ""VLANs"), true, "interfaces_vlan.php"); +msgid "VLANs"), true, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_vlan.php 98 -msgid ""QinQs"), false, "interfaces_qinq.php"); +msgid "QinQs"), false, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_vlan.php 99 -msgid ""PPPs"), false, "interfaces_ppps.php"); +msgid "PPPs"), false, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_vlan.php 100 -msgid ""GRE"), false, "interfaces_gre.php"); +msgid "GRE"), false, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_vlan.php 101 -msgid ""GIF"), false, "interfaces_gif.php"); +msgid "GIF"), false, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_vlan.php 102 -msgid ""Bridges"), false, "interfaces_bridge.php"); +msgid "Bridges"), false, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_vlan.php 103 -msgid ""LAGG"), false, "interfaces_lagg.php"); +msgid "LAGG"), false, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_vlan.php 116 -msgid ""Interface");?> +msgid "Interface");?> msgstr "" #: src/www/interfaces_vlan.php 117 -msgid ""VLAN tag");?> +msgid "VLAN tag");?> msgstr "" #: src/www/interfaces_vlan.php 118 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/interfaces_vlan.php 138 -msgid ""edit group");?>"> +msgid "edit group");?>"> msgstr "" #: src/www/interfaces_vlan.php 140 -msgid ""Do you really want to delete this VLAN?");?>')"> +msgid "Do you really want to delete this VLAN?");?>')"> msgstr "" #: src/www/interfaces_vlan.php 152 -msgid ""Note +msgid "Note ");?>
                  msgstr "" #: src/www/interfaces_vlan.php 154 -msgid ""Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do not explicitly support it, VLAN tagging will still work, but the reduced MTU may cause problems. See the %s handbook for information on supported cards."),$g['product_name']);?>

                  +msgid "Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do not explicitly support it, VLAN tagging will still work, but the reduced MTU may cause problems. See the %s handbook for information on supported cards."),$g['product_name']);?>

                  msgstr "" #: src/www/interfaces_vlan_edit.php 65 -msgid ""VLAN tag")); +msgid "VLAN tag")); msgstr "" #: src/www/interfaces_vlan_edit.php 70 -msgid ""The VLAN tag must be an integer between 1 and 4094."); +msgid "The VLAN tag must be an integer between 1 and 4094."); msgstr "" #: src/www/interfaces_vlan_edit.php 74 -msgid ""Interface supplied as parent is invalid"); +msgid "Interface supplied as parent is invalid"); msgstr "" #: src/www/interfaces_vlan_edit.php 79 -msgid ""Interface is assigned and you cannot change the VLAN tag while assigned."); +msgid "Interface is assigned and you cannot change the VLAN tag while assigned."); msgstr "" #: src/www/interfaces_vlan_edit.php 87 -msgid ""A VLAN with the tag %s is already defined on this interface."),$vlan['tag']); +msgid "A VLAN with the tag %s is already defined on this interface."),$vlan['tag']); msgstr "" #: src/www/interfaces_vlan_edit.php 94 -msgid ""A QinQ VLAN exists with this tag please remove it to use this tag with."); +msgid "A QinQ VLAN exists with this tag please remove it to use this tag with."); msgstr "" #: src/www/interfaces_vlan_edit.php 120 -msgid ""Error occurred creating interface, please retry."); +msgid "Error occurred creating interface, please retry."); msgstr "" #: src/www/interfaces_vlan_edit.php 138 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/interfaces_vlan_edit.php 160 -msgid ""VLAN configuration");?> +msgid "VLAN configuration");?> msgstr "" #: src/www/interfaces_vlan_edit.php 171 -msgid ""Parent interface");?> +msgid "Parent interface");?> msgstr "" #: src/www/interfaces_vlan_edit.php 187 -msgid ""Only VLAN capable interfaces will be shown.");?> +msgid "Only VLAN capable interfaces will be shown.");?> msgstr "" #: src/www/interfaces_vlan_edit.php 190 -msgid ""VLAN tag ");?> +msgid "VLAN tag ");?> msgstr "" #: src/www/interfaces_vlan_edit.php 194 -msgid ""802.1Q VLAN tag (between 1 and 4094) ");?> +msgid "802.1Q VLAN tag (between 1 and 4094) ");?> msgstr "" #: src/www/interfaces_vlan_edit.php 197 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/interfaces_vlan_edit.php 200 -msgid ""You may enter a description here ". +msgid "You may enter a description here ". msgstr "" #: src/www/interfaces_vlan_edit.php 207 -msgid ""Save");?>" /> +msgid "Save");?>" /> msgstr "" #: src/www/interfaces_vlan_edit.php 208 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/interfaces_wireless.php 53 -msgid ""This wireless clone cannot be deleted because it is assigned as an interface."); +msgid "This wireless clone cannot be deleted because it is assigned as an interface."); msgstr "" #: src/www/interfaces_wireless.php 66 -msgid ""Wireless")); +msgid "Wireless")); msgstr "" #: src/www/interfaces_wireless.php 91 -msgid ""Interface assignments"), false, "interfaces_assign.php"); +msgid "Interface assignments"), false, "interfaces_assign.php"); msgstr "" #: src/www/interfaces_wireless.php 92 -msgid ""Interface Groups"), false, "interfaces_groups.php"); +msgid "Interface Groups"), false, "interfaces_groups.php"); msgstr "" #: src/www/interfaces_wireless.php 93 -msgid ""Wireless"), true, "interfaces_wireless.php"); +msgid "Wireless"), true, "interfaces_wireless.php"); msgstr "" #: src/www/interfaces_wireless.php 94 -msgid ""VLANs"), false, "interfaces_vlan.php"); +msgid "VLANs"), false, "interfaces_vlan.php"); msgstr "" #: src/www/interfaces_wireless.php 95 -msgid ""QinQs"), false, "interfaces_qinq.php"); +msgid "QinQs"), false, "interfaces_qinq.php"); msgstr "" #: src/www/interfaces_wireless.php 96 -msgid ""PPPs"), false, "interfaces_ppps.php"); +msgid "PPPs"), false, "interfaces_ppps.php"); msgstr "" #: src/www/interfaces_wireless.php 97 -msgid ""GRE"), false, "interfaces_gre.php"); +msgid "GRE"), false, "interfaces_gre.php"); msgstr "" #: src/www/interfaces_wireless.php 98 -msgid ""GIF"), false, "interfaces_gif.php"); +msgid "GIF"), false, "interfaces_gif.php"); msgstr "" #: src/www/interfaces_wireless.php 99 -msgid ""Bridges"), false, "interfaces_bridge.php"); +msgid "Bridges"), false, "interfaces_bridge.php"); msgstr "" #: src/www/interfaces_wireless.php 100 -msgid ""LAGG"), false, "interfaces_lagg.php"); +msgid "LAGG"), false, "interfaces_lagg.php"); msgstr "" #: src/www/interfaces_wireless.php 114 -msgid ""Interface");?> +msgid "Interface");?> msgstr "" #: src/www/interfaces_wireless.php 115 -msgid ""Mode");?> +msgid "Mode");?> msgstr "" #: src/www/interfaces_wireless.php 116 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/interfaces_wireless.php 137 -msgid ""edit group");?>"> +msgid "edit group");?>"> msgstr "" #: src/www/interfaces_wireless.php 139 -msgid ""Do you really want to delete this wireless clone?");?>')"> +msgid "Do you really want to delete this wireless clone?");?>')"> msgstr "" #: src/www/interfaces_wireless.php 150 -msgid ""Note");?> +msgid "Note");?>
                  msgstr "" #: src/www/interfaces_wireless.php 152 -msgid ""Here you can configure clones of wireless interfaces, which can be assigned as separate independent interfaces. Only available on wireless chipsets that support this, with limitations on the number that can be created in each mode.");?>

                  +msgid "Here you can configure clones of wireless interfaces, which can be assigned as separate independent interfaces. Only available on wireless chipsets that support this, with limitations on the number that can be created in each mode.");?>

                  msgstr "" #: src/www/interfaces_wireless_edit.php 77 -msgid ""Mode")); +msgid "Mode")); msgstr "" #: src/www/interfaces_wireless_edit.php 109 -msgid ""This wireless clone cannot be modified because it is still assigned as an interface."); +msgid "This wireless clone cannot be modified because it is still assigned as an interface."); msgstr "" #: src/www/interfaces_wireless_edit.php 111 -msgid ""Use the configuration page for the assigned interface to change the mode."); +msgid "Use the configuration page for the assigned interface to change the mode."); msgstr "" #: @@ -34476,127 +34388,127 @@ msgstr "" #: src/www/interfaces_wireless_edit.php 121 -msgid ""Created with id %s"), $id); +msgid "Created with id %s"), $id); msgstr "" #: src/www/interfaces_wireless_edit.php 124 -msgid ""Created without id"); +msgid "Created without id"); msgstr "" #: src/www/interfaces_wireless_edit.php 138 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/interfaces_wireless_edit.php 154 -msgid ""Wireless clone configuration");?> +msgid "Wireless clone configuration");?> msgstr "" #: src/www/interfaces_wireless_edit.php 161 -msgid ""Parent interface");?> +msgid "Parent interface");?> msgstr "" #: src/www/interfaces_wireless_edit.php 179 -msgid ""Mode");?> +msgid "Mode");?> msgstr "" #: src/www/interfaces_wireless_edit.php 182 -msgid ""Infrastructure (BSS)");?> +msgid "Infrastructure (BSS)");?> msgstr "" #: src/www/interfaces_wireless_edit.php 183 -msgid ""Ad-hoc (IBSS)");?> +msgid "Ad-hoc (IBSS)");?> msgstr "" #: src/www/interfaces_wireless_edit.php 184 -msgid ""Access Point");?> +msgid "Access Point");?> msgstr "" #: src/www/interfaces_wireless_edit.php 188 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/interfaces_wireless_edit.php 191 -msgid ""You may enter a description here ". +msgid "You may enter a description here ". msgstr "" #: src/www/interfaces_wireless_edit.php 199 -msgid ""Save");?>" /> +msgid "Save");?>" /> msgstr "" #: src/www/interfaces_wireless_edit.php 200 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/license.php 32 -msgid ""License"); +msgid "License"); msgstr "" #: src/www/load_balancer_monitor.php 61 -msgid ""This entry cannot be deleted because it is still referenced by at least one pool."); +msgid "This entry cannot be deleted because it is still referenced by at least one pool."); msgstr "" #: src/www/load_balancer_monitor.php 77 -msgid ""Monitor")); +msgid "Monitor")); msgstr "" #: src/www/load_balancer_monitor.php 97 -msgid ""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/load_balancer_monitor.php 105 -msgid ""Pools"), false, "load_balancer_pool.php"); +msgid "Pools"), false, "load_balancer_pool.php"); msgstr "" #: src/www/load_balancer_monitor.php 106 -msgid ""Virtual Servers"), false, "load_balancer_virtual_server.php"); +msgid "Virtual Servers"), false, "load_balancer_virtual_server.php"); msgstr "" #: src/www/load_balancer_monitor.php 107 -msgid ""Monitors"), true, "load_balancer_monitor.php"); +msgid "Monitors"), true, "load_balancer_monitor.php"); msgstr "" #: src/www/load_balancer_monitor.php 108 -msgid ""Settings"), false, "load_balancer_setting.php"); +msgid "Settings"), false, "load_balancer_setting.php"); msgstr "" #: @@ -34620,7 +34532,7 @@ msgstr "" #: src/www/load_balancer_monitor_edit.php 55 -msgid ""Load Balancer +msgid "Load Balancer Monitor ") . " "; msgstr "" @@ -34628,214 +34540,214 @@ msgstr "" #: src/www/load_balancer_monitor_edit.php 77 -msgid ""Description")); +msgid "Description")); msgstr "" #: src/www/load_balancer_monitor_edit.php 84 -msgid ""This monitor name has already been used. Monitor names must be unique."); +msgid "This monitor name has already been used. Monitor names must be unique."); msgstr "" #: src/www/load_balancer_monitor_edit.php 87 -msgid ""You cannot use spaces in the 'name' field."); +msgid "You cannot use spaces in the 'name' field."); msgstr "" #: src/www/load_balancer_monitor_edit.php 101 -msgid ""The hostname can only contain the characters A-Z, 0-9 and '-'."); +msgid "The hostname can only contain the characters A-Z, 0-9 and '-'."); msgstr "" #: src/www/load_balancer_monitor_edit.php 107 -msgid ""HTTP(s) codes must be from RFC2616."); +msgid "HTTP(s) codes must be from RFC2616."); msgstr "" #: src/www/load_balancer_monitor_edit.php 111 -msgid ""The path to monitor must be set."); +msgid "The path to monitor must be set."); msgstr "" #: src/www/load_balancer_monitor_edit.php 134 -msgid ""modified '%s' monitor +msgid "modified '%s' monitor "), $monent['name']); msgstr "" #: src/www/load_balancer_monitor_edit.php 182 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/load_balancer_monitor_edit.php 186 -msgid ""Send/Expect")); +msgid "Send/Expect")); msgstr "" #: src/www/load_balancer_monitor_edit.php 234 -msgid ""Edit Load Balancer - Monitor entry"); ?> +msgid "Edit Load Balancer - Monitor entry"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 237 -msgid ""Name"); ?> +msgid "Name"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 243 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 249 -msgid ""Type"); ?> +msgid "Type"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 270 -msgid ""HTTP"); ?> +msgid "HTTP"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 274 -msgid ""Path"); ?> +msgid "Path"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 280 -msgid ""Host"); ?> +msgid "Host"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 282 -msgid ""Hostname for Host +msgid "Hostname for Host header if needed."); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 286 -msgid ""HTTP Code"); ?> +msgid "HTTP Code"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 303 -msgid ""HTTPS"); ?> +msgid "HTTPS"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 307 -msgid ""Path"); ?> +msgid "Path"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 313 -msgid ""Host"); ?> +msgid "Host"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 315 -msgid ""Hostname for Host +msgid "Hostname for Host header if needed."); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 319 -msgid ""HTTP Code"); ?> +msgid "HTTP Code"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 337 -msgid ""Send/Expect"); ?> +msgid "Send/Expect"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 341 -msgid ""Send string"); ?> +msgid "Send string"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 347 -msgid ""Expect string"); ?> +msgid "Expect string"); ?> msgstr "" #: src/www/load_balancer_monitor_edit.php 358 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/load_balancer_monitor_edit.php 359 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/load_balancer_pool.php 61 -msgid ""This entry cannot be deleted because it is still referenced by at least one virtual server."); +msgid "This entry cannot be deleted because it is still referenced by at least one virtual server."); msgstr "" #: src/www/load_balancer_pool.php 86 -msgid ""Pool")); +msgid "Pool")); msgstr "" #: src/www/load_balancer_pool.php 108 -msgid ""The load balancer configuration has been changed%sYou must apply the changes in order for them to take effect."), "
                  "));?>
                  +msgid "The load balancer configuration has been changed%sYou must apply the changes in order for them to take effect."), "
                  "));?>
                  msgstr "" #: src/www/load_balancer_pool.php 116 -msgid ""Pools"), true, "load_balancer_pool.php"); +msgid "Pools"), true, "load_balancer_pool.php"); msgstr "" #: src/www/load_balancer_pool.php 117 -msgid ""Virtual Servers"), false, "load_balancer_virtual_server.php"); +msgid "Virtual Servers"), false, "load_balancer_virtual_server.php"); msgstr "" #: src/www/load_balancer_pool.php 118 -msgid ""Monitors"), false, "load_balancer_monitor.php"); +msgid "Monitors"), false, "load_balancer_monitor.php"); msgstr "" #: src/www/load_balancer_pool.php 119 -msgid ""Settings"), false, "load_balancer_setting.php"); +msgid "Settings"), false, "load_balancer_setting.php"); msgstr "" #: @@ -34877,26 +34789,26 @@ msgstr "" #: src/www/load_balancer_pool.php 148 -msgid ""Hint +msgid "Hint ");?>
                  msgstr "" #: src/www/load_balancer_pool.php 149 -msgid ""The Load Balancer in %s is for server load balancing, not Multi-WAN. For load balancing or failover for multiple WANs, use "), $g['product_name']);?> +msgid "The Load Balancer in %s is for server load balancing, not Multi-WAN. For load balancing or failover for multiple WANs, use "), $g['product_name']);?> msgstr "" #: src/www/load_balancer_pool.php 150 -msgid ""Gateway Groups"); ?> +msgid "Gateway Groups"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 57 -msgid ""Load Balancer +msgid "Load Balancer Pool ") . " "; msgstr "" @@ -34904,279 +34816,279 @@ msgstr "" #: src/www/load_balancer_pool_edit.php 68 -msgid ""Server List")); +msgid "Server List")); msgstr "" #: src/www/load_balancer_pool_edit.php 75 -msgid ""This pool name has already been used. Pool names must be unique."); +msgid "This pool name has already been used. Pool names must be unique."); msgstr "" #: src/www/load_balancer_pool_edit.php 78 -msgid ""You cannot use spaces in the 'name' field."); +msgid "You cannot use spaces in the 'name' field."); msgstr "" #: src/www/load_balancer_pool_edit.php 81 -msgid ""The name '%s' is a reserved word and cannot be used."), $_POST['name']); +msgid "The name '%s' is a reserved word and cannot be used."), $_POST['name']); msgstr "" #: src/www/load_balancer_pool_edit.php 84 -msgid ""Sorry, an alias is already named %s."), $_POST['name']); +msgid "Sorry, an alias is already named %s."), $_POST['name']); msgstr "" #: src/www/load_balancer_pool_edit.php 87 -msgid ""The port must be an integer between 1 and 65535, or a port alias."); +msgid "The port must be an integer between 1 and 65535, or a port alias."); msgstr "" #: src/www/load_balancer_pool_edit.php 91 -msgid ""The retry value must be an integer between 1 and 65535."); +msgid "The retry value must be an integer between 1 and 65535."); msgstr "" #: src/www/load_balancer_pool_edit.php 96 -msgid ""%s is not a valid IP address or IPv4 subnet (in "enabled" list)."), $svrent); +msgid "%s is not a valid IP address or IPv4 subnet (in "enabled" list)."), $svrent); msgstr "" #: src/www/load_balancer_pool_edit.php 99 -msgid ""%s is a subnet containing more than 64 IP addresses (in "enabled" list)."), $svrent); +msgid "%s is a subnet containing more than 64 IP addresses (in "enabled" list)."), $svrent); msgstr "" #: src/www/load_balancer_pool_edit.php 106 -msgid ""%s is not a valid IP address or IPv4 subnet (in "disabled" list)."), $svrent); +msgid "%s is not a valid IP address or IPv4 subnet (in "disabled" list)."), $svrent); msgstr "" #: src/www/load_balancer_pool_edit.php 109 -msgid ""%s is a subnet containing more than 64 IP addresses (in "disabled" list)."), $svrent); +msgid "%s is a subnet containing more than 64 IP addresses (in "disabled" list)."), $svrent); msgstr "" #: src/www/load_balancer_pool_edit.php 118 -msgid ""Invalid monitor chosen."); +msgid "Invalid monitor chosen."); msgstr "" #: src/www/load_balancer_pool_edit.php 125 -msgid "" modified '%s' pool +msgid " modified '%s' pool "), $poolent['name']); msgstr "" #: src/www/load_balancer_pool_edit.php 157 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/load_balancer_pool_edit.php 198 -msgid ""Add/edit Load Balancer - Pool entry"); ?> +msgid "Add/edit Load Balancer - Pool entry"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 201 -msgid ""Name"); ?> +msgid "Name"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 207 -msgid ""Mode"); ?> +msgid "Mode"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 210 -msgid ""Load Balance");?> +msgid "Load Balance");?> msgstr "" #: src/www/load_balancer_pool_edit.php 211 -msgid ""Manual Failover");?> +msgid "Manual Failover");?> msgstr "" #: src/www/load_balancer_pool_edit.php 216 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 223 -msgid ""Port"); ?> +msgid "Port"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 227 -msgid ""This is the port your servers are listening on."); ?>
                  +msgid "This is the port your servers are listening on."); ?>
                  msgstr "" #: src/www/load_balancer_pool_edit.php 228 -msgid ""You may also specify a port alias listed in Firewall -> Aliases here."); ?> +msgid "You may also specify a port alias listed in Firewall -> Aliases here."); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 239 -msgid ""Retry"); ?> +msgid "Retry"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 242 -msgid ""Optionally specify how many times to retry checking a server before declaring it down."); ?> +msgid "Optionally specify how many times to retry checking a server before declaring it down."); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 249 -msgid ""Add item to pool"); ?> +msgid "Add item to pool"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 252 -msgid ""Monitor"); ?> +msgid "Monitor"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 267 -msgid ""NOTE"); ?> -msgid ""Please add a monitor IP address on the monitors tab if you wish to use this feature."); ?> +msgid "NOTE"); ?> +msgid "Please add a monitor IP address on the monitors tab if you wish to use this feature."); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 273 -msgid ""Server IP Address"); ?> +msgid "Server IP Address"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 276 -msgid ""Add to pool"); ?>" onclick="AddServerToPool(document.iform); enforceFailover(); checkPoolControls();" />
                  +msgid "Add to pool"); ?>" onclick="AddServerToPool(document.iform); enforceFailover(); checkPoolControls();" />
                  msgstr "" #: src/www/load_balancer_pool_edit.php 283 -msgid ""Current Pool Members"); ?> +msgid "Current Pool Members"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 286 -msgid ""Members"); ?> +msgid "Members"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 292 -msgid ""Pool Disabled"); ?> +msgid "Pool Disabled"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 303 -msgid ""Remove"); ?>" onclick="RemoveServerFromPool(document.iform, 'serversdisabled[]');" /> +msgid "Remove"); ?>" onclick="RemoveServerFromPool(document.iform, 'serversdisabled[]');" /> msgstr "" #: src/www/load_balancer_pool_edit.php 312 -msgid ""Enabled (default)"); ?> +msgid "Enabled (default)"); ?> msgstr "" #: src/www/load_balancer_pool_edit.php 323 -msgid ""Remove"); ?>" onclick="RemoveServerFromPool(document.iform, 'servers[]');" /> +msgid "Remove"); ?>" onclick="RemoveServerFromPool(document.iform, 'servers[]');" /> msgstr "" #: src/www/load_balancer_pool_edit.php 334 -msgid ""Save"); ?>" onclick="AllServers('serversSelect', true); AllServers('serversDisabledSelect', true);" /> +msgid "Save"); ?>" onclick="AllServers('serversSelect', true); AllServers('serversDisabledSelect', true);" /> msgstr "" #: src/www/load_balancer_pool_edit.php 335 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/load_balancer_relay_action.php 63 -msgid ""This entry cannot be deleted because it is still referenced by at least one relay protocol."); +msgid "This entry cannot be deleted because it is still referenced by at least one relay protocol."); msgstr "" #: src/www/load_balancer_relay_action.php 93 -msgid ""Relay Action")); +msgid "Relay Action")); msgstr "" #: src/www/load_balancer_relay_action.php 111 -msgid ""The load balancer configuration has been changed.
                  You must apply the changes in order for them to take effect."));?>
                  +msgid "The load balancer configuration has been changed.
                  You must apply the changes in order for them to take effect."));?>
                  msgstr "" #: src/www/load_balancer_relay_action.php 120 -msgid ""Monitors"), false, "load_balancer_monitor.php"); +msgid "Monitors"), false, "load_balancer_monitor.php"); msgstr "" #: src/www/load_balancer_relay_action.php 121 -msgid ""Pools"), false, "load_balancer_pool.php"); +msgid "Pools"), false, "load_balancer_pool.php"); msgstr "" #: src/www/load_balancer_relay_action.php 122 -msgid ""Virtual Servers"), false, "load_balancer_virtual_server.php"); +msgid "Virtual Servers"), false, "load_balancer_virtual_server.php"); msgstr "" #: src/www/load_balancer_relay_action.php 123 -msgid ""Relay Actions"), true, "load_balancer_relay_action.php"); +msgid "Relay Actions"), true, "load_balancer_relay_action.php"); msgstr "" #: src/www/load_balancer_relay_action.php 124 -msgid ""Relay Protocols"), false, "load_balancer_relay_protocol.php"); +msgid "Relay Protocols"), false, "load_balancer_relay_protocol.php"); msgstr "" #: @@ -35206,7 +35118,7 @@ msgstr "" #: src/www/load_balancer_relay_action_edit.php 55 -msgid ""Load Balancer +msgid "Load Balancer Relay Action ") . " "; msgstr "" @@ -35214,184 +35126,184 @@ msgstr "" #: src/www/load_balancer_relay_action_edit.php 107 -msgid ""Description")); +msgid "Description")); msgstr "" #: src/www/load_balancer_relay_action_edit.php 114 -msgid ""This action name has already been used. Action names must be unique."); +msgid "This action name has already been used. Action names must be unique."); msgstr "" #: src/www/load_balancer_relay_action_edit.php 117 -msgid ""You cannot use spaces in the 'name' field."); +msgid "You cannot use spaces in the 'name' field."); msgstr "" #: src/www/load_balancer_relay_action_edit.php 124 -msgid ""modified '%s' action +msgid "modified '%s' action "), $actent['name']); msgstr "" #: src/www/load_balancer_relay_action_edit.php 170 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/load_balancer_relay_action_edit.php 174 -msgid ""DNS")); +msgid "DNS")); msgstr "" #: src/www/load_balancer_relay_action_edit.php 409 -msgid ""Edit Load Balancer - Relay Action entry"); ?> +msgid "Edit Load Balancer - Relay Action entry"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 412 -msgid ""Name"); ?> +msgid "Name"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 418 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 425 -msgid ""Protocol"); ?> +msgid "Protocol"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 444 -msgid ""Direction"); ?> +msgid "Direction"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 464 -msgid ""Type"); ?> +msgid "Type"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 485 -msgid ""Action"); ?> +msgid "Action"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 507 -msgid ""Value"); ?> size="20"> +msgid "Value"); ?> size="20"> msgstr "" #: src/www/load_balancer_relay_action_edit.php 509 -msgid ""Key"); ?> size="20"> +msgid "Key"); ?> size="20"> msgstr "" #: src/www/load_balancer_relay_action_edit.php 511 -msgid ""ID"); ?> size="20"> +msgid "ID"); ?> size="20"> msgstr "" #: src/www/load_balancer_relay_action_edit.php 516 -msgid ""Options"); ?> +msgid "Options"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 518 XXX -msgid ""TODO"); ?> +msgid "TODO"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 536 -msgid ""Options"); ?> +msgid "Options"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 538 XXX -msgid ""TODO"); ?> +msgid "TODO"); ?> msgstr "" #: src/www/load_balancer_relay_action_edit.php 558 -msgid ""Save"); ?>"> +msgid "Save"); ?>"> msgstr "" #: src/www/load_balancer_relay_action_edit.php 559 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/load_balancer_relay_protocol.php 60 -msgid ""This entry cannot be deleted because it is still referenced by at least one virtual server."); +msgid "This entry cannot be deleted because it is still referenced by at least one virtual server."); msgstr "" #: src/www/load_balancer_relay_protocol.php 89 -msgid ""Relay Protocol")); +msgid "Relay Protocol")); msgstr "" #: src/www/load_balancer_relay_protocol.php 106 -msgid ""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/load_balancer_relay_protocol.php 114 -msgid ""Monitors"), false, "load_balancer_monitor.php"); +msgid "Monitors"), false, "load_balancer_monitor.php"); msgstr "" #: src/www/load_balancer_relay_protocol.php 115 -msgid ""Pools"), false, "load_balancer_pool.php"); +msgid "Pools"), false, "load_balancer_pool.php"); msgstr "" #: src/www/load_balancer_relay_protocol.php 116 -msgid ""Virtual Servers"), false, "load_balancer_virtual_server.php"); +msgid "Virtual Servers"), false, "load_balancer_virtual_server.php"); msgstr "" #: src/www/load_balancer_relay_protocol.php 117 -msgid ""Relay Actions"), false, "load_balancer_relay_action.php"); +msgid "Relay Actions"), false, "load_balancer_relay_action.php"); msgstr "" #: src/www/load_balancer_relay_protocol.php 118 -msgid ""Relay Protocols"), true, "load_balancer_relay_protocol.php"); +msgid "Relay Protocols"), true, "load_balancer_relay_protocol.php"); msgstr "" #: @@ -35421,7 +35333,7 @@ msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 55 -msgid ""Load Balancer +msgid "Load Balancer Relay Protocol ") . " "; msgstr "" @@ -35429,284 +35341,284 @@ msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 69 -msgid ""Description")); +msgid "Description")); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 76 -msgid ""This protocol name has already been used. Protocol names must be unique."); +msgid "This protocol name has already been used. Protocol names must be unique."); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 79 -msgid ""You cannot use spaces in the 'name' field."); +msgid "You cannot use spaces in the 'name' field."); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 95 -msgid ""modified '%s' load balancing protocol +msgid "modified '%s' load balancing protocol "), $protent['name']); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 97 -msgid ""name"), $protent['name'], $pconfig['name']); +msgid "name"), $protent['name'], $pconfig['name']); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 98 -msgid ""type"), $protent['type'], $pconfig['type']); +msgid "type"), $protent['type'], $pconfig['type']); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 99 -msgid ""description"), $protent['descr'], $pconfig['descr']); +msgid "description"), $protent['descr'], $pconfig['descr']); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 100 -msgid ""type"), $protent['type'], $pconfig['type']); +msgid "type"), $protent['type'], $pconfig['type']); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 101 -msgid ""action"), $protent['lbaction'], $pconfig['lbaction']); +msgid "action"), $protent['lbaction'], $pconfig['lbaction']); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 127 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 132 -msgid ""DNS")); +msgid "DNS")); msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 194 -msgid ""Edit Load Balancer - Relay Protocol entry"); ?> +msgid "Edit Load Balancer - Relay Protocol entry"); ?> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 197 -msgid ""Name"); ?> +msgid "Name"); ?> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 203 -msgid ""Type"); ?> +msgid "Type"); ?> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 220 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 229 -msgid ""Add / remove available actions"); ?> +msgid "Add / remove available actions"); ?> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 232 -msgid ""Actions"); ?> +msgid "Actions"); ?> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 239 -msgid ""Available Actions"); ?> +msgid "Available Actions"); ?> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 254 -msgid ""Add"); ?>" onclick="copyOption($('available_action'), $('lbaction'));" />
                  +msgid "Add"); ?>" onclick="copyOption($('available_action'), $('lbaction'));" />
                  msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 255 -msgid ""Remove"); ?>" onclick="deleteOption($('lbaction'));" /> +msgid "Remove"); ?>" onclick="deleteOption($('lbaction'));" /> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 261 -msgid ""Enabled Actions"); ?> +msgid "Enabled Actions"); ?> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 282 -msgid ""Save"); ?>" onClick="AllOptions($('lbaction'), true); AllOptions($('available_action'), false);"> +msgid "Save"); ?>" onClick="AllOptions($('lbaction'), true); AllOptions($('available_action'), false);"> msgstr "" #: src/www/load_balancer_relay_protocol_edit.php 283 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/load_balancer_setting.php 56 -msgid ""Timeout must be a numeric value"); +msgid "Timeout must be a numeric value"); msgstr "" #: src/www/load_balancer_setting.php 60 -msgid ""Interval must be a numeric value"); +msgid "Interval must be a numeric value"); msgstr "" #: src/www/load_balancer_setting.php 65 -msgid ""Prefork must be a numeric value"); +msgid "Prefork must be a numeric value"); msgstr "" #: src/www/load_balancer_setting.php 68 -msgid ""Prefork value must be between 1 and 32"); +msgid "Prefork value must be between 1 and 32"); msgstr "" #: src/www/load_balancer_setting.php 85 -msgid ""Settings")); +msgid "Settings")); msgstr "" #: src/www/load_balancer_setting.php 102 -msgid ""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/load_balancer_setting.php 110 -msgid ""Pools"), false, "load_balancer_pool.php"); +msgid "Pools"), false, "load_balancer_pool.php"); msgstr "" #: src/www/load_balancer_setting.php 111 -msgid ""Virtual Servers"), false, "load_balancer_virtual_server.php"); +msgid "Virtual Servers"), false, "load_balancer_virtual_server.php"); msgstr "" #: src/www/load_balancer_setting.php 112 -msgid ""Monitors"), false, "load_balancer_monitor.php"); +msgid "Monitors"), false, "load_balancer_monitor.php"); msgstr "" #: src/www/load_balancer_setting.php 113 -msgid ""Settings"), true, "load_balancer_setting.php"); +msgid "Settings"), true, "load_balancer_setting.php"); msgstr "" #: src/www/load_balancer_setting.php 126 -msgid ""Relayd global settings"); ?> +msgid "Relayd global settings"); ?> msgstr "" #: src/www/load_balancer_setting.php 129 -msgid ""timeout") ; ?> +msgid "timeout") ; ?> msgstr "" #: src/www/load_balancer_setting.php 133 -msgid ""Set the global timeout in milliseconds for checks. Leave blank to use the default value of 1000 ms "); ?> +msgid "Set the global timeout in milliseconds for checks. Leave blank to use the default value of 1000 ms "); ?> msgstr "" #: src/www/load_balancer_setting.php 137 -msgid ""interval") ; ?> +msgid "interval") ; ?> msgstr "" #: src/www/load_balancer_setting.php 141 -msgid ""Set the interval in seconds at which the member of a pool will be checked. Leave blank to use the default interval of 10 seconds"); ?> +msgid "Set the interval in seconds at which the member of a pool will be checked. Leave blank to use the default interval of 10 seconds"); ?> msgstr "" #: src/www/load_balancer_setting.php 145 -msgid ""prefork") ; ?> +msgid "prefork") ; ?> msgstr "" #: src/www/load_balancer_setting.php 149 -msgid ""Number of processes used by relayd for dns protocol. Leave blank to use the default value of 5 processes"); ?> +msgid "Number of processes used by relayd for dns protocol. Leave blank to use the default value of 5 processes"); ?> msgstr "" #: src/www/load_balancer_setting.php 155 -msgid ""Save");?>" /> +msgid "Save");?>" /> msgstr "" #: src/www/load_balancer_virtual_server.php 86 -msgid ""Virtual Servers")); +msgid "Virtual Servers")); msgstr "" #: src/www/load_balancer_virtual_server.php 107 -msgid ""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/load_balancer_virtual_server.php 115 -msgid ""Pools"), false, "load_balancer_pool.php"); +msgid "Pools"), false, "load_balancer_pool.php"); msgstr "" #: src/www/load_balancer_virtual_server.php 116 -msgid ""Virtual Servers"), true, "load_balancer_virtual_server.php"); +msgid "Virtual Servers"), true, "load_balancer_virtual_server.php"); msgstr "" #: src/www/load_balancer_virtual_server.php 117 -msgid ""Monitors"), false, "load_balancer_monitor.php"); +msgid "Monitors"), false, "load_balancer_monitor.php"); msgstr "" #: src/www/load_balancer_virtual_server.php 118 -msgid ""Settings"), false, "load_balancer_setting.php"); +msgid "Settings"), false, "load_balancer_setting.php"); msgstr "" #: @@ -35754,7 +35666,7 @@ msgstr "" #: src/www/load_balancer_virtual_server_edit.php 50 -msgid ""Load Balancer +msgid "Load Balancer Virtual Server ") . " "; msgstr "" @@ -35762,199 +35674,199 @@ msgstr "" #: src/www/load_balancer_virtual_server_edit.php 61 -msgid ""Mode")); +msgid "Mode")); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 66 -msgid ""Relay Protocol")); +msgid "Relay Protocol")); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 75 -msgid ""This virtual server name has already been used. Virtual server names must be unique."); +msgid "This virtual server name has already been used. Virtual server names must be unique."); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 78 -msgid ""You cannot use spaces or slashes in the 'name' field."); +msgid "You cannot use spaces or slashes in the 'name' field."); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 81 -msgid ""The port must be an integer between 1 and 65535, a port alias, or left blank."); +msgid "The port must be an integer between 1 and 65535, a port alias, or left blank."); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 84 -msgid ""%s is not a valid IP address, IPv4 subnet, or alias."), $_POST['ipaddr']); +msgid "%s is not a valid IP address, IPv4 subnet, or alias."), $_POST['ipaddr']); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 86 -msgid ""%s is a subnet containing more than 64 IP addresses."), $_POST['ipaddr']); +msgid "%s is a subnet containing more than 64 IP addresses."), $_POST['ipaddr']); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 89 -msgid ""You cannot select a Fall Back Pool when using the DNS relay protocol."); +msgid "You cannot select a Fall Back Pool when using the DNS relay protocol."); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 96 -msgid ""modified '%s' vs +msgid "modified '%s' vs "), $vsent['name']); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 98 -msgid ""created '%s' vs +msgid "created '%s' vs "), $_POST['name']); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 132 -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/load_balancer_virtual_server_edit.php 164 -msgid ""Edit Load Balancer - Virtual Server entry"); ?> +msgid "Edit Load Balancer - Virtual Server entry"); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 167 -msgid ""Name"); ?> +msgid "Name"); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 173 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 179 -msgid ""IP Address"); ?> +msgid "IP Address"); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 182 -msgid ""This is normally the WAN IP address that you would like the server to listen on. All connections to this IP and port will be forwarded to the pool cluster."); ?> +msgid "This is normally the WAN IP address that you would like the server to listen on. All connections to this IP and port will be forwarded to the pool cluster."); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 183 -msgid ""You may also specify a host alias listed in Firewall -> Aliases here."); ?> +msgid "You may also specify a host alias listed in Firewall -> Aliases here."); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 193 -msgid ""Port"); ?> +msgid "Port"); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 196 -msgid ""This is the port that the clients will connect to. All connections to this port will be forwarded to the pool cluster."); ?> +msgid "This is the port that the clients will connect to. All connections to this port will be forwarded to the pool cluster."); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 197 -msgid ""If left blank, listening ports from the pool will be used."); ?> +msgid "If left blank, listening ports from the pool will be used."); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 198 -msgid ""You may also specify a port alias listed in Firewall -> Aliases here."); ?> +msgid "You may also specify a port alias listed in Firewall -> Aliases here."); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 208 -msgid ""Virtual Server Pool"); ?> +msgid "Virtual Server Pool"); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 211 -msgid ""NOTE -msgid ""Please add a pool on the Pools tab to use this feature."); ?> +msgid "NOTE +msgid "Please add a pool on the Pools tab to use this feature."); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 227 -msgid ""Fall Back Pool"); ?> +msgid "Fall Back Pool"); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 230 -msgid ""NOTE -msgid ""Please add a pool on the Pools tab to use this feature."); ?> +msgid "NOTE +msgid "Please add a pool on the Pools tab to use this feature."); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 233 +msgid "none"); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 243 -msgid ""The server pool to which clients will be redirected if *ALL* servers in the Virtual Server Pool are offline."); ?> +msgid "The server pool to which clients will be redirected if *ALL* servers in the Virtual Server Pool are offline."); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 244 -msgid ""This option is NOT compatible with the DNS relay protocol."); ?> +msgid "This option is NOT compatible with the DNS relay protocol."); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 261 -msgid ""Relay Protocol"); ?> +msgid "Relay Protocol"); ?> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 280 -msgid ""Submit"); ?>" /> +msgid "Submit"); ?>" /> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 281 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/load_balancer_virtual_server_edit.php 289 -msgid ""Note -msgid ""Don't forget to add a firewall rule for the virtual server/pool after you're finished setting it up."); ?> +msgid "Note +msgid "Don't forget to add a firewall rule for the virtual server/pool after you're finished setting it up."); ?> msgstr "" #: @@ -35966,7 +35878,7 @@ msgstr "" #: src/www/pkg.php 55 -msgid ""ERROR +msgid "ERROR No package defined.")); msgstr "" @@ -35979,19 +35891,19 @@ msgstr "" #: src/www/pkg.php 187 -msgid ""Do you really want to save changes?");?>")){ +msgid "Do you really want to save changes?");?>")){ msgstr "" #: src/www/pkg.php 422 -msgid ""No"); +msgid "No"); msgstr "" #: src/www/pkg.php 424 -msgid ""Yes"); +msgid "Yes"); msgstr "" #: @@ -36009,13 +35921,13 @@ msgstr "" #: src/www/pkg.php 456 -msgid ""Do you really want to delete this item?");?>')"> alt="delete" /> +msgid "Do you really want to delete this item?");?>')"> alt="delete" /> msgstr "" #: src/www/pkg_edit.php 60 -msgid ""ERROR +msgid "ERROR No valid package defined.")); msgstr "" @@ -36024,56 +35936,56 @@ src/www/pkg_edit.php 245 $edit = ($only_edit ? '' " -msgid ""Edit")); +msgid "Edit")); msgstr "" #: src/www/pkg_edit.php 249 -msgid ""Package Editor"); +msgid "Package Editor"); msgstr "" #: src/www/pkg_edit.php 437 -msgid ""Save"); +msgid "Save"); msgstr "" #: src/www/pkg_edit.php 448 -msgid ""Advanced features") . "
                  n"; +msgid "Advanced features") . "
                  n"; msgstr "" #: src/www/pkg_edit.php 938 -msgid ""Note") . " +msgid "Note") . " {$pkg['note']}

                  "; msgstr "" #: src/www/pkg_edit.php 944 -msgid ""Cancel")."" onclick="window.location.href='" . $_SERVER['HTTP_REFERER'] . "'" />"; +msgid "Cancel")."" onclick="window.location.href='" . $_SERVER['HTTP_REFERER'] . "'" />"; msgstr "" #: src/www/pkg_edit.php 1133 -msgid ""Show advanced option") ."n"; +msgid "Show advanced option") ."n"; msgstr "" #: src/www/pkg_mgr.php 47 -msgid ""Package Manager")); +msgid "Package Manager")); msgstr "" #: src/www/pkg_mgr.php 73 -msgid ""Unable to retrieve package info from %s. Cached data will be used."), $xmlrpc_base_url); +msgid "Unable to retrieve package info from %s. Cached data will be used."), $xmlrpc_base_url); msgstr "" #: @@ -36085,26 +35997,26 @@ msgstr "" #: src/www/pkg_mgr.php 88 -msgid ""Package Manager")); +msgid "Package Manager")); msgstr "" #: src/www/pkg_mgr.php 130 -msgid ""Available Packages"), $requested_version <> "" ? false +msgid "Available Packages"), $requested_version <> "" ? false true, "pkg_mgr.php"); msgstr "" #: src/www/pkg_mgr.php 131 -msgid ""Installed Packages"), false, "pkg_mgr_installed.php"); +msgid "Installed Packages"), false, "pkg_mgr_installed.php"); msgstr "" #: src/www/pkg_mgr.php 171 -msgid ""All"), $menu_category=="All" ? true +msgid "All"), $menu_category=="All" ? true false, "pkg_mgr.php?category=All"); msgstr "" @@ -36118,58 +36030,58 @@ msgstr "" #: src/www/pkg_mgr.php 179 -msgid ""Other Categories"), $menu_category=="Other" ? true +msgid "Other Categories"), $menu_category=="Other" ? true false, "pkg_mgr.php?category=Other"); msgstr "" #: src/www/pkg_mgr.php 198 -msgid ""Name"); ?> +msgid "Name"); ?> msgstr "" #: src/www/pkg_mgr.php 201 -msgid ""Category").''."n"; +msgid "Category").''."n"; msgstr "" #: src/www/pkg_mgr.php 203 +msgid "Status"); ?> msgstr "" #: src/www/pkg_mgr.php 204 +msgid "Description"); ?> msgstr "" #: src/www/pkg_mgr.php 213 -msgid ""There are currently no packages available for installation.") . ""; +msgid "There are currently no packages available for installation.") . ""; msgstr "" #: src/www/pkg_mgr.php 235 -msgid ""Package info"); +msgid "Package info"); msgstr "" #: src/www/pkg_mgr.php 238 -msgid ""No package info, check the forum"); +msgid "No package info, check the forum"); msgstr "" #: src/www/pkg_mgr.php 245 -msgid ""Click on package name to access its website.")?>"> +msgid "Click on package name to access its website.")?>"> msgstr "" #: @@ -36181,13 +36093,13 @@ msgstr "" #: src/www/pkg_mgr.php 254 -msgid "" version to check its change log.").'" '; +msgid " version to check its change log.").'" '; msgstr "" #: src/www/pkg_mgr.php 266 -msgid ""platform") ." +msgid "platform") ." ". $index['required_version'] ?> msgstr "" @@ -36196,145 +36108,145 @@ src/www/pkg_mgr.php 270 "> +msgid "Click package info for more details about ".ucfirst($index['name'])." package.")?>"> msgstr "" #: src/www/pkg_mgr.php 282 -msgid ""Install ".ucfirst($index['name'])." package.")?>" class="btn btn-primary"> +msgid "Install ".ucfirst($index['name'])." package.")?>" class="btn btn-primary"> msgstr "" #: src/www/pkg_mgr.php 288 -msgid ""There are currently no packages available for installation.") . ""; +msgid "There are currently no packages available for installation.") . ""; msgstr "" #: src/www/pkg_mgr_install.php 44 -msgid ""Install Package")); +msgid "Install Package")); msgstr "" #: src/www/pkg_mgr_install.php 98 -msgid ""Available packages"), false, "pkg_mgr.php"); +msgid "Available packages"), false, "pkg_mgr.php"); msgstr "" #: src/www/pkg_mgr_install.php 99 -msgid ""Installed packages"), false, "pkg_mgr_installed.php"); +msgid "Installed packages"), false, "pkg_mgr_installed.php"); msgstr "" #: src/www/pkg_mgr_install.php 100 -msgid ""Package Installer"), true, ""); +msgid "Package Installer"), true, ""); msgstr "" #: src/www/pkg_mgr_install.php 169 -msgid ""Beginning package installation.");?> +msgid "Beginning package installation.");?> msgstr "" #: src/www/pkg_mgr_install.php 196 -msgid ""Something is wrong on the request.")); +msgid "Something is wrong on the request.")); msgstr "" #: src/www/pkg_mgr_install.php 200 -msgid ""Log was not retrievable.")); +msgid "Log was not retrievable.")); msgstr "" #: src/www/pkg_mgr_install.php 205 -msgid ""installation completed.")); +msgid "installation completed.")); msgstr "" #: src/www/pkg_mgr_install.php 208 -msgid ""Could not find %s."), $pkgname)); +msgid "Could not find %s."), $pkgname)); msgstr "" #: src/www/pkg_mgr_install.php 219 -msgid ""Creating restore point before package installation.")); +msgid "Creating restore point before package installation.")); msgstr "" #: src/www/pkg_mgr_install.php 224 -msgid ""Package deleted.")); +msgid "Package deleted.")); msgstr "" #: src/www/pkg_mgr_install.php 225 -msgid ""Package deleted."); +msgid "Package deleted."); msgstr "" #: src/www/pkg_mgr_install.php 235 -msgid ""Package reinstallation failed.")); +msgid "Package reinstallation failed.")); msgstr "" #: src/www/pkg_mgr_install.php 236 -msgid ""Package reinstallation failed."); +msgid "Package reinstallation failed."); msgstr "" #: src/www/pkg_mgr_install.php 239 -msgid ""Package reinstalled.")); +msgid "Package reinstalled.")); msgstr "" #: src/www/pkg_mgr_install.php 240 -msgid ""Package reinstalled."); +msgid "Package reinstalled."); msgstr "" #: src/www/pkg_mgr_install.php 261 -msgid ""All packages reinstalled.")); +msgid "All packages reinstalled.")); msgstr "" #: src/www/pkg_mgr_install.php 262 -msgid ""All packages reinstalled."); +msgid "All packages reinstalled."); msgstr "" #: src/www/pkg_mgr_install.php 266 -msgid ""No packages are installed.")); +msgid "No packages are installed.")); msgstr "" #: src/www/pkg_mgr_install.php 272 -msgid ""FAILED!")); +msgid "FAILED!")); msgstr "" #: src/www/pkg_mgr_install.php 273 -msgid ""Installation halted."); +msgid "Installation halted."); msgstr "" #: @@ -36346,128 +36258,128 @@ msgstr "" #: src/www/pkg_mgr_install.php 280 -msgid ""setup instructions") . " +msgid "setup instructions") . " n{$status}"; msgstr "" #: src/www/pkg_mgr_install.php 282 -msgid ""Installation completed. Please check to make sure that the package is configured from the respective menu then start the package."); +msgid "Installation completed. Please check to make sure that the package is configured from the respective menu then start the package."); msgstr "" #: src/www/pkg_mgr_installed.php 41 -msgid ""Package Manager")); +msgid "Package Manager")); msgstr "" #: src/www/pkg_mgr_installed.php 70 -msgid ""Package Manager")); +msgid "Package Manager")); msgstr "" #: src/www/pkg_mgr_installed.php 104 -msgid ""Available Packages"), false, "pkg_mgr.php"); +msgid "Available Packages"), false, "pkg_mgr.php"); msgstr "" #: src/www/pkg_mgr_installed.php 105 -msgid ""packages"), false, "pkg_mgr.php"); +msgid "packages"), false, "pkg_mgr.php"); msgstr "" #: src/www/pkg_mgr_installed.php 108 -msgid ""Installed Packages"), true, "pkg_mgr_installed.php"); +msgid "Installed Packages"), true, "pkg_mgr_installed.php"); msgstr "" #: src/www/pkg_mgr_installed.php 117 -msgid ""Name"); ?> +msgid "Name"); ?> msgstr "" #: src/www/pkg_mgr_installed.php 118 -msgid ""Category"); ?> +msgid "Category"); ?> msgstr "" #: src/www/pkg_mgr_installed.php 119 -msgid ""Version"); ?> +msgid "Version"); ?> msgstr "" #: src/www/pkg_mgr_installed.php 120 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/pkg_mgr_installed.php 148 -msgid ""Available") ." +msgid "Available") ." ". $latest_package . "
                  "; msgstr "" #: src/www/pkg_mgr_installed.php 150 -msgid ""Available") ." +msgid "Available") ." ". $latest_package . "
                  "; msgstr "" #: src/www/pkg_mgr_installed.php 151 -msgid ""Installed") ." +msgid "Installed") ." ". $pkg['version']. ""; msgstr "" #: src/www/pkg_mgr_installed.php 157 -msgid ""Available") ." +msgid "Available") ." ". $latest_package . "
                  "; msgstr "" #: src/www/pkg_mgr_installed.php 159 -msgid ""Available") ." +msgid "Available") ." ". $latest_package . "
                  "; msgstr "" #: src/www/pkg_mgr_installed.php 160 -msgid ""Installed") ." +msgid "Installed") ." ". $pkg['version'].""; msgstr "" #: src/www/pkg_mgr_installed.php 184 -msgid ""Package info"); +msgid "Package info"); msgstr "" #: src/www/pkg_mgr_installed.php 188 -msgid ""No package info, check the forum"); +msgid "No package info, check the forum"); msgstr "" #: src/www/pkg_mgr_installed.php 203 -msgid ""Click on ".ucfirst($pkg['name'])." version to check its change log."),"return").">{$pkgver}"; +msgid "Click on ".ucfirst($pkg['name'])." version to check its change log."),"return").">{$pkgver}"; msgstr "" #: @@ -36475,215 +36387,215 @@ src/www/pkg_mgr_installed.php 205 >>

                  msgstr "" #: src/www/pkg_mgr_installed.php 213 -msgid ""Reinstall ".ucfirst($pkg['name'])." package.");?>" class="btn btn-default btn-xs"> +msgid "Reinstall ".ucfirst($pkg['name'])." package.");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/pkg_mgr_installed.php 216 -msgid ""Reinstall ".ucfirst($pkg['name'])."'s GUI components.");?>" class="btn btn-default btn-xs"> +msgid "Reinstall ".ucfirst($pkg['name'])."'s GUI components.");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/pkg_mgr_installed.php 227 -msgid ""There are no packages currently installed."); ?> +msgid "There are no packages currently installed."); ?> msgstr "" #: src/www/pkg_mgr_settings.php 51 -msgid ""Package Settings")); +msgid "Package Settings")); msgstr "" #: src/www/pkg_mgr_settings.php 89 -msgid ""%s packages"), $version), false, "pkg_mgr.php"); +msgid "%s packages"), $version), false, "pkg_mgr.php"); msgstr "" #: src/www/pkg_mgr_settings.php 90 -msgid ""Installed Packages"), false, "pkg_mgr_installed.php"); +msgid "Installed Packages"), false, "pkg_mgr_installed.php"); msgstr "" #: src/www/pkg_mgr_settings.php 91 -msgid ""Package Settings"), true, "pkg_mgr_settings.php"); +msgid "Package Settings"), true, "pkg_mgr_settings.php"); msgstr "" #: src/www/pkg_mgr_settings.php 100 -msgid ""This page allows an alternate package repository to be configured, primarily for temporary use as a testing mechanism."); ?> +msgid "This page allows an alternate package repository to be configured, primarily for temporary use as a testing mechanism."); ?> msgstr "" #: src/www/pkg_mgr_settings.php 101 -msgid ""The contents of unofficial packages servers cannot be verified and may contain malicious files."); ?> +msgid "The contents of unofficial packages servers cannot be verified and may contain malicious files."); ?> msgstr "" #: src/www/pkg_mgr_settings.php 102 -msgid ""The package server settings should remain at their default values to ensure that verifiable and trusted packages are recevied."); ?> +msgid "The package server settings should remain at their default values to ensure that verifiable and trusted packages are recevied."); ?> msgstr "" #: src/www/pkg_mgr_settings.php 104 -msgid ""A warning is printed on the Dashboard and in the package manager when an unofficial package server is in use."); ?> +msgid "A warning is printed on the Dashboard and in the package manager when an unofficial package server is in use."); ?> msgstr "" #: src/www/pkg_mgr_settings.php 109 -msgid ""Package Repository URL");?> +msgid "Package Repository URL");?> msgstr "" #: src/www/pkg_mgr_settings.php 112 -msgid ""Package Repository URL");?> +msgid "Package Repository URL");?> msgstr "" #: src/www/pkg_mgr_settings.php 114 -msgid ""Use a non-official server for packages");?>
                  +msgid "Use a non-official server for packages");?>
                  msgstr "" #: src/www/pkg_mgr_settings.php 116 -msgid ""Base URL +msgid "Base URL ");?> msgstr "" #: src/www/pkg_mgr_settings.php 119 -msgid ""System -msgid ""page is viewed.");?> +msgid "System +msgid "page is viewed.");?> msgstr "" #: src/www/pkg_mgr_settings.php 131 -msgid ""Save");?>" /> +msgid "Save");?>" /> msgstr "" #: src/www/reboot.php 34 -msgid ""Reboot System")); +msgid "Reboot System")); msgstr "" #: src/www/reboot.php 47 -msgid ""Yes")) +msgid "Yes")) ?> msgstr "" #: src/www/reboot.php 49 -msgid ""The system is rebooting now. This may take one minute.")); ?> +msgid "The system is rebooting now. This may take one minute.")); ?> msgstr "" #: src/www/reboot.php 55 -msgid ""Are you sure you want to reboot the system?");?>

                  +msgid "Are you sure you want to reboot the system?");?>

                  msgstr "" #: src/www/reboot.php 57 -msgid ""Yes");?>" /> +msgid "Yes");?>" /> msgstr "" #: src/www/reboot.php 58 -msgid ""No");?> +msgid "No");?> msgstr "" #: src/www/restart_httpd.php 31 -msgid ""Restarting httpd")); +msgid "Restarting httpd")); msgstr "" #: src/www/restart_httpd.php 39 -msgid ""Mounting file systems read/write");?>... +msgid "Mounting file systems read/write");?>... msgstr "" #: src/www/restart_httpd.php 41 -msgid ""Done");?>.
                  +msgid "Done");?>.
                  msgstr "" #: src/www/restart_httpd.php 42 -msgid ""Forcing all PHP file permissions to 0755");?>... +msgid "Forcing all PHP file permissions to 0755");?>... msgstr "" #: src/www/restart_httpd.php 44 -msgid ""Done");?>.
                  +msgid "Done");?>.
                  msgstr "" #: src/www/restart_httpd.php 45 -msgid ""Mounting file systems read only");?>... +msgid "Mounting file systems read only");?>... msgstr "" #: src/www/restart_httpd.php 47 -msgid ""Done");?>.
                  +msgid "Done");?>.
                  msgstr "" #: src/www/restart_httpd.php 48 -msgid ""Restarting mini_httpd");?>... +msgid "Restarting mini_httpd");?>... msgstr "" #: src/www/restart_httpd.php 50 -msgid ""Done");?>.
                  +msgid "Done");?>.
                  msgstr "" #: src/www/services_captiveportal.php 56 -msgid ""Captive portal"), $a_cp[$cpzone]['zone']); +msgid "Captive portal"), $a_cp[$cpzone]['zone']); msgstr "" #: src/www/services_captiveportal.php 75 -msgid ""Captive Portal +msgid "Captive Portal zone %s Restore default portal page"), $cpzone)); msgstr "" @@ -36691,7 +36603,7 @@ msgstr "" #: src/www/services_captiveportal.php 94 -msgid ""Captive Portal +msgid "Captive Portal zone %s Restore default error page"), $cpzone)); msgstr "" @@ -36699,7 +36611,7 @@ msgstr "" #: src/www/services_captiveportal.php 113 -msgid ""Captive Portal +msgid "Captive Portal zone %s Restore default logout page"), $cpzone)); msgstr "" @@ -36707,787 +36619,787 @@ msgstr "" #: src/www/services_captiveportal.php 198 -msgid ""Interface")); +msgid "Interface")); msgstr "" #: src/www/services_captiveportal.php 206 -msgid ""The captive portal cannot be used on interface %s since it is part of a bridge."), $cpbrif); +msgid "The captive portal cannot be used on interface %s since it is part of a bridge."), $cpbrif); msgstr "" #: src/www/services_captiveportal.php 210 -msgid ""The captive portal cannot be used on interface %s since it is used already on %s instance."), $cpbrif, $cp['zone']); +msgid "The captive portal cannot be used on interface %s since it is used already on %s instance."), $cpbrif, $cp['zone']); msgstr "" #: src/www/services_captiveportal.php 218 -msgid ""Certificate must be specified for HTTPS login."); +msgid "Certificate must be specified for HTTPS login."); msgstr "" #: src/www/services_captiveportal.php 221 -msgid ""The HTTPS server name must be specified for HTTPS login."); +msgid "The HTTPS server name must be specified for HTTPS login."); msgstr "" #: src/www/services_captiveportal.php 228 -msgid ""The timeout must be at least 1 minute."); +msgid "The timeout must be at least 1 minute."); msgstr "" #: src/www/services_captiveportal.php 241 -msgid ""Hard timeout must be less or equal Default lease time set on DHCP Server"); +msgid "Hard timeout must be less or equal Default lease time set on DHCP Server"); msgstr "" #: src/www/services_captiveportal.php 246 -msgid ""The idle timeout must be at least 1 minute."); +msgid "The idle timeout must be at least 1 minute."); msgstr "" #: src/www/services_captiveportal.php 249 -msgid ""The pass-through credit count must be a number or left blank."); +msgid "The pass-through credit count must be a number or left blank."); msgstr "" #: src/www/services_captiveportal.php 252 -msgid ""The waiting period to restore pass-through credits must be above 0 hours."); +msgid "The waiting period to restore pass-through credits must be above 0 hours."); msgstr "" #: src/www/services_captiveportal.php 256 -msgid ""A valid IP address must be specified. [%s]"), $_POST['radiusip']); +msgid "A valid IP address must be specified. [%s]"), $_POST['radiusip']); msgstr "" #: src/www/services_captiveportal.php 259 -msgid ""A valid IP address must be specified. [%s]"), $_POST['radiusip2']); +msgid "A valid IP address must be specified. [%s]"), $_POST['radiusip2']); msgstr "" #: src/www/services_captiveportal.php 262 -msgid ""A valid IP address must be specified. [%s]"), $_POST['radiusip3']); +msgid "A valid IP address must be specified. [%s]"), $_POST['radiusip3']); msgstr "" #: src/www/services_captiveportal.php 265 -msgid ""A valid IP address must be specified. [%s]"), $_POST['radiusip4']); +msgid "A valid IP address must be specified. [%s]"), $_POST['radiusip4']); msgstr "" #: src/www/services_captiveportal.php 268 -msgid ""A valid port number must be specified. [%s]"), $_POST['radiusport']); +msgid "A valid port number must be specified. [%s]"), $_POST['radiusport']); msgstr "" #: src/www/services_captiveportal.php 271 -msgid ""A valid port number must be specified. [%s]"), $_POST['radiusport2']); +msgid "A valid port number must be specified. [%s]"), $_POST['radiusport2']); msgstr "" #: src/www/services_captiveportal.php 274 -msgid ""A valid port number must be specified. [%s]"), $_POST['radiusport3']); +msgid "A valid port number must be specified. [%s]"), $_POST['radiusport3']); msgstr "" #: src/www/services_captiveportal.php 277 -msgid ""A valid port number must be specified. [%s]"), $_POST['radiusport4']); +msgid "A valid port number must be specified. [%s]"), $_POST['radiusport4']); msgstr "" #: src/www/services_captiveportal.php 280 -msgid ""A valid port number must be specified. [%s]"), $_POST['radiusacctport']); +msgid "A valid port number must be specified. [%s]"), $_POST['radiusacctport']); msgstr "" #: src/www/services_captiveportal.php 283 -msgid ""The maximum number of concurrent connections per client IP address may not be larger than the global maximum."); +msgid "The maximum number of concurrent connections per client IP address may not be larger than the global maximum."); msgstr "" #: src/www/services_captiveportal.php 286 -msgid ""The NAS-Identifier must be 3-253 characters long and should only contain ASCII characters."); +msgid "The NAS-Identifier must be 3-253 characters long and should only contain ASCII characters."); msgstr "" #: src/www/services_captiveportal.php 500 -msgid ""Captive portal(s)"), true, "services_captiveportal.php?zone={$cpzone}"); +msgid "Captive portal(s)"), true, "services_captiveportal.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal.php 501 -msgid ""MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +msgid "MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal.php 502 -msgid ""Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +msgid "Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal.php 504 -msgid ""Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +msgid "Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal.php 505 -msgid ""Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +msgid "Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal.php 506 -msgid ""File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +msgid "File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal.php 522 -msgid ""Enable captive portal"); ?> +msgid "Enable captive portal"); ?> msgstr "" #: src/www/services_captiveportal.php 525 -msgid ""Interfaces"); ?> +msgid "Interfaces"); ?> msgstr "" #: src/www/services_captiveportal.php 537 -msgid ""Select the interface(s) to enable for captive portal."); ?> +msgid "Select the interface(s) to enable for captive portal."); ?> msgstr "" #: src/www/services_captiveportal.php 540 -msgid ""Maximum concurrent connections"); ?> +msgid "Maximum concurrent connections"); ?> msgstr "" #: src/www/services_captiveportal.php 544 -msgid ""per client IP address (0 = no limit)"); ?> +msgid "per client IP address (0 = no limit)"); ?> msgstr "" #: src/www/services_captiveportal.php 547 -msgid ""This setting limits the number of concurrent connections to the captive portal HTTP(S) server. This does not set how many users can be logged in " . +msgid "This setting limits the number of concurrent connections to the captive portal HTTP(S) server. This does not set how many users can be logged in " . msgstr "" #: src/www/services_captiveportal.php 552 -msgid ""Idle timeout"); ?> +msgid "Idle timeout"); ?> msgstr "" #: src/www/services_captiveportal.php 555 -msgid ""minutes"); ?>
                  +msgid "minutes"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 556 -msgid ""Clients will be disconnected after this amount of inactivity. They may log in again immediately, though. Leave this field blank for no idle timeout."); ?> +msgid "Clients will be disconnected after this amount of inactivity. They may log in again immediately, though. Leave this field blank for no idle timeout."); ?> msgstr "" #: src/www/services_captiveportal.php 559 -msgid ""Hard timeout"); ?> +msgid "Hard timeout"); ?> msgstr "" #: src/www/services_captiveportal.php 562 -msgid ""minutes"); ?>
                  +msgid "minutes"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 563 -msgid ""Clients will be disconnected after this amount of time, regardless of activity. They may log in again immediately, though. Leave this field blank for no hard timeout (not recommended unless an idle timeout is set)."); ?> +msgid "Clients will be disconnected after this amount of time, regardless of activity. They may log in again immediately, though. Leave this field blank for no hard timeout (not recommended unless an idle timeout is set)."); ?> msgstr "" #: src/www/services_captiveportal.php 567 -msgid ""Pass-through credits allowed per MAC address"); ?> +msgid "Pass-through credits allowed per MAC address"); ?> msgstr "" #: src/www/services_captiveportal.php 570 -msgid ""per client MAC address (0 or blank = none)"); ?>
                  +msgid "per client MAC address (0 or blank = none)"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 571 -msgid ""This setting allows passing through the captive portal without authentication a limited number of times per MAC address. Once used up, the client can only log in with valid credentials until the waiting period specified below has expired. Recommended to set a hard timeout and/or idle timeout when using this for it to be effective."); ?> +msgid "This setting allows passing through the captive portal without authentication a limited number of times per MAC address. Once used up, the client can only log in with valid credentials until the waiting period specified below has expired. Recommended to set a hard timeout and/or idle timeout when using this for it to be effective."); ?> msgstr "" #: src/www/services_captiveportal.php 574 -msgid ""Waiting period to restore pass-through credits"); ?> +msgid "Waiting period to restore pass-through credits"); ?> msgstr "" #: src/www/services_captiveportal.php 577 -msgid ""hours"); ?>
                  +msgid "hours"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 578 -msgid ""Clients will have their available pass-through credits restored to the original count after this amount of time since using the first one. This must be above 0 hours if pass-through credits are enabled."); ?> +msgid "Clients will have their available pass-through credits restored to the original count after this amount of time since using the first one. This must be above 0 hours if pass-through credits are enabled."); ?> msgstr "" #: src/www/services_captiveportal.php 581 -msgid ""Reset waiting period on attempted access"); ?> +msgid "Reset waiting period on attempted access"); ?> msgstr "" #: src/www/services_captiveportal.php 584 -msgid ""Enable waiting period reset on attempted access"); ?>
                  +msgid "Enable waiting period reset on attempted access"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 585 -msgid ""If enabled, the waiting period is reset to the original duration if access is attempted when all pass-through credits have already been exhausted."); ?> +msgid "If enabled, the waiting period is reset to the original duration if access is attempted when all pass-through credits have already been exhausted."); ?> msgstr "" #: src/www/services_captiveportal.php 589 -msgid ""Logout popup window"); ?> +msgid "Logout popup window"); ?> msgstr "" #: src/www/services_captiveportal.php 592 -msgid ""Enable logout popup window"); ?>
                  +msgid "Enable logout popup window"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 593 -msgid ""If enabled, a popup window will appear when clients are allowed through the captive portal. This allows clients to explicitly disconnect themselves before the idle or hard timeout occurs."); ?> +msgid "If enabled, a popup window will appear when clients are allowed through the captive portal. This allows clients to explicitly disconnect themselves before the idle or hard timeout occurs."); ?> msgstr "" #: src/www/services_captiveportal.php 596 -msgid ""Pre-authentication redirect URL"); ?> +msgid "Pre-authentication redirect URL"); ?> msgstr "" #: src/www/services_captiveportal.php 599 -msgid ""Use this field to set $PORTAL_REDIRURL$ variable which can be accessed using your custom captive portal index.php page or error pages."));?> +msgid "Use this field to set $PORTAL_REDIRURL$ variable which can be accessed using your custom captive portal index.php page or error pages."));?> msgstr "" #: src/www/services_captiveportal.php 603 -msgid ""After authentication Redirection URL"); ?> +msgid "After authentication Redirection URL"); ?> msgstr "" #: src/www/services_captiveportal.php 607 -msgid ""If you provide a URL here, clients will be redirected to that URL instead of the one they initially tried " . +msgid "If you provide a URL here, clients will be redirected to that URL instead of the one they initially tried " . msgstr "" #: src/www/services_captiveportal.php 612 -msgid ""Blocked MAC address redirect URL"); ?> +msgid "Blocked MAC address redirect URL"); ?> msgstr "" #: src/www/services_captiveportal.php 615 -msgid ""If you provide a URL here, MAC addresses set to be blocked will be redirect to that URL when attempt to access anything."));?> +msgid "If you provide a URL here, MAC addresses set to be blocked will be redirect to that URL when attempt to access anything."));?> msgstr "" #: src/www/services_captiveportal.php 620 -msgid ""Concurrent user logins"); ?> +msgid "Concurrent user logins"); ?> msgstr "" #: src/www/services_captiveportal.php 623 -msgid ""Disable concurrent logins"); ?>
                  +msgid "Disable concurrent logins"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 624 -msgid ""If this option is set, only the most recent login per username will be active. Subsequent logins will cause machines previously logged in with the same username to be disconnected."); ?> +msgid "If this option is set, only the most recent login per username will be active. Subsequent logins will cause machines previously logged in with the same username to be disconnected."); ?> msgstr "" #: src/www/services_captiveportal.php 628 -msgid ""Per-user bandwidth restriction"); ?> +msgid "Per-user bandwidth restriction"); ?> msgstr "" #: src/www/services_captiveportal.php 631 -msgid ""Enable per-user bandwidth restriction"); ?>

                  +msgid "Enable per-user bandwidth restriction"); ?>

                  msgstr "" #: src/www/services_captiveportal.php 634 -msgid ""Default download"); ?> +msgid "Default download"); ?> msgstr "" #: src/www/services_captiveportal.php 635 -msgid ""Kbit/s"); ?> +msgid "Kbit/s"); ?> msgstr "" #: src/www/services_captiveportal.php 638 -msgid ""Default upload"); ?> +msgid "Default upload"); ?> msgstr "" #: src/www/services_captiveportal.php 639 -msgid ""Kbit/s"); ?> +msgid "Kbit/s"); ?> msgstr "" #: src/www/services_captiveportal.php 642 -msgid ""If this option is set, the captive portal will restrict each user who logs in to the specified default bandwidth. RADIUS can override the default settings. Leave empty or set to 0 for no limit."); ?> +msgid "If this option is set, the captive portal will restrict each user who logs in to the specified default bandwidth. RADIUS can override the default settings. Leave empty or set to 0 for no limit."); ?> msgstr "" #: src/www/services_captiveportal.php 646 -msgid ""Authentication"); ?> +msgid "Authentication"); ?> msgstr "" #: src/www/services_captiveportal.php 651 -msgid ""No Authentication"); ?> +msgid "No Authentication"); ?> msgstr "" #: src/www/services_captiveportal.php 655 -msgid ""Vouchers"); ?> +msgid "Vouchers"); ?> msgstr "" #: src/www/services_captiveportal.php 664 -msgid ""Allow only users/groups with 'Captive portal login' privilege set"); ?> +msgid "Allow only users/groups with 'Captive portal login' privilege set"); ?> msgstr "" #: src/www/services_captiveportal.php 667 -msgid ""RADIUS Authentication"); ?> +msgid "RADIUS Authentication"); ?> msgstr "" #: src/www/services_captiveportal.php 673 -msgid ""Radius Protocol"); ?> +msgid "Radius Protocol"); ?> msgstr "" #: src/www/services_captiveportal.php 678 -msgid ""PAP"); ?> +msgid "PAP"); ?> msgstr "" #: src/www/services_captiveportal.php 682 -msgid ""CHAP_MD5"); ?> +msgid "CHAP_MD5"); ?> msgstr "" #: src/www/services_captiveportal.php 686 -msgid ""MSCHAPv1"); ?> +msgid "MSCHAPv1"); ?> msgstr "" #: src/www/services_captiveportal.php 690 -msgid ""MSCHAPv2"); ?> +msgid "MSCHAPv2"); ?> msgstr "" #: src/www/services_captiveportal.php 707 -msgid ""Primary RADIUS server"); ?> +msgid "Primary RADIUS server"); ?> msgstr "" #: src/www/services_captiveportal.php 710 -msgid ""IP address"); ?> +msgid "IP address"); ?> msgstr "" #: src/www/services_captiveportal.php 712 -msgid ""Enter the IP address of the RADIUS server which users of the captive portal have to authenticate against."); ?> +msgid "Enter the IP address of the RADIUS server which users of the captive portal have to authenticate against."); ?> msgstr "" #: src/www/services_captiveportal.php 715 -msgid ""Port"); ?> +msgid "Port"); ?> msgstr "" #: src/www/services_captiveportal.php 717 -msgid ""Leave this field blank to use the default port (1812)."); ?> +msgid "Leave this field blank to use the default port (1812)."); ?> msgstr "" #: src/www/services_captiveportal.php 720 -msgid ""Shared secret"); ?>   +msgid "Shared secret"); ?>   msgstr "" #: src/www/services_captiveportal.php 722 -msgid ""Leave this field blank to not use a RADIUS shared secret (not recommended)."); ?> +msgid "Leave this field blank to not use a RADIUS shared secret (not recommended)."); ?> msgstr "" #: src/www/services_captiveportal.php 728 -msgid ""Secondary RADIUS server"); ?> +msgid "Secondary RADIUS server"); ?> msgstr "" #: src/www/services_captiveportal.php 731 -msgid ""IP address"); ?> +msgid "IP address"); ?> msgstr "" #: src/www/services_captiveportal.php 733 -msgid ""If you have a second RADIUS server, you can activate it by entering its IP address here."); ?> +msgid "If you have a second RADIUS server, you can activate it by entering its IP address here."); ?> msgstr "" #: src/www/services_captiveportal.php 736 -msgid ""Port"); ?> +msgid "Port"); ?> msgstr "" #: src/www/services_captiveportal.php 740 -msgid ""Shared secret"); ?>   +msgid "Shared secret"); ?>   msgstr "" #: src/www/services_captiveportal.php 750 -msgid ""Primary RADIUS server"); ?> +msgid "Primary RADIUS server"); ?> msgstr "" #: src/www/services_captiveportal.php 753 -msgid ""IP address"); ?> +msgid "IP address"); ?> msgstr "" #: src/www/services_captiveportal.php 755 -msgid ""If you have a third RADIUS server, you can activate it by entering its IP address here."); ?> +msgid "If you have a third RADIUS server, you can activate it by entering its IP address here."); ?> msgstr "" #: src/www/services_captiveportal.php 758 -msgid ""Port"); ?> +msgid "Port"); ?> msgstr "" #: src/www/services_captiveportal.php 762 -msgid ""Shared secret"); ?>   +msgid "Shared secret"); ?>   msgstr "" #: src/www/services_captiveportal.php 769 -msgid ""Secondary RADIUS server"); ?> +msgid "Secondary RADIUS server"); ?> msgstr "" #: src/www/services_captiveportal.php 772 -msgid ""IP address"); ?> +msgid "IP address"); ?> msgstr "" #: src/www/services_captiveportal.php 774 -msgid ""If you have a fourth RADIUS server, you can activate it by entering its IP address here."); ?> +msgid "If you have a fourth RADIUS server, you can activate it by entering its IP address here."); ?> msgstr "" #: src/www/services_captiveportal.php 777 -msgid ""Port"); ?> +msgid "Port"); ?> msgstr "" #: src/www/services_captiveportal.php 781 -msgid ""Shared secret"); ?>   +msgid "Shared secret"); ?>   msgstr "" #: src/www/services_captiveportal.php 788 -msgid ""Accounting"); ?> +msgid "Accounting"); ?> msgstr "" #: src/www/services_captiveportal.php 793 -msgid ""send RADIUS accounting packets"); ?>
                  +msgid "send RADIUS accounting packets"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 794 -msgid ""If this is enabled, RADIUS accounting packets will be sent to the primary RADIUS server."); ?> +msgid "If this is enabled, RADIUS accounting packets will be sent to the primary RADIUS server."); ?> msgstr "" #: src/www/services_captiveportal.php 797 -msgid ""Accounting port"); ?> +msgid "Accounting port"); ?> msgstr "" #: src/www/services_captiveportal.php 799 -msgid ""Leave blank to use the default port (1813)."); ?> +msgid "Leave blank to use the default port (1813)."); ?> msgstr "" #: src/www/services_captiveportal.php 805 -msgid ""Accounting updates"); ?> +msgid "Accounting updates"); ?> msgstr "" #: src/www/services_captiveportal.php 807 -msgid ""no accounting updates"); ?>
                  +msgid "no accounting updates"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 808 -msgid ""stop/start accounting"); ?>
                  +msgid "stop/start accounting"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 809 -msgid ""interim update"); ?> +msgid "interim update"); ?> msgstr "" #: src/www/services_captiveportal.php 816 -msgid ""RADIUS options"); ?> +msgid "RADIUS options"); ?> msgstr "" #: src/www/services_captiveportal.php 819 -msgid ""Reauthentication"); ?> +msgid "Reauthentication"); ?> msgstr "" #: src/www/services_captiveportal.php 821 -msgid ""Reauthenticate connected users every minute"); ?>
                  +msgid "Reauthenticate connected users every minute"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 822 -msgid ""If reauthentication is enabled, Access-Requests will be sent to the RADIUS server for each user that is " . +msgid "If reauthentication is enabled, Access-Requests will be sent to the RADIUS server for each user that is " . msgstr "" #: src/www/services_captiveportal.php 826 -msgid ""RADIUS MAC authentication"); ?> +msgid "RADIUS MAC authentication"); ?> msgstr "" #: src/www/services_captiveportal.php 828 -msgid ""Enable RADIUS MAC authentication"); ?>
                  +msgid "Enable RADIUS MAC authentication"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 829 -msgid ""If this option is enabled, the captive portal will try to authenticate users by sending their MAC address as the username and the password " . +msgid "If this option is enabled, the captive portal will try to authenticate users by sending their MAC address as the username and the password " . msgstr "" #: src/www/services_captiveportal.php 833 -msgid ""MAC authentication secret"); ?> +msgid "MAC authentication secret"); ?> msgstr "" #: src/www/services_captiveportal.php 837 -msgid ""RADIUS NAS IP attribute"); ?> +msgid "RADIUS NAS IP attribute"); ?> msgstr "" #: src/www/services_captiveportal.php 867 -msgid ""Choose the IP to use for calling station attribute."); ?> +msgid "Choose the IP to use for calling station attribute."); ?> msgstr "" #: src/www/services_captiveportal.php 872 -msgid ""Session-Timeout"); ?> +msgid "Session-Timeout"); ?> msgstr "" #: src/www/services_captiveportal.php 873 -msgid ""Use RADIUS Session-Timeout attributes"); ?>
                  +msgid "Use RADIUS Session-Timeout attributes"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 874 -msgid ""When this is enabled, clients will be disconnected after the amount of time retrieved from the RADIUS Session-Timeout attribute."); ?> +msgid "When this is enabled, clients will be disconnected after the amount of time retrieved from the RADIUS Session-Timeout attribute."); ?> msgstr "" #: src/www/services_captiveportal.php 878 -msgid ""Type"); ?> +msgid "Type"); ?> msgstr "" #: src/www/services_captiveportal.php 880 -msgid ""default"); ?> +msgid "default"); ?> msgstr "" #: src/www/services_captiveportal.php 890 -msgid ""If RADIUS type is set to Cisco, in Access-Requests the value of Calling-Station-Id will be set to the client's IP address and " . +msgid "If RADIUS type is set to Cisco, in Access-Requests the value of Calling-Station-Id will be set to the client's IP address and " . msgstr "" #: src/www/services_captiveportal.php 896 -msgid ""Accounting Style"); ?> +msgid "Accounting Style"); ?> msgstr "" #: src/www/services_captiveportal.php 897 -msgid ""Invert Acct-Input-Octets and Acct-Output-Octets"); ?>
                  +msgid "Invert Acct-Input-Octets and Acct-Output-Octets"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 898 -msgid ""When this is enabled, data counts for RADIUS accounting packets will be taken from the client perspective, not the NAS. Acct-Input-Octets will represent download, and Acct-Output-Octets will represent upload."); ?> +msgid "When this is enabled, data counts for RADIUS accounting packets will be taken from the client perspective, not the NAS. Acct-Input-Octets will represent download, and Acct-Output-Octets will represent upload."); ?> msgstr "" #: src/www/services_captiveportal.php 902 -msgid ""NAS Identifier"); ?> +msgid "NAS Identifier"); ?> msgstr "" #: src/www/services_captiveportal.php 904 -msgid ""Specify a NAS identifier to override the default value") . " (" . php_uname("n") . ")"; ?> +msgid "Specify a NAS identifier to override the default value") . " (" . php_uname("n") . ")"; ?> msgstr "" #: src/www/services_captiveportal.php 907 -msgid ""MAC address format"); ?> +msgid "MAC address format"); ?> msgstr "" #: src/www/services_captiveportal.php 910 -msgid ""default"); ?> +msgid "default"); ?> msgstr "" #: @@ -37505,19 +37417,19 @@ msgstr "" #: src/www/services_captiveportal.php 922 -msgid ""This option changes the MAC address format used in the whole RADIUS system. Change this if you also"); ?> +msgid "This option changes the MAC address format used in the whole RADIUS system. Change this if you also"); ?> msgstr "" #: src/www/services_captiveportal.php 923 -msgid ""need to change the username format for RADIUS MAC authentication."); ?>
                  +msgid "need to change the username format for RADIUS MAC authentication."); ?>
                  msgstr "" #: src/www/services_captiveportal.php 924 -msgid ""default +msgid "default "); ?> 00 11 22 @@ -37529,113 +37441,113 @@ msgstr "" #: src/www/services_captiveportal.php 925 -msgid ""singledash +msgid "singledash "); ?> 001122-334455
                  msgstr "" #: src/www/services_captiveportal.php 926 -msgid ""ietf +msgid "ietf "); ?> 00-11-22-33-44-55
                  msgstr "" #: src/www/services_captiveportal.php 927 -msgid ""cisco +msgid "cisco "); ?> 0011.2233.4455
                  msgstr "" #: src/www/services_captiveportal.php 928 -msgid ""unformatted +msgid "unformatted "); ?> 001122334455 msgstr "" #: src/www/services_captiveportal.php 935 -msgid ""HTTPS login"); ?> +msgid "HTTPS login"); ?> msgstr "" #: src/www/services_captiveportal.php 938 -msgid ""Enable HTTPS login"); ?>
                  +msgid "Enable HTTPS login"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 939 -msgid ""If enabled, the username and password will be transmitted over an HTTPS connection to protect against eavesdroppers. A server name and certificate must also be specified below."); ?> +msgid "If enabled, the username and password will be transmitted over an HTTPS connection to protect against eavesdroppers. A server name and certificate must also be specified below."); ?> msgstr "" #: src/www/services_captiveportal.php 942 -msgid ""HTTPS server name"); ?> +msgid "HTTPS server name"); ?> msgstr "" #: src/www/services_captiveportal.php 945 -msgid ""This name will be used in the form action for the HTTPS POST and should match the Common Name (CN) in your certificate (otherwise, the client browser will most likely display a security warning). Make sure captive portal clients can resolve this name in DNS and verify on the client that the IP resolves to the correct interface IP on %s."), $g['product_name']);?> +msgid "This name will be used in the form action for the HTTPS POST and should match the Common Name (CN) in your certificate (otherwise, the client browser will most likely display a security warning). Make sure captive portal clients can resolve this name in DNS and verify on the client that the IP resolves to the correct interface IP on %s."), $g['product_name']);?> msgstr "" #: src/www/services_captiveportal.php 948 -msgid ""SSL Certificate"); ?> +msgid "SSL Certificate"); ?> msgstr "" #: src/www/services_captiveportal.php 962 -msgid ""No Certificates defined."); ?>
                  Create one under System > Cert Manager. +msgid "No Certificates defined."); ?>
                  Create one under System > Cert Manager. msgstr "" #: src/www/services_captiveportal.php 967 -msgid ""Disable HTTPS forwards"); ?> +msgid "Disable HTTPS forwards"); ?> msgstr "" #: src/www/services_captiveportal.php 970 -msgid ""Disable HTTPS forwards"); ?>
                  +msgid "Disable HTTPS forwards"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 971 -msgid ""If this option is set, attempts to connect to SSL/HTTPS (Port 443) sites will not be forwarded to the captive portal. This prevents certificate errors from being presented to the user even if HTTPS logins are enabled. Users must attempt a connecton to an HTTP (Port 80) site to get forwarded to the captive portal. If HTTPS logins are enabled, the user will be redirected to the HTTPS login page."); ?> +msgid "If this option is set, attempts to connect to SSL/HTTPS (Port 443) sites will not be forwarded to the captive portal. This prevents certificate errors from being presented to the user even if HTTPS logins are enabled. Users must attempt a connecton to an HTTP (Port 80) site to get forwarded to the captive portal. If HTTPS logins are enabled, the user will be redirected to the HTTPS login page."); ?> msgstr "" #: src/www/services_captiveportal.php 974 -msgid ""Portal page contents"); ?> +msgid "Portal page contents"); ?> msgstr "" #: src/www/services_captiveportal.php 989 -msgid ""View current page"); ?> +msgid "View current page"); ?> msgstr "" #: src/www/services_captiveportal.php 991 -msgid ""Download current page"); ?> +msgid "Download current page"); ?> msgstr "" #: src/www/services_captiveportal.php 994 -msgid ""Restore default portal page"); ?> +msgid "Restore default portal page"); ?> msgstr "" #: @@ -37647,141 +37559,141 @@ msgstr "" #: src/www/services_captiveportal.php 1012 -msgid ""Example code for the form +msgid "Example code for the form "); ?>
                  msgstr "" #: src/www/services_captiveportal.php 1023 -msgid ""Authentication"); ?>
                  +msgid "Authentication"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 1024 -msgid ""error page"); ?>
                  +msgid "error page"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 1025 -msgid ""contents"); ?> +msgid "contents"); ?> msgstr "" #: src/www/services_captiveportal.php 1029 -msgid ""View current page"); ?> +msgid "View current page"); ?> msgstr "" #: src/www/services_captiveportal.php 1031 -msgid ""Download current page"); ?> +msgid "Download current page"); ?> msgstr "" #: src/www/services_captiveportal.php 1034 -msgid ""Restore default error page"); ?> +msgid "Restore default error page"); ?> msgstr "" #: src/www/services_captiveportal.php 1039 -msgid ""The contents of the HTML/PHP file that you upload here are displayed when an authentication error occurs. " . +msgid "The contents of the HTML/PHP file that you upload here are displayed when an authentication error occurs. " . msgstr "" #: src/www/services_captiveportal.php 1040 -msgid ""which will be replaced by the error or reply messages from the RADIUS server, if any."); ?> +msgid "which will be replaced by the error or reply messages from the RADIUS server, if any."); ?> msgstr "" #: src/www/services_captiveportal.php 1043 -msgid ""Logout"); ?>
                  +msgid "Logout"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 1044 -msgid ""page"); ?>
                  +msgid "page"); ?>
                  msgstr "" #: src/www/services_captiveportal.php 1045 -msgid ""contents"); ?> +msgid "contents"); ?> msgstr "" #: src/www/services_captiveportal.php 1049 -msgid ""View current page"); ?> +msgid "View current page"); ?> msgstr "" #: src/www/services_captiveportal.php 1051 -msgid ""Download current page"); ?> +msgid "Download current page"); ?> msgstr "" #: src/www/services_captiveportal.php 1054 -msgid ""Restore default logout page"); ?> +msgid "Restore default logout page"); ?> msgstr "" #: src/www/services_captiveportal.php 1059 -msgid ""The contents of the HTML/PHP file that you upload here are displayed on authentication success when the logout popup is enabled."); ?> +msgid "The contents of the HTML/PHP file that you upload here are displayed on authentication success when the logout popup is enabled."); ?> msgstr "" #: src/www/services_captiveportal.php 1065 -msgid ""Save"); ?>" onclick="enable_change(true)" /> +msgid "Save"); ?>" onclick="enable_change(true)" /> msgstr "" #: src/www/services_captiveportal.php 1066 -msgid ""Cancel"); ?>" onclick="enable_change(true)" /> +msgid "Cancel"); ?>" onclick="enable_change(true)" /> msgstr "" #: src/www/services_captiveportal.php 1071 -msgid ""Note +msgid "Note "); ?>
                  msgstr "" #: src/www/services_captiveportal.php 1072 -msgid ""Changing any settings on this page will disconnect all clients! Don't forget to enable the DHCP server on your captive portal interface! Make sure that the default/maximum DHCP lease time is higher than the timeout entered on this page. Also, the DNS forwarder needs to be enabled for DNS lookups by unauthenticated clients to work."); ?> +msgid "Changing any settings on this page will disconnect all clients! Don't forget to enable the DHCP server on your captive portal interface! Make sure that the default/maximum DHCP lease time is higher than the timeout entered on this page. Also, the DNS forwarder needs to be enabled for DNS lookups by unauthenticated clients to work."); ?> msgstr "" #: src/www/services_captiveportal_filemanager.php 59 -msgid ""Captive portal"), $a_cp[$cpzone]['zone']); +msgid "Captive portal"), $a_cp[$cpzone]['zone']); msgstr "" #: src/www/services_captiveportal_filemanager.php 86 -msgid ""A file with the name '%s' already exists."), $name); +msgid "A file with the name '%s' already exists."), $name); msgstr "" #: src/www/services_captiveportal_filemanager.php 93 -msgid ""The total size of all files uploaded may not exceed ") . +msgid "The total size of all files uploaded may not exceed ") . msgstr "" #: @@ -37793,945 +37705,945 @@ msgstr "" #: src/www/services_captiveportal_filemanager.php 146 -msgid ""Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +msgid "Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_filemanager.php 147 -msgid ""MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +msgid "MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_filemanager.php 148 -msgid ""Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +msgid "Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_filemanager.php 150 -msgid ""Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +msgid "Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_filemanager.php 151 -msgid ""Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +msgid "Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_filemanager.php 152 -msgid ""File Manager"), true, "services_captiveportal_filemanager.php?zone={$cpzone}"); +msgid "File Manager"), true, "services_captiveportal_filemanager.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_filemanager.php 173 -msgid ""Upload"); ?>" /> +msgid "Upload"); ?>" /> msgstr "" #: src/www/services_captiveportal_filemanager.php 189 -msgid ""Name"); ?> +msgid "Name"); ?> msgstr "" #: src/www/services_captiveportal_filemanager.php 190 -msgid ""Size"); ?> +msgid "Size"); ?> msgstr "" #: src/www/services_captiveportal_filemanager.php 201 -msgid ""Do you really want to delete this file?"); ?>')"> +msgid "Do you really want to delete this file?"); ?>')"> msgstr "" #: src/www/services_captiveportal_filemanager.php 202 -msgid ""delete file"); ?>"> +msgid "delete file"); ?>"> msgstr "" #: src/www/services_captiveportal_filemanager.php 209 +msgid "TOTAL"); ?> msgstr "" #: src/www/services_captiveportal_filemanager.php 219 -msgid ""Note +msgid "Note "); ?>
                  msgstr "" #: src/www/services_captiveportal_filemanager.php 221 -msgid ""Any files that you upload here with the filename prefix of captiveportal- will " . +msgid "Any files that you upload here with the filename prefix of captiveportal- will " . msgstr "" #: src/www/services_captiveportal_filemanager.php 228 -msgid ""In addition, you can also upload .php files for execution. You can pass the filename " . +msgid "In addition, you can also upload .php files for execution. You can pass the filename " . msgstr "" #: src/www/services_captiveportal_filemanager.php 231 -msgid ""Acceptable usage policy"); ?></a> +msgid "Acceptable usage policy"); ?></a> msgstr "" #: src/www/services_captiveportal_filemanager.php 233 -msgid ""The total size limit for all files is %s."), format_bytes($g['captiveportal_element_sizelimit']));?> +msgid "The total size limit for all files is %s."), format_bytes($g['captiveportal_element_sizelimit']));?> msgstr "" #: src/www/services_captiveportal_hostname.php 49 -msgid ""Captive portal"), $a_cp[$cpzone]['zone']); +msgid "Captive portal"), $a_cp[$cpzone]['zone']); msgstr "" #: src/www/services_captiveportal_hostname.php 86 -msgid ""Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +msgid "Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_hostname.php 87 -msgid ""MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +msgid "MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_hostname.php 88 -msgid ""Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +msgid "Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_hostname.php 89 -msgid ""Allowed Hostnames"), true, "services_captiveportal_hostname.php?zone={$cpzone}"); +msgid "Allowed Hostnames"), true, "services_captiveportal_hostname.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_hostname.php 90 -msgid ""Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +msgid "Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_hostname.php 91 -msgid ""File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +msgid "File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_hostname.php 106 -msgid ""Hostname"); ?> +msgid "Hostname"); ?> msgstr "" #: src/www/services_captiveportal_hostname.php 107 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/services_captiveportal_hostname.php 134 -msgid ""Do you really want to delete this address?"); ?>')" class="btn btn-default btn-xs"> +msgid "Do you really want to delete this address?"); ?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/services_captiveportal_hostname.php 140 -msgid ""Note +msgid "Note "); ?>
                  msgstr "" #: src/www/services_captiveportal_hostname.php 142 -msgid ""Adding allowed Hostnames will allow a DNS hostname access to/from access through the captive portal without being taken to the portal page. This can be used for a web server serving images for the portal page or a DNS server on another network, for example. By specifying from addresses, it may be used to always allow pass-through access from a client behind the captive portal."); ?>

                  +msgid "Adding allowed Hostnames will allow a DNS hostname access to/from access through the captive portal without being taken to the portal page. This can be used for a web server serving images for the portal page or a DNS server on another network, for example. By specifying from addresses, it may be used to always allow pass-through access from a client behind the captive portal."); ?>

                  msgstr "" #: src/www/services_captiveportal_hostname.php 145 -msgid ""any"); ?> in x.x.x.x +msgid "any"); ?> in x.x.x.x msgstr "" #: src/www/services_captiveportal_hostname.php 146 -msgid ""the Hostname are allowed"); ?> +msgid "the Hostname are allowed"); ?> msgstr "" #: src/www/services_captiveportal_hostname.php 152 -msgid ""any"); ?>    +msgid "any"); ?>    msgstr "" #: src/www/services_captiveportal_hostname.php 153 -msgid ""the Hostname are allowed"); ?> +msgid "the Hostname are allowed"); ?> msgstr "" #: src/www/services_captiveportal_hostname_edit.php 46 -msgid ""Edit allowed Hostname")); +msgid "Edit allowed Hostname")); msgstr "" #: src/www/services_captiveportal_hostname_edit.php 88 -msgid ""Allowed Hostname")); +msgid "Allowed Hostname")); msgstr "" #: src/www/services_captiveportal_hostname_edit.php 93 -msgid ""A valid Hostname must be specified. [%s]"), $_POST['hostname']); +msgid "A valid Hostname must be specified. [%s]"), $_POST['hostname']); msgstr "" #: src/www/services_captiveportal_hostname_edit.php 96 -msgid ""Upload speed needs to be an integer"); +msgid "Upload speed needs to be an integer"); msgstr "" #: src/www/services_captiveportal_hostname_edit.php 98 -msgid ""Download speed needs to be an integer"); +msgid "Download speed needs to be an integer"); msgstr "" #: src/www/services_captiveportal_hostname_edit.php 105 -msgid ""already allowed")) ; +msgid "already allowed")) ; msgstr "" #: src/www/services_captiveportal_hostname_edit.php 166 -msgid ""Direction"); ?> +msgid "Direction"); ?> msgstr "" #: src/www/services_captiveportal_hostname_edit.php 170 -msgid ""To")) ; +msgid "To")) ; msgstr "" #: src/www/services_captiveportal_hostname_edit.php 178 -msgid ""to always allow an Hostname through the captive portal (without authentication)"); ?>. +msgid "to always allow an Hostname through the captive portal (without authentication)"); ?>. msgstr "" #: src/www/services_captiveportal_hostname_edit.php 179 -msgid ""to allow access from all clients (even non-authenticated ones) behind the portal to this Hostname"); ?>. +msgid "to allow access from all clients (even non-authenticated ones) behind the portal to this Hostname"); ?>. msgstr "" #: src/www/services_captiveportal_hostname_edit.php 182 -msgid ""Hostname"); ?> +msgid "Hostname"); ?> msgstr "" #: src/www/services_captiveportal_hostname_edit.php 186 -msgid ""Hostname");?>. +msgid "Hostname");?>. msgstr "" #: src/www/services_captiveportal_hostname_edit.php 189 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/services_captiveportal_hostname_edit.php 192 -msgid ""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/www/services_captiveportal_hostname_edit.php 195 -msgid ""Bandwidth up"); ?> +msgid "Bandwidth up"); ?> msgstr "" #: src/www/services_captiveportal_hostname_edit.php 198 -msgid ""Enter a upload limit to be enforced on this Hostname in Kbit/s"); ?> +msgid "Enter a upload limit to be enforced on this Hostname in Kbit/s"); ?> msgstr "" #: src/www/services_captiveportal_hostname_edit.php 201 -msgid ""Bandwidth down"); ?> +msgid "Bandwidth down"); ?> msgstr "" #: src/www/services_captiveportal_hostname_edit.php 204 -msgid ""Enter a download limit to be enforced on this Hostname in Kbit/s"); ?> +msgid "Enter a download limit to be enforced on this Hostname in Kbit/s"); ?> msgstr "" #: src/www/services_captiveportal_hostname_edit.php 209 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/services_captiveportal_ip.php 48 -msgid ""Captive portal"), $a_cp[$cpzone]['zone']); +msgid "Captive portal"), $a_cp[$cpzone]['zone']); msgstr "" #: src/www/services_captiveportal_ip.php 86 -msgid ""Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +msgid "Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_ip.php 87 -msgid ""MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +msgid "MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_ip.php 88 -msgid ""Allowed IP addresses"), true, "services_captiveportal_ip.php?zone={$cpzone}"); +msgid "Allowed IP addresses"), true, "services_captiveportal_ip.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_ip.php 90 -msgid ""Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +msgid "Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_ip.php 91 -msgid ""Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +msgid "Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_ip.php 92 -msgid ""File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +msgid "File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_ip.php 106 -msgid ""IP address"); ?> +msgid "IP address"); ?> msgstr "" #: src/www/services_captiveportal_ip.php 107 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/services_captiveportal_ip.php 138 -msgid ""Do you really want to delete this address?"); ?>')" class="btn btn-default btn-xs"> +msgid "Do you really want to delete this address?"); ?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/services_captiveportal_ip.php 144 -msgid ""Note +msgid "Note "); ?>
                  msgstr "" #: src/www/services_captiveportal_ip.php 146 -msgid ""Adding allowed IP addresses will allow IP access to/from these addresses through the captive portal without being taken to the portal page. This can be used for a web server serving images for the portal page or a DNS server on another network, for example."); ?>

                  +msgid "Adding allowed IP addresses will allow IP access to/from these addresses through the captive portal without being taken to the portal page. This can be used for a web server serving images for the portal page or a DNS server on another network, for example."); ?>

                  msgstr "" #: src/www/services_captiveportal_ip_edit.php 47 -msgid ""Edit allowed IP address")); +msgid "Edit allowed IP address")); msgstr "" #: src/www/services_captiveportal_ip_edit.php 87 -msgid ""Subnet mask")); +msgid "Subnet mask")); msgstr "" #: src/www/services_captiveportal_ip_edit.php 92 -msgid ""A valid IP address must be specified. [%s]"), $_POST['ip']); +msgid "A valid IP address must be specified. [%s]"), $_POST['ip']); msgstr "" #: src/www/services_captiveportal_ip_edit.php 95 -msgid ""A valid subnet mask must be specified"); +msgid "A valid subnet mask must be specified"); msgstr "" #: src/www/services_captiveportal_ip_edit.php 98 -msgid ""Upload speed needs to be an integer"); +msgid "Upload speed needs to be an integer"); msgstr "" #: src/www/services_captiveportal_ip_edit.php 101 -msgid ""Download speed needs to be an integer"); +msgid "Download speed needs to be an integer"); msgstr "" #: src/www/services_captiveportal_ip_edit.php 108 -msgid ""already allowed")) ; +msgid "already allowed")) ; msgstr "" #: src/www/services_captiveportal_ip_edit.php 189 -msgid ""Edit allowed ip rule");?> +msgid "Edit allowed ip rule");?> msgstr "" #: src/www/services_captiveportal_ip_edit.php 192 -msgid ""IP address"); ?> +msgid "IP address"); ?> msgstr "" #: src/www/services_captiveportal_ip_edit.php 201 -msgid ""IP address and subnet mask. Use /32 for a single IP");?>. +msgid "IP address and subnet mask. Use /32 for a single IP");?>. msgstr "" #: src/www/services_captiveportal_ip_edit.php 205 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/services_captiveportal_ip_edit.php 208 -msgid ""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/www/services_captiveportal_ip_edit.php 213 -msgid ""Bandwidth up"); ?> +msgid "Bandwidth up"); ?> msgstr "" #: src/www/services_captiveportal_ip_edit.php 216 -msgid ""Enter a upload limit to be enforced on this IP address in Kbit/s"); ?> +msgid "Enter a upload limit to be enforced on this IP address in Kbit/s"); ?> msgstr "" #: src/www/services_captiveportal_ip_edit.php 220 -msgid ""Bandwidth down"); ?> +msgid "Bandwidth down"); ?> msgstr "" #: src/www/services_captiveportal_ip_edit.php 223 -msgid ""Enter a download limit to be enforced on this IP address in Kbit/s"); ?> +msgid "Enter a download limit to be enforced on this IP address in Kbit/s"); ?> msgstr "" #: src/www/services_captiveportal_ip_edit.php 230 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/services_captiveportal_mac.php 52 -msgid ""Captive portal"), $a_cp[$cpzone]['zone']); +msgid "Captive portal"), $a_cp[$cpzone]['zone']); msgstr "" #: src/www/services_captiveportal_mac.php 70 -msgid ""No entry exists yet!") ."n"; +msgid "No entry exists yet!") ."n"; msgstr "" #: src/www/services_captiveportal_mac.php 74 -msgid ""Please set the zone on which the operation should be allowed"); +msgid "Please set the zone on which the operation should be allowed"); msgstr "" #: src/www/services_captiveportal_mac.php 86 -msgid ""No entry exists for this username +msgid "No entry exists for this username ") . " " . $_POST['username'] . "n"; msgstr "" #: src/www/services_captiveportal_mac.php 105 -msgid ""The entry was sucessfully deleted") . "n"; +msgid "The entry was sucessfully deleted") . "n"; msgstr "" #: src/www/services_captiveportal_mac.php 107 -msgid ""No entry exists for this mac address +msgid "No entry exists for this mac address ") . " " . $_POST['delmac'] . "n"; msgstr "" #: src/www/services_captiveportal_mac.php 132 -msgid ""add host"), 'href'=>'services_captiveportal_mac_edit.php?zone='.$cpzone), +msgid "add host"), 'href'=>'services_captiveportal_mac_edit.php?zone='.$cpzone), msgstr "" #: src/www/services_captiveportal_mac.php 145 -msgid ""The captive portal MAC address configuration has been changed.
                  You must apply the changes in order for them to take effect."));?>
                  +msgid "The captive portal MAC address configuration has been changed.
                  You must apply the changes in order for them to take effect."));?>
                  msgstr "" #: src/www/services_captiveportal_mac.php 152 -msgid ""Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +msgid "Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_mac.php 153 -msgid ""MAC"), true, "services_captiveportal_mac.php?zone={$cpzone}"); +msgid "MAC"), true, "services_captiveportal_mac.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_mac.php 154 -msgid ""Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +msgid "Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_mac.php 156 -msgid ""Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +msgid "Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_mac.php 157 -msgid ""Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); +msgid "Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_mac.php 158 -msgid ""File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +msgid "File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_mac.php 173 -msgid ""MAC address"); ?> +msgid "MAC address"); ?> msgstr "" #: src/www/services_captiveportal_mac.php 174 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/services_captiveportal_mac.php 195 -msgid ""Do you really want to delete this host?"); ?>')" class="btn btn-default btn-xs"> +msgid "Do you really want to delete this host?"); ?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/services_captiveportal_mac.php 207 -msgid ""Note +msgid "Note "); ?>
                  msgstr "" #: src/www/services_captiveportal_mac.php 208 -msgid ""Adding MAC addresses as 'pass' MACs allows them access through the captive portal automatically without being taken to the portal page."); ?> +msgid "Adding MAC addresses as 'pass' MACs allows them access through the captive portal automatically without being taken to the portal page."); ?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 49 -msgid ""Edit MAC address rules")); +msgid "Edit MAC address rules")); msgstr "" #: src/www/services_captiveportal_mac_edit.php 90 -msgid ""MAC address")); +msgid "MAC address")); msgstr "" #: src/www/services_captiveportal_mac_edit.php 101 -msgid ""The MAC address %s belongs to a local interface, you cannot use it here."), $_POST['mac']); +msgid "The MAC address %s belongs to a local interface, you cannot use it here."), $_POST['mac']); msgstr "" #: src/www/services_captiveportal_mac_edit.php 106 -msgid ""A valid MAC address must be specified"), $_POST['mac']); +msgid "A valid MAC address must be specified"), $_POST['mac']); msgstr "" #: src/www/services_captiveportal_mac_edit.php 110 -msgid ""Upload speed needs to be an integer"); +msgid "Upload speed needs to be an integer"); msgstr "" #: src/www/services_captiveportal_mac_edit.php 112 -msgid ""Download speed needs to be an integer"); +msgid "Download speed needs to be an integer"); msgstr "" #: src/www/services_captiveportal_mac_edit.php 119 -msgid ""already exists")); +msgid "already exists")); msgstr "" #: src/www/services_captiveportal_mac_edit.php 186 -msgid ""Edit MAC address rules");?> +msgid "Edit MAC address rules");?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 189 -msgid ""Action"); ?> +msgid "Action"); ?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 204 -msgid ""Choose what to do with packets coming from this MAC address"); ?>. +msgid "Choose what to do with packets coming from this MAC address"); ?>. msgstr "" #: src/www/services_captiveportal_mac_edit.php 208 -msgid ""MAC address"); ?> +msgid "MAC address"); ?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 216 -msgid ""Copy my MAC address");?> +msgid "Copy my MAC address");?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 218 -msgid ""MAC address (6 hex octets separated by colons)"); ?> +msgid "MAC address (6 hex octets separated by colons)"); ?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 221 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 225 -msgid ""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/www/services_captiveportal_mac_edit.php 230 -msgid ""Bandwidth up"); ?> +msgid "Bandwidth up"); ?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 234 -msgid ""Enter a upload limit to be enforced on this MAC address in Kbit/s"); ?> +msgid "Enter a upload limit to be enforced on this MAC address in Kbit/s"); ?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 238 -msgid ""Bandwidth down"); ?> +msgid "Bandwidth down"); ?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 242 -msgid ""Enter a download limit to be enforced on this MAC address in Kbit/s"); ?> +msgid "Enter a download limit to be enforced on this MAC address in Kbit/s"); ?> msgstr "" #: src/www/services_captiveportal_mac_edit.php 249 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/services_captiveportal_vouchers.php 83 -msgid ""Vouchers"), $a_cp[$cpzone]['zone']); +msgid "Vouchers"), $a_cp[$cpzone]['zone']); msgstr "" #: src/www/services_captiveportal_vouchers.php 136 -msgid ""Voucher invalid"); +msgid "Voucher invalid"); msgstr "" #: src/www/services_captiveportal_vouchers.php 138 -msgid ""Voucher expired"); +msgid "Voucher expired"); msgstr "" #: src/www/services_captiveportal_vouchers.php 161 -msgid ""Cannot write private key file") . ".n"; +msgid "Cannot write private key file") . ".n"; msgstr "" #: src/www/services_captiveportal_vouchers.php 181 -msgid ""Need private RSA key to print vouchers") . "n"; +msgid "Need private RSA key to print vouchers") . "n"; msgstr "" #: src/www/services_captiveportal_vouchers.php 216 -msgid ""magic")); +msgid "magic")); msgstr "" #: src/www/services_captiveportal_vouchers.php 219 -msgid ""Sync username")); +msgid "Sync username")); msgstr "" #: src/www/services_captiveportal_vouchers.php 228 -msgid ""Need at least 2 characters to create vouchers."); +msgid "Need at least 2 characters to create vouchers."); msgstr "" #: src/www/services_captiveportal_vouchers.php 230 -msgid ""Double quotes aren't allowed."); +msgid "Double quotes aren't allowed."); msgstr "" #: src/www/services_captiveportal_vouchers.php 232 -msgid ""aren't allowed."); +msgid "aren't allowed."); msgstr "" #: src/www/services_captiveportal_vouchers.php 234 -msgid ""# of Bits to store Roll Id needs to be between 1..31."); +msgid "# of Bits to store Roll Id needs to be between 1..31."); msgstr "" #: src/www/services_captiveportal_vouchers.php 236 -msgid ""# of Bits to store Ticket Id needs to be between 1..16."); +msgid "# of Bits to store Ticket Id needs to be between 1..16."); msgstr "" #: src/www/services_captiveportal_vouchers.php 238 -msgid ""# of Bits to store checksum needs to be between 1..31."); +msgid "# of Bits to store checksum needs to be between 1..31."); msgstr "" #: src/www/services_captiveportal_vouchers.php 240 -msgid ""This doesn't look like an RSA Public key."); +msgid "This doesn't look like an RSA Public key."); msgstr "" #: src/www/services_captiveportal_vouchers.php 242 -msgid ""This doesn't look like an RSA Private key."); +msgid "This doesn't look like an RSA Private key."); msgstr "" #: src/www/services_captiveportal_vouchers.php 244 -msgid ""You cannot sync the voucher database to this host (itself)."); +msgid "You cannot sync the voucher database to this host (itself)."); msgstr "" #: src/www/services_captiveportal_vouchers.php 353 -msgid ""Voucher database has been synchronized from {$url} +msgid "Voucher database has been synchronized from {$url} {$port}"); msgstr "" #: src/www/services_captiveportal_vouchers.php 373 -msgid ""add voucher"), 'href'=>'services_captiveportal_vouchers_edit.php?zone='.$cpzone), +msgid "add voucher"), 'href'=>'services_captiveportal_vouchers_edit.php?zone='.$cpzone), msgstr "" #: src/www/services_captiveportal_vouchers.php 443 -msgid ""Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); +msgid "Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_vouchers.php 444 -msgid ""MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); +msgid "MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_vouchers.php 445 -msgid ""Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); +msgid "Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_vouchers.php 447 -msgid ""Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); +msgid "Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_vouchers.php 448 -msgid ""Vouchers"), true, "services_captiveportal_vouchers.php?zone={$cpzone}"); +msgid "Vouchers"), true, "services_captiveportal_vouchers.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_vouchers.php 449 -msgid ""File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); +msgid "File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}"); msgstr "" #: src/www/services_captiveportal_vouchers.php 466 -msgid ""Enable Vouchers"); ?> +msgid "Enable Vouchers"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 471 -msgid ""Voucher Rolls"); ?> +msgid "Voucher Rolls"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 480 -msgid ""Roll"); ?> # +msgid "Roll"); ?> # msgstr "" #: src/www/services_captiveportal_vouchers.php 481 -msgid ""Minutes/Ticket"); ?> +msgid "Minutes/Ticket"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 482 -msgid ""of Tickets"); ?> +msgid "of Tickets"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 483 -msgid ""Comment"); ?> +msgid "Comment"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 503 -msgid ""edit voucher"); ?>" > +msgid "edit voucher"); ?>" > msgstr "" #: src/www/services_captiveportal_vouchers.php 504 -msgid ""delete vouchers"); ?>"> +msgid "delete vouchers"); ?>"> msgstr "" #: src/www/services_captiveportal_vouchers.php 505 -msgid ""generate vouchers for this roll to CSV file"); ?>"> +msgid "generate vouchers for this roll to CSV file"); ?>"> msgstr "" #: src/www/services_captiveportal_vouchers.php 514 -msgid ""Create, generate and activate Rolls with Vouchers that allow access through the " . +msgid "Create, generate and activate Rolls with Vouchers that allow access through the " . msgstr "" #: src/www/services_captiveportal_vouchers.php 520 -msgid ""Enable Voucher support first using the checkbox above and hit Save at the bottom."); ?> +msgid "Enable Voucher support first using the checkbox above and hit Save at the bottom."); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 526 -msgid ""Voucher public key"); ?> +msgid "Voucher public key"); ?> msgstr "" #: @@ -38743,7 +38655,7 @@ msgstr "" #: src/www/services_captiveportal_vouchers.php 534 -msgid ""Voucher private key"); ?> +msgid "Voucher private key"); ?> msgstr "" #: @@ -38755,154 +38667,154 @@ msgstr "" #: src/www/services_captiveportal_vouchers.php 541 -msgid ""Character set"); ?> +msgid "Character set"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 545 -msgid ""Tickets are generated with the specified character set. It should contain printable characters (numbers, lower case and upper case letters) that are hard to confuse with others. Avoid e.g. 0/O and l/1."); ?> +msgid "Tickets are generated with the specified character set. It should contain printable characters (numbers, lower case and upper case letters) that are hard to confuse with others. Avoid e.g. 0/O and l/1."); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 549 -msgid ""of Roll Bits"); ?> +msgid "of Roll Bits"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 553 -msgid ""Reserves a range in each voucher to store the Roll # it belongs to. Allowed range +msgid "Reserves a range in each voucher to store the Roll # it belongs to. Allowed range 1..31. Sum of Roll+Ticket+Checksum bits must be one Bit less than the RSA key size."); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 557 -msgid ""of Ticket Bits"); ?> +msgid "of Ticket Bits"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 561 -msgid ""Reserves a range in each voucher to store the Ticket# it belongs to. Allowed range +msgid "Reserves a range in each voucher to store the Ticket# it belongs to. Allowed range 1..16. Using 16 bits allows a roll to have up to 65535 vouchers. A bit array, stored in RAM and in the config, is used to mark if a voucher has been used. A bit array for 65535 vouchers requires 8 KB of storage."); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 565 -msgid ""of Checksum Bits"); ?> +msgid "of Checksum Bits"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 569 -msgid ""Reserves a range in each voucher to store a simple checksum over Roll # and Ticket#. Allowed range is 0..31."); ?> +msgid "Reserves a range in each voucher to store a simple checksum over Roll # and Ticket#. Allowed range is 0..31."); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 573 -msgid ""Magic Number"); ?> +msgid "Magic Number"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 577 -msgid ""Magic number stored in every voucher. Verified during voucher check. Size depends on how many bits are left by Roll+Ticket+Checksum bits. If all bits are used, no magic number will be used and checked."); ?> +msgid "Magic number stored in every voucher. Verified during voucher check. Size depends on how many bits are left by Roll+Ticket+Checksum bits. If all bits are used, no magic number will be used and checked."); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 581 -msgid ""Invalid Voucher Message"); ?> +msgid "Invalid Voucher Message"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 584 -msgid ""Error message displayed for invalid vouchers on captive portal error page"); ?> ($PORTAL_MESSAGE$). +msgid "Error message displayed for invalid vouchers on captive portal error page"); ?> ($PORTAL_MESSAGE$). msgstr "" #: src/www/services_captiveportal_vouchers.php 588 -msgid ""Expired Voucher Message"); ?> +msgid "Expired Voucher Message"); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 591 -msgid ""Error message displayed for expired vouchers on captive portal error page"); ?> ($PORTAL_MESSAGE$). +msgid "Error message displayed for expired vouchers on captive portal error page"); ?> ($PORTAL_MESSAGE$). msgstr "" #: src/www/services_captiveportal_vouchers.php 605 -msgid ""Save"); ?>" onclick="enable_change(true); before_save();" /> +msgid "Save"); ?>" onclick="enable_change(true); before_save();" /> msgstr "" #: src/www/services_captiveportal_vouchers.php 606 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/services_captiveportal_vouchers.php 611 -msgid ""Note +msgid "Note "); ?>
                  msgstr "" #: src/www/services_captiveportal_vouchers.php 612 -msgid ""Changing any Voucher parameter (apart from managing the list of Rolls) on this page will render existing vouchers useless if they were generated with different settings."); ?> +msgid "Changing any Voucher parameter (apart from managing the list of Rolls) on this page will render existing vouchers useless if they were generated with different settings."); ?> msgstr "" #: src/www/services_captiveportal_vouchers.php 614 -msgid ""Specifying the Voucher Database Synchronization options will not record any other value from the other options. They will be retrieved/synced from the master."); ?> +msgid "Specifying the Voucher Database Synchronization options will not record any other value from the other options. They will be retrieved/synced from the master."); ?> msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 36 -msgid ""Edit Voucher Rolls")); +msgid "Edit Voucher Rolls")); msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 84 -msgid ""minutes")); +msgid "minutes")); msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 91 -msgid ""Roll number %s already exists."), $_POST['number']); +msgid "Roll number %s already exists."), $_POST['number']); msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 97 -msgid ""Roll number must be numeric and less than %s"), $maxnumber); +msgid "Roll number must be numeric and less than %s"), $maxnumber); msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 100 -msgid ""A roll has at least one voucher and less than %s."), $maxcount); +msgid "A roll has at least one voucher and less than %s."), $maxcount); msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 103 -msgid ""Each voucher must be good for at least 1 minute."); +msgid "Each voucher must be good for at least 1 minute."); msgstr "" #: @@ -38914,326 +38826,326 @@ msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 181 -msgid ""Roll"); ?># +msgid "Roll"); ?># msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 185 -msgid ""found on top of the generated/printed vouchers"); ?>. +msgid "found on top of the generated/printed vouchers"); ?>. msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 189 -msgid ""Minutes per Ticket"); ?> +msgid "Minutes per Ticket"); ?> msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 193 -msgid ""Defines the time in minutes that a user is allowed access. The clock starts ticking the first time a voucher is used for authentication"); ?>. +msgid "Defines the time in minutes that a user is allowed access. The clock starts ticking the first time a voucher is used for authentication"); ?>. msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 197 -msgid ""Count"); ?> +msgid "Count"); ?> msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 201 -msgid ""found on top of the generated/printed vouchers. WARNING +msgid "found on top of the generated/printed vouchers. WARNING Changing this number for an existing Roll will mark all vouchers as unused again"); ?>. msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 205 -msgid ""Comment"); ?> +msgid "Comment"); ?> msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 209 -msgid ""Can be used to further identify this roll. Ignored by the system"); ?>. +msgid "Can be used to further identify this roll. Ignored by the system"); ?>. msgstr "" #: src/www/services_captiveportal_vouchers_edit.php 215 -msgid ""Save"); ?>" /> +msgid "Save"); ?>" /> msgstr "" #: src/www/services_captiveportal_zones.php 56 -msgid ""Zones")); +msgid "Zones")); msgstr "" #: src/www/services_captiveportal_zones.php 61 -msgid ""add a new captiveportal instance")), +msgid "add a new captiveportal instance")), msgstr "" #: src/www/services_captiveportal_zones.php 75 -msgid ""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/services_captiveportal_zones.php 88 -msgid ""Zone");?> +msgid "Zone");?> msgstr "" #: src/www/services_captiveportal_zones.php 89 -msgid ""Interfaces");?> +msgid "Interfaces");?> msgstr "" #: src/www/services_captiveportal_zones.php 90 -msgid ""Users");?> +msgid "Users");?> msgstr "" #: src/www/services_captiveportal_zones.php 91 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/services_captiveportal_zones.php 120 -msgid ""edit captiveportal instance"); ?>" class="btn btn-default btn-xs"> +msgid "edit captiveportal instance"); ?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/services_captiveportal_zones.php 121 -msgid ""delete captiveportal instance");?>" class="btn btn-default btn-xs"> +msgid "delete captiveportal instance");?>" class="btn btn-default btn-xs"> msgstr "" #: src/www/services_captiveportal_zones_edit.php 35 -msgid ""Edit Zones")); +msgid "Edit Zones")); msgstr "" #: src/www/services_captiveportal_zones_edit.php 49 -msgid ""Zone name")); +msgid "Zone name")); msgstr "" #: src/www/services_captiveportal_zones_edit.php 54 -msgid ""The zone name can only contain letters, digits, and underscores (_)."); +msgid "The zone name can only contain letters, digits, and underscores (_)."); msgstr "" #: src/www/services_captiveportal_zones_edit.php 59 -msgid ""already exists")); +msgid "already exists")); msgstr "" #: src/www/services_captiveportal_zones_edit.php 93 -msgid ""Edit Captiveportal Zones");?> +msgid "Edit Captiveportal Zones");?> msgstr "" #: src/www/services_captiveportal_zones_edit.php 103 -msgid ""Zone name"); ?> +msgid "Zone name"); ?> msgstr "" #: src/www/services_captiveportal_zones_edit.php 107 -msgid ""Zone name. Can only contain letters, digits, and underscores (_)."); ?> +msgid "Zone name. Can only contain letters, digits, and underscores (_)."); ?> msgstr "" #: src/www/services_captiveportal_zones_edit.php 111 -msgid ""Description"); ?> +msgid "Description"); ?> msgstr "" #: src/www/services_captiveportal_zones_edit.php 115 -msgid ""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/www/services_captiveportal_zones_edit.php 121 -msgid ""Continue"); ?>" /> +msgid "Continue"); ?>" /> msgstr "" #: src/www/services_dhcp.php 98 -msgid ""Only interfaces configured with a static IP will be shown") . "."; +msgid "Only interfaces configured with a static IP will be shown") . "."; msgstr "" #: src/www/services_dhcp.php 227 -msgid ""Range end")); +msgid "Range end")); msgstr "" #: src/www/services_dhcp.php 232 -msgid ""A valid range must be specified."); +msgid "A valid range must be specified."); msgstr "" #: src/www/services_dhcp.php 234 -msgid ""A valid range must be specified."); +msgid "A valid range must be specified."); msgstr "" #: src/www/services_dhcp.php 236 -msgid ""A valid IP address must be specified for the gateway."); +msgid "A valid IP address must be specified for the gateway."); msgstr "" #: src/www/services_dhcp.php 238 -msgid ""A valid IP address must be specified for the primary/secondary WINS servers."); +msgid "A valid IP address must be specified for the primary/secondary WINS servers."); msgstr "" #: src/www/services_dhcp.php 243 -msgid ""The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); +msgid "The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); msgstr "" #: src/www/services_dhcp.php 246 -msgid ""A valid IP address must be specified for the primary/secondary DNS servers."); +msgid "A valid IP address must be specified for the primary/secondary DNS servers."); msgstr "" #: src/www/services_dhcp.php 249 -msgid ""The default lease time must be at least 60 seconds."); +msgid "The default lease time must be at least 60 seconds."); msgstr "" #: src/www/services_dhcp.php 265 -msgid " +msgid "" msgstr "" #: src/www/services_dhcp.php 271 -msgid ""The maximum lease time must be at least 60 seconds and higher than the default lease time."); +msgid "The maximum lease time must be at least 60 seconds and higher than the default lease time."); msgstr "" #: src/www/services_dhcp.php 273 -msgid ""A valid domain name must be specified for the dynamic DNS registration."); +msgid "A valid domain name must be specified for the dynamic DNS registration."); msgstr "" #: src/www/services_dhcp.php 275 -msgid ""A valid primary domain name server IP address must be specified for the dynamic domain name."); +msgid "A valid primary domain name server IP address must be specified for the dynamic domain name."); msgstr "" #: src/www/services_dhcp.php 278 -msgid ""You must specify both a valid domain key and key name."); +msgid "You must specify both a valid domain key and key name."); msgstr "" #: src/www/services_dhcp.php 283 -msgid ""A valid domain search list must be specified."); +msgid "A valid domain search list must be specified."); msgstr "" #: src/www/services_dhcp.php 291 -msgid ""If you specify a mac allow list, it must contain only valid partial MAC addresses."); +msgid "If you specify a mac allow list, it must contain only valid partial MAC addresses."); msgstr "" #: src/www/services_dhcp.php 293 -msgid ""If you specify a mac deny list, it must contain only valid partial MAC addresses."); +msgid "If you specify a mac deny list, it must contain only valid partial MAC addresses."); msgstr "" #: src/www/services_dhcp.php 296 -msgid ""A valid IP address must be specified for the primary/secondary NTP servers."); +msgid "A valid IP address must be specified for the primary/secondary NTP servers."); msgstr "" #: src/www/services_dhcp.php 298 -msgid ""A valid domain name must be specified for the DNS domain."); +msgid "A valid domain name must be specified for the DNS domain."); msgstr "" #: src/www/services_dhcp.php 300 -msgid ""A valid IP address or hostname must be specified for the TFTP server."); +msgid "A valid IP address or hostname must be specified for the TFTP server."); msgstr "" #: src/www/services_dhcp.php 302 -msgid ""A valid IP address must be specified for the network boot server."); +msgid "A valid IP address must be specified for the network boot server."); msgstr "" #: src/www/services_dhcp.php 305 -msgid ""You cannot use the network address in the starting subnet range."); +msgid "You cannot use the network address in the starting subnet range."); msgstr "" #: src/www/services_dhcp.php 307 -msgid ""You cannot use the broadcast address in the ending subnet range."); +msgid "You cannot use the broadcast address in the ending subnet range."); msgstr "" #: src/www/services_dhcp.php 314 -msgid ""The subnet range cannot overlap with virtual IP address %s."),$vip['subnet']); +msgid "The subnet range cannot overlap with virtual IP address %s."),$vip['subnet']); msgstr "" #: src/www/services_dhcp.php 329 -msgid ""Text type cannot include quotation marks."); +msgid "Text type cannot include quotation marks."); msgstr "" #: src/www/services_dhcp.php 331 -msgid ""String type must be enclosed in quotes like "this" or must be a series of octets specified in hexadecimal, separated by colons, like 01 +msgid "String type must be enclosed in quotes like "this" or must be a series of octets specified in hexadecimal, separated by colons, like 01 23 45 67 @@ -39246,91 +39158,91 @@ msgstr "" #: src/www/services_dhcp.php 333 -msgid ""Boolean type must be true, false, on, or off."); +msgid "Boolean type must be true, false, on, or off."); msgstr "" #: src/www/services_dhcp.php 335 -msgid ""Unsigned 8-bit integer type must be a number in the range 0 to 255."); +msgid "Unsigned 8-bit integer type must be a number in the range 0 to 255."); msgstr "" #: src/www/services_dhcp.php 337 -msgid ""Unsigned 16-bit integer type must be a number in the range 0 to 65535."); +msgid "Unsigned 16-bit integer type must be a number in the range 0 to 65535."); msgstr "" #: src/www/services_dhcp.php 339 -msgid ""Unsigned 32-bit integer type must be a number in the range 0 to 4294967295."); +msgid "Unsigned 32-bit integer type must be a number in the range 0 to 4294967295."); msgstr "" #: src/www/services_dhcp.php 341 -msgid ""Signed 8-bit integer type must be a number in the range -128 to 127."); +msgid "Signed 8-bit integer type must be a number in the range -128 to 127."); msgstr "" #: src/www/services_dhcp.php 343 -msgid ""Signed 16-bit integer type must be a number in the range -32768 to 32767."); +msgid "Signed 16-bit integer type must be a number in the range -32768 to 32767."); msgstr "" #: src/www/services_dhcp.php 345 -msgid ""Signed 32-bit integer type must be a number in the range -2147483648 to 2147483647."); +msgid "Signed 32-bit integer type must be a number in the range -2147483648 to 2147483647."); msgstr "" #: src/www/services_dhcp.php 347 -msgid ""IP address or host type must be an IP address or host name."); +msgid "IP address or host type must be an IP address or host name."); msgstr "" #: src/www/services_dhcp.php 358 -msgid ""The specified range lies outside of the current subnet."); +msgid "The specified range lies outside of the current subnet."); msgstr "" #: src/www/services_dhcp.php 362 -msgid ""The range is invalid (first element higher than second element)."); +msgid "The range is invalid (first element higher than second element)."); msgstr "" #: src/www/services_dhcp.php 369 -msgid ""The specified range must not be within the DHCP range for this interface."); +msgid "The specified range must not be within the DHCP range for this interface."); msgstr "" #: src/www/services_dhcp.php 378 -msgid ""The specified range must not be within the range configured on a DHCP pool for this interface."); +msgid "The specified range must not be within the range configured on a DHCP pool for this interface."); msgstr "" #: src/www/services_dhcp.php 385 -msgid ""You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); +msgid "You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); msgstr "" #: src/www/services_dhcp.php 395 -msgid ""The DHCP range cannot overlap any static DHCP mappings.")); +msgid "The DHCP range cannot overlap any static DHCP mappings.")); msgstr "" #: src/www/services_dhcp.php 566 -msgid ""DHCP server")); +msgid "DHCP server")); msgstr "" #: @@ -39354,336 +39266,336 @@ msgstr "" #: src/www/services_dhcp.php 699 -msgid ""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/services_dhcp.php 743 -msgid ""DHCP Relay is currently enabled. Cannot enable the DHCP Server service while the DHCP Relay is enabled on any interface."); ?> +msgid "DHCP Relay is currently enabled. Cannot enable the DHCP Server service while the DHCP Relay is enabled on any interface."); ?> msgstr "" #: src/www/services_dhcp.php 754 -msgid ""Enable DHCP server on " . +msgid "Enable DHCP server on " . msgstr "" #: src/www/services_dhcp.php 760 -msgid ""Editing Pool-Specific Options. To return to the Interface, click its tab above."); ?> +msgid "Editing Pool-Specific Options. To return to the Interface, click its tab above."); ?> msgstr "" #: src/www/services_dhcp.php 767 -msgid ""Deny unknown clients");?>
                  +msgid "Deny unknown clients");?>
                  msgstr "" #: src/www/services_dhcp.php 768 -msgid ""If this is checked, only the clients defined below will get DHCP leases from this server. ");?> +msgid "If this is checked, only the clients defined below will get DHCP leases from this server. ");?> msgstr "" #: src/www/services_dhcp.php 772 -msgid ""Pool Description");?> +msgid "Pool Description");?> msgstr "" #: src/www/services_dhcp.php 779 -msgid ""Subnet");?> +msgid "Subnet");?> msgstr "" #: src/www/services_dhcp.php 785 -msgid ""Subnet mask");?> +msgid "Subnet mask");?> msgstr "" #: src/www/services_dhcp.php 791 -msgid ""Available range");?> +msgid "Available range");?> msgstr "" #: src/www/services_dhcp.php 819 -msgid ""Subnet Mask");?> +msgid "Subnet Mask");?> msgstr "" #: src/www/services_dhcp.php 836 -msgid ""Range");?> +msgid "Range");?> msgstr "" #: src/www/services_dhcp.php 839 -msgid ""to"); ?>  +msgid "to"); ?>  msgstr "" #: src/www/services_dhcp.php 844 -msgid ""Additional Pools");?> +msgid "Additional Pools");?> msgstr "" #: src/www/services_dhcp.php 846 -msgid ""If you need additional pools of addresses inside of this subnet outside the above Range, they may be specified here."); ?> +msgid "If you need additional pools of addresses inside of this subnet outside the above Range, they may be specified here."); ?> msgstr "" #: src/www/services_dhcp.php 849 -msgid ""Pool Start");?> +msgid "Pool Start");?> msgstr "" #: src/www/services_dhcp.php 850 -msgid ""Pool End");?> +msgid "Pool End");?> msgstr "" #: src/www/services_dhcp.php 851 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/services_dhcp.php 878 -msgid ""Do you really want to delete this pool?");?>')">delete +msgid "Do you really want to delete this pool?");?>')">delete msgstr "" #: src/www/services_dhcp.php 892 -msgid ""WINS servers");?> +msgid "WINS servers");?> msgstr "" #: src/www/services_dhcp.php 899 -msgid ""DNS servers");?> +msgid "DNS servers");?> msgstr "" #: src/www/services_dhcp.php 903 -msgid ""NOTE +msgid "NOTE leave blank to use the system default DNS servers - this interface's IP if DNS forwarder is enabled, otherwise the servers configured on the General page.");?> msgstr "" #: src/www/services_dhcp.php 907 -msgid ""Gateway");?> +msgid "Gateway");?> msgstr "" #: src/www/services_dhcp.php 910 -msgid ""The default is to use the IP on this interface of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for your network. Type "none" for no gateway assignment.");?> +msgid "The default is to use the IP on this interface of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for your network. Type "none" for no gateway assignment.");?> msgstr "" #: src/www/services_dhcp.php 914 -msgid ""Domain name");?> +msgid "Domain name");?> msgstr "" #: src/www/services_dhcp.php 917 -msgid ""The default is to use the domain name of this system as the default domain name provided by DHCP. You may specify an alternate domain name here.");?> +msgid "The default is to use the domain name of this system as the default domain name provided by DHCP. You may specify an alternate domain name here.");?> msgstr "" #: src/www/services_dhcp.php 921 -msgid ""Domain search list");?> +msgid "Domain search list");?> msgstr "" #: src/www/services_dhcp.php 924 -msgid ""The DHCP server can optionally provide a domain search list. Use the semicolon character as separator ");?> +msgid "The DHCP server can optionally provide a domain search list. Use the semicolon character as separator ");?> msgstr "" #: src/www/services_dhcp.php 928 -msgid ""Default lease time");?> +msgid "Default lease time");?> msgstr "" #: src/www/services_dhcp.php 931 -msgid ""seconds");?>
                  +msgid "seconds");?>
                  msgstr "" #: src/www/services_dhcp.php 932 -msgid ""This is used for clients that do not ask for a specific " . +msgid "This is used for clients that do not ask for a specific " . msgstr "" #: src/www/services_dhcp.php 934 -msgid ""The default is 7200 seconds.");?> +msgid "The default is 7200 seconds.");?> msgstr "" #: src/www/services_dhcp.php 938 -msgid ""Maximum lease time");?> +msgid "Maximum lease time");?> msgstr "" #: src/www/services_dhcp.php 941 -msgid ""seconds");?>
                  +msgid "seconds");?>
                  msgstr "" #: src/www/services_dhcp.php 942 -msgid ""This is the maximum lease time for clients that ask". +msgid "This is the maximum lease time for clients that ask". msgstr "" #: src/www/services_dhcp.php 944 -msgid ""The default is 86400 seconds.");?> +msgid "The default is 86400 seconds.");?> msgstr "" #: src/www/services_dhcp.php 949 -msgid ""Failover peer IP +msgid "Failover peer IP ");?> msgstr "" #: src/www/services_dhcp.php 952 -msgid ""Leave blank to disable. Enter the interface IP address of the other machine. Machines must be using CARP. Interface's advskew determines whether the DHCPd process is Primary or Secondary. Ensure one machine's advskew<20 (and the other is >20).");?> +msgid "Leave blank to disable. Enter the interface IP address of the other machine. Machines must be using CARP. Interface's advskew determines whether the DHCPd process is Primary or Secondary. Ensure one machine's advskew<20 (and the other is >20).");?> msgstr "" #: src/www/services_dhcp.php 958 -msgid ""Static ARP");?> +msgid "Static ARP");?> msgstr "" #: src/www/services_dhcp.php 965 -msgid ""Enable Static ARP entries");?> +msgid "Enable Static ARP entries");?> msgstr "" #: src/www/services_dhcp.php 970 -msgid ""Note -msgid ""This option persists even if DHCP server is disabled. Only the machines listed below will be able to communicate with the firewall on this NIC.");?> +msgid "Note +msgid "This option persists even if DHCP server is disabled. Only the machines listed below will be able to communicate with the firewall on this NIC.");?> msgstr "" #: src/www/services_dhcp.php 979 -msgid ""Time format change"); ?> +msgid "Time format change"); ?> msgstr "" #: src/www/services_dhcp.php 988 -msgid ""Change DHCP display lease time from UTC to local time."); ?> +msgid "Change DHCP display lease time from UTC to local time."); ?> msgstr "" #: src/www/services_dhcp.php 995 -msgid ""Note -msgid ""By default DHCP leases are displayed in UTC time. By checking this +msgid "Note +msgid "By default DHCP leases are displayed in UTC time. By checking this msgstr "" #: src/www/services_dhcp.php 1004 -msgid ""Dynamic DNS");?> +msgid "Dynamic DNS");?> msgstr "" #: src/www/services_dhcp.php 1007 -msgid ""Show Dynamic DNS");?> +msgid "Show Dynamic DNS");?> msgstr "" #: src/www/services_dhcp.php 1011 -msgid ""Enable registration of DHCP client names in DNS.");?>
                  +msgid "Enable registration of DHCP client names in DNS.");?>
                  msgstr "" #: src/www/services_dhcp.php 1014 -msgid ""Note +msgid "Note Leave blank to disable dynamic DNS registration.");?>
                  msgstr "" #: src/www/services_dhcp.php 1015 -msgid ""Enter the dynamic DNS domain which will be used to register client names in the DNS server.");?> +msgid "Enter the dynamic DNS domain which will be used to register client names in the DNS server.");?> msgstr "" #: src/www/services_dhcp.php 1017 -msgid ""Enter the primary domain name server IP address for the dynamic domain name.");?>
                  +msgid "Enter the primary domain name server IP address for the dynamic domain name.");?>
                  msgstr "" #: src/www/services_dhcp.php 1019 -msgid ""Enter the dynamic DNS domain key name which will be used to register client names in the DNS server.");?> +msgid "Enter the dynamic DNS domain key name which will be used to register client names in the DNS server.");?> msgstr "" #: src/www/services_dhcp.php 1021 -msgid ""Enter the dynamic DNS domain key secret which will be used to register client names in the DNS server.");?> +msgid "Enter the dynamic DNS domain key secret which will be used to register client names in the DNS server.");?> msgstr "" #: src/www/services_dhcp.php 1026 -msgid ""MAC Address Control");?> +msgid "MAC Address Control");?> msgstr "" #: src/www/services_dhcp.php 1029 -msgid ""Show MAC Address Control");?> +msgid "Show MAC Address Control");?> msgstr "" #: src/www/services_dhcp.php 1033 -msgid ""Enter a list of partial MAC addresses to allow, comma separated, no spaces, such as ");?>00 +msgid "Enter a list of partial MAC addresses to allow, comma separated, no spaces, such as ");?>00 00 00,01 E5 @@ -39693,7 +39605,7 @@ msgstr "" #: src/www/services_dhcp.php 1035 -msgid ""Enter a list of partial MAC addresses to deny access, comma separated, no spaces, such as ");?>00 +msgid "Enter a list of partial MAC addresses to deny access, comma separated, no spaces, such as ");?>00 00 00,01 E5 @@ -39703,117 +39615,117 @@ msgstr "" #: src/www/services_dhcp.php 1040 -msgid ""NTP servers");?> +msgid "NTP servers");?> msgstr "" #: src/www/services_dhcp.php 1043 -msgid ""Show NTP configuration");?> +msgid "Show NTP configuration");?> msgstr "" #: src/www/services_dhcp.php 1052 -msgid ""TFTP server");?> +msgid "TFTP server");?> msgstr "" #: src/www/services_dhcp.php 1055 -msgid ""Show TFTP configuration");?> +msgid "Show TFTP configuration");?> msgstr "" #: src/www/services_dhcp.php 1059 -msgid ""Leave blank to disable. Enter a full hostname or IP for the TFTP server.");?> +msgid "Leave blank to disable. Enter a full hostname or IP for the TFTP server.");?> msgstr "" #: src/www/services_dhcp.php 1064 -msgid ""LDAP URI");?> +msgid "LDAP URI");?> msgstr "" #: src/www/services_dhcp.php 1067 -msgid ""Show LDAP configuration");?> +msgid "Show LDAP configuration");?> msgstr "" #: src/www/services_dhcp.php 1071 -msgid ""Leave blank to disable. Enter a full URI for the LDAP server in the form ldap +msgid "Leave blank to disable. Enter a full URI for the LDAP server in the form ldap //ldap.example.com/dc=example,dc=com");?> msgstr "" #: src/www/services_dhcp.php 1076 -msgid ""Enable network booting");?> +msgid "Enable network booting");?> msgstr "" #: src/www/services_dhcp.php 1079 -msgid ""Show Network booting");?> +msgid "Show Network booting");?> msgstr "" #: src/www/services_dhcp.php 1083 -msgid ""Enables network booting.");?> +msgid "Enables network booting.");?> msgstr "" #: src/www/services_dhcp.php 1085 -msgid ""next-server"); ?> +msgid "next-server"); ?> msgstr "" #: src/www/services_dhcp.php 1087 -msgid ""and the default bios filename");?> +msgid "and the default bios filename");?> msgstr "" #: src/www/services_dhcp.php 1089 -msgid ""and the UEFI 32bit filename ");?> +msgid "and the UEFI 32bit filename ");?> msgstr "" #: src/www/services_dhcp.php 1091 -msgid ""and the UEFI 64bit filename ");?> +msgid "and the UEFI 64bit filename ");?> msgstr "" #: src/www/services_dhcp.php 1093 -msgid ""Note +msgid "Note You need both a filename and a boot server configured for this to work!");?> msgstr "" #: src/www/services_dhcp.php 1094 -msgid ""You will need all three filenames and a boot server configured for UEFI to work!");?> +msgid "You will need all three filenames and a boot server configured for UEFI to work!");?> msgstr "" #: src/www/services_dhcp.php 1095 -msgid ""string");?> +msgid "string");?> msgstr "" #: src/www/services_dhcp.php 1097 -msgid ""Note +msgid "Note string-format iscsi (servername) @@ -39826,1948 +39738,1948 @@ msgstr "" #: src/www/services_dhcp.php 1103 -msgid ""Additional BOOTP/DHCP Options");?> +msgid "Additional BOOTP/DHCP Options");?> msgstr "" #: src/www/services_dhcp.php 1106 -msgid ""Show Additional BOOTP/DHCP Options");?> +msgid "Show Additional BOOTP/DHCP Options");?> msgstr "" #: src/www/services_dhcp.php 1114 -msgid ""Enter the DHCP option number and the value for each item you would like to include in the DHCP lease information. For a list of available options please visit this"); ?> +msgid "Enter the DHCP option number and the value for each item you would like to include in the DHCP lease information. For a list of available options please visit this"); ?> msgstr "" #: src/www/services_dhcp.php 1119 -msgid ""Number");?> +msgid "Number");?> msgstr "" #: src/www/services_dhcp.php 1120 -msgid ""Type");?> +msgid "Type");?> msgstr "" #: src/www/services_dhcp.php 1121 -msgid ""Value");?> +msgid "Value");?> msgstr "" #: src/www/services_dhcp.php 1183 -msgid ""Save");?>" onclick="enable_change(true)" /> +msgid "Save");?>" onclick="enable_change(true)" /> msgstr "" #: src/www/services_dhcp.php 1188 -msgid ""Note +msgid "Note ");?>
                  msgstr "" #: src/www/services_dhcp.php 1189 -msgid ""System +msgid "System " . msgstr "" #: src/www/services_dhcp.php 1190 -msgid ""DNS " . +msgid "DNS " . msgstr "" #: src/www/services_dhcp.php 1191 -msgid ""will " . +msgid "will " . msgstr "" #: src/www/services_dhcp.php 1194 -msgid ""Status +msgid "Status " . msgstr "" #: src/www/services_dhcp.php 1195 -msgid ""page."); ?>
                  +msgid "page."); ?>
                  msgstr "" #: src/www/services_dhcp.php 1206 -msgid ""DHCP Static Mappings for this interface.");?> +msgid "DHCP Static Mappings for this interface.");?> msgstr "" #: src/www/services_dhcp.php 1210 -msgid ""Static ARP");?> +msgid "Static ARP");?> msgstr "" #: src/www/services_dhcp.php 1211 -msgid ""MAC address");?> +msgid "MAC address");?> msgstr "" #: src/www/services_dhcp.php 1212 -msgid ""IP address");?> +msgid "IP address");?> msgstr "" #: src/www/services_dhcp.php 1213 -msgid ""Hostname");?> +msgid "Hostname");?> msgstr "" #: src/www/services_dhcp.php 1214 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/services_dhcp.php 1249 -msgid ""Do you really want to delete this mapping?");?>')" class="btn btn-default btn-xs"> +msgid "Do you really want to delete this mapping?");?>')" class="btn btn-default btn-xs"> msgstr "" #: src/www/services_dhcp_edit.php 145 -msgid ""Either MAC address or Client identifier must be specified"); +msgid "Either MAC address or Client identifier must be specified"); msgstr "" #: src/www/services_dhcp_edit.php 153 -msgid ""The hostname cannot end with a hyphen according to RFC952"); +msgid "The hostname cannot end with a hyphen according to RFC952"); msgstr "" #: src/www/services_dhcp_edit.php 155 -msgid ""The hostname can only contain the characters A-Z, 0-9 and '-'."); +msgid "The hostname can only contain the characters A-Z, 0-9 and '-'."); msgstr "" #: src/www/services_dhcp_edit.php 158 -msgid ""A valid hostname is specified, but the domain name part should be omitted"); +msgid "A valid hostname is specified, but the domain name part should be omitted"); msgstr "" #: src/www/services_dhcp_edit.php 163 -msgid ""A valid IP address must be specified."); +msgid "A valid IP address must be specified."); msgstr "" #: src/www/services_dhcp_edit.php 166 -msgid ""A valid MAC address must be specified."); +msgid "A valid MAC address must be specified."); msgstr "" #: src/www/services_dhcp_edit.php 169 -msgid ""Static ARP is enabled. You must specify an IP address."); +msgid "Static ARP is enabled. You must specify an IP address."); msgstr "" #: src/www/services_dhcp_edit.php 178 -msgid ""This Hostname, IP, MAC address or Client identifier already exists."); +msgid "This Hostname, IP, MAC address or Client identifier already exists."); msgstr "" #: src/www/services_dhcp_edit.php 189 -msgid ""The IP address must not be within the DHCP range for this interface.")); +msgid "The IP address must not be within the DHCP range for this interface.")); msgstr "" #: src/www/services_dhcp_edit.php 194 -msgid ""The IP address must not be within the range configured on a DHCP pool for this interface."); +msgid "The IP address must not be within the range configured on a DHCP pool for this interface."); msgstr "" #: src/www/services_dhcp_edit.php 203 -msgid ""The IP address must lie in the %s subnet."),$ifcfgdescr); +msgid "The IP address must lie in the %s subnet."),$ifcfgdescr); msgstr "" #: src/www/services_dhcp_edit.php 208 -msgid ""A valid IP address must be specified for the gateway."); +msgid "A valid IP address must be specified for the gateway."); msgstr "" #: src/www/services_dhcp_edit.php 210 -msgid ""A valid IP address must be specified for the primary/secondary WINS servers."); +msgid "A valid IP address must be specified for the primary/secondary WINS servers."); msgstr "" #: src/www/services_dhcp_edit.php 216 -msgid ""The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); +msgid "The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); msgstr "" #: src/www/services_dhcp_edit.php 219 -msgid ""A valid IP address must be specified for the primary/secondary DNS servers."); +msgid "A valid IP address must be specified for the primary/secondary DNS servers."); msgstr "" #: src/www/services_dhcp_edit.php 222 -msgid ""The default lease time must be at least 60 seconds."); +msgid "The default lease time must be at least 60 seconds."); msgstr "" #: src/www/services_dhcp_edit.php 224 -msgid ""The maximum lease time must be at least 60 seconds and higher than the default lease time."); +msgid "The maximum lease time must be at least 60 seconds and higher than the default lease time."); msgstr "" #: src/www/services_dhcp_edit.php 226 -msgid ""A valid domain name must be specified for the dynamic DNS registration."); +msgid "A valid domain name must be specified for the dynamic DNS registration."); msgstr "" #: src/www/services_dhcp_edit.php 228 -msgid ""A valid primary domain name server IP address must be specified for the dynamic domain name."); +msgid "A valid primary domain name server IP address must be specified for the dynamic domain name."); msgstr "" #: src/www/services_dhcp_edit.php 231 -msgid ""You must specify both a valid domain key and key name."); +msgid "You must specify both a valid domain key and key name."); msgstr "" #: src/www/services_dhcp_edit.php 236 -msgid ""A valid domain search list must be specified."); +msgid "A valid domain search list must be specified."); msgstr "" #: src/www/services_dhcp_edit.php 243 -msgid ""A valid IP address must be specified for the primary/secondary NTP servers."); +msgid "A valid IP address must be specified for the primary/secondary NTP servers."); msgstr "" #: src/www/services_dhcp_edit.php 245 -msgid ""A valid IP address or hostname must be specified for the TFTP server."); +msgid "A valid IP address or hostname must be specified for the TFTP server."); msgstr "" #: src/www/services_dhcp_edit.php 247 -msgid ""A valid IP address must be specified for the network boot server."); +msgid "A valid IP address must be specified for the network boot server."); msgstr "" #: src/www/services_dhcp_edit.php 314 -msgid ""Edit static mapping")); +msgid "Edit static mapping")); msgstr "" #: src/www/services_dhcp_edit.php 364 -msgid ""Static DHCP Mapping");?> +msgid "Static DHCP Mapping");?> msgstr "" #: src/www/services_dhcp_edit.php 367 -msgid ""MAC address");?> +msgid "MAC address");?> msgstr "" #: src/www/services_dhcp_edit.php 375 -msgid ""Copy my MAC address");?> +msgid "Copy my MAC address");?> msgstr "" #: src/www/services_dhcp_edit.php 377 -msgid ""Enter a MAC address in the following format +msgid "Enter a MAC address in the following format ". msgstr "" #: src/www/services_dhcp_edit.php 381 -msgid ""Client identifier");?> +msgid "Client identifier");?> msgstr "" #: src/www/services_dhcp_edit.php 387 -msgid ""IP address");?> +msgid "IP address");?> msgstr "" #: src/www/services_dhcp_edit.php 391 -msgid ""If an IPv4 address is entered, the address must be outside of the pool.");?> +msgid "If an IPv4 address is entered, the address must be outside of the pool.");?> msgstr "" #: src/www/services_dhcp_edit.php 393 -msgid ""If no IPv4 address is given, one will be dynamically allocated from the pool.");?> +msgid "If no IPv4 address is given, one will be dynamically allocated from the pool.");?> msgstr "" #: src/www/services_dhcp_edit.php 397 -msgid ""Hostname");?> +msgid "Hostname");?> msgstr "" #: src/www/services_dhcp_edit.php 400 -msgid ""Name of the host, without domain part.");?> +msgid "Name of the host, without domain part.");?> msgstr "" #: src/www/services_dhcp_edit.php 413 -msgid ""string");?>, overrides setting on main page. +msgid "string");?>, overrides setting on main page. msgstr "" #: src/www/services_dhcp_edit.php 417 -msgid ""Description");?> +msgid "Description");?> msgstr "" #: src/www/services_dhcp_edit.php 420 -msgid ""You may enter a description here ". +msgid "You may enter a description here ". msgstr "" #: src/www/services_dhcp_edit.php 424 -msgid ""ARP Table Static Entry");?> +msgid "ARP Table Static Entry");?> msgstr "" #: src/www/services_dhcp_edit.php 427 -msgid ""Create an ARP Table Static Entry for this MAC & IP Address pair. ". +msgid "Create an ARP Table Static Entry for this MAC & IP Address pair. ". msgstr "" #: src/www/services_dhcp_edit.php 431 -msgid ""WINS servers");?> +msgid "WINS servers");?> msgstr "" #: src/www/services_dhcp_edit.php 438 -msgid ""DNS servers");?> +msgid "DNS servers");?> msgstr "" #: src/www/services_dhcp_edit.php 442 -msgid ""NOTE +msgid "NOTE leave blank to use the system default DNS servers - this interface's IP if DNS forwarder is enabled, otherwise the servers configured on the General page.");?> msgstr "" #: src/www/services_dhcp_edit.php 446 -msgid ""Gateway");?> +msgid "Gateway");?> msgstr "" #: src/www/services_dhcp_edit.php 449 -msgid ""The default is to use the IP on this interface of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for your network.");?> +msgid "The default is to use the IP on this interface of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for your network.");?> msgstr "" #: src/www/services_dhcp_edit.php 453 -msgid ""Domain name");?> +msgid "Domain name");?> msgstr "" #: src/www/services_dhcp_edit.php 456 -msgid ""The default is to use the domain name of this system as the default domain name provided by DHCP. You may specify an alternate domain name here.");?> +msgid "The default is to use the domain name of this system as the default domain name provided by DHCP. You may specify an alternate domain name here.");?> msgstr "" #: src/www/services_dhcp_edit.php 460 -msgid ""Domain search list");?> +msgid "Domain search list");?> msgstr "" #: src/www/services_dhcp_edit.php 463 -msgid ""The DHCP server can optionally provide a domain search list. Use the semicolon character as separator ");?> +msgid "The DHCP server can optionally provide a domain search list. Use the semicolon character as separator ");?> msgstr "" #: src/www/services_dhcp_edit.php 467 -msgid ""Default lease time");?> +msgid "Default lease time");?> msgstr "" #: src/www/services_dhcp_edit.php 470 -msgid ""seconds");?>
                  +msgid "seconds");?>
                  msgstr "" #: src/www/services_dhcp_edit.php 471 -msgid ""This is used for clients that do not ask for a specific " . +msgid "This is used for clients that do not ask for a specific " . msgstr "" #: src/www/services_dhcp_edit.php 473 -msgid ""The default is 7200 seconds.");?> +msgid "The default is 7200 seconds.");?> msgstr "" #: src/www/services_dhcp_edit.php 477 -msgid ""Maximum lease time");?> +msgid "Maximum lease time");?> msgstr "" #: src/www/services_dhcp_edit.php 480 -msgid ""seconds");?>
                  +msgid "seconds");?>
                  msgstr "" #: src/www/services_dhcp_edit.php 481 -msgid ""This is the maximum lease time for clients that ask". +msgid "This is the maximum lease time for clients that ask". msgstr "" #: src/www/services_dhcp_edit.php 483 -msgid ""The default is 86400 seconds.");?> +msgid "The default is 86400 seconds.");?> msgstr "" #: src/www/services_dhcp_edit.php 487 -msgid ""Dynamic DNS");?> +msgid "Dynamic DNS");?> msgstr "" #: src/www/services_dhcp_edit.php 490 -msgid ""Show Dynamic DNS");?> +msgid "Show Dynamic DNS");?> msgstr "" #: src/www/services_dhcp_edit.php 494 -msgid ""Enable registration of DHCP client names in DNS.");?>
                  +msgid "Enable registration of DHCP client names in DNS.");?>
                  msgstr "" #: src/www/services_dhcp_edit.php 497 -msgid ""Note +msgid "Note Leave blank to disable dynamic DNS registration.");?>
                  msgstr "" #: src/www/services_dhcp_edit.php 498 -msgid ""Enter the dynamic DNS domain which will be used to register client names in the DNS server.");?> +msgid "Enter the dynamic DNS domain which will be used to register client names in the DNS server.");?> msgstr "" #: src/www/services_dhcp_edit.php 500 -msgid ""Enter the primary domain name server IP address for the dynamic domain name.");?>
                  +msgid "Enter the primary domain name server IP address for the dynamic domain name.");?>
                  msgstr "" #: src/www/services_dhcp_edit.php 502 -msgid ""Enter the dynamic DNS domain key name which will be used to register client names in the DNS server.");?> +msgid "Enter the dynamic DNS domain key name which will be used to register client names in the DNS server.");?> msgstr "" #: src/www/services_dhcp_edit.php 504 -msgid ""Enter the dynamic DNS domain key secret which will be used to register client names in the DNS server.");?> +msgid "Enter the dynamic DNS domain key secret which will be used to register client names in the DNS server.");?> msgstr "" #: src/www/services_dhcp_edit.php 510 -msgid ""NTP servers");?> +msgid "NTP servers");?> msgstr "" #: src/www/services_dhcp_edit.php 513 -msgid ""Show NTP configuration");?> +msgid "Show NTP configuration");?> msgstr "" #: src/www/services_dhcp_edit.php 522 -msgid ""TFTP server");?> +msgid "TFTP server");?> msgstr "" #: src/www/services_dhcp_edit.php 525 -msgid ""Show TFTP configuration");?> +msgid "Show TFTP configuration");?> msgstr "" #: src/www/services_dhcp_edit.php 529 -msgid ""Leave blank to disable. Enter a full hostname or IP for the TFTP server.");?> +msgid "Leave blank to disable. Enter a full hostname or IP for the TFTP server.");?> msgstr "" #: src/www/services_dhcp_edit.php 536 -msgid ""Save");?>" /> +msgid "Save");?>" /> msgstr "" #: src/www/services_dhcp_edit.php 537 -msgid ""Cancel");?>" onclick="window.location.href=''" /> +msgid "Cancel");?>" onclick="window.location.href=''" /> msgstr "" #: src/www/services_dhcp_relay.php 61 -msgid ""Interface")); +msgid "Interface")); msgstr "" #: src/www/services_dhcp_relay.php 69 -msgid ""A valid Destination Server IP address must be specified."); +msgid "A valid Destination Server IP address must be specified."); msgstr "" #: src/www/services_dhcp_relay.php 90 -msgid ""DHCP Relay")); +msgid "DHCP Relay")); msgstr "" #: src/www/services_dhcp_relay.php 136 -msgid ""DHCP Relay configuration"); ?> +msgid "DHCP Relay configuration"); ?> msgstr "" #: src/www/services_dhcp_relay.php 146 -msgid ""Enable DHCP relay on interface"));?> +msgid "Enable DHCP relay on interface"));?> msgstr "" #: src/www/services_dhcp_relay.php 171 -msgid ""Append circuit ID and agent ID to requests"); ?>
                  +msgid "Append circuit ID and agent ID to requests"); ?>
                  msgstr "" #: src/www/services_dhcp_relay.php 172 -msgid ""If this is checked, the DHCP relay will append the circuit ID (%s interface number) and the agent ID to the DHCP request."), $g['product_name']); ?> +msgid "If this is checked, the DHCP relay will append the circuit ID (%s interface number) and the agent ID to the DHCP request."), $g['product_name']); ?> msgstr "" #: src/www/services_dhcp_relay.php 175 -msgid ""Destination server");?> +msgid "Destination server");?> msgstr "" #: src/www/services_dhcp_relay.php 179 -msgid ""This is the IP address of the server to which DHCP requests are relayed. You can enter multiple server IP addresses, separated by commas. Select "Proxy requests to DHCP server on WAN subnet" to relay DHCP packets to the server that was used on the WAN interface.");?> +msgid "This is the IP address of the server to which DHCP requests are relayed. You can enter multiple server IP addresses, separated by commas. Select "Proxy requests to DHCP server on WAN subnet" to relay DHCP packets to the server that was used on the WAN interface.");?> msgstr "" #: src/www/services_dhcp_relay.php 185 -msgid ""Save");?>" onclick="enable_change(true)" /> +msgid "Save");?>" onclick="enable_change(true)" /> msgstr "" #: src/www/services_dhcpv6.php 58 -msgid ""The DHCPv6 Server can only be enabled on interfaces configured with static IP addresses") . +msgid "The DHCPv6 Server can only be enabled on interfaces configured with static IP addresses") . msgstr "" #: src/www/services_dhcpv6.php 59 -msgid ""Only interfaces configured with a static IP will be shown") . "."; +msgid "Only interfaces configured with a static IP will be shown") . "."; msgstr "" #: src/www/services_dhcpv6.php 156 -msgid ""Range end")); +msgid "Range end")); msgstr "" #: src/www/services_dhcpv6.php 161 -msgid ""A valid range must be specified."); +msgid "A valid range must be specified."); msgstr "" #: src/www/services_dhcpv6.php 163 -msgid ""A valid prefix range must be specified."); +msgid "A valid prefix range must be specified."); msgstr "" #: src/www/services_dhcpv6.php 165 -msgid ""A valid range must be specified."); +msgid "A valid range must be specified."); msgstr "" #: src/www/services_dhcpv6.php 167 -msgid ""A valid range must be specified."); +msgid "A valid range must be specified."); msgstr "" #: src/www/services_dhcpv6.php 169 -msgid ""A valid IPv6 address must be specified for the gateway."); +msgid "A valid IPv6 address must be specified for the gateway."); msgstr "" #: src/www/services_dhcpv6.php 171 -msgid ""A valid IPv6 address must be specified for the primary/secondary DNS servers."); +msgid "A valid IPv6 address must be specified for the primary/secondary DNS servers."); msgstr "" #: src/www/services_dhcpv6.php 174 -msgid ""The default lease time must be at least 60 seconds."); +msgid "The default lease time must be at least 60 seconds."); msgstr "" #: src/www/services_dhcpv6.php 176 -msgid ""The maximum lease time must be at least 60 seconds and higher than the default lease time."); +msgid "The maximum lease time must be at least 60 seconds and higher than the default lease time."); msgstr "" #: src/www/services_dhcpv6.php 178 -msgid ""A valid domain name must be specified for the dynamic DNS registration."); +msgid "A valid domain name must be specified for the dynamic DNS registration."); msgstr "" #: src/www/services_dhcpv6.php 180 -msgid ""A valid primary domain name server IPv4 address must be specified for the dynamic domain name."); +msgid "A valid primary domain name server IPv4 address must be specified for the dynamic domain name."); msgstr "" #: src/www/services_dhcpv6.php 183 -msgid ""You must specify both a valid domain key and key name."); +msgid "You must specify both a valid domain key and key name."); msgstr "" #: src/www/services_dhcpv6.php 188 -msgid ""A valid domain search list must be specified."); +msgid "A valid domain search list must be specified."); msgstr "" #: src/www/services_dhcpv6.php 195 -msgid ""A valid IPv6 address must be specified for the primary/secondary NTP servers."); +msgid "A valid IPv6 address must be specified for the primary/secondary NTP servers."); msgstr "" #: src/www/services_dhcpv6.php 197 -msgid ""A valid domain name must be specified for the DNS domain."); +msgid "A valid domain name must be specified for the DNS domain."); msgstr "" #: src/www/services_dhcpv6.php 199 -msgid ""A valid IPv6 address or hostname must be specified for the TFTP server."); +msgid "A valid IPv6 address or hostname must be specified for the TFTP server."); msgstr "" #: src/www/services_dhcpv6.php 201 -msgid ""A valid URL must be specified for the network bootfile."); +msgid "A valid URL must be specified for the network bootfile."); msgstr "" #: src/www/services_dhcpv6.php 208 -msgid ""The subnet range cannot overlap with virtual IPv6 address %s."),$vip['subnetv6']); +msgid "The subnet range cannot overlap with virtual IPv6 address %s."),$vip['subnetv6']); msgstr "" #: src/www/services_dhcpv6.php 225 -msgid ""The specified range lies outside of the current subnet."); +msgid "The specified range lies outside of the current subnet."); msgstr "" #: src/www/services_dhcpv6.php 230 -msgid ""The range is invalid (first element higher than second element)."); +msgid "The range is invalid (first element higher than second element)."); msgstr "" #: src/www/services_dhcpv6.php 234 -msgid ""You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); +msgid "You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); msgstr "" #: src/www/services_dhcpv6.php 249 -msgid ""The DHCP range cannot overlap any static DHCP mappings.")); +msgid "The DHCP range cannot overlap any static DHCP mappings.")); msgstr "" #: src/www/services_dhcpv6.php 357 -msgid ""DHCPv6 server")); +msgid "DHCPv6 server")); msgstr "" #: src/www/services_dhcpv6.php 459 -msgid ""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/services_dhcpv6.php 513 -msgid ""DHCPv6 Server"), true, "services_dhcpv6.php?if={$if}"); +msgid "DHCPv6 Server"), true, "services_dhcpv6.php?if={$if}"); msgstr "" #: src/www/services_dhcpv6.php 514 -msgid ""Router Advertisements"), false, "services_router_advertisements.php?if={$if}"); +msgid "Router Advertisements"), false, "services_router_advertisements.php?if={$if}"); msgstr "" #: src/www/services_dhcpv6.php 533 -msgid ""DHCPv6 Server");?> +msgid "DHCPv6 Server");?> msgstr "" #: src/www/services_dhcpv6.php 536 -msgid ""Enable DHCPv6 server on " . +msgid "Enable DHCPv6 server on " . msgstr "" #: src/www/services_dhcpv6.php 545 -msgid ""Subnet");?> +msgid "Subnet");?> msgstr "" #: src/www/services_dhcpv6.php 551 -msgid ""Subnet mask");?> +msgid "Subnet mask");?> msgstr "" #: src/www/services_dhcpv6.php 557 -msgid ""Available range");?> +msgid "Available range");?> msgstr "" #: src/www/services_dhcpv6.php 576 -msgid ""Subnet Mask");?> +msgid "Subnet Mask");?> msgstr "" #: src/www/services_dhcpv6.php 593 -msgid ""Range");?> +msgid "Range");?> msgstr "" #: src/www/services_dhcpv6.php 596 -msgid ""to"); ?>  +msgid "to"); ?>  msgstr "" #: src/www/services_dhcpv6.php 600 -msgid ""Prefix Delegation Range");?> +msgid "Prefix Delegation Range");?> msgstr "" #: src/www/services_dhcpv6.php 603 -msgid ""to"); ?>  +msgid "to"); ?>  msgstr "" #: src/www/services_dhcpv6.php 604 -msgid ""Prefix Delegation Size"); ?> +msgid "Prefix Delegation Size"); ?>   /> -msgstr "" - -#: -src/www/interfaces.php -1787 -msgid "Gateway Name -"); ?>" /> -msgstr "" - -#: -src/www/interfaces.php -1790 -msgid "Gateway IPv4 -"); ?> -msgstr "" - -#: -src/www/interfaces.php -1793 -msgid "Description -"); ?> -msgstr "" - -#: -src/www/interfaces.php -1799 -msgid "Save Gateway"); ?>" onclick='hide_add_gatewaysave();' /> -msgstr "" - -#: -src/www/interfaces.php -1800 -msgid "Cancel"); ?>" onclick='hide_add_gateway();' /> -msgstr "" - -#: -src/www/interfaces.php -1820 -msgid "Static IPv6 configuration"); ?> -msgstr "" - -#: -src/www/interfaces.php -1825 -msgid "IPv6 address"); ?> -msgstr "" - -#: -src/www/interfaces.php -1853 -msgid "IPv6 Upstream Gateway"); ?> -msgstr "" - -#: -src/www/interfaces.php -1856 -msgid "None"); ?> -msgstr "" - -#: -src/www/interfaces.php -1871 -msgid "add a new one."); ?> -msgstr "" - -#: -src/www/interfaces.php -1874 -msgid "If this interface is an Internet connection, select an existing Gateway from the list or add a new one using the link above."); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -1875 -msgid "On local LANs the upstream gateway should be "none"."); ?> -msgstr "" - -#: -src/www/interfaces.php -1886 -msgid "Add new v6 gateway -"); ?> -msgstr "" - -#: -src/www/interfaces.php -1894 -msgid "Default v6 gateway -"); ?> /> -msgstr "" - -#: -src/www/interfaces.php -1897 -msgid "Gateway Name IPv6 -"); ?>" /> -msgstr "" - -#: -src/www/interfaces.php -1900 -msgid "Gateway IPv6 -"); ?> -msgstr "" - -#: -src/www/interfaces.php -1903 -msgid "Description -"); ?> -msgstr "" - -#: -src/www/interfaces.php -1909 -msgid "Save Gateway"); ?>" onclick='hide_add_gatewaysave_v6();' /> -msgstr "" - -#: -src/www/interfaces.php -1910 -msgid "Cancel"); ?>" onclick='hide_add_gateway_v6();' /> -msgstr "" - -#: -src/www/interfaces.php -1930 -msgid "DHCP client configuration");?> -msgstr "" - -#: -src/www/interfaces.php -1931 -msgid " ' . -msgstr "" - -#: -src/www/interfaces.php -1939 -msgid "Enable DHCP+"); ?> -msgstr "" - -#: -src/www/interfaces.php -1942 -msgid "Enable DHCP+L2TP or DHCP+PPTP."); ?> -msgstr "" - -#: -src/www/interfaces.php -1944 -msgid "Status changes on this interface will trigger reconfiguration (if necessary) of the associated PPTP/L2TP link."); ?> -msgstr "" - -#: -src/www/interfaces.php -1949 -msgid "Hostname"); ?> -msgstr "" - -#: -src/www/interfaces.php -1953 -msgid "The value in this field is sent as the DHCP client identifier " . -msgstr "" - -#: -src/www/interfaces.php -1959 -msgid "Alias IPv4 address"); ?> -msgstr "" - -#: -src/www/interfaces.php -1978 -msgid "The value in this field is used as a fixed alias IPv4 address by the " . -msgstr "" - -#: -src/www/interfaces.php -1986 -msgid "Reject Leases From"); ?> -msgstr "" - -#: -src/www/interfaces.php -1990 -msgid "If there is a certain upstream DHCP server that should be ignored, place the IP address or subnet of the DHCP server to be ignored here."); ?> -msgstr "" - -#: -src/www/interfaces.php -1991 -msgid "This is useful for rejecting leases from cable modems that offer private IPs when they lose upstream sync."); ?> -msgstr "" - -#: -src/www/interfaces.php -1996 - -msgstr "" - -#: -src/www/interfaces.php -2017 -msgid "The values in these fields are DHCP protocol timings used when requesting a lease.
                  " ); ?> -msgstr "" - -#: -src/www/interfaces.php -2058 -msgid "Lease Requirements and Requests"); ?> -msgstr "" - -#: -src/www/interfaces.php -2060 -msgid "Send Options"); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -2063 -msgid "The values in this field are DHCP options to be sent when requesting a DHCP lease. [option declaration [, ...]]
                  " . -msgstr "" - -#: -src/www/interfaces.php -2068 -msgid "Request Options"); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -2071 -msgid "The values in this field are DHCP option 55 to be sent when requesting a DHCP lease. [option [, ...]]
                  " . -msgstr "" - -#: -src/www/interfaces.php -2074 -msgid "Require Options"); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -2077 -msgid "The values in this field are DHCP options required by the client when requesting a DHCP lease. [option [, ...]] "); ?> -msgstr "" - -#: -src/www/interfaces.php -2082 -msgid "Option Modifiers"); ?> -msgstr "" - -#: -src/www/interfaces.php -2086 -msgid "The values in this field are DHCP option modifiers applied to obtained DHCP lease. [modifier option declaration [, ...]]
                  " . -msgstr "" - -#: -src/www/interfaces.php -2092 -msgid "Configuration File Override"); ?> -msgstr "" - -#: -src/www/interfaces.php -2096 -msgid "The value in this field is the full absolute path to a DHCP client configuration file. [/[dirname/[.../]]filename[.ext]]
                  " . -msgstr "" - -#: -src/www/interfaces.php -2150 -msgid "DHCP6 client configuration     " . -msgstr "" - -#: -src/www/interfaces.php -2159 -msgid "DHCPv6 Unique Identifier (DUID)"); ?> -msgstr "" - -#: -src/www/interfaces.php -2163 -msgid "The value in this field is sent as the DHCPv6 client identifier " . -msgstr "" - -#: -src/www/interfaces.php -2168 -msgid "The current DUID is -'%s'"),$current_duid); -msgstr "" - -#: -src/www/interfaces.php -2175 -msgid "Use IPv4 connectivity as parent interface"); ?> -msgstr "" - -#: -src/www/interfaces.php -2178 -msgid "Request a IPv6 prefix/information through the IPv4 connectivity link"); ?> -msgstr "" - -#: -src/www/interfaces.php -2182 -msgid "Request only a IPv6 prefix"); ?> -msgstr "" - -#: -src/www/interfaces.php -2185 -msgid "Only request a IPv6 prefix, do not request a IPv6 address"); ?> -msgstr "" - -#: -src/www/interfaces.php -2189 -msgid "DHCPv6 Prefix Delegation size"); ?> -msgstr "" - -#: -src/www/interfaces.php -2202 -msgid "The value in this field is the delegated prefix length provided by the DHCPv6 server. Normally specified by the ISP."); ?> -msgstr "" - -#: -src/www/interfaces.php -2206 -msgid "Send IPv6 prefix hint"); ?> -msgstr "" - -#: -src/www/interfaces.php -2209 -msgid "Send an IPv6 prefix hint to indicate the desired prefix size for delegation"); ?> -msgstr "" - -#: -src/www/interfaces.php -2215 -msgid "Interface Statement"); ?> -msgstr "" - -#: -src/www/interfaces.php -2218 -msgid "Information Only"); ?> -msgstr "" - -#: -src/www/interfaces.php -2221 -msgid "Send Options"); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -2224 -msgid "The values in this field are DHCP send options to be sent when requesting a DHCP lease. [option declaration [, ...]]
                  " . -msgstr "" - -#: -src/www/interfaces.php -2230 -msgid "Request Options"); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -2233 -msgid "The values in this field are DHCP request options to be sent when requesting a DHCP lease. [option [, ...]]
                  " . -msgstr "" - -#: -src/www/interfaces.php -2237 -msgid "Script"); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -2240 -msgid "The value in this field is the absolute path to a script invoked on certain conditions including when a reply message is received.
                  " . -msgstr "" - -#: -src/www/interfaces.php -2247 -msgid "Identity Association Statement"); ?> -msgstr "" - -#: -src/www/interfaces.php -2252 -msgid "Non-Temporary Address Allocation"); ?> -msgstr "" - -#: -src/www/interfaces.php -2254 -msgid "id-assoc na"); ?> -msgstr "" - -#: -src/www/interfaces.php -2255 -msgid "ID"); ?> -msgstr "" - -#: -src/www/interfaces.php -2258 -msgid "Address"); ?> -msgstr "" - -#: -src/www/interfaces.php -2259 -msgid "ipv6-address"); ?> -msgstr "" - -#: -src/www/interfaces.php -2261 -msgid "pltime"); ?> -msgstr "" - -#: -src/www/interfaces.php -2263 -msgid "vltime"); ?> -msgstr "" - -#: -src/www/interfaces.php -2269 -msgid "Prefix Delegation"); ?> -msgstr "" - -#: -src/www/interfaces.php -2271 -msgid "id-assoc pd"); ?> -msgstr "" - -#: -src/www/interfaces.php -2272 -msgid "ID"); ?> -msgstr "" - -#: -src/www/interfaces.php -2275 -msgid "Prefix"); ?> -msgstr "" - -#: -src/www/interfaces.php -2276 -msgid "ipv6-prefix"); ?> -msgstr "" - -#: -src/www/interfaces.php -2278 -msgid "pltime"); ?> -msgstr "" - -#: -src/www/interfaces.php -2280 -msgid "vltime"); ?> -msgstr "" - -#: -src/www/interfaces.php -2288 -msgid "Prefix Interface Statement"); ?> -msgstr "" - -#: -src/www/interfaces.php -2291 -msgid "Prefix Interface "); ?> -msgstr "" - -#: -src/www/interfaces.php -2292 -msgid "sla-id"); ?> -msgstr "" - -#: -src/www/interfaces.php -2294 -msgid "sla-len"); ?> -msgstr "" - -#: -src/www/interfaces.php -2301 -msgid "Authentication Statement"); ?> -msgstr "" - -#: -src/www/interfaces.php -2304 -msgid "authname"); ?> -msgstr "" - -#: -src/www/interfaces.php -2306 -msgid "protocol"); ?> -msgstr "" - -#: -src/www/interfaces.php -2308 -msgid "algorithm"); ?> -msgstr "" - -#: -src/www/interfaces.php -2310 -msgid "rdm"); ?> -msgstr "" - -#: -src/www/interfaces.php -2317 -msgid "Keyinfo Statement"); ?> -msgstr "" - -#: -src/www/interfaces.php -2320 -msgid "keyname"); ?> -msgstr "" - -#: -src/www/interfaces.php -2322 -msgid "realm"); ?> -msgstr "" - -#: -src/www/interfaces.php -2325 -msgid "keyid"); ?> -msgstr "" - -#: -src/www/interfaces.php -2327 -msgid "secret"); ?> -msgstr "" - -#: -src/www/interfaces.php -2329 -msgid "expire"); ?> -msgstr "" - -#: -src/www/interfaces.php -2336 -msgid "Configuration File Override"); ?> -msgstr "" - -#: -src/www/interfaces.php -2341 -msgid "The value in this field is the full absolute path to a DHCP client configuration file. [/[dirname/[.../]]filename[.ext]]
                  " . -msgstr "" - -#: -src/www/interfaces.php -2422 -msgid "6RD Rapid Deployment"); ?> -msgstr "" - -#: -src/www/interfaces.php -2425 -msgid "6RD prefix"); ?> -msgstr "" - -#: -src/www/interfaces.php -2429 -msgid "The value in this field is the 6RD IPv6 prefix assigned by your ISP. e.g. '2001 -db8 -msgstr "" - -#: -/32'"?>
                  -msgstr "" - -#: -src/www/interfaces.php -2433 -msgid "6RD Border Relay"); ?> -msgstr "" - -#: -src/www/interfaces.php -2437 -msgid "The value in this field is 6RD IPv4 gateway address assigned by your ISP"?>
                  -msgstr "" - -#: -src/www/interfaces.php -2441 -msgid "6RD IPv4 Prefix length"); ?> -msgstr "" - -#: -src/www/interfaces.php -2453 -msgid "The value in this field is the 6RD IPv4 prefix length. Normally specified by the ISP. A value of 0 means we embed the entire IPv4 address in the 6RD prefix."); ?> -msgstr "" - -#: -src/www/interfaces.php -2466 -msgid "Track IPv6 Interface"); ?> -msgstr "" - -#: -src/www/interfaces.php -2469 -msgid "IPv6 Interface"); ?> -msgstr "" - -#: -src/www/interfaces.php -2499 -msgid "This selects the dynamic IPv6 WAN interface to track for configuration"?>
                  -msgstr "" - -#: -src/www/interfaces.php -2503 -msgid "IPv6 Prefix ID"); ?> -msgstr "" - -#: -src/www/interfaces.php -2512 -msgid "The value in this field is the (Delegated) IPv6 prefix id. This determines the configurable network ID based on the dynamic IPv6 connection"); ?> -msgstr "" - -#: -src/www/interfaces.php -2514 -msgid "Enter a hexadecimal value between %x and %x here, default value is 0."), 0, $ipv6_num_prefix_ids - 1); ?> -msgstr "" - -#: -src/www/interfaces.php -2527 -msgid "PPP configuration"); ?> -msgstr "" - -#: -src/www/interfaces.php -2530 -msgid "Service Provider"); ?> -msgstr "" - -#: -src/www/interfaces.php -2534 -msgid "Country -"); ?> -msgstr "" - -#: -src/www/interfaces.php -2542 -msgid "Provider -"); ?>    -msgstr "" - -#: -src/www/interfaces.php -2550 -msgid "Plan -"); ?>    -msgstr "" - -#: -src/www/interfaces.php -2558 -msgid "Select to fill in data for your service provider."); ?> -msgstr "" - -#: -src/www/interfaces.php -2562 -msgid "Username"); ?> -msgstr "" - -#: -src/www/interfaces.php -2568 -msgid "Password"); ?> -msgstr "" - -#: -src/www/interfaces.php -2574 -msgid "Phone Number"); ?> -msgstr "" - -#: -src/www/interfaces.php -2580 -msgid "Access Point Name (APN)"); ?> -msgstr "" - -#: -src/www/interfaces.php -2586 -msgid "Modem Port"); ?> -msgstr "" - -#: -src/www/interfaces.php -2610 -msgid "Advanced PPP"); ?> -msgstr "" - -#: -src/www/interfaces.php -2613 -msgid "Click here"); ?> -msgstr "" - -#: -src/www/interfaces.php -2614 -msgid "to edit PPP configuration."); ?> -msgstr "" - -#: -src/www/interfaces.php -2618 -msgid "Click here"); ?> -msgstr "" - -#: -src/www/interfaces.php -2619 -msgid "to create a PPP configuration."); ?> -msgstr "" - -#: -src/www/interfaces.php -2633 -msgid "PPPoE configuration"); ?> -msgstr "" - -#: -src/www/interfaces.php -2636 -msgid "Username"); ?> -msgstr "" - -#: -src/www/interfaces.php -2642 -msgid "Password"); ?> -msgstr "" - -#: -src/www/interfaces.php -2648 -msgid "Service name"); ?> -msgstr "" - -#: -src/www/interfaces.php -2650 -msgid "Hint -this field can usually be left empty"); ?> -msgstr "" - -#: -src/www/interfaces.php -2654 -msgid "Dial on demand"); ?> -msgstr "" - -#: -src/www/interfaces.php -2657 -msgid "Enable Dial-On-Demand mode"); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -2658 -msgid "connection. The interface is configured, but the actual connection of the link is delayed until qualifying outgoing traffic is detected."); ?> -msgstr "" - -#: -src/www/interfaces.php -2662 -msgid "Idle timeout"); ?> -msgstr "" - -#: -src/www/interfaces.php -2664 -msgid "If no qualifying outgoing packets are transmitted for the specified number of seconds, the connection is brought down. An idle timeout of zero disables this feature."); ?> -msgstr "" - -#: -src/www/interfaces.php -2668 -msgid "Periodic reset");?> -msgstr "" - -#: -src/www/interfaces.php -2675 -msgid "Disabled"); ?> -msgstr "" - -#: -src/www/interfaces.php -2676 -msgid "Custom"); ?> -msgstr "" - -#: -src/www/interfaces.php -2677 -msgid "Pre-Set"); ?> -msgstr "" - -#: -src/www/interfaces.php -2678 -msgid "Select a reset timing type"); ?> -msgstr "" - -#: -src/www/interfaces.php -2686 -msgid "hour (0-23)"); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -2688 -msgid "minute (0-59)"); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -2690 -msgid "reset at a specific date (mm/dd/yyyy)"); ?> -msgstr "" - -#: -src/www/interfaces.php -2692 -msgid "Note -"); ?> -msgstr "" - -#: -src/www/interfaces.php -2693 -msgid "If you leave the date field empty, the reset will be executed each day at the time you did specify using the minutes and hour field."); ?> -msgstr "" - -#: -src/www/interfaces.php -2701 -msgid "reset at each month ('0 0 1 * *""); ?> -msgstr "" - -#: -src/www/interfaces.php -2704 -msgid "reset at each week ('0 0 * * 0""); ?> -msgstr "" - -#: -src/www/interfaces.php -2707 -msgid "reset at each day ('0 0 * * *""); ?> -msgstr "" - -#: -src/www/interfaces.php -2710 -msgid "reset at each hour ('0 * * * *""); ?> -msgstr "" - -#: -src/www/interfaces.php -2719 -msgid "Advanced and MLPPP"); ?> -msgstr "" - -#: -src/www/interfaces.php -2722 -msgid "Click here"); ?> -msgstr "" - -#: -src/www/interfaces.php -2723 -msgid "for additional PPPoE configuration options. Save first if you made changes."); ?> -msgstr "" - -#: -src/www/interfaces.php -2727 -msgid "Click here"); ?> -msgstr "" - -#: -src/www/interfaces.php -2728 -msgid "for advanced PPPoE configuration options and MLPPP configuration."); ?> -msgstr "" - -#: -src/www/interfaces.php -2742 -msgid "PPTP/L2TP configuration"); ?> -msgstr "" - -#: -src/www/interfaces.php -2745 -msgid "Username"); ?> -msgstr "" - -#: -src/www/interfaces.php -2751 -msgid "Password"); ?> -msgstr "" - -#: -src/www/interfaces.php -2757 -msgid "Local IP address"); ?> -msgstr "" - -#: -src/www/interfaces.php -2770 -msgid "Remote IP address"); ?> -msgstr "" - -#: -src/www/interfaces.php -2776 -msgid "Dial on demand"); ?> -msgstr "" - -#: -src/www/interfaces.php -2779 -msgid "Enable Dial-On-Demand mode"); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -2780 -msgid "connection. The interface is configured, but the actual connection of the link is delayed until qualifying outgoing traffic is detected."); ?> -msgstr "" - -#: -src/www/interfaces.php -2784 -msgid "Idle timeout"); ?> -msgstr "" - -#: -src/www/interfaces.php -2786 -msgid "If no qualifying outgoing packets are transmitted for the specified number of seconds, the connection is brought down. An idle timeout of zero disables this feature."); ?> -msgstr "" - -#: -src/www/interfaces.php -2790 -msgid "Advanced"); ?> -msgstr "" - -#: -src/www/interfaces.php -2793 -msgid "Click here");?> -msgstr "" - -#: -src/www/interfaces.php -2794 -msgid "for additional PPTP and L2TP configuration options. Save first if you made changes.");?> -msgstr "" - -#: -src/www/interfaces.php -2798 -msgid "Click here");?> -msgstr "" - -#: -src/www/interfaces.php -2799 -msgid "for advanced PPTP and L2TP configuration options");?>. -msgstr "" - -#: -src/www/interfaces.php -2814 -msgid "Common wireless configuration - Settings apply to all wireless networks on"); ?> . -msgstr "" - -#: -src/www/interfaces.php -2817 -msgid "Persist common settings");?> -msgstr "" - -#: -src/www/interfaces.php -2820 -msgid "Enabling this preserves the common wireless configuration through interface deletions and reassignments.");?> -msgstr "" - -#: -src/www/interfaces.php -2824 -msgid "Standard"); ?> -msgstr "" - -#: -src/www/interfaces.php -2844 -msgid "Protection Mode"); ?> -msgstr "" - -#: -src/www/interfaces.php -2847 -msgid "Protection mode off"); ?> -msgstr "" - -#: -src/www/interfaces.php -2848 -msgid "Protection mode CTS to self"); ?> -msgstr "" - -#: -src/www/interfaces.php -2849 -msgid "Protection mode RTS and CTS"); ?> -msgstr "" - -#: -src/www/interfaces.php -2852 -msgid "For IEEE 802.11g, use the specified technique for protecting OFDM frames in a mixed 11b/11g network."); ?> -msgstr "" - -#: -src/www/interfaces.php -2860 -msgid "Transmit power"); ?> -msgstr "" - -#: -src/www/interfaces.php -2873 -msgid "Note -Typically only a few discreet power settings are available and the driver will use the setting closest to the specified value. Not all adapters support changing the transmit power setting."); ?> -msgstr "" - -#: -src/www/interfaces.php -2877 -msgid "Channel"); ?> -msgstr "" - -#: -src/www/interfaces.php -2880 -msgid "Auto"); ?> -msgstr "" - -#: -src/www/interfaces.php -2900 -msgid "Legend -wireless standards - channel # (frequency @ max TX power / TX power allowed in reg. domain)"); ?> -msgstr "" - -#: -src/www/interfaces.php -2902 -msgid "Note -Not all channels may be supported by your card. Auto may override the wireless standard selected above."); ?> -msgstr "" - -#: -src/www/interfaces.php -2907 -msgid "Antenna settings"); ?> -msgstr "" - -#: -src/www/interfaces.php -2913 -msgid "Diversity"); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -2915 -msgid "Default"); ?> -msgstr "" - -#: -src/www/interfaces.php -2916 -msgid "Off"); ?> -msgstr "" - -#: -src/www/interfaces.php -2917 -msgid "On"); ?> -msgstr "" - -#: -src/www/interfaces.php -2924 -msgid "Transmit antenna"); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -2926 -msgid "Default"); ?> -msgstr "" - -#: -src/www/interfaces.php -2927 -msgid "Auto"); ?> -msgstr "" - -#: -src/www/interfaces.php -2928 -msgid "#1"); ?> -msgstr "" - -#: -src/www/interfaces.php -2929 -msgid "#2"); ?> -msgstr "" - -#: -src/www/interfaces.php -2936 -msgid "Receive antenna"); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -2938 -msgid "Default"); ?> -msgstr "" - -#: -src/www/interfaces.php -2939 -msgid "Auto"); ?> -msgstr "" - -#: -src/www/interfaces.php -2940 -msgid "#1"); ?> -msgstr "" - -#: -src/www/interfaces.php -2941 -msgid "#2"); ?> -msgstr "" - -#: -src/www/interfaces.php -2948 -msgid "Note -The antenna numbers do not always match up with the labels on the card."); ?> -msgstr "" - -#: -src/www/interfaces.php -2954 -msgid "Distance setting"); ?> -msgstr "" - -#: -src/www/interfaces.php -2958 -msgid "Note -This field can be used to tune ACK/CTS timers to fit the distance between AP and Client"); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -2959 -msgid "(measured in Meters and works only for Atheros based cards !)"); ?> -msgstr "" - -#: -src/www/interfaces.php -2964 -msgid "Regulatory settings"); ?> -msgstr "" - -#: -src/www/interfaces.php -2966 -msgid "Regulatory domain"); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -2968 -msgid "Default"); ?> -msgstr "" - -#: -src/www/interfaces.php -2980 -msgid "Note -Some cards have a default that is not recognized and require changing the regulatory domain to one in this list for the changes to other regulatory settings to work."); ?> -msgstr "" - -#: -src/www/interfaces.php -2982 -msgid "Country (listed with country code and regulatory domain)"); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -2984 -msgid "Default"); ?> -msgstr "" - -#: -src/www/interfaces.php -2996 -msgid "Note -Any country setting other than "Default" will override the regulatory domain setting"); ?>. -msgstr "" - -#: -src/www/interfaces.php -2998 -msgid "Location"); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -3000 -msgid "Default"); ?> -msgstr "" - -#: -src/www/interfaces.php -3001 -msgid "Indoor"); ?> -msgstr "" - -#: -src/www/interfaces.php -3002 -msgid "Outdoor"); ?> -msgstr "" - -#: -src/www/interfaces.php -3003 -msgid "Anywhere"); ?> -msgstr "" - -#: -src/www/interfaces.php -3006 -msgid "These settings may affect which channels are available and the maximum transmit power allowed on those channels. Using the correct settings to comply with local regulatory requirements is recommended."); ?> -msgstr "" - -#: -src/www/interfaces.php -3008 -msgid "Note -All wireless networks on this interface will be temporarily brought down when changing regulatory settings. Some of the regulatory domains or country codes may not be allowed by some cards. These settings may not be able to add additional channels that are not already supported."); ?> -msgstr "" - -#: -src/www/interfaces.php -3015 -msgid "Network-specific wireless configuration");?> -msgstr "" - -#: -src/www/interfaces.php -3018 -msgid "Mode"); ?> -msgstr "" - -#: -src/www/interfaces.php -3021 -msgid "Infrastructure (BSS)"); ?> -msgstr "" - -#: -src/www/interfaces.php -3022 -msgid "Ad-hoc (IBSS)"); ?> -msgstr "" - -#: -src/www/interfaces.php -3023 -msgid "Access Point"); ?> -msgstr "" - -#: -src/www/interfaces.php -3028 -msgid "SSID"); ?> -msgstr "" - -#: -src/www/interfaces.php -3032 -msgid "Note -Only required in Access Point mode. If left blank in Ad-hoc or Infrastructure mode, this interface will connect to any available SSID"); ?> -msgstr "" - -#: -src/www/interfaces.php -3037 -msgid "Minimum wireless standard"); ?> -msgstr "" - -#: -src/www/interfaces.php -3040 -msgid "Any"); ?> -msgstr "" - -#: -src/www/interfaces.php -3042 -msgid "802.11g"); ?> -msgstr "" - -#: -src/www/interfaces.php -3044 -msgid "802.11n"); ?> -msgstr "" - -#: -src/www/interfaces.php -3047 -msgid "When operating as an access point, allow only stations capable of the selected wireless standard to associate (stations not capable are not permitted to associate)."); ?> -msgstr "" - -#: -src/www/interfaces.php -3052 -msgid "802.11g only"); ?> -msgstr "" - -#: -src/www/interfaces.php -3055 -msgid "When operating as an access point in 802.11g mode, allow only 11g-capable stations to associate (11b-only stations are not permitted to associate)."); ?> -msgstr "" - -#: -src/www/interfaces.php -3060 -msgid "Allow intra-BSS communication"); ?> -msgstr "" - -#: -src/www/interfaces.php -3064 -msgid "When operating as an access point, enable this if you want to pass packets between wireless clients directly."); ?> -msgstr "" - -#: -src/www/interfaces.php -3066 -msgid "Disabling the internal bridging is useful when traffic is to be processed with packet filtering."); ?> -msgstr "" - -#: -src/www/interfaces.php -3070 -msgid "Enable WME"); ?> -msgstr "" - -#: -src/www/interfaces.php -3073 -msgid "Setting this option will force the card to use WME (wireless QoS)."); ?> -msgstr "" - -#: -src/www/interfaces.php -3077 -msgid "Enable Hide SSID"); ?> -msgstr "" - -#: -src/www/interfaces.php -3081 -msgid "Setting this option will force the card to NOT broadcast its SSID"); ?> -msgstr "" - -#: -src/www/interfaces.php -3083 -msgid "(this might create problems for some clients)."); ?> -msgstr "" - -#: -src/www/interfaces.php -3087 -msgid "WEP"); ?> -msgstr "" - -#: -src/www/interfaces.php -3090 -msgid "Enable WEP"); ?> -msgstr "" - -#: -src/www/interfaces.php -3095 -msgid "TX key"); ?>  -msgstr "" - -#: -src/www/interfaces.php -3098 -msgid "Key 1 -"); ?>   -msgstr "" - -#: -src/www/interfaces.php -3107 -msgid "Key 2 -"); ?>   -msgstr "" - -#: -src/www/interfaces.php -3116 -msgid "Key 3 -"); ?>   -msgstr "" - -#: -src/www/interfaces.php -3125 -msgid "Key 4 -"); ?>   -msgstr "" - -#: -src/www/interfaces.php -3135 -msgid "40 (64) bit keys may be entered as 5 ASCII characters or 10 hex digits preceded by '0x'."); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -3136 -msgid "104 (128) bit keys may be entered as 13 ASCII characters or 26 hex digits preceded by '0x'."); ?> -msgstr "" - -#: -src/www/interfaces.php -3140 -msgid "WPA"); ?> -msgstr "" - -#: -src/www/interfaces.php -3143 -msgid "Enable WPA"); ?> -msgstr "" - -#: -src/www/interfaces.php -3148 -msgid "WPA Pre-Shared Key"); ?>  -msgstr "" - -#: -src/www/interfaces.php -3151 -msgid "PSK -"); ?>   -msgstr "" - -#: -src/www/interfaces.php -3157 -msgid "Passphrase must be from 8 to 63 characters."); ?> -msgstr "" - -#: -src/www/interfaces.php -3161 -msgid "WPA Mode"); ?> -msgstr "" - -#: -src/www/interfaces.php -3164 -msgid "WPA"); ?> -msgstr "" - -#: -src/www/interfaces.php -3165 -msgid "WPA2"); ?> -msgstr "" - -#: -src/www/interfaces.php -3166 -msgid "Both"); ?> -msgstr "" - -#: -src/www/interfaces.php -3171 -msgid "WPA Key Management Mode"); ?> -msgstr "" - -#: -src/www/interfaces.php -3174 -msgid "Pre-Shared Key"); ?> -msgstr "" - -#: -src/www/interfaces.php -3175 -msgid "Extensible Authentication Protocol"); ?> -msgstr "" - -#: -src/www/interfaces.php -3176 -msgid "Both"); ?> -msgstr "" - -#: -src/www/interfaces.php -3181 -msgid "Authentication"); ?> -msgstr "" - -#: -src/www/interfaces.php -3184 -msgid "Open System Authentication"); ?> -msgstr "" - -#: -src/www/interfaces.php -3185 -msgid "Shared Key Authentication"); ?> -msgstr "" - -#: -src/www/interfaces.php -3186 -msgid "Both"); ?> -msgstr "" - -#: -src/www/interfaces.php -3188 -msgid "Note -Shared Key Authentication requires WEP."); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -3192 -msgid "WPA Pairwise"); ?> -msgstr "" - -#: -src/www/interfaces.php -3195 -msgid "Both"); ?> -msgstr "" - -#: -src/www/interfaces.php -3196 -msgid "AES (recommended)"); ?> -msgstr "" - -#: -src/www/interfaces.php -3197 -msgid "TKIP"); ?> -msgstr "" - -#: -src/www/interfaces.php -3202 -msgid "Key Rotation"); ?> -msgstr "" - -#: -src/www/interfaces.php -3205 -msgid "Allowed values are 1-9999 but should not be longer than Master Key Regeneration time."); ?> -msgstr "" - -#: -src/www/interfaces.php -3209 -msgid "Master Key Regeneration"); ?> -msgstr "" - -#: -src/www/interfaces.php -3212 -msgid "Allowed values are 1-9999 but should not be shorter than Key Rotation time."); ?> -msgstr "" - -#: -src/www/interfaces.php -3216 -msgid "Strict Key Regeneration"); ?> -msgstr "" - -#: -src/www/interfaces.php -3219 -msgid "Setting this option will force the AP to rekey whenever a client disassociates."); ?> -msgstr "" - -#: -src/www/interfaces.php -3223 -msgid "Enable IEEE802.1X Authentication"); ?> -msgstr "" - -#: -src/www/interfaces.php -3226 -msgid "Setting this option will enable 802.1x authentication."); ?> -msgstr "" - -#: -src/www/interfaces.php -3227 -msgid "NOTE"); ?> -msgid "this option requires checking the "Enable WPA box"."); ?> -msgstr "" - -#: -src/www/interfaces.php -3231 -msgid "802.1X Authentication Server IP Address"); ?> -msgstr "" - -#: -src/www/interfaces.php -3234 -msgid "Enter the IP address of the 802.1X Authentication Server. This is commonly a Radius server (FreeRadius, Internet Authentication Services, etc.)"); ?> -msgstr "" - -#: -src/www/interfaces.php -3238 -msgid "802.1X Authentication Server Port"); ?> -msgstr "" - -#: -src/www/interfaces.php -3241 -msgid "Leave blank for the default 1812 port."); ?> -msgstr "" - -#: -src/www/interfaces.php -3245 -msgid "802.1X Authentication Server Shared Secret"); ?> -msgstr "" - -#: -src/www/interfaces.php -3252 -msgid "Secondary 802.1X Authentication Server IP Address"); ?> -msgstr "" - -#: -src/www/interfaces.php -3255 -msgid "Enter the IP address of the 802.1X Authentication Server. This is commonly a Radius server (FreeRadius, Internet Authentication Services, etc.)"); ?> -msgstr "" - -#: -src/www/interfaces.php -3259 -msgid "Secondary 802.1X Authentication Server Port"); ?> -msgstr "" - -#: -src/www/interfaces.php -3262 -msgid "Leave blank for the default 1812 port."); ?> -msgstr "" - -#: -src/www/interfaces.php -3266 -msgid "Secondary 802.1X Authentication Server Shared Secret"); ?> -msgstr "" - -#: -src/www/interfaces.php -3273 -msgid "Authentication Roaming Preauth"); ?> -msgstr "" - -#: -src/www/interfaces.php -3284 -msgid "Private networks"); ?> -msgstr "" - -#: -src/www/interfaces.php -3291 -msgid "Block private networks"); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -3292 -msgid "When set, this option blocks traffic from IP addresses that are reserved " . -msgstr "" - -#: -src/www/interfaces.php -3294 -msgid "You should generally " . -msgstr "" - -#: -src/www/interfaces.php -3303 -msgid "Block bogon networks"); ?>
                  -msgstr "" - -#: -src/www/interfaces.php -3304 -msgid "When set, this option blocks traffic from IP addresses that are reserved " . -msgstr "" - -#: -src/www/interfaces.php -3306 -msgid "Bogons are prefixes that should never appear in the Internet routing table, " . -msgstr "" - -#: -src/www/interfaces.php -3309 -msgid "Note -The update frequency can be changed under System->Advanced Firewall/NAT settings.")?> -msgstr "" - -#: -src/www/interfaces.php -3322 -msgid "Save"); ?>" /> -msgstr "" - -#: -src/www/interfaces.php -3323 -msgid "Cancel");?>" onclick="window.location.href=''" /> -msgstr "" - -#: -src/www/interfaces.php -3435 -msgid "NOTE -msgid "here"); ?>.

                  " -msgstr "" - -#: -src/www/interfaces.php -3444 -msgid "NOTE -msgid "here"); ?>.

                  " -msgstr "" - -#: -src/www/interfaces_assign.php -31 -msgid "Assign network ports" -msgstr "" - -#: -src/www/interfaces_assign.php -45 -msgid "VLAN %1$s on %2$s"$portinfo['tag'],$portinfo['if']); -msgstr "" - -#: -src/www/interfaces_assign.php -194 -msgid "lan" -msgstr "" - -#: -src/www/interfaces_assign.php -195 -msgid "LAN" -msgstr "" - -#: -src/www/interfaces_assign.php -220 -msgid "Interface has been added." -msgstr "" - -#: -src/www/interfaces_assign.php -260 -msgid "Port %1$s '. -msgstr "" - -#: -src/www/interfaces_assign.php -276 -msgid "You cannot set port %s to interface %s because this interface is a member of %s."), $portname, $member, $portname); -msgstr "" - -#: -src/www/interfaces_assign.php -354 -msgid "The interface is part of a group. Please remove it from the group to continue" -msgstr "" - -#: -src/www/interfaces_assign.php -356 -msgid "The interface is part of a bridge. Please remove it from the bridge to continue" -msgstr "" - -#: -src/www/interfaces_assign.php -358 -msgid "The interface is part of a gre tunnel. Please delete the tunnel to continue" -msgstr "" - -#: -src/www/interfaces_assign.php -360 -msgid "The interface is part of a gif tunnel. Please delete the tunnel to continue" -msgstr "" - -#: -src/www/interfaces_assign.php -398 -msgid "Interface has been deleted." -msgstr "" - -#: -src/www/interfaces_assign.php -422 -msgid "The system is now rebooting. Please wait." -msgstr "" - -#: -src/www/interfaces_assign.php -424 -msgid "Reboot is needed. Please apply the settings in order to reboot." -msgstr "" - -#: -src/www/interfaces_assign.php -426 -msgid "Interface mismatch detected. Please resolve the mismatch and click 'Apply changes'. The firewall will reboot afterwards." -msgstr "" - -#: -src/www/interfaces_assign.php -440 -msgid "The interface configuration has been changed.
                  You must apply the changes in order for them to take effect." -msgstr "" - -#: -src/www/interfaces_assign.php -454 -msgid "Interface assignments"), true, "interfaces_assign.php" -msgstr "" - -#: -src/www/interfaces_assign.php -455 -msgid "Interface Groups"), false, "interfaces_groups.php" -msgstr "" - -#: -src/www/interfaces_assign.php -456 -msgid "Wireless"), false, "interfaces_wireless.php" -msgstr "" - -#: -src/www/interfaces_assign.php -457 -msgid "VLANs"), false, "interfaces_vlan.php" -msgstr "" - -#: -src/www/interfaces_assign.php -458 -msgid "QinQs"), false, "interfaces_qinq.php" -msgstr "" - -#: -src/www/interfaces_assign.php -459 -msgid "PPPs"), false, "interfaces_ppps.php" -msgstr "" - -#: -src/www/interfaces_assign.php -460 -msgid "GRE"), false, "interfaces_gre.php" -msgstr "" - -#: -src/www/interfaces_assign.php -461 -msgid "GIF"), false, "interfaces_gif.php" -msgstr "" - -#: -src/www/interfaces_assign.php -462 -msgid "Bridges"), false, "interfaces_bridge.php" -msgstr "" - -#: -src/www/interfaces_assign.php -463 -msgid "LAGG"), false, "interfaces_lagg.php" -msgstr "" - -#: -src/www/interfaces_assign.php -477 -msgid "Interface"); ?> -msgstr "" - -#: -src/www/interfaces_assign.php -478 -msgid "Network port"); ?> -msgstr "" - -#: -src/www/interfaces_assign.php -510 -msgid "delete interface");?>" -msgstr "" - -#: -src/www/interfaces_assign.php -514 -msgid "Do you really want to delete this interface?"); ?>""> -msgstr "" - -#: -src/www/interfaces_assign.php -528 -msgid "Available network ports -");?> -msgstr "" - -#: -src/www/interfaces_assign.php -544 -msgid "add selected interface");?>"> -msgstr "" - -#: -src/www/interfaces_assign.php -556 -msgid "Save"); ?>" />

                  -msgstr "" - -#: -src/www/interfaces_assign.php -559 -msgid "Interfaces that are configured as members of a lagg(4) interface will not be shown."); ?> -msgstr "" - -#: -src/www/interfaces_bridge.php -55 -msgid "This bridge cannot be deleted because it is assigned as an interface." -msgstr "" - -#: -src/www/interfaces_bridge.php -73 -msgid "Bridge" -msgstr "" - -#: -src/www/interfaces_bridge.php -97 -msgid "Interface assignments"), false, "interfaces_assign.php" -msgstr "" - -#: -src/www/interfaces_bridge.php -98 -msgid "Interface Groups"), false, "interfaces_groups.php" -msgstr "" - -#: -src/www/interfaces_bridge.php -99 -msgid "Wireless"), false, "interfaces_wireless.php" -msgstr "" - -#: -src/www/interfaces_bridge.php -100 -msgid "VLANs"), false, "interfaces_vlan.php" -msgstr "" - -#: -src/www/interfaces_bridge.php -101 -msgid "QinQs"), false, "interfaces_qinq.php" -msgstr "" - -#: -src/www/interfaces_bridge.php -102 -msgid "PPPs"), false, "interfaces_ppps.php" -msgstr "" - -#: -src/www/interfaces_bridge.php -103 -msgid "GRE"), false, "interfaces_gre.php" -msgstr "" - -#: -src/www/interfaces_bridge.php -104 -msgid "GIF"), false, "interfaces_gif.php" -msgstr "" - -#: -src/www/interfaces_bridge.php -105 -msgid "Bridges"), true, "interfaces_bridge.php" -msgstr "" - -#: -src/www/interfaces_bridge.php -106 -msgid "LAGG"), false, "interfaces_lagg.php" -msgstr "" - -#: -src/www/interfaces_bridge.php -120 -msgid "Interface");?> -msgstr "" - -#: -src/www/interfaces_bridge.php -121 -msgid "Members");?> -msgstr "" - -#: -src/www/interfaces_bridge.php -122 -msgid "Description");?> -msgstr "" - -#: -src/www/interfaces_bridge.php -153 -msgid "edit group");?>"> -msgstr "" - -#: -src/www/interfaces_bridge.php -155 -msgid "Do you really want to delete this bridge?");?>""> -msgstr "" - -#: -src/www/interfaces_bridge.php -167 -msgid "Note -"); ?>
                  -msgstr "" - -#: -src/www/interfaces_bridge.php -169 -msgid "Here you can configure bridging of interfaces."); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -110 -msgid "Member Interfaces" -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -115 -msgid "Maxage needs to be an integer between 6 and 40." -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -117 -msgid "Maxaddr needs to be an integer." -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -119 -msgid "Timeout needs to be an integer." -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -121 -msgid "Forward Delay needs to be an integer between 4 and 30." -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -123 -msgid "Hello time for STP needs to be an integer between 1 and 2." -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -125 -msgid "Priority for STP needs to be an integer between 0 and 61440." -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -127 -msgid "Transmit Hold Count for STP needs to be an integer between 1 and 10." -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -130 -msgid "interface priority for STP needs to be an integer between 0 and 240." -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -135 -msgid "interface path cost for STP needs to be an integer between 1 and 200000000." -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -140 -msgid "You must select at least 2 member interfaces for a bridge." -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -145 -msgid "A member interface passed does not exist in configuration" -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -148 -msgid "Bridging a wireless interface is only possible in hostap mode." -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -150 -msgid "Span interface cannot be part of the bridge. Remove the span interface from bridge members to continue." -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -208 -msgid "Error occurred creating interface, please retry." -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -227 -msgid "Edit" -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -267 -msgid "Bridge configuration");?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -275 -msgid "Member interfaces"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -290 -msgid "Interfaces participating in the bridge."); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -294 -msgid "Description"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -302 -msgid "Show advanced options"); ?>" />

                  -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -306 -msgid "RSTP/STP"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -309 -msgid "Enable spanning tree options for this bridge."); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -312 -msgid "Protocol"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -325 -msgid "Protocol used for spanning tree."); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -327 -msgid "STP interfaces"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -341 -msgid "Enable Spanning Tree Protocol on interface. The if_bridge(4) " . -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -347 -msgid "Valid time"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -349 -msgid "seconds"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -352 -msgid "Set the time that a Spanning Tree Protocol configuration is " . -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -357 -msgid "Forward time"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -359 -msgid "seconds"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -362 -msgid "Set the time that must pass before an interface begins forwarding " . -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -366 -msgid "Hello time"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -368 -msgid "seconds"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -371 -msgid "Set the time between broadcasting of Spanning Tree Protocol configuration messages. The hello time may only be changed when " . -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -375 -msgid "Priority"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -380 -msgid "Set the bridge priority for Spanning Tree. The default is 32768. " . -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -384 -msgid "Hold count"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -389 -msgid "Set the transmit hold count for Spanning Tree. This is the number" . -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -394 -msgid "Priority"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -404 -msgid "Set the Spanning Tree priority of interface to value. The " . -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -408 -msgid "Path cost"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -418 -msgid "Set the Spanning Tree path cost of interface to value. The " . -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -427 -msgid "Cache size"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -429 -msgid "entries"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -431 -msgid "Set the size of the bridge address cache to size. The default is " . -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -437 -msgid "Cache entry expire time"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -439 -msgid "seconds"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -441 -msgid "Set the timeout of address cache entries to this number of seconds. If " . -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -448 -msgid "Span port"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -451 -msgid "None"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -462 -msgid "Add the interface named by interface as a span port on the " . -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -469 -msgid "Note -"); ?>
                  -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -471 -msgid "The span interface cannot be part of the bridge member interfaces."); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -476 -msgid "Edge ports"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -490 -msgid "Set interface as an edge port. An edge port connects directly to " . -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -496 -msgid "Auto Edge ports"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -510 -msgid "Allow interface to automatically detect edge status. This is the " . -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -513 -msgid "Note -"); ?>
                  -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -515 -msgid "This will disable the autoedge status of interfaces."); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -519 -msgid "PTP ports"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -533 -msgid "Set the interface as a point-to-point link. This is required for " . -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -539 -msgid "Auto PTP ports"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -553 -msgid "Automatically detect the point-to-point status on interface by " . -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -557 -msgid "Note -"); ?>
                  -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -559 -msgid "The interfaces selected here will be removed from default autoedge status."); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -563 -msgid "Sticky ports"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -577 -msgid "Mark an interface as a "sticky" interface. Dynamically learned " . -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -584 -msgid "Private ports"); ?> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -598 -msgid "Mark an interface as a "private" interface. A private interface does not forward any traffic to any other port that is also " . -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -606 -msgid "Save"); ?>" /> -msgstr "" - -#: -src/www/interfaces_bridge_edit.php -607 -msgid "Cancel");?>" onclick="window.location.href=''" /> -msgstr "" - -#: -src/www/interfaces_gif.php -55 -msgid "This gif TUNNEL cannot be deleted because it is still being used as an interface." -msgstr "" - -#: -src/www/interfaces_gif.php -67 -msgid "GIF" -msgstr "" - -#: -src/www/interfaces_gif.php -91 -msgid "Interface assignments"), false, "interfaces_assign.php" -msgstr "" - -#: -src/www/interfaces_gif.php -92 -msgid "Interface Groups"), false, "interfaces_groups.php" -msgstr "" - -#: -src/www/interfaces_gif.php -93 -msgid "Wireless"), false, "interfaces_wireless.php" -msgstr "" - -#: -src/www/interfaces_gif.php -94 -msgid "VLANs"), false, "interfaces_vlan.php" -msgstr "" - -#: -src/www/interfaces_gif.php -95 -msgid "QinQs"), false, "interfaces_qinq.php" -msgstr "" - -#: -src/www/interfaces_gif.php -96 -msgid "PPPs"), false, "interfaces_ppps.php" -msgstr "" - -#: -src/www/interfaces_gif.php -97 -msgid "GRE"), false, "interfaces_gre.php" -msgstr "" - -#: -src/www/interfaces_gif.php -98 -msgid "GIF"), true, "interfaces_gif.php" -msgstr "" - -#: -src/www/interfaces_gif.php -99 -msgid "Bridges"), false, "interfaces_bridge.php" -msgstr "" - -#: -src/www/interfaces_gif.php -100 -msgid "LAGG"), false, "interfaces_lagg.php" -msgstr "" - -#: -src/www/interfaces_gif.php -114 -msgid "Interface");?> -msgstr "" - -#: -src/www/interfaces_gif.php -115 -msgid "Tunnel to...");?> -msgstr "" - -#: -src/www/interfaces_gif.php -116 -msgid "Description");?> -msgstr "" - -#: -src/www/interfaces_gif.php -137 -msgid "edit group");?>"> -msgstr "" - -#: -src/www/interfaces_gif.php -139 -msgid "Do you really want to delete this gif tunnel?");?>""> -msgstr "" - -#: -src/www/interfaces_gif.php -149 -msgid "Note -"); ?>
                  -msgstr "" - -#: -src/www/interfaces_gif.php -151 -msgid "GIF tunnels are configured here."); ?> -msgstr "" - -#: -src/www/interfaces_gif.php -153 -msgid "to keep your tunnel functional when your IP changes."); ?>

                  -msgstr "" - -#: -src/www/interfaces_gif_edit.php -65 -msgid "Parent interface,Local address, Remote tunnel address, Remote tunnel network, Local tunnel address" -msgstr "" - -#: -src/www/interfaces_gif_edit.php -71 -msgid "The tunnel local and tunnel remote fields must have valid IP addresses." -msgstr "" - -#: -src/www/interfaces_gif_edit.php -77 -msgid "The alias IP address family has to match the family of the remote peer address." -msgstr "" - -#: -src/www/interfaces_gif_edit.php -85 -msgid "A gif with the network %s is already defined."), $gif['tunnel-remote-addr']); -msgstr "" - -#: -src/www/interfaces_gif_edit.php -104 -msgid "Error occurred creating interface, please retry." -msgstr "" - -#: -src/www/interfaces_gif_edit.php -123 -msgid "Edit" -msgstr "" - -#: -src/www/interfaces_gif_edit.php -146 -msgid "GIF configuration");?> -msgstr "" - -#: -src/www/interfaces_gif_edit.php -154 -msgid "Parent interface"); ?> -msgstr "" - -#: -src/www/interfaces_gif_edit.php -174 -msgid "The interface here serves as the local address to be used for the gif tunnel."); ?> -msgstr "" - -#: -src/www/interfaces_gif_edit.php -177 -msgid "gif remote address"); ?> -msgstr "" - -#: -src/www/interfaces_gif_edit.php -181 -msgid "Peer address where encapsulated gif packets will be sent. "); ?> -msgstr "" - -#: -src/www/interfaces_gif_edit.php -184 -msgid "gif tunnel local address"); ?> -msgstr "" - -#: -src/www/interfaces_gif_edit.php -188 -msgid "Local gif tunnel endpoint"); ?> -msgstr "" - -#: -src/www/interfaces_gif_edit.php -191 -msgid "gif tunnel remote address "); ?> -msgstr "" - -#: -src/www/interfaces_gif_edit.php -213 -msgid "Remote gif address endpoint. The subnet part is used for determining the network that is tunnelled."); ?> -msgstr "" - -#: -src/www/interfaces_gif_edit.php -216 -msgid "Route caching "); ?> -msgstr "" - -#: -src/www/interfaces_gif_edit.php -220 -msgid "Specify if route caching can be enabled. Be careful with these settings on dynamic networks. "); ?> -msgstr "" - -#: -src/www/interfaces_gif_edit.php -223 -msgid "ECN friendly behavior"); ?> -msgstr "" - -#: -src/www/interfaces_gif_edit.php -228 -msgid "Note that the ECN friendly behavior violates RFC2893. This should be " . -msgstr "" - -#: -src/www/interfaces_gif_edit.php -233 -msgid "Description"); ?> -msgstr "" - -#: -src/www/interfaces_gif_edit.php -236 -msgid "You may enter a description here " . -msgstr "" - -#: -src/www/interfaces_gif_edit.php -243 -msgid "Save"); ?>" /> -msgstr "" - -#: -src/www/interfaces_gif_edit.php -244 -msgid "Cancel");?>" onclick="window.location.href=''" /> -msgstr "" - -#: -src/www/interfaces_gre.php -56 -msgid "This GRE tunnel cannot be deleted because it is still being used as an interface." -msgstr "" - -#: -src/www/interfaces_gre.php -68 -msgid "GRE" -msgstr "" - -#: -src/www/interfaces_gre.php -92 -msgid "Interface assignments"), false, "interfaces_assign.php" -msgstr "" - -#: -src/www/interfaces_gre.php -93 -msgid "Interface Groups"), false, "interfaces_groups.php" -msgstr "" - -#: -src/www/interfaces_gre.php -94 -msgid "Wireless"), false, "interfaces_wireless.php" -msgstr "" - -#: -src/www/interfaces_gre.php -95 -msgid "VLANs"), false, "interfaces_vlan.php" -msgstr "" - -#: -src/www/interfaces_gre.php -96 -msgid "QinQs"), false, "interfaces_qinq.php" -msgstr "" - -#: -src/www/interfaces_gre.php -97 -msgid "PPPs"), false, "interfaces_ppps.php" -msgstr "" - -#: -src/www/interfaces_gre.php -98 -msgid "GRE"), true, "interfaces_gre.php" -msgstr "" - -#: -src/www/interfaces_gre.php -99 -msgid "GIF"), false, "interfaces_gif.php" -msgstr "" - -#: -src/www/interfaces_gre.php -100 -msgid "Bridges"), false, "interfaces_bridge.php" -msgstr "" - -#: -src/www/interfaces_gre.php -101 -msgid "LAGG"), false, "interfaces_lagg.php" -msgstr "" - -#: -src/www/interfaces_gre.php -115 -msgid "Interface");?> -msgstr "" - -#: -src/www/interfaces_gre.php -116 -msgid "Tunnel to...");?> -msgstr "" - -#: -src/www/interfaces_gre.php -117 -msgid "Description");?> -msgstr "" - -#: -src/www/interfaces_gre.php -138 -msgid "edit group");?>"> -msgstr "" - -#: -src/www/interfaces_gre.php -140 -msgid "Do you really want to delete this GRE tunnel?");?>""> -msgstr "" - -#: -src/www/interfaces_gre.php -149 -msgid "Note -msgid "Here you can configure Generic Routing Encapsulation (GRE - RFC 2784) tunnels.");?>

                  -msgstr "" - -#: -src/www/interfaces_gre_edit.php -64 -msgid "Local tunnel address" -msgstr "" - -#: -src/www/interfaces_gre_edit.php -70 -msgid "The tunnel local and tunnel remote fields must have valid IP addresses." -msgstr "" - -#: -src/www/interfaces_gre_edit.php -78 -msgid "A GRE tunnel with the network %s is already defined."),$gre['remote-network']); -msgstr "" - -#: -src/www/interfaces_gre_edit.php -98 -msgid "Error occurred creating interface, please retry." -msgstr "" - -#: -src/www/interfaces_gre_edit.php -117 -msgid "Edit" -msgstr "" - -#: -src/www/interfaces_gre_edit.php -142 -msgid "GRE configuration");?> -msgstr "" - -#: -src/www/interfaces_gre_edit.php -150 -msgid "Parent interface");?> -msgstr "" - -#: -src/www/interfaces_gre_edit.php -170 -msgid "The interface here serves as the local address to be used for the GRE tunnel.");?> -msgstr "" - -#: -src/www/interfaces_gre_edit.php -173 -msgid "GRE remote address");?> -msgstr "" - -#: -src/www/interfaces_gre_edit.php -177 -msgid "Peer address where encapsulated GRE packets will be sent ");?> -msgstr "" - -#: -src/www/interfaces_gre_edit.php -180 -msgid "GRE tunnel local address ");?> -msgstr "" - -#: -src/www/interfaces_gre_edit.php -184 -msgid "Local GRE tunnel endpoint");?> -msgstr "" - -#: -src/www/interfaces_gre_edit.php -187 -msgid "GRE tunnel remote address ");?> -msgstr "" - -#: -src/www/interfaces_gre_edit.php -209 -msgid "Remote GRE address endpoint. The subnet part is used for the determining the network that is tunneled.");?> -msgstr "" - -#: -src/www/interfaces_gre_edit.php -212 -msgid "Mobile tunnel");?> -msgstr "" - -#: -src/www/interfaces_gre_edit.php -216 -msgid "Specify which encapsulation method the tunnel should use. ");?> -msgstr "" - -#: -src/www/interfaces_gre_edit.php -219 -msgid "Route search type");?> -msgstr "" - -#: -src/www/interfaces_gre_edit.php -224 -msgid "For correct operation, the GRE device needs a route to the destination". -msgstr "" - -#: -src/www/interfaces_gre_edit.php -231 -msgid "WCCP version");?> -msgstr "" - -#: -src/www/interfaces_gre_edit.php -235 -msgid "Check this box for WCCP encapsulation version 2, or leave unchecked for version 1.");?> -msgstr "" - -#: -src/www/interfaces_gre_edit.php -238 -msgid "Description");?> -msgstr "" - -#: -src/www/interfaces_gre_edit.php -241 -msgid "You may enter a description here". -msgstr "" - -#: -src/www/interfaces_gre_edit.php -248 -msgid "Save");?>" /> -msgstr "" - -#: -src/www/interfaces_gre_edit.php -249 -msgid "Cancel");?>" onclick="window.location.href=''" /> -msgstr "" - -#: -src/www/interfaces_groups.php -53 -msgid "Groups" -msgstr "" - -#: -src/www/interfaces_groups.php -58 -msgid "Add a new group") -msgstr "" - -#: -src/www/interfaces_groups.php -77 -msgid "Interface assignments"), false, "interfaces_assign.php" -msgstr "" - -#: -src/www/interfaces_groups.php -78 -msgid "Interface Groups"), true, "interfaces_groups.php" -msgstr "" - -#: -src/www/interfaces_groups.php -79 -msgid "Wireless"), false, "interfaces_wireless.php" -msgstr "" - -#: -src/www/interfaces_groups.php -80 -msgid "VLANs"), false, "interfaces_vlan.php" -msgstr "" - -#: -src/www/interfaces_groups.php -81 -msgid "QinQs"), false, "interfaces_qinq.php" -msgstr "" - -#: -src/www/interfaces_groups.php -82 -msgid "PPPs"), false, "interfaces_ppps.php" -msgstr "" - -#: -src/www/interfaces_groups.php -83 -msgid "GRE"), false, "interfaces_gre.php" -msgstr "" - -#: -src/www/interfaces_groups.php -84 -msgid "GIF"), false, "interfaces_gif.php" -msgstr "" - -#: -src/www/interfaces_groups.php -85 -msgid "Bridges"), false, "interfaces_bridge.php" -msgstr "" - -#: -src/www/interfaces_groups.php -86 -msgid "LAGG"), false, "interfaces_lagg.php" -msgstr "" - -#: -src/www/interfaces_groups.php -100 -msgid "Name");?> -msgstr "" - -#: -src/www/interfaces_groups.php -101 -msgid "Members");?> -msgstr "" - -#: -src/www/interfaces_groups.php -102 -msgid "Description");?> -msgstr "" - -#: -src/www/interfaces_groups.php -136 -msgid "edit group");?>"> -msgstr "" - -#: -src/www/interfaces_groups.php -138 -msgid "delete ifgroupentry");?>"> -msgstr "" - -#: -src/www/interfaces_groups.php -147 -msgid "Note -msgid "Interface Groups allow you to create rules that apply to multiple interfaces without duplicating the rules. If you remove members from an interface group, the group rules no longer apply to that interface.");?>

                  -msgstr "" - -#: -src/www/interfaces_groups_edit.php -33 -msgid "Edit" -msgstr "" - -#: -src/www/interfaces_groups_edit.php -63 -msgid "Group name already exists!" -msgstr "" - -#: -src/www/interfaces_groups_edit.php -66 -msgid "Only letters A-Z are allowed as the group name." -msgstr "" - -#: -src/www/interfaces_groups_edit.php -245 -msgid "Interface Groups Edit");?> -msgstr "" - -#: -src/www/interfaces_groups_edit.php -253 -msgid "Group Name");?> -msgstr "" - -#: -src/www/interfaces_groups_edit.php -257 -msgid "No numbers or spaces are allowed. Only characters in a-zA-Z");?> -msgstr "" - -#: -src/www/interfaces_groups_edit.php -261 -msgid "Description");?> -msgstr "" - -#: -src/www/interfaces_groups_edit.php -266 -msgid "You may enter a description here for your reference (not parsed).");?> -msgstr "" - -#: -src/www/interfaces_groups_edit.php -271 -msgid "Member (s)");?> -msgstr "" - -#: -src/www/interfaces_groups_edit.php -276 -msgid "Interface");?> -msgstr "" - -#: -src/www/interfaces_groups_edit.php -326 -msgid "NOTE -");?> -msgstr "" - -#: -src/www/interfaces_groups_edit.php -327 -msgid "Rules for WAN type interfaces in groups do not contain the reply-to mechanism upon which Multi-WAN typically relies.");?> -msgstr "" - -#: -src/www/interfaces_groups_edit.php -333 -msgid "Save");?>" /> -msgstr "" - -#: -src/www/interfaces_groups_edit.php -334 -msgid "Cancel");?>" /> -msgstr "" - -#: -src/www/interfaces_lagg.php -61 -msgid "This LAGG interface cannot be deleted because it is still being used." -msgstr "" - -#: -src/www/interfaces_lagg.php -73 -msgid "LAGG" -msgstr "" - -#: -src/www/interfaces_lagg.php -97 -msgid "Interface assignments"), false, "interfaces_assign.php" -msgstr "" - -#: -src/www/interfaces_lagg.php -98 -msgid "Interface Groups"), false, "interfaces_groups.php" -msgstr "" - -#: -src/www/interfaces_lagg.php -99 -msgid "Wireless"), false, "interfaces_wireless.php" -msgstr "" - -#: -src/www/interfaces_lagg.php -100 -msgid "VLANs"), false, "interfaces_vlan.php" -msgstr "" - -#: -src/www/interfaces_lagg.php -101 -msgid "QinQs"), false, "interfaces_qinq.php" -msgstr "" - -#: -src/www/interfaces_lagg.php -102 -msgid "PPPs"), false, "interfaces_ppps.php" -msgstr "" - -#: -src/www/interfaces_lagg.php -103 -msgid "GRE"), false, "interfaces_gre.php" -msgstr "" - -#: -src/www/interfaces_lagg.php -104 -msgid "GIF"), false, "interfaces_gif.php" -msgstr "" - -#: -src/www/interfaces_lagg.php -105 -msgid "Bridges"), false, "interfaces_bridge.php" -msgstr "" - -#: -src/www/interfaces_lagg.php -106 -msgid "LAGG"), true, "interfaces_lagg.php" -msgstr "" - -#: -src/www/interfaces_lagg.php -121 -msgid "Interface");?> -msgstr "" - -#: -src/www/interfaces_lagg.php -122 -msgid "Members");?> -msgstr "" - -#: -src/www/interfaces_lagg.php -123 -msgid "Description");?> -msgstr "" - -#: -src/www/interfaces_lagg.php -143 -msgid "edit group");?>"> -msgstr "" - -#: -src/www/interfaces_lagg.php -145 -msgid "Do you really want to delete this LAGG interface?");?>""> -msgstr "" - -#: -src/www/interfaces_lagg.php -156 -msgid "Note -"); ?>
                  -msgstr "" - -#: -src/www/interfaces_lagg.php -158 -msgid "LAGG allows for link aggregation, bonding and fault tolerance. Only unassigned interfaces can be added to LAGG."); ?>

                  -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -79 -msgid "Lagg protocol" -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -86 -msgid "Interface supplied as member is invalid" -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -89 -msgid "Interface supplied as member is invalid" -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -92 -msgid "Protocol supplied is invalid" -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -105 -msgid "Error occurred creating interface, please retry." -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -124 -msgid "Edit" -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -147 -msgid "LAGG configuration");?> -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -155 -msgid "Parent interface"); ?> -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -170 -msgid "Choose the members that will be used for the link aggregation"); ?>. -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -173 -msgid "Lag proto"); ?> -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -188 -msgid "failover"); ?>
                  -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -189 -msgid "Sends and receives traffic only through the master port. If " . -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -194 -msgid "Supports Cisco EtherChannel. This is a static setup and " . -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -198 -msgid "Supports the IEEE 802.3ad Link Aggregation Control Protocol " . -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -209 -msgid "Balances outgoing traffic across the active ports based on " . -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -217 -msgid "Distributes outgoing traffic using a round-robin scheduler " . -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -221 -msgid "This protocol is intended to do nothing -it disables any " . -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -228 -msgid "Description"); ?> -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -231 -msgid "You may enter a description here " . -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -238 -msgid "Save"); ?>" /> -msgstr "" - -#: -src/www/interfaces_lagg_edit.php -239 -msgid "Cancel");?>" onclick="window.location.href=''" /> -msgstr "" - -#: -src/www/interfaces_ppps.php -48 -msgid "This point-to-point link cannot be deleted because it is still being used as an interface." -msgstr "" - -#: -src/www/interfaces_ppps.php -64 -msgid "Interfaces -PPPs" -msgstr "" - -#: -src/www/interfaces_ppps.php -87 -msgid "Interface assignments"), false, "interfaces_assign.php" -msgstr "" - -#: -src/www/interfaces_ppps.php -88 -msgid "Interface Groups"), false, "interfaces_groups.php" -msgstr "" - -#: -src/www/interfaces_ppps.php -89 -msgid "Wireless"), false, "interfaces_wireless.php" -msgstr "" - -#: -src/www/interfaces_ppps.php -90 -msgid "VLANs"), false, "interfaces_vlan.php" -msgstr "" - -#: -src/www/interfaces_ppps.php -91 -msgid "QinQs"), false, "interfaces_qinq.php" -msgstr "" - -#: -src/www/interfaces_ppps.php -92 -msgid "PPPs"), true, "interfaces_ppps.php" -msgstr "" - -#: -src/www/interfaces_ppps.php -93 -msgid "GRE"), false, "interfaces_gre.php" -msgstr "" - -#: -src/www/interfaces_ppps.php -94 -msgid "GIF"), false, "interfaces_gif.php" -msgstr "" - -#: -src/www/interfaces_ppps.php -95 -msgid "Bridges"), false, "interfaces_bridge.php" -msgstr "" - -#: -src/www/interfaces_ppps.php -96 -msgid "LAGG"), false, "interfaces_lagg.php" -msgstr "" - -#: -src/www/interfaces_ppps.php -110 -msgid "Interface");?> -msgstr "" - -#: -src/www/interfaces_ppps.php -111 -msgid "Interface(s)/Port(s)");?> -msgstr "" - -#: -src/www/interfaces_ppps.php -112 -msgid "Description");?> -msgstr "" - -#: -src/www/interfaces_ppps.php -139 -msgid "edit group");?>"> -msgstr "" - -#: -src/www/interfaces_ppps.php -141 -msgid "Do you really want to delete this PPP interface?");?>""> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -177 -msgid "Phone Number" -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -183 -msgid "Idle timeout value" -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -186 -msgid "Password" -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -194 -msgid "Idle timeout value" -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -197 -msgid "Remote IP address" -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -202 -msgid "Please choose a Link Type." -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -206 -msgid "Multilink connections (MLPPP) using the PPP link type is not currently supported. Please select only one Link Interface." -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -208 -msgid "The Service name contains invalid characters." -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -210 -msgid "Do not specify both a Service name and a NULL Service name." -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -212 -msgid "The idle timeout value must be an integer." -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -215 -msgid "A valid PPPoE reset hour must be specified (0-23)." -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -218 -msgid "A valid PPPoE reset minute must be specified (0-59)." -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -220 -msgid "A valid PPPoE reset date must be specified (mm/dd/yyyy)." -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -224 -msgid "A valid PPPoE reset month must be specified (1-12) in the Custom PPPoE Periodic reset fields." -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -226 -msgid "A valid PPPoE reset day of month must be specified (1-31) in the Custom PPPoE Periodic reset fields. No checks are done on valid # of days per month" -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -228 -msgid "A valid PPPoE reset year must be specified. Don't select a year in the past!" -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -233 -msgid "A valid local IP address must be specified for %s."),$iface); -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -235 -msgid "A valid gateway IP address OR hostname must be specified for %s."),$iface); -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -237 -msgid "The bandwidth value for %s must be an integer."),$iface); -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -239 -msgid "The MTU for %s must be greater than 576 bytes."),$iface); -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -241 -msgid "The MRU for %s must be greater than 576 bytes."),$iface); -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -373 -msgid "Edit" -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -377 -msgid "Select"), "ppp" => "PPP", "pppoe" => "PPPoE", "pptp" => "PPTP", "l2tp" => "L2TP"/*, "tcp" => "TCP", "udp" => "UDP"*/ ); -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -406 -msgid "PPPs configuration");?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -414 -msgid "Link Type"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -429 -msgid "Link interface(s)"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -435 -msgid "Select at least two interfaces for Multilink (MLPPP) connections."); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -481 -msgid "Description"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -484 -msgid "You may enter a description here for your reference. Description will appear in the "Interfaces Assign" select lists."); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -490 -msgid "Service Provider"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -494 -msgid "Country -"); ?>    -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -502 -msgid "Provider -"); ?>    -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -510 -msgid "Plan -"); ?>    -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -518 -msgid "Select to fill in data for your service provider."); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -522 -msgid "Username"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -528 -msgid "Password"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -535 -msgid "Phone Number"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -538 -msgid "Note -Typically *99# for GSM networks and #777 for CDMA networks"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -542 -msgid "Access Point Name (APN)"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -552 -msgid "APN number (optional)"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -555 -msgid "Note -Defaults to 1 if you set APN above. Ignored if you set no APN above."); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -559 -msgid "SIM PIN"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -566 -msgid "SIM PIN wait"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -569 -msgid "Note -Time to wait for SIM to discover network after PIN is sent to SIM (seconds)."); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -573 -msgid "Init String"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -576 -msgid "Note -Enter the modem initialization string here. Do NOT include the "AT"" . -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -581 -msgid "Connection Timeout"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -584 -msgid "Note -Enter timeout in seconds for connection to be established (sec.) Default is 45 sec."); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -588 -msgid "Uptime Logging"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -590 -msgid "Enable persistent logging of connection uptime."); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -591 -msgid "This option causes cumulative uptime to be recorded and displayed on the Status Interfaces page."); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -601 -msgid "Service name"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -603 -msgid "Configure a NULL Service name"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -604 -msgid "Hint -this field can usually be left empty. Service name will not be configured if this field is empty. Check the "Configure NULL" box to configure a blank Service name."); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -608 -msgid "Periodic reset");?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -615 -msgid "Disabled"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -616 -msgid "Custom"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -617 -msgid "Pre-Set"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -618 -msgid "Select a reset timing type"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -626 -msgid "hour (0-23)"); ?>
                  -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -628 -msgid "minute (0-59)"); ?>
                  -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -630 -msgid "reset at a specific date (mm/dd/yyyy)"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -632 -msgid "Note -");?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -633 -msgid "If you leave the date field empty, the reset will be executed each day at the time you did specify using the minutes and hour field."); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -641 -msgid "reset at each month ('0 0 1 * *""); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -644 -msgid "reset at each week ('0 0 * * 0""); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -647 -msgid "reset at each day ('0 0 * * *""); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -650 -msgid "reset at each hour ('0 * * * *""); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -664 -msgid "Local IP"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -672 -msgid "IP Address"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -679 -msgid "IP Address OR Hostname"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -687 -msgid "Advanced Options"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -690 -msgid "Dial On Demand"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -692 -msgid "Enable Dial-on-Demand mode"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -693 -msgid "This option causes the interface to operate in dial-on-demand mode. Do NOT enable if you want your link to be always up. " . -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -698 -msgid "Idle Timeout"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -700 -msgid "(seconds) Default is 0, which disables the timeout feature."); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -701 -msgid "If no incoming or outgoing packets are transmitted for the entered number of seconds the connection is brought down.");?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -702 -msgid "When the idle timeout occurs, if the dial-on-demand option is enabled, mpd goes back into dial-on-demand mode. Otherwise, the interface is brought down and all associated routes removed."); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -706 -msgid "Compression"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -708 -msgid "Disable vjcomp(compression) (auto-negotiated by default)."); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -709 -msgid "This option enables Van Jacobson TCP header compression, which saves several bytes per TCP data packet. " . -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -715 -msgid "TCPmssFix"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -717 -msgid "Disable tcpmssfix (enabled by default)."); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -718 -msgid "This option causes mpd to adjust incoming and outgoing TCP SYN segments so that the requested maximum segment size is not greater than the amount ". -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -726 -msgid "ShortSeq");?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -728 -msgid "Disable shortseq (auto-negotiated by default)."); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -729 -msgid "This option is only meaningful if multi-link PPP is negotiated. It proscribes shorter multi-link fragment headers, saving two bytes on every frame. " . -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -734 -msgid "ACFComp"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -736 -msgid "Disable acfcomp (compression) (auto-negotiated by default)."); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -737 -msgid "Address and control field compression. This option only applies to asynchronous link types. It saves two bytes per frame."); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -741 -msgid "ProtoComp"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -743 -msgid "Disable protocomp (compression) (auto-negotiated by default)."); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -744 -msgid "Protocol field compression. This option saves one byte per frame for most frames."); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -750 -msgid "Show advanced options"); ?>" class="btn btn-default btn-xs"/>

                  -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -757 -msgid "Link Parameters");?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -761 -msgid "Bandwidth");?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -764 -msgid "Set ONLY for MLPPP connections and ONLY when links have different bandwidths.");?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -768 -msgid "MTU"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -771 -msgid "MTU will default to 1492.");?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -775 -msgid "MRU"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -778 -msgid "will be auto-negotiated by default.");?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -782 -msgid "MRRU"); ?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -785 -msgid "will be auto-negotiated by default.");?> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -794 -msgid "Save"); ?>" /> -msgstr "" - -#: -src/www/interfaces_ppps_edit.php -795 -msgid "Cancel");?>" onclick="window.location.href=''" /> -msgstr "" - -#: -src/www/interfaces_qinq.php -54 -msgid "This QinQ cannot be deleted because it is still being used as an interface." -msgstr "" - -#: -src/www/interfaces_qinq.php -56 -msgid "QinQ interface does not exist" -msgstr "" - -#: -src/www/interfaces_qinq.php -77 -msgid "QinQ" -msgstr "" - -#: -src/www/interfaces_qinq.php -101 -msgid "Interface assignments"), false, "interfaces_assign.php" -msgstr "" - -#: -src/www/interfaces_qinq.php -102 -msgid "Interface Groups"), false, "interfaces_groups.php" -msgstr "" - -#: -src/www/interfaces_qinq.php -103 -msgid "Wireless"), false, "interfaces_wireless.php" -msgstr "" - -#: -src/www/interfaces_qinq.php -104 -msgid "VLANs"), false, "interfaces_vlan.php" -msgstr "" - -#: -src/www/interfaces_qinq.php -105 -msgid "QinQs"), true, "interfaces_qinq.php" -msgstr "" - -#: -src/www/interfaces_qinq.php -106 -msgid "PPPs"), false, "interfaces_ppps.php" -msgstr "" - -#: -src/www/interfaces_qinq.php -107 -msgid "GRE"), false, "interfaces_gre.php" -msgstr "" - -#: -src/www/interfaces_qinq.php -108 -msgid "GIF"), false, "interfaces_gif.php" -msgstr "" - -#: -src/www/interfaces_qinq.php -109 -msgid "Bridges"), false, "interfaces_bridge.php" -msgstr "" - -#: -src/www/interfaces_qinq.php -110 -msgid "LAGG"), false, "interfaces_lagg.php" -msgstr "" - -#: -src/www/interfaces_qinq.php -125 -msgid "Interface");?> -msgstr "" - -#: -src/www/interfaces_qinq.php -126 -msgid "Tag");?> -msgstr "" - -#: -src/www/interfaces_qinq.php -127 -msgid "QinQ members");?> -msgstr "" - -#: -src/www/interfaces_qinq.php -128 -msgid "Description");?> -msgstr "" - -#: -src/www/interfaces_qinq.php -156 -msgid "edit group");?>"> -msgstr "" - -#: -src/www/interfaces_qinq.php -158 -msgid "Do you really want to delete this QinQ?");?>""> -msgstr "" - -#: -src/www/interfaces_qinq.php -168 -msgid "Note -");?>
                  -msgstr "" - -#: -src/www/interfaces_qinq.php -170 -msgid "Not all drivers/NICs support 802.1Q QinQ tagging properly. On cards that do not explicitly support it, QinQ tagging will still work, but the reduced MTU may cause problems. See the %s handbook for information on supported cards."), $g['product_name']);?>

                  -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -30 -msgid "Edit" -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -77 -msgid "First level tag cannot be empty." -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -79 -msgid "You are editing an existing entry and modifying the first level tag is not allowed." -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -81 -msgid "You are editing an existing entry and modifying the interface is not allowed." -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -85 -msgid "QinQ level already exists for this interface, edit it!" -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -89 -msgid "A normal VLAN exists with this tag please remove it to use this tag for QinQ first level." -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -116 -msgid "Tags can contain only numbers or a range in format #-#." -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -126 -msgid "Tags can contain only numbers or a range in format #-#." -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -189 -msgid "QinQ VLANs group" -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -263 -msgid "members");?>; -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -267 -msgid "detail");?>; -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -289 -msgid "Interface QinQ Edit");?> -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -297 -msgid "Parent interface");?> -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -314 -msgid "Only QinQ capable interfaces will be shown.");?> -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -317 -msgid "First level tag");?> -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -322 -msgid "This is the first level VLAN tag. On top of this are stacked the member VLANs defined below.");?> -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -327 -msgid "Options");?> -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -330 -msgid "Adds interface to QinQ interface groups so you can write filter rules easily.");?> -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -334 -msgid "Description");?> -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -339 -msgid "You may enter a description here for your reference (not parsed).");?> -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -344 -msgid "Member (s)");?> -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -347 -msgid "You can specify ranges in the input below. The format is pretty simple i.e 9-100 or 10 20...");?> -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -353 -msgid "Tag");?> -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -380 -" class="btn btn-default btn-xs"/> -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -387 -msgid "Save");?>" /> -msgstr "" - -#: -src/www/interfaces_qinq_edit.php -388 -msgid "Cancel");?>" /> -msgstr "" - -#: -src/www/interfaces_vlan.php -55 -msgid "This VLAN cannot be deleted because it is still being used as an interface." -msgstr "" - -#: -src/www/interfaces_vlan.php -69 -msgid "VLAN" -msgstr "" - -#: -src/www/interfaces_vlan.php -94 -msgid "Interface assignments"), false, "interfaces_assign.php" -msgstr "" - -#: -src/www/interfaces_vlan.php -95 -msgid "Interface Groups"), false, "interfaces_groups.php" -msgstr "" - -#: -src/www/interfaces_vlan.php -96 -msgid "Wireless"), false, "interfaces_wireless.php" -msgstr "" - -#: -src/www/interfaces_vlan.php -97 -msgid "VLANs"), true, "interfaces_vlan.php" -msgstr "" - -#: -src/www/interfaces_vlan.php -98 -msgid "QinQs"), false, "interfaces_qinq.php" -msgstr "" - -#: -src/www/interfaces_vlan.php -99 -msgid "PPPs"), false, "interfaces_ppps.php" -msgstr "" - -#: -src/www/interfaces_vlan.php -100 -msgid "GRE"), false, "interfaces_gre.php" -msgstr "" - -#: -src/www/interfaces_vlan.php -101 -msgid "GIF"), false, "interfaces_gif.php" -msgstr "" - -#: -src/www/interfaces_vlan.php -102 -msgid "Bridges"), false, "interfaces_bridge.php" -msgstr "" - -#: -src/www/interfaces_vlan.php -103 -msgid "LAGG"), false, "interfaces_lagg.php" -msgstr "" - -#: -src/www/interfaces_vlan.php -116 -msgid "Interface");?> -msgstr "" - -#: -src/www/interfaces_vlan.php -117 -msgid "VLAN tag");?> -msgstr "" - -#: -src/www/interfaces_vlan.php -118 -msgid "Description");?> -msgstr "" - -#: -src/www/interfaces_vlan.php -138 -msgid "edit group");?>"> -msgstr "" - -#: -src/www/interfaces_vlan.php -140 -msgid "Do you really want to delete this VLAN?");?>""> -msgstr "" - -#: -src/www/interfaces_vlan.php -152 -msgid "Note -");?>
                  -msgstr "" - -#: -src/www/interfaces_vlan.php -154 -msgid "Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do not explicitly support it, VLAN tagging will still work, but the reduced MTU may cause problems. See the %s handbook for information on supported cards."),$g['product_name']);?>

                  -msgstr "" - -#: -src/www/interfaces_vlan_edit.php -65 -msgid "VLAN tag" -msgstr "" - -#: -src/www/interfaces_vlan_edit.php -70 -msgid "The VLAN tag must be an integer between 1 and 4094." -msgstr "" - -#: -src/www/interfaces_vlan_edit.php -74 -msgid "Interface supplied as parent is invalid" -msgstr "" - -#: -src/www/interfaces_vlan_edit.php -79 -msgid "Interface is assigned and you cannot change the VLAN tag while assigned." -msgstr "" - -#: -src/www/interfaces_vlan_edit.php -87 -msgid "A VLAN with the tag %s is already defined on this interface."),$vlan['tag']); -msgstr "" - -#: -src/www/interfaces_vlan_edit.php -94 -msgid "A QinQ VLAN exists with this tag please remove it to use this tag with." -msgstr "" - -#: -src/www/interfaces_vlan_edit.php -120 -msgid "Error occurred creating interface, please retry." -msgstr "" - -#: -src/www/interfaces_vlan_edit.php -138 -msgid "Edit" -msgstr "" - -#: -src/www/interfaces_vlan_edit.php -160 -msgid "VLAN configuration");?> -msgstr "" - -#: -src/www/interfaces_vlan_edit.php -171 -msgid "Parent interface");?> -msgstr "" - -#: -src/www/interfaces_vlan_edit.php -187 -msgid "Only VLAN capable interfaces will be shown.");?> -msgstr "" - -#: -src/www/interfaces_vlan_edit.php -190 -msgid "VLAN tag ");?> -msgstr "" - -#: -src/www/interfaces_vlan_edit.php -194 -msgid "802.1Q VLAN tag (between 1 and 4094) ");?> -msgstr "" - -#: -src/www/interfaces_vlan_edit.php -197 -msgid "Description");?> -msgstr "" - -#: -src/www/interfaces_vlan_edit.php -200 -msgid "You may enter a description here ". -msgstr "" - -#: -src/www/interfaces_vlan_edit.php -207 -msgid "Save");?>" /> -msgstr "" - -#: -src/www/interfaces_vlan_edit.php -208 -msgid "Cancel");?>" onclick="window.location.href=''" /> -msgstr "" - -#: -src/www/interfaces_wireless.php -53 -msgid "This wireless clone cannot be deleted because it is assigned as an interface." -msgstr "" - -#: -src/www/interfaces_wireless.php -66 -msgid "Wireless" -msgstr "" - -#: -src/www/interfaces_wireless.php -91 -msgid "Interface assignments"), false, "interfaces_assign.php" -msgstr "" - -#: -src/www/interfaces_wireless.php -92 -msgid "Interface Groups"), false, "interfaces_groups.php" -msgstr "" - -#: -src/www/interfaces_wireless.php -93 -msgid "Wireless"), true, "interfaces_wireless.php" -msgstr "" - -#: -src/www/interfaces_wireless.php -94 -msgid "VLANs"), false, "interfaces_vlan.php" -msgstr "" - -#: -src/www/interfaces_wireless.php -95 -msgid "QinQs"), false, "interfaces_qinq.php" -msgstr "" - -#: -src/www/interfaces_wireless.php -96 -msgid "PPPs"), false, "interfaces_ppps.php" -msgstr "" - -#: -src/www/interfaces_wireless.php -97 -msgid "GRE"), false, "interfaces_gre.php" -msgstr "" - -#: -src/www/interfaces_wireless.php -98 -msgid "GIF"), false, "interfaces_gif.php" -msgstr "" - -#: -src/www/interfaces_wireless.php -99 -msgid "Bridges"), false, "interfaces_bridge.php" -msgstr "" - -#: -src/www/interfaces_wireless.php -100 -msgid "LAGG"), false, "interfaces_lagg.php" -msgstr "" - -#: -src/www/interfaces_wireless.php -114 -msgid "Interface");?> -msgstr "" - -#: -src/www/interfaces_wireless.php -115 -msgid "Mode");?> -msgstr "" - -#: -src/www/interfaces_wireless.php -116 -msgid "Description");?> -msgstr "" - -#: -src/www/interfaces_wireless.php -137 -msgid "edit group");?>"> -msgstr "" - -#: -src/www/interfaces_wireless.php -139 -msgid "Do you really want to delete this wireless clone?");?>""> -msgstr "" - -#: -src/www/interfaces_wireless.php -150 -msgid "Note");?> -
                  -msgstr "" - -#: -src/www/interfaces_wireless.php -152 -msgid "Here you can configure clones of wireless interfaces, which can be assigned as separate independent interfaces. Only available on wireless chipsets that support this, with limitations on the number that can be created in each mode.");?>

                  -msgstr "" - -#: -src/www/interfaces_wireless_edit.php -77 -msgid "Mode" -msgstr "" - -#: -src/www/interfaces_wireless_edit.php -109 -msgid "This wireless clone cannot be modified because it is still assigned as an interface." -msgstr "" - -#: -src/www/interfaces_wireless_edit.php -111 -msgid "Use the configuration page for the assigned interface to change the mode." -msgstr "" - -#: -src/www/interfaces_wireless_edit.php -116 -msgid "Error creating interface with mode %1$s. The %2$s interface may not support creating more clones with the selected mode." $wlan_modes[$clone['mode']], $clone['if']); -msgstr "" - -#: -src/www/interfaces_wireless_edit.php -121 -msgid "Created with id %s"), $id); -msgstr "" - -#: -src/www/interfaces_wireless_edit.php -124 -msgid "Created without id" -msgstr "" - -#: -src/www/interfaces_wireless_edit.php -138 -msgid "Edit" -msgstr "" - -#: -src/www/interfaces_wireless_edit.php -154 -msgid "Wireless clone configuration");?> -msgstr "" - -#: -src/www/interfaces_wireless_edit.php -161 -msgid "Parent interface");?> -msgstr "" - -#: -src/www/interfaces_wireless_edit.php -179 -msgid "Mode");?> -msgstr "" - -#: -src/www/interfaces_wireless_edit.php -182 -msgid "Infrastructure (BSS)");?> -msgstr "" - -#: -src/www/interfaces_wireless_edit.php -183 -msgid "Ad-hoc (IBSS)");?> -msgstr "" - -#: -src/www/interfaces_wireless_edit.php -184 -msgid "Access Point");?> -msgstr "" - -#: -src/www/interfaces_wireless_edit.php -188 -msgid "Description");?> -msgstr "" - -#: -src/www/interfaces_wireless_edit.php -191 -msgid "You may enter a description here ". -msgstr "" - -#: -src/www/interfaces_wireless_edit.php -199 -msgid "Save");?>" /> -msgstr "" - -#: -src/www/interfaces_wireless_edit.php -200 -msgid "Cancel");?>" onclick="window.location.href=''" /> -msgstr "" - -#: -src/www/license.php -32 -msgid "License" -msgstr "" - -#: -src/www/load_balancer_monitor.php -61 -msgid "This entry cannot be deleted because it is still referenced by at least one pool." -msgstr "" - -#: -src/www/load_balancer_monitor.php -77 -msgid "Monitor" -msgstr "" - -#: -src/www/load_balancer_monitor.php -97 -msgid "You must apply the changes in order for them to take effect."));?>
                  -msgstr "" - -#: -src/www/load_balancer_monitor.php -105 -msgid "Pools"), false, "load_balancer_pool.php" -msgstr "" - -#: -src/www/load_balancer_monitor.php -106 -msgid "Virtual Servers"), false, "load_balancer_virtual_server.php" -msgstr "" - -#: -src/www/load_balancer_monitor.php -107 -msgid "Monitors"), true, "load_balancer_monitor.php" -msgstr "" - -#: -src/www/load_balancer_monitor.php -108 -msgid "Settings"), false, "load_balancer_setting.php" -msgstr "" - -#: -src/www/load_balancer_monitor.php -123 -msgid "Name"'name',20); -msgstr "" - -#: -src/www/load_balancer_monitor.php -124 -msgid "Type"'type',10); -msgstr "" - -#: -src/www/load_balancer_monitor.php -125 -msgid "Description"'descr',30); -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -55 -msgid "Load Balancer -Monitor -" " "; -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -77 -msgid "Description" -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -84 -msgid "This monitor name has already been used. Monitor names must be unique." -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -87 -msgid "You cannot use spaces in the 'name' field." -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -101 -msgid "The hostname can only contain the characters A-Z, 0-9 and '-'." -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -107 -msgid "HTTP(s) codes must be from RFC2616." -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -111 -msgid "The path to monitor must be set." -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -134 -msgid "modified '%s' monitor -"), $monent['name']); -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -182 -msgid "Edit" -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -186 -msgid "Send/Expect" -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -234 -msgid "Edit Load Balancer - Monitor entry"); ?> -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -237 -msgid "Name"); ?> -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -243 -msgid "Description"); ?> -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -249 -msgid "Type"); ?> -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -270 -msgid "HTTP"); ?> -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -274 -msgid "Path"); ?> -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -280 -msgid "Host"); ?> -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -282 -msgid "Hostname for Host -header if needed."); ?> -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -286 -msgid "HTTP Code"); ?> -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -303 -msgid "HTTPS"); ?> -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -307 -msgid "Path"); ?> -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -313 -msgid "Host"); ?> -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -315 -msgid "Hostname for Host -header if needed."); ?> -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -319 -msgid "HTTP Code"); ?> -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -337 -msgid "Send/Expect"); ?> -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -341 -msgid "Send string"); ?> -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -347 -msgid "Expect string"); ?> -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -358 -msgid "Save"); ?>" /> -msgstr "" - -#: -src/www/load_balancer_monitor_edit.php -359 -msgid "Cancel");?>" onclick="window.location.href=''" /> -msgstr "" - -#: -src/www/load_balancer_pool.php -61 -msgid "This entry cannot be deleted because it is still referenced by at least one virtual server." -msgstr "" - -#: -src/www/load_balancer_pool.php -86 -msgid "Pool" -msgstr "" - -#: -src/www/load_balancer_pool.php -108 -msgid "The load balancer configuration has been changed%sYou must apply the changes in order for them to take effect."), "
                  "));?>
                  -msgstr "" - -#: -src/www/load_balancer_pool.php -116 -msgid "Pools"), true, "load_balancer_pool.php" -msgstr "" - -#: -src/www/load_balancer_pool.php -117 -msgid "Virtual Servers"), false, "load_balancer_virtual_server.php" -msgstr "" - -#: -src/www/load_balancer_pool.php -118 -msgid "Monitors"), false, "load_balancer_monitor.php" -msgstr "" - -#: -src/www/load_balancer_pool.php -119 -msgid "Settings"), false, "load_balancer_setting.php" -msgstr "" - -#: -src/www/load_balancer_pool.php -134 -msgid "Name"'name',10); -msgstr "" - -#: -src/www/load_balancer_pool.php -135 -msgid "Mode"'mode',10); -msgstr "" - -#: -src/www/load_balancer_pool.php -136 -msgid "Servers"'servers',15); -msgstr "" - -#: -src/www/load_balancer_pool.php -137 -msgid "Port"'port',10); -msgstr "" - -#: -src/www/load_balancer_pool.php -138 -msgid "Monitor"'monitor',10); -msgstr "" - -#: -src/www/load_balancer_pool.php -139 -msgid "Description"'descr',25); -msgstr "" - -#: -src/www/load_balancer_pool.php -148 -msgid "Hint -");?>
                  -msgstr "" - -#: -src/www/load_balancer_pool.php -149 -msgid "The Load Balancer in %s is for server load balancing, not Multi-WAN. For load balancing or failover for multiple WANs, use "), $g['product_name']);?> -msgstr "" - -#: -src/www/load_balancer_pool.php -150 -msgid "Gateway Groups"); ?> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -57 -msgid "Load Balancer -Pool -" " "; -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -68 -msgid "Server List" -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -75 -msgid "This pool name has already been used. Pool names must be unique." -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -78 -msgid "You cannot use spaces in the 'name' field." -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -81 -msgid "The name '%s' is a reserved word and cannot be used."), $_POST['name']); -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -84 -msgid "Sorry, an alias is already named %s."), $_POST['name']); -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -87 -msgid "The port must be an integer between 1 and 65535, or a port alias." -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -91 -msgid "The retry value must be an integer between 1 and 65535." -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -96 -msgid "%s is not a valid IP address or IPv4 subnet (in "enabled" list)."), $svrent); -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -99 -msgid "%s is a subnet containing more than 64 IP addresses (in "enabled" list)."), $svrent); -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -106 -msgid "%s is not a valid IP address or IPv4 subnet (in "disabled" list)."), $svrent); -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -109 -msgid "%s is a subnet containing more than 64 IP addresses (in "disabled" list)."), $svrent); -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -118 -msgid "Invalid monitor chosen." -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -125 -msgid " modified '%s' pool -"), $poolent['name']); -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -157 -msgid "Edit" -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -198 -msgid "Add/edit Load Balancer - Pool entry"); ?> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -201 -msgid "Name"); ?> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -207 -msgid "Mode"); ?> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -210 -msgid "Load Balance");?> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -211 -msgid "Manual Failover");?> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -216 -msgid "Description"); ?> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -223 -msgid "Port"); ?> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -227 -msgid "This is the port your servers are listening on."); ?>
                  -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -228 -msgid "You may also specify a port alias listed in Firewall -> Aliases here."); ?> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -239 -msgid "Retry"); ?> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -242 -msgid "Optionally specify how many times to retry checking a server before declaring it down."); ?> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -249 -msgid "Add item to pool"); ?> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -252 -msgid "Monitor"); ?> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -267 -msgid "NOTE"); ?> -msgid "Please add a monitor IP address on the monitors tab if you wish to use this feature."); ?> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -273 -msgid "Server IP Address"); ?> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -276 -msgid "Add to pool"); ?>" onclick="AddServerToPool(document.iform); enforceFailover(); checkPoolControls();" />
                  -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -283 -msgid "Current Pool Members"); ?> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -286 -msgid "Members"); ?> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -292 -msgid "Pool Disabled"); ?> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -303 -msgid "Remove"); ?>" onclick="RemoveServerFromPool(document.iform, 'serversdisabled[]";" /> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -312 -msgid "Enabled (default)"); ?> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -323 -msgid "Remove"); ?>" onclick="RemoveServerFromPool(document.iform, 'servers[]";" /> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -334 -msgid "Save"); ?>" onclick="AllServers('serversSelect', true); AllServers('serversDisabledSelect', true);" /> -msgstr "" - -#: -src/www/load_balancer_pool_edit.php -335 -msgid "Cancel");?>" onclick="window.location.href=''" /> -msgstr "" - -#: -src/www/load_balancer_relay_action.php -63 -msgid "This entry cannot be deleted because it is still referenced by at least one relay protocol." -msgstr "" - -#: -src/www/load_balancer_relay_action.php -93 -msgid "Relay Action" -msgstr "" - -#: -src/www/load_balancer_relay_action.php -111 -msgid "The load balancer configuration has been changed.
                  You must apply the changes in order for them to take effect."));?>
                  -msgstr "" - -#: -src/www/load_balancer_relay_action.php -120 -msgid "Monitors"), false, "load_balancer_monitor.php" -msgstr "" - -#: -src/www/load_balancer_relay_action.php -121 -msgid "Pools"), false, "load_balancer_pool.php" -msgstr "" - -#: -src/www/load_balancer_relay_action.php -122 -msgid "Virtual Servers"), false, "load_balancer_virtual_server.php" -msgstr "" - -#: -src/www/load_balancer_relay_action.php -123 -msgid "Relay Actions"), true, "load_balancer_relay_action.php" -msgstr "" - -#: -src/www/load_balancer_relay_action.php -124 -msgid "Relay Protocols"), false, "load_balancer_relay_protocol.php" -msgstr "" - -#: -src/www/load_balancer_relay_action.php -138 -msgid "Name"'name',20); -msgstr "" - -#: -src/www/load_balancer_relay_action.php -139 -msgid "Type"'type',10); -msgstr "" - -#: -src/www/load_balancer_relay_action.php -140 -msgid "Options"'options',30); -msgstr "" - -#: -src/www/load_balancer_relay_action.php -141 -msgid "Description"'descr',30); -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -55 -msgid "Load Balancer -Relay Action -" " "; -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -107 -msgid "Description" -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -114 -msgid "This action name has already been used. Action names must be unique." -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -117 -msgid "You cannot use spaces in the 'name' field." -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -124 -msgid "modified '%s' action -"), $actent['name']); -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -170 -msgid "Edit" -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -174 -msgid "DNS" -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -409 -msgid "Edit Load Balancer - Relay Action entry"); ?> -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -412 -msgid "Name"); ?> -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -418 -msgid "Description"); ?> -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -425 -msgid "Protocol"); ?> -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -444 -msgid "Direction"); ?> -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -464 -msgid "Type"); ?> -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -485 -msgid "Action"); ?> -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -507 -msgid "Value"); ?> size="20"> -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -509 -msgid "Key"); ?> size="20"> -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -511 -msgid "ID"); ?> size="20"> -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -516 -msgid "Options"); ?> -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -518 -XXX -msgid "TODO"); ?> -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -536 -msgid "Options"); ?> -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -538 -XXX -msgid "TODO"); ?> -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -558 -msgid "Save"); ?>"> -msgstr "" - -#: -src/www/load_balancer_relay_action_edit.php -559 -msgid "Cancel");?>" onclick="window.location.href=''" /> -msgstr "" - -#: -src/www/load_balancer_relay_protocol.php -60 -msgid "This entry cannot be deleted because it is still referenced by at least one virtual server." -msgstr "" - -#: -src/www/load_balancer_relay_protocol.php -89 -msgid "Relay Protocol" -msgstr "" - -#: -src/www/load_balancer_relay_protocol.php -106 -msgid "You must apply the changes in order for them to take effect."));?>
                  -msgstr "" - -#: -src/www/load_balancer_relay_protocol.php -114 -msgid "Monitors"), false, "load_balancer_monitor.php" -msgstr "" - -#: -src/www/load_balancer_relay_protocol.php -115 -msgid "Pools"), false, "load_balancer_pool.php" -msgstr "" - -#: -src/www/load_balancer_relay_protocol.php -116 -msgid "Virtual Servers"), false, "load_balancer_virtual_server.php" -msgstr "" - -#: -src/www/load_balancer_relay_protocol.php -117 -msgid "Relay Actions"), false, "load_balancer_relay_action.php" -msgstr "" - -#: -src/www/load_balancer_relay_protocol.php -118 -msgid "Relay Protocols"), true, "load_balancer_relay_protocol.php" -msgstr "" - -#: -src/www/load_balancer_relay_protocol.php -132 -msgid "Name"'name',20); -msgstr "" - -#: -src/www/load_balancer_relay_protocol.php -133 -msgid "Type"'type',10); -msgstr "" - -#: -src/www/load_balancer_relay_protocol.php -134 -msgid "Options"'options',30); -msgstr "" - -#: -src/www/load_balancer_relay_protocol.php -135 -msgid "Description"'descr',30); -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -55 -msgid "Load Balancer -Relay Protocol -" " "; -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -69 -msgid "Description" -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -76 -msgid "This protocol name has already been used. Protocol names must be unique." -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -79 -msgid "You cannot use spaces in the 'name' field." -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -95 -msgid "modified '%s' load balancing protocol -"), $protent['name']); -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -97 -msgid "name"), $protent['name'], $pconfig['name']); -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -98 -msgid "type"), $protent['type'], $pconfig['type']); -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -99 -msgid "description"), $protent['descr'], $pconfig['descr']); -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -100 -msgid "type"), $protent['type'], $pconfig['type']); -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -101 -msgid "action"), $protent['lbaction'], $pconfig['lbaction']); -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -127 -msgid "Edit" -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -132 -msgid "DNS" -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -194 -msgid "Edit Load Balancer - Relay Protocol entry"); ?> -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -197 -msgid "Name"); ?> -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -203 -msgid "Type"); ?> -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -220 -msgid "Description"); ?> -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -229 -msgid "Add / remove available actions"); ?> -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -232 -msgid "Actions"); ?> -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -239 -msgid "Available Actions"); ?> -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -254 -msgid "Add"); ?>" onclick="copyOption($('available_action" $('lbaction'));" />
                  -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -255 -msgid "Remove"); ?>" onclick="deleteOption($('lbaction");" /> -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -261 -msgid "Enabled Actions"); ?> -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -282 -msgid "Save"); ?>" onClick="AllOptions($('lbaction" true); AllOptions($('available_action'), false);"> -msgstr "" - -#: -src/www/load_balancer_relay_protocol_edit.php -283 -msgid "Cancel");?>" onclick="window.location.href=''" /> -msgstr "" - -#: -src/www/load_balancer_setting.php -56 -msgid "Timeout must be a numeric value" -msgstr "" - -#: -src/www/load_balancer_setting.php -60 -msgid "Interval must be a numeric value" -msgstr "" - -#: -src/www/load_balancer_setting.php -65 -msgid "Prefork must be a numeric value" -msgstr "" - -#: -src/www/load_balancer_setting.php -68 -msgid "Prefork value must be between 1 and 32" -msgstr "" - -#: -src/www/load_balancer_setting.php -85 -msgid "Settings" -msgstr "" - -#: -src/www/load_balancer_setting.php -102 -msgid "You must apply the changes in order for them to take effect."));?>
                  -msgstr "" - -#: -src/www/load_balancer_setting.php -110 -msgid "Pools"), false, "load_balancer_pool.php" -msgstr "" - -#: -src/www/load_balancer_setting.php -111 -msgid "Virtual Servers"), false, "load_balancer_virtual_server.php" -msgstr "" - -#: -src/www/load_balancer_setting.php -112 -msgid "Monitors"), false, "load_balancer_monitor.php" -msgstr "" - -#: -src/www/load_balancer_setting.php -113 -msgid "Settings"), true, "load_balancer_setting.php" -msgstr "" - -#: -src/www/load_balancer_setting.php -126 -msgid "Relayd global settings"); ?> -msgstr "" - -#: -src/www/load_balancer_setting.php -129 -msgid "timeout"; ?> -msgstr "" - -#: -src/www/load_balancer_setting.php -133 -msgid "Set the global timeout in milliseconds for checks. Leave blank to use the default value of 1000 ms "); ?> -msgstr "" - -#: -src/www/load_balancer_setting.php -137 -msgid "interval"; ?> -msgstr "" - -#: -src/www/load_balancer_setting.php -141 -msgid "Set the interval in seconds at which the member of a pool will be checked. Leave blank to use the default interval of 10 seconds"); ?> -msgstr "" - -#: -src/www/load_balancer_setting.php -145 -msgid "prefork"; ?> -msgstr "" - -#: -src/www/load_balancer_setting.php -149 -msgid "Number of processes used by relayd for dns protocol. Leave blank to use the default value of 5 processes"); ?> -msgstr "" - -#: -src/www/load_balancer_setting.php -155 -msgid "Save");?>" /> -msgstr "" - -#: -src/www/load_balancer_virtual_server.php -86 -msgid "Virtual Servers" -msgstr "" - -#: -src/www/load_balancer_virtual_server.php -107 -msgid "You must apply the changes in order for them to take effect."));?>
                  -msgstr "" - -#: -src/www/load_balancer_virtual_server.php -115 -msgid "Pools"), false, "load_balancer_pool.php" -msgstr "" - -#: -src/www/load_balancer_virtual_server.php -116 -msgid "Virtual Servers"), true, "load_balancer_virtual_server.php" -msgstr "" - -#: -src/www/load_balancer_virtual_server.php -117 -msgid "Monitors"), false, "load_balancer_monitor.php" -msgstr "" - -#: -src/www/load_balancer_virtual_server.php -118 -msgid "Settings"), false, "load_balancer_setting.php" -msgstr "" - -#: -src/www/load_balancer_virtual_server.php -131 -msgid "Name"'name',10); -msgstr "" - -#: -src/www/load_balancer_virtual_server.php -132 -msgid "Protocol"'relay_protocol',10); -msgstr "" - -#: -src/www/load_balancer_virtual_server.php -133 -msgid "IP Address"'ipaddr',10); -msgstr "" - -#: -src/www/load_balancer_virtual_server.php -134 -msgid "Port"'port',10); -msgstr "" - -#: -src/www/load_balancer_virtual_server.php -135 -msgid "Pool"'poolname',10); -msgstr "" - -#: -src/www/load_balancer_virtual_server.php -136 -msgid "Fall Back Pool"'sitedown',15); -msgstr "" - -#: -src/www/load_balancer_virtual_server.php -137 -msgid "Description"'descr',25); -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -50 -msgid "Load Balancer -Virtual Server -" " "; -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -61 -msgid "Mode" -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -66 -msgid "Relay Protocol" -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -75 -msgid "This virtual server name has already been used. Virtual server names must be unique." -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -78 -msgid "You cannot use spaces or slashes in the 'name' field." -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -81 -msgid "The port must be an integer between 1 and 65535, a port alias, or left blank." -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -84 -msgid "%s is not a valid IP address, IPv4 subnet, or alias."), $_POST['ipaddr']); -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -86 -msgid "%s is a subnet containing more than 64 IP addresses."), $_POST['ipaddr']); -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -89 -msgid "You cannot select a Fall Back Pool when using the DNS relay protocol." -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -96 -msgid "modified '%s' vs -"), $vsent['name']); -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -98 -msgid "created '%s' vs -"), $_POST['name']); -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -132 -msgid "Edit" -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -164 -msgid "Edit Load Balancer - Virtual Server entry"); ?> -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -167 -msgid "Name"); ?> -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -173 -msgid "Description"); ?> -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -179 -msgid "IP Address"); ?> -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -182 -msgid "This is normally the WAN IP address that you would like the server to listen on. All connections to this IP and port will be forwarded to the pool cluster."); ?> -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -183 -msgid "You may also specify a host alias listed in Firewall -> Aliases here."); ?> -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -193 -msgid "Port"); ?> -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -196 -msgid "This is the port that the clients will connect to. All connections to this port will be forwarded to the pool cluster."); ?> -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -197 -msgid "If left blank, listening ports from the pool will be used."); ?> -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -198 -msgid "You may also specify a port alias listed in Firewall -> Aliases here."); ?> -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -208 -msgid "Virtual Server Pool"); ?> -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -211 -msgid "NOTE -msgid "Please add a pool on the Pools tab to use this feature."); ?> -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -227 -msgid "Fall Back Pool"); ?> -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -230 -msgid "NOTE -msgid "Please add a pool on the Pools tab to use this feature."); ?> -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -233 - -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -243 -msgid "The server pool to which clients will be redirected if *ALL* servers in the Virtual Server Pool are offline."); ?> -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -244 -msgid "This option is NOT compatible with the DNS relay protocol."); ?> -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -261 -msgid "Relay Protocol"); ?> -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -280 -msgid "Submit"); ?>" /> -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -281 -msgid "Cancel");?>" onclick="window.location.href=''" /> -msgstr "" - -#: -src/www/load_balancer_virtual_server_edit.php -289 -msgid "Note -msgid "Don't forget to add a firewall rule for the virtual server/pool after you're finished setting it up."); ?> -msgstr "" - -#: -src/www/pkg.php -49 -msgid "$title_msg)."', 'trail', true, 'delay', 0, 'fade', 'both', 'fadeMax', 93, 'styleClass', 'niceTitle";""; -msgstr "" - -#: -src/www/pkg.php -55 -msgid "ERROR -No package defined." -msgstr "" - -#: -src/www/pkg.php -186 -msgid "Saving changes...";?>"; -msgstr "" - -#: -src/www/pkg.php -187 -msgid "Do you really want to save changes?");?>")){ -msgstr "" - -#: -src/www/pkg.php -422 -msgid "No" -msgstr "" - -#: -src/www/pkg.php -424 -msgid "Yes" -msgstr "" - -#: -src/www/pkg.php -434 -msgid "$column['listmodeon']). $column['suffix']; -msgstr "" - -#: -src/www/pkg.php -437 -msgid "$column['listmodeoff']). $column['suffix']; -msgstr "" - -#: -src/www/pkg.php -456 -msgid "Do you really want to delete this item?");?>""> alt="delete" /> -msgstr "" - -#: -src/www/pkg_edit.php -60 -msgid "ERROR -No valid package defined." -msgstr "" - -#: -src/www/pkg_edit.php -245 -$edit = ($only_edit ? '' -" -msgid "Edit" -msgstr "" - -#: -src/www/pkg_edit.php -249 -msgid "Package Editor" -msgstr "" - -#: -src/www/pkg_edit.php -437 +## Machine parsed, please check: +#: src/www/diag_smart.php:233 msgid "Save" msgstr "" -#: -src/www/pkg_edit.php -448 -msgid "Advanced features" "
                  n"; +## Machine parsed, please check: +#: src/www/diag_smart.php:245 +msgid "Test email" msgstr "" -#: -src/www/pkg_edit.php -938 -msgid "Note" " - {$pkg['note']}

                  "; +## Machine parsed, please check: +#: src/www/diag_smart.php:250 +msgid "Send test email to %s" msgstr "" -#: -src/www/pkg_edit.php -944 -msgid "Cancel")."" onclick="window.location.href='" . $_SERVER['HTTP_REFERER'] . "'" />"; +## Machine parsed, please check: +#: src/www/diag_smart.php:258 +msgid "Send" msgstr "" -#: -src/www/pkg_edit.php -1133 -msgid "Show advanced option""n"; +## Machine parsed, please check: +#: src/www/diag_smart.php:284 +msgid "Info" msgstr "" -#: -src/www/pkg_mgr.php -47 -msgid "Package Manager" +## Machine parsed, please check: +#: src/www/diag_smart.php:293 +msgid "Info type" msgstr "" -#: -src/www/pkg_mgr.php -73 -msgid "Unable to retrieve package info from %s. Cached data will be used."), $xmlrpc_base_url); +## Machine parsed, please check: +#: src/www/diag_smart.php:295 +msgid "Info" msgstr "" -#: -src/www/pkg_mgr.php -76 -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']); +## Machine parsed, please check: +#: src/www/diag_smart.php:296 +msgid "Health" msgstr "" -#: -src/www/pkg_mgr.php -88 -msgid "Package Manager" +## Machine parsed, please check: +#: src/www/diag_smart.php:297 +msgid "SMART Capabilities" msgstr "" -#: -src/www/pkg_mgr.php -130 -msgid "Available Packages"), $requested_version <> "" ? false -true, "pkg_mgr.php" +## Machine parsed, please check: +#: src/www/diag_smart.php:298 +msgid "Attributes" msgstr "" -#: -src/www/pkg_mgr.php -131 -msgid "Installed Packages"), false, "pkg_mgr_installed.php" +## Machine parsed, please check: +#: src/www/diag_smart.php:299 +msgid "All" msgstr "" -#: -src/www/pkg_mgr.php -171 -msgid "All"), $menu_category=="All" ? true -false, "pkg_mgr.php?category=All" +## Machine parsed, please check: +#: src/www/diag_smart.php:304 +msgid "Device: /dev/" msgstr "" -#: -src/www/pkg_mgr.php -174 -msgid "$category) , $menu_category==$category ? true -false, "pkg_mgr.php?category={$category}" +## Machine parsed, please check: +#: src/www/diag_smart.php:320 +msgid "View" msgstr "" -#: -src/www/pkg_mgr.php -179 -msgid "Other Categories"), $menu_category=="Other" ? true -false, "pkg_mgr.php?category=Other" +## Machine parsed, please check: +#: src/www/diag_smart.php:337 +msgid "Perform Self-tests" msgstr "" -#: -src/www/pkg_mgr.php -198 -msgid "Name"); ?> +## Machine parsed, please check: +#: src/www/diag_smart.php:346 +msgid "Test type" msgstr "" -#: -src/www/pkg_mgr.php -201 -msgid "Category").''."n"; -msgstr "" - -#: -src/www/pkg_mgr.php -203 - -msgstr "" - -#: -src/www/pkg_mgr.php -204 - -msgstr "" - -#: -src/www/pkg_mgr.php -213 -msgid "There are currently no packages available for installation." ""; -msgstr "" - -#: -src/www/pkg_mgr.php -235 -msgid "Package info" -msgstr "" - -#: -src/www/pkg_mgr.php -238 -msgid "No package info, check the forum" -msgstr "" - -#: -src/www/pkg_mgr.php -245 -msgid "Click on package name to access its website.")?>"> -msgstr "" - -#: -src/www/pkg_mgr.php -249 -msgid "$index['category']).''."n"; -msgstr "" - -#: -src/www/pkg_mgr.php -254 -msgid " version to check its change log.").'" '; -msgstr "" - -#: -src/www/pkg_mgr.php -266 -msgid "platform"" -". $index['required_version'] ?> -msgstr "" - -#: -src/www/pkg_mgr.php -270 -"> -msgstr "" - -#: -src/www/pkg_mgr.php -282 -msgid "Install ".ucfirst($index['name'])." package.")?>" class="btn btn-primary"> -msgstr "" - -#: -src/www/pkg_mgr.php -288 -msgid "There are currently no packages available for installation." ""; -msgstr "" - -#: -src/www/pkg_mgr_install.php -44 -msgid "Install Package" -msgstr "" - -#: -src/www/pkg_mgr_install.php -98 -msgid "Available packages"), false, "pkg_mgr.php" -msgstr "" - -#: -src/www/pkg_mgr_install.php -99 -msgid "Installed packages"), false, "pkg_mgr_installed.php" -msgstr "" - -#: -src/www/pkg_mgr_install.php -100 -msgid "Package Installer"), true, "" -msgstr "" - -#: -src/www/pkg_mgr_install.php -169 -msgid "Beginning package installation.");?> -msgstr "" - -#: -src/www/pkg_mgr_install.php -196 -msgid "Something is wrong on the request." -msgstr "" - -#: -src/www/pkg_mgr_install.php -200 -msgid "Log was not retrievable." -msgstr "" - -#: -src/www/pkg_mgr_install.php -205 -msgid "installation completed." -msgstr "" - -#: -src/www/pkg_mgr_install.php -208 -msgid "Could not find %s."), $pkgname -msgstr "" - -#: -src/www/pkg_mgr_install.php -219 -msgid "Creating restore point before package installation." -msgstr "" - -#: -src/www/pkg_mgr_install.php -224 -msgid "Package deleted." -msgstr "" - -#: -src/www/pkg_mgr_install.php -225 -msgid "Package deleted." -msgstr "" - -#: -src/www/pkg_mgr_install.php -235 -msgid "Package reinstallation failed." -msgstr "" - -#: -src/www/pkg_mgr_install.php -236 -msgid "Package reinstallation failed." -msgstr "" - -#: -src/www/pkg_mgr_install.php -239 -msgid "Package reinstalled." -msgstr "" - -#: -src/www/pkg_mgr_install.php -240 -msgid "Package reinstalled." -msgstr "" - -#: -src/www/pkg_mgr_install.php -261 -msgid "All packages reinstalled." -msgstr "" - -#: -src/www/pkg_mgr_install.php -262 -msgid "All packages reinstalled." -msgstr "" - -#: -src/www/pkg_mgr_install.php -266 -msgid "No packages are installed." -msgstr "" - -#: -src/www/pkg_mgr_install.php -272 -msgid "FAILED!" -msgstr "" - -#: -src/www/pkg_mgr_install.php -273 -msgid "Installation halted." -msgstr "" - -#: -src/www/pkg_mgr_install.php -276 -msgid "sprintf("Installation of %s completed.", $pkgid -msgstr "" - -#: -src/www/pkg_mgr_install.php -280 -msgid "setup instructions" " -n{$status}"; -msgstr "" - -#: -src/www/pkg_mgr_install.php -282 -msgid "Installation completed. Please check to make sure that the package is configured from the respective menu then start the package." -msgstr "" - -#: -src/www/pkg_mgr_installed.php -41 -msgid "Package Manager" -msgstr "" - -#: -src/www/pkg_mgr_installed.php -70 -msgid "Package Manager" -msgstr "" - -#: -src/www/pkg_mgr_installed.php -104 -msgid "Available Packages"), false, "pkg_mgr.php" -msgstr "" - -#: -src/www/pkg_mgr_installed.php -105 -msgid "packages"), false, "pkg_mgr.php" -msgstr "" - -#: -src/www/pkg_mgr_installed.php -108 -msgid "Installed Packages"), true, "pkg_mgr_installed.php" -msgstr "" - -#: -src/www/pkg_mgr_installed.php -117 -msgid "Name"); ?> -msgstr "" - -#: -src/www/pkg_mgr_installed.php -118 -msgid "Category"); ?> -msgstr "" - -#: -src/www/pkg_mgr_installed.php -119 -msgid "Version"); ?> -msgstr "" - -#: -src/www/pkg_mgr_installed.php -120 -msgid "Description"); ?> -msgstr "" - -#: -src/www/pkg_mgr_installed.php -148 -msgid "Available"" -". $latest_package . "
                  "; -msgstr "" - -#: -src/www/pkg_mgr_installed.php -150 -msgid "Available"" -". $latest_package . "
                  "; -msgstr "" - -#: -src/www/pkg_mgr_installed.php -151 -msgid "Installed"" -". $pkg['version']. ""; -msgstr "" - -#: -src/www/pkg_mgr_installed.php -157 -msgid "Available"" -". $latest_package . "
                  "; -msgstr "" - -#: -src/www/pkg_mgr_installed.php -159 -msgid "Available"" -". $latest_package . "
                  "; -msgstr "" - -#: -src/www/pkg_mgr_installed.php -160 -msgid "Installed"" -". $pkg['version'].""; -msgstr "" - -#: -src/www/pkg_mgr_installed.php -184 -msgid "Package info" -msgstr "" - -#: -src/www/pkg_mgr_installed.php -188 -msgid "No package info, check the forum" -msgstr "" - -#: -src/www/pkg_mgr_installed.php -203 -msgid "Click on ".ucfirst($pkg['name'])." version to check its change log."),"return").">{$pkgver}"; -msgstr "" - -#: -src/www/pkg_mgr_installed.php -205 ->

                  -msgstr "" - -#: -src/www/pkg_mgr_installed.php -213 -msgid "Reinstall ".ucfirst($pkg['name'])." package.");?>" class="btn btn-default btn-xs"> -msgstr "" - -#: -src/www/pkg_mgr_installed.php -216 -msgid "Reinstall ".ucfirst($pkg['name'])."'s GUI components.");?>" class="btn btn-default btn-xs"> -msgstr "" - -#: -src/www/pkg_mgr_installed.php -227 -msgid "There are no packages currently installed."); ?> -msgstr "" - -#: -src/www/pkg_mgr_settings.php -51 -msgid "Package Settings" -msgstr "" - -#: -src/www/pkg_mgr_settings.php -89 -msgid "%s packages"), $version), false, "pkg_mgr.php" -msgstr "" - -#: -src/www/pkg_mgr_settings.php -90 -msgid "Installed Packages"), false, "pkg_mgr_installed.php" -msgstr "" - -#: -src/www/pkg_mgr_settings.php -91 -msgid "Package Settings"), true, "pkg_mgr_settings.php" -msgstr "" - -#: -src/www/pkg_mgr_settings.php -100 -msgid "This page allows an alternate package repository to be configured, primarily for temporary use as a testing mechanism."); ?> -msgstr "" - -#: -src/www/pkg_mgr_settings.php -101 -msgid "The contents of unofficial packages servers cannot be verified and may contain malicious files."); ?> -msgstr "" - -#: -src/www/pkg_mgr_settings.php -102 -msgid "The package server settings should remain at their default values to ensure that verifiable and trusted packages are recevied."); ?> -msgstr "" - -#: -src/www/pkg_mgr_settings.php -104 -msgid "A warning is printed on the Dashboard and in the package manager when an unofficial package server is in use."); ?> -msgstr "" - -#: -src/www/pkg_mgr_settings.php -109 -msgid "Package Repository URL");?> -msgstr "" - -#: -src/www/pkg_mgr_settings.php -112 -msgid "Package Repository URL");?> -msgstr "" - -#: -src/www/pkg_mgr_settings.php -114 -msgid "Use a non-official server for packages");?>
                  -msgstr "" - -#: -src/www/pkg_mgr_settings.php -116 -msgid "Base URL -");?> -msgstr "" - -#: -src/www/pkg_mgr_settings.php -119 -msgid "System -msgid "page is viewed.");?> -msgstr "" - -#: -src/www/pkg_mgr_settings.php -131 -msgid "Save");?>" /> -msgstr "" - -#: -src/www/reboot.php -34 -msgid "Reboot System" -msgstr "" - -#: -src/www/reboot.php -47 -msgid "Yes")) -?> -msgstr "" - -#: -src/www/reboot.php -49 -msgid "The system is rebooting now. This may take one minute.")); ?> -msgstr "" - -#: -src/www/reboot.php -55 -msgid "Are you sure you want to reboot the system?");?>

                  -msgstr "" - -#: -src/www/reboot.php -57 -msgid "Yes");?>" /> -msgstr "" - -#: -src/www/reboot.php -58 -msgid "No");?> -msgstr "" - -#: -src/www/restart_httpd.php -31 -msgid "Restarting httpd" -msgstr "" - -#: -src/www/restart_httpd.php -39 -msgid "Mounting file systems read/write");?>... -msgstr "" - -#: -src/www/restart_httpd.php -41 -msgid "Done");?>.
                  -msgstr "" - -#: -src/www/restart_httpd.php -42 -msgid "Forcing all PHP file permissions to 0755");?>... -msgstr "" - -#: -src/www/restart_httpd.php -44 -msgid "Done");?>.
                  -msgstr "" - -#: -src/www/restart_httpd.php -45 -msgid "Mounting file systems read only");?>... -msgstr "" - -#: -src/www/restart_httpd.php -47 -msgid "Done");?>.
                  -msgstr "" - -#: -src/www/restart_httpd.php -48 -msgid "Restarting mini_httpd");?>... -msgstr "" - -#: -src/www/restart_httpd.php -50 -msgid "Done");?>.
                  -msgstr "" - -#: -src/www/services_captiveportal.php -56 -msgid "Captive portal"), $a_cp[$cpzone]['zone']); -msgstr "" - -#: -src/www/services_captiveportal.php -75 -msgid "Captive Portal -zone %s -Restore default portal page"), $cpzone -msgstr "" - -#: -src/www/services_captiveportal.php -94 -msgid "Captive Portal -zone %s -Restore default error page"), $cpzone -msgstr "" - -#: -src/www/services_captiveportal.php -113 -msgid "Captive Portal -zone %s -Restore default logout page"), $cpzone -msgstr "" - -#: -src/www/services_captiveportal.php -198 -msgid "Interface" -msgstr "" - -#: -src/www/services_captiveportal.php -206 -msgid "The captive portal cannot be used on interface %s since it is part of a bridge."), $cpbrif); -msgstr "" - -#: -src/www/services_captiveportal.php -210 -msgid "The captive portal cannot be used on interface %s since it is used already on %s instance."), $cpbrif, $cp['zone']); -msgstr "" - -#: -src/www/services_captiveportal.php -218 -msgid "Certificate must be specified for HTTPS login." -msgstr "" - -#: -src/www/services_captiveportal.php -221 -msgid "The HTTPS server name must be specified for HTTPS login." -msgstr "" - -#: -src/www/services_captiveportal.php -228 -msgid "The timeout must be at least 1 minute." -msgstr "" - -#: -src/www/services_captiveportal.php -241 -msgid "Hard timeout must be less or equal Default lease time set on DHCP Server" -msgstr "" - -#: -src/www/services_captiveportal.php -246 -msgid "The idle timeout must be at least 1 minute." -msgstr "" - -#: -src/www/services_captiveportal.php -249 -msgid "The pass-through credit count must be a number or left blank." -msgstr "" - -#: -src/www/services_captiveportal.php -252 -msgid "The waiting period to restore pass-through credits must be above 0 hours." -msgstr "" - -#: -src/www/services_captiveportal.php -256 -msgid "A valid IP address must be specified. [%s]"), $_POST['radiusip']); -msgstr "" - -#: -src/www/services_captiveportal.php -259 -msgid "A valid IP address must be specified. [%s]"), $_POST['radiusip2']); -msgstr "" - -#: -src/www/services_captiveportal.php -262 -msgid "A valid IP address must be specified. [%s]"), $_POST['radiusip3']); -msgstr "" - -#: -src/www/services_captiveportal.php -265 -msgid "A valid IP address must be specified. [%s]"), $_POST['radiusip4']); -msgstr "" - -#: -src/www/services_captiveportal.php -268 -msgid "A valid port number must be specified. [%s]"), $_POST['radiusport']); -msgstr "" - -#: -src/www/services_captiveportal.php -271 -msgid "A valid port number must be specified. [%s]"), $_POST['radiusport2']); -msgstr "" - -#: -src/www/services_captiveportal.php -274 -msgid "A valid port number must be specified. [%s]"), $_POST['radiusport3']); -msgstr "" - -#: -src/www/services_captiveportal.php -277 -msgid "A valid port number must be specified. [%s]"), $_POST['radiusport4']); -msgstr "" - -#: -src/www/services_captiveportal.php -280 -msgid "A valid port number must be specified. [%s]"), $_POST['radiusacctport']); -msgstr "" - -#: -src/www/services_captiveportal.php -283 -msgid "The maximum number of concurrent connections per client IP address may not be larger than the global maximum." -msgstr "" - -#: -src/www/services_captiveportal.php -286 -msgid "The NAS-Identifier must be 3-253 characters long and should only contain ASCII characters." -msgstr "" - -#: -src/www/services_captiveportal.php -500 -msgid "Captive portal(s)"), true, "services_captiveportal.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal.php -501 -msgid "MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal.php -502 -msgid "Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal.php -504 -msgid "Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal.php -505 -msgid "Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal.php -506 -msgid "File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal.php -522 -msgid "Enable captive portal"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -525 -msgid "Interfaces"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -537 -msgid "Select the interface(s) to enable for captive portal."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -540 -msgid "Maximum concurrent connections"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -544 -msgid "per client IP address (0 = no limit)"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -547 -msgid "This setting limits the number of concurrent connections to the captive portal HTTP(S) server. This does not set how many users can be logged in " . -msgstr "" - -#: -src/www/services_captiveportal.php -552 -msgid "Idle timeout"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -555 -msgid "minutes"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -556 -msgid "Clients will be disconnected after this amount of inactivity. They may log in again immediately, though. Leave this field blank for no idle timeout."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -559 -msgid "Hard timeout"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -562 -msgid "minutes"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -563 -msgid "Clients will be disconnected after this amount of time, regardless of activity. They may log in again immediately, though. Leave this field blank for no hard timeout (not recommended unless an idle timeout is set)."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -567 -msgid "Pass-through credits allowed per MAC address"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -570 -msgid "per client MAC address (0 or blank = none)"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -571 -msgid "This setting allows passing through the captive portal without authentication a limited number of times per MAC address. Once used up, the client can only log in with valid credentials until the waiting period specified below has expired. Recommended to set a hard timeout and/or idle timeout when using this for it to be effective."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -574 -msgid "Waiting period to restore pass-through credits"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -577 -msgid "hours"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -578 -msgid "Clients will have their available pass-through credits restored to the original count after this amount of time since using the first one. This must be above 0 hours if pass-through credits are enabled."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -581 -msgid "Reset waiting period on attempted access"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -584 -msgid "Enable waiting period reset on attempted access"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -585 -msgid "If enabled, the waiting period is reset to the original duration if access is attempted when all pass-through credits have already been exhausted."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -589 -msgid "Logout popup window"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -592 -msgid "Enable logout popup window"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -593 -msgid "If enabled, a popup window will appear when clients are allowed through the captive portal. This allows clients to explicitly disconnect themselves before the idle or hard timeout occurs."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -596 -msgid "Pre-authentication redirect URL"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -599 -msgid "Use this field to set $PORTAL_REDIRURL$ variable which can be accessed using your custom captive portal index.php page or error pages."));?> -msgstr "" - -#: -src/www/services_captiveportal.php -603 -msgid "After authentication Redirection URL"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -607 -msgid "If you provide a URL here, clients will be redirected to that URL instead of the one they initially tried " . -msgstr "" - -#: -src/www/services_captiveportal.php -612 -msgid "Blocked MAC address redirect URL"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -615 -msgid "If you provide a URL here, MAC addresses set to be blocked will be redirect to that URL when attempt to access anything."));?> -msgstr "" - -#: -src/www/services_captiveportal.php -620 -msgid "Concurrent user logins"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -623 -msgid "Disable concurrent logins"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -624 -msgid "If this option is set, only the most recent login per username will be active. Subsequent logins will cause machines previously logged in with the same username to be disconnected."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -628 -msgid "Per-user bandwidth restriction"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -631 -msgid "Enable per-user bandwidth restriction"); ?>

                  -msgstr "" - -#: -src/www/services_captiveportal.php -634 -msgid "Default download"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -635 -msgid "Kbit/s"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -638 -msgid "Default upload"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -639 -msgid "Kbit/s"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -642 -msgid "If this option is set, the captive portal will restrict each user who logs in to the specified default bandwidth. RADIUS can override the default settings. Leave empty or set to 0 for no limit."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -646 -msgid "Authentication"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -651 -msgid "No Authentication"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -655 -msgid "Vouchers"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -664 -msgid "Allow only users/groups with 'Captive portal login' privilege set"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -667 -msgid "RADIUS Authentication"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -673 -msgid "Radius Protocol"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -678 -msgid "PAP"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -682 -msgid "CHAP_MD5"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -686 -msgid "MSCHAPv1"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -690 -msgid "MSCHAPv2"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -707 -msgid "Primary RADIUS server"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -710 -msgid "IP address"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -712 -msgid "Enter the IP address of the RADIUS server which users of the captive portal have to authenticate against."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -715 -msgid "Port"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -717 -msgid "Leave this field blank to use the default port (1812)."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -720 -msgid "Shared secret"); ?>   -msgstr "" - -#: -src/www/services_captiveportal.php -722 -msgid "Leave this field blank to not use a RADIUS shared secret (not recommended)."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -728 -msgid "Secondary RADIUS server"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -731 -msgid "IP address"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -733 -msgid "If you have a second RADIUS server, you can activate it by entering its IP address here."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -736 -msgid "Port"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -740 -msgid "Shared secret"); ?>   -msgstr "" - -#: -src/www/services_captiveportal.php -750 -msgid "Primary RADIUS server"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -753 -msgid "IP address"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -755 -msgid "If you have a third RADIUS server, you can activate it by entering its IP address here."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -758 -msgid "Port"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -762 -msgid "Shared secret"); ?>   -msgstr "" - -#: -src/www/services_captiveportal.php -769 -msgid "Secondary RADIUS server"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -772 -msgid "IP address"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -774 -msgid "If you have a fourth RADIUS server, you can activate it by entering its IP address here."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -777 -msgid "Port"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -781 -msgid "Shared secret"); ?>   -msgstr "" - -#: -src/www/services_captiveportal.php -788 -msgid "Accounting"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -793 -msgid "send RADIUS accounting packets"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -794 -msgid "If this is enabled, RADIUS accounting packets will be sent to the primary RADIUS server."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -797 -msgid "Accounting port"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -799 -msgid "Leave blank to use the default port (1813)."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -805 -msgid "Accounting updates"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -807 -msgid "no accounting updates"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -808 -msgid "stop/start accounting"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -809 -msgid "interim update"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -816 -msgid "RADIUS options"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -819 -msgid "Reauthentication"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -821 -msgid "Reauthenticate connected users every minute"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -822 -msgid "If reauthentication is enabled, Access-Requests will be sent to the RADIUS server for each user that is " . -msgstr "" - -#: -src/www/services_captiveportal.php -826 -msgid "RADIUS MAC authentication"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -828 -msgid "Enable RADIUS MAC authentication"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -829 -msgid "If this option is enabled, the captive portal will try to authenticate users by sending their MAC address as the username and the password " . -msgstr "" - -#: -src/www/services_captiveportal.php -833 -msgid "MAC authentication secret"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -837 -msgid "RADIUS NAS IP attribute"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -867 -msgid "Choose the IP to use for calling station attribute."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -872 -msgid "Session-Timeout"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -873 -msgid "Use RADIUS Session-Timeout attributes"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -874 -msgid "When this is enabled, clients will be disconnected after the amount of time retrieved from the RADIUS Session-Timeout attribute."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -878 -msgid "Type"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -880 -msgid "default"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -890 -msgid "If RADIUS type is set to Cisco, in Access-Requests the value of Calling-Station-Id will be set to the client's IP address and " . -msgstr "" - -#: -src/www/services_captiveportal.php -896 -msgid "Accounting Style"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -897 -msgid "Invert Acct-Input-Octets and Acct-Output-Octets"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -898 -msgid "When this is enabled, data counts for RADIUS accounting packets will be taken from the client perspective, not the NAS. Acct-Input-Octets will represent download, and Acct-Output-Octets will represent upload."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -902 -msgid "NAS Identifier"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -904 -msgid "Specify a NAS identifier to override the default value" " (" . php_uname("n") . ")"; ?> -msgstr "" - -#: -src/www/services_captiveportal.php -907 -msgid "MAC address format"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -910 -msgid "default"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -915 -msgid "$macformat),"n"; -msgstr "" - -#: -src/www/services_captiveportal.php -917 -msgid "$macformat),"n"; -msgstr "" - -#: -src/www/services_captiveportal.php -922 -msgid "This option changes the MAC address format used in the whole RADIUS system. Change this if you also"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -923 -msgid "need to change the username format for RADIUS MAC authentication."); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -924 -msgid "default -"); ?> 00 -11 -22 -33 -44 -55
                  -msgstr "" - -#: -src/www/services_captiveportal.php -925 -msgid "singledash -"); ?> 001122-334455
                  -msgstr "" - -#: -src/www/services_captiveportal.php -926 -msgid "ietf -"); ?> 00-11-22-33-44-55
                  -msgstr "" - -#: -src/www/services_captiveportal.php -927 -msgid "cisco -"); ?> 0011.2233.4455
                  -msgstr "" - -#: -src/www/services_captiveportal.php -928 -msgid "unformatted -"); ?> 001122334455 -msgstr "" - -#: -src/www/services_captiveportal.php -935 -msgid "HTTPS login"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -938 -msgid "Enable HTTPS login"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -939 -msgid "If enabled, the username and password will be transmitted over an HTTPS connection to protect against eavesdroppers. A server name and certificate must also be specified below."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -942 -msgid "HTTPS server name"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -945 -msgid "This name will be used in the form action for the HTTPS POST and should match the Common Name (CN) in your certificate (otherwise, the client browser will most likely display a security warning). Make sure captive portal clients can resolve this name in DNS and verify on the client that the IP resolves to the correct interface IP on %s."), $g['product_name']);?> -msgstr "" - -#: -src/www/services_captiveportal.php -948 -msgid "SSL Certificate"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -962 -msgid "No Certificates defined."); ?>
                  Create one under System > Cert Manager. -msgstr "" - -#: -src/www/services_captiveportal.php -967 -msgid "Disable HTTPS forwards"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -970 -msgid "Disable HTTPS forwards"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -971 -msgid "If this option is set, attempts to connect to SSL/HTTPS (Port 443) sites will not be forwarded to the captive portal. This prevents certificate errors from being presented to the user even if HTTPS logins are enabled. Users must attempt a connecton to an HTTP (Port 80) site to get forwarded to the captive portal. If HTTPS logins are enabled, the user will be redirected to the HTTPS login page."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -974 -msgid "Portal page contents"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -989 -msgid "View current page"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -991 -msgid "Download current page"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -994 -msgid "Restore default portal page"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -1001 -msgid "Upload an HTML/PHP file for the portal page here (leave blank to keep the current one). ' . -msgstr "" - -#: -src/www/services_captiveportal.php -1012 -msgid "Example code for the form -"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -1023 -msgid "Authentication"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -1024 -msgid "error page"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -1025 -msgid "contents"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -1029 -msgid "View current page"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -1031 -msgid "Download current page"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -1034 -msgid "Restore default error page"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -1039 -msgid "The contents of the HTML/PHP file that you upload here are displayed when an authentication error occurs. " . -msgstr "" - -#: -src/www/services_captiveportal.php -1040 -msgid "which will be replaced by the error or reply messages from the RADIUS server, if any."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -1043 -msgid "Logout"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -1044 -msgid "page"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -1045 -msgid "contents"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -1049 -msgid "View current page"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -1051 -msgid "Download current page"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -1054 -msgid "Restore default logout page"); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -1059 -msgid "The contents of the HTML/PHP file that you upload here are displayed on authentication success when the logout popup is enabled."); ?> -msgstr "" - -#: -src/www/services_captiveportal.php -1065 -msgid "Save"); ?>" onclick="enable_change(true)" /> -msgstr "" - -#: -src/www/services_captiveportal.php -1066 -msgid "Cancel"); ?>" onclick="enable_change(true)" /> -msgstr "" - -#: -src/www/services_captiveportal.php -1071 -msgid "Note -"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal.php -1072 -msgid "Changing any settings on this page will disconnect all clients! Don't forget to enable the DHCP server on your captive portal interface! Make sure that the default/maximum DHCP lease time is higher than the timeout entered on this page. Also, the DNS forwarder needs to be enabled for DNS lookups by unauthenticated clients to work."); ?> -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -59 -msgid "Captive portal"), $a_cp[$cpzone]['zone']); -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -86 -msgid "A file with the name '%s' already exists."), $name); -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -93 -msgid "The total size of all files uploaded may not exceed " -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -126 -msgid "add file" 'href'=>'services_captiveportal_filemanager.php?zone='.$cpzone.'&act=add' -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -146 -msgid "Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -147 -msgid "MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -148 -msgid "Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -150 -msgid "Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -151 -msgid "Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -152 -msgid "File Manager"), true, "services_captiveportal_filemanager.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -173 -msgid "Upload"); ?>" /> -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -189 -msgid "Name"); ?> -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -190 -msgid "Size"); ?> -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -201 -msgid "Do you really want to delete this file?"); ?>""> -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -202 -msgid "delete file"); ?>"> -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -209 - -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -219 -msgid "Note -"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -221 -msgid "Any files that you upload here with the filename prefix of captiveportal- will " . -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -228 -msgid "In addition, you can also upload .php files for execution. You can pass the filename " . -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -231 -msgid "Acceptable usage policy"); ?></a> -msgstr "" - -#: -src/www/services_captiveportal_filemanager.php -233 -msgid "The total size limit for all files is %s."), format_bytes($g['captiveportal_element_sizelimit']));?> -msgstr "" - -#: -src/www/services_captiveportal_hostname.php -49 -msgid "Captive portal"), $a_cp[$cpzone]['zone']); -msgstr "" - -#: -src/www/services_captiveportal_hostname.php -86 -msgid "Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_hostname.php -87 -msgid "MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_hostname.php -88 -msgid "Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_hostname.php -89 -msgid "Allowed Hostnames"), true, "services_captiveportal_hostname.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_hostname.php -90 -msgid "Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_hostname.php -91 -msgid "File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_hostname.php -106 -msgid "Hostname"); ?> -msgstr "" - -#: -src/www/services_captiveportal_hostname.php -107 -msgid "Description"); ?> -msgstr "" - -#: -src/www/services_captiveportal_hostname.php -134 -msgid "Do you really want to delete this address?"); ?>"" class="btn btn-default btn-xs"> -msgstr "" - -#: -src/www/services_captiveportal_hostname.php -140 -msgid "Note -"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal_hostname.php -142 -msgid "Adding allowed Hostnames will allow a DNS hostname access to/from access through the captive portal without being taken to the portal page. This can be used for a web server serving images for the portal page or a DNS server on another network, for example. By specifying from addresses, it may be used to always allow pass-through access from a client behind the captive portal."); ?>

                  -msgstr "" - -#: -src/www/services_captiveportal_hostname.php -145 -msgid "any"); ?> in x.x.x.x -msgstr "" - -#: -src/www/services_captiveportal_hostname.php -146 -msgid "the Hostname are allowed"); ?> -msgstr "" - -#: -src/www/services_captiveportal_hostname.php -152 -msgid "any"); ?>    -msgstr "" - -#: -src/www/services_captiveportal_hostname.php -153 -msgid "the Hostname are allowed"); ?> -msgstr "" - -#: -src/www/services_captiveportal_hostname_edit.php -46 -msgid "Edit allowed Hostname" -msgstr "" - -#: -src/www/services_captiveportal_hostname_edit.php -88 -msgid "Allowed Hostname" -msgstr "" - -#: -src/www/services_captiveportal_hostname_edit.php -93 -msgid "A valid Hostname must be specified. [%s]"), $_POST['hostname']); -msgstr "" - -#: -src/www/services_captiveportal_hostname_edit.php -96 -msgid "Upload speed needs to be an integer" -msgstr "" - -#: -src/www/services_captiveportal_hostname_edit.php -98 -msgid "Download speed needs to be an integer" -msgstr "" - -#: -src/www/services_captiveportal_hostname_edit.php -105 -msgid "already allowed")) ; -msgstr "" - -#: -src/www/services_captiveportal_hostname_edit.php -166 -msgid "Direction"); ?> -msgstr "" - -#: -src/www/services_captiveportal_hostname_edit.php -170 -msgid "To")) ; -msgstr "" - -#: -src/www/services_captiveportal_hostname_edit.php -178 -msgid "to always allow an Hostname through the captive portal (without authentication)"); ?>. -msgstr "" - -#: -src/www/services_captiveportal_hostname_edit.php -179 -msgid "to allow access from all clients (even non-authenticated ones) behind the portal to this Hostname"); ?>. -msgstr "" - -#: -src/www/services_captiveportal_hostname_edit.php -182 -msgid "Hostname"); ?> -msgstr "" - -#: -src/www/services_captiveportal_hostname_edit.php -186 -msgid "Hostname");?>. -msgstr "" - -#: -src/www/services_captiveportal_hostname_edit.php -189 -msgid "Description"); ?> -msgstr "" - -#: -src/www/services_captiveportal_hostname_edit.php -192 -msgid "You may enter a description here for your reference (not parsed)"); ?>. -msgstr "" - -#: -src/www/services_captiveportal_hostname_edit.php -195 -msgid "Bandwidth up"); ?> -msgstr "" - -#: -src/www/services_captiveportal_hostname_edit.php -198 -msgid "Enter a upload limit to be enforced on this Hostname in Kbit/s"); ?> -msgstr "" - -#: -src/www/services_captiveportal_hostname_edit.php -201 -msgid "Bandwidth down"); ?> -msgstr "" - -#: -src/www/services_captiveportal_hostname_edit.php -204 -msgid "Enter a download limit to be enforced on this Hostname in Kbit/s"); ?> -msgstr "" - -#: -src/www/services_captiveportal_hostname_edit.php -209 -msgid "Save"); ?>" /> -msgstr "" - -#: -src/www/services_captiveportal_ip.php -48 -msgid "Captive portal"), $a_cp[$cpzone]['zone']); -msgstr "" - -#: -src/www/services_captiveportal_ip.php -86 -msgid "Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_ip.php -87 -msgid "MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_ip.php -88 -msgid "Allowed IP addresses"), true, "services_captiveportal_ip.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_ip.php -90 -msgid "Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_ip.php -91 -msgid "Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_ip.php -92 -msgid "File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_ip.php -106 -msgid "IP address"); ?> -msgstr "" - -#: -src/www/services_captiveportal_ip.php -107 -msgid "Description"); ?> -msgstr "" - -#: -src/www/services_captiveportal_ip.php -138 -msgid "Do you really want to delete this address?"); ?>"" class="btn btn-default btn-xs"> -msgstr "" - -#: -src/www/services_captiveportal_ip.php -144 -msgid "Note -"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal_ip.php -146 -msgid "Adding allowed IP addresses will allow IP access to/from these addresses through the captive portal without being taken to the portal page. This can be used for a web server serving images for the portal page or a DNS server on another network, for example."); ?>

                  -msgstr "" - -#: -src/www/services_captiveportal_ip_edit.php -47 -msgid "Edit allowed IP address" -msgstr "" - -#: -src/www/services_captiveportal_ip_edit.php -87 -msgid "Subnet mask" -msgstr "" - -#: -src/www/services_captiveportal_ip_edit.php -92 -msgid "A valid IP address must be specified. [%s]"), $_POST['ip']); -msgstr "" - -#: -src/www/services_captiveportal_ip_edit.php -95 -msgid "A valid subnet mask must be specified" -msgstr "" - -#: -src/www/services_captiveportal_ip_edit.php -98 -msgid "Upload speed needs to be an integer" -msgstr "" - -#: -src/www/services_captiveportal_ip_edit.php -101 -msgid "Download speed needs to be an integer" -msgstr "" - -#: -src/www/services_captiveportal_ip_edit.php -108 -msgid "already allowed")) ; -msgstr "" - -#: -src/www/services_captiveportal_ip_edit.php -189 -msgid "Edit allowed ip rule");?> -msgstr "" - -#: -src/www/services_captiveportal_ip_edit.php -192 -msgid "IP address"); ?> -msgstr "" - -#: -src/www/services_captiveportal_ip_edit.php -201 -msgid "IP address and subnet mask. Use /32 for a single IP");?>. -msgstr "" - -#: -src/www/services_captiveportal_ip_edit.php -205 -msgid "Description"); ?> -msgstr "" - -#: -src/www/services_captiveportal_ip_edit.php -208 -msgid "You may enter a description here for your reference (not parsed)"); ?>. -msgstr "" - -#: -src/www/services_captiveportal_ip_edit.php -213 -msgid "Bandwidth up"); ?> -msgstr "" - -#: -src/www/services_captiveportal_ip_edit.php -216 -msgid "Enter a upload limit to be enforced on this IP address in Kbit/s"); ?> -msgstr "" - -#: -src/www/services_captiveportal_ip_edit.php -220 -msgid "Bandwidth down"); ?> -msgstr "" - -#: -src/www/services_captiveportal_ip_edit.php -223 -msgid "Enter a download limit to be enforced on this IP address in Kbit/s"); ?> -msgstr "" - -#: -src/www/services_captiveportal_ip_edit.php -230 -msgid "Save"); ?>" /> -msgstr "" - -#: -src/www/services_captiveportal_mac.php -52 -msgid "Captive portal"), $a_cp[$cpzone]['zone']); -msgstr "" - -#: -src/www/services_captiveportal_mac.php -70 -msgid "No entry exists yet!""n"; -msgstr "" - -#: -src/www/services_captiveportal_mac.php -74 -msgid "Please set the zone on which the operation should be allowed" -msgstr "" - -#: -src/www/services_captiveportal_mac.php -86 -msgid "No entry exists for this username -" " " . $_POST['username'] . "n"; -msgstr "" - -#: -src/www/services_captiveportal_mac.php -105 -msgid "The entry was sucessfully deleted" "n"; -msgstr "" - -#: -src/www/services_captiveportal_mac.php -107 -msgid "No entry exists for this mac address -" " " . $_POST['delmac'] . "n"; -msgstr "" - -#: -src/www/services_captiveportal_mac.php -132 -msgid "add host"), 'href'=>'services_captiveportal_mac_edit.php?zone='.$cpzone -msgstr "" - -#: -src/www/services_captiveportal_mac.php -145 -msgid "The captive portal MAC address configuration has been changed.
                  You must apply the changes in order for them to take effect."));?>
                  -msgstr "" - -#: -src/www/services_captiveportal_mac.php -152 -msgid "Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_mac.php -153 -msgid "MAC"), true, "services_captiveportal_mac.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_mac.php -154 -msgid "Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_mac.php -156 -msgid "Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_mac.php -157 -msgid "Vouchers"), false, "services_captiveportal_vouchers.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_mac.php -158 -msgid "File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_mac.php -173 -msgid "MAC address"); ?> -msgstr "" - -#: -src/www/services_captiveportal_mac.php -174 -msgid "Description"); ?> -msgstr "" - -#: -src/www/services_captiveportal_mac.php -195 -msgid "Do you really want to delete this host?"); ?>"" class="btn btn-default btn-xs"> -msgstr "" - -#: -src/www/services_captiveportal_mac.php -207 -msgid "Note -"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal_mac.php -208 -msgid "Adding MAC addresses as 'pass' MACs allows them access through the captive portal automatically without being taken to the portal page."); ?> -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -49 -msgid "Edit MAC address rules" -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -90 -msgid "MAC address" -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -101 -msgid "The MAC address %s belongs to a local interface, you cannot use it here."), $_POST['mac']); -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -106 -msgid "A valid MAC address must be specified"), $_POST['mac']); -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -110 -msgid "Upload speed needs to be an integer" -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -112 -msgid "Download speed needs to be an integer" -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -119 -msgid "already exists" -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -186 -msgid "Edit MAC address rules");?> -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -189 -msgid "Action"); ?> -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -204 -msgid "Choose what to do with packets coming from this MAC address"); ?>. -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -208 -msgid "MAC address"); ?> -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -216 -msgid "Copy my MAC address");?> -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -218 -msgid "MAC address (6 hex octets separated by colons)"); ?> -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -221 -msgid "Description"); ?> -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -225 -msgid "You may enter a description here for your reference (not parsed)"); ?>. -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -230 -msgid "Bandwidth up"); ?> -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -234 -msgid "Enter a upload limit to be enforced on this MAC address in Kbit/s"); ?> -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -238 -msgid "Bandwidth down"); ?> -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -242 -msgid "Enter a download limit to be enforced on this MAC address in Kbit/s"); ?> -msgstr "" - -#: -src/www/services_captiveportal_mac_edit.php -249 -msgid "Save"); ?>" /> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -83 -msgid "Vouchers"), $a_cp[$cpzone]['zone']); -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -136 -msgid "Voucher invalid" -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -138 -msgid "Voucher expired" -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -161 -msgid "Cannot write private key file" ".n"; -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -181 -msgid "Need private RSA key to print vouchers" "n"; -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -216 -msgid "magic" -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -219 -msgid "Sync username" -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -228 -msgid "Need at least 2 characters to create vouchers." -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -230 -msgid "Double quotes aren't allowed." -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -232 -msgid "aren't allowed." -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -234 -msgid "# of Bits to store Roll Id needs to be between 1..31." -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -236 -msgid "# of Bits to store Ticket Id needs to be between 1..16." -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -238 -msgid "# of Bits to store checksum needs to be between 1..31." -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -240 -msgid "This doesn't look like an RSA Public key." -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -242 -msgid "This doesn't look like an RSA Private key." -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -244 -msgid "You cannot sync the voucher database to this host (itself)." -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -353 -msgid "Voucher database has been synchronized from {$url} -{$port}" -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -373 -msgid "add voucher"), 'href'=>'services_captiveportal_vouchers_edit.php?zone='.$cpzone -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -443 -msgid "Captive portal(s)"), false, "services_captiveportal.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -444 -msgid "MAC"), false, "services_captiveportal_mac.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -445 -msgid "Allowed IP addresses"), false, "services_captiveportal_ip.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -447 -msgid "Allowed Hostnames"), false, "services_captiveportal_hostname.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -448 -msgid "Vouchers"), true, "services_captiveportal_vouchers.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -449 -msgid "File Manager"), false, "services_captiveportal_filemanager.php?zone={$cpzone}" -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -466 -msgid "Enable Vouchers"); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -471 -msgid "Voucher Rolls"); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -480 -msgid "Roll"); ?> # -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -481 -msgid "Minutes/Ticket"); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -482 -msgid "of Tickets"); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -483 -msgid "Comment"); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -503 -msgid "edit voucher"); ?>" > -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -504 -msgid "delete vouchers"); ?>"> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -505 -msgid "generate vouchers for this roll to CSV file"); ?>"> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -514 -msgid "Create, generate and activate Rolls with Vouchers that allow access through the " . -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -520 -msgid "Enable Voucher support first using the checkbox above and hit Save at the bottom."); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -526 -msgid "Voucher public key"); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -531 -msgid "new key";?>. -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -534 -msgid "Voucher private key"); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -538 -msgid "new key";?>. -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -541 -msgid "Character set"); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -545 -msgid "Tickets are generated with the specified character set. It should contain printable characters (numbers, lower case and upper case letters) that are hard to confuse with others. Avoid e.g. 0/O and l/1."); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -549 -msgid "of Roll Bits"); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -553 -msgid "Reserves a range in each voucher to store the Roll # it belongs to. Allowed range -1..31. Sum of Roll+Ticket+Checksum bits must be one Bit less than the RSA key size."); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -557 -msgid "of Ticket Bits"); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -561 -msgid "Reserves a range in each voucher to store the Ticket# it belongs to. Allowed range -1..16. Using 16 bits allows a roll to have up to 65535 vouchers. A bit array, stored in RAM and in the config, is used to mark if a voucher has been used. A bit array for 65535 vouchers requires 8 KB of storage."); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -565 -msgid "of Checksum Bits"); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -569 -msgid "Reserves a range in each voucher to store a simple checksum over Roll # and Ticket#. Allowed range is 0..31."); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -573 -msgid "Magic Number"); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -577 -msgid "Magic number stored in every voucher. Verified during voucher check. Size depends on how many bits are left by Roll+Ticket+Checksum bits. If all bits are used, no magic number will be used and checked."); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -581 -msgid "Invalid Voucher Message"); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -584 -msgid "Error message displayed for invalid vouchers on captive portal error page"); ?> ($PORTAL_MESSAGE$). -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -588 -msgid "Expired Voucher Message"); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -591 -msgid "Error message displayed for expired vouchers on captive portal error page"); ?> ($PORTAL_MESSAGE$). -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -605 -msgid "Save"); ?>" onclick="enable_change(true); before_save();" /> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -606 -msgid "Cancel");?>" onclick="window.location.href=''" /> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -611 -msgid "Note -"); ?>
                  -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -612 -msgid "Changing any Voucher parameter (apart from managing the list of Rolls) on this page will render existing vouchers useless if they were generated with different settings."); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers.php -614 -msgid "Specifying the Voucher Database Synchronization options will not record any other value from the other options. They will be retrieved/synced from the master."); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers_edit.php -36 -msgid "Edit Voucher Rolls" -msgstr "" - -#: -src/www/services_captiveportal_vouchers_edit.php -84 -msgid "minutes" -msgstr "" - -#: -src/www/services_captiveportal_vouchers_edit.php -91 -msgid "Roll number %s already exists."), $_POST['number']); -msgstr "" - -#: -src/www/services_captiveportal_vouchers_edit.php -97 -msgid "Roll number must be numeric and less than %s"), $maxnumber); -msgstr "" - -#: -src/www/services_captiveportal_vouchers_edit.php -100 -msgid "A roll has at least one voucher and less than %s."), $maxcount); -msgstr "" - -#: -src/www/services_captiveportal_vouchers_edit.php -103 -msgid "Each voucher must be good for at least 1 minute." -msgstr "" - -#: -src/www/services_captiveportal_vouchers_edit.php -124 -msgid "All %1$s vouchers from Roll %2$s marked unused" $rollent['count'], $rollent['number'] -msgstr "" - -#: -src/www/services_captiveportal_vouchers_edit.php -181 -msgid "Roll"); ?># -msgstr "" - -#: -src/www/services_captiveportal_vouchers_edit.php -185 -msgid "found on top of the generated/printed vouchers"); ?>. -msgstr "" - -#: -src/www/services_captiveportal_vouchers_edit.php -189 -msgid "Minutes per Ticket"); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers_edit.php -193 -msgid "Defines the time in minutes that a user is allowed access. The clock starts ticking the first time a voucher is used for authentication"); ?>. -msgstr "" - -#: -src/www/services_captiveportal_vouchers_edit.php -197 -msgid "Count"); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers_edit.php -201 -msgid "found on top of the generated/printed vouchers. WARNING -Changing this number for an existing Roll will mark all vouchers as unused again"); ?>. -msgstr "" - -#: -src/www/services_captiveportal_vouchers_edit.php -205 -msgid "Comment"); ?> -msgstr "" - -#: -src/www/services_captiveportal_vouchers_edit.php -209 -msgid "Can be used to further identify this roll. Ignored by the system"); ?>. -msgstr "" - -#: -src/www/services_captiveportal_vouchers_edit.php -215 -msgid "Save"); ?>" /> -msgstr "" - -#: -src/www/services_captiveportal_zones.php -56 -msgid "Zones" -msgstr "" - -#: -src/www/services_captiveportal_zones.php -61 -msgid "add a new captiveportal instance") -msgstr "" - -#: -src/www/services_captiveportal_zones.php -75 -msgid "You must apply the changes in order for them to take effect."));?> -msgstr "" - -#: -src/www/services_captiveportal_zones.php -88 -msgid "Zone");?> -msgstr "" - -#: -src/www/services_captiveportal_zones.php -89 -msgid "Interfaces");?> -msgstr "" - -#: -src/www/services_captiveportal_zones.php -90 -msgid "Users");?> -msgstr "" - -#: -src/www/services_captiveportal_zones.php -91 -msgid "Description");?> -msgstr "" - -#: -src/www/services_captiveportal_zones.php -120 -msgid "edit captiveportal instance"); ?>" class="btn btn-default btn-xs"> -msgstr "" - -#: -src/www/services_captiveportal_zones.php -121 -msgid "delete captiveportal instance");?>" class="btn btn-default btn-xs"> -msgstr "" - -#: -src/www/services_captiveportal_zones_edit.php -35 -msgid "Edit Zones" -msgstr "" - -#: -src/www/services_captiveportal_zones_edit.php -49 -msgid "Zone name" -msgstr "" - -#: -src/www/services_captiveportal_zones_edit.php -54 -msgid "The zone name can only contain letters, digits, and underscores (_)." -msgstr "" - -#: -src/www/services_captiveportal_zones_edit.php -59 -msgid "already exists" -msgstr "" - -#: -src/www/services_captiveportal_zones_edit.php -93 -msgid "Edit Captiveportal Zones");?> -msgstr "" - -#: -src/www/services_captiveportal_zones_edit.php -103 -msgid "Zone name"); ?> -msgstr "" - -#: -src/www/services_captiveportal_zones_edit.php -107 -msgid "Zone name. Can only contain letters, digits, and underscores (_)."); ?> -msgstr "" - -#: -src/www/services_captiveportal_zones_edit.php -111 -msgid "Description"); ?> -msgstr "" - -#: -src/www/services_captiveportal_zones_edit.php -115 -msgid "You may enter a description here for your reference (not parsed)"); ?>. -msgstr "" - -#: -src/www/services_captiveportal_zones_edit.php -121 -msgid "Continue"); ?>" /> -msgstr "" - -#: -src/www/services_dhcp.php -98 -msgid "Only interfaces configured with a static IP will be shown" "."; -msgstr "" - -#: -src/www/services_dhcp.php -227 -msgid "Range end" -msgstr "" - -#: -src/www/services_dhcp.php -232 -msgid "A valid range must be specified." -msgstr "" - -#: -src/www/services_dhcp.php -234 -msgid "A valid range must be specified." -msgstr "" - -#: -src/www/services_dhcp.php -236 -msgid "A valid IP address must be specified for the gateway." -msgstr "" - -#: -src/www/services_dhcp.php -238 -msgid "A valid IP address must be specified for the primary/secondary WINS servers." -msgstr "" - -#: -src/www/services_dhcp.php -243 -msgid "The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); -msgstr "" - -#: -src/www/services_dhcp.php -246 -msgid "A valid IP address must be specified for the primary/secondary DNS servers." -msgstr "" - -#: -src/www/services_dhcp.php -249 -msgid "The default lease time must be at least 60 seconds." -msgstr "" - -#: -src/www/services_dhcp.php -265 -msgid "" -msgstr "" - -#: -src/www/services_dhcp.php -271 -msgid "The maximum lease time must be at least 60 seconds and higher than the default lease time." -msgstr "" - -#: -src/www/services_dhcp.php -273 -msgid "A valid domain name must be specified for the dynamic DNS registration." -msgstr "" - -#: -src/www/services_dhcp.php -275 -msgid "A valid primary domain name server IP address must be specified for the dynamic domain name." -msgstr "" - -#: -src/www/services_dhcp.php -278 -msgid "You must specify both a valid domain key and key name." -msgstr "" - -#: -src/www/services_dhcp.php -283 -msgid "A valid domain search list must be specified." -msgstr "" - -#: -src/www/services_dhcp.php -291 -msgid "If you specify a mac allow list, it must contain only valid partial MAC addresses." -msgstr "" - -#: -src/www/services_dhcp.php -293 -msgid "If you specify a mac deny list, it must contain only valid partial MAC addresses." -msgstr "" - -#: -src/www/services_dhcp.php -296 -msgid "A valid IP address must be specified for the primary/secondary NTP servers." -msgstr "" - -#: -src/www/services_dhcp.php -298 -msgid "A valid domain name must be specified for the DNS domain." -msgstr "" - -#: -src/www/services_dhcp.php -300 -msgid "A valid IP address or hostname must be specified for the TFTP server." -msgstr "" - -#: -src/www/services_dhcp.php -302 -msgid "A valid IP address must be specified for the network boot server." -msgstr "" - -#: -src/www/services_dhcp.php -305 -msgid "You cannot use the network address in the starting subnet range." -msgstr "" - -#: -src/www/services_dhcp.php -307 -msgid "You cannot use the broadcast address in the ending subnet range." -msgstr "" - -#: -src/www/services_dhcp.php -314 -msgid "The subnet range cannot overlap with virtual IP address %s."),$vip['subnet']); -msgstr "" - -#: -src/www/services_dhcp.php -329 -msgid "Text type cannot include quotation marks." -msgstr "" - -#: -src/www/services_dhcp.php -331 -msgid "String type must be enclosed in quotes like "this" or must be a series of octets specified in hexadecimal, separated by colons, like 01 -23 -45 -67 -89 -ab -cd -ef" -msgstr "" - -#: -src/www/services_dhcp.php -333 -msgid "Boolean type must be true, false, on, or off." -msgstr "" - -#: -src/www/services_dhcp.php -335 -msgid "Unsigned 8-bit integer type must be a number in the range 0 to 255." -msgstr "" - -#: -src/www/services_dhcp.php -337 -msgid "Unsigned 16-bit integer type must be a number in the range 0 to 65535." -msgstr "" - -#: -src/www/services_dhcp.php -339 -msgid "Unsigned 32-bit integer type must be a number in the range 0 to 4294967295." -msgstr "" - -#: -src/www/services_dhcp.php -341 -msgid "Signed 8-bit integer type must be a number in the range -128 to 127." -msgstr "" - -#: -src/www/services_dhcp.php -343 -msgid "Signed 16-bit integer type must be a number in the range -32768 to 32767." -msgstr "" - -#: -src/www/services_dhcp.php -345 -msgid "Signed 32-bit integer type must be a number in the range -2147483648 to 2147483647." -msgstr "" - -#: -src/www/services_dhcp.php -347 -msgid "IP address or host type must be an IP address or host name." -msgstr "" - -#: -src/www/services_dhcp.php -358 -msgid "The specified range lies outside of the current subnet." -msgstr "" - -#: -src/www/services_dhcp.php -362 -msgid "The range is invalid (first element higher than second element)." -msgstr "" - -#: -src/www/services_dhcp.php -369 -msgid "The specified range must not be within the DHCP range for this interface." -msgstr "" - -#: -src/www/services_dhcp.php -378 -msgid "The specified range must not be within the range configured on a DHCP pool for this interface." -msgstr "" - -#: -src/www/services_dhcp.php -385 -msgid "You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); -msgstr "" - -#: -src/www/services_dhcp.php -395 -msgid "The DHCP range cannot overlap any static DHCP mappings." -msgstr "" - -#: -src/www/services_dhcp.php -566 -msgid "DHCP server" -msgstr "" - -#: -src/www/services_dhcp.php -581 -msgid "Boolean" -msgstr "" - -#: -src/www/services_dhcp.php -582 -msgid "Unsigned 32-bit integer" -msgstr "" - -#: -src/www/services_dhcp.php -583 -msgid "IP address or host' -msgstr "" - -#: -src/www/services_dhcp.php -699 -msgid "You must apply the changes in order for them to take effect."));?>
                  -msgstr "" - -#: -src/www/services_dhcp.php -743 -msgid "DHCP Relay is currently enabled. Cannot enable the DHCP Server service while the DHCP Relay is enabled on any interface."); ?> -msgstr "" - -#: -src/www/services_dhcp.php -754 -msgid "Enable DHCP server on " . -msgstr "" - -#: -src/www/services_dhcp.php -760 -msgid "Editing Pool-Specific Options. To return to the Interface, click its tab above."); ?> -msgstr "" - -#: -src/www/services_dhcp.php -767 -msgid "Deny unknown clients");?>
                  -msgstr "" - -#: -src/www/services_dhcp.php -768 -msgid "If this is checked, only the clients defined below will get DHCP leases from this server. ");?> -msgstr "" - -#: -src/www/services_dhcp.php -772 -msgid "Pool Description");?> -msgstr "" - -#: -src/www/services_dhcp.php -779 -msgid "Subnet");?> -msgstr "" - -#: -src/www/services_dhcp.php -785 -msgid "Subnet mask");?> -msgstr "" - -#: -src/www/services_dhcp.php -791 -msgid "Available range");?> -msgstr "" - -#: -src/www/services_dhcp.php -819 -msgid "Subnet Mask");?> -msgstr "" - -#: -src/www/services_dhcp.php -836 -msgid "Range");?> -msgstr "" - -#: -src/www/services_dhcp.php -839 -msgid "to"); ?>  -msgstr "" - -#: -src/www/services_dhcp.php -844 -msgid "Additional Pools");?> -msgstr "" - -#: -src/www/services_dhcp.php -846 -msgid "If you need additional pools of addresses inside of this subnet outside the above Range, they may be specified here."); ?> -msgstr "" - -#: -src/www/services_dhcp.php -849 -msgid "Pool Start");?> -msgstr "" - -#: -src/www/services_dhcp.php -850 -msgid "Pool End");?> -msgstr "" - -#: -src/www/services_dhcp.php -851 -msgid "Description");?> -msgstr "" - -#: -src/www/services_dhcp.php -878 -msgid "Do you really want to delete this pool?");?>"">delete -msgstr "" - -#: -src/www/services_dhcp.php -892 -msgid "WINS servers");?> -msgstr "" - -#: -src/www/services_dhcp.php -899 -msgid "DNS servers");?> -msgstr "" - -#: -src/www/services_dhcp.php -903 -msgid "NOTE -leave blank to use the system default DNS servers - this interface's IP if DNS forwarder is enabled, otherwise the servers configured on the General page.");?> -msgstr "" - -#: -src/www/services_dhcp.php -907 -msgid "Gateway");?> -msgstr "" - -#: -src/www/services_dhcp.php -910 -msgid "The default is to use the IP on this interface of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for your network. Type "none" for no gateway assignment.");?> -msgstr "" - -#: -src/www/services_dhcp.php -914 -msgid "Domain name");?> -msgstr "" - -#: -src/www/services_dhcp.php -917 -msgid "The default is to use the domain name of this system as the default domain name provided by DHCP. You may specify an alternate domain name here.");?> -msgstr "" - -#: -src/www/services_dhcp.php -921 -msgid "Domain search list");?> -msgstr "" - -#: -src/www/services_dhcp.php -924 -msgid "The DHCP server can optionally provide a domain search list. Use the semicolon character as separator ");?> -msgstr "" - -#: -src/www/services_dhcp.php -928 -msgid "Default lease time");?> -msgstr "" - -#: -src/www/services_dhcp.php -931 -msgid "seconds");?>
                  -msgstr "" - -#: -src/www/services_dhcp.php -932 -msgid "This is used for clients that do not ask for a specific " . -msgstr "" - -#: -src/www/services_dhcp.php -934 -msgid "The default is 7200 seconds.");?> -msgstr "" - -#: -src/www/services_dhcp.php -938 -msgid "Maximum lease time");?> -msgstr "" - -#: -src/www/services_dhcp.php -941 -msgid "seconds");?>
                  -msgstr "" - -#: -src/www/services_dhcp.php -942 -msgid "This is the maximum lease time for clients that ask". -msgstr "" - -#: -src/www/services_dhcp.php -944 -msgid "The default is 86400 seconds.");?> -msgstr "" - -#: -src/www/services_dhcp.php -949 -msgid "Failover peer IP -");?> -msgstr "" - -#: -src/www/services_dhcp.php -952 -msgid "Leave blank to disable. Enter the interface IP address of the other machine. Machines must be using CARP. Interface's advskew determines whether the DHCPd process is Primary or Secondary. Ensure one machine's advskew<20 (and the other is >20).");?> -msgstr "" - -#: -src/www/services_dhcp.php -958 -msgid "Static ARP");?> -msgstr "" - -#: -src/www/services_dhcp.php -965 -msgid "Enable Static ARP entries");?> -msgstr "" - -#: -src/www/services_dhcp.php -970 -msgid "Note -msgid "This option persists even if DHCP server is disabled. Only the machines listed below will be able to communicate with the firewall on this NIC.");?> -msgstr "" - -#: -src/www/services_dhcp.php -979 -msgid "Time format change"); ?> -msgstr "" - -#: -src/www/services_dhcp.php -988 -msgid "Change DHCP display lease time from UTC to local time."); ?> -msgstr "" - -#: -src/www/services_dhcp.php -995 -msgid "Note -msgid "By default DHCP leases are displayed in UTC time. By checking this -msgstr "" - -#: -src/www/services_dhcp.php -1004 -msgid "Dynamic DNS");?> -msgstr "" - -#: -src/www/services_dhcp.php -1007 -msgid "Show Dynamic DNS");?> -msgstr "" - -#: -src/www/services_dhcp.php -1011 -msgid "Enable registration of DHCP client names in DNS.");?>
                  -msgstr "" - -#: -src/www/services_dhcp.php -1014 -msgid "Note -Leave blank to disable dynamic DNS registration.");?>
                  -msgstr "" - -#: -src/www/services_dhcp.php -1015 -msgid "Enter the dynamic DNS domain which will be used to register client names in the DNS server.");?> -msgstr "" - -#: -src/www/services_dhcp.php -1017 -msgid "Enter the primary domain name server IP address for the dynamic domain name.");?>
                  -msgstr "" - -#: -src/www/services_dhcp.php -1019 -msgid "Enter the dynamic DNS domain key name which will be used to register client names in the DNS server.");?> -msgstr "" - -#: -src/www/services_dhcp.php -1021 -msgid "Enter the dynamic DNS domain key secret which will be used to register client names in the DNS server.");?> -msgstr "" - -#: -src/www/services_dhcp.php -1026 -msgid "MAC Address Control");?> -msgstr "" - -#: -src/www/services_dhcp.php -1029 -msgid "Show MAC Address Control");?> -msgstr "" - -#: -src/www/services_dhcp.php -1033 -msgid "Enter a list of partial MAC addresses to allow, comma separated, no spaces, such as ");?>00 -00 -00,01 -E5 -FF -msgstr "" - -#: -src/www/services_dhcp.php -1035 -msgid "Enter a list of partial MAC addresses to deny access, comma separated, no spaces, such as ");?>00 -00 -00,01 -E5 -FF -msgstr "" - -#: -src/www/services_dhcp.php -1040 -msgid "NTP servers");?> -msgstr "" - -#: -src/www/services_dhcp.php -1043 -msgid "Show NTP configuration");?> -msgstr "" - -#: -src/www/services_dhcp.php -1052 -msgid "TFTP server");?> -msgstr "" - -#: -src/www/services_dhcp.php -1055 -msgid "Show TFTP configuration");?> -msgstr "" - -#: -src/www/services_dhcp.php -1059 -msgid "Leave blank to disable. Enter a full hostname or IP for the TFTP server.");?> -msgstr "" - -#: -src/www/services_dhcp.php -1064 -msgid "LDAP URI");?> -msgstr "" - -#: -src/www/services_dhcp.php -1067 -msgid "Show LDAP configuration");?> -msgstr "" - -#: -src/www/services_dhcp.php -1071 -msgid "Leave blank to disable. Enter a full URI for the LDAP server in the form ldap -//ldap.example.com/dc=example,dc=com");?> -msgstr "" - -#: -src/www/services_dhcp.php -1076 -msgid "Enable network booting");?> -msgstr "" - -#: -src/www/services_dhcp.php -1079 -msgid "Show Network booting");?> -msgstr "" - -#: -src/www/services_dhcp.php -1083 -msgid "Enables network booting.");?> -msgstr "" - -#: -src/www/services_dhcp.php -1085 -msgid "next-server"); ?> -msgstr "" - -#: -src/www/services_dhcp.php -1087 -msgid "and the default bios filename");?> -msgstr "" - -#: -src/www/services_dhcp.php -1089 -msgid "and the UEFI 32bit filename ");?> -msgstr "" - -#: -src/www/services_dhcp.php -1091 -msgid "and the UEFI 64bit filename ");?> -msgstr "" - -#: -src/www/services_dhcp.php -1093 -msgid "Note -You need both a filename and a boot server configured for this to work!");?> -msgstr "" - -#: -src/www/services_dhcp.php -1094 -msgid "You will need all three filenames and a boot server configured for UEFI to work!");?> -msgstr "" - -#: -src/www/services_dhcp.php -1095 -msgid "string");?> -msgstr "" - -#: -src/www/services_dhcp.php -1097 -msgid "Note -string-format -iscsi -(servername) -(protocol) -(port) -(LUN) -targetname");?> -msgstr "" - -#: -src/www/services_dhcp.php -1103 -msgid "Additional BOOTP/DHCP Options");?> -msgstr "" - -#: -src/www/services_dhcp.php -1106 -msgid "Show Additional BOOTP/DHCP Options");?> -msgstr "" - -#: -src/www/services_dhcp.php -1114 -msgid "Enter the DHCP option number and the value for each item you would like to include in the DHCP lease information. For a list of available options please visit this"); ?> -msgstr "" - -#: -src/www/services_dhcp.php -1119 -msgid "Number");?> -msgstr "" - -#: -src/www/services_dhcp.php -1120 -msgid "Type");?> -msgstr "" - -#: -src/www/services_dhcp.php -1121 -msgid "Value");?> -msgstr "" - -#: -src/www/services_dhcp.php -1183 -msgid "Save");?>" onclick="enable_change(true)" /> -msgstr "" - -#: -src/www/services_dhcp.php -1188 -msgid "Note -");?>
                  -msgstr "" - -#: -src/www/services_dhcp.php -1189 -msgid "System -" . -msgstr "" - -#: -src/www/services_dhcp.php -1190 -msgid "DNS " . -msgstr "" - -#: -src/www/services_dhcp.php -1191 -msgid "will " . -msgstr "" - -#: -src/www/services_dhcp.php -1194 -msgid "Status -" . -msgstr "" - -#: -src/www/services_dhcp.php -1195 -msgid "page."); ?>
                  -msgstr "" - -#: -src/www/services_dhcp.php -1206 -msgid "DHCP Static Mappings for this interface.");?> -msgstr "" - -#: -src/www/services_dhcp.php -1210 -msgid "Static ARP");?> -msgstr "" - -#: -src/www/services_dhcp.php -1211 -msgid "MAC address");?> -msgstr "" - -#: -src/www/services_dhcp.php -1212 -msgid "IP address");?> -msgstr "" - -#: -src/www/services_dhcp.php -1213 -msgid "Hostname");?> -msgstr "" - -#: -src/www/services_dhcp.php -1214 -msgid "Description");?> -msgstr "" - -#: -src/www/services_dhcp.php -1249 -msgid "Do you really want to delete this mapping?");?>"" class="btn btn-default btn-xs"> -msgstr "" - -#: -src/www/services_dhcp_edit.php -145 -msgid "Either MAC address or Client identifier must be specified" -msgstr "" - -#: -src/www/services_dhcp_edit.php -153 -msgid "The hostname cannot end with a hyphen according to RFC952" -msgstr "" - -#: -src/www/services_dhcp_edit.php -155 -msgid "The hostname can only contain the characters A-Z, 0-9 and '-'." -msgstr "" - -#: -src/www/services_dhcp_edit.php -158 -msgid "A valid hostname is specified, but the domain name part should be omitted" -msgstr "" - -#: -src/www/services_dhcp_edit.php -163 -msgid "A valid IP address must be specified." -msgstr "" - -#: -src/www/services_dhcp_edit.php -166 -msgid "A valid MAC address must be specified." -msgstr "" - -#: -src/www/services_dhcp_edit.php -169 -msgid "Static ARP is enabled. You must specify an IP address." -msgstr "" - -#: -src/www/services_dhcp_edit.php -178 -msgid "This Hostname, IP, MAC address or Client identifier already exists." -msgstr "" - -#: -src/www/services_dhcp_edit.php -189 -msgid "The IP address must not be within the DHCP range for this interface." -msgstr "" - -#: -src/www/services_dhcp_edit.php -194 -msgid "The IP address must not be within the range configured on a DHCP pool for this interface." -msgstr "" - -#: -src/www/services_dhcp_edit.php -203 -msgid "The IP address must lie in the %s subnet."),$ifcfgdescr); -msgstr "" - -#: -src/www/services_dhcp_edit.php -208 -msgid "A valid IP address must be specified for the gateway." -msgstr "" - -#: -src/www/services_dhcp_edit.php -210 -msgid "A valid IP address must be specified for the primary/secondary WINS servers." -msgstr "" - -#: -src/www/services_dhcp_edit.php -216 -msgid "The gateway address %s does not lie within the chosen interface's subnet."), $_POST['gateway']); -msgstr "" - -#: -src/www/services_dhcp_edit.php -219 -msgid "A valid IP address must be specified for the primary/secondary DNS servers." -msgstr "" - -#: -src/www/services_dhcp_edit.php -222 -msgid "The default lease time must be at least 60 seconds." -msgstr "" - -#: -src/www/services_dhcp_edit.php -224 -msgid "The maximum lease time must be at least 60 seconds and higher than the default lease time." -msgstr "" - -#: -src/www/services_dhcp_edit.php -226 -msgid "A valid domain name must be specified for the dynamic DNS registration." -msgstr "" - -#: -src/www/services_dhcp_edit.php -228 -msgid "A valid primary domain name server IP address must be specified for the dynamic domain name." -msgstr "" - -#: -src/www/services_dhcp_edit.php -231 -msgid "You must specify both a valid domain key and key name." -msgstr "" - -#: -src/www/services_dhcp_edit.php -236 -msgid "A valid domain search list must be specified." -msgstr "" - -#: -src/www/services_dhcp_edit.php -243 -msgid "A valid IP address must be specified for the primary/secondary NTP servers." -msgstr "" - -#: -src/www/services_dhcp_edit.php -245 -msgid "A valid IP address or hostname must be specified for the TFTP server." -msgstr "" - -#: -src/www/services_dhcp_edit.php -247 -msgid "A valid IP address must be specified for the network boot server." -msgstr "" - -#: -src/www/services_dhcp_edit.php -314 -msgid "Edit static mapping" -msgstr "" - -#: -src/www/services_dhcp_edit.php -364 -msgid "Static DHCP Mapping");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -367 -msgid "MAC address");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -375 -msgid "Copy my MAC address");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -377 -msgid "Enter a MAC address in the following format -". -msgstr "" - -#: -src/www/services_dhcp_edit.php -381 -msgid "Client identifier");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -387 -msgid "IP address");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -391 -msgid "If an IPv4 address is entered, the address must be outside of the pool.");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -393 -msgid "If no IPv4 address is given, one will be dynamically allocated from the pool.");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -397 -msgid "Hostname");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -400 -msgid "Name of the host, without domain part.");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -413 -msgid "string");?>, overrides setting on main page. -msgstr "" - -#: -src/www/services_dhcp_edit.php -417 -msgid "Description");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -420 -msgid "You may enter a description here ". -msgstr "" - -#: -src/www/services_dhcp_edit.php -424 -msgid "ARP Table Static Entry");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -427 -msgid "Create an ARP Table Static Entry for this MAC & IP Address pair. ". -msgstr "" - -#: -src/www/services_dhcp_edit.php -431 -msgid "WINS servers");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -438 -msgid "DNS servers");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -442 -msgid "NOTE -leave blank to use the system default DNS servers - this interface's IP if DNS forwarder is enabled, otherwise the servers configured on the General page.");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -446 -msgid "Gateway");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -449 -msgid "The default is to use the IP on this interface of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for your network.");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -453 -msgid "Domain name");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -456 -msgid "The default is to use the domain name of this system as the default domain name provided by DHCP. You may specify an alternate domain name here.");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -460 -msgid "Domain search list");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -463 -msgid "The DHCP server can optionally provide a domain search list. Use the semicolon character as separator ");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -467 -msgid "Default lease time");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -470 -msgid "seconds");?>
                  -msgstr "" - -#: -src/www/services_dhcp_edit.php -471 -msgid "This is used for clients that do not ask for a specific " . -msgstr "" - -#: -src/www/services_dhcp_edit.php -473 -msgid "The default is 7200 seconds.");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -477 -msgid "Maximum lease time");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -480 -msgid "seconds");?>
                  -msgstr "" - -#: -src/www/services_dhcp_edit.php -481 -msgid "This is the maximum lease time for clients that ask". -msgstr "" - -#: -src/www/services_dhcp_edit.php -483 -msgid "The default is 86400 seconds.");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -487 -msgid "Dynamic DNS");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -490 -msgid "Show Dynamic DNS");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -494 -msgid "Enable registration of DHCP client names in DNS.");?>
                  -msgstr "" - -#: -src/www/services_dhcp_edit.php -497 -msgid "Note -Leave blank to disable dynamic DNS registration.");?>
                  -msgstr "" - -#: -src/www/services_dhcp_edit.php -498 -msgid "Enter the dynamic DNS domain which will be used to register client names in the DNS server.");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -500 -msgid "Enter the primary domain name server IP address for the dynamic domain name.");?>
                  -msgstr "" - -#: -src/www/services_dhcp_edit.php -502 -msgid "Enter the dynamic DNS domain key name which will be used to register client names in the DNS server.");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -504 -msgid "Enter the dynamic DNS domain key secret which will be used to register client names in the DNS server.");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -510 -msgid "NTP servers");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -513 -msgid "Show NTP configuration");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -522 -msgid "TFTP server");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -525 -msgid "Show TFTP configuration");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -529 -msgid "Leave blank to disable. Enter a full hostname or IP for the TFTP server.");?> -msgstr "" - -#: -src/www/services_dhcp_edit.php -536 -msgid "Save");?>" /> -msgstr "" - -#: -src/www/services_dhcp_edit.php -537 -msgid "Cancel");?>" onclick="window.location.href=''" /> -msgstr "" - -#: -src/www/services_dhcp_relay.php -61 -msgid "Interface" -msgstr "" - -#: -src/www/services_dhcp_relay.php -69 -msgid "A valid Destination Server IP address must be specified." -msgstr "" - -#: -src/www/services_dhcp_relay.php -90 -msgid "DHCP Relay" -msgstr "" - -#: -src/www/services_dhcp_relay.php -136 -msgid "DHCP Relay configuration"); ?> -msgstr "" - -#: -src/www/services_dhcp_relay.php -146 -msgid "Enable DHCP relay on interface"));?> -msgstr "" - -#: -src/www/services_dhcp_relay.php -171 -msgid "Append circuit ID and agent ID to requests"); ?>
                  -msgstr "" - -#: -src/www/services_dhcp_relay.php -172 -msgid "If this is checked, the DHCP relay will append the circuit ID (%s interface number) and the agent ID to the DHCP request."), $g['product_name']); ?> -msgstr "" - -#: -src/www/services_dhcp_relay.php -175 -msgid "Destination server");?> -msgstr "" - -#: -src/www/services_dhcp_relay.php -179 -msgid "This is the IP address of the server to which DHCP requests are relayed. You can enter multiple server IP addresses, separated by commas. Select "Proxy requests to DHCP server on WAN subnet" to relay DHCP packets to the server that was used on the WAN interface.");?> -msgstr "" - -#: -src/www/services_dhcp_relay.php -185 -msgid "Save");?>" onclick="enable_change(true)" /> -msgstr "" - -#: -src/www/services_dhcpv6.php -58 -msgid "The DHCPv6 Server can only be enabled on interfaces configured with static IP addresses" -msgstr "" - -#: -src/www/services_dhcpv6.php -59 -msgid "Only interfaces configured with a static IP will be shown" "."; -msgstr "" - -#: -src/www/services_dhcpv6.php -156 -msgid "Range end" -msgstr "" - -#: -src/www/services_dhcpv6.php -161 -msgid "A valid range must be specified." -msgstr "" - -#: -src/www/services_dhcpv6.php -163 -msgid "A valid prefix range must be specified." -msgstr "" - -#: -src/www/services_dhcpv6.php -165 -msgid "A valid range must be specified." -msgstr "" - -#: -src/www/services_dhcpv6.php -167 -msgid "A valid range must be specified." -msgstr "" - -#: -src/www/services_dhcpv6.php -169 -msgid "A valid IPv6 address must be specified for the gateway." -msgstr "" - -#: -src/www/services_dhcpv6.php -171 -msgid "A valid IPv6 address must be specified for the primary/secondary DNS servers." -msgstr "" - -#: -src/www/services_dhcpv6.php -174 -msgid "The default lease time must be at least 60 seconds." -msgstr "" - -#: -src/www/services_dhcpv6.php -176 -msgid "The maximum lease time must be at least 60 seconds and higher than the default lease time." -msgstr "" - -#: -src/www/services_dhcpv6.php -178 -msgid "A valid domain name must be specified for the dynamic DNS registration." -msgstr "" - -#: -src/www/services_dhcpv6.php -180 -msgid "A valid primary domain name server IPv4 address must be specified for the dynamic domain name." -msgstr "" - -#: -src/www/services_dhcpv6.php -183 -msgid "You must specify both a valid domain key and key name." -msgstr "" - -#: -src/www/services_dhcpv6.php -188 -msgid "A valid domain search list must be specified." -msgstr "" - -#: -src/www/services_dhcpv6.php -195 -msgid "A valid IPv6 address must be specified for the primary/secondary NTP servers." -msgstr "" - -#: -src/www/services_dhcpv6.php -197 -msgid "A valid domain name must be specified for the DNS domain." -msgstr "" - -#: -src/www/services_dhcpv6.php -199 -msgid "A valid IPv6 address or hostname must be specified for the TFTP server." -msgstr "" - -#: -src/www/services_dhcpv6.php -201 -msgid "A valid URL must be specified for the network bootfile." -msgstr "" - -#: -src/www/services_dhcpv6.php -208 -msgid "The subnet range cannot overlap with virtual IPv6 address %s."),$vip['subnetv6']); -msgstr "" - -#: -src/www/services_dhcpv6.php -225 -msgid "The specified range lies outside of the current subnet." -msgstr "" - -#: -src/www/services_dhcpv6.php -230 -msgid "The range is invalid (first element higher than second element)." -msgstr "" - -#: -src/www/services_dhcpv6.php -234 -msgid "You must disable the DHCP relay on the %s interface before enabling the DHCP server."),$iflist[$if]); -msgstr "" - -#: -src/www/services_dhcpv6.php -249 -msgid "The DHCP range cannot overlap any static DHCP mappings." -msgstr "" - -#: -src/www/services_dhcpv6.php -357 -msgid "DHCPv6 server" -msgstr "" - -#: -src/www/services_dhcpv6.php -459 -msgid "You must apply the changes in order for them to take effect."));?>
                  -msgstr "" - -#: -src/www/services_dhcpv6.php -513 -msgid "DHCPv6 Server"), true, "services_dhcpv6.php?if={$if}" -msgstr "" - -#: -src/www/services_dhcpv6.php -514 -msgid "Router Advertisements"), false, "services_router_advertisements.php?if={$if}" -msgstr "" - -#: -src/www/services_dhcpv6.php -533 -msgid "DHCPv6 Server");?> -msgstr "" - -#: -src/www/services_dhcpv6.php -536 -msgid "Enable DHCPv6 server on " . -msgstr "" - -#: -src/www/services_dhcpv6.php -545 -msgid "Subnet");?> -msgstr "" - -#: -src/www/services_dhcpv6.php -551 -msgid "Subnet mask");?> -msgstr "" - -#: -src/www/services_dhcpv6.php -557 -msgid "Available range");?> -msgstr "" - -#: -src/www/services_dhcpv6.php -576 -msgid "Subnet Mask");?> -msgstr "" - -#: -src/www/services_dhcpv6.php -593 -msgid "Range");?> -msgstr "" - -#: -src/www/services_dhcpv6.php -596 -msgid "to"); ?>  -msgstr "" - -#: -src/www/services_dhcpv6.php -600 -msgid "Prefix Delegation Range");?> -msgstr "" - -#: -src/www/services_dhcpv6.php -603 -msgid "to"); ?>  -msgstr "" - -#: -src/www/services_dhcpv6.php -604 -msgid "Prefix Delegation Size"); ?> -