Author: thardeck
Date: Mon Oct 31 11:07:53 2011
New Revision: 66641
URL: http://svn.opensuse.org/viewcvs/yast?rev=66641&view=rev
Log:
- fixed iucvterminal* module typos (bnc#723425)
Modified:
trunk/s390/VERSION
trunk/s390/package/yast2-s390.changes
trunk/s390/src/iucvterminal-server/helps.ycp
trunk/s390/src/iucvterminal-server/ui.ycp
trunk/s390/src/iucvterminal/ui.ycp
Modified: trunk/s390/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/trunk/s390/VERSION?rev=66641&r1=66640&…
==============================================================================
--- trunk/s390/VERSION (original)
+++ trunk/s390/VERSION Mon Oct 31 11:07:53 2011
@@ -1 +1 @@
-2.21.8
+2.21.9
Modified: trunk/s390/package/yast2-s390.changes
URL: http://svn.opensuse.org/viewcvs/yast/trunk/s390/package/yast2-s390.changes?…
==============================================================================
--- trunk/s390/package/yast2-s390.changes (original)
+++ trunk/s390/package/yast2-s390.changes Mon Oct 31 11:07:53 2011
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Oct 31 10:59:47 EDT 2011 - thardeck(a)suse.com
+
+- fixed iucvterminal* module typos (bnc#723425)
+
+-------------------------------------------------------------------
Mon Oct 26 16:06:33 EDT 2011 - thardeck(a)suse.com
- fixed POSIX regex expressions
Modified: trunk/s390/src/iucvterminal-server/helps.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/s390/src/iucvterminal-server/hel…
==============================================================================
--- trunk/s390/src/iucvterminal-server/helps.ycp (original)
+++ trunk/s390/src/iucvterminal-server/helps.ycp Mon Oct 31 11:07:53 2011
@@ -24,10 +24,10 @@
/* TS-Shell dialog help 1/5 */
"ts" : _("<p><b><big>TS-Shell</big></b></p>")
-+ _("<p>TS-Shell allows the <b>Authorization</b> to be specified for every TS-Shell user and group. The rights of a group are inherited by their members.</p>")
++ _("<p>TS-Shell allows the <b>Authorization</b> to be specified for every TS-Shell user and group. The rights of a group are inherited by its members.</p>")
/* TS-Shell dialog help 2/5 */
-+ _("<p>Each allowed z/VM IDs are either selected manually under <b>Selection</b>, defined by a <b>Regex</b> or loaded from a <b>File</b> which consist all allowed z/VM IDs separated by breaks.</p>")
++ _("<p>Each allowed z/VM ID is either selected manually under <b>Selection</b>, defined by a <b>Regex</b> or loaded from a <b>File</b> which consists all allowed z/VM IDs separated by breaks.</p>")
/* TS-Shell dialog help 3/5 */
+ _("<p>By clicking on the button <b>New User</b> addtional TS-Shell users could be created and also deleted by using <b>Delete User</b>.</p>")
@@ -36,7 +36,7 @@
+ _("<p>To add or remove groups from the TS-Shell authorization table or to change the membership of them <b>Manage Groups</b> has to be called.</p>")
/* TS-Shell dialog help 5/5 */
-+ _("<p>With <b>Audited IDs</b> the z/VM IDs could be specified from which transcripts should be gathered."),
++ _("<p>With <b>Audited IDs</b> the z/VM IDs could be specified from which transcripts should be gathered.</p>"),
/* TS-Shell User creation dialog help 1/3 */
@@ -52,7 +52,7 @@
/* TS-Shell Managing Groups dialog help 1/5 */
- "ts-group" : _("<p><b><big>Mange Groups for TS-Authorization</big></b></p>")
+ "ts-group" : _("<p><b><big>Manage Groups for TS-Authorization</big></b></p>")
+ _("<p>It is possible to define TS-Shell authorizations per group so every TS-Shell member of this groups inherits these rights.</p>")
/* TS-Shell Managing Groups dialog help 2/5 */
@@ -66,7 +66,7 @@
<br>To delete previously created groups the <b>YaST users</b> dialog has to be used.</p>")
/* TS-Shell Managing Groups dialog help 5/5 */
-+ _("<p>Changes in this dialog could be undone by using the <b>Back</b> button.<p>"),
++ _("<p>Changes in this dialog could be undone by using the <b>Back</b> button.</p>"),
/* IUCVConn on Login dialog help 1/2 */
Modified: trunk/s390/src/iucvterminal-server/ui.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/s390/src/iucvterminal-server/ui.…
==============================================================================
--- trunk/s390/src/iucvterminal-server/ui.ycp (original)
+++ trunk/s390/src/iucvterminal-server/ui.ycp Mon Oct 31 11:07:53 2011
@@ -501,7 +501,7 @@
if (ts_password == "")
{
UI::SetFocus(`ts_pw1);
- Popup::Notify(_("The passwords doesn't match or are invalid."));
+ Popup::Notify(_("The passwords don't match or are invalid."));
ret = false;
}
// check if the user specifcation is valid and if the name does already exist
Modified: trunk/s390/src/iucvterminal/ui.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/s390/src/iucvterminal/ui.ycp?rev…
==============================================================================
--- trunk/s390/src/iucvterminal/ui.ycp (original)
+++ trunk/s390/src/iucvterminal/ui.ycp Mon Oct 31 11:07:53 2011
@@ -101,7 +101,7 @@
}
else if (regexpmatch(restrict_hvc_to_srvs, "[[:lower:][:digit:]]{9,}"))
{
- Popup::Notify(_("z/VM IDs doesn't allow more than eight characters."));
+ Popup::Notify(_("z/VM IDs don't allow more than eight characters."));
}
else
{
@@ -128,7 +128,7 @@
}
else if (regexpmatch(iucv_name, ".{" + tostring(max_length + 1) + ",}"))
{
- Popup::Notify(sformat(_("IUCV IDs can't be bigger than %1 chars long."), max_length));
+ Popup::Notify(sformat(_("IUCV IDs can't be longer than %1 chars."), max_length));
}
else
{
@@ -227,7 +227,7 @@
+ _("<p><b>IUCVtty</b></p>")
/* IUCVTerminal dialog help 3/11 */
-+ _("<p>Several <b>IUCVtty instances</b> can run to provide multiple terminal devices. The instances are distinguished by a Terminal ID which is a combination of the the <b>Terminal ID Prefix</b> and the number of the instance.<br>")
++ _("<p>Several <b>IUCVtty instances</b> can run to provide multiple terminal devices. The instances are distinguished by a Terminal ID which is a combination of the <b>Terminal ID Prefix</b> and the number of the instance.<br>")
/* IUCVTerminal dialog help 4/11 */
+ _("So if for example 10 instances are defined with the prefix "<i>lxterm</i>" the Terminal IDs from <i>lxterm1</i> to <i>lxterm10</i> would be available.</p>")
@@ -247,7 +247,7 @@
+ _("<p>You can define the emulation for all instances at once or for every one of them on its own.</p>")
/* IUCVTerminal dialog help 9/11 */
-+ _("<p>By activating <b>receive kernel messages on hvc0</b> kernel messages are routed to the hvc0 device instead of ttyS0.<br>")
++ _("<p>By activating <b>route kernel messages to hvc0</b> kernel messages are routed to the hvc0 device instead of ttyS0.<br>")
/* IUCVTerminal dialog help 10/11 */
+_("If you want the kernel messages to still be shown on ttyS0 you have to manually add <b>console=ttyS0</b> to the current boot selection kernel parameter in the <b>YaST bootloader module</b>.</p>")
@@ -287,7 +287,7 @@
),
`VSpacing (vspacing + 0.7),
`Left(
- `CheckBox (`id (`show_kernel_out_on_hvc), _("route &kernel messages to HVC0"))
+ `CheckBox (`id (`show_kernel_out_on_hvc), _("route &kernel messages to hvc0"))
)
,`VSpacing(vspacing + 0.5)),`HSpacing(hspacing))
)
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: thardeck
Date: Mon Oct 31 11:05:25 2011
New Revision: 66640
URL: http://svn.opensuse.org/viewcvs/yast?rev=66640&view=rev
Log:
Created tag branch-Code-11-SP2-2_17_27 for s390
Added:
tags/branch-Code-11-SP2-2_17_27/s390/ (props changed)
- copied from r66639, branches/SuSE-Code-11-SP2-Branch/s390/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: thardeck
Date: Mon Oct 31 11:05:07 2011
New Revision: 66639
URL: http://svn.opensuse.org/viewcvs/yast?rev=66639&view=rev
Log:
- fixed iucvterminal* module typos (bnc#723425)
Modified:
branches/SuSE-Code-11-SP2-Branch/s390/VERSION
branches/SuSE-Code-11-SP2-Branch/s390/package/yast2-s390.changes
branches/SuSE-Code-11-SP2-Branch/s390/src/iucvterminal-server/helps.ycp
branches/SuSE-Code-11-SP2-Branch/s390/src/iucvterminal-server/ui.ycp
branches/SuSE-Code-11-SP2-Branch/s390/src/iucvterminal/ui.ycp
Modified: branches/SuSE-Code-11-SP2-Branch/s390/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/s390/…
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/s390/VERSION (original)
+++ branches/SuSE-Code-11-SP2-Branch/s390/VERSION Mon Oct 31 11:05:07 2011
@@ -1 +1 @@
-2.17.26
+2.17.27
Modified: branches/SuSE-Code-11-SP2-Branch/s390/package/yast2-s390.changes
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/s390/…
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/s390/package/yast2-s390.changes (original)
+++ branches/SuSE-Code-11-SP2-Branch/s390/package/yast2-s390.changes Mon Oct 31 11:05:07 2011
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Oct 31 10:59:47 EDT 2011 - thardeck(a)suse.com
+
+- fixed iucvterminal* module typos (bnc#723425)
+
+-------------------------------------------------------------------
Mon Oct 26 16:06:33 EDT 2011 - thardeck(a)suse.com
- fixed POSIX regex expressions
Modified: branches/SuSE-Code-11-SP2-Branch/s390/src/iucvterminal-server/helps.ycp
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/s390/…
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/s390/src/iucvterminal-server/helps.ycp (original)
+++ branches/SuSE-Code-11-SP2-Branch/s390/src/iucvterminal-server/helps.ycp Mon Oct 31 11:05:07 2011
@@ -24,10 +24,10 @@
/* TS-Shell dialog help 1/5 */
"ts" : _("<p><b><big>TS-Shell</big></b></p>")
-+ _("<p>TS-Shell allows the <b>Authorization</b> to be specified for every TS-Shell user and group. The rights of a group are inherited by their members.</p>")
++ _("<p>TS-Shell allows the <b>Authorization</b> to be specified for every TS-Shell user and group. The rights of a group are inherited by its members.</p>")
/* TS-Shell dialog help 2/5 */
-+ _("<p>Each allowed z/VM IDs are either selected manually under <b>Selection</b>, defined by a <b>Regex</b> or loaded from a <b>File</b> which consist all allowed z/VM IDs separated by breaks.</p>")
++ _("<p>Each allowed z/VM ID is either selected manually under <b>Selection</b>, defined by a <b>Regex</b> or loaded from a <b>File</b> which consists all allowed z/VM IDs separated by breaks.</p>")
/* TS-Shell dialog help 3/5 */
+ _("<p>By clicking on the button <b>New User</b> addtional TS-Shell users could be created and also deleted by using <b>Delete User</b>.</p>")
@@ -36,7 +36,7 @@
+ _("<p>To add or remove groups from the TS-Shell authorization table or to change the membership of them <b>Manage Groups</b> has to be called.</p>")
/* TS-Shell dialog help 5/5 */
-+ _("<p>With <b>Audited IDs</b> the z/VM IDs could be specified from which transcripts should be gathered."),
++ _("<p>With <b>Audited IDs</b> the z/VM IDs could be specified from which transcripts should be gathered.</p>"),
/* TS-Shell User creation dialog help 1/3 */
@@ -52,7 +52,7 @@
/* TS-Shell Managing Groups dialog help 1/5 */
- "ts-group" : _("<p><b><big>Mange Groups for TS-Authorization</big></b></p>")
+ "ts-group" : _("<p><b><big>Manage Groups for TS-Authorization</big></b></p>")
+ _("<p>It is possible to define TS-Shell authorizations per group so every TS-Shell member of this groups inherits these rights.</p>")
/* TS-Shell Managing Groups dialog help 2/5 */
@@ -66,7 +66,7 @@
<br>To delete previously created groups the <b>YaST users</b> dialog has to be used.</p>")
/* TS-Shell Managing Groups dialog help 5/5 */
-+ _("<p>Changes in this dialog could be undone by using the <b>Back</b> button.<p>"),
++ _("<p>Changes in this dialog could be undone by using the <b>Back</b> button.</p>"),
/* IUCVConn on Login dialog help 1/2 */
Modified: branches/SuSE-Code-11-SP2-Branch/s390/src/iucvterminal-server/ui.ycp
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/s390/…
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/s390/src/iucvterminal-server/ui.ycp (original)
+++ branches/SuSE-Code-11-SP2-Branch/s390/src/iucvterminal-server/ui.ycp Mon Oct 31 11:05:07 2011
@@ -501,7 +501,7 @@
if (ts_password == "")
{
UI::SetFocus(`ts_pw1);
- Popup::Notify(_("The passwords doesn't match or are invalid."));
+ Popup::Notify(_("The passwords don't match or are invalid."));
ret = false;
}
// check if the user specifcation is valid and if the name does already exist
Modified: branches/SuSE-Code-11-SP2-Branch/s390/src/iucvterminal/ui.ycp
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/s390/…
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/s390/src/iucvterminal/ui.ycp (original)
+++ branches/SuSE-Code-11-SP2-Branch/s390/src/iucvterminal/ui.ycp Mon Oct 31 11:05:07 2011
@@ -101,7 +101,7 @@
}
else if (regexpmatch(restrict_hvc_to_srvs, "[[:lower:][:digit:]]{9,}"))
{
- Popup::Notify(_("z/VM IDs doesn't allow more than eight characters."));
+ Popup::Notify(_("z/VM IDs don't allow more than eight characters."));
}
else
{
@@ -128,7 +128,7 @@
}
else if (regexpmatch(iucv_name, ".{" + tostring(max_length + 1) + ",}"))
{
- Popup::Notify(sformat(_("IUCV IDs can't be bigger than %1 chars long."), max_length));
+ Popup::Notify(sformat(_("IUCV IDs can't be longer than %1 chars."), max_length));
}
else
{
@@ -227,7 +227,7 @@
+ _("<p><b>IUCVtty</b></p>")
/* IUCVTerminal dialog help 3/11 */
-+ _("<p>Several <b>IUCVtty instances</b> can run to provide multiple terminal devices. The instances are distinguished by a Terminal ID which is a combination of the the <b>Terminal ID Prefix</b> and the number of the instance.<br>")
++ _("<p>Several <b>IUCVtty instances</b> can run to provide multiple terminal devices. The instances are distinguished by a Terminal ID which is a combination of the <b>Terminal ID Prefix</b> and the number of the instance.<br>")
/* IUCVTerminal dialog help 4/11 */
+ _("So if for example 10 instances are defined with the prefix "<i>lxterm</i>" the Terminal IDs from <i>lxterm1</i> to <i>lxterm10</i> would be available.</p>")
@@ -247,7 +247,7 @@
+ _("<p>You can define the emulation for all instances at once or for every one of them on its own.</p>")
/* IUCVTerminal dialog help 9/11 */
-+ _("<p>By activating <b>receive kernel messages on hvc0</b> kernel messages are routed to the hvc0 device instead of ttyS0.<br>")
++ _("<p>By activating <b>route kernel messages to hvc0</b> kernel messages are routed to the hvc0 device instead of ttyS0.<br>")
/* IUCVTerminal dialog help 10/11 */
+_("If you want the kernel messages to still be shown on ttyS0 you have to manually add <b>console=ttyS0</b> to the current boot selection kernel parameter in the <b>YaST bootloader module</b>.</p>")
@@ -287,7 +287,7 @@
),
`VSpacing (vspacing + 0.7),
`Left(
- `CheckBox (`id (`show_kernel_out_on_hvc), _("route &kernel messages to HVC0"))
+ `CheckBox (`id (`show_kernel_out_on_hvc), _("route &kernel messages to hvc0"))
)
,`VSpacing(vspacing + 0.5)),`HSpacing(hspacing))
)
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: jsuchome
Date: Mon Oct 31 09:29:11 2011
New Revision: 66638
URL: http://svn.opensuse.org/viewcvs/yast?rev=66638&view=rev
Log:
Created tag stable-2_21_26 for installation
Added:
tags/stable-2_21_26/installation/
- copied from r66637, trunk/installation/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: fehr
Date: Thu Oct 27 16:09:16 2011
New Revision: 66636
URL: http://svn.opensuse.org/viewcvs/yast?rev=66636&view=rev
Log:
Created tag branch-Code-11-SP2-2_17_119 for storage
Added:
tags/branch-Code-11-SP2-2_17_119/storage/ (props changed)
- copied from r66635, branches/SuSE-Code-11-SP2-Branch/storage/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: fehr
Date: Thu Oct 27 16:09:13 2011
New Revision: 66635
URL: http://svn.opensuse.org/viewcvs/yast?rev=66635&view=rev
Log:
Created tag branch-Code-11-SP2-2_17_119
Added:
tags/branch-Code-11-SP2-2_17_119/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: fehr
Date: Thu Oct 27 15:57:21 2011
New Revision: 66632
URL: http://svn.opensuse.org/viewcvs/yast?rev=66632&view=rev
Log:
Created tag branch-Code-11-SP2-2_17_29 for iscsi-client
Added:
tags/branch-Code-11-SP2-2_17_29/iscsi-client/ (props changed)
- copied from r66631, branches/SuSE-Code-11-SP2-Branch/iscsi-client/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org