Obtain an overview of installed iSCSI initiators. Additionally
edit their configurations.<br></p>
") +
/* Ovreview dialog help 2/3 */
_("<p><b><big>Adding an iSCSI Initiator</big></b><br>
Press <b>Add</b> to configure an iSCSI initiator.</p>
") +
/* Ovreview dialog help 3/3 */
_("<p><b><big>Editing or Deleting</big></b><br>
Choose an iSCSI Initiator to change or remove.
Then press <b>Edit</b> or <b>Delete</b> as desired.</p>
"),
// table of connected targets
"server_table" : _("List of current sessions. To add a new target, press <b>Add</b>.
To remove one, select it and press <b>Log Out</b>.
To change start-up status, press <b>Toggle</b>.
") +
/* Warning */
_("<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>
"),
// discovery new target
"discovery" : _("<h1>iSCSI Initiator</h1>") + _("Enter the <b>IP Address</b> of the discovered server.
Only change <b>Port</b> if needed. For authentication, use <b>Username</b> and <b>Password</b>. If you do not need authentication,
select <b>No Authentication</b>.
") +
/* Warning */
_("<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"),
// dialog for all targets from portal (connected/disconnected)
"targets_table" : _("<h1>iSCSI Initiator</h1>")
+ _("List of nodes offered by the iSCSI target. Select one item and click <b>Connect</b>. "),
// authentification dialog for add/discovery target
"conn_auth" : _("<h1>iSCSI Initiator</h1>") +_("Select the type of authentication and enter the <b>Username</b> and <b>Password</b>."),
// list of discovered targets
"discovered" : _("List of discovered targets. Start a new <b>Discovery</b> or <b>Connect</b> to any target."),