/** * File: include/CASA/helps.ycp * Package: Configuration of CASA * Summary: Help texts of all the dialogs * Authors: casa * ********************************************************************* * Copyright (C) 2005-2006 Novell, Inc. All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; version 2.1 * of the License. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, Novell, Inc. * * To contact Novell about this file by physical or electronic mail, * you may find current contact information at www.novell.com. * ********************************************************************* * */ { textdomain "CASA"; /** * All helps are here */ map HELPS = $[ /* Read dialog help 1/2 */ "read" : _("

Initializing 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 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 CASA here.

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

Adding CASA:
Choose CASA from the list of detected services. If 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 CASA. Additionally edit their configuration.

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

Adding CASA:
Press Add to configure CASA.

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

Editing or Deleting:
Choose 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 */ }