122 lines
3.5 KiB
Plaintext
122 lines
3.5 KiB
Plaintext
/**
|
|
* File: include/CASA/helps.ycp
|
|
* Package: Configuration of CASA
|
|
* Summary: Help texts of all the dialogs
|
|
* Authors: casa <casa@novell.com>
|
|
*
|
|
*********************************************************************
|
|
* 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" : _("<p><b><big>Initializing CASA Configuration</big></b><br>
|
|
Please wait...<br></p>
|
|
") +
|
|
|
|
/* Read dialog help 2/2 */
|
|
_("<p><b><big>Aborting Initialization:</big></b><br>
|
|
Safely abort the configuration utility by pressing <b>Abort</b> now.</p>
|
|
"),
|
|
|
|
/* Write dialog help 1/2 */
|
|
"write" : _("<p><b><big>Saving CASA Configuration</big></b><br>
|
|
Please wait...<br></p>
|
|
") +
|
|
|
|
/* Write dialog help 2/2 */
|
|
_("<p><b><big>Aborting Saving:</big></b><br>
|
|
Abort the save procedure by pressing <b>Abort</b>.
|
|
An additional dialog informs whether it is safe to do so.
|
|
</p>
|
|
"),
|
|
|
|
/* Summary dialog help 1/3 */
|
|
"summary" : _("<p><b><big>CASA Configuration</big></b><br>
|
|
Configure CASA here.<br></p>
|
|
") +
|
|
|
|
/* Summary dialog help 2/3 */
|
|
_("<p><b><big>Configuring CASA:</big></b><br>
|
|
After choosing CASA from <b>Security and Users</b> menu you should press
|
|
the <b>Configure CASA</b> button to configure PAM stack and start
|
|
the service.</p>
|
|
") +
|
|
|
|
/* Summary dialog help 3/3 */
|
|
_("<p><b><big>Unconfiguring CASA:</big></b><br>
|
|
After choosing CASA from <b>Security and Users</b> menu To remove the
|
|
service from PAM Stack and stop it permanently
|
|
you should press <b>Unconfigure CASA</b> button.</p>
|
|
"),
|
|
|
|
/* Ovreview dialog help 1/3 */
|
|
"overview" : _("<p><b><big>CASA Configuration Overview</big></b><br>
|
|
Refer to CASA documentation for additional information on configuring
|
|
and running this product.<br></p>
|
|
") +
|
|
|
|
/* Ovreview dialog help 2/3 */
|
|
_("<p><b><big>Configuring CASA:</big></b><br>
|
|
Choose CASA to install.
|
|
Press <b>Configure CASA</b> to configure CASA.</p>") +
|
|
|
|
/* Ovreview dialog help 3/3 */
|
|
_("<p><b><big>Unconfiguring CASA:</big></b><br>
|
|
Choose CASA to remove.
|
|
Then press <b>Unconfigure CASA</b> ed.</p>
|
|
"),
|
|
|
|
/* Configure1 dialog help 1/2 */
|
|
"c1" : _("<p><b><big>Configure, part one</big></b><br>
|
|
Please press the <b>Next</b> button.
|
|
<br></p>") +
|
|
|
|
/* Configure1 dialog help 2/2 */
|
|
_("<p><b><big>Selecting something:</big></b><br>
|
|
It is not possible, you must code it first :-)
|
|
</p>"),
|
|
|
|
/* Configure2 dialog help 1/2 */
|
|
"c2" : _("<p><b><big>Configuration Part Two</big></b><br>
|
|
Press <b>Next</b>.
|
|
<br></p>
|
|
") +
|
|
|
|
/* Configure2 dialog help 2/2 */
|
|
_("<p><b><big>Selecting something:</big></b><br>
|
|
It is not possible, you must code it first :-)
|
|
</p>"),
|
|
|
|
];
|
|
|
|
/* EOF */
|
|
}
|