OSDN Git Service

Some translation
authorKazuhiro Ogura <rgoura@karesansui-project.info>
Fri, 2 Jul 2010 02:56:51 +0000 (11:56 +0900)
committerKazuhiro Ogura <rgoura@karesansui-project.info>
Fri, 2 Jul 2010 02:56:51 +0000 (11:56 +0900)
bin/start_iscsi.py
doc/messages.pot
karesansui/gadget/guestby1.py
karesansui/locale/en/LC_MESSAGES/messages.mo
karesansui/locale/en/LC_MESSAGES/messages.po
karesansui/locale/ja/LC_MESSAGES/messages.mo
karesansui/locale/ja/LC_MESSAGES/messages.po
karesansui/templates/default/hostby1watch/hostby1watch.input

index e5ca842..a8b8895 100755 (executable)
@@ -55,7 +55,7 @@ class StartIscsi(KssCommand):
         chkopts(opts)
         self.up_progress(10)
 
-        is_already_exist = False
+        already_exists = False
 
         session_command_args = (ISCSI_CMD,
                                 ISCSI_CMD_OPTION_MODE,
@@ -78,12 +78,12 @@ class StartIscsi(KssCommand):
                 if opts.host:
                     if opts.host != session['hostname']:
                         continue
-                is_already_exist = True
+                already_exists = True
                 break
 
-        if is_already_exist is True:
-            self.logger.info("Login to [target: %s]: already exists" % (opts.iqn))
-            print >>sys.stdout, _("Login to [target: %s]: already exists") % (opts.iqn)
+        if already_exists is True:
+            self.logger.info("[target: %s]: already exists" % (opts.iqn))
+            print >>sys.stdout, _("[target: %s]: already exists") % (opts.iqn)
         else:
             login_command_args = [ISCSI_CMD,
                                   ISCSI_CMD_OPTION_MODE,
@@ -101,7 +101,7 @@ class StartIscsi(KssCommand):
             self.up_progress(50)
 
             if login_rc != 0:
-                raise KssCommandException('Failed to login iSCSI. - host=%s iqn=%s message=%s' % (opts.host, opts.iqn, login_res))
+                raise KssCommandException('Failed to login to iSCSI. - host=%s iqn=%s message=%s' % (opts.host, opts.iqn, login_res))
 
             for line in login_res:
                 if not line:
index 6f30f35..95ad32c 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2010-06-24 14:08+0900\n"
+"POT-Creation-Date: 2010-07-02 11:56+0900\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,25 +17,25 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 0.9.4\n"
 
-#: /root/karesansui.git/bin/add_bonding.py:45
+#: /root/karesansui.git/bin/add_bonding.py:48
 #: /root/karesansui.git/bin/delete_bonding.py:48
 msgid "Bonding Target Device Name"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_bonding.py:46
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:86
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:146
+#: /root/karesansui.git/bin/add_bonding.py:49
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:106
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:164
 msgid "Bonding Mode"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_bonding.py:47
+#: /root/karesansui.git/bin/add_bonding.py:50
 msgid "Primary Device Name"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_disk.py:81
-#: /root/karesansui.git/bin/add_nic.py:73
-#: /root/karesansui.git/bin/append_disk.py:69
-#: /root/karesansui.git/bin/apply_snapshot.py:69
+#: /root/karesansui.git/bin/add_disk.py:40
+#: /root/karesansui.git/bin/add_nic.py:38
+#: /root/karesansui.git/bin/append_disk.py:38
+#: /root/karesansui.git/bin/apply_snapshot.py:38
 #: /root/karesansui.git/bin/create_guest.py:42
 #: /root/karesansui.git/bin/delete_disk.py:38
 #: /root/karesansui.git/bin/delete_nic.py:38
@@ -43,36 +43,36 @@ msgstr ""
 #: /root/karesansui.git/bin/export_guest.py:45
 #: /root/karesansui.git/bin/set_memory.py:38
 #: /root/karesansui.git/bin/set_vcpus.py:38
-#: /root/karesansui.git/bin/take_snapshot.py:43
+#: /root/karesansui.git/bin/take_snapshot.py:42
 msgid "Domain name"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_disk.py:86
+#: /root/karesansui.git/bin/add_disk.py:45
 msgid "Device type"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_disk.py:88
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:289
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:460
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:201
+#: /root/karesansui.git/bin/add_disk.py:47
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:293
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:464
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:214
 msgid "Storage Type"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_disk.py:89
+#: /root/karesansui.git/bin/add_disk.py:48
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:61
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.html:147
 msgid "Storage Pool"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_disk.py:90
+#: /root/karesansui.git/bin/add_disk.py:49
 msgid "Storage Volume"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_disk.py:91
+#: /root/karesansui.git/bin/add_disk.py:50
 msgid "Disk Format"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_disk.py:93
+#: /root/karesansui.git/bin/add_disk.py:52
 msgid "Device name of your drive. example=hda or sda or vda..."
 msgstr ""
 
@@ -111,7 +111,7 @@ msgstr ""
 #: /root/karesansui.git/bin/update_iscsi.py:53
 #: /root/karesansui.git/bin/update_network.py:48
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:177
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:231
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:263
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.input:66
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.input:118
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.input:61
@@ -119,7 +119,7 @@ msgstr ""
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:33
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:95
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:154
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:252
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:249
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:99
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:173
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:30
@@ -128,34 +128,34 @@ msgstr ""
 msgid "Autostart"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_iscsi.py:148
+#: /root/karesansui.git/bin/add_iscsi.py:153
 #: /root/karesansui.git/bin/update_iscsi.py:113
 #, python-format
 msgid "Failed to read file. - target host=%s password_file=%s"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_iscsi.py:199
+#: /root/karesansui.git/bin/add_iscsi.py:204
 #: /root/karesansui.git/bin/start_iscsi.py:111
 #: /root/karesansui.git/bin/stop_iscsi.py:77
 #, python-format
 msgid "%s"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_nic.py:74
+#: /root/karesansui.git/bin/add_nic.py:39
 #: /root/karesansui.git/bin/create_guest.py:48
 #: /root/karesansui.git/bin/delete_nic.py:39
 #: /root/karesansui.git/bin/replicate_guest.py:53
 msgid "MAC address"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_nic.py:75
+#: /root/karesansui.git/bin/add_nic.py:40
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:108
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:229
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:228
 msgid "Bridge"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_nic.py:76
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:155
+#: /root/karesansui.git/bin/add_nic.py:41
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:168
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.html:117
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.html:122
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.part:121
@@ -164,55 +164,64 @@ msgstr ""
 msgid "Network"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_nic.py:109
+#: /root/karesansui.git/bin/add_nic.py:77
 #, python-format
 msgid "Added interface device. - dom=%s mac=%s bridge=%s network=%s"
 msgstr ""
 
-#: /root/karesansui.git/bin/append_disk.py:70
+#: /root/karesansui.git/bin/append_disk.py:39
 #: /root/karesansui.git/bin/create_guest.py:45
 msgid "Disk image file"
 msgstr ""
 
-#: /root/karesansui.git/bin/append_disk.py:71
+#: /root/karesansui.git/bin/append_disk.py:40
 #: /root/karesansui.git/bin/delete_disk.py:39
 msgid "Device target"
 msgstr ""
 
-#: /root/karesansui.git/bin/append_disk.py:102
+#: /root/karesansui.git/bin/append_disk.py:74
 #, python-format
 msgid "Appended disk device. - dom=%s target=%s path=%s"
 msgstr ""
 
-#: /root/karesansui.git/bin/apply_snapshot.py:70
+#: /root/karesansui.git/bin/apply_lighttpdconf.py:99
+msgid "Apply lighttpd settings."
+msgstr ""
+
+#: /root/karesansui.git/bin/apply_snapshot.py:39
 #: /root/karesansui.git/bin/delete_snapshot.py:70
-#: /root/karesansui.git/bin/take_snapshot.py:44
+#: /root/karesansui.git/bin/take_snapshot.py:43
 msgid "Snapshot serial ID"
 msgstr ""
 
-#: /root/karesansui.git/bin/apply_snapshot.py:94
-#: /root/karesansui.git/bin/apply_snapshot.py:99
+#: /root/karesansui.git/bin/apply_snapshot.py:63
+#: /root/karesansui.git/bin/apply_snapshot.py:68
 #: /root/karesansui.git/bin/delete_snapshot.py:94
 #: /root/karesansui.git/bin/delete_snapshot.py:99
 #, python-format
 msgid "Snapshot '%s' not found in domain '%s'."
 msgstr ""
 
-#: /root/karesansui.git/bin/apply_snapshot.py:105
+#: /root/karesansui.git/bin/apply_snapshot.py:74
 #, python-format
 msgid "Can't revert to snapshot '%s'."
 msgstr ""
 
-#: /root/karesansui.git/bin/apply_snapshot.py:111
+#: /root/karesansui.git/bin/apply_snapshot.py:80
 #, python-format
 msgid "Domain snapshot '%s' reverted."
 msgstr ""
 
-#: /root/karesansui.git/bin/apply_snapshot.py:118
+#: /root/karesansui.git/bin/apply_snapshot.py:88
 #, python-format
 msgid "Failed to revert to snapshot '%s'."
 msgstr ""
 
+#: /root/karesansui.git/bin/apply_snapshot.py:94
+#, python-format
+msgid "Complete adaptation of the snapshot. - id=%s,name=%s"
+msgstr ""
+
 #: /root/karesansui.git/bin/autostart_guest.py:38
 #: /root/karesansui.git/bin/autostart_network.py:38
 #: /root/karesansui.git/bin/create_storage_volume.py:40
@@ -226,11 +235,11 @@ msgstr ""
 #: /root/karesansui.git/bin/start_guest.py:38
 #: /root/karesansui.git/bin/suspend_guest.py:39
 #: /root/karesansui.git/karesansui/gadget/guest.py:151
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:273
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:434
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:277
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:438
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:93
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:169
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:220
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:252
 #: /root/karesansui.git/karesansui/templates/default/guestexport/guestexport.input:41
 #: /root/karesansui.git/karesansui/templates/default/guestexport/guestexport.input:79
 msgid "Domain Name"
@@ -287,13 +296,17 @@ msgstr ""
 msgid "Connection Trial Count"
 msgstr ""
 
-#: /root/karesansui.git/bin/control_iptables.py:38
+#: /root/karesansui.git/bin/control_iptables.py:43
+msgid "Path to configuration file"
+msgstr ""
+
+#: /root/karesansui.git/bin/control_iptables.py:44
 #: /root/karesansui.git/bin/restore_firewall.py:38
 #: /root/karesansui.git/karesansui/templates/default/hostby1watchby1/hostby1watchby1.part:189
 msgid "Action"
 msgstr ""
 
-#: /root/karesansui.git/bin/control_iptables.py:39
+#: /root/karesansui.git/bin/control_iptables.py:45
 msgid "Do lint (Specify config file to check)"
 msgstr ""
 
@@ -428,8 +441,7 @@ msgstr ""
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:87
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:130
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:166
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:187
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:271
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:219
 #: /root/karesansui.git/karesansui/templates/default/guestby1job/guestby1job.part:209
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:197
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:14
@@ -438,16 +450,16 @@ msgstr ""
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.input:32
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.input:59
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.input:80
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:226
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:225
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.input:32
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.input:55
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.input:76
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:14
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:112
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:132
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.input:32
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.input:55
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.input:75
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:210
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:213
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:208
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepoolby1/hostby1storagepoolby1.part:101
 #: /root/karesansui.git/karesansui/templates/default/hostby1updaterby1/hostby1updaterby1.part:28
@@ -517,8 +529,8 @@ msgid "Volume Name"
 msgstr ""
 
 #: /root/karesansui.git/bin/create_storage_volume.py:43
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:107
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:213
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:110
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:216
 msgid "Format"
 msgstr ""
 
@@ -530,9 +542,8 @@ msgid "Allocation"
 msgstr ""
 
 #: /root/karesansui.git/bin/create_storage_volume.py:47
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:309
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:313
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:134
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:212
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepoolby1/hostby1storagepoolby1.part:34
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepoolby1/hostby1storagepoolby1.part:141
 msgid "Capacity"
@@ -558,7 +569,7 @@ msgstr ""
 msgid "Disk usage.\"images\" or \"disk\""
 msgstr ""
 
-#: /root/karesansui.git/bin/create_storage_volume.py:150
+#: /root/karesansui.git/bin/create_storage_volume.py:151
 #, python-format
 msgid "Created storage volume. - vol=%s"
 msgstr ""
@@ -572,22 +583,22 @@ msgstr ""
 msgid "Deleted disk device. - dom=%s target=%s"
 msgstr ""
 
-#: /root/karesansui.git/bin/delete_export_data.py:45
+#: /root/karesansui.git/bin/delete_export_data.py:44
 msgid "Export Data UUID"
 msgstr ""
 
-#: /root/karesansui.git/bin/delete_export_data.py:122
-#: /root/karesansui.git/bin/delete_export_data.py:128
+#: /root/karesansui.git/bin/delete_export_data.py:121
+#: /root/karesansui.git/bin/delete_export_data.py:127
 #, python-format
 msgid "Failed to delete export data. - %s"
 msgstr ""
 
-#: /root/karesansui.git/bin/delete_export_data.py:122
+#: /root/karesansui.git/bin/delete_export_data.py:121
 #, python-format
 msgid "Export data directory not found. [%s]"
 msgstr ""
 
-#: /root/karesansui.git/bin/delete_export_data.py:128
+#: /root/karesansui.git/bin/delete_export_data.py:127
 #, python-format
 msgid "'%s' is not valid export data directory."
 msgstr ""
@@ -596,20 +607,20 @@ msgstr ""
 #: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:49
 #: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:56
 #: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:59
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:82
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:89
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:92
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:350
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:519
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:94
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:101
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:104
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:354
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:466
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:217
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:13
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:81
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:143
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:84
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:146
 msgid "Storage Pool Name"
 msgstr ""
 
 #: /root/karesansui.git/bin/delete_guest.py:47
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:357
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:520
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:361
 msgid "Storage Volume Name"
 msgstr ""
 
@@ -617,7 +628,7 @@ msgstr ""
 #: /root/karesansui.git/bin/start_iscsi.py:44
 #: /root/karesansui.git/bin/stop_iscsi.py:40
 #: /root/karesansui.git/bin/update_iscsi.py:46
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:250
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:247
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:83
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:147
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:73
@@ -667,7 +678,7 @@ msgstr ""
 msgid "Use of disk usage.\"images\" or \"disk\""
 msgstr ""
 
-#: /root/karesansui.git/bin/delete_storage_volume.py:94
+#: /root/karesansui.git/bin/delete_storage_volume.py:93
 #, python-format
 msgid "Deleted storage volume. - vol=%s"
 msgstr ""
@@ -912,7 +923,7 @@ msgstr ""
 #: /root/karesansui.git/bin/karesansui_sysinfo.py:302
 #: /root/karesansui.git/bin/karesansui_sysinfo.py:333
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:136
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:244
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:243
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:27
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:22
 msgid "Active"
@@ -920,7 +931,7 @@ msgstr ""
 
 #: /root/karesansui.git/bin/karesansui_sysinfo.py:314
 #: /root/karesansui.git/bin/karesansui_sysinfo.py:345
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:242
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:241
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:29
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:24
 msgid "Inactive"
@@ -1011,6 +1022,11 @@ msgstr ""
 msgid "Failed to delete tmpdir. path=%s"
 msgstr ""
 
+#: /root/karesansui.git/bin/ready_mount.py:129
+#, python-format
+msgid "Device \"%s\" will not mount."
+msgstr ""
+
 #: /root/karesansui.git/bin/reboot_guest.py:65
 #, python-format
 msgid "Failed to reboot guest. - dom=%s"
@@ -1202,7 +1218,7 @@ msgstr ""
 
 #: /root/karesansui.git/bin/start_iscsi.py:86
 #, python-format
-msgid "Login to [target: %s]: already exists"
+msgid "[target: %s]: already exists"
 msgstr ""
 
 #: /root/karesansui.git/bin/start_service.py:69
@@ -1230,13 +1246,13 @@ msgstr ""
 msgid "Succeeded to suspend guest. - dom=%s"
 msgstr ""
 
-#: /root/karesansui.git/bin/take_snapshot.py:75
+#: /root/karesansui.git/bin/take_snapshot.py:74
 #, python-format
 msgid "Domain snapshot '%s' created. - domain=%s"
 msgstr ""
 
-#: /root/karesansui.git/bin/take_snapshot.py:79
-#: /root/karesansui.git/bin/take_snapshot.py:86
+#: /root/karesansui.git/bin/take_snapshot.py:78
+#: /root/karesansui.git/bin/take_snapshot.py:85
 #, python-format
 msgid "Failed to create snapshot. - domain=%s"
 msgstr ""
@@ -1327,12 +1343,12 @@ msgstr ""
 #: /root/karesansui.git/karesansui/gadget/host.py:102
 #: /root/karesansui.git/karesansui/gadget/hostby1.py:95
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:23
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:692
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:697
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:59
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:219
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:27
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:134
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:315
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:347
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:13
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:42
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:66
@@ -1361,12 +1377,12 @@ msgstr ""
 #: /root/karesansui.git/karesansui/gadget/host.py:112
 #: /root/karesansui.git/karesansui/gadget/hostby1.py:105
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:32
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:694
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:699
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:227
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:36
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:95
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:136
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:330
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:362
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:21
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:46
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:64
@@ -1393,8 +1409,8 @@ msgstr ""
 #: /root/karesansui.git/karesansui/gadget/hostby1.py:116
 #: /root/karesansui.git/karesansui/gadget/tag.py:40
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:48
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:407
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:697
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:411
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:702
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:52
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:99
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:139
@@ -1414,9 +1430,9 @@ msgid "Parameter m_hypervisor does not exist."
 msgstr ""
 
 #: /root/karesansui.git/karesansui/gadget/guest.py:139
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:426
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:430
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:188
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:246
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:278
 #: /root/karesansui.git/karesansui/templates/default/jobby1/jobby1.part:97
 msgid "Hypervisor"
 msgstr ""
@@ -1432,9 +1448,9 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/gadget/guest.py:166
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:72
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:454
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:458
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:235
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:371
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:403
 #: /root/karesansui.git/karesansui/templates/default/guestby1memory/guestby1memory.input:25
 #: /root/karesansui.git/karesansui/templates/default/guestby1memory/guestby1memory.input:52
 #: /root/karesansui.git/karesansui/templates/default/guestby1memory/guestby1memory.input:86
@@ -1442,59 +1458,59 @@ msgstr ""
 msgid "Memory Size (MB)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:175
+#: /root/karesansui.git/karesansui/gadget/guest.py:177
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:79
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:316
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:473
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:72
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:117
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:213
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:320
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:503
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:43
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:148
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:254
 msgid "Disk Size (MB)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:184
+#: /root/karesansui.git/karesansui/gadget/guest.py:186
 msgid "Parameter boot_image does not exist."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:189
+#: /root/karesansui.git/karesansui/gadget/guest.py:191
 msgid "Parameter vm_kernel does not exist."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:192
+#: /root/karesansui.git/karesansui/gadget/guest.py:194
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:88
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:379
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:584
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:383
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:589
 msgid "Kernel Image"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:199
+#: /root/karesansui.git/karesansui/gadget/guest.py:201
 msgid "Parameter vm_initrd does not exist."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:202
+#: /root/karesansui.git/karesansui/gadget/guest.py:204
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:93
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:383
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:592
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:387
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:597
 msgid "Initrd Image"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:210
+#: /root/karesansui.git/karesansui/gadget/guest.py:212
 msgid "Parameter vm_iso does not exist."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:213
+#: /root/karesansui.git/karesansui/gadget/guest.py:215
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:99
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:387
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:615
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:391
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:620
 msgid "ISO Image"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:219
+#: /root/karesansui.git/karesansui/gadget/guest.py:221
 #, python-format
 msgid "\"%s\" is not valid ISO 9660 CD-ROM filesystem data."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:223
+#: /root/karesansui.git/karesansui/gadget/guest.py:225
 #: /root/karesansui.git/karesansui/gadget/guestby1cpu.py:49
 #: /root/karesansui.git/karesansui/gadget/guestby1display.py:45
 #: /root/karesansui.git/karesansui/gadget/guestby1display.py:57
@@ -1559,9 +1575,9 @@ msgstr ""
 #: /root/karesansui.git/karesansui/gadget/hostby1settingserver.py:154
 #: /root/karesansui.git/karesansui/gadget/hostby1settingserver.py:165
 #: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:59
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:69
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:92
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:103
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:81
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:104
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:127
 #: /root/karesansui.git/karesansui/gadget/hostby1watch.py:78
 #: /root/karesansui.git/karesansui/gadget/hostby1watch.py:89
 #: /root/karesansui.git/karesansui/gadget/hostby1watch.py:100
@@ -1595,29 +1611,29 @@ msgstr ""
 msgid "\"%s\" is required."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:223
-#: /root/karesansui.git/karesansui/gadget/guest.py:231
+#: /root/karesansui.git/karesansui/gadget/guest.py:225
+#: /root/karesansui.git/karesansui/gadget/guest.py:233
 #: /root/karesansui.git/karesansui/gadget/guestby1display.py:95
 #: /root/karesansui.git/karesansui/gadget/guestby1display.py:98
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:371
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:628
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:375
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:633
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:106
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.part:76
 msgid "VNC Keymap"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:239
+#: /root/karesansui.git/karesansui/gadget/guest.py:241
 #: /root/karesansui.git/karesansui/gadget/guestreplicate.py:128
 msgid "Parameter vm_vncport does not exist."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:242
+#: /root/karesansui.git/karesansui/gadget/guest.py:244
 #: /root/karesansui.git/karesansui/gadget/guestby1display.py:45
 #: /root/karesansui.git/karesansui/gadget/guestby1display.py:48
 #: /root/karesansui.git/karesansui/gadget/guestreplicate.py:131
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:106
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:391
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:633
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:395
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:638
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:13
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:31
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:40
@@ -1631,22 +1647,22 @@ msgstr ""
 msgid "VNC Port Number"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:251
+#: /root/karesansui.git/karesansui/gadget/guest.py:253
 #: /root/karesansui.git/karesansui/gadget/guestreplicate.py:140
 msgid "Parameter vm_mac does not exist."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:254
+#: /root/karesansui.git/karesansui/gadget/guest.py:256
 #: /root/karesansui.git/karesansui/gadget/guestby1nic.py:46
 #: /root/karesansui.git/karesansui/gadget/guestby1nic.py:52
 #: /root/karesansui.git/karesansui/gadget/guestby1nicby1.py:47
 #: /root/karesansui.git/karesansui/gadget/guestreplicate.py:143
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:114
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:399
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:682
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:66
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:109
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:193
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:403
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:687
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:37
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:140
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:206
 #: /root/karesansui.git/karesansui/templates/default/guestby1nicby1/guestby1nicby1.input:13
 #: /root/karesansui.git/karesansui/templates/default/guestby1nicby1/guestby1nicby1.input:35
 #: /root/karesansui.git/karesansui/templates/default/guestby1nicby1/guestby1nicby1.input:60
@@ -1658,19 +1674,19 @@ msgstr ""
 msgid "MAC Address"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:557
+#: /root/karesansui.git/karesansui/gadget/guest.py:587
 #: /root/karesansui.git/karesansui/gadget/guestexport.py:162
 #: /root/karesansui.git/karesansui/gadget/guestexportby1.py:94
 #: /root/karesansui.git/karesansui/gadget/guestimport.py:133
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:217
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:324
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:356
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:215
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:53
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:130
 msgid "untitled"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:563
+#: /root/karesansui.git/karesansui/gadget/guest.py:593
 #: /root/karesansui.git/karesansui/gadget/guestby1snapshot.py:112
 #: /root/karesansui.git/karesansui/gadget/guestby1snapshotby1.py:136
 #: /root/karesansui.git/karesansui/gadget/guestby1snapshotby1.py:138
@@ -1685,7 +1701,7 @@ msgstr ""
 #: /root/karesansui.git/karesansui/lib/template.py:267
 #: /root/karesansui.git/karesansui/lib/template.py:277
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:225
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:339
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:371
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:64
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:138
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewallrule/hostby1firewallrule.part:107
@@ -1709,37 +1725,32 @@ msgstr ""
 msgid "N/A"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:628
+#: /root/karesansui.git/karesansui/gadget/guest.py:658
 #: /root/karesansui.git/karesansui/gadget/guestexport.py:237
-#: /root/karesansui.git/karesansui/gadget/guestimport.py:224
+#: /root/karesansui.git/karesansui/gadget/guestimport.py:225
 #: /root/karesansui.git/karesansui/gadget/guestreplicate.py:468
 #, python-format
 msgid "No space available to create disk image in '%s' partition."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guestby1.py:277
+#: /root/karesansui.git/karesansui/gadget/guestby1.py:278
 #, python-format
-msgid "Guest OS not found. - name=%s"
+msgid "Guest not found. - name=%s"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/gadget/guestby1.py:292
+#: /root/karesansui.git/karesansui/gadget/guestby1.py:333
 #, python-format
-msgid "Can not find the storage pool is not running. - target=%s"
+msgid "Can not find the storage pool image. - target=%s"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guestby1.py:307
-msgid "Guest OS disk could not be found."
-msgstr ""
-
-#: /root/karesansui.git/karesansui/gadget/guestby1.py:334
-msgid "Can not find the storage pool is not running."
-msgstr ""
-
-#: /root/karesansui.git/karesansui/gadget/guestby1.py:340
-msgid "Storage volume could not be found."
+#: /root/karesansui.git/karesansui/gadget/guestby1.py:306
+#: /root/karesansui.git/karesansui/gadget/guestby1.py:339
+#, python-format
+msgid "OS storage volume for guest could not be found. domname=%s"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guestby1.py:356
+#: /root/karesansui.git/karesansui/gadget/guestby1.py:355
 msgid "Not expected storage type. type=%"
 msgstr ""
 
@@ -1776,16 +1787,12 @@ msgstr ""
 msgid "The specified snapshot does not exist. - %s"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guestby1device.py:141
-msgid "Was found that the guest are using storage pools."
-msgstr ""
-
-#: /root/karesansui.git/karesansui/gadget/guestby1device.py:189
+#: /root/karesansui.git/karesansui/gadget/guestby1device.py:194
 #: /root/karesansui.git/karesansui/gadget/guestby1nicby1.py:128
 msgid "Specified MAC address is already defined."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guestby1device.py:235
+#: /root/karesansui.git/karesansui/gadget/guestby1device.py:240
 msgid "No storage type specified."
 msgstr ""
 
@@ -1838,10 +1845,10 @@ msgid "VNC Password"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/gadget/guestby1nic.py:41
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:395
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:638
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:105
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:160
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:399
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:643
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:136
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:173
 #: /root/karesansui.git/karesansui/templates/default/guestby1nicby1/guestby1nicby1.input:27
 #: /root/karesansui.git/karesansui/templates/default/guestby1nicby1/guestby1nicby1.input:52
 #: /root/karesansui.git/karesansui/templates/default/guestby1nicby1/guestby1nicby1.part:15
@@ -1886,18 +1893,18 @@ msgstr ""
 #: /root/karesansui.git/karesansui/gadget/hostby1networkby1status.py:43
 #: /root/karesansui.git/karesansui/gadget/hostby1networkby1status.py:50
 #: /root/karesansui.git/karesansui/lib/search.py:74
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:198
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:230
 #: /root/karesansui.git/karesansui/templates/default/guestby1job/guestby1job.part:109
 #: /root/karesansui.git/karesansui/templates/default/guestby1job/guestby1job.part:144
 #: /root/karesansui.git/karesansui/templates/default/guestby1job/guestby1job.part:212
 #: /root/karesansui.git/karesansui/templates/default/hostby1job/hostby1job.part:104
 #: /root/karesansui.git/karesansui/templates/default/hostby1job/hostby1job.part:154
 #: /root/karesansui.git/karesansui/templates/default/hostby1job/hostby1job.part:224
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:230
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:229
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:24
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:251
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:248
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:19
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:256
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:254
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:36
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:209
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepoolby1/hostby1storagepoolby1.part:69
@@ -1949,7 +1956,7 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/gadget/guestimport.py:208
 #: /root/karesansui.git/karesansui/gadget/guestimport.py:213
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1459
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1511
 #, python-format
 msgid "guest '%s' already exists."
 msgstr ""
@@ -1977,7 +1984,7 @@ msgstr ""
 #: /root/karesansui.git/karesansui/gadget/guesttag.py:29
 #: /root/karesansui.git/karesansui/gadget/hosttag.py:26
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:204
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:294
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:326
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:115
 msgid "No tag"
 msgstr ""
@@ -2376,7 +2383,7 @@ msgstr ""
 #: /root/karesansui.git/karesansui/gadget/hostby1settingby1general.py:103
 #: /root/karesansui.git/karesansui/gadget/hostby1settingserver.py:89
 #: /root/karesansui.git/karesansui/gadget/hostby1settingserver.py:103
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:227
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:226
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:79
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:16
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:31
@@ -2500,27 +2507,41 @@ msgid "Gateway"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:56
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:89
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:101
 #, python-format
 msgid "%s \"%s\" already exists."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:63
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:69
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:62
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:81
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:23
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:89
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:160
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:92
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:163
 msgid "Directory Path"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:96
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:103
+#. TRANSLATORS:
+#. ストレージプールのターゲットパス"%s"はすでに使われています。
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:75
+#, python-format
+msgid "Storagepool target path \"%s\" is already being used."
+msgstr ""
+
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:107
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:127
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:30
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:93
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:170
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:96
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:173
 msgid "iSCSI Target"
 msgstr ""
 
+#. TRANSLATORS:
+#. ストレージプールのiSCSIターゲットIQN"%s"はすでに使われています。
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:121
+#, python-format
+msgid "Storagepool iSCSI target IQN \"%s\" is already being used."
+msgstr ""
+
 #: /root/karesansui.git/karesansui/gadget/hostby1watch.py:81
 #: /root/karesansui.git/karesansui/gadget/hostby1watch.py:89
 #: /root/karesansui.git/karesansui/gadget/hostby1watchby1.py:75
@@ -3064,7 +3085,7 @@ msgid "RUNNING"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/lib/template.py:180
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:238
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:270
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:756
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:761
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:775
@@ -3087,7 +3108,7 @@ msgid "Enabled"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/lib/template.py:182
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:240
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:272
 msgid "Disabled"
 msgstr ""
 
@@ -3102,10 +3123,6 @@ msgstr ""
 msgid "Notice: Undefined index \"%s\""
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/utils.py:809
-msgid "Copying"
-msgstr ""
-
 #: /root/karesansui.git/karesansui/lib/utils.py:828
 #, python-format
 msgid "Copying %s"
@@ -3234,6 +3251,9 @@ msgstr ""
 msgid "Graph created"
 msgstr ""
 
+#. TRANSLATORS:
+#. CPUのグラフの凡例
+#. 日本語にした場合は表示が崩れますが、後で直すのでそのままで大丈夫です
 #: /root/karesansui.git/karesansui/lib/rrd/cpu.py:114
 msgid "Steal"
 msgstr ""
@@ -3269,11 +3289,19 @@ msgstr ""
 msgid "Idle"
 msgstr ""
 
+#. TRANSLATORS:
+#. ディスク容量のグラフの縦軸のラベル
+#. Byte? Bytes?
+#. メモリのグラフの縦軸のラベル
 #: /root/karesansui.git/karesansui/lib/rrd/df.py:80
 #: /root/karesansui.git/karesansui/lib/rrd/memory.py:76
 msgid "Byte"
 msgstr ""
 
+#. TRANSLATORS:
+#. ディスク容量のグラフの縦軸のラベル
+#. 日本語にした場合は表示が崩れますが、後で直すのでそのままで大丈夫です
+#. メモリのグラフの項目名
 #: /root/karesansui.git/karesansui/lib/rrd/df.py:93
 #: /root/karesansui.git/karesansui/lib/rrd/memory.py:91
 #: /root/karesansui.git/karesansui/templates/default/data/js/html.js:40
@@ -3356,6 +3384,10 @@ msgstr ""
 msgid "TX"
 msgstr ""
 
+#. TRANSLATORS:
+#. 仮想マシンのグラフのCPUグラフの縦軸のラベル
+#. 単位はCPU時間(秒)です
+#. 仮想マシンのグラフのCPUグラフの凡例
 #: /root/karesansui.git/karesansui/lib/rrd/libvirt.py:116
 #: /root/karesansui.git/karesansui/lib/rrd/libvirt.py:128
 msgid "Second"
@@ -3371,6 +3403,8 @@ msgstr ""
 msgid "Load Average"
 msgstr ""
 
+#. TRANSLATORS:
+#. ロードアベレージのグラフの凡例
 #: /root/karesansui.git/karesansui/lib/rrd/load.py:58
 msgid "1m average"
 msgstr ""
@@ -3383,6 +3417,8 @@ msgstr ""
 msgid "15m average"
 msgstr ""
 
+#. TRANSLATORS:
+#. ロードアベレージのグラフの縦軸のラベル
 #: /root/karesansui.git/karesansui/lib/rrd/load.py:84
 msgid "System load"
 msgstr ""
@@ -3395,6 +3431,8 @@ msgstr ""
 msgid "Cached"
 msgstr ""
 
+#. TRANSLATORS:
+#. 起動時間のグラフの凡例
 #: /root/karesansui.git/karesansui/lib/rrd/uptime.py:45
 msgid "uptime"
 msgstr ""
@@ -3411,15 +3449,23 @@ msgstr ""
 msgid "mins"
 msgstr ""
 
+#. TRANSLATORS:
+#. 起動時間のグラフのタイトル
 #: /root/karesansui.git/karesansui/lib/rrd/uptime.py:59
 #: /root/karesansui.git/karesansui/templates/default/hostby1report/hostby1report.part:132
 msgid "Uptime"
 msgstr ""
 
+#. TRANSLATORS:
+#. 起動時間のグラフの縦軸のラベル
 #: /root/karesansui.git/karesansui/lib/rrd/uptime.py:81
 msgid "Days"
 msgstr ""
 
+#. TRANSLATORS:
+#. ユーザ数のグラフのタイトル
+#. ユーザ数のグラフの縦軸のラベル
+#. ユーザ数のグラフの凡例
 #: /root/karesansui.git/karesansui/lib/rrd/users.py:51
 #: /root/karesansui.git/karesansui/lib/rrd/users.py:73
 #: /root/karesansui.git/karesansui/lib/rrd/users.py:82
@@ -3443,10 +3489,11 @@ msgid "%s: unsupported image format %s"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/lib/virt/virt.py:659
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2271
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2317
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2363
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2390
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2378
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2424
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2470
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2497
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2524
 #, python-format
 msgid "Storage pool could not be found. pool=%s"
 msgstr ""
@@ -3455,58 +3502,85 @@ msgstr ""
 msgid "Storage path could not be retrieved."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1089
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1192
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2472
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2651
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1099
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1244
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2606
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2785
 #, python-format
 msgid "Domain could not be found. name=%s"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1195
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1247
 #, python-format
 msgid "Failed to set autostart flag. - dom=%s flag=%s"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1225
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1424
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1456
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1277
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1476
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1508
 #, python-format
 msgid "Directory '%s' not found."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1247
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1299
 #, python-format
 msgid "Directory '%s' found."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1435
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1487
 #, python-format
 msgid "'%s' is invalid format."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1437
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1489
 #, python-format
 msgid "'%s' not found."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2424
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2716
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1527
+#, python-format
+msgid "Disk storage pools were found to import. - pool=%s"
+msgstr ""
+
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1534
+#, python-format
+msgid ""
+"When exporting, there are differences in the storage pool information. "
+"(Storage pool path) = export=%s, import=%s"
+msgstr ""
+
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1539
+msgid "Exporting the disk image can not be found."
+msgstr ""
+
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1571
+#, python-format
+msgid "Export corrupt data. (file not found) - path=%s"
+msgstr ""
+
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1576
+#, python-format
+msgid "Import failed guest OS image. - path=%s"
+msgstr ""
+
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2558
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2850
 msgid "No storage pools could be found."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2560
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2587
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2694
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2721
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2915
 #, python-format
 msgid "No storage pool '%s' could be found."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:3744
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:3918
 #, python-format
 msgid "Could not start network '%s' (%s)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:3752
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:3926
 #, python-format
 msgid "Could not stop network '%s' (%s)"
 msgstr ""
@@ -3561,6 +3635,7 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/data/js/ajax.js:90
 #: /root/karesansui.git/karesansui/templates/default/guestexport/guestexport.input:56
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:36
 #: /root/karesansui.git/karesansui/templates/default/me/me.part:26
 #: /root/karesansui.git/karesansui/templates/default/userby1/userby1.part:33
 msgid "Close"
@@ -3740,7 +3815,7 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/data/js/grayout.js:107
 #: /root/karesansui.git/karesansui/templates/default/data/js/grayout.js:182
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:449
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:453
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:128
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:169
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.input:170
@@ -3748,13 +3823,13 @@ msgid "Cancel"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/data/js/grayout.js:117
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:524
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:519
 #: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.part:187
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:175
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:259
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:267
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:181
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:191
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:180
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:188
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.part:109
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:177
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.part:162
@@ -3802,9 +3877,13 @@ msgstr ""
 msgid "Failure Value"
 msgstr ""
 
+#: /root/karesansui.git/karesansui/templates/default/data/js/slider.js:83
+msgid "Start value is more than max available value!"
+msgstr ""
+
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:14
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:269
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:422
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:273
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:426
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:18
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:87
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:114
@@ -3859,7 +3938,7 @@ msgstr ""
 msgid "Please input correct value."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:270
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:274
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:88
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:107
 msgid ""
@@ -3867,15 +3946,15 @@ msgid ""
 "letters, including spaces and symbols are allowed."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:274
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:278
 msgid ""
 "VM domain name of the guest. This will be used to distinguish each guests"
 " in VM, so it should be unique between all guests  (This is NOT a DNS "
 "\\\"domain\\\"). Alphabets and some symbols are allowed."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:277
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:440
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:281
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:444
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:91
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:119
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:110
@@ -3883,7 +3962,7 @@ msgstr ""
 msgid "Guest Icon"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:278
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:282
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:92
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:111
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.input:127
@@ -3892,55 +3971,53 @@ msgid ""
 "click upload button."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:281
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:285
 msgid "Memory Size"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:282
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:286
 msgid "The amount of RAM for the guest to use (in mega-bytes)."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:290
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:294
 msgid ""
 "Create New Disk Image: Create a new storage image. \\n\\nUse iSCSI: Use "
 "iSCSI networked storage.\\n"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:296
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:300
 msgid "Storage Pool To Use"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:297
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:301
 msgid ""
 "Select the storage pool to use. You can manupulate storage pools in "
 "\\\"Storage Pool\\\" tab."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:303
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:307
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:133
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:211
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepoolby1/hostby1storagepoolby1.part:39
 msgid "Available"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:304
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:308
 msgid "Available space in the storage pool.(MB)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:310
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:314
 msgid "Total capacity of the storage pool. (MB)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:317
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:321
 msgid "Set the storage capacity of the guest OS. (MB)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:336
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:214
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:340
 msgid "Image Type"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:337
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:341
 msgid ""
 "raw: The simplest image format. High interoperability with other "
 "systems.\\nvmdk: Format which is used in VMWare 3 or 4.\\ncow: Format "
@@ -3949,75 +4026,76 @@ msgid ""
 "by Qemu.\\n"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:343
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:518
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:85
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:147
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:347
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:498
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:249
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:88
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:150
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepoolby1/hostby1storagepoolby1.part:15
 msgid "Storage Pool Type"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:344
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:348
 msgid ""
 "The type of storage pool. You can set this in networked storage tab and "
 "storage pool tab."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:351
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:355
 msgid ""
 "The name of the storage. Storage pool settings are available in storage "
 "pool tab."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:358
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:362
 msgid "Volume name actually used in the storage pool."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:364
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:550
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:368
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:555
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:81
 msgid "Bus Type"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:365
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:369
 msgid ""
 "Set the device controlling method. We recommend virtio (KVM) / xen (Xen),"
 " which allows device to act as a para-virtualized device."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:372
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:376
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:106
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.part:76
 msgid "Keymap of the keyboard to use with VNC."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:375
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:379
 msgid "Disk Size"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:376
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:380
 msgid "Size of the disk of the guest (MB)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:380
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:384
 msgid ""
 "Kernel image for the guest. Specify FTP/HTTP URL, or a valid absolute "
 "file path."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:384
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:388
 msgid ""
 "The initrd (bootup RAM disk) image for the guest. Specify FTP/HTTP URL, "
 "or a valid absolute file path."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:388
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:392
 msgid ""
 "The ISO 9660 CD-ROM/DVD-ROM image for the guest. Specify a valid absolute"
 " file path."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:392
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:396
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:129
 msgid ""
 "(Auto-recommended value displayed below.) TCP port number to access the "
@@ -4025,8 +4103,8 @@ msgid ""
 "between all guests are recommended."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:396
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:106
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:400
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:137
 msgid ""
 "Type of the virtual network interface connection. Choose \\\"Physical "
 "Device\\\" to connect directly to the physical network, or \\\"Virtual "
@@ -4034,24 +4112,24 @@ msgid ""
 "\\\"Network\\\" tab of the host). "
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:400
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:110
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:404
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:141
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:133
 msgid ""
 "(Auto-recommended value displayed below.) MAC address of the guest in "
 "xx:xx:xx:xx:xx:xx format. Specify an address not used in the network."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:403
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:686
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:407
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:691
 msgid "Extra Kernel Options"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:404
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:408
 msgid "Kernel parameters to pass to the guest kernel on guest installation."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:408
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:412
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:100
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:141
 msgid ""
@@ -4061,24 +4139,24 @@ msgid ""
 "spaces and symbols are allowed."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:416
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:420
 msgid "Create Guest"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:424
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:436
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:457
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:485
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:587
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:595
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:618
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:635
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:684
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:428
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:440
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:461
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:507
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:592
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:600
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:623
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:640
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:689
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:116
 #: /root/karesansui.git/karesansui/templates/default/guestby1cpu/guestby1cpu.input:81
 #: /root/karesansui.git/karesansui/templates/default/guestby1cpu/guestby1cpu.input:88
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:195
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:227
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:208
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:258
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:81
 #: /root/karesansui.git/karesansui/templates/default/guestby1memory/guestby1memory.input:83
 #: /root/karesansui.git/karesansui/templates/default/guestby1memory/guestby1memory.input:91
@@ -4136,8 +4214,8 @@ msgstr ""
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.input:91
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.input:96
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.input:101
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:145
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:162
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:148
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:165
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:536
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:717
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:722
@@ -4155,71 +4233,58 @@ msgstr ""
 msgid "Require"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:446
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:450
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:125
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:166
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.input:167
 msgid "Upload"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:463
-msgid "Create New Disk Image"
-msgstr ""
-
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:465
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:204
-msgid "Use iSCSI"
-msgstr ""
-
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:470
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:210
-msgid "Storage Name"
-msgstr ""
-
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:471
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:511
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:262
 msgid "Available (MB)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:472
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:516
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:267
 msgid "Capacity (MB)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:474
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:521
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:272
 msgid "OS Image Type"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:517
-#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:75
-#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:87
-#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.part:26
-#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.part:54
-msgid "No"
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:542
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:287
+msgid "Device Path"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:522
-msgid "Volume Path"
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:547
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:292
+msgid "Device Real Path"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:573
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:578
 msgid "Boot Image"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:651
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:167
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:656
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:180
 msgid "Physical Device"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:669
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:182
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:674
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:195
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.html:127
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:648
 msgid "Virtual Network"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:690
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:695
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:230
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:132
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:306
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:338
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.input:58
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:40
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:200
@@ -4229,8 +4294,8 @@ msgstr ""
 msgid "Notebook"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:704
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:491
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:709
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:486
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:75
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.input:241
 msgid "Create"
@@ -4259,11 +4324,11 @@ msgstr ""
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:88
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:259
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.html:51
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:351
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:383
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:164
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:226
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:233
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:247
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:202
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:209
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:223
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:89
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.part:135
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.part:42
@@ -4322,7 +4387,7 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:110
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:131
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:248
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:245
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:207
 msgid "Type"
 msgstr ""
@@ -4414,10 +4479,10 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:173
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:37
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:268
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:265
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:33
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:270
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:275
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:268
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:273
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:30
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:39
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:224
@@ -4427,21 +4492,21 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:175
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:35
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:277
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:275
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:41
 msgid "OFF"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:186
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:194
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:611
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:258
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:273
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:606
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:290
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:305
 msgid "Unknown"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:196
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:264
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:296
 msgid "OS Type"
 msgstr ""
 
@@ -4454,7 +4519,7 @@ msgid "Tag Name"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:209
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:178
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:210
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:7
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:120
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:7
@@ -4474,7 +4539,7 @@ msgid "CPU Time (seconds)"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:241
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:391
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:423
 msgid "No Disk"
 msgstr ""
 
@@ -4483,7 +4548,7 @@ msgid "Disk Info"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:248
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:406
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:438
 msgid "No interface"
 msgstr ""
 
@@ -4492,17 +4557,17 @@ msgid "Interface Info"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:255
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:421
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:453
 msgid "No network"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:257
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:412
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:444
 msgid "Network Info"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:264
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:442
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:474
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:82
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:171
 #: /root/karesansui.git/karesansui/templates/default/jobby1/jobby1.part:209
@@ -4510,7 +4575,7 @@ msgid "Created User"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:265
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:464
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:496
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:199
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:92
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:173
@@ -4530,29 +4595,29 @@ msgid "Date Modified"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:269
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:433
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:465
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:176
 #: /root/karesansui.git/karesansui/templates/default/jobby1/jobby1.part:202
 msgid "Audit"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:341
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:361
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:289
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:309
 msgid "Export can not be edited."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:347
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:367
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:449
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:295
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:315
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:444
 msgid "Guest Settings"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:350
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:370
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:395
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:413
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:431
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:77
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:298
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:318
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:343
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:361
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:379
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:48
 #: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.part:142
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:30
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:48
@@ -4561,14 +4626,14 @@ msgstr ""
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:62
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:81
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:101
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:58
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:76
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:92
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:104
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:53
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:74
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:94
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:119
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:57
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:74
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:89
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:101
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:51
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:71
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:91
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:116
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.part:46
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.part:38
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.part:56
@@ -4579,13 +4644,13 @@ msgstr ""
 msgid "Please select a target."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:410
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:536
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:358
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:531
 #: /root/karesansui.git/karesansui/templates/default/guestexport/guestexport.input:105
 msgid "Export"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:502
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:497
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:146
 #: /root/karesansui.git/karesansui/templates/default/guestby1cpu/guestby1cpu.input:94
 #: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.part:176
@@ -4599,10 +4664,10 @@ msgstr ""
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewallpolicy/hostby1firewallpolicy.input:76
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewallruleby1/hostby1firewallruleby1.input:244
 #: /root/karesansui.git/karesansui/templates/default/hostby1iptables/hostby1iptables.part:125
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:170
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:169
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.input:125
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:160
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:180
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:147
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:177
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:184
 #: /root/karesansui.git/karesansui/templates/default/hostby1settingby1general/hostby1settingby1general.input:202
 #: /root/karesansui.git/karesansui/templates/default/hostby1settingby1mail/hostby1settingby1mail.input:81
@@ -4620,34 +4685,34 @@ msgstr ""
 msgid "Edit"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:513
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:508
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:214
 msgid "Copy"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:548
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:543
 msgid "Import"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:572
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:567
 #: /root/karesansui.git/karesansui/templates/default/include/tag.part:6
 msgid "Now loading"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:638
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:633
 msgid "Exported"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:656
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:651
 #: /root/karesansui.git/karesansui/templates/default/guestby1job/guestby1job.part:266
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:237
-#: /root/karesansui.git/karesansui/templates/default/host/host.part:333
+#: /root/karesansui.git/karesansui/templates/default/host/host.part:334
 #: /root/karesansui.git/karesansui/templates/default/hostby1job/hostby1job.part:278
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:264
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:263
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:49
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:290
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:287
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:47
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:296
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:294
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.part:164
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.part:54
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:244
@@ -4695,80 +4760,80 @@ msgstr ""
 msgid "Edit Guest Settings"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:52
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:84
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:209
 #: /root/karesansui.git/karesansui/templates/default/hostby1iptables/hostby1iptables.part:90
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:192
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:202
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:186
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:191
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:199
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:184
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:142
 msgid "Start"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:64
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:96
 msgid "Shutdown"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:75
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:107
 msgid "Reboot"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:89
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:121
 msgid "Suspend"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:101
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:133
 msgid "Resume"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:115
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:147
 msgid "Destroy"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:128
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:230
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:160
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:228
 msgid "Disable Autostart"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:140
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:172
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:157
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:159
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:176
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:178
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:219
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:217
 msgid "Enable Autostart"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:209
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:241
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:106
 msgid "Unique key"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:279
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:311
 #: /root/karesansui.git/karesansui/templates/default/host/host.input:164
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.input:183
 msgid "Tags"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:360
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:392
 msgid "CPU time(seconds)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:382
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:414
 msgid "Disk info"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:397
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:429
 msgid "Interface info"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:453
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:485
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:172
 #: /root/karesansui.git/karesansui/templates/default/jobby1/jobby1.part:214
 msgid "Created Date"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:475
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:507
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:174
 #: /root/karesansui.git/karesansui/templates/default/jobby1/jobby1.part:224
 #: /root/karesansui.git/karesansui/templates/default/msg/msg.part:61
@@ -4808,7 +4873,7 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guestby1cpu/guestby1cpu.input:79
 #: /root/karesansui.git/karesansui/templates/default/guestby1cpu/guestby1cpu.part:38
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:137
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:120
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:44
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:79
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:83
@@ -4827,8 +4892,8 @@ msgstr ""
 msgid "Allowable Range: %d - %d"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:101
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:153
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:132
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:166
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:71
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:116
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:71
@@ -4836,59 +4901,48 @@ msgstr ""
 msgid "Device Type"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:102
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:133
 msgid ""
 "Type of the device to add. Choose \\\"Network\\\" to add a new network "
 "interface to the guest, or \\\"Disk\\\" to add a new virtual hard disk "
 "device."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:113
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:144
 msgid "Sparse File"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:114
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:145
 msgid ""
 "Check if you like to create the disk file image in sparse file format. "
 "Using sparse file format saves disk space and time to create the image, "
 "but are inferior in writing performance."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:118
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:149
 msgid "Size of the disk to add in mega-bytes."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:121
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:292
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:152
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:301
 #: /root/karesansui.git/karesansui/templates/default/guestby1diskby1/guestby1diskby1.part:49
 msgid "Disk Device Type"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:122
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:153
 msgid "Type of disk device to emulate."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:149
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:162
 #: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.part:249
 msgid "Device Settings"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:156
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:169
 msgid "Disk"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:203
-msgid "Create new disk image"
-msgstr ""
-
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:272
-#: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.input:50
-#: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.input:78
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:211
-msgid "Device Name"
-msgstr ""
-
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:305
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:318
 #: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.part:165
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:139
 #: /root/karesansui.git/karesansui/templates/default/host/host.input:171
@@ -4896,13 +4950,13 @@ msgstr ""
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:244
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewallruleby1/hostby1firewallruleby1.part:92
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.input:125
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:159
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:167
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:158
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:185
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:165
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:169
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:166
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.input:89
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.part:98
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:256
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:259
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:166
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:843
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.part:140
@@ -4915,7 +4969,7 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.part:77
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:173
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:122
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:110
 msgid "Received an unexpected value."
 msgstr ""
 
@@ -4982,6 +5036,13 @@ msgstr ""
 msgid "Yes"
 msgstr ""
 
+#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:75
+#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:87
+#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.part:26
+#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.part:54
+msgid "No"
+msgstr ""
+
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:92
 msgid "Keep current setting"
 msgstr ""
@@ -5308,7 +5369,7 @@ msgid "Now Loading"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:305
-#: /root/karesansui.git/karesansui/templates/default/host/host.part:317
+#: /root/karesansui.git/karesansui/templates/default/host/host.part:318
 msgid "Host"
 msgstr ""
 
@@ -5331,9 +5392,9 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.html:129
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:30
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:65
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:64
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:61
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:257
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:233
 msgid "Network Settings"
 msgstr ""
 
@@ -5516,16 +5577,16 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:221
 #: /root/karesansui.git/karesansui/templates/default/hostby1iptables/hostby1iptables.part:102
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:203
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:213
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:197
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:202
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:210
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:195
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:153
 msgid "Stop"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:232
 #: /root/karesansui.git/karesansui/templates/default/hostby1iptables/hostby1iptables.part:113
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:208
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:206
 msgid "Restart"
 msgstr ""
 
@@ -5704,7 +5765,7 @@ msgstr ""
 msgid "Enable IP masquerading from this network"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:228
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:227
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:79
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:22
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:39
@@ -5735,70 +5796,71 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:13
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:21
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:69
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:76
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:87
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:89
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:96
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:107
 msgid "hoge"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:63
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsgeneral/hostby1networksettingsgeneral.input:57
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:56
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:109
-msgid "This will be enabled on next start"
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:46
+msgid "Hypervisor 'XEN' on the bonding does not support creation."
+msgstr ""
+
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:58
+msgid "When set, do a reboot of the network simultaneously"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:68
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:88
 msgid "Bonding Name"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:75
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:106
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:95
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:126
 msgid "Bonding Target Device"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:97
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:171
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:117
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:158
 msgid "Add Bonding"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:102
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:122
 msgid "Create Bonding Name"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:119
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:139
 msgid "Select"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:120
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:140
 msgid "Primary"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:155
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:173
 msgid "balance-rr"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:156
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:174
 msgid "active-backup"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:157
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:175
 msgid "balance-xor"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:158
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:176
 msgid "broadcast"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:159
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:177
 msgid "802.3ad"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:160
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:178
 msgid "balance-tlb"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:161
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:179
 msgid "balance-alb"
 msgstr ""
 
@@ -5810,19 +5872,11 @@ msgstr ""
 msgid "At the same time remove the boot"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:73
-msgid "OK to apply network restart?"
-msgstr ""
-
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:182
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:169
 msgid "Delete Bonding"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:193
-msgid "Restart Network"
-msgstr ""
-
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:218
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:194
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsgeneral/hostby1networksettingsgeneral.input:79
 #: /root/karesansui.git/karesansui/templates/default/hostby1setting/hostby1setting.part:29
 #: /root/karesansui.git/karesansui/templates/default/hostby1setting/hostby1setting.part:105
@@ -5837,6 +5891,12 @@ msgstr ""
 msgid "Nameserver"
 msgstr ""
 
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsgeneral/hostby1networksettingsgeneral.input:57
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:56
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:109
+msgid "This will be enabled on next start"
+msgstr ""
+
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsgeneral/hostby1networksettingsgeneral.input:65
 msgid "FQDN of the host."
 msgstr ""
@@ -5994,7 +6054,7 @@ msgid "iSCSI"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:123
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:249
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:246
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:135
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:68
 msgid "Target Host Name"
@@ -6006,17 +6066,17 @@ msgid "CHAP"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:9
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:263
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:260
 #: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:9
 msgid "Connecting"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:24
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:60
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:58
 msgid "Network Storage Settings"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:265
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:262
 msgid "Disconnect"
 msgstr ""
 
@@ -6083,27 +6143,27 @@ msgstr ""
 msgid "Refresh"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:253
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:251
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:16
 msgid "Service Name"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:254
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:252
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:21
 msgid "Service Description"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:255
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:253
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:27
 msgid "Auto Start"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:267
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:265
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:18
 msgid "display_name"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:268
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:266
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:24
 msgid "description"
 msgstr ""
@@ -6261,6 +6321,12 @@ msgid ""
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.input:50
+#: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.input:78
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:214
+msgid "Device Name"
+msgstr ""
+
+#: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.input:50
 msgid "Name of the device."
 msgstr ""
 
@@ -6315,32 +6381,32 @@ msgstr ""
 msgid "%s is unknown storagepool type"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:82
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:85
 msgid ""
 "Specify the storage pool name to use in Karesansui control panel. Must be"
 " unique between all storage pools."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:86
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:89
 msgid ""
 "The type of this storage pool. Choose \\\"dir\\\" to use an existing "
 "directory, or \\\"iscsi\\\" to use remote iSCSI target."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:90
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:93
 msgid "Input a full path of an existing directory to use for this storage pool."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:94
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:97
 msgid "Select the iSCSI target to use for this storage pool"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:100
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:212
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:103
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:215
 msgid "Mount/Block"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:101
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:104
 msgid ""
 "Choose \\\"mount\\\" to automatically mount this device to a directory, "
 "or \\\"block\\\" to use the whole device as a block device. \\\"mount\\\""
@@ -6349,24 +6415,24 @@ msgid ""
 " guest."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:108
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:111
 msgid "Check this if you want the volume to be formatted."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:138
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:141
 msgid "Add Storage Pool"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:177
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:180
 msgid "iSCSI target is not currently connected"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:233
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:238
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:236
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:241
 msgid "mount"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:234
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:237
 msgid "block"
 msgstr ""
 
@@ -6871,6 +6937,11 @@ msgid "Notification Mail Body"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:489
+msgid ""
+"Customize the notification mail message. Don't forget to include empty "
+"line between mail header part and body part. Available macros are: "
+msgstr ""
+
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:493
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:497
 #: /root/karesansui.git/karesansui/templates/default/hostby1watchby1/hostby1watchby1.input:375
index c05662c..545df59 100644 (file)
@@ -275,7 +275,7 @@ class GuestBy1(Rest):
 
             kvg_guest = self.kvc.search_kvg_guests(domname)
             if not kvg_guest:
-                return web.badrequest(_("Guest OS not found. - name=%s") % domname)
+                return web.badrequest(_("Guest not found. - name=%s") % domname)
             else:
                 kvg_guest = kvg_guest[0]
 
@@ -289,7 +289,7 @@ class GuestBy1(Rest):
                     # delete_storage_volume
                     pool = self.kvc.get_storage_pool_name_byimage(disk['source']['file'])
                     if not pool:
-                        return web.badrequest(_("Can not find the storage pool is not running. - target=%s") % (disk['source']['file']))
+                        return web.badrequest(_("Can not find the storage pool image. - target=%s") % (disk['source']['file']))
                     else:
                         pool = pool[0]
 
@@ -303,7 +303,7 @@ class GuestBy1(Rest):
                     if volume is None: # os image
                         os_volume = self.kvc.get_storage_volume_bydomain(domname, 'os', 'key')
                         if not os_volume:
-                            return web.badrequest(_("Guest OS disk could not be found."))
+                            return web.badrequest(_("OS storage volume for guest could not be found. domname=%s") % domname)
 
                         if disk['source']['file'] == os.path.realpath(os_volume.values()[0]):
                             use = DISK_USES['IMAGES']
@@ -330,13 +330,13 @@ class GuestBy1(Rest):
 
                     pool = self.kvc.get_storage_pool_name_byimage(disk['source']['dev'])
                     if not pool:
-                        return web.badrequest(_("Can not find the storage pool is not running."))
+                        return web.badrequest(_("Can not find the storage pool image. - target=%s") % disk['source']['dev'])
                     else:
                         pool = pool[0]
 
                     os_volume = self.kvc.get_storage_volume_bydomain(domname, 'os', 'key')
                     if not os_volume:
-                        return web.badrequest(_("Storage volume could not be found."))
+                        return web.badrequest(_("OS storage volume for guest could not be found. domname=%s") % domname)
                     else:
                         volume = os_volume.values()[0]
                         if disk['source']['dev'] == volume:
index 7b3a275..a241f58 100644 (file)
Binary files a/karesansui/locale/en/LC_MESSAGES/messages.mo and b/karesansui/locale/en/LC_MESSAGES/messages.mo differ
index 213ad9a..1bce4d8 100644 (file)
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 "POT-Creation-Date: 2009-01-06 15:17+0900\n"
-"PO-Revision-Date: 2010-06-24 14:11+0900\n"
+"PO-Revision-Date: 2010-07-02 11:56+0900\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: en <LL@li.org>\n"
 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
@@ -18,25 +18,25 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 0.9.4\n"
 
-#: /root/karesansui.git/bin/add_bonding.py:45
+#: /root/karesansui.git/bin/add_bonding.py:48
 #: /root/karesansui.git/bin/delete_bonding.py:48
 msgid "Bonding Target Device Name"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_bonding.py:46
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:86
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:146
+#: /root/karesansui.git/bin/add_bonding.py:49
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:106
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:164
 msgid "Bonding Mode"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_bonding.py:47
+#: /root/karesansui.git/bin/add_bonding.py:50
 msgid "Primary Device Name"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_disk.py:81
-#: /root/karesansui.git/bin/add_nic.py:73
-#: /root/karesansui.git/bin/append_disk.py:69
-#: /root/karesansui.git/bin/apply_snapshot.py:69
+#: /root/karesansui.git/bin/add_disk.py:40
+#: /root/karesansui.git/bin/add_nic.py:38
+#: /root/karesansui.git/bin/append_disk.py:38
+#: /root/karesansui.git/bin/apply_snapshot.py:38
 #: /root/karesansui.git/bin/create_guest.py:42
 #: /root/karesansui.git/bin/delete_disk.py:38
 #: /root/karesansui.git/bin/delete_nic.py:38
@@ -44,36 +44,36 @@ msgstr ""
 #: /root/karesansui.git/bin/export_guest.py:45
 #: /root/karesansui.git/bin/set_memory.py:38
 #: /root/karesansui.git/bin/set_vcpus.py:38
-#: /root/karesansui.git/bin/take_snapshot.py:43
+#: /root/karesansui.git/bin/take_snapshot.py:42
 msgid "Domain name"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_disk.py:86
+#: /root/karesansui.git/bin/add_disk.py:45
 msgid "Device type"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_disk.py:88
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:289
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:460
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:201
+#: /root/karesansui.git/bin/add_disk.py:47
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:293
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:464
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:214
 msgid "Storage Type"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_disk.py:89
+#: /root/karesansui.git/bin/add_disk.py:48
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:61
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.html:147
 msgid "Storage Pool"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_disk.py:90
+#: /root/karesansui.git/bin/add_disk.py:49
 msgid "Storage Volume"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_disk.py:91
+#: /root/karesansui.git/bin/add_disk.py:50
 msgid "Disk Format"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_disk.py:93
+#: /root/karesansui.git/bin/add_disk.py:52
 msgid "Device name of your drive. example=hda or sda or vda..."
 msgstr ""
 
@@ -112,7 +112,7 @@ msgstr ""
 #: /root/karesansui.git/bin/update_iscsi.py:53
 #: /root/karesansui.git/bin/update_network.py:48
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:177
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:231
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:263
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.input:66
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.input:118
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.input:61
@@ -120,7 +120,7 @@ msgstr ""
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:33
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:95
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:154
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:252
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:249
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:99
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:173
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:30
@@ -129,34 +129,34 @@ msgstr ""
 msgid "Autostart"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_iscsi.py:148
+#: /root/karesansui.git/bin/add_iscsi.py:153
 #: /root/karesansui.git/bin/update_iscsi.py:113
 #, python-format
 msgid "Failed to read file. - target host=%s password_file=%s"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_iscsi.py:199
+#: /root/karesansui.git/bin/add_iscsi.py:204
 #: /root/karesansui.git/bin/start_iscsi.py:111
 #: /root/karesansui.git/bin/stop_iscsi.py:77
 #, python-format
 msgid "%s"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_nic.py:74
+#: /root/karesansui.git/bin/add_nic.py:39
 #: /root/karesansui.git/bin/create_guest.py:48
 #: /root/karesansui.git/bin/delete_nic.py:39
 #: /root/karesansui.git/bin/replicate_guest.py:53
 msgid "MAC address"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_nic.py:75
+#: /root/karesansui.git/bin/add_nic.py:40
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:108
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:229
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:228
 msgid "Bridge"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_nic.py:76
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:155
+#: /root/karesansui.git/bin/add_nic.py:41
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:168
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.html:117
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.html:122
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.part:121
@@ -165,55 +165,64 @@ msgstr ""
 msgid "Network"
 msgstr ""
 
-#: /root/karesansui.git/bin/add_nic.py:109
+#: /root/karesansui.git/bin/add_nic.py:77
 #, python-format
 msgid "Added interface device. - dom=%s mac=%s bridge=%s network=%s"
 msgstr ""
 
-#: /root/karesansui.git/bin/append_disk.py:70
+#: /root/karesansui.git/bin/append_disk.py:39
 #: /root/karesansui.git/bin/create_guest.py:45
 msgid "Disk image file"
 msgstr ""
 
-#: /root/karesansui.git/bin/append_disk.py:71
+#: /root/karesansui.git/bin/append_disk.py:40
 #: /root/karesansui.git/bin/delete_disk.py:39
 msgid "Device target"
 msgstr ""
 
-#: /root/karesansui.git/bin/append_disk.py:102
+#: /root/karesansui.git/bin/append_disk.py:74
 #, python-format
 msgid "Appended disk device. - dom=%s target=%s path=%s"
 msgstr ""
 
-#: /root/karesansui.git/bin/apply_snapshot.py:70
+#: /root/karesansui.git/bin/apply_lighttpdconf.py:99
+msgid "Apply lighttpd settings."
+msgstr ""
+
+#: /root/karesansui.git/bin/apply_snapshot.py:39
 #: /root/karesansui.git/bin/delete_snapshot.py:70
-#: /root/karesansui.git/bin/take_snapshot.py:44
+#: /root/karesansui.git/bin/take_snapshot.py:43
 msgid "Snapshot serial ID"
 msgstr ""
 
-#: /root/karesansui.git/bin/apply_snapshot.py:94
-#: /root/karesansui.git/bin/apply_snapshot.py:99
+#: /root/karesansui.git/bin/apply_snapshot.py:63
+#: /root/karesansui.git/bin/apply_snapshot.py:68
 #: /root/karesansui.git/bin/delete_snapshot.py:94
 #: /root/karesansui.git/bin/delete_snapshot.py:99
 #, python-format
 msgid "Snapshot '%s' not found in domain '%s'."
 msgstr ""
 
-#: /root/karesansui.git/bin/apply_snapshot.py:105
+#: /root/karesansui.git/bin/apply_snapshot.py:74
 #, python-format
 msgid "Can't revert to snapshot '%s'."
 msgstr ""
 
-#: /root/karesansui.git/bin/apply_snapshot.py:111
+#: /root/karesansui.git/bin/apply_snapshot.py:80
 #, python-format
 msgid "Domain snapshot '%s' reverted."
 msgstr ""
 
-#: /root/karesansui.git/bin/apply_snapshot.py:118
+#: /root/karesansui.git/bin/apply_snapshot.py:88
 #, python-format
 msgid "Failed to revert to snapshot '%s'."
 msgstr ""
 
+#: /root/karesansui.git/bin/apply_snapshot.py:94
+#, python-format
+msgid "Complete adaptation of the snapshot. - id=%s,name=%s"
+msgstr ""
+
 #: /root/karesansui.git/bin/autostart_guest.py:38
 #: /root/karesansui.git/bin/autostart_network.py:38
 #: /root/karesansui.git/bin/create_storage_volume.py:40
@@ -227,11 +236,11 @@ msgstr ""
 #: /root/karesansui.git/bin/start_guest.py:38
 #: /root/karesansui.git/bin/suspend_guest.py:39
 #: /root/karesansui.git/karesansui/gadget/guest.py:151
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:273
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:434
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:277
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:438
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:93
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:169
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:220
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:252
 #: /root/karesansui.git/karesansui/templates/default/guestexport/guestexport.input:41
 #: /root/karesansui.git/karesansui/templates/default/guestexport/guestexport.input:79
 msgid "Domain Name"
@@ -288,13 +297,17 @@ msgstr ""
 msgid "Connection Trial Count"
 msgstr ""
 
-#: /root/karesansui.git/bin/control_iptables.py:38
+#: /root/karesansui.git/bin/control_iptables.py:43
+msgid "Path to configuration file"
+msgstr ""
+
+#: /root/karesansui.git/bin/control_iptables.py:44
 #: /root/karesansui.git/bin/restore_firewall.py:38
 #: /root/karesansui.git/karesansui/templates/default/hostby1watchby1/hostby1watchby1.part:189
 msgid "Action"
 msgstr ""
 
-#: /root/karesansui.git/bin/control_iptables.py:39
+#: /root/karesansui.git/bin/control_iptables.py:45
 msgid "Do lint (Specify config file to check)"
 msgstr ""
 
@@ -429,8 +442,7 @@ msgstr ""
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:87
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:130
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:166
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:187
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:271
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:219
 #: /root/karesansui.git/karesansui/templates/default/guestby1job/guestby1job.part:209
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:197
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:14
@@ -439,16 +451,16 @@ msgstr ""
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.input:32
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.input:59
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.input:80
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:226
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:225
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.input:32
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.input:55
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.input:76
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:14
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:112
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:132
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.input:32
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.input:55
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.input:75
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:210
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:213
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:208
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepoolby1/hostby1storagepoolby1.part:101
 #: /root/karesansui.git/karesansui/templates/default/hostby1updaterby1/hostby1updaterby1.part:28
@@ -518,8 +530,8 @@ msgid "Volume Name"
 msgstr ""
 
 #: /root/karesansui.git/bin/create_storage_volume.py:43
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:107
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:213
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:110
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:216
 msgid "Format"
 msgstr ""
 
@@ -531,9 +543,8 @@ msgid "Allocation"
 msgstr ""
 
 #: /root/karesansui.git/bin/create_storage_volume.py:47
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:309
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:313
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:134
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:212
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepoolby1/hostby1storagepoolby1.part:34
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepoolby1/hostby1storagepoolby1.part:141
 msgid "Capacity"
@@ -559,7 +570,7 @@ msgstr ""
 msgid "Disk usage.\"images\" or \"disk\""
 msgstr ""
 
-#: /root/karesansui.git/bin/create_storage_volume.py:150
+#: /root/karesansui.git/bin/create_storage_volume.py:151
 #, python-format
 msgid "Created storage volume. - vol=%s"
 msgstr ""
@@ -573,22 +584,22 @@ msgstr ""
 msgid "Deleted disk device. - dom=%s target=%s"
 msgstr ""
 
-#: /root/karesansui.git/bin/delete_export_data.py:45
+#: /root/karesansui.git/bin/delete_export_data.py:44
 msgid "Export Data UUID"
 msgstr ""
 
-#: /root/karesansui.git/bin/delete_export_data.py:122
-#: /root/karesansui.git/bin/delete_export_data.py:128
+#: /root/karesansui.git/bin/delete_export_data.py:121
+#: /root/karesansui.git/bin/delete_export_data.py:127
 #, python-format
 msgid "Failed to delete export data. - %s"
 msgstr ""
 
-#: /root/karesansui.git/bin/delete_export_data.py:122
+#: /root/karesansui.git/bin/delete_export_data.py:121
 #, python-format
 msgid "Export data directory not found. [%s]"
 msgstr ""
 
-#: /root/karesansui.git/bin/delete_export_data.py:128
+#: /root/karesansui.git/bin/delete_export_data.py:127
 #, python-format
 msgid "'%s' is not valid export data directory."
 msgstr ""
@@ -597,20 +608,20 @@ msgstr ""
 #: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:49
 #: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:56
 #: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:59
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:82
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:89
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:92
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:350
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:519
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:94
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:101
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:104
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:354
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:466
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:217
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:13
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:81
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:143
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:84
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:146
 msgid "Storage Pool Name"
 msgstr ""
 
 #: /root/karesansui.git/bin/delete_guest.py:47
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:357
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:520
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:361
 msgid "Storage Volume Name"
 msgstr ""
 
@@ -618,7 +629,7 @@ msgstr ""
 #: /root/karesansui.git/bin/start_iscsi.py:44
 #: /root/karesansui.git/bin/stop_iscsi.py:40
 #: /root/karesansui.git/bin/update_iscsi.py:46
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:250
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:247
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:83
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:147
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:73
@@ -668,7 +679,7 @@ msgstr ""
 msgid "Use of disk usage.\"images\" or \"disk\""
 msgstr ""
 
-#: /root/karesansui.git/bin/delete_storage_volume.py:94
+#: /root/karesansui.git/bin/delete_storage_volume.py:93
 #, python-format
 msgid "Deleted storage volume. - vol=%s"
 msgstr ""
@@ -913,7 +924,7 @@ msgstr ""
 #: /root/karesansui.git/bin/karesansui_sysinfo.py:302
 #: /root/karesansui.git/bin/karesansui_sysinfo.py:333
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:136
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:244
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:243
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:27
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:22
 msgid "Active"
@@ -921,7 +932,7 @@ msgstr ""
 
 #: /root/karesansui.git/bin/karesansui_sysinfo.py:314
 #: /root/karesansui.git/bin/karesansui_sysinfo.py:345
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:242
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:241
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:29
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:24
 msgid "Inactive"
@@ -1012,6 +1023,11 @@ msgstr ""
 msgid "Failed to delete tmpdir. path=%s"
 msgstr ""
 
+#: /root/karesansui.git/bin/ready_mount.py:129
+#, python-format
+msgid "Device \"%s\" will not mount."
+msgstr ""
+
 #: /root/karesansui.git/bin/reboot_guest.py:65
 #, python-format
 msgid "Failed to reboot guest. - dom=%s"
@@ -1203,7 +1219,7 @@ msgstr ""
 
 #: /root/karesansui.git/bin/start_iscsi.py:86
 #, python-format
-msgid "Login to [target: %s]: already exists"
+msgid "[target: %s]: already exists"
 msgstr ""
 
 #: /root/karesansui.git/bin/start_service.py:69
@@ -1231,13 +1247,13 @@ msgstr ""
 msgid "Succeeded to suspend guest. - dom=%s"
 msgstr ""
 
-#: /root/karesansui.git/bin/take_snapshot.py:75
+#: /root/karesansui.git/bin/take_snapshot.py:74
 #, python-format
 msgid "Domain snapshot '%s' created. - domain=%s"
 msgstr ""
 
-#: /root/karesansui.git/bin/take_snapshot.py:79
-#: /root/karesansui.git/bin/take_snapshot.py:86
+#: /root/karesansui.git/bin/take_snapshot.py:78
+#: /root/karesansui.git/bin/take_snapshot.py:85
 #, python-format
 msgid "Failed to create snapshot. - domain=%s"
 msgstr ""
@@ -1328,12 +1344,12 @@ msgstr ""
 #: /root/karesansui.git/karesansui/gadget/host.py:102
 #: /root/karesansui.git/karesansui/gadget/hostby1.py:95
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:23
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:692
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:697
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:59
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:219
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:27
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:134
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:315
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:347
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:13
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:42
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:66
@@ -1362,12 +1378,12 @@ msgstr ""
 #: /root/karesansui.git/karesansui/gadget/host.py:112
 #: /root/karesansui.git/karesansui/gadget/hostby1.py:105
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:32
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:694
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:699
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:227
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:36
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:95
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:136
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:330
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:362
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:21
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:46
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:64
@@ -1394,8 +1410,8 @@ msgstr ""
 #: /root/karesansui.git/karesansui/gadget/hostby1.py:116
 #: /root/karesansui.git/karesansui/gadget/tag.py:40
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:48
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:407
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:697
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:411
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:702
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:52
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:99
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:139
@@ -1415,9 +1431,9 @@ msgid "Parameter m_hypervisor does not exist."
 msgstr ""
 
 #: /root/karesansui.git/karesansui/gadget/guest.py:139
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:426
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:430
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:188
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:246
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:278
 #: /root/karesansui.git/karesansui/templates/default/jobby1/jobby1.part:97
 msgid "Hypervisor"
 msgstr ""
@@ -1433,9 +1449,9 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/gadget/guest.py:166
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:72
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:454
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:458
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:235
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:371
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:403
 #: /root/karesansui.git/karesansui/templates/default/guestby1memory/guestby1memory.input:25
 #: /root/karesansui.git/karesansui/templates/default/guestby1memory/guestby1memory.input:52
 #: /root/karesansui.git/karesansui/templates/default/guestby1memory/guestby1memory.input:86
@@ -1443,59 +1459,59 @@ msgstr ""
 msgid "Memory Size (MB)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:175
+#: /root/karesansui.git/karesansui/gadget/guest.py:177
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:79
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:316
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:473
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:72
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:117
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:213
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:320
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:503
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:43
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:148
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:254
 msgid "Disk Size (MB)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:184
+#: /root/karesansui.git/karesansui/gadget/guest.py:186
 msgid "Parameter boot_image does not exist."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:189
+#: /root/karesansui.git/karesansui/gadget/guest.py:191
 msgid "Parameter vm_kernel does not exist."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:192
+#: /root/karesansui.git/karesansui/gadget/guest.py:194
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:88
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:379
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:584
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:383
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:589
 msgid "Kernel Image"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:199
+#: /root/karesansui.git/karesansui/gadget/guest.py:201
 msgid "Parameter vm_initrd does not exist."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:202
+#: /root/karesansui.git/karesansui/gadget/guest.py:204
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:93
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:383
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:592
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:387
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:597
 msgid "Initrd Image"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:210
+#: /root/karesansui.git/karesansui/gadget/guest.py:212
 msgid "Parameter vm_iso does not exist."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:213
+#: /root/karesansui.git/karesansui/gadget/guest.py:215
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:99
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:387
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:615
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:391
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:620
 msgid "ISO Image"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:219
+#: /root/karesansui.git/karesansui/gadget/guest.py:221
 #, python-format
 msgid "\"%s\" is not valid ISO 9660 CD-ROM filesystem data."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:223
+#: /root/karesansui.git/karesansui/gadget/guest.py:225
 #: /root/karesansui.git/karesansui/gadget/guestby1cpu.py:49
 #: /root/karesansui.git/karesansui/gadget/guestby1display.py:45
 #: /root/karesansui.git/karesansui/gadget/guestby1display.py:57
@@ -1560,9 +1576,9 @@ msgstr ""
 #: /root/karesansui.git/karesansui/gadget/hostby1settingserver.py:154
 #: /root/karesansui.git/karesansui/gadget/hostby1settingserver.py:165
 #: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:59
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:69
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:92
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:103
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:81
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:104
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:127
 #: /root/karesansui.git/karesansui/gadget/hostby1watch.py:78
 #: /root/karesansui.git/karesansui/gadget/hostby1watch.py:89
 #: /root/karesansui.git/karesansui/gadget/hostby1watch.py:100
@@ -1596,29 +1612,29 @@ msgstr ""
 msgid "\"%s\" is required."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:223
-#: /root/karesansui.git/karesansui/gadget/guest.py:231
+#: /root/karesansui.git/karesansui/gadget/guest.py:225
+#: /root/karesansui.git/karesansui/gadget/guest.py:233
 #: /root/karesansui.git/karesansui/gadget/guestby1display.py:95
 #: /root/karesansui.git/karesansui/gadget/guestby1display.py:98
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:371
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:628
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:375
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:633
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:106
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.part:76
 msgid "VNC Keymap"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:239
+#: /root/karesansui.git/karesansui/gadget/guest.py:241
 #: /root/karesansui.git/karesansui/gadget/guestreplicate.py:128
 msgid "Parameter vm_vncport does not exist."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:242
+#: /root/karesansui.git/karesansui/gadget/guest.py:244
 #: /root/karesansui.git/karesansui/gadget/guestby1display.py:45
 #: /root/karesansui.git/karesansui/gadget/guestby1display.py:48
 #: /root/karesansui.git/karesansui/gadget/guestreplicate.py:131
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:106
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:391
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:633
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:395
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:638
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:13
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:31
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:40
@@ -1632,22 +1648,22 @@ msgstr ""
 msgid "VNC Port Number"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:251
+#: /root/karesansui.git/karesansui/gadget/guest.py:253
 #: /root/karesansui.git/karesansui/gadget/guestreplicate.py:140
 msgid "Parameter vm_mac does not exist."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:254
+#: /root/karesansui.git/karesansui/gadget/guest.py:256
 #: /root/karesansui.git/karesansui/gadget/guestby1nic.py:46
 #: /root/karesansui.git/karesansui/gadget/guestby1nic.py:52
 #: /root/karesansui.git/karesansui/gadget/guestby1nicby1.py:47
 #: /root/karesansui.git/karesansui/gadget/guestreplicate.py:143
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:114
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:399
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:682
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:66
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:109
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:193
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:403
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:687
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:37
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:140
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:206
 #: /root/karesansui.git/karesansui/templates/default/guestby1nicby1/guestby1nicby1.input:13
 #: /root/karesansui.git/karesansui/templates/default/guestby1nicby1/guestby1nicby1.input:35
 #: /root/karesansui.git/karesansui/templates/default/guestby1nicby1/guestby1nicby1.input:60
@@ -1659,19 +1675,19 @@ msgstr ""
 msgid "MAC Address"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:557
+#: /root/karesansui.git/karesansui/gadget/guest.py:587
 #: /root/karesansui.git/karesansui/gadget/guestexport.py:162
 #: /root/karesansui.git/karesansui/gadget/guestexportby1.py:94
 #: /root/karesansui.git/karesansui/gadget/guestimport.py:133
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:217
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:324
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:356
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:215
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:53
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:130
 msgid "untitled"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:563
+#: /root/karesansui.git/karesansui/gadget/guest.py:593
 #: /root/karesansui.git/karesansui/gadget/guestby1snapshot.py:112
 #: /root/karesansui.git/karesansui/gadget/guestby1snapshotby1.py:136
 #: /root/karesansui.git/karesansui/gadget/guestby1snapshotby1.py:138
@@ -1686,7 +1702,7 @@ msgstr ""
 #: /root/karesansui.git/karesansui/lib/template.py:267
 #: /root/karesansui.git/karesansui/lib/template.py:277
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:225
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:339
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:371
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:64
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:138
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewallrule/hostby1firewallrule.part:107
@@ -1710,37 +1726,32 @@ msgstr ""
 msgid "N/A"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:628
+#: /root/karesansui.git/karesansui/gadget/guest.py:658
 #: /root/karesansui.git/karesansui/gadget/guestexport.py:237
-#: /root/karesansui.git/karesansui/gadget/guestimport.py:224
+#: /root/karesansui.git/karesansui/gadget/guestimport.py:225
 #: /root/karesansui.git/karesansui/gadget/guestreplicate.py:468
 #, python-format
 msgid "No space available to create disk image in '%s' partition."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guestby1.py:277
+#: /root/karesansui.git/karesansui/gadget/guestby1.py:278
 #, python-format
-msgid "Guest OS not found. - name=%s"
+msgid "Guest not found. - name=%s"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/gadget/guestby1.py:292
+#: /root/karesansui.git/karesansui/gadget/guestby1.py:333
 #, python-format
-msgid "Can not find the storage pool is not running. - target=%s"
-msgstr ""
-
-#: /root/karesansui.git/karesansui/gadget/guestby1.py:307
-msgid "Guest OS disk could not be found."
-msgstr ""
-
-#: /root/karesansui.git/karesansui/gadget/guestby1.py:334
-msgid "Can not find the storage pool is not running."
+msgid "Can not find the storage pool image. - target=%s"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guestby1.py:340
-msgid "Storage volume could not be found."
+#: /root/karesansui.git/karesansui/gadget/guestby1.py:306
+#: /root/karesansui.git/karesansui/gadget/guestby1.py:339
+#, python-format
+msgid "OS storage volume for guest could not be found. domname=%s"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guestby1.py:356
+#: /root/karesansui.git/karesansui/gadget/guestby1.py:355
 msgid "Not expected storage type. type=%"
 msgstr ""
 
@@ -1777,16 +1788,12 @@ msgstr ""
 msgid "The specified snapshot does not exist. - %s"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guestby1device.py:141
-msgid "Was found that the guest are using storage pools."
-msgstr ""
-
-#: /root/karesansui.git/karesansui/gadget/guestby1device.py:189
+#: /root/karesansui.git/karesansui/gadget/guestby1device.py:194
 #: /root/karesansui.git/karesansui/gadget/guestby1nicby1.py:128
 msgid "Specified MAC address is already defined."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/guestby1device.py:235
+#: /root/karesansui.git/karesansui/gadget/guestby1device.py:240
 msgid "No storage type specified."
 msgstr ""
 
@@ -1839,10 +1846,10 @@ msgid "VNC Password"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/gadget/guestby1nic.py:41
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:395
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:638
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:105
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:160
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:399
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:643
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:136
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:173
 #: /root/karesansui.git/karesansui/templates/default/guestby1nicby1/guestby1nicby1.input:27
 #: /root/karesansui.git/karesansui/templates/default/guestby1nicby1/guestby1nicby1.input:52
 #: /root/karesansui.git/karesansui/templates/default/guestby1nicby1/guestby1nicby1.part:15
@@ -1887,18 +1894,18 @@ msgstr ""
 #: /root/karesansui.git/karesansui/gadget/hostby1networkby1status.py:43
 #: /root/karesansui.git/karesansui/gadget/hostby1networkby1status.py:50
 #: /root/karesansui.git/karesansui/lib/search.py:74
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:198
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:230
 #: /root/karesansui.git/karesansui/templates/default/guestby1job/guestby1job.part:109
 #: /root/karesansui.git/karesansui/templates/default/guestby1job/guestby1job.part:144
 #: /root/karesansui.git/karesansui/templates/default/guestby1job/guestby1job.part:212
 #: /root/karesansui.git/karesansui/templates/default/hostby1job/hostby1job.part:104
 #: /root/karesansui.git/karesansui/templates/default/hostby1job/hostby1job.part:154
 #: /root/karesansui.git/karesansui/templates/default/hostby1job/hostby1job.part:224
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:230
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:229
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:24
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:251
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:248
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:19
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:256
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:254
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:36
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:209
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepoolby1/hostby1storagepoolby1.part:69
@@ -1950,7 +1957,7 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/gadget/guestimport.py:208
 #: /root/karesansui.git/karesansui/gadget/guestimport.py:213
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1459
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1511
 #, python-format
 msgid "guest '%s' already exists."
 msgstr ""
@@ -1978,7 +1985,7 @@ msgstr ""
 #: /root/karesansui.git/karesansui/gadget/guesttag.py:29
 #: /root/karesansui.git/karesansui/gadget/hosttag.py:26
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:204
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:294
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:326
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:115
 msgid "No tag"
 msgstr ""
@@ -2377,7 +2384,7 @@ msgstr ""
 #: /root/karesansui.git/karesansui/gadget/hostby1settingby1general.py:103
 #: /root/karesansui.git/karesansui/gadget/hostby1settingserver.py:89
 #: /root/karesansui.git/karesansui/gadget/hostby1settingserver.py:103
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:227
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:226
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:79
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:16
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:31
@@ -2501,27 +2508,41 @@ msgid "Gateway"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:56
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:89
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:101
 #, python-format
 msgid "%s \"%s\" already exists."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:63
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:69
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:62
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:81
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:23
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:89
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:160
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:92
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:163
 msgid "Directory Path"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:96
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:103
+#. TRANSLATORS:
+#. ストレージプールのターゲットパス"%s"はすでに使われています。
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:75
+#, python-format
+msgid "Storagepool target path \"%s\" is already being used."
+msgstr ""
+
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:107
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:127
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:30
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:93
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:170
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:96
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:173
 msgid "iSCSI Target"
 msgstr ""
 
+#. TRANSLATORS:
+#. ストレージプールのiSCSIターゲットIQN"%s"はすでに使われています。
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:121
+#, python-format
+msgid "Storagepool iSCSI target IQN \"%s\" is already being used."
+msgstr ""
+
 #: /root/karesansui.git/karesansui/gadget/hostby1watch.py:81
 #: /root/karesansui.git/karesansui/gadget/hostby1watch.py:89
 #: /root/karesansui.git/karesansui/gadget/hostby1watchby1.py:75
@@ -3065,7 +3086,7 @@ msgid "RUNNING"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/lib/template.py:180
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:238
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:270
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:756
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:761
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:775
@@ -3088,7 +3109,7 @@ msgid "Enabled"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/lib/template.py:182
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:240
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:272
 msgid "Disabled"
 msgstr ""
 
@@ -3103,10 +3124,6 @@ msgstr ""
 msgid "Notice: Undefined index \"%s\""
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/utils.py:809
-msgid "Copying"
-msgstr ""
-
 #: /root/karesansui.git/karesansui/lib/utils.py:828
 #, python-format
 msgid "Copying %s"
@@ -3235,6 +3252,9 @@ msgstr ""
 msgid "Graph created"
 msgstr ""
 
+#. TRANSLATORS:
+#. CPUのグラフの凡例
+#. 日本語にした場合は表示が崩れますが、後で直すのでそのままで大丈夫です
 #: /root/karesansui.git/karesansui/lib/rrd/cpu.py:114
 msgid "Steal"
 msgstr ""
@@ -3270,11 +3290,19 @@ msgstr ""
 msgid "Idle"
 msgstr ""
 
+#. TRANSLATORS:
+#. ディスク容量のグラフの縦軸のラベル
+#. Byte? Bytes?
+#. メモリのグラフの縦軸のラベル
 #: /root/karesansui.git/karesansui/lib/rrd/df.py:80
 #: /root/karesansui.git/karesansui/lib/rrd/memory.py:76
 msgid "Byte"
 msgstr ""
 
+#. TRANSLATORS:
+#. ディスク容量のグラフの縦軸のラベル
+#. 日本語にした場合は表示が崩れますが、後で直すのでそのままで大丈夫です
+#. メモリのグラフの項目名
 #: /root/karesansui.git/karesansui/lib/rrd/df.py:93
 #: /root/karesansui.git/karesansui/lib/rrd/memory.py:91
 #: /root/karesansui.git/karesansui/templates/default/data/js/html.js:40
@@ -3357,6 +3385,10 @@ msgstr ""
 msgid "TX"
 msgstr ""
 
+#. TRANSLATORS:
+#. 仮想マシンのグラフのCPUグラフの縦軸のラベル
+#. 単位はCPU時間(秒)です
+#. 仮想マシンのグラフのCPUグラフの凡例
 #: /root/karesansui.git/karesansui/lib/rrd/libvirt.py:116
 #: /root/karesansui.git/karesansui/lib/rrd/libvirt.py:128
 msgid "Second"
@@ -3372,6 +3404,8 @@ msgstr ""
 msgid "Load Average"
 msgstr ""
 
+#. TRANSLATORS:
+#. ロードアベレージのグラフの凡例
 #: /root/karesansui.git/karesansui/lib/rrd/load.py:58
 msgid "1m average"
 msgstr ""
@@ -3384,6 +3418,8 @@ msgstr ""
 msgid "15m average"
 msgstr ""
 
+#. TRANSLATORS:
+#. ロードアベレージのグラフの縦軸のラベル
 #: /root/karesansui.git/karesansui/lib/rrd/load.py:84
 msgid "System load"
 msgstr ""
@@ -3396,6 +3432,8 @@ msgstr ""
 msgid "Cached"
 msgstr ""
 
+#. TRANSLATORS:
+#. 起動時間のグラフの凡例
 #: /root/karesansui.git/karesansui/lib/rrd/uptime.py:45
 msgid "uptime"
 msgstr ""
@@ -3412,15 +3450,23 @@ msgstr ""
 msgid "mins"
 msgstr ""
 
+#. TRANSLATORS:
+#. 起動時間のグラフのタイトル
 #: /root/karesansui.git/karesansui/lib/rrd/uptime.py:59
 #: /root/karesansui.git/karesansui/templates/default/hostby1report/hostby1report.part:132
 msgid "Uptime"
 msgstr ""
 
+#. TRANSLATORS:
+#. 起動時間のグラフの縦軸のラベル
 #: /root/karesansui.git/karesansui/lib/rrd/uptime.py:81
 msgid "Days"
 msgstr ""
 
+#. TRANSLATORS:
+#. ユーザ数のグラフのタイトル
+#. ユーザ数のグラフの縦軸のラベル
+#. ユーザ数のグラフの凡例
 #: /root/karesansui.git/karesansui/lib/rrd/users.py:51
 #: /root/karesansui.git/karesansui/lib/rrd/users.py:73
 #: /root/karesansui.git/karesansui/lib/rrd/users.py:82
@@ -3444,10 +3490,11 @@ msgid "%s: unsupported image format %s"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/lib/virt/virt.py:659
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2271
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2317
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2363
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2390
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2378
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2424
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2470
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2497
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2524
 #, python-format
 msgid "Storage pool could not be found. pool=%s"
 msgstr ""
@@ -3456,58 +3503,85 @@ msgstr ""
 msgid "Storage path could not be retrieved."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1089
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1192
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2472
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2651
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1099
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1244
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2606
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2785
 #, python-format
 msgid "Domain could not be found. name=%s"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1195
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1247
 #, python-format
 msgid "Failed to set autostart flag. - dom=%s flag=%s"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1225
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1424
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1456
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1277
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1476
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1508
 #, python-format
 msgid "Directory '%s' not found."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1247
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1299
 #, python-format
 msgid "Directory '%s' found."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1435
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1487
 #, python-format
 msgid "'%s' is invalid format."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1437
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1489
 #, python-format
 msgid "'%s' not found."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2424
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2716
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1527
+#, python-format
+msgid "Disk storage pools were found to import. - pool=%s"
+msgstr ""
+
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1534
+#, python-format
+msgid ""
+"When exporting, there are differences in the storage pool information. "
+"(Storage pool path) = export=%s, import=%s"
+msgstr ""
+
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1539
+msgid "Exporting the disk image can not be found."
+msgstr ""
+
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1571
+#, python-format
+msgid "Export corrupt data. (file not found) - path=%s"
+msgstr ""
+
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1576
+#, python-format
+msgid "Import failed guest OS image. - path=%s"
+msgstr ""
+
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2558
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2850
 msgid "No storage pools could be found."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2560
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2587
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2694
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2721
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2915
 #, python-format
 msgid "No storage pool '%s' could be found."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:3744
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:3918
 #, python-format
 msgid "Could not start network '%s' (%s)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:3752
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:3926
 #, python-format
 msgid "Could not stop network '%s' (%s)"
 msgstr ""
@@ -3562,6 +3636,7 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/data/js/ajax.js:90
 #: /root/karesansui.git/karesansui/templates/default/guestexport/guestexport.input:56
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:36
 #: /root/karesansui.git/karesansui/templates/default/me/me.part:26
 #: /root/karesansui.git/karesansui/templates/default/userby1/userby1.part:33
 msgid "Close"
@@ -3741,7 +3816,7 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/data/js/grayout.js:107
 #: /root/karesansui.git/karesansui/templates/default/data/js/grayout.js:182
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:449
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:453
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:128
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:169
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.input:170
@@ -3749,13 +3824,13 @@ msgid "Cancel"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/data/js/grayout.js:117
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:524
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:519
 #: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.part:187
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:175
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:259
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:267
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:181
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:191
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:180
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:188
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.part:109
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:177
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.part:162
@@ -3803,9 +3878,13 @@ msgstr ""
 msgid "Failure Value"
 msgstr ""
 
+#: /root/karesansui.git/karesansui/templates/default/data/js/slider.js:83
+msgid "Start value is more than max available value!"
+msgstr ""
+
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:14
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:269
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:422
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:273
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:426
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:18
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:87
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:114
@@ -3860,7 +3939,7 @@ msgstr ""
 msgid "Please input correct value."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:270
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:274
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:88
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:107
 msgid ""
@@ -3868,15 +3947,15 @@ msgid ""
 "letters, including spaces and symbols are allowed."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:274
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:278
 msgid ""
 "VM domain name of the guest. This will be used to distinguish each guests"
 " in VM, so it should be unique between all guests  (This is NOT a DNS "
 "\\\"domain\\\"). Alphabets and some symbols are allowed."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:277
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:440
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:281
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:444
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:91
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:119
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:110
@@ -3884,7 +3963,7 @@ msgstr ""
 msgid "Guest Icon"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:278
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:282
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:92
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:111
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.input:127
@@ -3893,56 +3972,54 @@ msgid ""
 "click upload button."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:281
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:285
 msgid "Memory Size"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:282
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:286
 msgid "The amount of RAM for the guest to use (in mega-bytes)."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:290
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:294
 msgid ""
 "Create New Disk Image: Create a new storage image. \n"
 "\n"
 "Use iSCSI: Use iSCSI networked storage.\n"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:296
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:300
 msgid "Storage Pool To Use"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:297
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:301
 msgid ""
 "Select the storage pool to use. You can manupulate storage pools in "
 "\\\"Storage Pool\\\" tab."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:303
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:307
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:133
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:211
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepoolby1/hostby1storagepoolby1.part:39
 msgid "Available"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:304
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:308
 msgid "Available space in the storage pool.(MB)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:310
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:314
 msgid "Total capacity of the storage pool. (MB)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:317
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:321
 msgid "Set the storage capacity of the guest OS. (MB)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:336
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:214
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:340
 msgid "Image Type"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:337
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:341
 msgid ""
 "raw: The simplest image format. High interoperability with other systems."
 "\n"
@@ -3952,75 +4029,76 @@ msgid ""
 "qcow2: The most common image format supported by Qemu.\n"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:343
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:518
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:85
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:147
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:347
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:498
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:249
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:88
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:150
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepoolby1/hostby1storagepoolby1.part:15
 msgid "Storage Pool Type"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:344
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:348
 msgid ""
 "The type of storage pool. You can set this in networked storage tab and "
 "storage pool tab."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:351
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:355
 msgid ""
 "The name of the storage. Storage pool settings are available in storage "
 "pool tab."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:358
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:362
 msgid "Volume name actually used in the storage pool."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:364
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:550
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:368
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:555
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:81
 msgid "Bus Type"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:365
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:369
 msgid ""
 "Set the device controlling method. We recommend virtio (KVM) / xen (Xen),"
 " which allows device to act as a para-virtualized device."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:372
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:376
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:106
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.part:76
 msgid "Keymap of the keyboard to use with VNC."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:375
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:379
 msgid "Disk Size"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:376
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:380
 msgid "Size of the disk of the guest (MB)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:380
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:384
 msgid ""
 "Kernel image for the guest. Specify FTP/HTTP URL, or a valid absolute "
 "file path."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:384
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:388
 msgid ""
 "The initrd (bootup RAM disk) image for the guest. Specify FTP/HTTP URL, "
 "or a valid absolute file path."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:388
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:392
 msgid ""
 "The ISO 9660 CD-ROM/DVD-ROM image for the guest. Specify a valid absolute"
 " file path."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:392
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:396
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:129
 msgid ""
 "(Auto-recommended value displayed below.) TCP port number to access the "
@@ -4028,8 +4106,8 @@ msgid ""
 "between all guests are recommended."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:396
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:106
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:400
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:137
 msgid ""
 "Type of the virtual network interface connection. Choose \\\"Physical "
 "Device\\\" to connect directly to the physical network, or \\\"Virtual "
@@ -4037,24 +4115,24 @@ msgid ""
 "\\\"Network\\\" tab of the host). "
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:400
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:110
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:404
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:141
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:133
 msgid ""
 "(Auto-recommended value displayed below.) MAC address of the guest in "
 "xx:xx:xx:xx:xx:xx format. Specify an address not used in the network."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:403
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:686
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:407
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:691
 msgid "Extra Kernel Options"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:404
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:408
 msgid "Kernel parameters to pass to the guest kernel on guest installation."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:408
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:412
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:100
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:141
 msgid ""
@@ -4064,24 +4142,24 @@ msgid ""
 "spaces and symbols are allowed."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:416
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:420
 msgid "Create Guest"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:424
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:436
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:457
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:485
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:587
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:595
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:618
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:635
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:684
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:428
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:440
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:461
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:507
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:592
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:600
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:623
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:640
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:689
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:116
 #: /root/karesansui.git/karesansui/templates/default/guestby1cpu/guestby1cpu.input:81
 #: /root/karesansui.git/karesansui/templates/default/guestby1cpu/guestby1cpu.input:88
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:195
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:227
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:208
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:258
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:81
 #: /root/karesansui.git/karesansui/templates/default/guestby1memory/guestby1memory.input:83
 #: /root/karesansui.git/karesansui/templates/default/guestby1memory/guestby1memory.input:91
@@ -4139,8 +4217,8 @@ msgstr ""
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.input:91
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.input:96
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.input:101
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:145
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:162
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:148
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:165
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:536
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:717
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:722
@@ -4158,71 +4236,58 @@ msgstr ""
 msgid "Require"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:446
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:450
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:125
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:166
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.input:167
 msgid "Upload"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:463
-msgid "Create New Disk Image"
-msgstr ""
-
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:465
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:204
-msgid "Use iSCSI"
-msgstr ""
-
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:470
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:210
-msgid "Storage Name"
-msgstr ""
-
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:471
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:511
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:262
 msgid "Available (MB)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:472
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:516
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:267
 msgid "Capacity (MB)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:474
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:521
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:272
 msgid "OS Image Type"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:517
-#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:75
-#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:87
-#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.part:26
-#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.part:54
-msgid "No"
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:542
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:287
+msgid "Device Path"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:522
-msgid "Volume Path"
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:547
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:292
+msgid "Device Real Path"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:573
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:578
 msgid "Boot Image"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:651
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:167
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:656
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:180
 msgid "Physical Device"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:669
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:182
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:674
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:195
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.html:127
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:648
 msgid "Virtual Network"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:690
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:695
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:230
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:132
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:306
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:338
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.input:58
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:40
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:200
@@ -4232,8 +4297,8 @@ msgstr ""
 msgid "Notebook"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:704
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:491
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:709
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:486
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:75
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.input:241
 msgid "Create"
@@ -4262,11 +4327,11 @@ msgstr ""
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:88
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:259
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.html:51
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:351
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:383
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:164
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:226
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:233
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:247
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:202
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:209
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:223
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:89
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.part:135
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.part:42
@@ -4325,7 +4390,7 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:110
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:131
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:248
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:245
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:207
 msgid "Type"
 msgstr ""
@@ -4417,10 +4482,10 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:173
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:37
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:268
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:265
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:33
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:270
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:275
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:268
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:273
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:30
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:39
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:224
@@ -4430,21 +4495,21 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:175
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:35
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:277
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:275
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:41
 msgid "OFF"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:186
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:194
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:611
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:258
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:273
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:606
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:290
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:305
 msgid "Unknown"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:196
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:264
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:296
 msgid "OS Type"
 msgstr ""
 
@@ -4457,7 +4522,7 @@ msgid "Tag Name"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:209
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:178
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:210
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:7
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:120
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:7
@@ -4477,7 +4542,7 @@ msgid "CPU Time (seconds)"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:241
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:391
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:423
 msgid "No Disk"
 msgstr ""
 
@@ -4486,7 +4551,7 @@ msgid "Disk Info"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:248
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:406
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:438
 msgid "No interface"
 msgstr ""
 
@@ -4495,17 +4560,17 @@ msgid "Interface Info"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:255
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:421
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:453
 msgid "No network"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:257
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:412
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:444
 msgid "Network Info"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:264
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:442
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:474
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:82
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:171
 #: /root/karesansui.git/karesansui/templates/default/jobby1/jobby1.part:209
@@ -4513,7 +4578,7 @@ msgid "Created User"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:265
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:464
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:496
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:199
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:92
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:173
@@ -4533,29 +4598,29 @@ msgid "Date Modified"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:269
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:433
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:465
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:176
 #: /root/karesansui.git/karesansui/templates/default/jobby1/jobby1.part:202
 msgid "Audit"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:341
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:361
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:289
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:309
 msgid "Export can not be edited."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:347
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:367
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:449
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:295
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:315
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:444
 msgid "Guest Settings"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:350
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:370
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:395
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:413
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:431
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:77
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:298
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:318
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:343
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:361
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:379
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:48
 #: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.part:142
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:30
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:48
@@ -4564,14 +4629,14 @@ msgstr ""
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:62
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:81
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:101
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:58
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:76
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:92
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:104
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:53
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:74
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:94
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:119
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:57
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:74
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:89
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:101
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:51
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:71
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:91
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:116
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.part:46
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.part:38
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.part:56
@@ -4582,13 +4647,13 @@ msgstr ""
 msgid "Please select a target."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:410
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:536
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:358
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:531
 #: /root/karesansui.git/karesansui/templates/default/guestexport/guestexport.input:105
 msgid "Export"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:502
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:497
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:146
 #: /root/karesansui.git/karesansui/templates/default/guestby1cpu/guestby1cpu.input:94
 #: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.part:176
@@ -4602,10 +4667,10 @@ msgstr ""
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewallpolicy/hostby1firewallpolicy.input:76
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewallruleby1/hostby1firewallruleby1.input:244
 #: /root/karesansui.git/karesansui/templates/default/hostby1iptables/hostby1iptables.part:125
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:170
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:169
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.input:125
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:160
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:180
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:147
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:177
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:184
 #: /root/karesansui.git/karesansui/templates/default/hostby1settingby1general/hostby1settingby1general.input:202
 #: /root/karesansui.git/karesansui/templates/default/hostby1settingby1mail/hostby1settingby1mail.input:81
@@ -4623,34 +4688,34 @@ msgstr ""
 msgid "Edit"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:513
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:508
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:214
 msgid "Copy"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:548
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:543
 msgid "Import"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:572
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:567
 #: /root/karesansui.git/karesansui/templates/default/include/tag.part:6
 msgid "Now loading"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:638
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:633
 msgid "Exported"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:656
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:651
 #: /root/karesansui.git/karesansui/templates/default/guestby1job/guestby1job.part:266
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:237
-#: /root/karesansui.git/karesansui/templates/default/host/host.part:333
+#: /root/karesansui.git/karesansui/templates/default/host/host.part:334
 #: /root/karesansui.git/karesansui/templates/default/hostby1job/hostby1job.part:278
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:264
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:263
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:49
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:290
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:287
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:47
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:296
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:294
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.part:164
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.part:54
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:244
@@ -4698,80 +4763,80 @@ msgstr ""
 msgid "Edit Guest Settings"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:52
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:84
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:209
 #: /root/karesansui.git/karesansui/templates/default/hostby1iptables/hostby1iptables.part:90
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:192
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:202
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:186
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:191
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:199
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:184
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:142
 msgid "Start"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:64
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:96
 msgid "Shutdown"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:75
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:107
 msgid "Reboot"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:89
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:121
 msgid "Suspend"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:101
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:133
 msgid "Resume"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:115
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:147
 msgid "Destroy"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:128
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:230
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:160
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:228
 msgid "Disable Autostart"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:140
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:172
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:157
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:159
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:176
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:178
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:219
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:217
 msgid "Enable Autostart"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:209
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:241
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:106
 msgid "Unique key"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:279
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:311
 #: /root/karesansui.git/karesansui/templates/default/host/host.input:164
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.input:183
 msgid "Tags"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:360
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:392
 msgid "CPU time(seconds)"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:382
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:414
 msgid "Disk info"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:397
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:429
 msgid "Interface info"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:453
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:485
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:172
 #: /root/karesansui.git/karesansui/templates/default/jobby1/jobby1.part:214
 msgid "Created Date"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:475
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:507
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:174
 #: /root/karesansui.git/karesansui/templates/default/jobby1/jobby1.part:224
 #: /root/karesansui.git/karesansui/templates/default/msg/msg.part:61
@@ -4811,7 +4876,7 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guestby1cpu/guestby1cpu.input:79
 #: /root/karesansui.git/karesansui/templates/default/guestby1cpu/guestby1cpu.part:38
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:137
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:120
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:44
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:79
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:83
@@ -4830,8 +4895,8 @@ msgstr ""
 msgid "Allowable Range: %d - %d"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:101
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:153
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:132
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:166
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:71
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:116
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:71
@@ -4839,59 +4904,48 @@ msgstr ""
 msgid "Device Type"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:102
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:133
 msgid ""
 "Type of the device to add. Choose \\\"Network\\\" to add a new network "
 "interface to the guest, or \\\"Disk\\\" to add a new virtual hard disk "
 "device."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:113
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:144
 msgid "Sparse File"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:114
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:145
 msgid ""
 "Check if you like to create the disk file image in sparse file format. "
 "Using sparse file format saves disk space and time to create the image, "
 "but are inferior in writing performance."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:118
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:149
 msgid "Size of the disk to add in mega-bytes."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:121
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:292
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:152
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:301
 #: /root/karesansui.git/karesansui/templates/default/guestby1diskby1/guestby1diskby1.part:49
 msgid "Disk Device Type"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:122
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:153
 msgid "Type of disk device to emulate."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:149
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:162
 #: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.part:249
 msgid "Device Settings"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:156
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:169
 msgid "Disk"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:203
-msgid "Create new disk image"
-msgstr ""
-
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:272
-#: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.input:50
-#: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.input:78
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:211
-msgid "Device Name"
-msgstr ""
-
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:305
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:318
 #: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.part:165
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:139
 #: /root/karesansui.git/karesansui/templates/default/host/host.input:171
@@ -4899,13 +4953,13 @@ msgstr ""
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:244
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewallruleby1/hostby1firewallruleby1.part:92
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.input:125
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:159
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:167
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:158
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:185
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:165
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:169
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:166
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.input:89
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.part:98
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:256
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:259
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:166
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:843
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.part:140
@@ -4918,7 +4972,7 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.part:77
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:173
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:122
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:110
 msgid "Received an unexpected value."
 msgstr ""
 
@@ -4985,6 +5039,13 @@ msgstr ""
 msgid "Yes"
 msgstr ""
 
+#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:75
+#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:87
+#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.part:26
+#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.part:54
+msgid "No"
+msgstr ""
+
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:92
 msgid "Keep current setting"
 msgstr ""
@@ -5311,7 +5372,7 @@ msgid "Now Loading"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:305
-#: /root/karesansui.git/karesansui/templates/default/host/host.part:317
+#: /root/karesansui.git/karesansui/templates/default/host/host.part:318
 msgid "Host"
 msgstr ""
 
@@ -5334,9 +5395,9 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.html:129
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:30
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:65
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:64
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:61
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:257
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:233
 msgid "Network Settings"
 msgstr ""
 
@@ -5519,16 +5580,16 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:221
 #: /root/karesansui.git/karesansui/templates/default/hostby1iptables/hostby1iptables.part:102
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:203
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:213
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:197
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:202
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:210
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:195
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:153
 msgid "Stop"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:232
 #: /root/karesansui.git/karesansui/templates/default/hostby1iptables/hostby1iptables.part:113
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:208
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:206
 msgid "Restart"
 msgstr ""
 
@@ -5707,7 +5768,7 @@ msgstr ""
 msgid "Enable IP masquerading from this network"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:228
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:227
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:79
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:22
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:39
@@ -5738,70 +5799,71 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:13
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:21
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:69
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:76
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:87
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:89
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:96
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:107
 msgid "hoge"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:63
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsgeneral/hostby1networksettingsgeneral.input:57
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:56
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:109
-msgid "This will be enabled on next start"
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:46
+msgid "Hypervisor 'XEN' on the bonding does not support creation."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:68
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:58
+msgid "When set, do a reboot of the network simultaneously"
+msgstr ""
+
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:88
 msgid "Bonding Name"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:75
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:106
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:95
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:126
 msgid "Bonding Target Device"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:97
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:171
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:117
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:158
 msgid "Add Bonding"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:102
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:122
 msgid "Create Bonding Name"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:119
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:139
 msgid "Select"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:120
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:140
 msgid "Primary"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:155
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:173
 msgid "balance-rr"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:156
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:174
 msgid "active-backup"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:157
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:175
 msgid "balance-xor"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:158
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:176
 msgid "broadcast"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:159
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:177
 msgid "802.3ad"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:160
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:178
 msgid "balance-tlb"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:161
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:179
 msgid "balance-alb"
 msgstr ""
 
@@ -5813,19 +5875,11 @@ msgstr ""
 msgid "At the same time remove the boot"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:73
-msgid "OK to apply network restart?"
-msgstr ""
-
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:182
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:169
 msgid "Delete Bonding"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:193
-msgid "Restart Network"
-msgstr ""
-
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:218
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:194
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsgeneral/hostby1networksettingsgeneral.input:79
 #: /root/karesansui.git/karesansui/templates/default/hostby1setting/hostby1setting.part:29
 #: /root/karesansui.git/karesansui/templates/default/hostby1setting/hostby1setting.part:105
@@ -5840,6 +5894,12 @@ msgstr ""
 msgid "Nameserver"
 msgstr ""
 
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsgeneral/hostby1networksettingsgeneral.input:57
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:56
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:109
+msgid "This will be enabled on next start"
+msgstr ""
+
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsgeneral/hostby1networksettingsgeneral.input:65
 msgid "FQDN of the host."
 msgstr ""
@@ -5997,7 +6057,7 @@ msgid "iSCSI"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:123
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:249
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:246
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:135
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:68
 msgid "Target Host Name"
@@ -6009,17 +6069,17 @@ msgid "CHAP"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:9
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:263
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:260
 #: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:9
 msgid "Connecting"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:24
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:60
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:58
 msgid "Network Storage Settings"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:265
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:262
 msgid "Disconnect"
 msgstr ""
 
@@ -6086,27 +6146,27 @@ msgstr ""
 msgid "Refresh"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:253
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:251
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:16
 msgid "Service Name"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:254
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:252
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:21
 msgid "Service Description"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:255
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:253
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:27
 msgid "Auto Start"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:267
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:265
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:18
 msgid "display_name"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:268
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:266
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:24
 msgid "description"
 msgstr ""
@@ -6264,6 +6324,12 @@ msgid ""
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.input:50
+#: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.input:78
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:214
+msgid "Device Name"
+msgstr ""
+
+#: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.input:50
 msgid "Name of the device."
 msgstr ""
 
@@ -6318,32 +6384,32 @@ msgstr ""
 msgid "%s is unknown storagepool type"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:82
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:85
 msgid ""
 "Specify the storage pool name to use in Karesansui control panel. Must be"
 " unique between all storage pools."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:86
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:89
 msgid ""
 "The type of this storage pool. Choose \\\"dir\\\" to use an existing "
 "directory, or \\\"iscsi\\\" to use remote iSCSI target."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:90
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:93
 msgid "Input a full path of an existing directory to use for this storage pool."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:94
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:97
 msgid "Select the iSCSI target to use for this storage pool"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:100
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:212
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:103
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:215
 msgid "Mount/Block"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:101
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:104
 msgid ""
 "Choose \\\"mount\\\" to automatically mount this device to a directory, "
 "or \\\"block\\\" to use the whole device as a block device. \\\"mount\\\""
@@ -6352,24 +6418,24 @@ msgid ""
 " guest."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:108
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:111
 msgid "Check this if you want the volume to be formatted."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:138
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:141
 msgid "Add Storage Pool"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:177
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:180
 msgid "iSCSI target is not currently connected"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:233
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:238
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:236
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:241
 msgid "mount"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:234
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:237
 msgid "block"
 msgstr ""
 
@@ -6874,6 +6940,11 @@ msgid "Notification Mail Body"
 msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:489
+msgid ""
+"Customize the notification mail message. Don't forget to include empty "
+"line between mail header part and body part. Available macros are: "
+msgstr ""
+
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:493
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:497
 #: /root/karesansui.git/karesansui/templates/default/hostby1watchby1/hostby1watchby1.input:375
@@ -7252,3 +7323,21 @@ msgstr ""
 msgid "Edit User Settings"
 msgstr ""
 
+#~ msgid "Login to [target: %s]: already exists"
+#~ msgstr ""
+
+#~ msgid "Guest OS not found. - name=%s"
+#~ msgstr ""
+
+#~ msgid "Can not find the storage pool is not running. - target=%s"
+#~ msgstr ""
+
+#~ msgid "Guest OS disk could not be found."
+#~ msgstr ""
+
+#~ msgid "Can not find the storage pool is not running."
+#~ msgstr ""
+
+#~ msgid "Storage volume could not be found."
+#~ msgstr ""
+
index 813f8c4..7058af9 100644 (file)
Binary files a/karesansui/locale/ja/LC_MESSAGES/messages.mo and b/karesansui/locale/ja/LC_MESSAGES/messages.mo differ
index f9e2b19..18016f0 100644 (file)
@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 "POT-Creation-Date: 2010-05-14 18:28+0900\n"
-"PO-Revision-Date: 2010-06-24 14:11+0900\n"
+"PO-Revision-Date: 2010-07-02 11:56+0900\n"
 "Last-Translator: Kazuhiro Ogura <rgoura@karesansui-project.info>\n"
 "Language-Team: ja <LL@li.org>\n"
 "Plural-Forms: nplurals=1; plural=0\n"
@@ -17,25 +17,25 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 0.9.4\n"
 
-#: /root/karesansui.git/bin/add_bonding.py:45
+#: /root/karesansui.git/bin/add_bonding.py:48
 #: /root/karesansui.git/bin/delete_bonding.py:48
 msgid "Bonding Target Device Name"
 msgstr "ボンディングターゲットデバイス名"
 
-#: /root/karesansui.git/bin/add_bonding.py:46
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:86
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:146
+#: /root/karesansui.git/bin/add_bonding.py:49
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:106
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:164
 msgid "Bonding Mode"
 msgstr "ボンディングモード"
 
-#: /root/karesansui.git/bin/add_bonding.py:47
+#: /root/karesansui.git/bin/add_bonding.py:50
 msgid "Primary Device Name"
 msgstr "プライマリデバイス名"
 
-#: /root/karesansui.git/bin/add_disk.py:81
-#: /root/karesansui.git/bin/add_nic.py:73
-#: /root/karesansui.git/bin/append_disk.py:69
-#: /root/karesansui.git/bin/apply_snapshot.py:69
+#: /root/karesansui.git/bin/add_disk.py:40
+#: /root/karesansui.git/bin/add_nic.py:38
+#: /root/karesansui.git/bin/append_disk.py:38
+#: /root/karesansui.git/bin/apply_snapshot.py:38
 #: /root/karesansui.git/bin/create_guest.py:42
 #: /root/karesansui.git/bin/delete_disk.py:38
 #: /root/karesansui.git/bin/delete_nic.py:38
@@ -43,36 +43,36 @@ msgstr "プライマリデバイス名"
 #: /root/karesansui.git/bin/export_guest.py:45
 #: /root/karesansui.git/bin/set_memory.py:38
 #: /root/karesansui.git/bin/set_vcpus.py:38
-#: /root/karesansui.git/bin/take_snapshot.py:43
+#: /root/karesansui.git/bin/take_snapshot.py:42
 msgid "Domain name"
 msgstr "ドメイン名"
 
-#: /root/karesansui.git/bin/add_disk.py:86
+#: /root/karesansui.git/bin/add_disk.py:45
 msgid "Device type"
 msgstr "デバイスタイプ"
 
-#: /root/karesansui.git/bin/add_disk.py:88
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:289
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:460
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:201
+#: /root/karesansui.git/bin/add_disk.py:47
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:293
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:464
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:214
 msgid "Storage Type"
 msgstr "ストレージタイプ"
 
-#: /root/karesansui.git/bin/add_disk.py:89
+#: /root/karesansui.git/bin/add_disk.py:48
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:61
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.html:147
 msgid "Storage Pool"
 msgstr "ストレージプール"
 
-#: /root/karesansui.git/bin/add_disk.py:90
+#: /root/karesansui.git/bin/add_disk.py:49
 msgid "Storage Volume"
 msgstr "ストレージボリューム"
 
-#: /root/karesansui.git/bin/add_disk.py:91
+#: /root/karesansui.git/bin/add_disk.py:50
 msgid "Disk Format"
 msgstr "ディスクフォーマット"
 
-#: /root/karesansui.git/bin/add_disk.py:93
+#: /root/karesansui.git/bin/add_disk.py:52
 msgid "Device name of your drive. example=hda or sda or vda..."
 msgstr "ドライブのデバイス名を指定してください。例: hde, sda, vda等"
 
@@ -111,7 +111,7 @@ msgstr "認証パスワードファイル"
 #: /root/karesansui.git/bin/update_iscsi.py:53
 #: /root/karesansui.git/bin/update_network.py:48
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:177
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:231
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:263
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.input:66
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.input:118
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.input:61
@@ -119,7 +119,7 @@ msgstr "認証パスワードファイル"
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:33
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:95
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:154
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:252
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:249
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:99
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:173
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:30
@@ -128,34 +128,34 @@ msgstr "認証パスワードファイル"
 msgid "Autostart"
 msgstr "自動起動"
 
-#: /root/karesansui.git/bin/add_iscsi.py:148
+#: /root/karesansui.git/bin/add_iscsi.py:153
 #: /root/karesansui.git/bin/update_iscsi.py:113
 #, python-format
 msgid "Failed to read file. - target host=%s password_file=%s"
 msgstr "ファイルの読み込みに失敗しました。target host=%s password_file=%s"
 
-#: /root/karesansui.git/bin/add_iscsi.py:199
+#: /root/karesansui.git/bin/add_iscsi.py:204
 #: /root/karesansui.git/bin/start_iscsi.py:111
 #: /root/karesansui.git/bin/stop_iscsi.py:77
 #, python-format
 msgid "%s"
 msgstr "%s"
 
-#: /root/karesansui.git/bin/add_nic.py:74
+#: /root/karesansui.git/bin/add_nic.py:39
 #: /root/karesansui.git/bin/create_guest.py:48
 #: /root/karesansui.git/bin/delete_nic.py:39
 #: /root/karesansui.git/bin/replicate_guest.py:53
 msgid "MAC address"
 msgstr "MACアドレス"
 
-#: /root/karesansui.git/bin/add_nic.py:75
+#: /root/karesansui.git/bin/add_nic.py:40
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:108
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:229
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:228
 msgid "Bridge"
 msgstr "ブリッジ"
 
-#: /root/karesansui.git/bin/add_nic.py:76
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:155
+#: /root/karesansui.git/bin/add_nic.py:41
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:168
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.html:117
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.html:122
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.part:121
@@ -164,55 +164,64 @@ msgstr "ブリッジ"
 msgid "Network"
 msgstr "ネットワーク"
 
-#: /root/karesansui.git/bin/add_nic.py:109
+#: /root/karesansui.git/bin/add_nic.py:77
 #, python-format
 msgid "Added interface device. - dom=%s mac=%s bridge=%s network=%s"
 msgstr "インターフェースデバイスを追加しました。dom=%s mac=%s bridge=%s network=%s"
 
-#: /root/karesansui.git/bin/append_disk.py:70
+#: /root/karesansui.git/bin/append_disk.py:39
 #: /root/karesansui.git/bin/create_guest.py:45
 msgid "Disk image file"
 msgstr "ディスクイメージファイル"
 
-#: /root/karesansui.git/bin/append_disk.py:71
+#: /root/karesansui.git/bin/append_disk.py:40
 #: /root/karesansui.git/bin/delete_disk.py:39
 msgid "Device target"
 msgstr "デバイス名"
 
-#: /root/karesansui.git/bin/append_disk.py:102
+#: /root/karesansui.git/bin/append_disk.py:74
 #, python-format
 msgid "Appended disk device. - dom=%s target=%s path=%s"
 msgstr "ディスクデバイスを追加しました。dom=%s target=%s path=%s"
 
-#: /root/karesansui.git/bin/apply_snapshot.py:70
+#: /root/karesansui.git/bin/apply_lighttpdconf.py:99
+msgid "Apply lighttpd settings."
+msgstr ""
+
+#: /root/karesansui.git/bin/apply_snapshot.py:39
 #: /root/karesansui.git/bin/delete_snapshot.py:70
-#: /root/karesansui.git/bin/take_snapshot.py:44
+#: /root/karesansui.git/bin/take_snapshot.py:43
 msgid "Snapshot serial ID"
 msgstr "スナップショットID"
 
-#: /root/karesansui.git/bin/apply_snapshot.py:94
-#: /root/karesansui.git/bin/apply_snapshot.py:99
+#: /root/karesansui.git/bin/apply_snapshot.py:63
+#: /root/karesansui.git/bin/apply_snapshot.py:68
 #: /root/karesansui.git/bin/delete_snapshot.py:94
 #: /root/karesansui.git/bin/delete_snapshot.py:99
 #, python-format
 msgid "Snapshot '%s' not found in domain '%s'."
 msgstr "スナップショット %s が ドメイン %s に見つかりませんでした。"
 
-#: /root/karesansui.git/bin/apply_snapshot.py:105
+#: /root/karesansui.git/bin/apply_snapshot.py:74
 #, python-format
 msgid "Can't revert to snapshot '%s'."
 msgstr "スナップショット '%s' の状態に戻せませんでした。"
 
-#: /root/karesansui.git/bin/apply_snapshot.py:111
+#: /root/karesansui.git/bin/apply_snapshot.py:80
 #, python-format
 msgid "Domain snapshot '%s' reverted."
 msgstr "スナップショット '%s' の状態に戻しました。"
 
-#: /root/karesansui.git/bin/apply_snapshot.py:118
+#: /root/karesansui.git/bin/apply_snapshot.py:88
 #, python-format
 msgid "Failed to revert to snapshot '%s'."
 msgstr "スナップショット '%s' の状態に戻せませんでした。"
 
+#: /root/karesansui.git/bin/apply_snapshot.py:94
+#, python-format
+msgid "Complete adaptation of the snapshot. - id=%s,name=%s"
+msgstr ""
+
 #: /root/karesansui.git/bin/autostart_guest.py:38
 #: /root/karesansui.git/bin/autostart_network.py:38
 #: /root/karesansui.git/bin/create_storage_volume.py:40
@@ -226,11 +235,11 @@ msgstr "スナップショット '%s' の状態に戻せませんでした。"
 #: /root/karesansui.git/bin/start_guest.py:38
 #: /root/karesansui.git/bin/suspend_guest.py:39
 #: /root/karesansui.git/karesansui/gadget/guest.py:151
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:273
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:434
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:277
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:438
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:93
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:169
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:220
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:252
 #: /root/karesansui.git/karesansui/templates/default/guestexport/guestexport.input:41
 #: /root/karesansui.git/karesansui/templates/default/guestexport/guestexport.input:79
 msgid "Domain Name"
@@ -287,13 +296,17 @@ msgstr "自動起動を有効"
 msgid "Connection Trial Count"
 msgstr "接続試行回数"
 
-#: /root/karesansui.git/bin/control_iptables.py:38
+#: /root/karesansui.git/bin/control_iptables.py:43
+msgid "Path to configuration file"
+msgstr "設定ファイルのパス"
+
+#: /root/karesansui.git/bin/control_iptables.py:44
 #: /root/karesansui.git/bin/restore_firewall.py:38
 #: /root/karesansui.git/karesansui/templates/default/hostby1watchby1/hostby1watchby1.part:189
 msgid "Action"
 msgstr "アクション"
 
-#: /root/karesansui.git/bin/control_iptables.py:39
+#: /root/karesansui.git/bin/control_iptables.py:45
 msgid "Do lint (Specify config file to check)"
 msgstr "設定ファイルの文法チェックを実行(設定ファイルのパスを指定してください)"
 
@@ -428,8 +441,7 @@ msgstr "ネットワークを作成しました。net=%s"
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:87
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:130
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:166
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:187
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:271
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:219
 #: /root/karesansui.git/karesansui/templates/default/guestby1job/guestby1job.part:209
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:197
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:14
@@ -438,16 +450,16 @@ msgstr "ネットワークを作成しました。net=%s"
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.input:32
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.input:59
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.input:80
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:226
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:225
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.input:32
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.input:55
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.input:76
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:14
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:112
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:132
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.input:32
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.input:55
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.input:75
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:210
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:213
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:208
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepoolby1/hostby1storagepoolby1.part:101
 #: /root/karesansui.git/karesansui/templates/default/hostby1updaterby1/hostby1updaterby1.part:28
@@ -517,8 +529,8 @@ msgid "Volume Name"
 msgstr "ストレージボリューム名"
 
 #: /root/karesansui.git/bin/create_storage_volume.py:43
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:107
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:213
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:110
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:216
 msgid "Format"
 msgstr "フォーマット"
 
@@ -530,9 +542,8 @@ msgid "Allocation"
 msgstr "アロケーション"
 
 #: /root/karesansui.git/bin/create_storage_volume.py:47
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:309
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:313
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:134
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:212
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepoolby1/hostby1storagepoolby1.part:34
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepoolby1/hostby1storagepoolby1.part:141
 msgid "Capacity"
@@ -555,11 +566,10 @@ msgid "Permission Mode"
 msgstr "パーミッション モード"
 
 #: /root/karesansui.git/bin/create_storage_volume.py:54
-#, fuzzy
 msgid "Disk usage.\"images\" or \"disk\""
 msgstr "ディスクの使用方法です。「images」か「disk」を指定できます。"
 
-#: /root/karesansui.git/bin/create_storage_volume.py:150
+#: /root/karesansui.git/bin/create_storage_volume.py:151
 #, python-format
 msgid "Created storage volume. - vol=%s"
 msgstr "ストレージボリュームを作成しました。vol=%s"
@@ -573,22 +583,22 @@ msgstr ""
 msgid "Deleted disk device. - dom=%s target=%s"
 msgstr "ディスクデバイスを削除しました。dom=%s target=%s"
 
-#: /root/karesansui.git/bin/delete_export_data.py:45
+#: /root/karesansui.git/bin/delete_export_data.py:44
 msgid "Export Data UUID"
 msgstr "エクスポートデータのUUID"
 
-#: /root/karesansui.git/bin/delete_export_data.py:122
-#: /root/karesansui.git/bin/delete_export_data.py:128
+#: /root/karesansui.git/bin/delete_export_data.py:121
+#: /root/karesansui.git/bin/delete_export_data.py:127
 #, python-format
 msgid "Failed to delete export data. - %s"
 msgstr "エクスポートデータの削除に失敗しました。%s"
 
-#: /root/karesansui.git/bin/delete_export_data.py:122
+#: /root/karesansui.git/bin/delete_export_data.py:121
 #, python-format
 msgid "Export data directory not found. [%s]"
 msgstr "エクスポートデータディレクトリ '%s' がありません。"
 
-#: /root/karesansui.git/bin/delete_export_data.py:128
+#: /root/karesansui.git/bin/delete_export_data.py:127
 #, python-format
 msgid "'%s' is not valid export data directory."
 msgstr "%s は、正当なエクスポートデータディレクトリではありません。"
@@ -597,20 +607,20 @@ msgstr "%s は、正当なエクスポートデータディレクトリではあ
 #: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:49
 #: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:56
 #: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:59
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:82
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:89
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:92
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:350
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:519
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:94
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:101
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:104
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:354
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:466
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:217
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:13
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:81
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:143
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:84
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:146
 msgid "Storage Pool Name"
 msgstr "ストレージプール名"
 
 #: /root/karesansui.git/bin/delete_guest.py:47
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:357
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:520
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:361
 msgid "Storage Volume Name"
 msgstr "ストレージボリューム名"
 
@@ -618,7 +628,7 @@ msgstr "ストレージボリューム名"
 #: /root/karesansui.git/bin/start_iscsi.py:44
 #: /root/karesansui.git/bin/stop_iscsi.py:40
 #: /root/karesansui.git/bin/update_iscsi.py:46
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:250
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:247
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:83
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:147
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:73
@@ -668,7 +678,7 @@ msgstr "ストレージプールを削除しました。pool=%s"
 msgid "Use of disk usage.\"images\" or \"disk\""
 msgstr "ディスクの使用方法です。「images」か「disk」を指定できます。"
 
-#: /root/karesansui.git/bin/delete_storage_volume.py:94
+#: /root/karesansui.git/bin/delete_storage_volume.py:93
 #, python-format
 msgid "Deleted storage volume. - vol=%s"
 msgstr "ストレージボリュームを削除しました。vol=%s"
@@ -913,7 +923,7 @@ msgstr "いいえ"
 #: /root/karesansui.git/bin/karesansui_sysinfo.py:302
 #: /root/karesansui.git/bin/karesansui_sysinfo.py:333
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:136
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:244
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:243
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:27
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:22
 msgid "Active"
@@ -921,7 +931,7 @@ msgstr "アクティブ"
 
 #: /root/karesansui.git/bin/karesansui_sysinfo.py:314
 #: /root/karesansui.git/bin/karesansui_sysinfo.py:345
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:242
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:241
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:29
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:24
 msgid "Inactive"
@@ -1012,6 +1022,11 @@ msgstr "フォーマットに失敗しました。dev=%s type=%s res=%s"
 msgid "Failed to delete tmpdir. path=%s"
 msgstr "tmpdirの削除に失敗しました。%s"
 
+#: /root/karesansui.git/bin/ready_mount.py:129
+#, python-format
+msgid "Device \"%s\" will not mount."
+msgstr ""
+
 #: /root/karesansui.git/bin/reboot_guest.py:65
 #, python-format
 msgid "Failed to reboot guest. - dom=%s"
@@ -1041,19 +1056,16 @@ msgid "Replicated guest. - src=%s dom=%s"
 msgstr "ゲストを複製しました。src=%s dom=%s"
 
 #: /root/karesansui.git/bin/replicate_storage_volume.py:51
-#, fuzzy
 msgid "Original Domain Name"
 msgstr "コピー元ドメイン名"
 
 #: /root/karesansui.git/bin/replicate_storage_volume.py:52
-#, fuzzy
 msgid "Original storage pool"
-msgstr "保存先ストレージプール名"
+msgstr "コピー元ストレージプール名"
 
 #: /root/karesansui.git/bin/replicate_storage_volume.py:53
-#, fuzzy
 msgid "Original storage volume"
-msgstr "ストレージボリューム"
+msgstr "ã\82³ã\83\94ã\83¼å\85\83ã\82¹ã\83\88ã\83¬ã\83¼ã\82¸ã\83\9cã\83ªã\83¥ã\83¼ã\83 "
 
 #: /root/karesansui.git/bin/replicate_storage_volume.py:54
 #: /root/karesansui.git/karesansui/gadget/guestreplicate.py:118
@@ -1064,19 +1076,16 @@ msgid "Destination Domain Name"
 msgstr "コピー先ドメイン名"
 
 #: /root/karesansui.git/bin/replicate_storage_volume.py:56
-#, fuzzy
 msgid "Destination storage volume"
-msgstr "保存先ストレージプール名"
+msgstr "コピー先ストレージボリューム名"
 
 #: /root/karesansui.git/bin/replicate_storage_volume.py:57
-#, fuzzy
 msgid "Debug Option"
-msgstr "説明"
+msgstr "デバッグオプション"
 
 #: /root/karesansui.git/bin/replicate_storage_volume.py:115
-#, fuzzy
 msgid "Failed to copy storage volume."
-msgstr "ã\82¹ã\83\88ã\83¬ã\83¼ã\82¸ã\83\9cã\83ªã\83¥ã\83¼ã\83 ã\82\92å\89\8aé\99¤ã\81\97ã\81¾ã\81\97ã\81\9fã\80\82vol=%s"
+msgstr "ã\82¹ã\83\88ã\83¬ã\83¼ã\82¸ã\83\9cã\83ªã\83¥ã\83¼ã\83 ã\81®ã\82³ã\83\94ã\83¼ã\81«å¤±æ\95\97ã\81\97ã\81¾ã\81\97ã\81\9fã\80\82"
 
 #: /root/karesansui.git/bin/restart_network.py:42
 #: /root/karesansui.git/bin/shutdown_guest.py:40
@@ -1209,7 +1218,7 @@ msgstr "ゲストの起動に成功しました。dom=%s"
 
 #: /root/karesansui.git/bin/start_iscsi.py:86
 #, fuzzy, python-format
-msgid "Login to [target: %s]: already exists"
+msgid "[target: %s]: already exists"
 msgstr "ゲスト'%s' は既に存在します。"
 
 #: /root/karesansui.git/bin/start_service.py:69
@@ -1237,13 +1246,13 @@ msgstr "サービスを停止しました。 - service=%s"
 msgid "Succeeded to suspend guest. - dom=%s"
 msgstr "ゲストの一時停止に成功しました。dom=%s"
 
-#: /root/karesansui.git/bin/take_snapshot.py:75
+#: /root/karesansui.git/bin/take_snapshot.py:74
 #, python-format
 msgid "Domain snapshot '%s' created. - domain=%s"
 msgstr "スナップショット '%s' が作成されました。- domain=%s"
 
-#: /root/karesansui.git/bin/take_snapshot.py:79
-#: /root/karesansui.git/bin/take_snapshot.py:86
+#: /root/karesansui.git/bin/take_snapshot.py:78
+#: /root/karesansui.git/bin/take_snapshot.py:85
 #, python-format
 msgid "Failed to create snapshot. - domain=%s"
 msgstr "スナップショットの作成に失敗しました。domain=%s"
@@ -1334,12 +1343,12 @@ msgstr "マシン名"
 #: /root/karesansui.git/karesansui/gadget/host.py:102
 #: /root/karesansui.git/karesansui/gadget/hostby1.py:95
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:23
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:692
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:697
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:59
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:219
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:27
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:134
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:315
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:347
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:13
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:42
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:66
@@ -1368,12 +1377,12 @@ msgstr "タイトル"
 #: /root/karesansui.git/karesansui/gadget/host.py:112
 #: /root/karesansui.git/karesansui/gadget/hostby1.py:105
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:32
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:694
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:699
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:227
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:36
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:95
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:136
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:330
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:362
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:21
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:46
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:64
@@ -1400,8 +1409,8 @@ msgstr "ノート"
 #: /root/karesansui.git/karesansui/gadget/hostby1.py:116
 #: /root/karesansui.git/karesansui/gadget/tag.py:40
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:48
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:407
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:697
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:411
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:702
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:52
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:99
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:139
@@ -1421,9 +1430,9 @@ msgid "Parameter m_hypervisor does not exist."
 msgstr "パラメータm_hypervisorは存在しません。"
 
 #: /root/karesansui.git/karesansui/gadget/guest.py:139
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:426
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:430
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:188
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:246
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:278
 #: /root/karesansui.git/karesansui/templates/default/jobby1/jobby1.part:97
 msgid "Hypervisor"
 msgstr "ハイパーバイザー"
@@ -1439,9 +1448,9 @@ msgstr "既に同一ドメイン名(ハイパーバイザー:%s)が存在しま
 
 #: /root/karesansui.git/karesansui/gadget/guest.py:166
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:72
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:454
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:458
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:235
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:371
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:403
 #: /root/karesansui.git/karesansui/templates/default/guestby1memory/guestby1memory.input:25
 #: /root/karesansui.git/karesansui/templates/default/guestby1memory/guestby1memory.input:52
 #: /root/karesansui.git/karesansui/templates/default/guestby1memory/guestby1memory.input:86
@@ -1449,59 +1458,59 @@ msgstr "既に同一ドメイン名(ハイパーバイザー:%s)が存在しま
 msgid "Memory Size (MB)"
 msgstr "メモリサイズ(MB)"
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:175
+#: /root/karesansui.git/karesansui/gadget/guest.py:177
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:79
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:316
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:473
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:72
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:117
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:213
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:320
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:503
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:43
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:148
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:254
 msgid "Disk Size (MB)"
 msgstr "ディスク容量 (MB)"
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:184
+#: /root/karesansui.git/karesansui/gadget/guest.py:186
 msgid "Parameter boot_image does not exist."
 msgstr "パラメータ boot_image が存在しません。"
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:189
+#: /root/karesansui.git/karesansui/gadget/guest.py:191
 msgid "Parameter vm_kernel does not exist."
 msgstr "パラメータ vm_kernel が存在しません。"
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:192
+#: /root/karesansui.git/karesansui/gadget/guest.py:194
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:88
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:379
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:584
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:383
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:589
 msgid "Kernel Image"
 msgstr "カーネルイメージ"
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:199
+#: /root/karesansui.git/karesansui/gadget/guest.py:201
 msgid "Parameter vm_initrd does not exist."
 msgstr "パラメータ vm_initrd が存在しません。"
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:202
+#: /root/karesansui.git/karesansui/gadget/guest.py:204
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:93
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:383
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:592
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:387
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:597
 msgid "Initrd Image"
 msgstr "initrdイメージ"
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:210
+#: /root/karesansui.git/karesansui/gadget/guest.py:212
 msgid "Parameter vm_iso does not exist."
 msgstr "パラメータ m_hypervisor が存在しません。"
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:213
+#: /root/karesansui.git/karesansui/gadget/guest.py:215
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:99
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:387
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:615
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:391
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:620
 msgid "ISO Image"
 msgstr "ISOイメージ"
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:219
+#: /root/karesansui.git/karesansui/gadget/guest.py:221
 #, python-format
 msgid "\"%s\" is not valid ISO 9660 CD-ROM filesystem data."
 msgstr "%s は有効なISO-9660ファイルシステムイメージではありません。"
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:223
+#: /root/karesansui.git/karesansui/gadget/guest.py:225
 #: /root/karesansui.git/karesansui/gadget/guestby1cpu.py:49
 #: /root/karesansui.git/karesansui/gadget/guestby1display.py:45
 #: /root/karesansui.git/karesansui/gadget/guestby1display.py:57
@@ -1566,9 +1575,9 @@ msgstr "%s は有効なISO-9660ファイルシステムイメージではあり
 #: /root/karesansui.git/karesansui/gadget/hostby1settingserver.py:154
 #: /root/karesansui.git/karesansui/gadget/hostby1settingserver.py:165
 #: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:59
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:69
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:92
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:103
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:81
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:104
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:127
 #: /root/karesansui.git/karesansui/gadget/hostby1watch.py:78
 #: /root/karesansui.git/karesansui/gadget/hostby1watch.py:89
 #: /root/karesansui.git/karesansui/gadget/hostby1watch.py:100
@@ -1602,29 +1611,29 @@ msgstr "%s は有効なISO-9660ファイルシステムイメージではあり
 msgid "\"%s\" is required."
 msgstr "%sが空白です。"
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:223
-#: /root/karesansui.git/karesansui/gadget/guest.py:231
+#: /root/karesansui.git/karesansui/gadget/guest.py:225
+#: /root/karesansui.git/karesansui/gadget/guest.py:233
 #: /root/karesansui.git/karesansui/gadget/guestby1display.py:95
 #: /root/karesansui.git/karesansui/gadget/guestby1display.py:98
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:371
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:628
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:375
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:633
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:106
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.part:76
 msgid "VNC Keymap"
 msgstr "VNCキーマップ"
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:239
+#: /root/karesansui.git/karesansui/gadget/guest.py:241
 #: /root/karesansui.git/karesansui/gadget/guestreplicate.py:128
 msgid "Parameter vm_vncport does not exist."
 msgstr "パラメータ vm_vncport が存在しません。"
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:242
+#: /root/karesansui.git/karesansui/gadget/guest.py:244
 #: /root/karesansui.git/karesansui/gadget/guestby1display.py:45
 #: /root/karesansui.git/karesansui/gadget/guestby1display.py:48
 #: /root/karesansui.git/karesansui/gadget/guestreplicate.py:131
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:106
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:391
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:633
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:395
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:638
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:13
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:31
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:40
@@ -1638,22 +1647,22 @@ msgstr "パラメータ vm_vncport が存在しません。"
 msgid "VNC Port Number"
 msgstr "VNCポート番号"
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:251
+#: /root/karesansui.git/karesansui/gadget/guest.py:253
 #: /root/karesansui.git/karesansui/gadget/guestreplicate.py:140
 msgid "Parameter vm_mac does not exist."
 msgstr "パラメータ vm_mac が存在しません。"
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:254
+#: /root/karesansui.git/karesansui/gadget/guest.py:256
 #: /root/karesansui.git/karesansui/gadget/guestby1nic.py:46
 #: /root/karesansui.git/karesansui/gadget/guestby1nic.py:52
 #: /root/karesansui.git/karesansui/gadget/guestby1nicby1.py:47
 #: /root/karesansui.git/karesansui/gadget/guestreplicate.py:143
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:114
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:399
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:682
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:66
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:109
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:193
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:403
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:687
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:37
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:140
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:206
 #: /root/karesansui.git/karesansui/templates/default/guestby1nicby1/guestby1nicby1.input:13
 #: /root/karesansui.git/karesansui/templates/default/guestby1nicby1/guestby1nicby1.input:35
 #: /root/karesansui.git/karesansui/templates/default/guestby1nicby1/guestby1nicby1.input:60
@@ -1665,19 +1674,19 @@ msgstr "パラメータ vm_mac が存在しません。"
 msgid "MAC Address"
 msgstr "MACアドレス"
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:557
+#: /root/karesansui.git/karesansui/gadget/guest.py:587
 #: /root/karesansui.git/karesansui/gadget/guestexport.py:162
 #: /root/karesansui.git/karesansui/gadget/guestexportby1.py:94
 #: /root/karesansui.git/karesansui/gadget/guestimport.py:133
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:217
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:324
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:356
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:215
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:53
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:130
 msgid "untitled"
 msgstr "タイトルなし"
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:563
+#: /root/karesansui.git/karesansui/gadget/guest.py:593
 #: /root/karesansui.git/karesansui/gadget/guestby1snapshot.py:112
 #: /root/karesansui.git/karesansui/gadget/guestby1snapshotby1.py:136
 #: /root/karesansui.git/karesansui/gadget/guestby1snapshotby1.py:138
@@ -1692,7 +1701,7 @@ msgstr "タイトルなし"
 #: /root/karesansui.git/karesansui/lib/template.py:267
 #: /root/karesansui.git/karesansui/lib/template.py:277
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:225
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:339
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:371
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:64
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:138
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewallrule/hostby1firewallrule.part:107
@@ -1716,40 +1725,32 @@ msgstr "タイトルなし"
 msgid "N/A"
 msgstr "N/A"
 
-#: /root/karesansui.git/karesansui/gadget/guest.py:628
+#: /root/karesansui.git/karesansui/gadget/guest.py:658
 #: /root/karesansui.git/karesansui/gadget/guestexport.py:237
-#: /root/karesansui.git/karesansui/gadget/guestimport.py:224
+#: /root/karesansui.git/karesansui/gadget/guestimport.py:225
 #: /root/karesansui.git/karesansui/gadget/guestreplicate.py:468
 #, python-format
 msgid "No space available to create disk image in '%s' partition."
 msgstr "パーティション'%s'にディスクイメージを作成する空きがありません。"
 
-#: /root/karesansui.git/karesansui/gadget/guestby1.py:277
+#: /root/karesansui.git/karesansui/gadget/guestby1.py:278
 #, fuzzy, python-format
-msgid "Guest OS not found. - name=%s"
+msgid "Guest not found. - name=%s"
 msgstr "ドメインが見つかりませんでした。name=%s"
 
 #: /root/karesansui.git/karesansui/gadget/guestby1.py:292
+#: /root/karesansui.git/karesansui/gadget/guestby1.py:333
 #, fuzzy, python-format
-msgid "Can not find the storage pool is not running. - target=%s"
+msgid "Can not find the storage pool image. - target=%s"
 msgstr "コピー元/エクスポート元のストレージプールがみつかりませんでした。"
 
-#: /root/karesansui.git/karesansui/gadget/guestby1.py:307
-#, fuzzy
-msgid "Guest OS disk could not be found."
-msgstr "ドメインが見つかりませんでした。name=%s"
-
-#: /root/karesansui.git/karesansui/gadget/guestby1.py:334
-#, fuzzy
-msgid "Can not find the storage pool is not running."
-msgstr "コピー元/エクスポート元のストレージプールがみつかりませんでした。"
-
-#: /root/karesansui.git/karesansui/gadget/guestby1.py:340
-#, fuzzy
-msgid "Storage volume could not be found."
+#: /root/karesansui.git/karesansui/gadget/guestby1.py:306
+#: /root/karesansui.git/karesansui/gadget/guestby1.py:339
+#, fuzzy, python-format
+msgid "OS storage volume for guest could not be found. domname=%s"
 msgstr "ストレージボリュームがみつかりませんでした。"
 
-#: /root/karesansui.git/karesansui/gadget/guestby1.py:356
+#: /root/karesansui.git/karesansui/gadget/guestby1.py:355
 #, fuzzy
 msgid "Not expected storage type. type=%"
 msgstr "ストレージプールを削除しました。pool=%s"
@@ -1787,16 +1788,12 @@ msgstr "仮想CPU数"
 msgid "The specified snapshot does not exist. - %s"
 msgstr "スナップショット '%s' がみつかりませんでした。"
 
-#: /root/karesansui.git/karesansui/gadget/guestby1device.py:141
-msgid "Was found that the guest are using storage pools."
-msgstr "ゲストがストレージプールを使っているようです。"
-
-#: /root/karesansui.git/karesansui/gadget/guestby1device.py:189
+#: /root/karesansui.git/karesansui/gadget/guestby1device.py:194
 #: /root/karesansui.git/karesansui/gadget/guestby1nicby1.py:128
 msgid "Specified MAC address is already defined."
 msgstr "そのMACアドレスはすでに使われています。"
 
-#: /root/karesansui.git/karesansui/gadget/guestby1device.py:235
+#: /root/karesansui.git/karesansui/gadget/guestby1device.py:240
 #, fuzzy
 msgid "No storage type specified."
 msgstr "ストレージプールがみつかりませんでした。"
@@ -1850,10 +1847,10 @@ msgid "VNC Password"
 msgstr "VNCパスワード"
 
 #: /root/karesansui.git/karesansui/gadget/guestby1nic.py:41
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:395
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:638
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:105
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:160
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:399
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:643
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:136
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:173
 #: /root/karesansui.git/karesansui/templates/default/guestby1nicby1/guestby1nicby1.input:27
 #: /root/karesansui.git/karesansui/templates/default/guestby1nicby1/guestby1nicby1.input:52
 #: /root/karesansui.git/karesansui/templates/default/guestby1nicby1/guestby1nicby1.part:15
@@ -1898,18 +1895,18 @@ msgstr "なし"
 #: /root/karesansui.git/karesansui/gadget/hostby1networkby1status.py:43
 #: /root/karesansui.git/karesansui/gadget/hostby1networkby1status.py:50
 #: /root/karesansui.git/karesansui/lib/search.py:74
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:198
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:230
 #: /root/karesansui.git/karesansui/templates/default/guestby1job/guestby1job.part:109
 #: /root/karesansui.git/karesansui/templates/default/guestby1job/guestby1job.part:144
 #: /root/karesansui.git/karesansui/templates/default/guestby1job/guestby1job.part:212
 #: /root/karesansui.git/karesansui/templates/default/hostby1job/hostby1job.part:104
 #: /root/karesansui.git/karesansui/templates/default/hostby1job/hostby1job.part:154
 #: /root/karesansui.git/karesansui/templates/default/hostby1job/hostby1job.part:224
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:230
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:229
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:24
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:251
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:248
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:19
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:256
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:254
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:36
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:209
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepoolby1/hostby1storagepoolby1.part:69
@@ -1961,7 +1958,7 @@ msgstr "ゲスト'%s' は既に存在します。 (DB) - %s"
 
 #: /root/karesansui.git/karesansui/gadget/guestimport.py:208
 #: /root/karesansui.git/karesansui/gadget/guestimport.py:213
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1459
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1511
 #, python-format
 msgid "guest '%s' already exists."
 msgstr "ゲスト'%s' は既に存在します。"
@@ -1990,7 +1987,7 @@ msgstr "コピー元/エクスポート元のストレージプールがみつ
 #: /root/karesansui.git/karesansui/gadget/guesttag.py:29
 #: /root/karesansui.git/karesansui/gadget/hosttag.py:26
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:204
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:294
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:326
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:115
 msgid "No tag"
 msgstr "タグがありません"
@@ -2389,7 +2386,7 @@ msgstr "同一ネットワークを許可"
 #: /root/karesansui.git/karesansui/gadget/hostby1settingby1general.py:103
 #: /root/karesansui.git/karesansui/gadget/hostby1settingserver.py:89
 #: /root/karesansui.git/karesansui/gadget/hostby1settingserver.py:103
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:227
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:226
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:79
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:16
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:31
@@ -2517,27 +2514,41 @@ msgid "Gateway"
 msgstr "ゲートウェイ"
 
 #: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:56
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:89
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:101
 #, python-format
 msgid "%s \"%s\" already exists."
 msgstr "%s \"%s\" は既に存在します。"
 
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:63
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:69
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:62
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:81
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:23
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:89
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:160
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:92
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:163
 msgid "Directory Path"
 msgstr "ディレクトリ名"
 
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:96
-#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:103
+#. TRANSLATORS:
+#. ストレージプールのターゲットパス"%s"はすでに使われています。
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:75
+#, python-format
+msgid "Storagepool target path \"%s\" is already being used."
+msgstr ""
+
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:107
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:127
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:30
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:93
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:170
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:96
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:173
 msgid "iSCSI Target"
 msgstr "iSCSIターゲット"
 
+#. TRANSLATORS:
+#. ストレージプールのiSCSIターゲットIQN"%s"はすでに使われています。
+#: /root/karesansui.git/karesansui/gadget/hostby1storagepool.py:121
+#, python-format
+msgid "Storagepool iSCSI target IQN \"%s\" is already being used."
+msgstr ""
+
 #: /root/karesansui.git/karesansui/gadget/hostby1watch.py:81
 #: /root/karesansui.git/karesansui/gadget/hostby1watch.py:89
 #: /root/karesansui.git/karesansui/gadget/hostby1watchby1.py:75
@@ -3083,7 +3094,7 @@ msgid "RUNNING"
 msgstr "起動中"
 
 #: /root/karesansui.git/karesansui/lib/template.py:180
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:238
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:270
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:756
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:761
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:775
@@ -3106,7 +3117,7 @@ msgid "Enabled"
 msgstr "有効"
 
 #: /root/karesansui.git/karesansui/lib/template.py:182
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:240
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:272
 msgid "Disabled"
 msgstr "無効"
 
@@ -3121,10 +3132,6 @@ msgstr "Notice: 未定義の変数 \\\"%s\\\""
 msgid "Notice: Undefined index \"%s\""
 msgstr "Notice: 未定義のインデックス \\\"%s\\\""
 
-#: /root/karesansui.git/karesansui/lib/utils.py:809
-msgid "Copying"
-msgstr "コピー中"
-
 #: /root/karesansui.git/karesansui/lib/utils.py:828
 #, python-format
 msgid "Copying %s"
@@ -3253,6 +3260,9 @@ msgstr "最新"
 msgid "Graph created"
 msgstr "作成日時"
 
+#. TRANSLATORS:
+#. CPUのグラフの凡例
+#. 日本語にした場合は表示が崩れますが、後で直すのでそのままで大丈夫です
 #: /root/karesansui.git/karesansui/lib/rrd/cpu.py:114
 msgid "Steal"
 msgstr "Steal"
@@ -3288,11 +3298,19 @@ msgstr "Nice"
 msgid "Idle"
 msgstr "Idle"
 
+#. TRANSLATORS:
+#. ディスク容量のグラフの縦軸のラベル
+#. Byte? Bytes?
+#. メモリのグラフの縦軸のラベル
 #: /root/karesansui.git/karesansui/lib/rrd/df.py:80
 #: /root/karesansui.git/karesansui/lib/rrd/memory.py:76
 msgid "Byte"
 msgstr ""
 
+#. TRANSLATORS:
+#. ディスク容量のグラフの縦軸のラベル
+#. 日本語にした場合は表示が崩れますが、後で直すのでそのままで大丈夫です
+#. メモリのグラフの項目名
 #: /root/karesansui.git/karesansui/lib/rrd/df.py:93
 #: /root/karesansui.git/karesansui/lib/rrd/memory.py:91
 #: /root/karesansui.git/karesansui/templates/default/data/js/html.js:40
@@ -3377,6 +3395,10 @@ msgstr "受信"
 msgid "TX"
 msgstr "送信"
 
+#. TRANSLATORS:
+#. 仮想マシンのグラフのCPUグラフの縦軸のラベル
+#. 単位はCPU時間(秒)です
+#. 仮想マシンのグラフのCPUグラフの凡例
 #: /root/karesansui.git/karesansui/lib/rrd/libvirt.py:116
 #: /root/karesansui.git/karesansui/lib/rrd/libvirt.py:128
 #, fuzzy
@@ -3393,6 +3415,8 @@ msgstr ""
 msgid "Load Average"
 msgstr "ロードアベレージ"
 
+#. TRANSLATORS:
+#. ロードアベレージのグラフの凡例
 #: /root/karesansui.git/karesansui/lib/rrd/load.py:58
 msgid "1m average"
 msgstr "1分間の平均"
@@ -3405,6 +3429,8 @@ msgstr "5分間の平均"
 msgid "15m average"
 msgstr "15分間の平均"
 
+#. TRANSLATORS:
+#. ロードアベレージのグラフの縦軸のラベル
 #: /root/karesansui.git/karesansui/lib/rrd/load.py:84
 msgid "System load"
 msgstr ""
@@ -3417,6 +3443,8 @@ msgstr ""
 msgid "Cached"
 msgstr ""
 
+#. TRANSLATORS:
+#. 起動時間のグラフの凡例
 #: /root/karesansui.git/karesansui/lib/rrd/uptime.py:45
 #, fuzzy
 msgid "uptime"
@@ -3434,16 +3462,24 @@ msgstr "時"
 msgid "mins"
 msgstr "分"
 
+#. TRANSLATORS:
+#. 起動時間のグラフのタイトル
 #: /root/karesansui.git/karesansui/lib/rrd/uptime.py:59
 #: /root/karesansui.git/karesansui/templates/default/hostby1report/hostby1report.part:132
 msgid "Uptime"
 msgstr "起動時間"
 
+#. TRANSLATORS:
+#. 起動時間のグラフの縦軸のラベル
 #: /root/karesansui.git/karesansui/lib/rrd/uptime.py:81
 #, fuzzy
 msgid "Days"
 msgstr "日"
 
+#. TRANSLATORS:
+#. ユーザ数のグラフのタイトル
+#. ユーザ数のグラフの縦軸のラベル
+#. ユーザ数のグラフの凡例
 #: /root/karesansui.git/karesansui/lib/rrd/users.py:51
 #: /root/karesansui.git/karesansui/lib/rrd/users.py:73
 #: /root/karesansui.git/karesansui/lib/rrd/users.py:82
@@ -3467,10 +3503,11 @@ msgid "%s: unsupported image format %s"
 msgstr "%s: unsupported image format %s"
 
 #: /root/karesansui.git/karesansui/lib/virt/virt.py:659
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2271
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2317
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2363
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2390
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2378
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2424
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2470
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2497
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2524
 #, python-format
 msgid "Storage pool could not be found. pool=%s"
 msgstr "ストレージプールが見つかりませんでした。pool=%s"
@@ -3479,58 +3516,86 @@ msgstr "ストレージプールが見つかりませんでした。pool=%s"
 msgid "Storage path could not be retrieved."
 msgstr "ストレージパスが取得できませんでした。"
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1089
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1192
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2472
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2651
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1099
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1244
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2606
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2785
 #, python-format
 msgid "Domain could not be found. name=%s"
 msgstr "ドメインが見つかりませんでした。name=%s"
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1195
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1247
 #, fuzzy, python-format
 msgid "Failed to set autostart flag. - dom=%s flag=%s"
 msgstr "自動起動フラグを設定しました。dom=%s flag=%s"
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1225
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1424
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1456
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1277
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1476
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1508
 #, python-format
 msgid "Directory '%s' not found."
 msgstr "ディレクトリ '%s' がありません。"
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1247
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1299
 #, python-format
 msgid "Directory '%s' found."
 msgstr "ディレクトリ '%s' が存在します。"
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1435
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1487
 #, python-format
 msgid "'%s' is invalid format."
 msgstr "'%s' は不正なフォーマットです。"
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:1437
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1489
 #, python-format
 msgid "'%s' not found."
 msgstr "'%s' がありません。"
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2424
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2716
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1527
+#, fuzzy, python-format
+msgid "Disk storage pools were found to import. - pool=%s"
+msgstr "ストレージプールが見つかりませんでした。pool=%s"
+
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1534
+#, python-format
+msgid ""
+"When exporting, there are differences in the storage pool information. "
+"(Storage pool path) = export=%s, import=%s"
+msgstr ""
+
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1539
+#, fuzzy
+msgid "Exporting the disk image can not be found."
+msgstr "ドメインが見つかりませんでした。name=%s"
+
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1571
+#, fuzzy, python-format
+msgid "Export corrupt data. (file not found) - path=%s"
+msgstr "エクスポートデータディレクトリ '%s' がありません。"
+
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:1576
+#, fuzzy, python-format
+msgid "Import failed guest OS image. - path=%s"
+msgstr "tmpdirの作成に失敗しました。path=%s"
+
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2558
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2850
 msgid "No storage pools could be found."
 msgstr "ストレージプールがみつかりませんでした。"
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2560
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:2587
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2694
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2721
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:2915
 #, python-format
 msgid "No storage pool '%s' could be found."
 msgstr "ストレージプール '%s' がみつかりませんでした。"
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:3744
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:3918
 #, python-format
 msgid "Could not start network '%s' (%s)"
 msgstr "ネットワークを起動できませんでした。'%s' (%s)"
 
-#: /root/karesansui.git/karesansui/lib/virt/virt.py:3752
+#: /root/karesansui.git/karesansui/lib/virt/virt.py:3926
 #, python-format
 msgid "Could not stop network '%s' (%s)"
 msgstr "ネットワークを停止できませんでした。'%s' (%s)"
@@ -3585,6 +3650,7 @@ msgstr "更新に成功しました"
 
 #: /root/karesansui.git/karesansui/templates/default/data/js/ajax.js:90
 #: /root/karesansui.git/karesansui/templates/default/guestexport/guestexport.input:56
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:36
 #: /root/karesansui.git/karesansui/templates/default/me/me.part:26
 #: /root/karesansui.git/karesansui/templates/default/userby1/userby1.part:33
 msgid "Close"
@@ -3764,7 +3830,7 @@ msgstr "確認"
 
 #: /root/karesansui.git/karesansui/templates/default/data/js/grayout.js:107
 #: /root/karesansui.git/karesansui/templates/default/data/js/grayout.js:182
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:449
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:453
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:128
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:169
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.input:170
@@ -3772,13 +3838,13 @@ msgid "Cancel"
 msgstr "取消"
 
 #: /root/karesansui.git/karesansui/templates/default/data/js/grayout.js:117
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:524
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:519
 #: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.part:187
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:175
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:259
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:267
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:181
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:191
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:180
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:188
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.part:109
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:177
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.part:162
@@ -3826,9 +3892,13 @@ msgstr "警告値"
 msgid "Failure Value"
 msgstr "危険値"
 
+#: /root/karesansui.git/karesansui/templates/default/data/js/slider.js:83
+msgid "Start value is more than max available value!"
+msgstr ""
+
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.input:14
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:269
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:422
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:273
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:426
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:18
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:87
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:114
@@ -3883,7 +3953,7 @@ msgstr "ドメインID"
 msgid "Please input correct value."
 msgstr "正しい値を入力してください。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:270
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:274
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:88
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:107
 msgid ""
@@ -3891,7 +3961,7 @@ msgid ""
 "letters, including spaces and symbols are allowed."
 msgstr "Karesansuiの管理画面で利用するゲストの名前をつけてください。全角/半角文字、記号を使うことができます。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:274
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:278
 msgid ""
 "VM domain name of the guest. This will be used to distinguish each guests"
 " in VM, so it should be unique between all guests  (This is NOT a DNS "
@@ -3900,8 +3970,8 @@ msgstr ""
 "作成するゲストの仮想マシンドメイン名です。ゲストを区別するために利用されますので、一意である必要があります(DNSの「ドメイン名」ではありません!)。半角英数文字と"
 " - _ . の記号を使うことができます。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:277
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:440
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:281
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:444
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:91
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:119
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:110
@@ -3909,7 +3979,7 @@ msgstr ""
 msgid "Guest Icon"
 msgstr "ゲストアイコン画像"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:278
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:282
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:92
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:111
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.input:127
@@ -3918,15 +3988,15 @@ msgid ""
 "click upload button."
 msgstr "Karesansuiの管理画面で表示されるアイコン画像です。画像を選択し、アップロードボタンを押してください。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:281
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:285
 msgid "Memory Size"
 msgstr "メモリサイズ"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:282
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:286
 msgid "The amount of RAM for the guest to use (in mega-bytes)."
 msgstr "ゲストが使用するメモリのサイズです。単位はMBです。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:290
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:294
 #, fuzzy
 msgid ""
 "Create New Disk Image: Create a new storage image. \n"
@@ -3937,41 +4007,39 @@ msgstr ""
 "\n"
 "ストレージにiSCSIを利用する:既存のiSCSIネットワークストレージを利用します。\n"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:296
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:300
 msgid "Storage Pool To Use"
 msgstr "ストレージプール名"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:297
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:301
 msgid ""
 "Select the storage pool to use. You can manupulate storage pools in "
 "\\\"Storage Pool\\\" tab."
 msgstr "ストレージプールを選択してください。ストレージプールは、ストレージプールタブから操作することができます。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:303
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:307
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:133
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:211
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepoolby1/hostby1storagepoolby1.part:39
 msgid "Available"
 msgstr "利用可能"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:304
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:308
 msgid "Available space in the storage pool.(MB)"
 msgstr "ストレージプールの空き容量です(MB)。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:310
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:314
 msgid "Total capacity of the storage pool. (MB)"
 msgstr "ストレージプール全体の容量です(MB)。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:317
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:321
 msgid "Set the storage capacity of the guest OS. (MB)"
 msgstr "ゲストのストレージ容量を設定します(MB)。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:336
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:214
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:340
 msgid "Image Type"
 msgstr "イメージタイプ"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:337
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:341
 msgid ""
 "raw: The simplest image format. High interoperability with other systems."
 "\n"
@@ -3987,75 +4055,76 @@ msgstr ""
 "qcow2 : Qemuがサポートする最も一般的なイメージ形式です。\n"
 "\n"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:343
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:518
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:85
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:147
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:347
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:498
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:249
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:88
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:150
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepoolby1/hostby1storagepoolby1.part:15
 msgid "Storage Pool Type"
 msgstr "ストレージプール種別"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:344
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:348
 msgid ""
 "The type of storage pool. You can set this in networked storage tab and "
 "storage pool tab."
 msgstr "ストレージプールの種別です。ネットワークストレージ及びストレージプールの画面で設定を行うことができます。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:351
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:355
 msgid ""
 "The name of the storage. Storage pool settings are available in storage "
 "pool tab."
 msgstr "ストレージプールの名前です。ストレージプールの設定はストレージプール画面から行うことができます。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:358
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:362
 msgid "Volume name actually used in the storage pool."
 msgstr "ストレージプール内で実際に使われるボリューム名です。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:364
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:550
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:368
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:555
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:81
 msgid "Bus Type"
 msgstr "Busタイプ"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:365
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:369
 msgid ""
 "Set the device controlling method. We recommend virtio (KVM) / xen (Xen),"
 " which allows device to act as a para-virtualized device."
 msgstr "デバイスの制御方法を設定します。準仮想化デバイスとして動作するvirtio(KVM)/xen(Xen)を推奨します。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:372
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:376
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:106
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.part:76
 msgid "Keymap of the keyboard to use with VNC."
 msgstr "VNCで利用するキーマップです。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:375
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:379
 msgid "Disk Size"
 msgstr "ディスク容量 (MB)"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:376
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:380
 msgid "Size of the disk of the guest (MB)"
 msgstr "ゲストが使用するディスクのサイズです(MB)。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:380
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:384
 msgid ""
 "Kernel image for the guest. Specify FTP/HTTP URL, or a valid absolute "
 "file path."
 msgstr "ゲストが使用するカーネルのイメージです。FTP/HTTPのURLか、ファイルシステム上の絶対パスで指定してください。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:384
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:388
 msgid ""
 "The initrd (bootup RAM disk) image for the guest. Specify FTP/HTTP URL, "
 "or a valid absolute file path."
 msgstr "ゲストが使用するinitrd(初期RAMディスク)のイメージです。FTP/HTTPのURLか、絶対パスで指定してください。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:388
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:392
 msgid ""
 "The ISO 9660 CD-ROM/DVD-ROM image for the guest. Specify a valid absolute"
 " file path."
 msgstr "ゲストインストールに使用するISOイメージです。ファイルシステム上の絶対パスで指定してください。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:392
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:396
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:129
 msgid ""
 "(Auto-recommended value displayed below.) TCP port number to access the "
@@ -4063,8 +4132,8 @@ msgid ""
 "between all guests are recommended."
 msgstr "(自動的に推奨値を検出して表示しています)ゲストにVNCでアクセスするためのTCPポート番号です。他のゲストと重ならないような、5900以上のポート番号を指定してください。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:396
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:106
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:400
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:137
 msgid ""
 "Type of the virtual network interface connection. Choose \\\"Physical "
 "Device\\\" to connect directly to the physical network, or \\\"Virtual "
@@ -4072,24 +4141,24 @@ msgid ""
 "\\\"Network\\\" tab of the host). "
 msgstr "新規に追加する仮想ネットワークインターフェースの接続方法を選択します。「物理デバイス」を選択すると、ゲストは物理ネットワークに直接接続します。「仮想ネットワーク」を選択すると、ホストの「ネットワーク」タブで作成した仮想ネットワークに接続します。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:400
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:110
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:404
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:141
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:133
 msgid ""
 "(Auto-recommended value displayed below.) MAC address of the guest in "
 "xx:xx:xx:xx:xx:xx format. Specify an address not used in the network."
 msgstr "(自動的に推奨値を検出して表示しています)仮想マシンのMACアドレスです。他の仮想マシンで使用されていない値を指定してください。コロン区切り(xx:xx:xx:xx:xx:xx形式)で指定してください。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:403
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:686
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:407
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:691
 msgid "Extra Kernel Options"
 msgstr "カーネルオプション"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:404
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:408
 msgid "Kernel parameters to pass to the guest kernel on guest installation."
 msgstr "仮想マシン作成時にカーネルに渡すオプションを指定できます。キックスタートファイルなどはここで指定してください。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:408
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:412
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:100
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:141
 msgid ""
@@ -4099,24 +4168,24 @@ msgid ""
 "spaces and symbols are allowed."
 msgstr "ゲストにつけるタグです。一覧表示画面でタグを使った絞り込みを行うことができます。全角/半角文字、記号を使うことができます。複数のタグを登録するときはカンマ(,)で区切ってください。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:416
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:420
 msgid "Create Guest"
 msgstr "ゲスト作成"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:424
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:436
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:457
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:485
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:587
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:595
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:618
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:635
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:684
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:428
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:440
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:461
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:507
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:592
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:600
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:623
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:640
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:689
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:116
 #: /root/karesansui.git/karesansui/templates/default/guestby1cpu/guestby1cpu.input:81
 #: /root/karesansui.git/karesansui/templates/default/guestby1cpu/guestby1cpu.input:88
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:195
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:227
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:208
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:258
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:81
 #: /root/karesansui.git/karesansui/templates/default/guestby1memory/guestby1memory.input:83
 #: /root/karesansui.git/karesansui/templates/default/guestby1memory/guestby1memory.input:91
@@ -4174,8 +4243,8 @@ msgstr "ゲスト作成"
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.input:91
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.input:96
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.input:101
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:145
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:162
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:148
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:165
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:536
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:717
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:722
@@ -4193,71 +4262,59 @@ msgstr "ゲスト作成"
 msgid "Require"
 msgstr "必須"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:446
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:450
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:125
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:166
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.input:167
 msgid "Upload"
 msgstr "アップロード"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:463
-msgid "Create New Disk Image"
-msgstr "新しくディスクイメージを作る"
-
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:465
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:204
-msgid "Use iSCSI"
-msgstr "ストレージにiSCSIを利用する"
-
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:470
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:210
-msgid "Storage Name"
-msgstr "ストレージ名"
-
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:471
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:511
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:262
 msgid "Available (MB)"
 msgstr "利用可能 (MB)"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:472
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:516
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:267
 msgid "Capacity (MB)"
 msgstr "総容量 (MB)"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:474
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:521
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:272
 msgid "OS Image Type"
 msgstr "OSイメージタイプ"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:517
-#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:75
-#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:87
-#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.part:26
-#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.part:54
-msgid "No"
-msgstr "いいえ"
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:542
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:287
+#, fuzzy
+msgid "Device Path"
+msgstr "デバイスタイプ"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:522
-msgid "Volume Path"
-msgstr "ボリュームパス"
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:547
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:292
+msgid "Device Real Path"
+msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:573
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:578
 msgid "Boot Image"
 msgstr "ブートイメージ"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:651
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:167
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:656
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:180
 msgid "Physical Device"
 msgstr "物理デバイス"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:669
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:182
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:674
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:195
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.html:127
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:648
 msgid "Virtual Network"
 msgstr "仮想ネットワーク"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:690
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:695
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:230
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:132
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:306
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:338
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.input:58
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:40
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:200
@@ -4267,8 +4324,8 @@ msgstr "仮想ネットワーク"
 msgid "Notebook"
 msgstr "ノート"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:704
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:491
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.input:709
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:486
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.input:75
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.input:241
 msgid "Create"
@@ -4297,11 +4354,11 @@ msgstr "デバイス制御種別"
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:88
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:259
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.html:51
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:351
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:383
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:164
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:226
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:233
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:247
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:202
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:209
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:223
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:89
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.part:135
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.part:42
@@ -4360,7 +4417,7 @@ msgstr "MACアドレス"
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:110
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:131
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:248
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:245
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:207
 msgid "Type"
 msgstr ""
@@ -4452,10 +4509,10 @@ msgstr ""
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:173
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:37
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:268
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:265
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:33
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:270
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:275
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:268
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:273
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:30
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:39
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:224
@@ -4465,21 +4522,21 @@ msgstr "ON"
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:175
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:35
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:277
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:275
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:41
 msgid "OFF"
 msgstr "OFF"
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:186
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:194
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:611
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:258
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:273
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:606
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:290
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:305
 msgid "Unknown"
 msgstr "Unknown"
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:196
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:264
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:296
 msgid "OS Type"
 msgstr "OSタイプ"
 
@@ -4492,7 +4549,7 @@ msgid "Tag Name"
 msgstr "タグ名"
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:209
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:178
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:210
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:7
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:120
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:7
@@ -4512,7 +4569,7 @@ msgid "CPU Time (seconds)"
 msgstr "CPU時間(秒)"
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:241
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:391
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:423
 msgid "No Disk"
 msgstr "ディスクなし"
 
@@ -4521,7 +4578,7 @@ msgid "Disk Info"
 msgstr "ディスク情報"
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:248
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:406
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:438
 msgid "No interface"
 msgstr "I/Fなし"
 
@@ -4530,17 +4587,17 @@ msgid "Interface Info"
 msgstr "I/F情報"
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:255
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:421
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:453
 msgid "No network"
 msgstr "ネットワークなし"
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:257
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:412
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:444
 msgid "Network Info"
 msgstr "ネットワーク情報"
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:264
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:442
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:474
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:82
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:171
 #: /root/karesansui.git/karesansui/templates/default/jobby1/jobby1.part:209
@@ -4548,7 +4605,7 @@ msgid "Created User"
 msgstr "作成ユーザー"
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:265
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:464
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:496
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:199
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshotby1/guestby1snapshotby1.part:92
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:173
@@ -4568,29 +4625,29 @@ msgid "Date Modified"
 msgstr "更新日時"
 
 #: /root/karesansui.git/karesansui/templates/default/guest/guest.part:269
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:433
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:465
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:176
 #: /root/karesansui.git/karesansui/templates/default/jobby1/jobby1.part:202
 msgid "Audit"
 msgstr "監査"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:341
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:361
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:289
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:309
 msgid "Export can not be edited."
 msgstr "エクスポートは編集できません。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:347
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:367
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:449
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:295
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:315
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:444
 msgid "Guest Settings"
 msgstr "ゲスト設定"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:350
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:370
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:395
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:413
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:431
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:77
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:298
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:318
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:343
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:361
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:379
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:48
 #: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.part:142
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:30
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:48
@@ -4599,14 +4656,14 @@ msgstr "ゲスト設定"
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:62
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:81
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:101
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:58
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:76
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:92
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:104
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:53
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:74
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:94
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:119
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:57
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:74
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:89
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:101
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:51
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:71
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:91
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:116
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.part:46
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.part:38
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.part:56
@@ -4617,13 +4674,13 @@ msgstr "ゲスト設定"
 msgid "Please select a target."
 msgstr "ターゲットを選択してください。"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:410
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:536
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:358
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:531
 #: /root/karesansui.git/karesansui/templates/default/guestexport/guestexport.input:105
 msgid "Export"
 msgstr "エクスポート"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:502
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:497
 #: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.input:146
 #: /root/karesansui.git/karesansui/templates/default/guestby1cpu/guestby1cpu.input:94
 #: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.part:176
@@ -4637,10 +4694,10 @@ msgstr "エクスポート"
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewallpolicy/hostby1firewallpolicy.input:76
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewallruleby1/hostby1firewallruleby1.input:244
 #: /root/karesansui.git/karesansui/templates/default/hostby1iptables/hostby1iptables.part:125
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:170
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:169
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.input:125
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:160
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:180
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:147
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:177
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:184
 #: /root/karesansui.git/karesansui/templates/default/hostby1settingby1general/hostby1settingby1general.input:202
 #: /root/karesansui.git/karesansui/templates/default/hostby1settingby1mail/hostby1settingby1mail.input:81
@@ -4658,34 +4715,34 @@ msgstr "エクスポート"
 msgid "Edit"
 msgstr "編集"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:513
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:508
 #: /root/karesansui.git/karesansui/templates/default/guestreplicate/guestreplicate.input:214
 msgid "Copy"
 msgstr "コピー"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:548
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:543
 msgid "Import"
 msgstr "インポート"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:572
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:567
 #: /root/karesansui.git/karesansui/templates/default/include/tag.part:6
 msgid "Now loading"
 msgstr "Now loading"
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:638
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:633
 msgid "Exported"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:656
+#: /root/karesansui.git/karesansui/templates/default/guest/guest.part:651
 #: /root/karesansui.git/karesansui/templates/default/guestby1job/guestby1job.part:266
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:237
-#: /root/karesansui.git/karesansui/templates/default/host/host.part:333
+#: /root/karesansui.git/karesansui/templates/default/host/host.part:334
 #: /root/karesansui.git/karesansui/templates/default/hostby1job/hostby1job.part:278
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:264
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:263
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:49
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:290
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:287
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:47
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:296
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:294
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.part:164
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticrouteby1/hostby1staticrouteby1.part:54
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:244
@@ -4733,80 +4790,80 @@ msgstr "ノートはメモ帳、備忘録として自由に使うことができ
 msgid "Edit Guest Settings"
 msgstr "ゲスト設定の編集"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:52
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:84
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:209
 #: /root/karesansui.git/karesansui/templates/default/hostby1iptables/hostby1iptables.part:90
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:192
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:202
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:186
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:191
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:199
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:184
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:142
 msgid "Start"
 msgstr "開始"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:64
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:96
 msgid "Shutdown"
 msgstr "シャットダウン"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:75
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:107
 msgid "Reboot"
 msgstr "再起動"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:89
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:121
 msgid "Suspend"
 msgstr "一時停止"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:101
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:133
 msgid "Resume"
 msgstr "再開"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:115
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:147
 msgid "Destroy"
 msgstr "強制停止"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:128
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:230
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:160
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:228
 msgid "Disable Autostart"
 msgstr "自動起動を無効"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:140
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:172
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:157
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:159
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:176
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:178
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:219
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:217
 msgid "Enable Autostart"
 msgstr "自動起動を有効"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:209
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:241
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:106
 msgid "Unique key"
 msgstr "ユニークキー"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:279
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:311
 #: /root/karesansui.git/karesansui/templates/default/host/host.input:164
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.input:183
 msgid "Tags"
 msgstr "タグ"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:360
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:392
 msgid "CPU time(seconds)"
 msgstr "CPU時間(秒)"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:382
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:414
 msgid "Disk info"
 msgstr "ディスク情報"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:397
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:429
 msgid "Interface info"
 msgstr "I/F情報"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:453
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:485
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:172
 #: /root/karesansui.git/karesansui/templates/default/jobby1/jobby1.part:214
 msgid "Created Date"
 msgstr "作成日時"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:475
+#: /root/karesansui.git/karesansui/templates/default/guestby1/guestby1.part:507
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:174
 #: /root/karesansui.git/karesansui/templates/default/jobby1/jobby1.part:224
 #: /root/karesansui.git/karesansui/templates/default/msg/msg.part:61
@@ -4846,7 +4903,7 @@ msgstr "CPU情報"
 
 #: /root/karesansui.git/karesansui/templates/default/guestby1cpu/guestby1cpu.input:79
 #: /root/karesansui.git/karesansui/templates/default/guestby1cpu/guestby1cpu.part:38
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:137
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:120
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:44
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:79
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:83
@@ -4865,8 +4922,8 @@ msgstr "次回ゲスト起動以降に有効"
 msgid "Allowable Range: %d - %d"
 msgstr "設定可能範囲 %d - %d"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:101
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:153
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:132
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:166
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:71
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:116
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:71
@@ -4874,59 +4931,48 @@ msgstr "設定可能範囲 %d - %d"
 msgid "Device Type"
 msgstr "デバイスタイプ"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:102
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:133
 msgid ""
 "Type of the device to add. Choose \\\"Network\\\" to add a new network "
 "interface to the guest, or \\\"Disk\\\" to add a new virtual hard disk "
 "device."
 msgstr "新規に追加したい仮想デバイスのタイプです。「ネットワーク」を選択すると、ゲストに新たな仮想ネットワークインターフェースを追加することができます。「ディスク」を選択すると、ゲストに新たな仮想ハードディスクドライブを追加することができます。"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:113
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:144
 msgid "Sparse File"
 msgstr "Sparseファイル"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:114
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:145
 msgid ""
 "Check if you like to create the disk file image in sparse file format. "
 "Using sparse file format saves disk space and time to create the image, "
 "but are inferior in writing performance."
 msgstr "新規に追加する仮想ハードディスクドライブを作成するときに、ディスクイメージファイルをSparseファイルとして作成する場合に選択します。Sparseファイルを指定した場合、イメージ作成時間を短縮できるほか、ディスク領域を節約することができます。しかし一方で、ディスクへの書き込み速度が遅いという欠点があります。"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:118
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:149
 msgid "Size of the disk to add in mega-bytes."
 msgstr "追加する仮想ハードディスクドライブのディスクサイズです。"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:121
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:292
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:152
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:301
 #: /root/karesansui.git/karesansui/templates/default/guestby1diskby1/guestby1diskby1.part:49
 msgid "Disk Device Type"
 msgstr "ディスクデバイスタイプ"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:122
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:153
 msgid "Type of disk device to emulate."
 msgstr "ディスクのタイプです。"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:149
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:162
 #: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.part:249
 msgid "Device Settings"
 msgstr "デバイス設定"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:156
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:169
 msgid "Disk"
 msgstr "ディスク"
 
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:203
-msgid "Create new disk image"
-msgstr "新しくディスクイメージを作る"
-
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:272
-#: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.input:50
-#: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.input:78
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:211
-msgid "Device Name"
-msgstr "デバイス名"
-
-#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:305
+#: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.input:318
 #: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.part:165
 #: /root/karesansui.git/karesansui/templates/default/guestby1snapshot/guestby1snapshot.part:139
 #: /root/karesansui.git/karesansui/templates/default/host/host.input:171
@@ -4934,13 +4980,13 @@ msgstr "デバイス名"
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:244
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewallruleby1/hostby1firewallruleby1.part:92
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.input:125
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:159
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:167
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:158
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:185
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:165
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:169
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:166
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.input:89
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.part:98
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:256
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:259
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:166
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:843
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.part:140
@@ -4953,7 +4999,7 @@ msgstr "追加"
 
 #: /root/karesansui.git/karesansui/templates/default/guestby1device/guestby1device.part:77
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:173
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:122
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:110
 msgid "Received an unexpected value."
 msgstr "予期しない値を受信しました。"
 
@@ -5020,6 +5066,13 @@ msgstr "ディスプレイ情報"
 msgid "Yes"
 msgstr "はい"
 
+#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:75
+#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:87
+#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.part:26
+#: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.part:54
+msgid "No"
+msgstr "いいえ"
+
 #: /root/karesansui.git/karesansui/templates/default/guestby1display/guestby1display.input:92
 msgid "Keep current setting"
 msgstr "設定を変更しない"
@@ -5351,7 +5404,7 @@ msgid "Now Loading"
 msgstr "Now loading"
 
 #: /root/karesansui.git/karesansui/templates/default/host/host.part:305
-#: /root/karesansui.git/karesansui/templates/default/host/host.part:317
+#: /root/karesansui.git/karesansui/templates/default/host/host.part:318
 msgid "Host"
 msgstr "ホスト"
 
@@ -5374,9 +5427,9 @@ msgstr "ファイアウォール"
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1/hostby1.html:129
 #: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:30
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:65
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:64
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:61
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:257
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:233
 msgid "Network Settings"
 msgstr "ネットワーク設定"
 
@@ -5559,16 +5612,16 @@ msgstr "ファイアウォール設定"
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:221
 #: /root/karesansui.git/karesansui/templates/default/hostby1iptables/hostby1iptables.part:102
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:203
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:213
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:197
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:202
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:210
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:195
 #: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.part:153
 msgid "Stop"
 msgstr "停止"
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1firewall/hostby1firewall.part:232
 #: /root/karesansui.git/karesansui/templates/default/hostby1iptables/hostby1iptables.part:113
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:208
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:206
 msgid "Restart"
 msgstr "再起動"
 
@@ -5749,7 +5802,7 @@ msgstr "ネットワーク追加"
 msgid "Enable IP masquerading from this network"
 msgstr "このネットワークからのIPマスカレードを有効にする"
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:228
+#: /root/karesansui.git/karesansui/templates/default/hostby1network/hostby1network.part:227
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkby1/hostby1networkby1.part:79
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:22
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:39
@@ -5780,74 +5833,76 @@ msgstr "DHCP開始/終了IPアドレス"
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:13
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:21
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:69
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:76
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:87
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:89
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:96
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:107
 msgid "hoge"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:63
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsgeneral/hostby1networksettingsgeneral.input:57
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:56
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:109
-msgid "This will be enabled on next start"
-msgstr "次回起動以降に有効"
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:46
+#, fuzzy
+msgid "Hypervisor 'XEN' on the bonding does not support creation."
+msgstr "このドメインはスナップショットをサポートしていません。"
+
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:58
+msgid "When set, do a reboot of the network simultaneously"
+msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:68
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:88
 #, fuzzy
 msgid "Bonding Name"
 msgstr "ドメイン名"
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:75
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:106
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:95
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:126
 #, fuzzy
 msgid "Bonding Target Device"
 msgstr "ボンディングターゲットデバイス名"
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:97
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:171
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:117
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:158
 msgid "Add Bonding"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:102
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:122
 msgid "Create Bonding Name"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:119
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:139
 #, fuzzy
 msgid "Select"
 msgstr "削除"
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:120
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:140
 msgid "Primary"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:155
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:173
 msgid "balance-rr"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:156
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:174
 msgid "active-backup"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:157
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:175
 msgid "balance-xor"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:158
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:176
 #, fuzzy
 msgid "broadcast"
 msgstr "ブロードキャスト"
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:159
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:177
 msgid "802.3ad"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:160
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:178
 msgid "balance-tlb"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:161
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.input:179
 msgid "balance-alb"
 msgstr ""
 
@@ -5859,20 +5914,11 @@ msgstr "設定の編集"
 msgid "At the same time remove the boot"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:73
-msgid "OK to apply network restart?"
-msgstr ""
-
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:182
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:169
 msgid "Delete Bonding"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:193
-#, fuzzy
-msgid "Restart Network"
-msgstr "同一ネットワークを許可"
-
-#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:218
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettings/hostby1networksettings.part:194
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsgeneral/hostby1networksettingsgeneral.input:79
 #: /root/karesansui.git/karesansui/templates/default/hostby1setting/hostby1setting.part:29
 #: /root/karesansui.git/karesansui/templates/default/hostby1setting/hostby1setting.part:105
@@ -5887,6 +5933,12 @@ msgstr "一般設定"
 msgid "Nameserver"
 msgstr "ネームサーバー"
 
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsgeneral/hostby1networksettingsgeneral.input:57
+#: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsnicby1/hostby1networksettingsnicby1.input:56
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:109
+msgid "This will be enabled on next start"
+msgstr "次回起動以降に有効"
+
 #: /root/karesansui.git/karesansui/templates/default/hostby1networksettingsgeneral/hostby1networksettingsgeneral.input:65
 msgid "FQDN of the host."
 msgstr "ホストのFQDNです。"
@@ -6046,7 +6098,7 @@ msgid "iSCSI"
 msgstr "iSCSI"
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.input:123
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:249
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:246
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.input:135
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorageby1/hostby1networkstorageby1.part:68
 msgid "Target Host Name"
@@ -6058,17 +6110,17 @@ msgid "CHAP"
 msgstr "CHAP認証"
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:9
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:263
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:260
 #: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:9
 msgid "Connecting"
 msgstr "接続中"
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:24
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:60
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:58
 msgid "Network Storage Settings"
 msgstr "ネットワークストレージ設定"
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:265
+#: /root/karesansui.git/karesansui/templates/default/hostby1networkstorage/hostby1networkstorage.part:262
 msgid "Disconnect"
 msgstr "切断"
 
@@ -6135,27 +6187,27 @@ msgstr "レポート期間"
 msgid "Refresh"
 msgstr "更新"
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:253
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:251
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:16
 msgid "Service Name"
 msgstr "サービス名"
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:254
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:252
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:21
 msgid "Service Description"
 msgstr "サービスの詳細"
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:255
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:253
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:27
 msgid "Auto Start"
 msgstr "自動起動"
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:267
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:265
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:18
 msgid "display_name"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:268
+#: /root/karesansui.git/karesansui/templates/default/hostby1service/hostby1service.part:266
 #: /root/karesansui.git/karesansui/templates/default/hostby1serviceby1/hostby1serviceby1.part:24
 msgid "description"
 msgstr "説明"
@@ -6315,6 +6367,12 @@ msgid ""
 msgstr "このターゲットのIPアドレス/ネットマスクです。「192.168.0.1/24」形式か、「192.168.0.1/255.255.255.0」形式で指定します。ホストを指定する場合はIPアドレスだけの指定もできます。"
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.input:50
+#: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.input:78
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:214
+msgid "Device Name"
+msgstr "デバイス名"
+
+#: /root/karesansui.git/karesansui/templates/default/hostby1staticroute/hostby1staticroute.input:50
 msgid "Name of the device."
 msgstr "デバイスの名前です。"
 
@@ -6375,33 +6433,33 @@ msgstr "ターゲットの距離 (通常はホップ数) です。"
 msgid "%s is unknown storagepool type"
 msgstr "%s は未知のストレージプールタイプです"
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:82
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:85
 msgid ""
 "Specify the storage pool name to use in Karesansui control panel. Must be"
 " unique between all storage pools."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:86
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:89
 msgid ""
 "The type of this storage pool. Choose \\\"dir\\\" to use an existing "
 "directory, or \\\"iscsi\\\" to use remote iSCSI target."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:90
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:93
 msgid "Input a full path of an existing directory to use for this storage pool."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:94
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:97
 #, fuzzy
 msgid "Select the iSCSI target to use for this storage pool"
 msgstr "iSCSIのストレージプールのターゲットパスです。ストレージプールにしたいiSCSIターゲットを選択してください"
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:100
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:212
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:103
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:215
 msgid "Mount/Block"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:101
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:104
 msgid ""
 "Choose \\\"mount\\\" to automatically mount this device to a directory, "
 "or \\\"block\\\" to use the whole device as a block device. \\\"mount\\\""
@@ -6410,24 +6468,24 @@ msgid ""
 " guest."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:108
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:111
 msgid "Check this if you want the volume to be formatted."
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:138
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:141
 msgid "Add Storage Pool"
 msgstr "ストレージプールの追加"
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:177
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:180
 msgid "iSCSI target is not currently connected"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:233
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:238
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:236
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:241
 msgid "mount"
 msgstr ""
 
-#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:234
+#: /root/karesansui.git/karesansui/templates/default/hostby1storagepool/hostby1storagepool.input:237
 msgid "block"
 msgstr ""
 
@@ -6945,6 +7003,11 @@ msgid "Notification Mail Body"
 msgstr "通知メール"
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:489
+msgid ""
+"Customize the notification mail message. Don't forget to include empty "
+"line between mail header part and body part. Available macros are: "
+msgstr ""
+
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:493
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:497
 #: /root/karesansui.git/karesansui/templates/default/hostby1watchby1/hostby1watchby1.input:375
@@ -6952,28 +7015,13 @@ msgstr "通知メール"
 #: /root/karesansui.git/karesansui/templates/default/hostby1watchby1/hostby1watchby1.input:383
 msgid "Allow to use some macro. Available macros are:"
 msgstr ""
-"通知メールのメッセージをカスタマイズできます。メールヘッダと本文の間には空行を一つ以上入れてください。<br/><br/>設定するメッセージの中に下記の文字列を入れると、送信されるメール内で文字列の置き換えが行われます。<br/><table>"
-" <tr><td> %{app_name} </td><td> アプリケーション名  </td></tr><tr><td> %{time} "
-"</td><td> 検知した時刻  </td></tr><tr><td> %{host} </td><td> 検知したホストの名前  "
-"</td></tr><tr><td> %{plugin} </td><td> 監視対象名  </td></tr><tr><td> "
-"%{plugin_instance} </td><td> 監視対象の特定 </td></tr><tr><td> %{type} </td><td>"
-" 監視対象のサブカテゴリ  </td></tr><tr><td> %{type_instance} </td><td> 監視する項目名  "
-"</td></tr><tr><td> %{ds} </td><td> データソース名  </td></tr><tr><td> "
-"%{current_value} </td><td> 検知した時点での監視対象の値  </td></tr><tr><td> "
-"%{threshold_value} </td><td> 設定した閾値 </td></tr><tr><td> %{failure_max} "
-"</td><td> 危険値の閾値(上限設定)  </td></tr><tr><td> %{warning_max} </td><td> "
-"警告値の閾値(上限設定)  </td></tr><tr><td> %{failure_min} </td><td> 危険値の閾値(下限設定)  "
-"</td></tr><tr><td> %{warning_min} </td><td> 警告値の閾値(下限設定)  "
-"</td></tr><tr><td> %{severity} </td><td> 警告レベル </td></tr><tr><td> "
-"%{script_result_message} </td><td> アクションスクリプト実行結果 </td></tr></table>"
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:500
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:817
 #: /root/karesansui.git/karesansui/templates/default/hostby1watchby1/hostby1watchby1.input:386
 #: /root/karesansui.git/karesansui/templates/default/hostby1watchby1/hostby1watchby1.input:683
-#, fuzzy
 msgid "Mail Server"
-msgstr "ã\83\8dã\83¼ã\83 サーバー"
+msgstr "ã\83¡ã\83¼ã\83«サーバー"
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:506
 #: /root/karesansui.git/karesansui/templates/default/hostby1watchby1/hostby1watchby1.input:392
@@ -6988,19 +7036,19 @@ msgstr "監視の追加"
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:580
 msgid "Free Memory"
-msgstr ""
+msgstr "空きメモリ容量"
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:581
 msgid "Cached Memory"
-msgstr ""
+msgstr "キャッシュ使用メモリ容量"
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:582
 msgid "Buffered Memory"
-msgstr ""
+msgstr "バッファ使用メモリ容量"
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:583
 msgid "Used Memory"
-msgstr ""
+msgstr "使用メモリ容量"
 
 #: /root/karesansui.git/karesansui/templates/default/hostby1watch/hostby1watch.input:601
 msgid "Free Space"
@@ -7341,3 +7389,9 @@ msgstr "ユーザー設定"
 msgid "Edit User Settings"
 msgstr "ユーザー設定の編集"
 
+#~ msgid "Guest OS disk could not be found."
+#~ msgstr "ドメインが見つかりませんでした。name=%s"
+
+#~ msgid "Can not find the storage pool is not running."
+#~ msgstr "コピー元/エクスポート元のストレージプールがみつかりませんでした。"
+
index ae61ed1..1968d8a 100644 (file)
@@ -486,7 +486,7 @@ $(document).ready(function(){
 
     helptip("#notification_mail_body_warning_help",
         "${_('Notification Mail Body')}",
-        "${_('Allow to use some macro. Available macros are:')}");
+        "${_(r"Customize the notification mail message. Don't forget to include empty line between mail header part and body part. Available macros are: ")}");
 
     helptip("#notification_mail_body_failure_help",
         "${_('Notification Mail Body')}",