home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / YaST2 / include / bootloader / generic / helps.ycp < prev    next >
Text File  |  2006-11-29  |  2KB  |  72 lines

  1. /**
  2.  * File:
  3.  *      include/bootloader/generic/helps.ycp
  4.  *
  5.  * Module:
  6.  *      Bootloader installation and configuration
  7.  *
  8.  * Summary:
  9.  *      Help and label strings for bootloader installation and configuration
  10.  *
  11.  * Authors:
  12.  *      Joachim Plack <jplack@suse.de>
  13.  *
  14.  * $Id$
  15.  *
  16.  */
  17.  
  18.  
  19. {
  20. textdomain "bootloader";
  21.  
  22.  
  23. /*
  24.  * map of UI help messages
  25.  */
  26. global map<string,string>   help_messages = $[
  27.     "boot-loader-location"    : _("<p><big><b>Boot Loader Location</b></big><br>"),
  28.     "boot-menu"            : _("<p><big><b>Boot Menu</b></big><br>
  29. To show the boot loader menu during the boot process, set
  30. <b>Show Boot Menu</b>. Otherwise the boot loader menu will be hidden.
  31. To specify the time-out after which the default
  32. kernel is loaded, set <b>Continue Booting after a Time-Out</b> and
  33. <b>Boot Menu Time-Out</b>.</p>"),
  34.     "section-type"        : _("<p><big><b>Type of the New Section</b></big><br>
  35. Select the type of the new section to create.</p>"),
  36.     "section-list"        : _("<p><big><b>Section List</b></big><br>"),
  37.     "section-editor"        : _("<p><big><b>Section Editor</b></big><br>"),
  38.     "section-name"        : _("<p><big><b>Section Name</b></big><br>"),
  39.     "section-settings"        : _("<p><big><b>Section Settings</b></big><br>"),
  40.     "type_clone"        : _("<p>Select <b>Clone Selected Section</b> to clone the currently selected
  41. section. Then modify the options that should differ from the
  42. selected section.</p>"),
  43.     "type_image"        :
  44. _("<p>Select <b>Kernel (Linux)</b> to add a new Linux kernel or other image
  45. to load and start.</p>"),
  46.     "type_other"        :
  47. _("<p>Select <b>Other System</b> to add a section that
  48. loads and starts a boot sector of a partition of the disk. This is used for
  49. booting other operating systems.</p>"),
  50.     ];
  51.  
  52.  
  53. /*
  54.  * map of UI widget decriptive labels
  55.  */
  56. global map<string,string> descriptions = $[
  57.     "boot"           : _("Boot Image Location"),
  58. ];
  59.  
  60.  
  61. } //EOF
  62.  
  63. /*
  64.  * Local variables:
  65.  *     mode: ycp
  66.  *     mode: font-lock
  67.  *     mode: auto-fill
  68.  *     indent-level: 4
  69.  *     fill-column: 78
  70.  * End:
  71.  */
  72.