[yast-commit] r67780 - in /trunk/kdump: package/yast2-kdump.changes src/dialogs.ycp src/helps.ycp src/kdump.ycp
Author: jsuchome Date: Thu Mar 29 15:18:11 2012 New Revision: 67780 URL: http://svn.opensuse.org/viewcvs/yast?rev=67780&view=rev Log: - merged proofread texts Modified: trunk/kdump/package/yast2-kdump.changes trunk/kdump/src/dialogs.ycp trunk/kdump/src/helps.ycp trunk/kdump/src/kdump.ycp Modified: trunk/kdump/package/yast2-kdump.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/kdump/package/yast2-kdump.changes?rev=67780&r1=67779&r2=67780&view=diff ============================================================================== --- trunk/kdump/package/yast2-kdump.changes (original) +++ trunk/kdump/package/yast2-kdump.changes Thu Mar 29 15:18:11 2012 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 29 15:17:59 CEST 2012 - jsuchome@suse.cz + +- merged proofread texts + +------------------------------------------------------------------- Thu Sep 29 11:48:29 CEST 2011 - visnov@suse.cz - set dialog title Modified: trunk/kdump/src/dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/kdump/src/dialogs.ycp?rev=67780&r1=67779&r2=67780&view=diff ============================================================================== --- trunk/kdump/src/dialogs.ycp (original) +++ trunk/kdump/src/dialogs.ycp Thu Mar 29 15:18:11 2012 @@ -362,7 +362,7 @@ ) ))), - `Frame ( _("Notification Email addresses"),`HBox(`HSpacing(1),`VBox( + `Frame ( _("Notification Email Addresses"),`HBox(`HSpacing(1),`VBox( `Left("NotificationTo"), `Left("NotificationCC") ))), @@ -387,7 +387,7 @@ `Left("KdumpCommandLineAppend") ))), `VSpacing(1), - `Frame ( _("Dumps Settings"),`HBox(`HSpacing(1),`VBox( + `Frame ( _("Dump Settings"),`HBox(`HSpacing(1),`VBox( `Left("EnableDeleteImages"), `Left("NumberDumps"), `Left("EnableReboot"), Modified: trunk/kdump/src/helps.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/kdump/src/helps.ycp?rev=67780&r1=67779&r2=67780&view=diff ============================================================================== --- trunk/kdump/src/helps.ycp (original) +++ trunk/kdump/src/helps.ycp Thu Mar 29 15:18:11 2012 @@ -39,7 +39,7 @@ /*Enable/Disable Kdump - RadioButtons 1/1*/ "StartRadioBut" : _("<p><b>Enable/Disable Kdump</b><br> Enable or disable kdump. The boot option crashkernel parameter is added/removed. - To apply changes a reboot is necessary.<br></p> + To apply changes, a reboot is necessary.<br></p> "), @@ -79,7 +79,9 @@ <i>Server Name</i> - The name of server. <i>Port</i> - The port number for connection. <i>Directory on Server</i> - The path for saving kdump images. - <i>User Name</i> for ssh connection. <i>Password</i> for ssh connection.<br></p>")+ + <i>User Name</i> for SSH connection. + <i>Password</i> for SSH connection.<br></p> +")+ /* Dump Format - RadioButtons 5/6*/ _("<p><b>NFS</b> - Save kdump image on NFS. <i>Server Name</i> - The name of nfs server. @@ -104,9 +106,10 @@ /* Kdump Command Line Append - TextEntry 1/1*/ "KdumpCommandLineAppend" : _("<p><b>Kdump Command Line Append</b> - Setting this option means _append_ values to the default command line string. + Set this option to _append_ values to the default command line string. The string will be appended if the <i>Kdump Command Line</i> - is set. <br></p>\n"), + is set. <br></p> +"), /* Enable Immediate Reboot After Saving the Core - CheckBox 1/1*/ "EnableReboot" : _("<p><b>Enable Immediate Reboot After Saving the Core</b> - @@ -119,30 +122,34 @@ /*Enable Copy Ke&rnel into the Dump Directory - CheckBox 1/1*/ "EnableCopyKernel" : _("<p><b>Enable Copy Kernel into the Dump Directory</b> - - If it is selected the kernel itself and the - debugging information (if installed) gets copied into the dump - directory. The default is \"off\". It is useful have - everything in place for debugging.<br></p>"), + If this option is selected, the kernel and the + debugging information (if installed) are copied into the dump + directory. The default is \"off\". It is useful to have + everything in place for debugging.<br></p> +"), /* SMTP Server*/ - "SMTPServer" : _("<p><b>SMTP Server</b> used for sending a notification email after a dump has been taken.</p>"), + "SMTPServer" : _("<p><b>SMTP Server</b> used for sending a notification email after a dump.</p>"), /*SMTP User Name */ - "SMTPUser" : _("<p><b>User Name</b> for SMTP authetication when <i>SMTP Server</i> is set. This is optional, - without username/password, plain SMTP will be used.</p>"), + "SMTPUser" : _("<p><b>User Name</b> for SMTP authetication when <i>SMTP Server</i> is + set. This is optional. If you do not specifiy a username and password, plain SMTP will be used.</p> +"), /*SMTP Password */ - "SMTPPassword": _("<p><b>Password</b> for SMTP authetication when <i>SMTP Server</i> is set. This is optional, - without username/password, plain SMTP will be used</p>"), + "SMTPPassword": _("<p><b>Password</b> for SMTP authetication when <i>SMTP Server</i> is set. This + is optional. If you do not specify a username and password, plain SMTP will be used.</p> +"), /* Notification To (email addresses) */ - "NotificationTo": _("<p><b>Notification To</b> mail address to which a notification mail will be sent when a dump has been - saved.</p>"), + "NotificationTo": _("<p><b>Notification To</b> Specify the email address to which a notification email will be sent when a dump has been saved.</p> +"), /* Notification CC (email addresses) */ - "NotificationCC": _("<p><b>Notification CC</b> is list of space-separated mail addresses to which notification mail will be - sent via Cc if a dump has been saved.</p>"), + "NotificationCC": _("<p><b>Notification CC</b> Specify a list of space-separated email addresses to + which a notification email will be sent via cc if a dump has been saved.</p> +"), /* Number of Old Dumps (number) */ "NumberDumps" : _("<p><b>Number of Old Dumps</b> specifies how many old dumps are kept. If the number of dump files Modified: trunk/kdump/src/kdump.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/kdump/src/kdump.ycp?rev=67780&r1=67779&r2=67780&view=diff ============================================================================== --- trunk/kdump/src/kdump.ycp (original) +++ trunk/kdump/src/kdump.ycp Thu Mar 29 15:18:11 2012 @@ -584,7 +584,7 @@ return true; } else { // TRANSLATORS: CommandLine error message - CommandLine::Error(_("Wrong value of options \"server\".")); + CommandLine::Error(_("Wrong value for option \"server\".")); return false; } @@ -605,7 +605,7 @@ return true; } else { // TRANSLATORS: CommandLine error message - CommandLine::Error(_("Wrong value of options \"user\".")); + CommandLine::Error(_("Wrong value for option \"user\".")); return false; } @@ -642,7 +642,7 @@ return true; } else { // TRANSLATORS: CommandLine error message - CommandLine::Error(_("Wrong value of options \"email\".")); + CommandLine::Error(_("Wrong value for option \"email\".")); return false; } @@ -663,7 +663,7 @@ return true; } else { // TRANSLATORS: CommandLine error message - CommandLine::Error(_("Wrong value of options \"email\".")); + CommandLine::Error(_("Wrong value for option \"email\".")); return false; } @@ -794,7 +794,7 @@ "smtpserver": $[ "handler" : cmdKdumpSMTPServer, // TRANSLATORS: CommandLine help - "help" : _("SMTP Server for sending notification messages."), + "help" : _("SMTP server for sending notification messages."), "example" : [ "smtpserver server=smtp.server.com", ], @@ -803,7 +803,7 @@ "smtpuser": $[ "handler" : cmdKdumpSMTPUser, // TRANSLATORS: CommandLine help - "help" : _("SMTP Username for sending notification messages."), + "help" : _("SMTP username for sending notification messages."), "example" : [ "smtpuser user=foo_user", ], @@ -812,7 +812,7 @@ "smtppass": $[ "handler" : cmdKdumpSMTPPass, // TRANSLATORS: CommandLine help - "help" : _("SMTP Password for sending notification messages. Path of file which includes password (plain text file)"), + "help" : _("SMTP password for sending notification messages. Path of file which includes password (plain text file)."), "example" : [ "smtppass pass=/path/to/file", ], -- 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