[yast-commit] r67783 - in /trunk/kerberos-server: package/yast2-kerberos-server.changes src/KerberosServer.pm src/helps.ycp
Author: jsuchome Date: Thu Mar 29 15:20:20 2012 New Revision: 67783 URL: http://svn.opensuse.org/viewcvs/yast?rev=67783&view=rev Log: - merged proofread texts Modified: trunk/kerberos-server/package/yast2-kerberos-server.changes trunk/kerberos-server/src/KerberosServer.pm trunk/kerberos-server/src/helps.ycp Modified: trunk/kerberos-server/package/yast2-kerberos-server.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/kerberos-server/package/yast2-kerberos-server.changes?rev=67783&r1=67782&r2=67783&view=diff ============================================================================== --- trunk/kerberos-server/package/yast2-kerberos-server.changes (original) +++ trunk/kerberos-server/package/yast2-kerberos-server.changes Thu Mar 29 15:20:20 2012 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 29 15:20:06 CEST 2012 - jsuchome@suse.cz + +- merged proofread texts + +------------------------------------------------------------------- Mon Sep 26 11:26:40 CEST 2011 - visnov@suse.cz - Set dialog title and icon Modified: trunk/kerberos-server/src/KerberosServer.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/kerberos-server/src/KerberosServer.pm?rev=67783&r1=67782&r2=67783&view=diff ============================================================================== --- trunk/kerberos-server/src/KerberosServer.pm (original) +++ trunk/kerberos-server/src/KerberosServer.pm Thu Mar 29 15:20:20 2012 @@ -838,7 +838,7 @@ if(! -e "/usr/share/doc/packages/krb5/kerberos.schema") { y2error("Kerberos schema file not found"); - $errorMsg = _("Kerberos schema file not found"); + $errorMsg = _("Kerberos schema file not found."); $errorDetails = "/usr/share/doc/packages/krb5/kerberos.schema not found."; return 0; } @@ -1122,7 +1122,7 @@ my $pid = open3(\*IN, \*OUT, \*ERR, "/usr/lib/mit/sbin/kdb5_ldap_util", @cmdArgs) or do { y2error("Can not execute kdb5_ldap_util: $!"); - $errorMsg = _("Cannot execute kdb5_ldap_util ."); + $errorMsg = _("Cannot execute kdb5_ldap_util."); $errorDetails = "$!"; return 0; }; @@ -1170,7 +1170,7 @@ $pid = open3(\*IN, \*OUT, \*ERR, "/usr/lib/mit/sbin/kdb5_ldap_util", @cmdArgs) or do { y2error("Can not execute kdb5_ldap_util: $!"); - $errorMsg = _("Cannot execute kdb5_ldap_util ."); + $errorMsg = _("Cannot execute kdb5_ldap_util."); $errorDetails = "$!"; return 0; }; @@ -1219,7 +1219,7 @@ $pid = open3(\*IN, \*OUT, \*ERR, "/usr/lib/mit/sbin/kdb5_ldap_util", @cmdArgs) or do { y2error("Can not execute kdb5_ldap_util: $!"); - $errorMsg = _("Cannot execute kdb5_ldap_util ."); + $errorMsg = _("Cannot execute kdb5_ldap_util."); $errorDetails = "$!"; return 0; }; @@ -1962,7 +1962,7 @@ my $pid = open3(\*IN, \*OUT, \*ERR, "/usr/lib/mit/sbin/kdb5_ldap_util", @cmdArgs) or do { y2error("Cannot execute kdb5_ldap_util: $!"); - $errorMsg = _("Cannot execute kdb5_ldap_util ."); + $errorMsg = _("Cannot execute kdb5_ldap_util."); $errorDetails = "$!"; return 0; }; @@ -2129,7 +2129,7 @@ my $pid = open3(\*IN, \*OUT, \*ERR, "/usr/lib/mit/sbin/kdb5_util", @cmdArgs) or do { y2error("Can not execute kdb5_util: $!"); - $errorMsg = _("Cannot execute kdb5_util ."); + $errorMsg = _("Cannot execute kdb5_util."); $errorDetails = "$!"; return 0; }; @@ -2324,7 +2324,7 @@ # KerberosServer read dialog caption - my $caption = __("Initializing Kerberos server configuration"); + my $caption = __("Initializing Kerberos Server Configuration"); my $steps = 2; @@ -2421,7 +2421,7 @@ $errorDetails = ""; # KerberosServer read dialog caption - my $caption = __("Saving Kerberos server configuration"); + my $caption = __("Saving Kerberos Server Configuration"); my $steps = 2; Modified: trunk/kerberos-server/src/helps.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/kerberos-server/src/helps.ycp?rev=67783&r1=67782&r2=67783&view=diff ============================================================================== --- trunk/kerberos-server/src/helps.ycp (original) +++ trunk/kerberos-server/src/helps.ycp Thu Mar 29 15:20:20 2012 @@ -38,7 +38,7 @@ /* Read dialog help 1/2 */ "read" : _("<p><b><big>Initializing Kerberos Server Configuration</big></b><br> -Please wait...<br></p> +</p> ") + /* Read dialog help 2/2 */ @@ -48,7 +48,7 @@ /* Write dialog help 1/2 */ "write" : _("<p><b><big>Saving Kerberos Server Configuration</big></b><br> -Please wait...<br></p> +</p> ") + /* Write dialog help 2/2 */ @@ -58,7 +58,7 @@ </p> "), /* Help text: ask for database backend 1/4 */ - "AskDBtype" : _("<p>Here you specify where the Kerberos server should store the data.</p>") + + "AskDBtype" : _("<p>Specify where the Kerberos server should store the data.</p>") + /* Help text: ask for database backend 2/4 */ _("<p><big>Local Database</big> will create a local database for storing the credentials.</p>") + @@ -69,13 +69,13 @@ ") + /* Help text: ask for database backend 4/4 */ - _("<p><big>Use Existing LDAP Server as Database Back-End</big> gives you the possibility -to use an external LDAP server as database back-end.</p> + _("<p><big>Use Existing LDAP Server as Database Back-End</big> gives you the +option to use an external LDAP server as database back-end.</p> "), /* Help text: basic settings 1/2 */ - "basic" : _("<p>Here you can specify the <big>Realm</big> and the <big>Master Password</big> for your Kerberos server.</p>") + + "basic" : _("<p>Specify the <big>Realm</big> and the <big>Master Password</big> for your Kerberos server.</p>") + /* Help text: basic settings 2/2 */ _("<p>Although your Kerberos realm can be any ASCII string, the convention is to use upper-case letters as in your domain name.</p> @@ -86,7 +86,7 @@ "useldap" : _("<p>In this dialog, edit some parameters for the LDAP server.</p>") + /* Help text: Use existing LDAP server 2/6 */ - _("<p><big>LDAP Server URI</big> specify the location of the LDAP server.For example,<tt>ldaps://host.domain.com</tt> .</p>") + + _("<p>With <big>LDAP Server URI</big> specify the location of the LDAP\nserver. For example, <tt>ldaps://host.domain.com</tt>.</p>") + /* Help text: Use existing LDAP server 3/6 */ _("<p>With <big>LDAP Base DN</big> you can change the base DN of the LDAP server.</p>") + @@ -144,7 +144,7 @@ "adv_database_name" : _("<p>This string specifies the location of the Kerberos database for this realm.</p>"), /* advanced item help: acl_file*/ - "adv_acl_file" : _("<p>This string specifies the location of the access control list (acl) file that kadmin uses to determine the principals' permissions on the database.</p>"), + "adv_acl_file" : _("<p>This string specifies the location of the access control list (ACL) file that kadmin uses to determine the principals' permissions on the database.</p>"), /* advanced item help: admin_keytab */ "adv_admin_keytab" : _("<p>This string specifies the location of the keytab file that kadmin uses to authenticate to the database.</p>"), @@ -242,7 +242,7 @@ "adv_ldap_conns_per_server" : _("<p>This LDAP specific tag indicates the number of connections to be maintained via the LDAP server.</p>"), /* advanced item help : ldap_service_password_file*/ - "adv_ldap_service_password_file" : _("<p>This LDAP specific tag indicates the file containing the stashed passwords for the objects used for starting the Kerberos servers.</p>"), + "adv_ldap_service_password_file" : _("<p>This LDAP-specific tag indicates the file containing the stashed passwords for the objects used for starting the Kerberos servers.</p>"), /* advanced item help : kdb_subtrees*/ "adv_kdb_subtrees" : _("<p>Specifies the list of subtrees containing the principals of a realm. The list contains the DNs of the subtree objects separated by colon(:).</p><p>The search scope specifies the scope for searching the principals under the subtree.</p>"), -- 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