diff options
author | NOYB <Al_Stu@Frontier.com> | 2016-03-29 00:19:36 -0700 |
---|---|---|
committer | NOYB <Al_Stu@Frontier.com> | 2016-03-29 00:19:36 -0700 |
commit | 45654aa083447943c82cd7c900ab216d25d940f8 (patch) | |
tree | 5334c22b0932843fdaec1104443363ea1ca489c4 /src/usr | |
parent | 88ec4c6f2a1a7172607061b71869a5d28e305820 (diff) | |
download | pfsense-45654aa083447943c82cd7c900ab216d25d940f8.zip pfsense-45654aa083447943c82cd7c900ab216d25d940f8.tar.gz |
Interfaces (assign) - Remove Personalizations
Remove "you" personalizations.
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/local/www/interfaces_assign.php | 4 | ||||
-rw-r--r-- | src/usr/local/www/interfaces_bridge_edit.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/interfaces_gif_edit.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/interfaces_gre_edit.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/interfaces_groups.php | 4 | ||||
-rw-r--r-- | src/usr/local/www/interfaces_groups_edit.php | 4 | ||||
-rw-r--r-- | src/usr/local/www/interfaces_ppps_edit.php | 8 | ||||
-rw-r--r-- | src/usr/local/www/interfaces_qinq_edit.php | 8 | ||||
-rw-r--r-- | src/usr/local/www/interfaces_vlan_edit.php | 5 | ||||
-rw-r--r-- | src/usr/local/www/interfaces_wireless_edit.php | 2 |
10 files changed, 20 insertions, 21 deletions
diff --git a/src/usr/local/www/interfaces_assign.php b/src/usr/local/www/interfaces_assign.php index dad4a29..1e751c3 100644 --- a/src/usr/local/www/interfaces_assign.php +++ b/src/usr/local/www/interfaces_assign.php @@ -340,7 +340,7 @@ if (isset($_POST['add']) && isset($_POST['if_add'])) { $members = explode(",", strtoupper($bridge['members'])); foreach ($members as $member) { if ($member == $ifnames[0]) { - $input_errors[] = sprintf(gettext('You cannot set port %1$s to interface %2$s because this interface is a member of %3$s.'), $portname, $member, $portname); + $input_errors[] = sprintf(gettext('Cannot set port %1$s to interface %2$s because this interface is a member of %3$s.'), $portname, $member, $portname); break; } } @@ -506,7 +506,7 @@ if (file_exists("/var/run/interface_mismatch_reboot_needed")) { if (file_exists("/tmp/reload_interfaces")) { echo "<p>\n"; - print_apply_box(gettext("The interface configuration has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect.")); + print_apply_box(gettext("The interface configuration has been changed.") . "<br />" . gettext("The changes must be applied for them to take effect.")); echo "<br /></p>\n"; } elseif ($savemsg) { print_info_box($savemsg, $class); diff --git a/src/usr/local/www/interfaces_bridge_edit.php b/src/usr/local/www/interfaces_bridge_edit.php index cf2f622..59e19c9 100644 --- a/src/usr/local/www/interfaces_bridge_edit.php +++ b/src/usr/local/www/interfaces_bridge_edit.php @@ -219,7 +219,7 @@ if ($_POST) { } if (!is_array($_POST['members']) || count($_POST['members']) < 1) { - $input_errors[] = gettext("You must select at least one member interface for a bridge."); + $input_errors[] = gettext("At least one member interface must be selected for a bridge."); } if (is_array($_POST['static'])) { diff --git a/src/usr/local/www/interfaces_gif_edit.php b/src/usr/local/www/interfaces_gif_edit.php index 722ef41..e602070 100644 --- a/src/usr/local/www/interfaces_gif_edit.php +++ b/src/usr/local/www/interfaces_gif_edit.php @@ -259,7 +259,7 @@ $section->addInput(new Form_Input( 'Description', 'text', $pconfig['descr'] -))->setHelp('You may enter a description here for your reference (not parsed).'); +))->setHelp('A description may be entered here for administrative reference (not parsed).'); $section->addInput(new Form_Input( 'gifif', diff --git a/src/usr/local/www/interfaces_gre_edit.php b/src/usr/local/www/interfaces_gre_edit.php index 6ab6d77..3e379ab 100644 --- a/src/usr/local/www/interfaces_gre_edit.php +++ b/src/usr/local/www/interfaces_gre_edit.php @@ -262,7 +262,7 @@ $section->addInput(new Form_Input( 'Description', 'text', $pconfig['descr'] -))->setHelp('You may enter a description here for your reference (not parsed).'); +))->setHelp('A description may be entered here for administrative reference (not parsed).'); $section->addInput(new Form_Input( 'greif', diff --git a/src/usr/local/www/interfaces_groups.php b/src/usr/local/www/interfaces_groups.php index 85de66f..4e51ede 100644 --- a/src/usr/local/www/interfaces_groups.php +++ b/src/usr/local/www/interfaces_groups.php @@ -162,8 +162,8 @@ display_top_tabs($tab_array); </nav> <div class="infoblock"> - <?php print_info_box(gettext('Interface Groups allow you to setup rules for multiple interfaces without duplicating the rules.<br />' . - 'If you remove members from an interface group, the group rules are no longer applicable to that interface.'), 'info', false); ?> + <?php print_info_box(gettext('Interface Groups allow setting up rules for multiple interfaces without duplicating the rules.<br />' . + 'If members are removed from an interface group, the group rules are no longer applicable to that interface.'), 'info', false); ?> </div> <?php diff --git a/src/usr/local/www/interfaces_groups_edit.php b/src/usr/local/www/interfaces_groups_edit.php index 7c62136..4fcaab6 100644 --- a/src/usr/local/www/interfaces_groups_edit.php +++ b/src/usr/local/www/interfaces_groups_edit.php @@ -237,8 +237,8 @@ $section->addInput(new Form_Input( 'text', $pconfig['descr'], ['placeholder' => 'Group Description'] -))->setWidth(6)->setHelp('You may enter a group decsription '. - 'here for your reference (not parsed)'); +))->setWidth(6)->setHelp('A group description may be entered '. + 'here for administrative reference (not parsed)'); $section->addInput(new Form_Select( 'members', diff --git a/src/usr/local/www/interfaces_ppps_edit.php b/src/usr/local/www/interfaces_ppps_edit.php index d0e092e..4d282bd 100644 --- a/src/usr/local/www/interfaces_ppps_edit.php +++ b/src/usr/local/www/interfaces_ppps_edit.php @@ -607,7 +607,7 @@ $section->addInput(new Form_Input( 'Description', 'text', $pconfig['descr'] -))->setHelp('You may enter a description here for your reference. Description will appear in the "Interfaces Assign" select lists.'); +))->setHelp('A description may be entered here for administrative reference. Description will appear in the "Interfaces Assign" select lists.'); $section->addInput(new Form_Select( 'country', @@ -628,7 +628,7 @@ $section->addInput(new Form_Select( 'Plan', $pconfig['providerplan'], [] -))->setHelp('Select to fill in data for your service provider.'); +))->setHelp('Select to fill in service provider data.'); $section->addInput(new Form_Input( 'username', @@ -788,7 +788,7 @@ $group->add(new Form_Input( ['placeholder' => 'mm/dd/yyyy'] ))->setHelp('Specific date'); -$group->setHelp('Leaving the date field empty will cause the reset to be executed each day at the time you specified in the minutes and hour fields. '); +$group->setHelp('Leaving the date field empty will cause the reset to be executed each day at the time specified in the minutes and hour fields. '); $section->add($group); @@ -853,7 +853,7 @@ $section->addInput(new Form_Checkbox( 'Dial On Demand', 'Enable Dial-on-Demand mode. ', $pconfig['ondemand'] -))->setHelp('Causes the interface to operate in dial-on-demand mode. Do NOT enable if you want your link to be always up. ' . +))->setHelp('Causes the interface to operate in dial-on-demand mode. Do NOT enable if the link is to remain continuously connected. ' . 'The interface is configured, but the actual connection of the link is delayed until qualifying outgoing traffic is detected.'); $section->addInput(new Form_Input( diff --git a/src/usr/local/www/interfaces_qinq_edit.php b/src/usr/local/www/interfaces_qinq_edit.php index 76a0c7f..6c4d04c 100644 --- a/src/usr/local/www/interfaces_qinq_edit.php +++ b/src/usr/local/www/interfaces_qinq_edit.php @@ -109,10 +109,10 @@ if ($_POST) { $input_errors[] = gettext("First level tag cannot be empty."); } if (isset($id) && $a_qinqs[$id]['tag'] != $_POST['tag']) { - $input_errors[] = gettext("You are editing an existing entry and modifying the first level tag is not allowed."); + $input_errors[] = gettext("Modifying the first level tag of an existing entry is not allowed."); } if (isset($id) && $a_qinqs[$id]['if'] != $_POST['if']) { - $input_errors[] = gettext("You are editing an existing entry and modifying the interface is not allowed."); + $input_errors[] = gettext("Modifying the interface of an existing entry is not allowed."); } if (!isset($id)) { foreach ($a_qinqs as $qinqentry) { @@ -287,11 +287,11 @@ $section->addInput(new Form_Input( 'Description', 'text', $pconfig['descr'] -))->setHelp('You may enter a description here for your reference (not parsed).'); +))->setHelp('A description may be entered here for administrative reference (not parsed).'); $section->addInput(new Form_StaticText( 'Member(s)', - 'You can specify ranges in the inputs below. Enter a range (2-3) or individual numbers.' . '<br />' . + 'Ranges can be specified in the inputs below. Enter a range (2-3) or individual numbers.' . '<br />' . 'Click "Duplicate" as many times as needed to add new inputs' )); diff --git a/src/usr/local/www/interfaces_vlan_edit.php b/src/usr/local/www/interfaces_vlan_edit.php index f281dda..ab0b0b9 100644 --- a/src/usr/local/www/interfaces_vlan_edit.php +++ b/src/usr/local/www/interfaces_vlan_edit.php @@ -120,7 +120,7 @@ if ($_POST) { if (isset($id)) { if ($_POST['tag'] && $_POST['tag'] != $a_vlans[$id]['tag']) { if (!empty($a_vlans[$id]['vlanif']) && convert_real_interface_to_friendly_interface_name($a_vlans[$id]['vlanif']) != NULL) { - $input_errors[] = gettext("Interface is assigned and you cannot change the VLAN tag while assigned."); + $input_errors[] = gettext("The VLAN tag cannot be changed while the interface is assigned."); } } } @@ -242,8 +242,7 @@ $section->addInput(new Form_Input( 'text', $pconfig['descr'], ['placeholder' => 'Description'] -))->setWidth(6)->setHelp('You may enter a group description here '. - 'for your reference (not parsed).'); +))->setWidth(6)->setHelp('A group description may be entered here for administrative reference (not parsed).'); $form->addGlobal(new Form_Input( 'vlanif', diff --git a/src/usr/local/www/interfaces_wireless_edit.php b/src/usr/local/www/interfaces_wireless_edit.php index 36c698a..7d060ae 100644 --- a/src/usr/local/www/interfaces_wireless_edit.php +++ b/src/usr/local/www/interfaces_wireless_edit.php @@ -232,7 +232,7 @@ $section->addInput(new Form_Input( 'Description', 'text', $pconfig['descr'] -))->setHelp('You may enter a description here for your reference (not parsed).'); +))->setHelp('A description may be entered here for administrative reference (not parsed).'); $section->addInput(new Form_Input( 'cloneif', |