CASA/casa-yast/src/helps.ycp

120 lines
3.3 KiB
Plaintext
Raw Normal View History

2006-04-14 22:38:26 +02:00
/**
* File: include/CASA/helps.ycp
* Package: Configuration of CASA
2006-04-14 22:38:26 +02:00
* 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.
*
*********************************************************************
*
2006-04-14 22:38:26 +02:00
*/
{
textdomain "CASA";
2006-04-14 22:38:26 +02:00
/**
* All helps are here
*/
map HELPS = $[
/* Read dialog help 1/2 */
"read" : _("<p><b><big>Initializing CASA Configuration</big></b><br>
2006-04-14 22:38:26 +02:00
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>
2006-04-14 22:38:26 +02:00
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>
2006-04-14 22:38:26 +02:00
") +
/* Summary dialog help 2/3 */
_("<p><b><big>Adding CASA:</big></b><br>
Choose CASA from the list of detected services.
If CASA was not autodetected, use <b>Other (not detected)</b>.
2006-04-14 22:38:26 +02:00
Then press <b>Configure</b>.</p>
") +
/* Summary dialog help 3/3 */
_("<p><b><big>Editing or Deleting:</big></b><br>
If you press <b>Edit</b>, an additional dialog in which to change
the configuration opens.</p>
"),
/* Ovreview dialog help 1/3 */
"overview" : _("<p><b><big>CASA Configuration Overview</big></b><br>
Obtain an overview of installed CASA. Additionally
2006-04-14 22:38:26 +02:00
edit their configuration.<br></p>
") +
/* Ovreview dialog help 2/3 */
_("<p><b><big>Adding CASA:</big></b><br>
Press <b>Add</b> to configure CASA.</p>") +
2006-04-14 22:38:26 +02:00
/* Ovreview dialog help 3/3 */
_("<p><b><big>Editing or Deleting:</big></b><br>
Choose CASA to change or remove.
2006-04-14 22:38:26 +02:00
Then press <b>Edit</b> or <b>Delete</b> as desired.</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 */
}