Commit 3f97985b authored by Franco Fichtner's avatar Franco Fichtner

wizard: fix a few strings that are going to be translated now

parent 858b12e8
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
<type>input</type> <type>input</type>
<size>40</size> <size>40</size>
<bindstofield>ovpnserver->step2->authscope</bindstofield> <bindstofield>ovpnserver->step2->authscope</bindstofield>
<description>Semicolon separated. This will be prepended to the search base DN above or you can specify full container path.&lt;br/&gt;EXAMPLE: CN=Users;DC=example&lt;br/&gt;EXAMPLE: CN=Users,DC=example,DC=com;OU=OtherUsers,DC=example,DC=com </description> <description>Semicolon separated. This will be prepended to the search base DN above or you can specify full container path.&lt;br/&gt;EXAMPLE: CN=Users;DC=example&lt;br/&gt;EXAMPLE: CN=Users,DC=example,DC=com;OU=OtherUsers,DC=example,DC=com</description>
</field> </field>
<field> <field>
<name>userdn</name> <name>userdn</name>
...@@ -396,7 +396,7 @@ ...@@ -396,7 +396,7 @@
<field> <field>
<name>country</name> <name>country</name>
<displayname>Country Code</displayname> <displayname>Country Code</displayname>
<description>Two-letter ISO country code (e.g. NL, DE, FR, US) </description> <description>Two-letter ISO country code (e.g. NL, DE, US)</description>
<type>input</type> <type>input</type>
<size>5</size> <size>5</size>
<bindstofield>ovpnserver->step6->country</bindstofield> <bindstofield>ovpnserver->step6->country</bindstofield>
...@@ -404,7 +404,7 @@ ...@@ -404,7 +404,7 @@
<field> <field>
<name>state</name> <name>state</name>
<displayname>State or Province</displayname> <displayname>State or Province</displayname>
<description>Full State of Province name, not abbreviated (e.g. Zuid Holland, Sachsen, Paris, Kentucky).</description> <description>Full State of Province name, not abbreviated (e.g. Zuid Holland, Sachsen, Kentucky).</description>
<type>input</type> <type>input</type>
<size>30</size> <size>30</size>
<bindstofield>ovpnserver->step6->state</bindstofield> <bindstofield>ovpnserver->step6->state</bindstofield>
...@@ -496,19 +496,19 @@ ...@@ -496,19 +496,19 @@
<bindstofield>ovpnserver->step9->keylength</bindstofield> <bindstofield>ovpnserver->step9->keylength</bindstofield>
<options> <options>
<option> <option>
<name>512 bits</name> <name>512 bit</name>
<value>512</value> <value>512</value>
</option> </option>
<option> <option>
<name>1024 bits</name> <name>1024 bit</name>
<value>1024</value> <value>1024</value>
</option> </option>
<option> <option>
<name>2048 bits</name> <name>2048 bit</name>
<value>2048</value> <value>2048</value>
</option> </option>
<option> <option>
<name>4096 bits</name> <name>4096 bit</name>
<value>4096</value> <value>4096</value>
</option> </option>
</options> </options>
...@@ -525,7 +525,7 @@ ...@@ -525,7 +525,7 @@
<field> <field>
<name>country</name> <name>country</name>
<displayname>Country Code</displayname> <displayname>Country Code</displayname>
<description>Two-letter ISO country code (e.g. NL, DE, FR, US) </description> <description>Two-letter ISO country code (e.g. NL, DE, US)</description>
<type>input</type> <type>input</type>
<size>5</size> <size>5</size>
<bindstofield>ovpnserver->step9->country</bindstofield> <bindstofield>ovpnserver->step9->country</bindstofield>
...@@ -533,7 +533,7 @@ ...@@ -533,7 +533,7 @@
<field> <field>
<name>state</name> <name>state</name>
<displayname>State or Province</displayname> <displayname>State or Province</displayname>
<description>Full State of Province name, not abbreviated (e.g. Zuid Holland, Sachsen, Paris, Kentucky).</description> <description>Full State of Province name, not abbreviated (e.g. Zuid Holland, Sachsen, Kentucky).</description>
<type>input</type> <type>input</type>
<size>30</size> <size>30</size>
<bindstofield>ovpnserver->step9->state</bindstofield> <bindstofield>ovpnserver->step9->state</bindstofield>
...@@ -852,7 +852,7 @@ ...@@ -852,7 +852,7 @@
<type>checkbox</type> <type>checkbox</type>
<displayname>NetBIOS Options</displayname> <displayname>NetBIOS Options</displayname>
<bindstofield>ovpnserver->step10->nbtenable</bindstofield> <bindstofield>ovpnserver->step10->nbtenable</bindstofield>
<description>Enable NetBIOS over TCP/IP. &lt;br/&gt;If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) will be disabled. </description> <description>Enable NetBIOS over TCP/IP. &lt;br/&gt;If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) will be disabled.</description>
</field> </field>
<field> <field>
<displayname>NetBIOS Node Type</displayname> <displayname>NetBIOS Node Type</displayname>
......
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
<name>MAC Address</name> <name>MAC Address</name>
<bindstofield>interfaces->wan->spoofmac</bindstofield> <bindstofield>interfaces->wan->spoofmac</bindstofield>
<type>input</type> <type>input</type>
<description> This field can be used to modify ("spoof") the MAC address of the WAN interface (may be required with some cable connections). Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx or leave blank.</description> <description>This field can be used to modify ("spoof") the MAC address of the WAN interface (may be required with some cable connections). Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx or leave blank.</description>
<validate>^([0-9a-f]{2}([:-]||$)){6}$</validate> <validate>^([0-9a-f]{2}([:-]||$)){6}$</validate>
<message>MAC Address field is invalid</message> <message>MAC Address field is invalid</message>
</field> </field>
...@@ -234,14 +234,14 @@ ...@@ -234,14 +234,14 @@
<name>MTU</name> <name>MTU</name>
<type>input</type> <type>input</type>
<bindstofield>interfaces->wan->mtu</bindstofield> <bindstofield>interfaces->wan->mtu</bindstofield>
<description> Set the MTU of the WAN interface. If you leave this field blank, an MTU of 1492 bytes for PPPoE and 1500 bytes for all other connection types will be assumed.</description> <description>Set the MTU of the WAN interface. If you leave this field blank, an MTU of 1492 bytes for PPPoE and 1500 bytes for all other connection types will be assumed.</description>
</field> </field>
<field> <field>
<donotdisable>true</donotdisable> <donotdisable>true</donotdisable>
<name>MSS</name> <name>MSS</name>
<type>input</type> <type>input</type>
<bindstofield>interfaces->wan->mss</bindstofield> <bindstofield>interfaces->wan->mss</bindstofield>
<description> If you enter a value in this field, then MSS clamping for TCP connections to the value entered above minus 40 (TCP/IP header size) will be in effect. If you leave this field blank, an MSS of 1492 bytes for PPPoE and 1500 bytes for all other connection types will be assumed. This should match the above MTU value in most all cases.</description> <description>If you enter a value in this field, then MSS clamping for TCP connections to the value entered above minus 40 (TCP/IP header size) will be in effect. If you leave this field blank, an MSS of 1492 bytes for PPPoE and 1500 bytes for all other connection types will be assumed. This should match the above MTU value in most all cases.</description>
</field> </field>
<field> <field>
<name>Static IP Configuration</name> <name>Static IP Configuration</name>
...@@ -279,7 +279,7 @@ ...@@ -279,7 +279,7 @@
<name>DHCP Hostname</name> <name>DHCP Hostname</name>
<type>input</type> <type>input</type>
<bindstofield>interfaces->wan->dhcphostname</bindstofield> <bindstofield>interfaces->wan->dhcphostname</bindstofield>
<description> The value in this field is sent as the DHCP client identifier and hostname when requesting a DHCP lease. Some ISPs may require this (for client identification).</description> <description>The value in this field is sent as the DHCP client identifier and hostname when requesting a DHCP lease. Some ISPs may require this (for client identification).</description>
</field> </field>
<field> <field>
<name>PPPoE configuration</name> <name>PPPoE configuration</name>
...@@ -372,7 +372,7 @@ ...@@ -372,7 +372,7 @@
<field> <field>
<donotdisable>true</donotdisable> <donotdisable>true</donotdisable>
<name>Block RFC1918 Private Networks</name> <name>Block RFC1918 Private Networks</name>
<description> When set, this option blocks traffic from IP addresses that are reserved for private networks as per RFC 1918 (10/8, 172.16/12, 192.168/16) as well as loopback addresses (127/8). You should generally leave this option turned on, unless your WAN network lies in such a private address space, too.</description> <description>When set, this option blocks traffic from IP addresses that are reserved for private networks as per RFC 1918 (10/8, 172.16/12, 192.168/16) as well as loopback addresses (127/8). You should generally leave this option turned on, unless your WAN network lies in such a private address space, too.</description>
<type>checkbox</type> <type>checkbox</type>
<bindstofield>interfaces->wan->blockpriv</bindstofield> <bindstofield>interfaces->wan->blockpriv</bindstofield>
<typehint>Block private networks from entering via WAN</typehint> <typehint>Block private networks from entering via WAN</typehint>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment