diff options
author | Chris Buechler <cmb@pfsense.org> | 2014-11-28 21:03:11 -0600 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2014-11-28 21:03:11 -0600 |
commit | 5b171ad1b7028456003e8bacdf4a5ae4d11fd5d1 (patch) | |
tree | 76ff794046da798d60e0dfe2d6def5e690ec67c6 /config/bind/bind_zones.xml | |
parent | bdd8a1cf81e5026bfed8c0d7015625dcabc087ff (diff) | |
download | pfsense-packages-5b171ad1b7028456003e8bacdf4a5ae4d11fd5d1.tar.gz pfsense-packages-5b171ad1b7028456003e8bacdf4a5ae4d11fd5d1.tar.bz2 pfsense-packages-5b171ad1b7028456003e8bacdf4a5ae4d11fd5d1.zip |
Clean up some of BIND text.
Diffstat (limited to 'config/bind/bind_zones.xml')
-rw-r--r-- | config/bind/bind_zones.xml | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/config/bind/bind_zones.xml b/config/bind/bind_zones.xml index d771ada6..1576cd79 100644 --- a/config/bind/bind_zones.xml +++ b/config/bind/bind_zones.xml @@ -48,10 +48,10 @@ <faq>Currently there are no FAQ items provided.</faq> <name>bindzone</name> <version>none</version> - <title>Bind: Zones Settings</title> + <title>BIND: Zones Settings</title> <include_file>/usr/local/pkg/bind.inc</include_file> <menu> - <name>Bind Server</name> + <name>BIND Server</name> <tooltiptext></tooltiptext> <section>Services</section> <configfile>bind.xml</configfile> @@ -118,22 +118,22 @@ <field> <fielddescr>Disable this zone</fielddescr> <fieldname>disabled</fieldname> - <description><![CDATA[Do not Include this zone on bind config files.]]></description> + <description><![CDATA[Do not include this zone in BIND config files.]]></description> <type>checkbox</type> </field> <field> <fielddescr>Zone Name</fielddescr> <fieldname>name</fieldname> - <description><![CDATA[Enter the name for zone (ex:mydomain.com)<br> - For reverse zones, include zone ip in reverse order or following your provider instructions.(Ex: 1.168.192)<br> - IN-ADDR.ARPA will be automaticaly included on conf files when reverse zone option is checked.]]></description> + <description><![CDATA[Enter the name for zone (e.g. example.com)<br> + For reverse zones, include zone IP in reverse order. (e.g. 1.168.192)<br> + IN-ADDR.ARPA will be automaticaly included in config files when reverse zone option is checked.]]></description> <type>input</type> <required/> </field> <field> <fielddescr>Description</fielddescr> <fieldname>description</fieldname> - <description>Enter the description for this zone.</description> + <description>Enter a description for this zone.</description> <type>input</type> <size>70</size> </field> @@ -167,7 +167,7 @@ <type>checkbox</type> </field> <field> - <fielddescr>custom Option</fielddescr> + <fielddescr>Custom Option</fielddescr> <fieldname>custom</fieldname> <description>You can put your own custom options here.</description> <type>textarea</type> @@ -184,7 +184,7 @@ <fielddescr>Inline Signing</fielddescr> <fieldname>dnssec</fieldname> <enablefields>backupkeys</enablefields> - <description><![CDATA[<a target=_new href='https://kb.isc.org/article/AA-00626/109/Inline-Signing-in-ISC-BIND-9.9.0-Examples.html'>Enable inline DNSSEC Signing</a> afor this zones.]]></description> + <description><![CDATA[<a target=_new href='https://kb.isc.org/article/AA-00626/109/Inline-Signing-in-ISC-BIND-9.9.0-Examples.html'>Enable inline DNSSEC signing</a> for this zone.]]></description> <type>checkbox</type> </field> <field> @@ -194,10 +194,10 @@ <type>checkbox</type> </field> <field> - <fielddescr>DS set</fielddescr> + <fielddescr>DSSET</fielddescr> <fieldname>dsset</fieldname> - <description><![CDATA[Digest fingerprint of the Key Signing KeyResulting for this zone.<br> - Upload this ds set to your domain root server.]]></description> + <description><![CDATA[Digest fingerprint of the Key Signing Key for this zone.<br> + Upload this DSSET to your domain root server.]]></description> <type>textarea</type> <cols>75</cols> <rows>3</rows> @@ -211,7 +211,7 @@ <field> <fielddescr>Master Zone IP</fielddescr> <fieldname>slaveip</fieldname> - <description>If zone is slave, enter the IP address of the master DNS zone.</description> + <description>If this is a slave zone, enter the IP address of the master DNS server.</description> <type>input</type> </field> <field> @@ -222,7 +222,7 @@ <field> <fielddescr>Forwarders</fielddescr> <fieldname>forwarders</fieldname> - <description>Enter forwarders IPs for this domain. Separate by semi-colons (;).</description> + <description>Enter forwarder IPs for this domain. Separate by semicolons (;).</description> <type>input</type> <size>70</size> </field> @@ -245,9 +245,9 @@ <type>input</type> </field> <field> - <fielddescr>Base Domain ip</fielddescr> + <fielddescr>Base Domain IP</fielddescr> <fieldname>ipns</fieldname> - <description>Enter ip address for base domain lookup. Ex: nslookup mydomain.com</description> + <description>Enter IP address for base domain lookup. Ex: nslookup mydomain.com</description> <type>input</type> </field> <field> @@ -259,7 +259,7 @@ <field> <fielddescr>Serial</fielddescr> <fieldname>serial</fieldname> - <description>Parsed value for the slave to update the DNS Zone</description> + <description>Parsed value for the slave to update the DNS zone</description> <type>input</type> </field> <field> @@ -333,7 +333,7 @@ </field> <field> <fielddescr>Enter Domain records.</fielddescr> - <description><![CDATA[<b>"Record"</b> is the name or last octec of ip. Sample: www or pop<br> + <description><![CDATA[<b>"Record"</b> is the name or last octet of IP. Example: www or pop<br> <b>"Type"</b> is the type of the record Sample: A CNAME MX NS<br> <b>"Priority"</b> in used only in mx records to define its priority<br> <b>"Alias or IP address"</b> is the destination host or ip address.<br><br> @@ -377,7 +377,7 @@ <rowhelperfield> <fielddescr>Alias or IP address</fielddescr> <fieldname>hostdst</fieldname> - <description>Enter the IP address or CNAME destination for Domain (ex: 10.31.11.1 or mail.example.com)</description> + <description>Enter the IP address or FQDN destination for domain MX (ex: 10.31.11.1 or mail.example.com)</description> <type>input</type> <size>35</size> </rowhelperfield> @@ -398,7 +398,7 @@ <field> <fielddescr></fielddescr> <fieldname>customzonerecords</fieldname> - <description><![CDATA[Paste any custom zone records to include on this zone.<br> + <description><![CDATA[Paste any custom zone records to include in this zone.<br> This can be used for a fast migration setup.]]></description> <type>textarea</type> <cols>84</cols> @@ -409,12 +409,12 @@ </field> <field> <type>listtopic</type> - <name>Resulting Zone config file</name> + <name>Resulting zone config file</name> </field> <field> <fielddescr></fielddescr> <fieldname>resultconfig</fieldname> - <description>Resulting bind config file for this zone.</description> + <description>Resulting BIND config file for this zone.</description> <type>textarea</type> <cols>84</cols> <rows>15</rows> |