[yast-commit] r67781 - in /trunk/kerberos-client: VERSION package/yast2-kerberos-client.changes src/dialogs.ycp
Author: jsuchome Date: Thu Mar 29 15:18:57 2012 New Revision: 67781 URL: http://svn.opensuse.org/viewcvs/yast?rev=67781&view=rev Log: - merged proofread texts Modified: trunk/kerberos-client/VERSION trunk/kerberos-client/package/yast2-kerberos-client.changes trunk/kerberos-client/src/dialogs.ycp Modified: trunk/kerberos-client/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/kerberos-client/VERSION?rev=67781&r1=67780&r2=67781&view=diff ============================================================================== --- trunk/kerberos-client/VERSION (original) +++ trunk/kerberos-client/VERSION Thu Mar 29 15:18:57 2012 @@ -1 +1 @@ -2.22.1 +2.22.2 Modified: trunk/kerberos-client/package/yast2-kerberos-client.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/kerberos-client/package/yast2-kerberos-client.changes?rev=67781&r1=67780&r2=67781&view=diff ============================================================================== --- trunk/kerberos-client/package/yast2-kerberos-client.changes (original) +++ trunk/kerberos-client/package/yast2-kerberos-client.changes Thu Mar 29 15:18:57 2012 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Mar 29 15:18:30 CEST 2012 - jsuchome@suse.cz + +- merged proofread texts +- 2.22.2 + +------------------------------------------------------------------- Fri Jan 13 11:53:33 CET 2012 - jsuchome@suse.cz - confirmed license Modified: trunk/kerberos-client/src/dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/kerberos-client/src/dialogs.ycp?rev=67781&r1=67780&r2=67781&view=diff ============================================================================== --- trunk/kerberos-client/src/dialogs.ycp (original) +++ trunk/kerberos-client/src/dialogs.ycp Thu Mar 29 15:18:57 2012 @@ -465,7 +465,7 @@ // checkbox label "label" : _("For&wardable"), // help text - "help" : _("<p><b>Forwardable</b> lets you transfer your complete identity (TGT) to another machine. <b>Proxiable</b> only lets you transfer particular tickets. Select if the options should be applied to all PAM services, none of them or enter a list of services separated by spaces.</p>"), + "help" : _("<p><b>Forwardable</b> lets you transfer your complete identity (TGT) to another machine. <b>Proxiable</b> only lets you transfer particular tickets. Select wheter the options should be applied to all PAM services, none of them or enter a list of services separated by spaces.</p>"), "init" : InitCombo, "store" : StoreDescription, "handle" : HandleDescription, @@ -496,7 +496,7 @@ // checkbox label "label" : _("Kerberos Support for Open&SSH Client"), // help text - "help" : _("<p>To enable Kerberos support for your OpenSSH client, select <b>Kerberos Support for OpenSSH Client</b>. In such a case, Kerberos tickets are used for user authentication on the SSH server.</p>"), + "help" : _("<p>To enable Kerberos support for your OpenSSH client, select <b>Kerberos Support for OpenSSH Client</b>. In this case, Kerberos tickets are used for user authentication on the SSH server.</p>"), "init" : InitCheckBox, "store" : StoreDescription, "handle" : HandleDescription, @@ -682,9 +682,9 @@ "widget" : `combobox, "opt" : [ `hstretch, `notify, `editable ], // textentry label - "label" : _("E&xternal credentials"), + "label" : _("E&xternal Credentials"), // help text - "help" : _("<p>List the services allowed to provide credentials in <b>External credentials</b>.</p>"), + "help" : _("<p>List the services allowed to provide credentials in <b>External Credentials</b>.</p>"), "init" : InitCombo, "store" : StoreDescription, "handle" : HandleDescription, -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn2.opensuse.org