[Kimchi-devel] [PATCH] Reword 'isolated' network description

Christy Perez christy at linux.vnet.ibm.com
Mon Jun 16 19:15:00 UTC 2014


Currently the "isolated" network type description says that
this type of network will have "no physical network connection,"
which sounds like a NIC won't be created in the VM.
VMs on an isolated network will have an adapter that gets
an IP which will be only able to communicate with other VMs
in the same isolated network.

Signed-off-by: Christy Perez <christy at linux.vnet.ibm.com>
---
 po/en_US.po                     | 4 ++--
 po/kimchi.pot                   | 2 +-
 po/pt_BR.po                     | 4 ++--
 po/zh_CN.po                     | 2 +-
 ui/pages/tabs/network.html.tmpl | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/po/en_US.po b/po/en_US.po
index 1ede7dc..1f274dc 100644
--- a/po/en_US.po
+++ b/po/en_US.po
@@ -1614,8 +1614,8 @@ msgstr "Address Space"
 msgid "Alphanumeric and '_' characters only."
 msgstr "Alphanumeric and '_' characters only."
 
-msgid "Isolated: no physical network connection"
-msgstr "Isolated: no physical network connection"
+msgid "Isolated: no external network connection"
+msgstr "Isolated: no external network connection"
 
 msgid "NAT: outbound physical network connection only"
 msgstr "NAT: outbound physical network connection only"
diff --git a/po/kimchi.pot b/po/kimchi.pot
index 9e875f1..45aab9a 100755
--- a/po/kimchi.pot
+++ b/po/kimchi.pot
@@ -1600,7 +1600,7 @@ msgstr ""
 msgid "Alphanumeric and '_' characters only."
 msgstr ""
 
-msgid "Isolated: no physical network connection"
+msgid "Isolated: no external network connection"
 msgstr ""
 
 msgid "NAT: outbound physical network connection only"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 5ff54e0..def044f 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -1720,8 +1720,8 @@ msgstr "Espaço de endereço"
 msgid "Alphanumeric and '_' characters only."
 msgstr "Alfanumérios e caracteres '_' apenas."
 
-msgid "Isolated: no physical network connection"
-msgstr "Isolado: nenhuma conexão física"
+msgid "Isolated: no external network connection"
+msgstr "Isolado: nenhuma conexão externa"
 
 msgid "NAT: outbound physical network connection only"
 msgstr "NAT: somente conexão de rede física de saída"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index caef515..246909b 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1623,7 +1623,7 @@ msgstr "地址空间"
 msgid "Alphanumeric and '_' characters only."
 msgstr "字母,数字和下划线。"
 
-msgid "Isolated: no physical network connection"
+msgid "Isolated: no external network connection"
 msgstr "隔离: 同物理网络不连通"
 
 msgid "NAT: outbound physical network connection only"
diff --git a/ui/pages/tabs/network.html.tmpl b/ui/pages/tabs/network.html.tmpl
index 35380f4..241ebec 100644
--- a/ui/pages/tabs/network.html.tmpl
+++ b/ui/pages/tabs/network.html.tmpl
@@ -58,7 +58,7 @@
             <div class="section-content">
                 <div class="input-container">
                     <input type="radio" id="networkTypeIso" name="networkType" value="isolated" />
-                    <label for="networkTypeIso">$_("Isolated: no physical network connection")</label>
+                    <label for="networkTypeIso">$_("Isolated: no external network connection")</label>
                 </div>
                 <div class="input-container">
                     <input type="radio" id="networkTypeNat" name="networkType" value="nat" />
-- 
1.9.3




More information about the Kimchi-devel mailing list