/* ------------------------------------------------------------------------------ * Copyright (c) 2006 Novell, Inc. All Rights Reserved. * * * This program is free software; you can redistribute it and/or modify it under * the terms of version 2 of the GNU General Public License as published by the * Free Software Foundation. * * This program 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 General Public License for more details. * * You should have received a copy of the GNU General Public License along with * this program; if not, contact 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 */ }