/** * File: include/novell-casa/helps.ycp * Package: Configuration of novell-casa * Summary: Help texts of all the dialogs * Authors: casa * * $Id: helps.ycp,v 1.4 2004/02/05 11:29:30 msvec Exp $ */ { textdomain "novell-casa"; /** * All helps are here */ map HELPS = $[ /* Read dialog help 1/2 */ "read" : _("

Initializing Novell CASA Configuration
Please wait...

") + /* Read dialog help 2/2 */ _("

Aborting Initialization:
Safely abort the configuration utility by pressing Abort now.

"), /* Write dialog help 1/2 */ "write" : _("

Saving Novell CASA Configuration
Please wait...

") + /* Write dialog help 2/2 */ _("

Aborting Saving:
Abort the save procedure by pressing Abort. An additional dialog informs whether it is safe to do so.

"), /* Summary dialog help 1/3 */ "summary" : _("

Novell CASA Configuration
Configure Novell CASA here.

") + /* Summary dialog help 2/3 */ _("

Adding Novell CASA:
Choose Novell CASA from the list of detected services. If your Novell CASA was not autodetected, use Other (not detected). Then press Configure.

") + /* Summary dialog help 3/3 */ _("

Editing or Deleting:
If you press Edit, an additional dialog in which to change the configuration opens.

"), /* Ovreview dialog help 1/3 */ "overview" : _("

Novell CASA Configuration Overview
Obtain an overview of installed Novell CASA. Additionally edit their configuration.

") + /* Ovreview dialog help 2/3 */ _("

Adding Novell CASA:
Press Add to configure Novell CASA.

") + /* Ovreview dialog help 3/3 */ _("

Editing or Deleting:
Choose Novell CASA to change or remove. Then press Edit or Delete as desired.

"), /* Configure1 dialog help 1/2 */ "c1" : _("

Configure, part one
Please press the Next button.

") + /* Configure1 dialog help 2/2 */ _("

Selecting something:
It is not possible, you must code it first :-)

"), /* Configure2 dialog help 1/2 */ "c2" : _("

Configuration Part Two
Press Next.

") + /* Configure2 dialog help 2/2 */ _("

Selecting something:
It is not possible, you must code it first :-)

"), ]; /* EOF */ }