/*********************************************************************** * * Copyright (C) 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. * ***********************************************************************/ /** * File: include/casa-ats/helps.ycp * Package: Configuration of casa-ats * Summary: Help texts of all the dialogs * Authors: Ryan Partridge * * $Id: helps.ycp 27914 2006-02-13 14:32:08Z locilka $ */ { textdomain "casa-ats"; /** * All helps are here */ map HELPS = $[ /* Read dialog help 1/2 */ "read" : _("

Initializing CASA Authentication Token Service 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 Authentication Token Service 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.

"), /* ATS info dialog help 1/3 */ "atsinfo" : _("

CASA Authentication Token Service Configuration
Configure the CASA Authentication Token Service here.

"), ]; /* EOF */ }