/** * 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" : _("

CASA Configuration
Configure CASA here.

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

Configuring CASA:
After choosing CASA from Security and Users menu you should press the Configure CASA button to configure PAM stack and start the service.

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

Unconfiguring CASA:
After choosing CASA from Security and Users menu To remove the service from PAM Stack and stop it permanently you should press Unconfigure CASA button.

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

CASA Configuration Overview
Refer to CASA documentation for additional information on configuring and running this product.

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

Configuring CASA:
Choose CASA to install. Press Configure CASA to configure CASA.

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

Unconfiguring CASA:
Choose CASA to remove. Then press Unconfigure CASA ed.

"), /* 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 */ }