home *** CD-ROM | disk | FTP | other *** search
- /**
- * File:
- * include/bootloader/generic/helps.ycp
- *
- * Module:
- * Bootloader installation and configuration
- *
- * Summary:
- * Help and label strings for bootloader installation and configuration
- *
- * Authors:
- * Joachim Plack <jplack@suse.de>
- *
- * $Id$
- *
- */
-
-
- {
- textdomain "bootloader";
-
-
- /*
- * map of UI help messages
- */
- global map<string,string> help_messages = $[
- "boot-loader-location" : _("<p><big><b>Boot Loader Location</b></big><br>"),
- "boot-menu" : _("<p><big><b>Boot Menu</b></big><br>
- To show the boot loader menu during the boot process, set
- <b>Show Boot Menu</b>. Otherwise the boot loader menu will be hidden.
- To specify the time-out after which the default
- kernel is loaded, set <b>Continue Booting after a Time-Out</b> and
- <b>Boot Menu Time-Out</b>.</p>"),
- "section-type" : _("<p><big><b>Type of the New Section</b></big><br>
- Select the type of the new section to create.</p>"),
- "section-list" : _("<p><big><b>Section List</b></big><br>"),
- "section-editor" : _("<p><big><b>Section Editor</b></big><br>"),
- "section-name" : _("<p><big><b>Section Name</b></big><br>"),
- "section-settings" : _("<p><big><b>Section Settings</b></big><br>"),
- "type_clone" : _("<p>Select <b>Clone Selected Section</b> to clone the currently selected
- section. Then modify the options that should differ from the
- selected section.</p>"),
- "type_image" :
- _("<p>Select <b>Kernel (Linux)</b> to add a new Linux kernel or other image
- to load and start.</p>"),
- "type_other" :
- _("<p>Select <b>Other System</b> to add a section that
- loads and starts a boot sector of a partition of the disk. This is used for
- booting other operating systems.</p>"),
- ];
-
-
- /*
- * map of UI widget decriptive labels
- */
- global map<string,string> descriptions = $[
- "boot" : _("Boot Image Location"),
- ];
-
-
- } //EOF
-
- /*
- * Local variables:
- * mode: ycp
- * mode: font-lock
- * mode: auto-fill
- * indent-level: 4
- * fill-column: 78
- * End:
- */
-