Mailinglist Archive: yast-commit (1055 mails)
| < Previous | Next > |
[yast-commit] r45915 - in /trunk/dhcp-server/src: dialogs2.ycp dns-helps.ycp dns-server-wizard.ycp helps.ycp
- From: juhliarik@xxxxxxxxxxxxxxxx
- Date: Tue, 01 Apr 2008 07:25:08 -0000
- Message-id: <20080401072508.48BF924589@xxxxxxxxxxxxxxxx>
Author: juhliarik
Date: Tue Apr 1 09:25:07 2008
New Revision: 45915
URL: http://svn.opensuse.org/viewcvs/yast?rev=45915&view=rev
Log:
added proofread text
Modified:
trunk/dhcp-server/src/dialogs2.ycp
trunk/dhcp-server/src/dns-helps.ycp
trunk/dhcp-server/src/dns-server-wizard.ycp
trunk/dhcp-server/src/helps.ycp
Modified: trunk/dhcp-server/src/dialogs2.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/dhcp-server/src/dialogs2.ycp?rev=45915&r1=45914&r2=45915&view=diff
==============================================================================
--- trunk/dhcp-server/src/dialogs2.ycp (original)
+++ trunk/dhcp-server/src/dialogs2.ycp Tue Apr 1 09:25:07 2008
@@ -970,7 +970,7 @@
if (event["ID"]:nil == `dns_advanced_zone_info) {
Report::Message (sformat (
_("DNS zone %1 is not a master zone.
-This means that you cannot change it here.
+Therefore, you cannot change it here.
"),
current_settings["domain"]:""
));
Modified: trunk/dhcp-server/src/dns-helps.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/dhcp-server/src/dns-helps.ycp?rev=45915&r1=45914&r2=45915&view=diff
==============================================================================
--- trunk/dhcp-server/src/dns-helps.ycp (original)
+++ trunk/dhcp-server/src/dns-helps.ycp Tue Apr 1 09:25:07 2008
@@ -15,9 +15,9 @@
// DNS Wizard - step 3 (part 4)
// and
// DNS for Experts (editing current settings) (part 5)
- string new_range_help = _("<p><big><b>Adding a New Range of DNS
Records</b></big><br />
+ string new_range_help = _("<p><b><big>Adding a New Range of DNS
Records</big></b><br />
<b>First IP Address</b> defines
-the starting address of the range. <b>Last IP Address</b> defines
+the starting address of the range and <b>Last IP Address</b> defines
the last one. <b>Hostname Base</b> is a string that determines how hostnames
should be created (such as <tt>dhcp-%i</tt> or <tt>e25-%i-a</tt>).
<tt>%i</tt> is replaced with the number of the host in the range.
@@ -29,7 +29,7 @@
map <string, string> DNS_HELPS = $[
// TRANSLATORS: DNS Wizard - step 1 (part 1)
- "wizard-zones" : _("<p><big><b>DNS Wizard</b></big><br />
+ "wizard-zones" : _("<p><b><big>DNS Wizard</big></b><br />
This wizard helps you create a new DNS zone
directly from the DHCP server configuration. This DNS zone is important
if you also want to identify your DHCP clients by hostname. The DNS zone
@@ -38,8 +38,8 @@
") +
// TRANSLATORS: DNS Wizard - step 1 (part 2)
- _("<p>You cannot change <b>New Zone Name</b> or <b>Reverse Zone Name</b>
-because they are taken from your current DHCP server and network settings.</p>
+ _("<p><b>New Zone Name</b> or <b>Reverse Zone Name</b>
+are taken from your current DHCP server and network settings and, therefore,
cannot be changed.</p>
") +
// TRANSLATORS: DNS Wizard - step 1 (part 3)
@@ -54,7 +54,7 @@
") +
// TRANSLATORS: DNS Wizard - step 2 (part 2)
- _("<p><big><b>DNS Queries</b></big><br />
+ _("<p><b><big>DNS Queries</big></b><br />
Every DNS query that must find out, for example, an IP address for a
hostname in a DNS zone, first asks the parent zone
(<tt>com</tt> for <tt>example.com</tt>) for the current zone
@@ -66,7 +66,7 @@
// TRANSLATORS: DNS Wizard - step 2 (part 3)
_("<p>To add a <b>New Name Server</b>, click <b>Add</b>, complete the
form,
-then click <b>OK</b>. If the new name server name is included in the current
+then click <b>Ok</b>. If the new name server name is included in the current
DNS zone, also enter its IP address. This is mandatory because it is used
during the zone creation.</p>
") +
@@ -77,7 +77,7 @@
"),
// TRANSLATORS: DNS Wizard - step 3 (part 1)
- "wizard-ranges" : _("<p><big><b>DNS Records</b></big><br />
+ "wizard-ranges" : _("<p><b><big>DNS Records</big></b><br />
Here, define DNS hostnames for all DHCP clients. You do not need to define
all hostnames one by one. Only set one or more simple rules for how
the hostnames are created. These rules define the ranges of IP addresses to use
@@ -85,7 +85,7 @@
") +
// TRANSLATORS: DNS Wizard - step 3 (part 2)
- _("<p><big><b>Range of DNS Records</b></big><br />
+ _("<p><b><big>Range of DNS Records</big></b><br />
For example, create a set of hostnames from <tt>dhcp-133-a</tt>
to <tt>dhcp-233-a</tt> with IP addresses from <tt>192.168.5.88</tt>
to <tt>192.168.5.188</tt>.</p>
@@ -93,7 +93,7 @@
// TRANSLATORS: DNS Wizard - step 3 (part 3)
_("<p>To add a new range of DNS records</b>, click <b>Add</b>,
-complete the form, then click <b>OK</b>.</p>
+complete the form, then click <b>Ok</b>.</p>
") +
// TRANSLATORS: DNS Wizard - step 3 (part 4)
@@ -117,7 +117,7 @@
"),
// TRANSLATORS: DNS for Experts (editing current settings) (part 1)
- "edit-current-settings" : _("<p><big><b>DNS
Synchronization</b></big><br />
+ "edit-current-settings" : _("<p><b><big>DNS
Synchronization</big></b><br />
This is an advanced tool for editing DNS server settings to match your
DHCP settings. Only 'A' records--DNS records that convert hostnames to
IP addresses--are maintained here.</p>
Modified: trunk/dhcp-server/src/dns-server-wizard.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/dhcp-server/src/dns-server-wizard.ycp?rev=45915&r1=45914&r2=45915&view=diff
==============================================================================
--- trunk/dhcp-server/src/dns-server-wizard.ycp (original)
+++ trunk/dhcp-server/src/dns-server-wizard.ycp Tue Apr 1 09:25:07 2008
@@ -1066,7 +1066,7 @@
if (Popup::YesNo (sformat (
// TRANSLATORS: popup question, %1 is a list of errors
- _("There were some errors during DNS zone creation:
+ _("Errors occured during DNS zone creation:
%1
Return to the wizard?
Modified: trunk/dhcp-server/src/helps.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/dhcp-server/src/helps.ycp?rev=45915&r1=45914&r2=45915&view=diff
==============================================================================
--- trunk/dhcp-server/src/helps.ycp (original)
+++ trunk/dhcp-server/src/helps.ycp Tue Apr 1 09:25:07 2008
@@ -136,11 +136,13 @@
// Wizard Installation - Step 1 (version for expert UI)
"card_selection_expert" : _("<p><b><big>Network Card
Selection</big></b><br>
-Select one or more of listed network cards to use for the DHCP server.</p>"),
+Select one or more of the listed network cards to use for the DHCP server.</p>
+"),
//Optional field - used with LDAP support
- "ldap_server_name" : _("Optionally, you can also specify <b>DHCP server
name</b>
-(the name of dhcpServer LDAP object), if it is different from your hostname."),
+ "ldap_server_name" : _("Optionally, you can also specify <b>DHCP Server
Name</b>
+(the name of dhcpServer LDAP object), if it differs from your hostname.
+"),
// Wizard Installation - Step 2 1/9
"global_settings" : _("<p><b><big>Global Settings</big></b><br>
@@ -181,7 +183,8 @@
"dynamic_dhcp" :_("<p><b><big>Subnet Information</big></b></br>
Here you can view the information about the current subnet, such as its
address,
netmask and minimum and maximum IP addresses available for the clients.
-</p>") +
+</p>
+") +
// Wizard Installation - Step 3 2/4
_("<p><b><big>IP Address Range</big></b><br>
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Tue Apr 1 09:25:07 2008
New Revision: 45915
URL: http://svn.opensuse.org/viewcvs/yast?rev=45915&view=rev
Log:
added proofread text
Modified:
trunk/dhcp-server/src/dialogs2.ycp
trunk/dhcp-server/src/dns-helps.ycp
trunk/dhcp-server/src/dns-server-wizard.ycp
trunk/dhcp-server/src/helps.ycp
Modified: trunk/dhcp-server/src/dialogs2.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/dhcp-server/src/dialogs2.ycp?rev=45915&r1=45914&r2=45915&view=diff
==============================================================================
--- trunk/dhcp-server/src/dialogs2.ycp (original)
+++ trunk/dhcp-server/src/dialogs2.ycp Tue Apr 1 09:25:07 2008
@@ -970,7 +970,7 @@
if (event["ID"]:nil == `dns_advanced_zone_info) {
Report::Message (sformat (
_("DNS zone %1 is not a master zone.
-This means that you cannot change it here.
+Therefore, you cannot change it here.
"),
current_settings["domain"]:""
));
Modified: trunk/dhcp-server/src/dns-helps.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/dhcp-server/src/dns-helps.ycp?rev=45915&r1=45914&r2=45915&view=diff
==============================================================================
--- trunk/dhcp-server/src/dns-helps.ycp (original)
+++ trunk/dhcp-server/src/dns-helps.ycp Tue Apr 1 09:25:07 2008
@@ -15,9 +15,9 @@
// DNS Wizard - step 3 (part 4)
// and
// DNS for Experts (editing current settings) (part 5)
- string new_range_help = _("<p><big><b>Adding a New Range of DNS
Records</b></big><br />
+ string new_range_help = _("<p><b><big>Adding a New Range of DNS
Records</big></b><br />
<b>First IP Address</b> defines
-the starting address of the range. <b>Last IP Address</b> defines
+the starting address of the range and <b>Last IP Address</b> defines
the last one. <b>Hostname Base</b> is a string that determines how hostnames
should be created (such as <tt>dhcp-%i</tt> or <tt>e25-%i-a</tt>).
<tt>%i</tt> is replaced with the number of the host in the range.
@@ -29,7 +29,7 @@
map <string, string> DNS_HELPS = $[
// TRANSLATORS: DNS Wizard - step 1 (part 1)
- "wizard-zones" : _("<p><big><b>DNS Wizard</b></big><br />
+ "wizard-zones" : _("<p><b><big>DNS Wizard</big></b><br />
This wizard helps you create a new DNS zone
directly from the DHCP server configuration. This DNS zone is important
if you also want to identify your DHCP clients by hostname. The DNS zone
@@ -38,8 +38,8 @@
") +
// TRANSLATORS: DNS Wizard - step 1 (part 2)
- _("<p>You cannot change <b>New Zone Name</b> or <b>Reverse Zone Name</b>
-because they are taken from your current DHCP server and network settings.</p>
+ _("<p><b>New Zone Name</b> or <b>Reverse Zone Name</b>
+are taken from your current DHCP server and network settings and, therefore,
cannot be changed.</p>
") +
// TRANSLATORS: DNS Wizard - step 1 (part 3)
@@ -54,7 +54,7 @@
") +
// TRANSLATORS: DNS Wizard - step 2 (part 2)
- _("<p><big><b>DNS Queries</b></big><br />
+ _("<p><b><big>DNS Queries</big></b><br />
Every DNS query that must find out, for example, an IP address for a
hostname in a DNS zone, first asks the parent zone
(<tt>com</tt> for <tt>example.com</tt>) for the current zone
@@ -66,7 +66,7 @@
// TRANSLATORS: DNS Wizard - step 2 (part 3)
_("<p>To add a <b>New Name Server</b>, click <b>Add</b>, complete the
form,
-then click <b>OK</b>. If the new name server name is included in the current
+then click <b>Ok</b>. If the new name server name is included in the current
DNS zone, also enter its IP address. This is mandatory because it is used
during the zone creation.</p>
") +
@@ -77,7 +77,7 @@
"),
// TRANSLATORS: DNS Wizard - step 3 (part 1)
- "wizard-ranges" : _("<p><big><b>DNS Records</b></big><br />
+ "wizard-ranges" : _("<p><b><big>DNS Records</big></b><br />
Here, define DNS hostnames for all DHCP clients. You do not need to define
all hostnames one by one. Only set one or more simple rules for how
the hostnames are created. These rules define the ranges of IP addresses to use
@@ -85,7 +85,7 @@
") +
// TRANSLATORS: DNS Wizard - step 3 (part 2)
- _("<p><big><b>Range of DNS Records</b></big><br />
+ _("<p><b><big>Range of DNS Records</big></b><br />
For example, create a set of hostnames from <tt>dhcp-133-a</tt>
to <tt>dhcp-233-a</tt> with IP addresses from <tt>192.168.5.88</tt>
to <tt>192.168.5.188</tt>.</p>
@@ -93,7 +93,7 @@
// TRANSLATORS: DNS Wizard - step 3 (part 3)
_("<p>To add a new range of DNS records</b>, click <b>Add</b>,
-complete the form, then click <b>OK</b>.</p>
+complete the form, then click <b>Ok</b>.</p>
") +
// TRANSLATORS: DNS Wizard - step 3 (part 4)
@@ -117,7 +117,7 @@
"),
// TRANSLATORS: DNS for Experts (editing current settings) (part 1)
- "edit-current-settings" : _("<p><big><b>DNS
Synchronization</b></big><br />
+ "edit-current-settings" : _("<p><b><big>DNS
Synchronization</big></b><br />
This is an advanced tool for editing DNS server settings to match your
DHCP settings. Only 'A' records--DNS records that convert hostnames to
IP addresses--are maintained here.</p>
Modified: trunk/dhcp-server/src/dns-server-wizard.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/dhcp-server/src/dns-server-wizard.ycp?rev=45915&r1=45914&r2=45915&view=diff
==============================================================================
--- trunk/dhcp-server/src/dns-server-wizard.ycp (original)
+++ trunk/dhcp-server/src/dns-server-wizard.ycp Tue Apr 1 09:25:07 2008
@@ -1066,7 +1066,7 @@
if (Popup::YesNo (sformat (
// TRANSLATORS: popup question, %1 is a list of errors
- _("There were some errors during DNS zone creation:
+ _("Errors occured during DNS zone creation:
%1
Return to the wizard?
Modified: trunk/dhcp-server/src/helps.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/dhcp-server/src/helps.ycp?rev=45915&r1=45914&r2=45915&view=diff
==============================================================================
--- trunk/dhcp-server/src/helps.ycp (original)
+++ trunk/dhcp-server/src/helps.ycp Tue Apr 1 09:25:07 2008
@@ -136,11 +136,13 @@
// Wizard Installation - Step 1 (version for expert UI)
"card_selection_expert" : _("<p><b><big>Network Card
Selection</big></b><br>
-Select one or more of listed network cards to use for the DHCP server.</p>"),
+Select one or more of the listed network cards to use for the DHCP server.</p>
+"),
//Optional field - used with LDAP support
- "ldap_server_name" : _("Optionally, you can also specify <b>DHCP server
name</b>
-(the name of dhcpServer LDAP object), if it is different from your hostname."),
+ "ldap_server_name" : _("Optionally, you can also specify <b>DHCP Server
Name</b>
+(the name of dhcpServer LDAP object), if it differs from your hostname.
+"),
// Wizard Installation - Step 2 1/9
"global_settings" : _("<p><b><big>Global Settings</big></b><br>
@@ -181,7 +183,8 @@
"dynamic_dhcp" :_("<p><b><big>Subnet Information</big></b></br>
Here you can view the information about the current subnet, such as its
address,
netmask and minimum and maximum IP addresses available for the clients.
-</p>") +
+</p>
+") +
// Wizard Installation - Step 3 2/4
_("<p><b><big>IP Address Range</big></b><br>
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |