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 / iscsi-client / helps.ycp < prev    next >
Text File  |  2006-11-29  |  4KB  |  108 lines

  1. /**
  2.  * File:    include/iscsi-client/helps.ycp
  3.  * Package:    Configuration of iscsi-client
  4.  * Summary:    Help texts of all the dialogs
  5.  * Authors:    Michal Zugec <mzugec@suse.cz>
  6.  *
  7.  * $Id: helps.ycp 30687 2006-05-04 12:03:47Z mzugec $
  8.  */
  9.  
  10. {
  11.  
  12. textdomain "iscsi-client";
  13.  
  14. /**
  15.  * All helps are here
  16.  */
  17. map HELPS = $[
  18.  
  19.     /* Read dialog help 1/2 */
  20.     "read" : _("<p><b><big>Initializing iSCSI Initiator Configuration</big></b><br>
  21. Please wait...<br></p>
  22. ") +
  23.  
  24.     /* Read dialog help 2/2 */
  25.     _("<p><b><big>Aborting Initialization</big></b><br>
  26. Safely abort the configuration utility by pressing <b>Abort</b> now.</p>
  27. "),
  28.  
  29.     /* Write dialog help 1/2 */
  30.     "write" : _("<p><b><big>Saving iSCSI Initiator Configuration</big></b><br>
  31. Please wait...<br></p>
  32. ") +
  33.  
  34.     /* Write dialog help 2/2 */
  35. _("<p><b><big>Aborting Saving</big></b><br>
  36. Abort the save procedure by pressing <b>Abort</b>.
  37. An additional dialog informs whether it is safe to do so.
  38. </p>
  39. "),
  40.  
  41.     /* Summary dialog help 1/3 */
  42.     "summary" : _("<p><b><big>iSCSI Initiator Configuration</big></b><br>
  43. Configure an iSCSI initiator here.<br></p>
  44. ") +
  45.  
  46.     /* Summary dialog help 2/3 */
  47.     _("<p><b><big>Adding an iSCSI Initiator</big></b><br>
  48. Select an iSCSI initiator from the list of detected initiators.
  49. If your iSCSI initiator was not detected, use <b>Other (not detected)</b>.
  50. Then press <b>Configure</b>.</p>
  51. ") +
  52.  
  53.     /* Summary dialog help 3/3 */
  54.     _("<p><b><big>Editing or Deleting</big></b><br>
  55. If you press <b>Edit</b>, an additional dialog in which to change
  56. the configuration opens.</p>
  57. "),
  58.  
  59.     /* Ovreview dialog help 1/3 */
  60.     "overview" : _("<p><b><big>iSCSI Initiator Configuration Overview</big></b><br>
  61. Obtain an overview of installed iSCSI initiators. Additionally
  62. edit their configurations.<br></p>
  63. ") +
  64.  
  65.     /* Ovreview dialog help 2/3 */
  66. _("<p><b><big>Adding an iSCSI Initiator</big></b><br>
  67. Press <b>Add</b> to configure an iSCSI initiator.</p>
  68. ") +
  69.  
  70.     /* Ovreview dialog help 3/3 */
  71. _("<p><b><big>Editing or Deleting</big></b><br>
  72. Choose an iSCSI Initiator to change or remove.
  73. Then press <b>Edit</b> or <b>Delete</b> as desired.</p>
  74. "),
  75.  
  76.  // table of connected targets
  77.  "server_table" : _("List of current sessions. To add a new target, press <b>Add</b>.
  78. To remove one, select it and press <b>Log Out</b>.
  79. To change start-up status, press <b>Toggle</b>.
  80. ") +
  81.  
  82.     /* Warning */
  83. _("<h1>Warning</h1>") + _("<p>When accessing an iSCSI device <b>READ</b>/<b>WRITE</b>, make sure that this access is exclusive. Otherwise there is a potential risk of data corruption.</p>
  84. "),
  85.  
  86.  // discovery new target
  87.  "discovery"    : _("<h1>iSCSI Initiator</h1>") + _("Enter the <b>IP Address</b> of the discovered server.
  88. Only change <b>Port</b> if needed. For authentication, use <b>Username</b> and <b>Password</b>. If you do not need authentication,
  89. select <b>No Authentication</b>.
  90. ") +
  91.     /* Warning */
  92. _("<h1>Warning</h1>") + _("<p>When accessing an iSCSI device <b>READ</b>/<b>WRITE</b>, make sure that this access is exclusive. Otherwise there is a potential risk of data corruption.</p>\n"),
  93.  
  94.  // dialog for all targets from portal (connected/disconnected)
  95.  "targets_table" : _("<h1>iSCSI Initiator</h1>")
  96.             + _("List of nodes offered by the iSCSI target. Select one item and click <b>Connect</b>.  "),
  97.  
  98.  // authentification dialog for add/discovery target
  99.  "conn_auth"    : _("<h1>iSCSI Initiator</h1>") +_("Select the type of authentication and enter the <b>Username</b> and <b>Password</b>."),
  100.  
  101.  // list of discovered targets
  102.  "discovered"    : _("List of discovered targets. Start a new <b>Discovery</b> or <b>Connect</b> to any target."),
  103.  
  104. ];
  105.  
  106. /* EOF */
  107. }
  108.