diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/etc/inc/priv.defs.inc | 4 | ||||
-rw-r--r-- | src/usr/local/www/firewall_shaper.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/firewall_shaper_queues.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/firewall_shaper_vinterface.php | 8 | ||||
-rw-r--r-- | src/usr/local/www/firewall_shaper_wizards.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/firewall_virtual_ip.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/firewall_virtual_ip_edit.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/services_dhcp_edit.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/services_dhcpv6.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/services_dhcpv6_edit.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/services_unbound_domainoverride_edit.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/services_unbound_host_edit.php | 2 |
12 files changed, 16 insertions, 16 deletions
diff --git a/src/etc/inc/priv.defs.inc b/src/etc/inc/priv.defs.inc index 3ba0a91..3c74663 100644 --- a/src/etc/inc/priv.defs.inc +++ b/src/etc/inc/priv.defs.inc @@ -370,8 +370,8 @@ $priv_list['page-firewall-trafficshaper-queues']['match'] = array(); $priv_list['page-firewall-trafficshaper-queues']['match'][] = "firewall_shaper_queues.php*"; $priv_list['page-firewall-trafficshaper-limiter'] = array(); -$priv_list['page-firewall-trafficshaper-limiter']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Limiter"); -$priv_list['page-firewall-trafficshaper-limiter']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Limiter' page."); +$priv_list['page-firewall-trafficshaper-limiter']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Limiters"); +$priv_list['page-firewall-trafficshaper-limiter']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Limiters' page."); $priv_list['page-firewall-trafficshaper-limiter']['match'] = array(); $priv_list['page-firewall-trafficshaper-limiter']['match'][] = "firewall_shaper_vinterface.php*"; diff --git a/src/usr/local/www/firewall_shaper.php b/src/usr/local/www/firewall_shaper.php index 5259ca3..9b4bbe9 100644 --- a/src/usr/local/www/firewall_shaper.php +++ b/src/usr/local/www/firewall_shaper.php @@ -435,7 +435,7 @@ if (is_subsystem_dirty('shaper')) { $tab_array = array(); $tab_array[] = array(gettext("By Interface"), true, "firewall_shaper.php"); $tab_array[] = array(gettext("By Queue"), false, "firewall_shaper_queues.php"); -$tab_array[] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); +$tab_array[] = array(gettext("Limiters"), false, "firewall_shaper_vinterface.php"); $tab_array[] = array(gettext("Wizards"), false, "firewall_shaper_wizards.php"); display_top_tabs($tab_array); diff --git a/src/usr/local/www/firewall_shaper_queues.php b/src/usr/local/www/firewall_shaper_queues.php index 501ee53..65bfa9a 100644 --- a/src/usr/local/www/firewall_shaper_queues.php +++ b/src/usr/local/www/firewall_shaper_queues.php @@ -242,7 +242,7 @@ if (is_subsystem_dirty('shaper')) { $tab_array = array(); $tab_array[] = array(gettext("By Interface"), false, "firewall_shaper.php"); $tab_array[] = array(gettext("By Queue"), true, "firewall_shaper_queues.php"); -$tab_array[] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); +$tab_array[] = array(gettext("Limiters"), false, "firewall_shaper_vinterface.php"); $tab_array[] = array(gettext("Wizards"), false, "firewall_shaper_wizards.php"); display_top_tabs($tab_array); diff --git a/src/usr/local/www/firewall_shaper_vinterface.php b/src/usr/local/www/firewall_shaper_vinterface.php index ccea421..f50488c 100644 --- a/src/usr/local/www/firewall_shaper_vinterface.php +++ b/src/usr/local/www/firewall_shaper_vinterface.php @@ -55,8 +55,8 @@ ##|+PRIV ##|*IDENT=page-firewall-trafficshaper-limiter -##|*NAME=Firewall: Traffic Shaper: Limiter -##|*DESCR=Allow access to the 'Firewall: Traffic Shaper: Limiter' page. +##|*NAME=Firewall: Traffic Shaper: Limiters +##|*DESCR=Allow access to the 'Firewall: Traffic Shaper: Limiters' page. ##|*MATCH=firewall_shaper_vinterface.php* ##|-PRIV @@ -70,7 +70,7 @@ if ($_GET['reset'] != "") { exit; } -$pgtitle = array(gettext("Firewall"), gettext("Traffic Shaper"), gettext("Limiter")); +$pgtitle = array(gettext("Firewall"), gettext("Traffic Shaper"), gettext("Limiters")); $shortcut_section = "trafficshaper-limiters"; $dfltmsg = false; @@ -414,7 +414,7 @@ if (is_subsystem_dirty('shaper')) { $tab_array = array(); $tab_array[] = array(gettext("By Interface"), false, "firewall_shaper.php"); $tab_array[] = array(gettext("By Queue"), false, "firewall_shaper_queues.php"); -$tab_array[] = array(gettext("Limiter"), true, "firewall_shaper_vinterface.php"); +$tab_array[] = array(gettext("Limiters"), true, "firewall_shaper_vinterface.php"); $tab_array[] = array(gettext("Wizards"), false, "firewall_shaper_wizards.php"); display_top_tabs($tab_array); ?> diff --git a/src/usr/local/www/firewall_shaper_wizards.php b/src/usr/local/www/firewall_shaper_wizards.php index b1e8eb2..3e15bb7 100644 --- a/src/usr/local/www/firewall_shaper_wizards.php +++ b/src/usr/local/www/firewall_shaper_wizards.php @@ -110,7 +110,7 @@ if ($input_errors) { $tab_array = array(); $tab_array[] = array(gettext("By Interface"), false, "firewall_shaper.php"); $tab_array[] = array(gettext("By Queue"), false, "firewall_shaper_queues.php"); -$tab_array[] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php"); +$tab_array[] = array(gettext("Limiters"), false, "firewall_shaper_vinterface.php"); $tab_array[] = array(gettext("Wizards"), true, "firewall_shaper_wizards.php"); display_top_tabs($tab_array); diff --git a/src/usr/local/www/firewall_virtual_ip.php b/src/usr/local/www/firewall_virtual_ip.php index 945f48a..f3a76ab 100644 --- a/src/usr/local/www/firewall_virtual_ip.php +++ b/src/usr/local/www/firewall_virtual_ip.php @@ -268,7 +268,7 @@ $types = array('proxyarp' => gettext('Proxy ARP'), 'ipalias' => gettext('IP Alias') ); -$pgtitle = array(gettext("Firewall"), gettext("Virtual IP Addresses")); +$pgtitle = array(gettext("Firewall"), gettext("Virtual IPs")); include("head.inc"); if ($input_errors) { diff --git a/src/usr/local/www/firewall_virtual_ip_edit.php b/src/usr/local/www/firewall_virtual_ip_edit.php index b2fa865..b7e973d 100644 --- a/src/usr/local/www/firewall_virtual_ip_edit.php +++ b/src/usr/local/www/firewall_virtual_ip_edit.php @@ -317,7 +317,7 @@ if ($_POST) { $ipaliashelp = gettext('The mask must be the network\'s subnet mask. It does not specify a CIDR range.'); $proxyarphelp = gettext('Enter a CIDR block of proxy ARP addresses.'); -$pgtitle = array(gettext("Firewall"), gettext("Virtual IP Addresses"), gettext("Edit")); +$pgtitle = array(gettext("Firewall"), gettext("Virtual IPs"), gettext("Edit")); include("head.inc"); function build_if_list() { diff --git a/src/usr/local/www/services_dhcp_edit.php b/src/usr/local/www/services_dhcp_edit.php index e5f9ab6..fc3d7c6 100644 --- a/src/usr/local/www/services_dhcp_edit.php +++ b/src/usr/local/www/services_dhcp_edit.php @@ -407,7 +407,7 @@ $ip = $_SERVER['REMOTE_ADDR']; $mymac = `/usr/sbin/arp -an | grep '('{$ip}')' | cut -d" " -f4`; $mymac = str_replace("\n", "", $mymac); -$pgtitle = array(gettext("Services"), gettext("DHCP"), gettext("Edit Static Mapping")); +$pgtitle = array(gettext("Services"), gettext("DHCP Server"), gettext("Edit Static Mapping")); $shortcut_section = "dhcp"; include("head.inc"); diff --git a/src/usr/local/www/services_dhcpv6.php b/src/usr/local/www/services_dhcpv6.php index 5a00c7a..905a407 100644 --- a/src/usr/local/www/services_dhcpv6.php +++ b/src/usr/local/www/services_dhcpv6.php @@ -894,7 +894,7 @@ print_info_box( ?> </div> <div class="panel panel-default"> - <div class="panel-heading"><h2 class="panel-title"><?=gettext("DHCPv6 Static Mappings for this Interface.");?></h2></div> + <div class="panel-heading"><h2 class="panel-title"><?=gettext("DHCPv6 Static Mappings for this Interface");?></h2></div> <div class="panel-body table-responsive"> <table class="table table-striped table-hover table-condensed"> <thead> diff --git a/src/usr/local/www/services_dhcpv6_edit.php b/src/usr/local/www/services_dhcpv6_edit.php index 1317937..0c27b1e 100644 --- a/src/usr/local/www/services_dhcpv6_edit.php +++ b/src/usr/local/www/services_dhcpv6_edit.php @@ -214,7 +214,7 @@ if ($_POST) { } } -$pgtitle = array(gettext("Services"), gettext("DHCPv6"), gettext("Edit Static Mapping")); +$pgtitle = array(gettext("Services"), gettext("DHCPv6 Server"), gettext("Edit Static Mapping")); $shortcut_section = "dhcp6"; include("head.inc"); diff --git a/src/usr/local/www/services_unbound_domainoverride_edit.php b/src/usr/local/www/services_unbound_domainoverride_edit.php index 01d4cad..776b32e 100644 --- a/src/usr/local/www/services_unbound_domainoverride_edit.php +++ b/src/usr/local/www/services_unbound_domainoverride_edit.php @@ -142,7 +142,7 @@ if ($_POST) { } } -$pgtitle = array(gettext("Services"), gettext("DNS Resolver"), gettext("Edit Domain Override")); +$pgtitle = array(gettext("Services"), gettext("DNS Resolver"), gettext("General Settings"), gettext("Edit Domain Override")); $shortcut_section = "resolver"; include("head.inc"); diff --git a/src/usr/local/www/services_unbound_host_edit.php b/src/usr/local/www/services_unbound_host_edit.php index 88f50b1..47e3350 100644 --- a/src/usr/local/www/services_unbound_host_edit.php +++ b/src/usr/local/www/services_unbound_host_edit.php @@ -230,7 +230,7 @@ if ($_GET['act'] == "addopt") { array_push($pconfig['aliases']['item'], array('host' => null, 'domain' => null, 'description' => null)); } -$pgtitle = array(gettext("Services"), gettext("DNS Resolver"), gettext("Edit Host Override")); +$pgtitle = array(gettext("Services"), gettext("DNS Resolver"), gettext("General Settings"), gettext("Edit Host Override")); $shortcut_section = "resolver"; include("head.inc"); |