[Kimchi-devel] [PATCH 09/15] V2 Ginger Base : base plugin ui/pages/help files
chandra at linux.vnet.ibm.com
chandra at linux.vnet.ibm.com
Sun Sep 27 16:29:28 UTC 2015
From: Chandra Shekhar Reddy Potula <chandra at linux.vnet.ibm.com>
---
plugins/gingerbase/ui/pages/help/Makefile.am | 37 ++++
plugins/gingerbase/ui/pages/help/de_DE/Makefile.am | 26 +++
plugins/gingerbase/ui/pages/help/de_DE/host.dita | 49 +++++
plugins/gingerbase/ui/pages/help/dita-help.xsl | 26 +++
plugins/gingerbase/ui/pages/help/en_US/Makefile.am | 26 +++
plugins/gingerbase/ui/pages/help/en_US/host.dita | 70 +++++++
plugins/gingerbase/ui/pages/help/es_ES/Makefile.am | 26 +++
plugins/gingerbase/ui/pages/help/es_ES/host.dita | 49 +++++
plugins/gingerbase/ui/pages/help/fr_FR/Makefile.am | 26 +++
plugins/gingerbase/ui/pages/help/fr_FR/host.dita | 68 +++++++
plugins/gingerbase/ui/pages/help/gingerbase.css | 208 +++++++++++++++++++++
plugins/gingerbase/ui/pages/help/it_IT/Makefile.am | 26 +++
plugins/gingerbase/ui/pages/help/it_IT/host.dita | 51 +++++
plugins/gingerbase/ui/pages/help/ja_JP/Makefile.am | 26 +++
plugins/gingerbase/ui/pages/help/ja_JP/host.dita | 70 +++++++
plugins/gingerbase/ui/pages/help/ko_KR/Makefile.am | 26 +++
plugins/gingerbase/ui/pages/help/ko_KR/host.dita | 47 +++++
plugins/gingerbase/ui/pages/help/pt_BR/Makefile.am | 26 +++
plugins/gingerbase/ui/pages/help/pt_BR/host.dita | 74 ++++++++
plugins/gingerbase/ui/pages/help/ru_RU/Makefile.am | 26 +++
plugins/gingerbase/ui/pages/help/ru_RU/host.dita | 48 +++++
plugins/gingerbase/ui/pages/help/zh_CN/Makefile.am | 26 +++
plugins/gingerbase/ui/pages/help/zh_CN/host.dita | 45 +++++
plugins/gingerbase/ui/pages/help/zh_TW/Makefile.am | 26 +++
plugins/gingerbase/ui/pages/help/zh_TW/host.dita | 50 +++++
plugins/kimchi/ui/pages/help/de_DE/host.dita | 49 -----
plugins/kimchi/ui/pages/help/en_US/host.dita | 70 -------
plugins/kimchi/ui/pages/help/es_ES/host.dita | 49 -----
plugins/kimchi/ui/pages/help/fr_FR/host.dita | 68 -------
plugins/kimchi/ui/pages/help/it_IT/host.dita | 51 -----
plugins/kimchi/ui/pages/help/ja_JP/host.dita | 70 -------
plugins/kimchi/ui/pages/help/ko_KR/host.dita | 47 -----
plugins/kimchi/ui/pages/help/pt_BR/host.dita | 74 --------
plugins/kimchi/ui/pages/help/ru_RU/host.dita | 48 -----
plugins/kimchi/ui/pages/help/zh_CN/host.dita | 45 -----
plugins/kimchi/ui/pages/help/zh_TW/host.dita | 50 -----
36 files changed, 1178 insertions(+), 621 deletions(-)
create mode 100644 plugins/gingerbase/ui/pages/help/Makefile.am
create mode 100644 plugins/gingerbase/ui/pages/help/de_DE/Makefile.am
create mode 100644 plugins/gingerbase/ui/pages/help/de_DE/host.dita
create mode 100644 plugins/gingerbase/ui/pages/help/dita-help.xsl
create mode 100644 plugins/gingerbase/ui/pages/help/en_US/Makefile.am
create mode 100644 plugins/gingerbase/ui/pages/help/en_US/host.dita
create mode 100644 plugins/gingerbase/ui/pages/help/es_ES/Makefile.am
create mode 100644 plugins/gingerbase/ui/pages/help/es_ES/host.dita
create mode 100644 plugins/gingerbase/ui/pages/help/fr_FR/Makefile.am
create mode 100644 plugins/gingerbase/ui/pages/help/fr_FR/host.dita
create mode 100644 plugins/gingerbase/ui/pages/help/gingerbase.css
create mode 100644 plugins/gingerbase/ui/pages/help/it_IT/Makefile.am
create mode 100644 plugins/gingerbase/ui/pages/help/it_IT/host.dita
create mode 100644 plugins/gingerbase/ui/pages/help/ja_JP/Makefile.am
create mode 100644 plugins/gingerbase/ui/pages/help/ja_JP/host.dita
create mode 100644 plugins/gingerbase/ui/pages/help/ko_KR/Makefile.am
create mode 100644 plugins/gingerbase/ui/pages/help/ko_KR/host.dita
create mode 100644 plugins/gingerbase/ui/pages/help/pt_BR/Makefile.am
create mode 100644 plugins/gingerbase/ui/pages/help/pt_BR/host.dita
create mode 100644 plugins/gingerbase/ui/pages/help/ru_RU/Makefile.am
create mode 100644 plugins/gingerbase/ui/pages/help/ru_RU/host.dita
create mode 100644 plugins/gingerbase/ui/pages/help/zh_CN/Makefile.am
create mode 100644 plugins/gingerbase/ui/pages/help/zh_CN/host.dita
create mode 100644 plugins/gingerbase/ui/pages/help/zh_TW/Makefile.am
create mode 100644 plugins/gingerbase/ui/pages/help/zh_TW/host.dita
delete mode 100644 plugins/kimchi/ui/pages/help/de_DE/host.dita
delete mode 100644 plugins/kimchi/ui/pages/help/en_US/host.dita
delete mode 100644 plugins/kimchi/ui/pages/help/es_ES/host.dita
delete mode 100644 plugins/kimchi/ui/pages/help/fr_FR/host.dita
delete mode 100644 plugins/kimchi/ui/pages/help/it_IT/host.dita
delete mode 100644 plugins/kimchi/ui/pages/help/ja_JP/host.dita
delete mode 100644 plugins/kimchi/ui/pages/help/ko_KR/host.dita
delete mode 100644 plugins/kimchi/ui/pages/help/pt_BR/host.dita
delete mode 100644 plugins/kimchi/ui/pages/help/ru_RU/host.dita
delete mode 100644 plugins/kimchi/ui/pages/help/zh_CN/host.dita
delete mode 100644 plugins/kimchi/ui/pages/help/zh_TW/host.dita
diff --git a/plugins/gingerbase/ui/pages/help/Makefile.am b/plugins/gingerbase/ui/pages/help/Makefile.am
new file mode 100644
index 0000000..2c61ea4
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/Makefile.am
@@ -0,0 +1,37 @@
+#
+# Ginger Base
+#
+# Copyright IBM Corp, 2015
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+SUBDIRS = zh_CN it_IT en_US zh_TW pt_BR ja_JP ru_RU ko_KR fr_FR de_DE es_ES
+
+DITA_HTML_FILES = $(patsubst %.dita,%.html,$(wildcard */*.dita))
+HTML_FILES = $(if $(DITA_HTML_FILES), $(DITA_HTML_FILES), $(wildcard */*.html))
+DITA_XSL_FILE = dita-help.xsl
+
+EXTRA_DIST = $(DITA_XSL_FILE)
+
+helpdir = $(datadir)/wok/plugins/gingerbase/ui/pages/help
+
+dist_help_DATA = gingerbase.css
+
+all: $(HTML_FILES) $(wildcard */*.dita)
+
+%.html: %.dita $(DITA_XSL_FILE)
+ xsltproc -o $@ $(DITA_XSL_FILE) $<
+
+CLEANFILES = $(HTML_FILES)
diff --git a/plugins/gingerbase/ui/pages/help/de_DE/Makefile.am b/plugins/gingerbase/ui/pages/help/de_DE/Makefile.am
new file mode 100644
index 0000000..dc393e4
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/de_DE/Makefile.am
@@ -0,0 +1,26 @@
+#
+# Ginger Base
+#
+# Copyright IBM Corp, 2015
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+de_DE_helpdir = $(datadir)/wok/plugins/gingerbase/ui/pages/help/de_DE
+
+dist_de_DE_help_DATA = $(wildcard *.html) $(NULL)
+
+EXTRA_DIST = $(wildcard *.dita)
+
+CLEANFILES = $(wildcard *.html)
diff --git a/plugins/gingerbase/ui/pages/help/de_DE/host.dita b/plugins/gingerbase/ui/pages/help/de_DE/host.dita
new file mode 100644
index 0000000..33a40e3
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/de_DE/host.dita
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Arbortext, Inc., 1988-2011, v.4002-->
+<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
+ "..\dtd\cshelp.dtd">
+
+
+<!--This DITA specialized document type is not supported by the Authoring Tools development team.
+For support please see:
+https://w3.opensource.ibm.com/projects/dita-cshelp/-->
+<cshelp id="kimhhost" xml:lang="de-de">
+<title>Host</title>
+<shortdesc>Die Seite <wintitle>Host</wintitle> zeigt Informationen zum Hostsystem an und ermöglicht Ihnen, den Host herunterzufahren, erneut zu starten und eine Verbindung zu ihm herzustellen.</shortdesc>
+<csbody>
+<p>Sie können die folgenden Aktionen am Host durchführen:<ul>
+<li>Wählen Sie <uicontrol>Herunterfahren</uicontrol> aus, um das Hostsystem herunterzufahren.</li>
+<li>Wählen Sie <uicontrol>Erneut starten</uicontrol> aus, um das Hostsystem erneut zu starten.</li>
+<li>Wählen Sie <uicontrol>Verbinden</uicontrol> aus, um eine VNC-Verbindung zum Hostsystem herzustellen, wenn noch keine Verbindung besteht.</li>
+</ul></p>
+<p>Klicken Sie auf die folgenden Abschnitte, um Informationen zum Host anzuzeigen:<dl>
+<dlentry>
+<dt>Basisinformationen</dt>
+<dd>Dieser Abschnitt zeigt die Verteilung, die Version und den Codenamen des Hostbetriebssystems sowie den Prozessortyp und die Speicherkapazität in GB an.</dd>
+</dlentry><dlentry>
+<dt>Systemstatistik</dt>
+<dd>Dieser Abschnitt zeigt mithilfe von Grafiken Statistiken für CPU, Speicher, Platten-E/A und Netz-E/A für den Host an. Wählen Sie <uicontrol>Daten werden nach dem Verlassen dieser Seite gesammelt</uicontrol> aus, um mit der Sammlung von Daten fortzufahren, wenn die Host-Registerkarte nicht angezeigt wird.</dd>
+</dlentry><dlentry>
+<dt>Software-Updates</dt>
+<dd>Dieser Abschnitt zeigt Informationen für alle Pakete an, bei denen Aktualisierungen verfügbar sind, einschlieÃlich Paketname, Version, Architektur und Repository. Sie können alle aufgelisteten Pakete aktualisieren, indem Sie <uicontrol>Alle aktualisieren</uicontrol> auswählen. Sie können nicht einzelne Pakete zur Aktualisierung auswählen.</dd>
+</dlentry><dlentry>
+<dt>Repositorys</dt>
+<dd>Dieser Abschnitt zeigt Repositorys an, die dem Hostsystem zugeordnet sind. Sie können Repositorys hinzufügen, aktivieren, bearbeiten oder entfernen. Beim Hinzufügen wird ein Repository dem Hostsystem zugeordnet. Das Aktivieren eines Repositorys dagegen ermöglicht dem Host den Zugriff auf das Repository. Wenn Ihr System Red Hat Enterprise
+Linux oder Fedora ist, können Sie <filepath>yum</filepath>-Repositorys hinzufügen.
+Wenn Ihr System Ubuntu oder Debian ist, fügen Sie <filepath>deb</filepath>-Repositorys hinzu.<p>Wenn Sie mit yum-Repositorys arbeiten, können Sie eine GPG-Prüfung hinzufügen, um sicherzustellen, dass ein Paket aus diesem Repository nicht beschädigt wurde.
+Wählen Sie ein Repository und dann <uicontrol>Bearbeiten</uicontrol> aus. Wählen Sie <uicontrol>Ja</uicontrol> aus, um die GPG-Prüfung zu aktivieren, und geben Sie dann ein URL zur GPG-Schlüsseldatei für das Repository ein.</p></dd>
+</dlentry><dlentry>
+<dt>Debugberichte</dt>
+<dd>Dieser Abschnitt zeigt Debugberichte, einschlieÃlich Name und Dateipfad, an.
+Sie haben die Möglichkeit, einen neuen Bericht zu erstellen oder einen bestehenden Bericht umzubenennen, zu entfernen oder herunterzuladen.<p>Der Debugbericht wird während des Befehls <cmdname>sosreport</cmdname> generiert. Er ist verfügbar für Red Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>-, Fedora-
+und Ubuntu-Verteilungen. Der Befehl generiert eine .tar-Datei, die Konfigurations- und Diagnoseinformationen enthält, wie zum Beispiel Kernelversion, geladene Module sowie System- und Servicekonfigurationdateien.
+Der Befehl führt zudem externe Programme aus, um weitere Informationen zu sammeln, und speichert diese Ausgabe im resultierenden Archiv.</p> </dd>
+</dlentry></dl></p>
+</csbody>
+<?tm 1392659967 1?>
+</cshelp>
+
+
+<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
+<!-- T9N_SRC_ID 232 -->
+<!-- T9N_SH1P_STR1NG KVM21AAP001 3 -->
diff --git a/plugins/gingerbase/ui/pages/help/dita-help.xsl b/plugins/gingerbase/ui/pages/help/dita-help.xsl
new file mode 100644
index 0000000..2e66903
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/dita-help.xsl
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:output method="xml" indent="yes" encoding="UTF-8" />
+
+ <xsl:template match="/">
+ <html>
+ <head>
+ <title><xsl:value-of select="/cshelp/title" /></title>
+ <meta charset="UTF-8" />
+ <link rel="shortcut icon" href="../../images/logo.ico" />
+ <link rel="stylesheet" type="text/css" href="../gingerbase.css" />
+ </head>
+ <body>
+ <xsl:apply-templates select="//cshelp" />
+ </body>
+ </html>
+ </xsl:template>
+
+ <xsl:template match="cshelp">
+ <h1><xsl:value-of select="title" /></h1>
+ <p class="shortdesc"><xsl:value-of select="shortdesc" /></p>
+ <p class="csbody"><xsl:copy-of select="csbody/node()" /></p>
+ </xsl:template>
+</xsl:stylesheet>
diff --git a/plugins/gingerbase/ui/pages/help/en_US/Makefile.am b/plugins/gingerbase/ui/pages/help/en_US/Makefile.am
new file mode 100644
index 0000000..0a75a81
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/en_US/Makefile.am
@@ -0,0 +1,26 @@
+#
+# Ginger Base
+#
+# Copyright IBM Corp, 2015
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+en_US_helpdir = $(datadir)/wok/plugins/gingerbase/ui/pages/help/en_US
+
+dist_en_US_help_DATA = $(wildcard *.html) $(NULL)
+
+EXTRA_DIST = $(wildcard *.dita)
+
+CLEANFILES = $(wildcard *.html)
\ No newline at end of file
diff --git a/plugins/gingerbase/ui/pages/help/en_US/host.dita b/plugins/gingerbase/ui/pages/help/en_US/host.dita
new file mode 100644
index 0000000..0dcb670
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/en_US/host.dita
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Arbortext, Inc., 1988-2011, v.4002-->
+<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
+ "..\dtd\cshelp.dtd">
+<?Pub Sty _display FontColor="red"?>
+<?Pub Inc?>
+<!--This DITA specialized document type is not supported by the Authoring Tools development team.
+For support please see:
+https://w3.opensource.ibm.com/projects/dita-cshelp/-->
+<cshelp id="kimhhost" xml:lang="en-us">
+<title>Host</title>
+<shortdesc>The <wintitle>Host</wintitle> page shows information about
+the host system, and allows you to shut down, restart, and connect
+to the host.</shortdesc>
+<csbody>
+<p>You can perform the following actions on the host:<ul>
+<li>Select <uicontrol>Shut down</uicontrol> to shut down the host
+system.</li>
+<li>Select <uicontrol>Restart</uicontrol> to restart the host system.</li>
+<li>Select <uicontrol>Connect</uicontrol> to open a VNC connection
+to the host system, if it is not already connected.</li>
+</ul></p>
+<p>Click the following sections to display information about the host:<dl>
+<dlentry>
+<dt>Basic information</dt>
+<dd>This section displays the host operating system distribution,
+version, and code name, as well as the processor type, the number of
+online CPUs and amount of memory in GB.</dd>
+</dlentry><dlentry>
+<dt>System statistics</dt>
+<dd>This section displays graphs to show statistics for CPU, memory,
+disk I/O, and network I/O for the host. Select <uicontrol>Collecting
+data after leaving this page</uicontrol> to continue collecting data
+when the host tab is out of view.</dd>
+</dlentry><dlentry>
+<dt>Software Updates</dt>
+<dd>This section displays information for all of the packages that
+have updates available, including package name, version, architecture,
+and repository. You can update all of the packages listed by selecting <uicontrol>Update
+All</uicontrol>. You cannot select individual packages for updates.</dd>
+</dlentry><dlentry>
+<dt>Repositories</dt>
+<dd>This section displays repositories that are associated with the
+host system. You can add, enable, edit, or remove repositories. Adding
+a repository associates it with the host system while enabling a repository
+allows the host to access it. If your system is Red Hat Enterprise
+Linux or Fedora, you can add <filepath>yum</filepath> repositories.
+If your system is Ubuntu or Debian, then add <filepath>deb</filepath> repositories.<p>If
+you are working with yum repositories, you can add a GPG check to
+verify that a package from this repository have not been corrupted.
+Select a repository and then <uicontrol>Edit</uicontrol>. Select <uicontrol>Yes</uicontrol> to
+enable GPG Check and then enter a URL to the GPG key file for the
+repository.</p><?Pub Caret 156?></dd>
+</dlentry><dlentry>
+<dt>Debug reports</dt>
+<dd>This section displays debug reports, including name and file path.
+You can select from options to generate a new report, or rename, remove,
+or download an existing report.<p>The debug report is generated using
+the <cmdname>sosreport</cmdname> command. It is available for Red
+Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>, Fedora,
+and Ubuntu distributions. The command generates a .tar file that contains
+configuration and diagnostic information, such as the running kernel
+version, loaded modules, and system and service configuration files.
+The command also runs external programs to collect further information
+and stores this output in the resulting archive.</p> </dd>
+</dlentry></dl></p>
+</csbody>
+<?tm 1392659967 1?>
+</cshelp>
+<?Pub *0000003492?>
diff --git a/plugins/gingerbase/ui/pages/help/es_ES/Makefile.am b/plugins/gingerbase/ui/pages/help/es_ES/Makefile.am
new file mode 100644
index 0000000..b95744a
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/es_ES/Makefile.am
@@ -0,0 +1,26 @@
+#
+# Ginger Base
+#
+# Copyright IBM Corp, 2015
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+es_ES_helpdir = $(datadir)/wok/plugins/gingerbase/ui/pages/help/es_ES
+
+dist_es_ES_help_DATA = $(wildcard *.html) $(NULL)
+
+EXTRA_DIST = $(wildcard *.dita)
+
+CLEANFILES = $(wildcard *.html)
diff --git a/plugins/gingerbase/ui/pages/help/es_ES/host.dita b/plugins/gingerbase/ui/pages/help/es_ES/host.dita
new file mode 100644
index 0000000..7734244
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/es_ES/host.dita
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Arbortext, Inc., 1988-2011, v.4002-->
+<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
+ "..\dtd\cshelp.dtd">
+
+
+<!--This DITA specialized document type is not supported by the Authoring Tools development team.
+For support please see:
+https://w3.opensource.ibm.com/projects/dita-cshelp/-->
+<cshelp id="kimhhost" xml:lang="es-es">
+<title>Host</title>
+<shortdesc>La página <wintitle>Host</wintitle> muestra información sobre el sistema host y le permite concluir, reiniciar y conectar con el sistema principal.</shortdesc>
+<csbody>
+<p>Puede realizar las acciones siguientes en el host:<ul>
+<li>Seleccione <uicontrol>Concluir</uicontrol> para concluir el sistema host.</li>
+<li>Seleccione <uicontrol>Reiniciar</uicontrol> para reiniciar el sistema host.</li>
+<li>Seleccione <uicontrol>Conectar</uicontrol> para abrir una conexión VNC al sistema host, si no está conectado aún.</li>
+</ul></p>
+<p>Pulse en las secciones siguientes para visualizar información acerca del host:<dl>
+<dlentry>
+<dt>Información básica</dt>
+<dd>Esta sección muestra la distribución del sistema operativo de host, la versión y el nombre de código, asà como el tipo de procesador y la cantidad de memoria en GB.</dd>
+</dlentry><dlentry>
+<dt>EstadÃsticas del sistema</dt>
+<dd>Esta sección muestra gráficos para mostrar estadÃsticas para CPU, memoria, E/S de disco y E/S de red para el host. Seleccione <uicontrol>Recoger datos después de salir de esta página</uicontrol> para continuar la recogida de datos cuando la pestaña principal ya no está a la vista.</dd>
+</dlentry><dlentry>
+<dt>Actualizaciones de software</dt>
+<dd>En esta sección se muestra información para todos los paquetes que tienen actualizaciones disponibles, incluido el nombre de paquete, versión, arquitectura y repositorio. Puede actualizar todos los paquetes listados seleccionando <uicontrol>Actualizar todo</uicontrol>. No puede seleccionar paquetes individuales para las actualizaciones.</dd>
+</dlentry><dlentry>
+<dt>Repositorios</dt>
+<dd>En esta sección se muestran los repositorios que están asociados con el sistema host. Puede añadir, habilitar, editar o eliminar repositorios. Añadir un repositorio lo asocia con el sistema host mientras que habilitar un repositorio permite que el host acceda a él. Si el sistema es Red Hat Enterprise
+Linux o Fedora, puede añadir repositorios <filepath>yum</filepath>.
+Si el sistema es Ubuntu o Debian, añada repositorios <filepath>deb</filepath>.<p>Si está trabajando con repositorios yum, puede añadir una comprobación GPG para verificar que un paquete de este repositorio no ha resultado dañado.
+Seleccione un repositorio y, a continuación, <uicontrol>Editar</uicontrol>. Seleccione <uicontrol>SÃ</uicontrol> para habilitar la comprobación GPG y, a continuación, especifique un URL al archivo de claves GPG para el repositorio.</p></dd>
+</dlentry><dlentry>
+<dt>Informes de depuración</dt>
+<dd>En esta sección se muestran informes de depuración, incluido el nombre y la ruta de archivo.
+Puede seleccionar entre opciones para generar un informe nuevo, o bien redenominar, eliminar o descargar un informe existente.<p>El informe de depuración se genera utilizando el mandato <cmdname>sosreport</cmdname>. Está disponible para distribuciones de Red
+Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>, Fedora y Ubuntu. El mandato genera un archivo .tar que contiene la información de configuración y de diagnóstico, como la versión de kernel en ejecución, los módulos de carga y los archivos de configuración del sistema y servicio.
+El mandato también ejecuta programas externos para recopilar información adicional y almacena esta salida en el archivo resultante.</p> </dd>
+</dlentry></dl></p>
+</csbody>
+<?tm 1392659967 1?>
+</cshelp>
+
+
+<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
+<!-- T9N_SRC_ID 232 -->
+<!-- T9N_SH1P_STR1NG KVM21AAP001 3 -->
diff --git a/plugins/gingerbase/ui/pages/help/fr_FR/Makefile.am b/plugins/gingerbase/ui/pages/help/fr_FR/Makefile.am
new file mode 100644
index 0000000..c3e9a14
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/fr_FR/Makefile.am
@@ -0,0 +1,26 @@
+#
+# Ginger Base
+#
+# Copyright IBM Corp, 2015
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+fr_FR_helpdir = $(datadir)/wok/plugins/gingerbase/ui/pages/help/fr_FR
+
+dist_fr_FR_help_DATA = $(wildcard *.html) $(NULL)
+
+EXTRA_DIST = $(wildcard *.dita)
+
+CLEANFILES = $(wildcard *.html)
diff --git a/plugins/gingerbase/ui/pages/help/fr_FR/host.dita b/plugins/gingerbase/ui/pages/help/fr_FR/host.dita
new file mode 100644
index 0000000..f4c330b
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/fr_FR/host.dita
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Arbortext, Inc., 1988-2011, v.4002-->
+<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
+ "..\dtd\cshelp.dtd">
+
+
+<!--This DITA specialized document type is not supported by the Authoring Tools development team.
+For support please see:
+https://w3.opensource.ibm.com/projects/dita-cshelp/-->
+<cshelp id="kimhhost" xml:lang="fr-fr">
+<title>Hôte</title>
+<shortdesc>La page <wintitle>Hôte</wintitle> affiche des informations
+sur le système hôte et vous permet d'arrêter, de redémarrer et de vous
+connecter à l'hôte.</shortdesc>
+<csbody>
+<p>Vous pouvez effectuer les actions suivantes sur l'hôte :<ul>
+<li>Sélectionnez <uicontrol>Arrêter</uicontrol> pour arrêter le système hôte.</li>
+<li>Sélectionnez <uicontrol>Redémarrer</uicontrol> pour redémarrer le système hôte.</li>
+<li>Sélectionnez <uicontrol>Connexion</uicontrol> pour ouvrir une connexion VNC
+au système hôte, si celui-ci n'est pas déjà connecté.</li>
+</ul></p>
+<p>Cliquez sur les sections suivantes pour afficher des informations sur l'hôte :<dl>
+<dlentry>
+<dt>Informations de base</dt>
+<dd>Cette section affiche la distribution, la version et le nom de code
+du système d'exploitation hôte, ainsi que le type de processeur et la quantité
+de mémoire en Go.</dd>
+</dlentry><dlentry>
+<dt>Statistiques système</dt>
+<dd>Cette section affiche les graphiques des statistiques pour l'UC, mémoire, ainsi que
+les E-S disque et E-S réseau pour l'hôte. Sélectionnez <uicontrol>Collecte des données une fois la page quittée</uicontrol>
+pour continuer la collecte de données lorsque l'onglet hôte n'est plus visible.</dd>
+</dlentry><dlentry>
+<dt>Mises à jour logicielles</dt>
+<dd>Cette section affiche des informations pour tous les modules qui
+disposent de mises à jour disponibles, y compris le nom de module, la version, l'architecture
+et le référentiel. Vous pouvez mettre à jour toutes les modules répertoriés en sélectionnant <uicontrol>Tout
+mettre à jour</uicontrol>. Vous ne pouvez pas sélectionner des modules individuels pour les mises à jour.</dd>
+</dlentry><dlentry>
+<dt>Référentiels</dt>
+<dd>Cette section affiche les référentiels associés au système hôte. Vous pouvez ajouter, activer, éditer ou retirer des référentiels. L'ajout d'un référentiel associe celui-ci au système hôte,
+tandis que l'activation d'un référentiel permet à l'hôte d'y accéder. Si votre système est Red Hat Enterprise Linux ou Fedora,
+vous pouvez ajouter des référentiels <filepath>yum</filepath>.
+Si votre système est de type Ubuntu ou Debian, ajoutez des référentiels
+<filepath>deb</filepath>.<p>Si vous travaillez avec des référentiels yum, vous pouvez ajouter un contrôle GPG
+afin de vérifier qu'un module provenant de ce référentiel n'a pas été endommagé.
+Sélectionnez un référentiel puis cliquez sur <uicontrol>Editer</uicontrol>. Sélectionnez <uicontrol>Oui</uicontrol> pour activer le contrôle GPG,
+puis entrez une URL pour le fichier de clés GPG du référentiel.</p></dd>
+</dlentry><dlentry>
+<dt>Rapports de débogage</dt>
+<dd>Cette section affiche les rapports de débogage, y compris le nom et le chemin du fichier.
+Vous pouvez faire un choix parmi les options afin de générer un nouveau rapport, ou renommer, supprimer,
+ou télécharger un rapport existant.<p>Le rapport de débogage est généré Ã
+l'aide de la commande <cmdname>sosreport</cmdname>. Cette option est disponible pour les distributions
+Red Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>, Fedora et Ubuntu. La commande génère un fichier .tar contenant la configuration et des informations de diagnostic,
+telles que la version du noyau d'exécution, les modules chargés, ainsi que les fichiers de configuration
+du système et de la maintenance.
+La commande exécute également des programmes externes pour collecter des informations
+supplémentaires et stocke cette sortie dans l'archive résultante.</p> </dd>
+</dlentry></dl></p>
+</csbody>
+<?tm 1392659967 1?>
+</cshelp>
+
+
+<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
+<!-- T9N_SRC_ID 232 -->
+<!-- T9N_SH1P_STR1NG KVM21AAP001 3 -->
diff --git a/plugins/gingerbase/ui/pages/help/gingerbase.css b/plugins/gingerbase/ui/pages/help/gingerbase.css
new file mode 100644
index 0000000..88b23bf
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/gingerbase.css
@@ -0,0 +1,208 @@
+/*
+ * Project Ginger Base
+ *
+ * Copyright IBM, Corp. 2015
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+BODY {
+ background: #FFFFFF;
+ margin-bottom: 1em;
+ margin-left: .5em;
+}
+
+bold {
+ font-weight: bold;
+}
+
+boldItalic {
+ font-weight: bold;
+ font-style: italic;
+}
+
+italic {
+ font-style: italic;
+}
+
+underlined {
+ text-decoration: underline;
+}
+
+uicontrol {
+ font-weight: bold;
+}
+
+filepath {
+ font-family: monospace, monospace;
+}.option {
+ font-family: monospace, monospace;
+}
+
+cmdname {
+ font-weight: bold;
+ font-family: monospace, monospace;
+}
+
+.defparmname {
+ font-weight: bold;
+ text-decoration: underline;
+ font-family: monospace, monospace;
+}
+
+.kwd {
+ font-weight: bold;
+}
+
+.defkwd {
+ font-weight: bold;
+ text-decoration: underline;
+}
+
+var {
+ font-style : italic;
+}
+
+strongwintitle {
+ font-weight : bold;
+}
+
+parmname {
+ font-weight: bold;
+ font-family: monospace, monospace;
+ white-space: nowrap;
+}
+
+code {
+ font-family: monospace, monospace;
+}
+
+pre {
+ font-family: monospace, monospace;
+}
+
+CITE {
+ font-style: italic;
+}
+
+EM {
+ font-style: italic;
+}
+
+STRONG {
+ font-weight: bold;
+}
+
+VAR {
+ font-style: italic;
+}
+
+dt {
+ font-weight: bold;
+}
+
+/***********************************************************
+ * Basic fonts
+ ***********************************************************/
+body,
+td,
+th,
+caption {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10pt;
+}
+
+pre, code {
+ font-family: MS Courier New, Courier, monospace;
+}
+
+h1, h2, h3 {
+ font-size: 12pt;
+ font-weight: bold;
+ color: #336699;
+}
+
+h4 {
+ font-size: 10pt;
+ font-weight: bold;
+ color: #336699;
+}
+
+/***********************************************************
+ * Basic indents, padding, and margin
+ ***********************************************************/
+body {
+ color: black;
+ background-color: white;
+ margin: 0;
+ padding-top: 0.2em;
+ padding-left: 0.6em;
+ padding-right: 0.2em;
+ padding-bottom: 1em;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ padding: 0;
+ margin-top: 1em;
+ margin-bottom: 0.75em;
+ margin-left: 0;
+ margin-right: 0;
+}
+
+address,
+dl,
+li,
+p {
+ padding: 0;
+ margin-top: 0.75em;
+ margin-bottom: 0.75em;
+ margin-left: 0;
+ margin-right: 0;
+ line-height: 125%;
+}
+
+td dl {
+ margin-left: 2em;
+}
+
+pre {
+ padding: 0;
+ margin-top: 0.75em;
+ margin-bottom: 0.75em;
+ margin-left: 2em;
+ margin-right: 0;
+}
+
+ol,
+ul {
+ padding: 0;
+ margin-top: 0.75em;
+ margin-bottom: 0.75em;
+ margin-left: 2.00em;
+ margin-right: 0;
+}
+
+dd {
+ margin-left: 3.00em;
+ margin-top: 0.75em;
+ margin-bottom: 0.75em;
+}
+
+dt {
+ margin-left: 1.00em;
+ margin-top: 0.75em;
+}
diff --git a/plugins/gingerbase/ui/pages/help/it_IT/Makefile.am b/plugins/gingerbase/ui/pages/help/it_IT/Makefile.am
new file mode 100644
index 0000000..3eaa7b8
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/it_IT/Makefile.am
@@ -0,0 +1,26 @@
+#
+# Ginger Base
+#
+# Copyright IBM Corp, 2015
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+it_IT_helpdir = $(datadir)/wok/plugins/gingerbase/ui/pages/help/it_IT
+
+dist_it_IT_help_DATA = $(wildcard *.html) $(NULL)
+
+EXTRA_DIST = $(wildcard *.dita)
+
+CLEANFILES = $(wildcard *.html)
diff --git a/plugins/gingerbase/ui/pages/help/it_IT/host.dita b/plugins/gingerbase/ui/pages/help/it_IT/host.dita
new file mode 100644
index 0000000..63d3367
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/it_IT/host.dita
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Arbortext, Inc., 1988-2011, v.4002-->
+<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
+ "..\dtd\cshelp.dtd">
+
+
+<!--This DITA specialized document type is not supported by the Authoring Tools development team.
+For support please see:
+https://w3.opensource.ibm.com/projects/dita-cshelp/-->
+<cshelp id="kimhhost" xml:lang="it-it">
+<title>Host</title>
+<shortdesc>La pagina <wintitle>Host</wintitle> visualizza le informazioni sul sistema host e consente di arrestarlo, riavviarlo e connettersi ad esso.</shortdesc>
+<csbody>
+<p>Ã possibile effettuare le seguenti operazioni sull'host:<ul>
+<li>Selezionare <uicontrol>Arresta</uicontrol> per arrestare il sistema host.</li>
+<li>Selezionare <uicontrol>Riavvia</uicontrol> per riavviare il sistema host.</li>
+<li>Selezionare <uicontrol>Connetti</uicontrol> per aprire una connessione VNC al sistema host, se non è già connesso.</li>
+</ul></p>
+<p>Fare clic sulle seguenti sezioni per visualizzare le informazioni sull'host:<dl>
+<dlentry>
+<dt>Informazioni di base</dt>
+<dd>Questa sezione visualizza il nome codice, la versione e la distribuzione del sistema operativo, come pure il tipo di processore e la quantità di memoria in GB.</dd>
+</dlentry><dlentry>
+<dt>Statistiche di sistema</dt>
+<dd>Questa sezione visualizza i grafici che mostrano le statistiche per la CPU, la memoria, l'I/O disco e di rete per l'host. Selezionare <uicontrol>Raccolta dati all'uscita dalla pagina</uicontrol> per continuare la raccolta dei dati quando la scheda host non è più visibile.</dd>
+</dlentry><dlentry>
+<dt>Aggiornamenti del software</dt>
+<dd>Questa sezione visualizza le informazioni per tutti i pacchetti per cui sono disponibili gli aggiornamenti, incluso il nome, la versione, l'architettura e il repository del pacchetto. à possibile aggiornare tutti i pacchetti elencati, selezionando <uicontrol>Aggiorna tutto</uicontrol>. Non è possibile selezionare singoli pacchetti per gli aggiornamenti.</dd>
+</dlentry><dlentry>
+<dt>Repository</dt>
+<dd>Questa sezione visualizza i repository associati al sistema host. Ã possibile aggiungere, abilitare, modificare o rimuovere i repository. L'aggiunta di un repository lo associa al sistema host, mentre l'abilitazione di un repository
+consente all'host di accedervi. Se il sistema è Red Hat Enterprise
+Linux o Fedora, è possibile aggiungere i repository <filepath>yum</filepath>.
+Se il sistema è Ubuntu o Debian, aggiungere i repository <filepath>deb</filepath>.<p>Se si stanno utilizzando i repository yum, è possibile aggiungere un controllo GPG per verificare che un pacchetto da questo repository non sia stato corrotto.
+Selezionare un repository, quindi <uicontrol>Modifica</uicontrol>. Selezionare <uicontrol>Sì</uicontrol> per abilitare il controllo GPG, quindi immettere un URL al file di chiavi GPG per il
+repository.</p></dd>
+</dlentry><dlentry>
+<dt>Report di debug</dt>
+<dd>Questa sezione visualizza i report di debug, incluso il nome e il percorso file.
+Le opzioni disponibili consentono di generare un nuovo report oppure ridenominare, rimuovere o scaricare un report esistente.<p>Il report di debug viene generato utilizzando il comando <cmdname>sosreport</cmdname>. Ã disponibile per le distribuzioni Red
+Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>, Fedora e Ubuntu. Il comando genera un file .tar che contiene informazioni di diagnostica e configurazione, come la versione del kernel in esecuzione, i moduli caricati e i file di configurazione del servizio e del sistema.
+Il comando esegue anche programmi esterni per raccogliere ulteriori informazioni e memorizza l'output nell'archivio risultante.</p> </dd>
+</dlentry></dl></p>
+</csbody>
+<?tm 1392659967 1?>
+</cshelp>
+
+
+<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
+<!-- T9N_SRC_ID 232 -->
+<!-- T9N_SH1P_STR1NG KVM21AAP001 3 -->
diff --git a/plugins/gingerbase/ui/pages/help/ja_JP/Makefile.am b/plugins/gingerbase/ui/pages/help/ja_JP/Makefile.am
new file mode 100644
index 0000000..eef3ea8
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/ja_JP/Makefile.am
@@ -0,0 +1,26 @@
+#
+# Ginger Base
+#
+# Copyright IBM Corp, 2015
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+ja_JP_helpdir = $(datadir)/wok/plugins/gingerbase/ui/pages/help/ja_JP
+
+dist_ja_JP_help_DATA = $(wildcard *.html) $(NULL)
+
+EXTRA_DIST = $(wildcard *.dita)
+
+CLEANFILES = $(wildcard *.html)
diff --git a/plugins/gingerbase/ui/pages/help/ja_JP/host.dita b/plugins/gingerbase/ui/pages/help/ja_JP/host.dita
new file mode 100644
index 0000000..3a0141c
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/ja_JP/host.dita
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Arbortext, Inc., 1988-2011, v.4002-->
+<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
+ "..\dtd\cshelp.dtd">
+
+
+<!--This DITA specialized document type is not supported by the Authoring Tools development team.
+For support please see:
+https://w3.opensource.ibm.com/projects/dita-cshelp/-->
+<cshelp id="kimhhost" xml:lang="ja-jp">
+<title>ãã¹ã</title>
+<shortdesc><wintitle>ããã¹ãã</wintitle>ãã¼ã¸ã«ã¯ããã¹ãã»ã·ã¹ãã ã«é¢ããæ
å ±ã表示ããã¾ããããã§ããã¹ããã·ã£ãããã¦ã³ãåå§åãã¾ããã¹ãã«æ¥ç¶ãããã¨ãã§ãã¾ãã
+</shortdesc>
+<csbody>
+<p>以ä¸ã®ã¢ã¯ã·ã§ã³ããã¹ãã«å¯¾ãã¦å®è¡ã§ãã¾ãã
+<ul>
+<li>ãã¹ãã»ã·ã¹ãã ãã·ã£ãããã¦ã³ããã«ã¯<uicontrol>ãã·ã£ãããã¦ã³ã</uicontrol>ãé¸æãã¾ãã
+</li>
+<li>ãã¹ãã»ã·ã¹ãã ãåå§åããã«ã¯<uicontrol>ãåå§åã</uicontrol>ãé¸æãã¾ãã
+</li>
+<li>ãã¹ãã»ã·ã¹ãã ã¸ã® VNC æ¥ç¶ã (ã¾ã æ¥ç¶ããã¦ããªãå ´åã«) ãªã¼ãã³ããã«ã¯ã<uicontrol>ãæ¥ç¶ã</uicontrol>ãé¸æãã¾ãã
+</li>
+</ul></p>
+<p>ãã¹ãã«é¢ããæ
å ±ã表示ããã«ã¯ã以ä¸ã®é¸æé
ç®ãã¯ãªãã¯ãã¦ãã ããã
+<dl>
+<dlentry>
+<dt>åºæ¬æ
å ±</dt>
+<dd>ãã®ã»ã¯ã·ã§ã³ã«ã¯ããã¹ãã»ãªãã¬ã¼ãã£ã³ã°ã»ã·ã¹ãã ã®ãã£ã¹ããªãã¥ã¼ã·ã§ã³ããã¼ã¸ã§ã³ãããã³ã³ã¼ãåãããã«ããã»ããµã¼ã»ã¿ã¤ãã¨ã¡ã¢ãªã¼ã®é (GB åä½) ã表示ããã¾ãã
+</dd>
+</dlentry><dlentry>
+<dt>ã·ã¹ãã çµ±è¨æ
å ±</dt>
+<dd>ãã®ã»ã¯ã·ã§ã³ã«ã¯ããã¹ãã® CPUãã¡ã¢ãªã¼ããã£ã¹ã¯å
¥åºåãããã³ãããã¯ã¼ã¯å
¥åºåã®çµ±è¨æ
å ±ã表ãã°ã©ãã表示ããã¾ãã
+ãã¹ãã»ã¿ããéããã¨ãã«ãã¼ã¿ã®åéãç¶è¡ããã«ã¯ã<uicontrol>ããã®ãã¼ã¸ãéããå¾ããã¼ã¿ãåéããã</uicontrol>ãé¸æãã¦ãã ããã
+</dd>
+</dlentry><dlentry>
+<dt>ã½ããã¦ã§ã¢æ´æ°</dt>
+<dd>ãã®ã»ã¯ã·ã§ã³ã«ã¯ãæ´æ°ãç¨æããã¦ããããã±ã¼ã¸ãã¹ã¦ã®æ
å ±
+(ããã±ã¼ã¸åããã¼ã¸ã§ã³ãã¢ã¼ããã¯ãã£ã¼ããªãã¸ããªã¼ãªã©) ã表示ããã¾ãã
+<uicontrol>ããã¹ã¦æ´æ°ã</uicontrol>ãé¸æããã¨ããªã¹ãããã¦ããããã±ã¼ã¸ãã¹ã¦ãæ´æ°ã§ãã¾ãã
+æ´æ°ãã対象ã¨ãã¦åå¥ã®ããã±ã¼ã¸ãé¸æãããã¨ã¯ã§ãã¾ããã
+</dd>
+</dlentry><dlentry>
+<dt>ãªãã¸ããªã¼</dt>
+<dd>ãã®ã»ã¯ã·ã§ã³ã«ã¯ããã¹ãã»ã·ã¹ãã ã«é¢é£ä»ãããã¦ãããªãã¸ããªã¼ã表示ããã¾ãã
+ãªãã¸ããªã¼ã追å ãããæå¹ã«ãããç·¨éãããã¾ãã¯åé¤ãããã¨ãã§ãã¾ãã
+ãªãã¸ããªã¼ã追å ããã¨ããã®ãªãã¸ããªã¼ããã¹ãã»ã·ã¹ãã ã«é¢é£ä»ãããããªãã¸ããªã¼ãæå¹ã«ããã¨ããã®ãªãã¸ããªã¼ã«ãã¹ããã¢ã¯ã»ã¹ã§ããããã«ãªãã¾ãã
+ã·ã¹ãã ã Red Hat Enterprise Linux ã¾ã㯠Fedora ã§ããã°ã<filepath>yum</filepath> ãªãã¸ããªã¼ã追å ã§ãã¾ãã
+ã·ã¹ãã ã Ubuntu ã¾ã㯠Debian ã§ããã°ã<filepath>deb</filepath> ãªãã¸ããªã¼ã追å ãã¦ãã ããã
+<p>yum ãªãã¸ããªã¼ãæä½ãã¦ããå ´åããã®ãªãã¸ããªã¼ã«å
¥ã£ã¦ããããã±ã¼ã¸ãå£ãã¦ããªããã¨ã確èªãããããGPG ãã§ãã¯ã追å ã§ãã¾ãã
+ãªãã¸ããªã¼ãé¸æãã<uicontrol>ãç·¨éã</uicontrol>ãã¯ãªãã¯ãã¦ãã ããã
+<uicontrol>ãã¯ãã</uicontrol>ãé¸æã㦠GPG ãã§ãã¯ãæå¹ã«ãã¦ããããã®ãªãã¸ããªã¼ã® GPG éµãã¡ã¤ã«ã® URL ãå
¥åãã¦ãã ããã
+</p></dd>
+</dlentry><dlentry>
+<dt>ãããã°ã»ã¬ãã¼ã</dt>
+<dd>ãã®ã»ã¯ã·ã§ã³ã«ã¯ããããã°ã»ã¬ãã¼ã (ååããã¡ã¤ã«ã»ãã¹ãªã©) ã表示ããã¾ãã
+æ°ããã¬ãã¼ããçæãæ¢åã®ã¬ãã¼ããååå¤æ´ãåé¤ãã¾ãã¯ãã¦ã³ãã¼ãããããã®ãªãã·ã§ã³ãé¸æã§ãã¾ãã
+<p>ãããã°ã»ã¬ãã¼ãã¯ã<cmdname>sosreport</cmdname> ã³ãã³ãã§çæããã¾ãã
+ããã¯ãRed Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>ãFedoraãããã³ Ubuntu ãã£ã¹ããªãã¥ã¼ã·ã§ã³ã«ç¨æããã¦ãã¾ãã
+ãã®ã³ãã³ãã¯ãæ§æããã³è¨ºææ
å ± (稼åä¸ã®ã«ã¼ãã«ã®ãã¼ã¸ã§ã³ããã¼ãããã¦ããã¢ã¸ã¥ã¼ã«ãã·ã¹ãã ããã³ãµã¼ãã¹æ§æãã¡ã¤ã«ãªã©) ãå
¥ã£ã .tar ãã¡ã¤ã«ãçæãã¾ãã
+ãã®ã³ãã³ãã¯ã¾ããå¤é¨ããã°ã©ã ãå®è¡ãã¦æ
å ±ãããã«åéãããã®åºåãçµæã®ã¢ã¼ã«ã¤ãã«ä¿ç®¡ãã¾ãã
+</p> </dd>
+</dlentry></dl></p>
+</csbody>
+<?tm 1392659967 1?>
+</cshelp>
+
+
+<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
+<!-- T9N_SRC_ID 227 -->
+<!-- T9N_SH1P_STR1NG KVM21AAP001 1 -->
diff --git a/plugins/gingerbase/ui/pages/help/ko_KR/Makefile.am b/plugins/gingerbase/ui/pages/help/ko_KR/Makefile.am
new file mode 100644
index 0000000..e25a747
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/ko_KR/Makefile.am
@@ -0,0 +1,26 @@
+#
+# Ginger Base
+#
+# Copyright IBM Corp, 2015
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+ko_KR_helpdir = $(datadir)/wok/plugins/gingerbase/ui/pages/help/ko_KR
+
+dist_ko_KR_help_DATA = $(wildcard *.html) $(NULL)
+
+EXTRA_DIST = $(wildcard *.dita)
+
+CLEANFILES = $(wildcard *.html)
diff --git a/plugins/gingerbase/ui/pages/help/ko_KR/host.dita b/plugins/gingerbase/ui/pages/help/ko_KR/host.dita
new file mode 100644
index 0000000..ee4a9c3
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/ko_KR/host.dita
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Arbortext, Inc., 1988-2011, v.4002-->
+<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
+ "..\dtd\cshelp.dtd">
+
+
+<!--This DITA specialized document type is not supported by the Authoring Tools development team.
+For support please see:
+https://w3.opensource.ibm.com/projects/dita-cshelp/-->
+<cshelp id="kimhhost" xml:lang="ko-kr">
+<title>í¸ì¤í¸</title>
+<shortdesc><wintitle>í¸ì¤í¸</wintitle> íì´ì§ìë í¸ì¤í¸ ìì¤í
ì ëí ì ë³´ê° íìëë©° ì´ íì´ì§ë¥¼ ì¬ì©íì¬ í¸ì¤í¸ë¥¼ ì¢
ë£ ë° ë¤ì ììíê±°ë í¸ì¤í¸ì ì°ê²°í ì ììµëë¤.</shortdesc>
+<csbody>
+<p>í¸ì¤í¸ì ëí´ ë¤ì ì¡°ì¹ë¥¼ ìíí ì ììµëë¤.<ul>
+<li>í¸ì¤í¸ ìì¤í
ì ì¢
ë£íë ¤ë©´ <uicontrol>ìì¤í
ì¢
ë£</uicontrol>를 ì íí©ëë¤.</li>
+<li>í¸ì¤í¸ ìì¤í
ì ë¤ì ììíë ¤ë©´ <uicontrol>ë¤ì ìì</uicontrol>ì ì íí©ëë¤.</li>
+<li>ì´ë¯¸ ì°ê²°ëì´ ìì§ ìì ê²½ì°, í¸ì¤í¸ ìì¤í
ì ëí VNC ì°ê²°ì ììíë ¤ë©´ <uicontrol>ì°ê²°</uicontrol>ì ì íí©ëë¤.</li>
+</ul></p>
+<p>í¸ì¤í¸ì ëí ì 보를 íìíë ¤ë©´ ë¤ì ì¹ì
ì í´ë¦íììì¤.<dl>
+<dlentry>
+<dt>기본 ì ë³´</dt>
+<dd>ì´ ì¹ì
ìë í¸ì¤í¸ ì´ì ì²´ì ë°°í¬, ë²ì , ì½ë ì´ë¦, íë¡ì¸ì ì í, ë©ëª¨ë¦¬ ì©ë(GB) ë±ì´ íìë©ëë¤.</dd>
+</dlentry><dlentry>
+<dt>ìì¤í
íµê³</dt>
+<dd>ì´ ì¹ì
ìë í¸ì¤í¸ì CPU, ë©ëª¨ë¦¬, ëì¤í¬ I/O, ë¤í¸ìí¬ I/Oì ëí íµê³ë¥¼ íìíë ê·¸ëíê° íìë©ëë¤. í¸ì¤í¸ íì ë ë¬ì ë ë°ì´í° ìì§ì ê³ìíë ¤ë©´ <uicontrol>ì´ íì´ì§ë¥¼ ë ë íì ë°ì´í° ìì§</uicontrol>ì ì íí©ëë¤.</dd>
+</dlentry><dlentry>
+<dt>ìíí¸ì¨ì´ ì
ë°ì´í¸</dt>
+<dd>ì´ ì¹ì
ìë í¨í¤ì§ ì´ë¦, ë²ì , ìí¤í
ì², ì ì¥ì를 ë¹ë¡¯íì¬ ì¬ì© ê°ë¥í ì
ë°ì´í¸ê° ìë 모ë í¨í¤ì§ì ëí ì ë³´ê° íìë©ëë¤. <uicontrol>모ë ì
ë°ì´í¸</uicontrol>를 ì ííì¬ ëì´ë 모ë í¨í¤ì§ë¥¼ ì
ë°ì´í¸í ì ììµëë¤. ì
ë°ì´í¸ì ëí´ ê°ë³ í¨í¤ì§ë¥¼ ì íí ìë ììµëë¤.</dd>
+</dlentry><dlentry>
+<dt>ì ì¥ì</dt>
+<dd>ì´ ì¹ì
ìë í¸ì¤í¸ ìì¤í
ê³¼ ì°ê´ë ì ì¥ìê° íìë©ëë¤. ì ì¥ì를 ì¶ê°íê±°ë, ì¬ì©ì¼ë¡ ì¤ì íê±°ë, í¸ì§íê±°ë, ì ê±°í ì ììµëë¤. ì ì¥ì를 ì¶ê°íë©´ ì ì¥ìê° í¸ì¤í¸ ìì¤í
ê³¼ ì°ê´ëë©°, ì ì¥ì를 ì¬ì©ì¼ë¡ ì¤ì íë©´ í¸ì¤í¸ê° ì ì¥ìì ì¡ì¸ì¤í ì ììµëë¤. í´ë¹ ìì¤í
ì´ Red Hat Enterprise Linux ëë Fedoraì¸ ê²½ì°, <filepath>yum</filepath> ì ì¥ì를 ì¶ê°í ì ììµëë¤.
+í´ë¹ ìì¤í
ì´ Ubuntu ëë Debianì¸ ê²½ì°, <filepath>deb</filepath> ì ì¥ì를 ì¶ê°íììì¤.<p>yum ì ì¥ìë¡ ìì
íë ê²½ì°, GPG ê²ì¬ë¥¼ ì¶ê°íì¬ ì´ ì ì¥ìì í¨í¤ì§ê° ììëì§ ììëì§ íì¸í ì ììµëë¤.
+ì ì¥ì를 ì íí í <uicontrol>í¸ì§</uicontrol>ì ì ííììì¤. <uicontrol>ì</uicontrol>를 ì ííì¬ GPG ê²ì¬ë¥¼ ì¬ì©ì¼ë¡ ì¤ì í í ì ì¥ìì ëí GPG í¤ íì¼ì URLì ì
ë ¥íììì¤.</p></dd>
+</dlentry><dlentry>
+<dt>ëë²ê·¸ ë³´ê³ ì</dt>
+<dd>ì´ ì¹ì
ìë ì´ë¦ ë° íì¼ ê²½ë¡ë¥¼ í¬í¨í ëë²ê·¸ ë³´ê³ ìê° íìë©ëë¤.
+ì ë³´ê³ ì ìì±, 기존 ë³´ê³ ì ì´ë¦ ë°ê¾¸ê¸°, ì ê±°, ë¤ì´ë¡ë ë±ì ìµì
ì¤ìì ì íí ì ììµëë¤.<p>ëë²ê·¸ ë³´ê³ ìë <cmdname>sosreport</cmdname> ëª
ë ¹ì ì¬ì©íì¬ ìì±ë©ëë¤. ì´ë Red Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>, Fedora ë° Ubuntu ë°°í¬ìì ì¬ì© ê°ë¥í©ëë¤. ì´ ëª
ë ¹ì êµ¬ì± ë° ì§ë¨ ì ë³´(ì: ì¤í ì¤ì¸ 커ë ë²ì , ë¡ëë 모ë, ìì¤í
ë° ìë¹ì¤ êµ¬ì± íì¼)를 í¬í¨íë .tar íì¼ì ìì±í©ëë¤.
+ëí ì´ ëª
ë ¹ì ì¸ë¶ íë¡ê·¸ë¨ì ì¤ííì¬ ì¶ê° ì 보를 ìì§íê³ ê²°ê³¼ ìì¹´ì´ë¸ì ì´ ì¶ë ¥ì ì ì¥í©ëë¤.</p> </dd>
+</dlentry></dl></p>
+</csbody>
+<?tm 1392659967 1?>
+</cshelp>
+
+
+<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
+<!-- T9N_SRC_ID 232 -->
+<!-- T9N_SH1P_STR1NG KVM21AAP001 3 -->
diff --git a/plugins/gingerbase/ui/pages/help/pt_BR/Makefile.am b/plugins/gingerbase/ui/pages/help/pt_BR/Makefile.am
new file mode 100644
index 0000000..afb77db
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/pt_BR/Makefile.am
@@ -0,0 +1,26 @@
+#
+# Ginger Base
+#
+# Copyright IBM Corp, 2015
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+pt_BR_helpdir = $(datadir)/wok/plugins/gingerbase/ui/pages/help/pt_BR
+
+dist_pt_BR_help_DATA = $(wildcard *.html) $(NULL)
+
+EXTRA_DIST = $(wildcard *.dita)
+
+CLEANFILES = $(wildcard *.html)
diff --git a/plugins/gingerbase/ui/pages/help/pt_BR/host.dita b/plugins/gingerbase/ui/pages/help/pt_BR/host.dita
new file mode 100644
index 0000000..88f7eb2
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/pt_BR/host.dita
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Arbortext, Inc., 1988-2011, v.4002-->
+<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
+ "..\dtd\cshelp.dtd">
+
+
+<!--This DITA specialized document type is not supported by the Authoring Tools development team.
+For support please see:
+https://w3.opensource.ibm.com/projects/dita-cshelp/-->
+<cshelp id="kimhhost" xml:lang="pt-br">
+<title>Host</title>
+<shortdesc>A página <wintitle>Host</wintitle> mostra informações sobre
+o sistema host e permite encerrar, reiniciar e conectar
+ao host.</shortdesc>
+<csbody>
+<p>à possÃvel executar as ações a segur no host:<ul>
+<li>Selecione <uicontrol>Encerrar</uicontrol> para encerrar o sistema
+host.</li>
+<li>Selecione <uicontrol>Reiniciar</uicontrol> para reiniciar o sistema host.</li>
+<li>Selecione <uicontrol>Conectar</uicontrol> para abrir uma conexão VNC
+para o sistema host, se ele já não estiver conectado.</li>
+</ul></p>
+<p>Clique nas seções a seguir para exibir informações sobre o host:<dl>
+<dlentry>
+<dt>Informações básicas</dt>
+<dd>Esta seção exibe a distribuição do sistema operacional do host,
+a versão e o nome do código, bem como o tipo de processador e quantia de
+memória em GB.</dd>
+</dlentry><dlentry>
+<dt>EstatÃsticas do sistema</dt>
+<dd>Esta seção exibe gráficos para mostrar estatÃsticas para CPU, memória,
+E/S de disco e E/S de rede para o host. Selecione <uicontrol>Coletando
+dados depois de sair desta página</uicontrol> para continuar a coletar dados
+quando a guia do host estiver fora de visualização.</dd>
+</dlentry><dlentry>
+<dt>Atualizações de software</dt>
+<dd>Esta seção exibe informações de todos os pacotes que
+possuem atualizações disponÃveis, incluindo nome do pacote, versão, arquitetura
+e repositório. à possÃvel atualizar todos os pacotes listados selecionando <uicontrol>Atualizar
+todos</uicontrol>. Não é possÃvel selecionar pacotes individuais para atualizações.</dd>
+</dlentry><dlentry>
+<dt>Repositórios</dt>
+<dd>Esta seção exibe repositórios que estão associados ao
+sistema host. à possÃvel incluir, ativar, editar ou remover repositórios. Incluir
+um repositório o associa com o sistema host enquanto ativar um repositório
+permite que o host o acesse. Se o seu sistema for Red Hat Enterprise
+Linux ou Fedora, será possÃvel incluir repositórios <filepath>yum</filepath>.
+Se o seu sistema for Ubuntu ou Debian, inclua repositórios <filepath>deb</filepath>.<p>Se
+você estiver trabalhando com repositórios yum, será possÃvel incluir uma verificação de GPG para
+verificar se um pacote desse repositório não foi corrompido.
+Selecione um repositório e, em seguida, <uicontrol>Editar</uicontrol>. Selecione <uicontrol>Sim</uicontrol> para
+ativar a Verificação de GPG e, em seguida, insira uma URL no arquivo-chave de GPG para o
+repositório.</p></dd>
+</dlentry><dlentry>
+<dt>Relatórios de depuração</dt>
+<dd>Esta seção exibe relatórios de depuração, incluindo nome e caminho do arquivo.
+à possÃvel selecionar a partir das opções para gerar um novo relatório ou renomear, remover
+ou fazer o download de um relatório existente.<p>O relatório de depuração é gerado usando
+o comando <cmdname>sosreport</cmdname>. Ele está disponÃvel para distribuições
+Red Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>, Fedora
+e Ubuntu. O comando gera um arquivo .tar que contém
+informações de configuração e de diagnóstico, como versão do kernel
+em execução, módulos carregados e arquivos de configuração de sistema e de serviço.
+O comando também executa programas externos para coletar informações adicionais
+e armazena essa saÃda no archive resultante.</p> </dd>
+</dlentry></dl></p>
+</csbody>
+<?tm 1392659967 1?>
+</cshelp>
+
+
+<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
+<!-- T9N_SRC_ID 232 -->
+<!-- T9N_SH1P_STR1NG KVM21AAP001 3 -->
diff --git a/plugins/gingerbase/ui/pages/help/ru_RU/Makefile.am b/plugins/gingerbase/ui/pages/help/ru_RU/Makefile.am
new file mode 100644
index 0000000..7f1bc1c
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/ru_RU/Makefile.am
@@ -0,0 +1,26 @@
+#
+# Ginger Base
+#
+# Copyright IBM Corp, 2015
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+ru_RU_helpdir = $(datadir)/wok/plugins/gingerbase/ui/pages/help/ru_RU
+
+dist_ru_RU_help_DATA = $(wildcard *.html) $(NULL)
+
+EXTRA_DIST = $(wildcard *.dita)
+
+CLEANFILES = $(wildcard *.html)
diff --git a/plugins/gingerbase/ui/pages/help/ru_RU/host.dita b/plugins/gingerbase/ui/pages/help/ru_RU/host.dita
new file mode 100644
index 0000000..fb72c21
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/ru_RU/host.dita
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Arbortext, Inc., 1988-2011, v.4002-->
+<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
+ "..\dtd\cshelp.dtd">
+
+
+<!--This DITA specialized document type is not supported by the Authoring Tools development team.
+For support please see:
+https://w3.opensource.ibm.com/projects/dita-cshelp/-->
+<cshelp id="kimhhost" xml:lang="ru-ru">
+<title>ХоÑÑ</title>
+<shortdesc>СÑÑаниÑа <wintitle>ХоÑÑ</wintitle> показÑÐ²Ð°ÐµÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ ÑиÑÑеме Ñ
оÑÑа и позволÑÐµÑ Ð¾ÑÑанавливаÑÑ Ñ
оÑÑ, пеÑезапÑÑкаÑÑ Ñ
оÑÑ Ð¸ подклÑÑаÑÑÑÑ Ðº немÑ.</shortdesc>
+<csbody>
+<p>Ðа Ñ
оÑÑе можно вÑполнÑÑÑ ÑледÑÑÑие дейÑÑвиÑ:<ul>
+<li><uicontrol>ÐавеÑÑиÑÑ ÑабоÑÑ</uicontrol> - оÑÑановиÑÑ ÑиÑÑÐµÐ¼Ñ Ñ
оÑÑа.</li>
+<li><uicontrol>ÐеÑезапÑÑÑиÑÑ</uicontrol> - пеÑезапÑÑÑиÑÑ ÑиÑÑÐµÐ¼Ñ Ñ
оÑÑа.</li>
+<li><uicontrol>ÐодклÑÑиÑÑÑÑ</uicontrol> - оÑкÑÑÑÑ Ñоединение VNC Ñ ÑиÑÑемой Ñ
оÑÑа, еÑли оно еÑе не ÑÑÑановлено.</li>
+</ul></p>
+<p>ЩелкниÑе на ÑледÑÑÑиÑ
ÑазделаÑ
Ð´Ð»Ñ Ð¿ÑоÑмоÑÑа инÑоÑмаÑии о Ñ
оÑÑе:<dl>
+<dlentry>
+<dt>ÐÐ°Ð·Ð¾Ð²Ð°Ñ Ð¸Ð½ÑоÑмаÑиÑ</dt>
+<dd>Ð ÑÑом Ñазделе показÑваеÑÑÑ Ð²Ð°ÑÐ¸Ð°Ð½Ñ Ð¾Ð¿ÐµÑаÑионной ÑиÑÑемÑ, его веÑÑÐ¸Ñ Ð¸ кодовое имÑ, а Ñакже Ñип пÑоÑеÑÑоÑа и обÑем памÑÑи в ÐÐ.</dd>
+</dlentry><dlentry>
+<dt>СиÑÑÐµÐ¼Ð½Ð°Ñ ÑÑаÑиÑÑика</dt>
+<dd>Ð ÑÑом Ñазделе показÑваÑÑÑÑ Ð³ÑаÑики, оÑÑажаÑÑие ÑÑаÑиÑÑиÑеÑкÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ пÑоÑеÑÑоÑе, памÑÑи, диÑковом вводе-вÑводе и ÑеÑевом вводе-вÑводе Ð´Ð»Ñ Ñ
оÑÑа. ÐÑбеÑиÑе <uicontrol>Ð¡Ð±Ð¾Ñ Ð´Ð°Ð½Ð½ÑÑ
поÑле закÑÑÑÐ¸Ñ ÑÑой ÑÑÑаниÑÑ</uicontrol>, ÑÑÐ¾Ð±Ñ ÑÐ±Ð¾Ñ Ð´Ð°Ð½Ð½ÑÑ
пÑодолжалÑÑ Ð¿Ð¾Ñле закÑÑÑÐ¸Ñ Ð²ÐºÐ»Ð°Ð´ÐºÐ¸ ХоÑÑ.</dd>
+</dlentry><dlentry>
+<dt>ÐÐ±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿ÑогÑаммного обеÑпеÑениÑ</dt>
+<dd>Ð ÑÑом Ñазделе показÑваеÑÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð±Ð¾ вÑеÑ
пакеÑаÑ
, Ð´Ð»Ñ ÐºÐ¾ÑоÑÑÑ
доÑÑÑÐ¿Ð½Ñ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ, вклÑÑÐ°Ñ Ð¸Ð¼Ñ Ð¿Ð°ÐºÐµÑа, веÑÑиÑ, аÑÑ
иÑекÑÑÑÑ Ð¸ Ñ
ÑанилиÑе. Ðожно обновиÑÑ Ð²Ñе пакеÑÑ Ð² ÑпиÑке ÑелÑком на <uicontrol>ÐбновиÑÑ Ð²Ñе</uicontrol>. ÐÑделÑнÑе пакеÑÑ Ð´Ð»Ñ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð²ÑбÑаÑÑ Ð½ÐµÐ»ÑзÑ.</dd>
+</dlentry><dlentry>
+<dt>Ð¥ÑанилиÑа</dt>
+<dd>Ð ÑÑом Ñазделе показÑваÑÑÑÑ Ñ
ÑанилиÑа, ÑвÑзаннÑе Ñ ÑиÑÑемой Ñ
оÑÑа. Ð¥ÑанилиÑа можно добавлÑÑÑ, акÑивиÑоваÑÑ, изменÑÑÑ Ð¸ ÑдалÑÑÑ. ÐÑи добавлении Ñ
ÑанилиÑе ÑвÑзÑваеÑÑÑ Ñ ÑиÑÑемой Ñ
оÑÑа, пÑи акÑиваÑии Ñ
ÑанилиÑе ÑÑановиÑÑÑ Ð´Ð¾ÑÑÑпнÑм Ð´Ð»Ñ Ñ
оÑÑа. ÐÑли ÑиÑÑема - Red Hat Enterprise Linux или Fedora, можно добавиÑÑ Ñ
ÑанилиÑа <filepath>yum</filepath>.
+ÐÑли ÑиÑÑема - Ubuntu или Debian, добавÑÑе Ñ
ÑанилиÑа <filepath>deb</filepath>.<p>ÐÑи ÑабоÑе Ñ Ñ
ÑанилиÑами yum можно добавиÑÑ Ð¿ÑовеÑÐºÑ GPG Ð´Ð»Ñ Ð¿ÑовеÑки ÑелоÑÑноÑÑи пакеÑов из данного Ñ
ÑанилиÑа.
+ÐÑбеÑиÑе Ñ
ÑанилиÑе и ÑелкниÑе на <uicontrol>ÐзмениÑÑ</uicontrol>. ÐÑбеÑиÑе <uicontrol>Ðа</uicontrol>, ÑÑÐ¾Ð±Ñ Ð²ÐºÐ»ÑÑиÑÑ Ð¿ÑовеÑÐºÑ GPG, и введиÑе URL Ñайла клÑÑей GPG Ð´Ð»Ñ Ñ
ÑанилиÑа.</p></dd>
+</dlentry><dlentry>
+<dt>ÐÑладоÑнÑе оÑÑеÑÑ</dt>
+<dd>Ð ÑÑом Ñазделе показÑваÑÑÑÑ Ð¾ÑладоÑнÑе оÑÑеÑÑ, вклÑÑÐ°Ñ Ð¸Ð¼Ñ Ð¸ пÑÑÑ.
+ÐоÑÑÑÐ¿Ð½Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ Ð´Ð»Ñ ÑозданиÑ, пеÑеименованиÑ, ÑÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ð¸ загÑÑзки оÑÑеÑов.<p>ÐÑладоÑнÑй оÑÑÐµÑ ÑоздаеÑÑÑ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð¾Ð¹ <cmdname>sosreport</cmdname>. Ðн доÑÑÑпен Ð´Ð»Ñ Red
+Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>, Fedora и Ubuntu. Ðоманда ÑÐ¾Ð·Ð´Ð°ÐµÑ Ñайл .tar Ñ ÐºÐ¾Ð½ÑигÑÑаÑионной и диагноÑÑиÑеÑкой инÑоÑмаÑией, Ñакой как веÑÑÐ¸Ñ ÑдÑа, загÑÑженнÑе модÑли и ÑÐ°Ð¹Ð»Ñ ÐºÐ¾Ð½ÑигÑÑаÑии ÑиÑÑÐµÐ¼Ñ Ð¸ ÑлÑжб.
+Ðоманда Ñакже вÑполнÑÐµÑ Ð²Ð½ÐµÑние пÑогÑÐ°Ð¼Ð¼Ñ Ð´Ð»Ñ ÑбоÑа дополниÑелÑной инÑоÑмаÑии и ÑоÑ
ÑанÑÐµÑ Ð¸Ñ
вÑвод в ÑезÑлÑÑиÑÑÑÑем аÑÑ
иве.</p> </dd>
+</dlentry></dl></p>
+</csbody>
+<?tm 1392659967 1?>
+</cshelp>
+
+
+<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
+<!-- T9N_SRC_ID 232 -->
+<!-- T9N_SH1P_STR1NG KVM21AAP001 3 -->
diff --git a/plugins/gingerbase/ui/pages/help/zh_CN/Makefile.am b/plugins/gingerbase/ui/pages/help/zh_CN/Makefile.am
new file mode 100644
index 0000000..9cb5a0c
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/zh_CN/Makefile.am
@@ -0,0 +1,26 @@
+#
+# Ginger Base
+#
+# Copyright IBM Corp, 2015
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+zh_CN_helpdir = $(datadir)/wok/plugins/gingerbase/ui/pages/help/zh_CN
+
+dist_zh_CN_help_DATA = $(wildcard *.html) $(NULL)
+
+EXTRA_DIST = $(wildcard *.dita)
+
+CLEANFILES = $(wildcard *.html)
diff --git a/plugins/gingerbase/ui/pages/help/zh_CN/host.dita b/plugins/gingerbase/ui/pages/help/zh_CN/host.dita
new file mode 100644
index 0000000..78a89c3
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/zh_CN/host.dita
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Arbortext, Inc., 1988-2011, v.4002-->
+<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
+ "..\dtd\cshelp.dtd">
+
+
+<!--This DITA specialized document type is not supported by the Authoring Tools development team.
+For support please see:
+https://w3.opensource.ibm.com/projects/dita-cshelp/-->
+<cshelp id="kimhhost" xml:lang="zh-cn">
+<title>主æº</title>
+<shortdesc>â<wintitle>主æº</wintitle>â页é¢æ¾ç¤ºæå
³ä¸»æºç³»ç»çä¿¡æ¯ï¼å¹¶ä¸å
许æ¨å¯¹ä¸»æºè¿è¡å
³éãå¯å¨åè¿æ¥ã</shortdesc>
+<csbody>
+<p>å¯å¯¹ä¸»æºæ§è¡ä»¥ä¸æä½ï¼<ul>
+<li>éæ©<uicontrol>å
³é</uicontrol>以å
³é主æºç³»ç»ã</li>
+<li>éæ©<uicontrol>éæ°å¯å¨</uicontrol>以éæ°å¯å¨ä¸»æºç³»ç»ã</li>
+<li>éæ©<uicontrol>è¿æ¥</uicontrol>以æå¼ä¸ä¸»æºç³»ç»ç VNC è¿æ¥ï¼å¦æå°æªè¿æ¥ï¼ã</li>
+</ul></p>
+<p>åå»ä»¥ä¸é¨å以æ¾ç¤ºæå
³ä¸»æºçä¿¡æ¯ï¼<dl>
+<dlentry>
+<dt>åºæ¬ä¿¡æ¯</dt>
+<dd>æ¬é¨åæ¾ç¤ºä¸»æºæä½ç³»ç»ååçãçæ¬å代ç å称以åå¤çå¨ç±»ååå
åéï¼ä»¥ GB 计ï¼ã</dd>
+</dlentry><dlentry>
+<dt>ç³»ç»ç»è®¡ä¿¡æ¯</dt>
+<dd>æ¬é¨åæ¾ç¤ºå¾å½¢ï¼ä»¥æ¾ç¤ºä¸»æºæå
³ CPUãå
åãç£ç I/O åç½ç» I/O çç»è®¡ä¿¡æ¯ãéæ©<uicontrol>离å¼æ¤é¡µé¢ä¹åæ¶éæ°æ®</uicontrol>以继ç»å¨ä¸»æºé项å¡ä¸å¨è§å¾ä¸æ¶æ¶éæ°æ®ã</dd>
+</dlentry><dlentry>
+<dt>软件æ´æ°</dt>
+<dd>æ¬é¨åæ¾ç¤ºææ´æ°å¯ç¨çææ软件å
çä¿¡æ¯ï¼å
¶ä¸å
æ¬è½¯ä»¶å
å称ãçæ¬ãä½ç³»ç»æååå¨åºãå¯éè¿éæ©<uicontrol>å
¨é¨æ´æ°</uicontrol>æ¥æ´æ°æå示çææ软件å
ãä¸è½é对æ´æ°éæ©å个软件å
ã</dd>
+</dlentry><dlentry>
+<dt>åå¨åº</dt>
+<dd>æ¬é¨åæ¾ç¤ºä¸ä¸»æºç³»ç»å
³èçåå¨åºãæ¨å¯ä»¥æ·»å ãå¯ç¨ãç¼è¾æé¤å»åå¨åºãå½å¯ç¨åå¨åºä¼å
许主æºå¯¹å
¶è¿è¡è®¿é®æ¶ï¼æ·»å åå¨åºä¼å°å
¶ä¸ä¸»æºç³»ç»å
³èãå¦ææ¨çç³»ç»ä¸º Red Hat Enterprise Linux æ Fedoraï¼é£ä¹å¯æ·»å <filepath>yum</filepath> åå¨åºãå¦ææ¨çç³»ç»ä¸º Ubuntu æ Debianï¼é£ä¹è¯·æ·»å <filepath>deb</filepath> åå¨åºã<p>å¦æè¦å¤ç Yum åå¨åºï¼æ¨å¯ä»¥æ·»å GPG æ£æ¥ä»¥éªè¯æ¤åå¨åºä¸ç软件å
æ¯å¦å·²æåãéæ©ä¸ä¸ªåå¨åºï¼ç¶åéæ©<uicontrol>ç¼è¾</uicontrol>ãéæ©<uicontrol>æ¯</uicontrol>以å¯ç¨ GPG æ£æ¥ï¼ç¶åè¾å
¥åå¨åºä¸ GPG å¯é¥æ件ç URLã</p></dd>
+</dlentry><dlentry>
+<dt>è°è¯æ¥å</dt>
+<dd>æ¬é¨åæ¾ç¤ºè°è¯æ¥åï¼å
¶ä¸å
æ¬å称åæ件路å¾ãæ¨å¯ä»¥ä»é项ä¸è¿è¡éæ©ä»¥çææ°æ¥åï¼æè
对ç°ææ¥åè¿è¡éå½åãé¤å»æä¸è½½ã<p>è°è¯æ¥åå°ä½¿ç¨
+<cmdname>sosreport</cmdname> å½ä»¤çæã该æ¥åå¯ç¨äº Red
+Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>ãFedora å Ubuntu ååçã该å½ä»¤å°çæå
å«é
ç½®åè¯æä¿¡æ¯ç .tar æ件ï¼ä¾å¦ï¼æ£å¨è¿è¡çå
æ ¸çæ¬ãå·²è£
å
¥ç模å以åç³»ç»åæå¡é
ç½®æ件ã该å½ä»¤è¿ä¼è¿è¡å¤é¨ç¨åºä»¥æ¶éæ´å¤ä¿¡æ¯å¹¶å°æ¤è¾åºåå¨å¨çæçå½æ¡£ä¸ã</p> </dd>
+</dlentry></dl></p>
+</csbody>
+<?tm 1392659967 1?>
+</cshelp>
+
+
+<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
+<!-- T9N_SRC_ID 232 -->
+<!-- T9N_SH1P_STR1NG KVM21AAP001 3 -->
diff --git a/plugins/gingerbase/ui/pages/help/zh_TW/Makefile.am b/plugins/gingerbase/ui/pages/help/zh_TW/Makefile.am
new file mode 100644
index 0000000..e27b90b
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/zh_TW/Makefile.am
@@ -0,0 +1,26 @@
+#
+# Ginger Base
+#
+# Copyright IBM Corp, 2015
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+zh_TW_helpdir = $(datadir)/wok/plugins/gingerbase/ui/pages/help/zh_TW
+
+dist_zh_TW_help_DATA = $(wildcard *.html) $(NULL)
+
+EXTRA_DIST = $(wildcard *.dita)
+
+CLEANFILES = $(wildcard *.html)
diff --git a/plugins/gingerbase/ui/pages/help/zh_TW/host.dita b/plugins/gingerbase/ui/pages/help/zh_TW/host.dita
new file mode 100644
index 0000000..a55aae4
--- /dev/null
+++ b/plugins/gingerbase/ui/pages/help/zh_TW/host.dita
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Arbortext, Inc., 1988-2011, v.4002-->
+<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
+ "..\dtd\cshelp.dtd">
+
+
+<!--This DITA specialized document type is not supported by the Authoring Tools development team.
+For support please see:
+https://w3.opensource.ibm.com/projects/dita-cshelp/-->
+<cshelp id="kimhhost" xml:lang="zh-tw">
+<title>主æ©</title>
+<shortdesc>ã<wintitle>主æ©</wintitle>ãé é¢æ顯示主æ©ç³»çµ±çç¸éè³è¨ï¼ä¸¦å®¹è¨±æ¨ééãéæ°åå以åé£æ¥å°ä¸»æ©ã</shortdesc>
+<csbody>
+<p>æ¨å¯ä»¥éå°ä¸»æ©å·è¡ä¸ååä½ï¼<ul>
+<li>é¸å<uicontrol>éé</uicontrol>以éé主æ©ç³»çµ±ã</li>
+<li>é¸å<uicontrol>éæ°åå</uicontrol>以éæ°åå主æ©ç³»çµ±ã</li>
+<li>é¸å<uicontrol>é£æ¥</uicontrol>以éåè主æ©ç³»çµ±ç VNC é£ç·ï¼å¦æå°æªé£ç·å°ä¸»æ©ç³»çµ±ï¼ã</li>
+</ul></p>
+<p>æä¸ä¸ä¸åå段以顯示主æ©çç¸éè³è¨ï¼<dl>
+<dlentry>
+<dt>åºæ¬è³è¨</dt>
+<dd>æ¤å段æ顯示主æ©ä½æ¥ç³»çµ±ç¼è¡å¥ä»¶ãçæ¬ãç¨å¼ç¢¼å稱ãèçå¨é¡å以åè¨æ¶é«æ¸é (GB)ã</dd>
+</dlentry><dlentry>
+<dt>系統統è¨è³æ</dt>
+<dd>æ¤å段æ顯示ä¸äºåå½¢ï¼ä»¥é¡¯ç¤ºä¸»æ©ç CPUãè¨æ¶é«ãç£ç¢ I/O å網路 I/O ççµ±è¨è³æãé¸å<uicontrol>é¢éæ¤é é¢ä¹å¾æ¶éè³æ</uicontrol>以å¨ä¸»æ©æ¨ç±¤å¾è¦ç·ä¸æ¶å¤±ä¹å¾ç¹¼çºæ¶éè³æã</dd>
+</dlentry><dlentry>
+<dt>è»é«æ´æ°</dt>
+<dd>æ¤å段æ顯示å
·æå¯ç¨æ´æ°çææå¥ä»¶çç¸éè³è¨ï¼å
æ¬å¥ä»¶å稱ãçæ¬ãæ¶æ§åå²å庫ãæ¨å¯ä»¥ééé¸å<uicontrol>å
¨é¨æ´æ°</uicontrol>ä¾æ´æ°ææååºçå¥ä»¶ãä¸è½é¸ååå¥å¥ä»¶ä»¥é²è¡æ´æ°ã</dd>
+</dlentry><dlentry>
+<dt>å²å庫</dt>
+<dd>æ¤å段æ顯示è主æ©ç³»çµ±ç¸éè¯çå²å庫ãæ¨å¯ä»¥æ°å¢ãåç¨ã編輯æ移é¤å²å庫ãæ°å¢å²å庫å¯ä½¿å®è主æ©ç³»çµ±ç¸éè¯ï¼èåç¨å²å庫å容許主æ©ååå²å庫ãå¦ææ¨ç系統æ¯
+Red Hat Enterprise Linux æ Fedoraï¼åå¯ä»¥æ°å¢ <filepath>yum</filepath> å²å庫ãå¦ææ¨ç系統æ¯
+Ubuntu æ Debianï¼åå¯ä»¥æ°å¢ <filepath>deb</filepath> å²å庫ã<p>å¦ææ¨æ£å¨ä½¿ç¨
+yum å²å庫ï¼åå¯ä»¥æ°å¢ GPG 檢æ¥ä»¥é©èæ¤å²å庫ä¸çæåå¥ä»¶æ¯å¦æªæ¯æãé¸åå²å庫ï¼ç¶å¾é¸å<uicontrol>編輯</uicontrol>ãé¸å<uicontrol>æ¯</uicontrol>以åç¨
+GPG 檢æ¥ï¼ç¶å¾è¼¸å
¥å²å庫ç GPG éé°æªç URLã</p></dd>
+</dlentry><dlentry>
+<dt>é¤é¯å ±å</dt>
+<dd>æ¤å段顯示é¤é¯å ±åï¼å
æ¬å稱åæªæ¡è·¯å¾ãæ¨å¯ä»¥é¸åé¸é
以ç¢çæ°å ±åãææ¯éæ°å½åã移é¤æä¸è¼ç¾æå ±åã<p>é¤é¯å ±åæ¯ä½¿ç¨
+<cmdname>sosreport</cmdname> æ令ç¢ççã該æ令å¯ç¨æ¼ Red
+Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>ãFedora
+å Ubuntu ç¼è¡å¥ä»¶ã該æ令æç¢ç .tar æªæ¡ï¼å
¶å
å«é
ç½®è診æ·è³è¨ï¼ä¾å¦å·è¡ä¸çæ ¸å¿çæ¬ãå·²è¼å
¥æ¨¡çµä»¥å系統åæåé
ç½®æªæ¡ã該æ令éæå·è¡å¤é¨ç¨å¼ä¾æ¶éæ´å¤è³è¨ä¸¦å°æ¤è¼¸åºå²åå¨ç¢ççä¿åæªä¸ã</p> </dd>
+</dlentry></dl></p>
+</csbody>
+<?tm 1392659967 1?>
+</cshelp>
+
+
+<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
+<!-- T9N_SRC_ID 232 -->
+<!-- T9N_SH1P_STR1NG KVM21AAP001 3 -->
diff --git a/plugins/kimchi/ui/pages/help/de_DE/host.dita b/plugins/kimchi/ui/pages/help/de_DE/host.dita
deleted file mode 100644
index 33a40e3..0000000
--- a/plugins/kimchi/ui/pages/help/de_DE/host.dita
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--Arbortext, Inc., 1988-2011, v.4002-->
-<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
- "..\dtd\cshelp.dtd">
-
-
-<!--This DITA specialized document type is not supported by the Authoring Tools development team.
-For support please see:
-https://w3.opensource.ibm.com/projects/dita-cshelp/-->
-<cshelp id="kimhhost" xml:lang="de-de">
-<title>Host</title>
-<shortdesc>Die Seite <wintitle>Host</wintitle> zeigt Informationen zum Hostsystem an und ermöglicht Ihnen, den Host herunterzufahren, erneut zu starten und eine Verbindung zu ihm herzustellen.</shortdesc>
-<csbody>
-<p>Sie können die folgenden Aktionen am Host durchführen:<ul>
-<li>Wählen Sie <uicontrol>Herunterfahren</uicontrol> aus, um das Hostsystem herunterzufahren.</li>
-<li>Wählen Sie <uicontrol>Erneut starten</uicontrol> aus, um das Hostsystem erneut zu starten.</li>
-<li>Wählen Sie <uicontrol>Verbinden</uicontrol> aus, um eine VNC-Verbindung zum Hostsystem herzustellen, wenn noch keine Verbindung besteht.</li>
-</ul></p>
-<p>Klicken Sie auf die folgenden Abschnitte, um Informationen zum Host anzuzeigen:<dl>
-<dlentry>
-<dt>Basisinformationen</dt>
-<dd>Dieser Abschnitt zeigt die Verteilung, die Version und den Codenamen des Hostbetriebssystems sowie den Prozessortyp und die Speicherkapazität in GB an.</dd>
-</dlentry><dlentry>
-<dt>Systemstatistik</dt>
-<dd>Dieser Abschnitt zeigt mithilfe von Grafiken Statistiken für CPU, Speicher, Platten-E/A und Netz-E/A für den Host an. Wählen Sie <uicontrol>Daten werden nach dem Verlassen dieser Seite gesammelt</uicontrol> aus, um mit der Sammlung von Daten fortzufahren, wenn die Host-Registerkarte nicht angezeigt wird.</dd>
-</dlentry><dlentry>
-<dt>Software-Updates</dt>
-<dd>Dieser Abschnitt zeigt Informationen für alle Pakete an, bei denen Aktualisierungen verfügbar sind, einschlieÃlich Paketname, Version, Architektur und Repository. Sie können alle aufgelisteten Pakete aktualisieren, indem Sie <uicontrol>Alle aktualisieren</uicontrol> auswählen. Sie können nicht einzelne Pakete zur Aktualisierung auswählen.</dd>
-</dlentry><dlentry>
-<dt>Repositorys</dt>
-<dd>Dieser Abschnitt zeigt Repositorys an, die dem Hostsystem zugeordnet sind. Sie können Repositorys hinzufügen, aktivieren, bearbeiten oder entfernen. Beim Hinzufügen wird ein Repository dem Hostsystem zugeordnet. Das Aktivieren eines Repositorys dagegen ermöglicht dem Host den Zugriff auf das Repository. Wenn Ihr System Red Hat Enterprise
-Linux oder Fedora ist, können Sie <filepath>yum</filepath>-Repositorys hinzufügen.
-Wenn Ihr System Ubuntu oder Debian ist, fügen Sie <filepath>deb</filepath>-Repositorys hinzu.<p>Wenn Sie mit yum-Repositorys arbeiten, können Sie eine GPG-Prüfung hinzufügen, um sicherzustellen, dass ein Paket aus diesem Repository nicht beschädigt wurde.
-Wählen Sie ein Repository und dann <uicontrol>Bearbeiten</uicontrol> aus. Wählen Sie <uicontrol>Ja</uicontrol> aus, um die GPG-Prüfung zu aktivieren, und geben Sie dann ein URL zur GPG-Schlüsseldatei für das Repository ein.</p></dd>
-</dlentry><dlentry>
-<dt>Debugberichte</dt>
-<dd>Dieser Abschnitt zeigt Debugberichte, einschlieÃlich Name und Dateipfad, an.
-Sie haben die Möglichkeit, einen neuen Bericht zu erstellen oder einen bestehenden Bericht umzubenennen, zu entfernen oder herunterzuladen.<p>Der Debugbericht wird während des Befehls <cmdname>sosreport</cmdname> generiert. Er ist verfügbar für Red Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>-, Fedora-
-und Ubuntu-Verteilungen. Der Befehl generiert eine .tar-Datei, die Konfigurations- und Diagnoseinformationen enthält, wie zum Beispiel Kernelversion, geladene Module sowie System- und Servicekonfigurationdateien.
-Der Befehl führt zudem externe Programme aus, um weitere Informationen zu sammeln, und speichert diese Ausgabe im resultierenden Archiv.</p> </dd>
-</dlentry></dl></p>
-</csbody>
-<?tm 1392659967 1?>
-</cshelp>
-
-
-<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
-<!-- T9N_SRC_ID 232 -->
-<!-- T9N_SH1P_STR1NG KVM21AAP001 3 -->
diff --git a/plugins/kimchi/ui/pages/help/en_US/host.dita b/plugins/kimchi/ui/pages/help/en_US/host.dita
deleted file mode 100644
index 0dcb670..0000000
--- a/plugins/kimchi/ui/pages/help/en_US/host.dita
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--Arbortext, Inc., 1988-2011, v.4002-->
-<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
- "..\dtd\cshelp.dtd">
-<?Pub Sty _display FontColor="red"?>
-<?Pub Inc?>
-<!--This DITA specialized document type is not supported by the Authoring Tools development team.
-For support please see:
-https://w3.opensource.ibm.com/projects/dita-cshelp/-->
-<cshelp id="kimhhost" xml:lang="en-us">
-<title>Host</title>
-<shortdesc>The <wintitle>Host</wintitle> page shows information about
-the host system, and allows you to shut down, restart, and connect
-to the host.</shortdesc>
-<csbody>
-<p>You can perform the following actions on the host:<ul>
-<li>Select <uicontrol>Shut down</uicontrol> to shut down the host
-system.</li>
-<li>Select <uicontrol>Restart</uicontrol> to restart the host system.</li>
-<li>Select <uicontrol>Connect</uicontrol> to open a VNC connection
-to the host system, if it is not already connected.</li>
-</ul></p>
-<p>Click the following sections to display information about the host:<dl>
-<dlentry>
-<dt>Basic information</dt>
-<dd>This section displays the host operating system distribution,
-version, and code name, as well as the processor type, the number of
-online CPUs and amount of memory in GB.</dd>
-</dlentry><dlentry>
-<dt>System statistics</dt>
-<dd>This section displays graphs to show statistics for CPU, memory,
-disk I/O, and network I/O for the host. Select <uicontrol>Collecting
-data after leaving this page</uicontrol> to continue collecting data
-when the host tab is out of view.</dd>
-</dlentry><dlentry>
-<dt>Software Updates</dt>
-<dd>This section displays information for all of the packages that
-have updates available, including package name, version, architecture,
-and repository. You can update all of the packages listed by selecting <uicontrol>Update
-All</uicontrol>. You cannot select individual packages for updates.</dd>
-</dlentry><dlentry>
-<dt>Repositories</dt>
-<dd>This section displays repositories that are associated with the
-host system. You can add, enable, edit, or remove repositories. Adding
-a repository associates it with the host system while enabling a repository
-allows the host to access it. If your system is Red Hat Enterprise
-Linux or Fedora, you can add <filepath>yum</filepath> repositories.
-If your system is Ubuntu or Debian, then add <filepath>deb</filepath> repositories.<p>If
-you are working with yum repositories, you can add a GPG check to
-verify that a package from this repository have not been corrupted.
-Select a repository and then <uicontrol>Edit</uicontrol>. Select <uicontrol>Yes</uicontrol> to
-enable GPG Check and then enter a URL to the GPG key file for the
-repository.</p><?Pub Caret 156?></dd>
-</dlentry><dlentry>
-<dt>Debug reports</dt>
-<dd>This section displays debug reports, including name and file path.
-You can select from options to generate a new report, or rename, remove,
-or download an existing report.<p>The debug report is generated using
-the <cmdname>sosreport</cmdname> command. It is available for Red
-Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>, Fedora,
-and Ubuntu distributions. The command generates a .tar file that contains
-configuration and diagnostic information, such as the running kernel
-version, loaded modules, and system and service configuration files.
-The command also runs external programs to collect further information
-and stores this output in the resulting archive.</p> </dd>
-</dlentry></dl></p>
-</csbody>
-<?tm 1392659967 1?>
-</cshelp>
-<?Pub *0000003492?>
diff --git a/plugins/kimchi/ui/pages/help/es_ES/host.dita b/plugins/kimchi/ui/pages/help/es_ES/host.dita
deleted file mode 100644
index 7734244..0000000
--- a/plugins/kimchi/ui/pages/help/es_ES/host.dita
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--Arbortext, Inc., 1988-2011, v.4002-->
-<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
- "..\dtd\cshelp.dtd">
-
-
-<!--This DITA specialized document type is not supported by the Authoring Tools development team.
-For support please see:
-https://w3.opensource.ibm.com/projects/dita-cshelp/-->
-<cshelp id="kimhhost" xml:lang="es-es">
-<title>Host</title>
-<shortdesc>La página <wintitle>Host</wintitle> muestra información sobre el sistema host y le permite concluir, reiniciar y conectar con el sistema principal.</shortdesc>
-<csbody>
-<p>Puede realizar las acciones siguientes en el host:<ul>
-<li>Seleccione <uicontrol>Concluir</uicontrol> para concluir el sistema host.</li>
-<li>Seleccione <uicontrol>Reiniciar</uicontrol> para reiniciar el sistema host.</li>
-<li>Seleccione <uicontrol>Conectar</uicontrol> para abrir una conexión VNC al sistema host, si no está conectado aún.</li>
-</ul></p>
-<p>Pulse en las secciones siguientes para visualizar información acerca del host:<dl>
-<dlentry>
-<dt>Información básica</dt>
-<dd>Esta sección muestra la distribución del sistema operativo de host, la versión y el nombre de código, asà como el tipo de procesador y la cantidad de memoria en GB.</dd>
-</dlentry><dlentry>
-<dt>EstadÃsticas del sistema</dt>
-<dd>Esta sección muestra gráficos para mostrar estadÃsticas para CPU, memoria, E/S de disco y E/S de red para el host. Seleccione <uicontrol>Recoger datos después de salir de esta página</uicontrol> para continuar la recogida de datos cuando la pestaña principal ya no está a la vista.</dd>
-</dlentry><dlentry>
-<dt>Actualizaciones de software</dt>
-<dd>En esta sección se muestra información para todos los paquetes que tienen actualizaciones disponibles, incluido el nombre de paquete, versión, arquitectura y repositorio. Puede actualizar todos los paquetes listados seleccionando <uicontrol>Actualizar todo</uicontrol>. No puede seleccionar paquetes individuales para las actualizaciones.</dd>
-</dlentry><dlentry>
-<dt>Repositorios</dt>
-<dd>En esta sección se muestran los repositorios que están asociados con el sistema host. Puede añadir, habilitar, editar o eliminar repositorios. Añadir un repositorio lo asocia con el sistema host mientras que habilitar un repositorio permite que el host acceda a él. Si el sistema es Red Hat Enterprise
-Linux o Fedora, puede añadir repositorios <filepath>yum</filepath>.
-Si el sistema es Ubuntu o Debian, añada repositorios <filepath>deb</filepath>.<p>Si está trabajando con repositorios yum, puede añadir una comprobación GPG para verificar que un paquete de este repositorio no ha resultado dañado.
-Seleccione un repositorio y, a continuación, <uicontrol>Editar</uicontrol>. Seleccione <uicontrol>SÃ</uicontrol> para habilitar la comprobación GPG y, a continuación, especifique un URL al archivo de claves GPG para el repositorio.</p></dd>
-</dlentry><dlentry>
-<dt>Informes de depuración</dt>
-<dd>En esta sección se muestran informes de depuración, incluido el nombre y la ruta de archivo.
-Puede seleccionar entre opciones para generar un informe nuevo, o bien redenominar, eliminar o descargar un informe existente.<p>El informe de depuración se genera utilizando el mandato <cmdname>sosreport</cmdname>. Está disponible para distribuciones de Red
-Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>, Fedora y Ubuntu. El mandato genera un archivo .tar que contiene la información de configuración y de diagnóstico, como la versión de kernel en ejecución, los módulos de carga y los archivos de configuración del sistema y servicio.
-El mandato también ejecuta programas externos para recopilar información adicional y almacena esta salida en el archivo resultante.</p> </dd>
-</dlentry></dl></p>
-</csbody>
-<?tm 1392659967 1?>
-</cshelp>
-
-
-<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
-<!-- T9N_SRC_ID 232 -->
-<!-- T9N_SH1P_STR1NG KVM21AAP001 3 -->
diff --git a/plugins/kimchi/ui/pages/help/fr_FR/host.dita b/plugins/kimchi/ui/pages/help/fr_FR/host.dita
deleted file mode 100644
index f4c330b..0000000
--- a/plugins/kimchi/ui/pages/help/fr_FR/host.dita
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--Arbortext, Inc., 1988-2011, v.4002-->
-<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
- "..\dtd\cshelp.dtd">
-
-
-<!--This DITA specialized document type is not supported by the Authoring Tools development team.
-For support please see:
-https://w3.opensource.ibm.com/projects/dita-cshelp/-->
-<cshelp id="kimhhost" xml:lang="fr-fr">
-<title>Hôte</title>
-<shortdesc>La page <wintitle>Hôte</wintitle> affiche des informations
-sur le système hôte et vous permet d'arrêter, de redémarrer et de vous
-connecter à l'hôte.</shortdesc>
-<csbody>
-<p>Vous pouvez effectuer les actions suivantes sur l'hôte :<ul>
-<li>Sélectionnez <uicontrol>Arrêter</uicontrol> pour arrêter le système hôte.</li>
-<li>Sélectionnez <uicontrol>Redémarrer</uicontrol> pour redémarrer le système hôte.</li>
-<li>Sélectionnez <uicontrol>Connexion</uicontrol> pour ouvrir une connexion VNC
-au système hôte, si celui-ci n'est pas déjà connecté.</li>
-</ul></p>
-<p>Cliquez sur les sections suivantes pour afficher des informations sur l'hôte :<dl>
-<dlentry>
-<dt>Informations de base</dt>
-<dd>Cette section affiche la distribution, la version et le nom de code
-du système d'exploitation hôte, ainsi que le type de processeur et la quantité
-de mémoire en Go.</dd>
-</dlentry><dlentry>
-<dt>Statistiques système</dt>
-<dd>Cette section affiche les graphiques des statistiques pour l'UC, mémoire, ainsi que
-les E-S disque et E-S réseau pour l'hôte. Sélectionnez <uicontrol>Collecte des données une fois la page quittée</uicontrol>
-pour continuer la collecte de données lorsque l'onglet hôte n'est plus visible.</dd>
-</dlentry><dlentry>
-<dt>Mises à jour logicielles</dt>
-<dd>Cette section affiche des informations pour tous les modules qui
-disposent de mises à jour disponibles, y compris le nom de module, la version, l'architecture
-et le référentiel. Vous pouvez mettre à jour toutes les modules répertoriés en sélectionnant <uicontrol>Tout
-mettre à jour</uicontrol>. Vous ne pouvez pas sélectionner des modules individuels pour les mises à jour.</dd>
-</dlentry><dlentry>
-<dt>Référentiels</dt>
-<dd>Cette section affiche les référentiels associés au système hôte. Vous pouvez ajouter, activer, éditer ou retirer des référentiels. L'ajout d'un référentiel associe celui-ci au système hôte,
-tandis que l'activation d'un référentiel permet à l'hôte d'y accéder. Si votre système est Red Hat Enterprise Linux ou Fedora,
-vous pouvez ajouter des référentiels <filepath>yum</filepath>.
-Si votre système est de type Ubuntu ou Debian, ajoutez des référentiels
-<filepath>deb</filepath>.<p>Si vous travaillez avec des référentiels yum, vous pouvez ajouter un contrôle GPG
-afin de vérifier qu'un module provenant de ce référentiel n'a pas été endommagé.
-Sélectionnez un référentiel puis cliquez sur <uicontrol>Editer</uicontrol>. Sélectionnez <uicontrol>Oui</uicontrol> pour activer le contrôle GPG,
-puis entrez une URL pour le fichier de clés GPG du référentiel.</p></dd>
-</dlentry><dlentry>
-<dt>Rapports de débogage</dt>
-<dd>Cette section affiche les rapports de débogage, y compris le nom et le chemin du fichier.
-Vous pouvez faire un choix parmi les options afin de générer un nouveau rapport, ou renommer, supprimer,
-ou télécharger un rapport existant.<p>Le rapport de débogage est généré Ã
-l'aide de la commande <cmdname>sosreport</cmdname>. Cette option est disponible pour les distributions
-Red Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>, Fedora et Ubuntu. La commande génère un fichier .tar contenant la configuration et des informations de diagnostic,
-telles que la version du noyau d'exécution, les modules chargés, ainsi que les fichiers de configuration
-du système et de la maintenance.
-La commande exécute également des programmes externes pour collecter des informations
-supplémentaires et stocke cette sortie dans l'archive résultante.</p> </dd>
-</dlentry></dl></p>
-</csbody>
-<?tm 1392659967 1?>
-</cshelp>
-
-
-<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
-<!-- T9N_SRC_ID 232 -->
-<!-- T9N_SH1P_STR1NG KVM21AAP001 3 -->
diff --git a/plugins/kimchi/ui/pages/help/it_IT/host.dita b/plugins/kimchi/ui/pages/help/it_IT/host.dita
deleted file mode 100644
index 63d3367..0000000
--- a/plugins/kimchi/ui/pages/help/it_IT/host.dita
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--Arbortext, Inc., 1988-2011, v.4002-->
-<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
- "..\dtd\cshelp.dtd">
-
-
-<!--This DITA specialized document type is not supported by the Authoring Tools development team.
-For support please see:
-https://w3.opensource.ibm.com/projects/dita-cshelp/-->
-<cshelp id="kimhhost" xml:lang="it-it">
-<title>Host</title>
-<shortdesc>La pagina <wintitle>Host</wintitle> visualizza le informazioni sul sistema host e consente di arrestarlo, riavviarlo e connettersi ad esso.</shortdesc>
-<csbody>
-<p>Ã possibile effettuare le seguenti operazioni sull'host:<ul>
-<li>Selezionare <uicontrol>Arresta</uicontrol> per arrestare il sistema host.</li>
-<li>Selezionare <uicontrol>Riavvia</uicontrol> per riavviare il sistema host.</li>
-<li>Selezionare <uicontrol>Connetti</uicontrol> per aprire una connessione VNC al sistema host, se non è già connesso.</li>
-</ul></p>
-<p>Fare clic sulle seguenti sezioni per visualizzare le informazioni sull'host:<dl>
-<dlentry>
-<dt>Informazioni di base</dt>
-<dd>Questa sezione visualizza il nome codice, la versione e la distribuzione del sistema operativo, come pure il tipo di processore e la quantità di memoria in GB.</dd>
-</dlentry><dlentry>
-<dt>Statistiche di sistema</dt>
-<dd>Questa sezione visualizza i grafici che mostrano le statistiche per la CPU, la memoria, l'I/O disco e di rete per l'host. Selezionare <uicontrol>Raccolta dati all'uscita dalla pagina</uicontrol> per continuare la raccolta dei dati quando la scheda host non è più visibile.</dd>
-</dlentry><dlentry>
-<dt>Aggiornamenti del software</dt>
-<dd>Questa sezione visualizza le informazioni per tutti i pacchetti per cui sono disponibili gli aggiornamenti, incluso il nome, la versione, l'architettura e il repository del pacchetto. à possibile aggiornare tutti i pacchetti elencati, selezionando <uicontrol>Aggiorna tutto</uicontrol>. Non è possibile selezionare singoli pacchetti per gli aggiornamenti.</dd>
-</dlentry><dlentry>
-<dt>Repository</dt>
-<dd>Questa sezione visualizza i repository associati al sistema host. Ã possibile aggiungere, abilitare, modificare o rimuovere i repository. L'aggiunta di un repository lo associa al sistema host, mentre l'abilitazione di un repository
-consente all'host di accedervi. Se il sistema è Red Hat Enterprise
-Linux o Fedora, è possibile aggiungere i repository <filepath>yum</filepath>.
-Se il sistema è Ubuntu o Debian, aggiungere i repository <filepath>deb</filepath>.<p>Se si stanno utilizzando i repository yum, è possibile aggiungere un controllo GPG per verificare che un pacchetto da questo repository non sia stato corrotto.
-Selezionare un repository, quindi <uicontrol>Modifica</uicontrol>. Selezionare <uicontrol>Sì</uicontrol> per abilitare il controllo GPG, quindi immettere un URL al file di chiavi GPG per il
-repository.</p></dd>
-</dlentry><dlentry>
-<dt>Report di debug</dt>
-<dd>Questa sezione visualizza i report di debug, incluso il nome e il percorso file.
-Le opzioni disponibili consentono di generare un nuovo report oppure ridenominare, rimuovere o scaricare un report esistente.<p>Il report di debug viene generato utilizzando il comando <cmdname>sosreport</cmdname>. Ã disponibile per le distribuzioni Red
-Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>, Fedora e Ubuntu. Il comando genera un file .tar che contiene informazioni di diagnostica e configurazione, come la versione del kernel in esecuzione, i moduli caricati e i file di configurazione del servizio e del sistema.
-Il comando esegue anche programmi esterni per raccogliere ulteriori informazioni e memorizza l'output nell'archivio risultante.</p> </dd>
-</dlentry></dl></p>
-</csbody>
-<?tm 1392659967 1?>
-</cshelp>
-
-
-<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
-<!-- T9N_SRC_ID 232 -->
-<!-- T9N_SH1P_STR1NG KVM21AAP001 3 -->
diff --git a/plugins/kimchi/ui/pages/help/ja_JP/host.dita b/plugins/kimchi/ui/pages/help/ja_JP/host.dita
deleted file mode 100644
index 3a0141c..0000000
--- a/plugins/kimchi/ui/pages/help/ja_JP/host.dita
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--Arbortext, Inc., 1988-2011, v.4002-->
-<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
- "..\dtd\cshelp.dtd">
-
-
-<!--This DITA specialized document type is not supported by the Authoring Tools development team.
-For support please see:
-https://w3.opensource.ibm.com/projects/dita-cshelp/-->
-<cshelp id="kimhhost" xml:lang="ja-jp">
-<title>ãã¹ã</title>
-<shortdesc><wintitle>ããã¹ãã</wintitle>ãã¼ã¸ã«ã¯ããã¹ãã»ã·ã¹ãã ã«é¢ããæ
å ±ã表示ããã¾ããããã§ããã¹ããã·ã£ãããã¦ã³ãåå§åãã¾ããã¹ãã«æ¥ç¶ãããã¨ãã§ãã¾ãã
-</shortdesc>
-<csbody>
-<p>以ä¸ã®ã¢ã¯ã·ã§ã³ããã¹ãã«å¯¾ãã¦å®è¡ã§ãã¾ãã
-<ul>
-<li>ãã¹ãã»ã·ã¹ãã ãã·ã£ãããã¦ã³ããã«ã¯<uicontrol>ãã·ã£ãããã¦ã³ã</uicontrol>ãé¸æãã¾ãã
-</li>
-<li>ãã¹ãã»ã·ã¹ãã ãåå§åããã«ã¯<uicontrol>ãåå§åã</uicontrol>ãé¸æãã¾ãã
-</li>
-<li>ãã¹ãã»ã·ã¹ãã ã¸ã® VNC æ¥ç¶ã (ã¾ã æ¥ç¶ããã¦ããªãå ´åã«) ãªã¼ãã³ããã«ã¯ã<uicontrol>ãæ¥ç¶ã</uicontrol>ãé¸æãã¾ãã
-</li>
-</ul></p>
-<p>ãã¹ãã«é¢ããæ
å ±ã表示ããã«ã¯ã以ä¸ã®é¸æé
ç®ãã¯ãªãã¯ãã¦ãã ããã
-<dl>
-<dlentry>
-<dt>åºæ¬æ
å ±</dt>
-<dd>ãã®ã»ã¯ã·ã§ã³ã«ã¯ããã¹ãã»ãªãã¬ã¼ãã£ã³ã°ã»ã·ã¹ãã ã®ãã£ã¹ããªãã¥ã¼ã·ã§ã³ããã¼ã¸ã§ã³ãããã³ã³ã¼ãåãããã«ããã»ããµã¼ã»ã¿ã¤ãã¨ã¡ã¢ãªã¼ã®é (GB åä½) ã表示ããã¾ãã
-</dd>
-</dlentry><dlentry>
-<dt>ã·ã¹ãã çµ±è¨æ
å ±</dt>
-<dd>ãã®ã»ã¯ã·ã§ã³ã«ã¯ããã¹ãã® CPUãã¡ã¢ãªã¼ããã£ã¹ã¯å
¥åºåãããã³ãããã¯ã¼ã¯å
¥åºåã®çµ±è¨æ
å ±ã表ãã°ã©ãã表示ããã¾ãã
-ãã¹ãã»ã¿ããéããã¨ãã«ãã¼ã¿ã®åéãç¶è¡ããã«ã¯ã<uicontrol>ããã®ãã¼ã¸ãéããå¾ããã¼ã¿ãåéããã</uicontrol>ãé¸æãã¦ãã ããã
-</dd>
-</dlentry><dlentry>
-<dt>ã½ããã¦ã§ã¢æ´æ°</dt>
-<dd>ãã®ã»ã¯ã·ã§ã³ã«ã¯ãæ´æ°ãç¨æããã¦ããããã±ã¼ã¸ãã¹ã¦ã®æ
å ±
-(ããã±ã¼ã¸åããã¼ã¸ã§ã³ãã¢ã¼ããã¯ãã£ã¼ããªãã¸ããªã¼ãªã©) ã表示ããã¾ãã
-<uicontrol>ããã¹ã¦æ´æ°ã</uicontrol>ãé¸æããã¨ããªã¹ãããã¦ããããã±ã¼ã¸ãã¹ã¦ãæ´æ°ã§ãã¾ãã
-æ´æ°ãã対象ã¨ãã¦åå¥ã®ããã±ã¼ã¸ãé¸æãããã¨ã¯ã§ãã¾ããã
-</dd>
-</dlentry><dlentry>
-<dt>ãªãã¸ããªã¼</dt>
-<dd>ãã®ã»ã¯ã·ã§ã³ã«ã¯ããã¹ãã»ã·ã¹ãã ã«é¢é£ä»ãããã¦ãããªãã¸ããªã¼ã表示ããã¾ãã
-ãªãã¸ããªã¼ã追å ãããæå¹ã«ãããç·¨éãããã¾ãã¯åé¤ãããã¨ãã§ãã¾ãã
-ãªãã¸ããªã¼ã追å ããã¨ããã®ãªãã¸ããªã¼ããã¹ãã»ã·ã¹ãã ã«é¢é£ä»ãããããªãã¸ããªã¼ãæå¹ã«ããã¨ããã®ãªãã¸ããªã¼ã«ãã¹ããã¢ã¯ã»ã¹ã§ããããã«ãªãã¾ãã
-ã·ã¹ãã ã Red Hat Enterprise Linux ã¾ã㯠Fedora ã§ããã°ã<filepath>yum</filepath> ãªãã¸ããªã¼ã追å ã§ãã¾ãã
-ã·ã¹ãã ã Ubuntu ã¾ã㯠Debian ã§ããã°ã<filepath>deb</filepath> ãªãã¸ããªã¼ã追å ãã¦ãã ããã
-<p>yum ãªãã¸ããªã¼ãæä½ãã¦ããå ´åããã®ãªãã¸ããªã¼ã«å
¥ã£ã¦ããããã±ã¼ã¸ãå£ãã¦ããªããã¨ã確èªãããããGPG ãã§ãã¯ã追å ã§ãã¾ãã
-ãªãã¸ããªã¼ãé¸æãã<uicontrol>ãç·¨éã</uicontrol>ãã¯ãªãã¯ãã¦ãã ããã
-<uicontrol>ãã¯ãã</uicontrol>ãé¸æã㦠GPG ãã§ãã¯ãæå¹ã«ãã¦ããããã®ãªãã¸ããªã¼ã® GPG éµãã¡ã¤ã«ã® URL ãå
¥åãã¦ãã ããã
-</p></dd>
-</dlentry><dlentry>
-<dt>ãããã°ã»ã¬ãã¼ã</dt>
-<dd>ãã®ã»ã¯ã·ã§ã³ã«ã¯ããããã°ã»ã¬ãã¼ã (ååããã¡ã¤ã«ã»ãã¹ãªã©) ã表示ããã¾ãã
-æ°ããã¬ãã¼ããçæãæ¢åã®ã¬ãã¼ããååå¤æ´ãåé¤ãã¾ãã¯ãã¦ã³ãã¼ãããããã®ãªãã·ã§ã³ãé¸æã§ãã¾ãã
-<p>ãããã°ã»ã¬ãã¼ãã¯ã<cmdname>sosreport</cmdname> ã³ãã³ãã§çæããã¾ãã
-ããã¯ãRed Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>ãFedoraãããã³ Ubuntu ãã£ã¹ããªãã¥ã¼ã·ã§ã³ã«ç¨æããã¦ãã¾ãã
-ãã®ã³ãã³ãã¯ãæ§æããã³è¨ºææ
å ± (稼åä¸ã®ã«ã¼ãã«ã®ãã¼ã¸ã§ã³ããã¼ãããã¦ããã¢ã¸ã¥ã¼ã«ãã·ã¹ãã ããã³ãµã¼ãã¹æ§æãã¡ã¤ã«ãªã©) ãå
¥ã£ã .tar ãã¡ã¤ã«ãçæãã¾ãã
-ãã®ã³ãã³ãã¯ã¾ããå¤é¨ããã°ã©ã ãå®è¡ãã¦æ
å ±ãããã«åéãããã®åºåãçµæã®ã¢ã¼ã«ã¤ãã«ä¿ç®¡ãã¾ãã
-</p> </dd>
-</dlentry></dl></p>
-</csbody>
-<?tm 1392659967 1?>
-</cshelp>
-
-
-<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
-<!-- T9N_SRC_ID 227 -->
-<!-- T9N_SH1P_STR1NG KVM21AAP001 1 -->
diff --git a/plugins/kimchi/ui/pages/help/ko_KR/host.dita b/plugins/kimchi/ui/pages/help/ko_KR/host.dita
deleted file mode 100644
index ee4a9c3..0000000
--- a/plugins/kimchi/ui/pages/help/ko_KR/host.dita
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--Arbortext, Inc., 1988-2011, v.4002-->
-<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
- "..\dtd\cshelp.dtd">
-
-
-<!--This DITA specialized document type is not supported by the Authoring Tools development team.
-For support please see:
-https://w3.opensource.ibm.com/projects/dita-cshelp/-->
-<cshelp id="kimhhost" xml:lang="ko-kr">
-<title>í¸ì¤í¸</title>
-<shortdesc><wintitle>í¸ì¤í¸</wintitle> íì´ì§ìë í¸ì¤í¸ ìì¤í
ì ëí ì ë³´ê° íìëë©° ì´ íì´ì§ë¥¼ ì¬ì©íì¬ í¸ì¤í¸ë¥¼ ì¢
ë£ ë° ë¤ì ììíê±°ë í¸ì¤í¸ì ì°ê²°í ì ììµëë¤.</shortdesc>
-<csbody>
-<p>í¸ì¤í¸ì ëí´ ë¤ì ì¡°ì¹ë¥¼ ìíí ì ììµëë¤.<ul>
-<li>í¸ì¤í¸ ìì¤í
ì ì¢
ë£íë ¤ë©´ <uicontrol>ìì¤í
ì¢
ë£</uicontrol>를 ì íí©ëë¤.</li>
-<li>í¸ì¤í¸ ìì¤í
ì ë¤ì ììíë ¤ë©´ <uicontrol>ë¤ì ìì</uicontrol>ì ì íí©ëë¤.</li>
-<li>ì´ë¯¸ ì°ê²°ëì´ ìì§ ìì ê²½ì°, í¸ì¤í¸ ìì¤í
ì ëí VNC ì°ê²°ì ììíë ¤ë©´ <uicontrol>ì°ê²°</uicontrol>ì ì íí©ëë¤.</li>
-</ul></p>
-<p>í¸ì¤í¸ì ëí ì 보를 íìíë ¤ë©´ ë¤ì ì¹ì
ì í´ë¦íììì¤.<dl>
-<dlentry>
-<dt>기본 ì ë³´</dt>
-<dd>ì´ ì¹ì
ìë í¸ì¤í¸ ì´ì ì²´ì ë°°í¬, ë²ì , ì½ë ì´ë¦, íë¡ì¸ì ì í, ë©ëª¨ë¦¬ ì©ë(GB) ë±ì´ íìë©ëë¤.</dd>
-</dlentry><dlentry>
-<dt>ìì¤í
íµê³</dt>
-<dd>ì´ ì¹ì
ìë í¸ì¤í¸ì CPU, ë©ëª¨ë¦¬, ëì¤í¬ I/O, ë¤í¸ìí¬ I/Oì ëí íµê³ë¥¼ íìíë ê·¸ëíê° íìë©ëë¤. í¸ì¤í¸ íì ë ë¬ì ë ë°ì´í° ìì§ì ê³ìíë ¤ë©´ <uicontrol>ì´ íì´ì§ë¥¼ ë ë íì ë°ì´í° ìì§</uicontrol>ì ì íí©ëë¤.</dd>
-</dlentry><dlentry>
-<dt>ìíí¸ì¨ì´ ì
ë°ì´í¸</dt>
-<dd>ì´ ì¹ì
ìë í¨í¤ì§ ì´ë¦, ë²ì , ìí¤í
ì², ì ì¥ì를 ë¹ë¡¯íì¬ ì¬ì© ê°ë¥í ì
ë°ì´í¸ê° ìë 모ë í¨í¤ì§ì ëí ì ë³´ê° íìë©ëë¤. <uicontrol>모ë ì
ë°ì´í¸</uicontrol>를 ì ííì¬ ëì´ë 모ë í¨í¤ì§ë¥¼ ì
ë°ì´í¸í ì ììµëë¤. ì
ë°ì´í¸ì ëí´ ê°ë³ í¨í¤ì§ë¥¼ ì íí ìë ììµëë¤.</dd>
-</dlentry><dlentry>
-<dt>ì ì¥ì</dt>
-<dd>ì´ ì¹ì
ìë í¸ì¤í¸ ìì¤í
ê³¼ ì°ê´ë ì ì¥ìê° íìë©ëë¤. ì ì¥ì를 ì¶ê°íê±°ë, ì¬ì©ì¼ë¡ ì¤ì íê±°ë, í¸ì§íê±°ë, ì ê±°í ì ììµëë¤. ì ì¥ì를 ì¶ê°íë©´ ì ì¥ìê° í¸ì¤í¸ ìì¤í
ê³¼ ì°ê´ëë©°, ì ì¥ì를 ì¬ì©ì¼ë¡ ì¤ì íë©´ í¸ì¤í¸ê° ì ì¥ìì ì¡ì¸ì¤í ì ììµëë¤. í´ë¹ ìì¤í
ì´ Red Hat Enterprise Linux ëë Fedoraì¸ ê²½ì°, <filepath>yum</filepath> ì ì¥ì를 ì¶ê°í ì ììµëë¤.
-í´ë¹ ìì¤í
ì´ Ubuntu ëë Debianì¸ ê²½ì°, <filepath>deb</filepath> ì ì¥ì를 ì¶ê°íììì¤.<p>yum ì ì¥ìë¡ ìì
íë ê²½ì°, GPG ê²ì¬ë¥¼ ì¶ê°íì¬ ì´ ì ì¥ìì í¨í¤ì§ê° ììëì§ ììëì§ íì¸í ì ììµëë¤.
-ì ì¥ì를 ì íí í <uicontrol>í¸ì§</uicontrol>ì ì ííììì¤. <uicontrol>ì</uicontrol>를 ì ííì¬ GPG ê²ì¬ë¥¼ ì¬ì©ì¼ë¡ ì¤ì í í ì ì¥ìì ëí GPG í¤ íì¼ì URLì ì
ë ¥íììì¤.</p></dd>
-</dlentry><dlentry>
-<dt>ëë²ê·¸ ë³´ê³ ì</dt>
-<dd>ì´ ì¹ì
ìë ì´ë¦ ë° íì¼ ê²½ë¡ë¥¼ í¬í¨í ëë²ê·¸ ë³´ê³ ìê° íìë©ëë¤.
-ì ë³´ê³ ì ìì±, 기존 ë³´ê³ ì ì´ë¦ ë°ê¾¸ê¸°, ì ê±°, ë¤ì´ë¡ë ë±ì ìµì
ì¤ìì ì íí ì ììµëë¤.<p>ëë²ê·¸ ë³´ê³ ìë <cmdname>sosreport</cmdname> ëª
ë ¹ì ì¬ì©íì¬ ìì±ë©ëë¤. ì´ë Red Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>, Fedora ë° Ubuntu ë°°í¬ìì ì¬ì© ê°ë¥í©ëë¤. ì´ ëª
ë ¹ì êµ¬ì± ë° ì§ë¨ ì ë³´(ì: ì¤í ì¤ì¸ 커ë ë²ì , ë¡ëë 모ë, ìì¤í
ë° ìë¹ì¤ êµ¬ì± íì¼)를 í¬í¨íë .tar íì¼ì ìì±í©ëë¤.
-ëí ì´ ëª
ë ¹ì ì¸ë¶ íë¡ê·¸ë¨ì ì¤ííì¬ ì¶ê° ì 보를 ìì§íê³ ê²°ê³¼ ìì¹´ì´ë¸ì ì´ ì¶ë ¥ì ì ì¥í©ëë¤.</p> </dd>
-</dlentry></dl></p>
-</csbody>
-<?tm 1392659967 1?>
-</cshelp>
-
-
-<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
-<!-- T9N_SRC_ID 232 -->
-<!-- T9N_SH1P_STR1NG KVM21AAP001 3 -->
diff --git a/plugins/kimchi/ui/pages/help/pt_BR/host.dita b/plugins/kimchi/ui/pages/help/pt_BR/host.dita
deleted file mode 100644
index 88f7eb2..0000000
--- a/plugins/kimchi/ui/pages/help/pt_BR/host.dita
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--Arbortext, Inc., 1988-2011, v.4002-->
-<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
- "..\dtd\cshelp.dtd">
-
-
-<!--This DITA specialized document type is not supported by the Authoring Tools development team.
-For support please see:
-https://w3.opensource.ibm.com/projects/dita-cshelp/-->
-<cshelp id="kimhhost" xml:lang="pt-br">
-<title>Host</title>
-<shortdesc>A página <wintitle>Host</wintitle> mostra informações sobre
-o sistema host e permite encerrar, reiniciar e conectar
-ao host.</shortdesc>
-<csbody>
-<p>à possÃvel executar as ações a segur no host:<ul>
-<li>Selecione <uicontrol>Encerrar</uicontrol> para encerrar o sistema
-host.</li>
-<li>Selecione <uicontrol>Reiniciar</uicontrol> para reiniciar o sistema host.</li>
-<li>Selecione <uicontrol>Conectar</uicontrol> para abrir uma conexão VNC
-para o sistema host, se ele já não estiver conectado.</li>
-</ul></p>
-<p>Clique nas seções a seguir para exibir informações sobre o host:<dl>
-<dlentry>
-<dt>Informações básicas</dt>
-<dd>Esta seção exibe a distribuição do sistema operacional do host,
-a versão e o nome do código, bem como o tipo de processador e quantia de
-memória em GB.</dd>
-</dlentry><dlentry>
-<dt>EstatÃsticas do sistema</dt>
-<dd>Esta seção exibe gráficos para mostrar estatÃsticas para CPU, memória,
-E/S de disco e E/S de rede para o host. Selecione <uicontrol>Coletando
-dados depois de sair desta página</uicontrol> para continuar a coletar dados
-quando a guia do host estiver fora de visualização.</dd>
-</dlentry><dlentry>
-<dt>Atualizações de software</dt>
-<dd>Esta seção exibe informações de todos os pacotes que
-possuem atualizações disponÃveis, incluindo nome do pacote, versão, arquitetura
-e repositório. à possÃvel atualizar todos os pacotes listados selecionando <uicontrol>Atualizar
-todos</uicontrol>. Não é possÃvel selecionar pacotes individuais para atualizações.</dd>
-</dlentry><dlentry>
-<dt>Repositórios</dt>
-<dd>Esta seção exibe repositórios que estão associados ao
-sistema host. à possÃvel incluir, ativar, editar ou remover repositórios. Incluir
-um repositório o associa com o sistema host enquanto ativar um repositório
-permite que o host o acesse. Se o seu sistema for Red Hat Enterprise
-Linux ou Fedora, será possÃvel incluir repositórios <filepath>yum</filepath>.
-Se o seu sistema for Ubuntu ou Debian, inclua repositórios <filepath>deb</filepath>.<p>Se
-você estiver trabalhando com repositórios yum, será possÃvel incluir uma verificação de GPG para
-verificar se um pacote desse repositório não foi corrompido.
-Selecione um repositório e, em seguida, <uicontrol>Editar</uicontrol>. Selecione <uicontrol>Sim</uicontrol> para
-ativar a Verificação de GPG e, em seguida, insira uma URL no arquivo-chave de GPG para o
-repositório.</p></dd>
-</dlentry><dlentry>
-<dt>Relatórios de depuração</dt>
-<dd>Esta seção exibe relatórios de depuração, incluindo nome e caminho do arquivo.
-à possÃvel selecionar a partir das opções para gerar um novo relatório ou renomear, remover
-ou fazer o download de um relatório existente.<p>O relatório de depuração é gerado usando
-o comando <cmdname>sosreport</cmdname>. Ele está disponÃvel para distribuições
-Red Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>, Fedora
-e Ubuntu. O comando gera um arquivo .tar que contém
-informações de configuração e de diagnóstico, como versão do kernel
-em execução, módulos carregados e arquivos de configuração de sistema e de serviço.
-O comando também executa programas externos para coletar informações adicionais
-e armazena essa saÃda no archive resultante.</p> </dd>
-</dlentry></dl></p>
-</csbody>
-<?tm 1392659967 1?>
-</cshelp>
-
-
-<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
-<!-- T9N_SRC_ID 232 -->
-<!-- T9N_SH1P_STR1NG KVM21AAP001 3 -->
diff --git a/plugins/kimchi/ui/pages/help/ru_RU/host.dita b/plugins/kimchi/ui/pages/help/ru_RU/host.dita
deleted file mode 100644
index fb72c21..0000000
--- a/plugins/kimchi/ui/pages/help/ru_RU/host.dita
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--Arbortext, Inc., 1988-2011, v.4002-->
-<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
- "..\dtd\cshelp.dtd">
-
-
-<!--This DITA specialized document type is not supported by the Authoring Tools development team.
-For support please see:
-https://w3.opensource.ibm.com/projects/dita-cshelp/-->
-<cshelp id="kimhhost" xml:lang="ru-ru">
-<title>ХоÑÑ</title>
-<shortdesc>СÑÑаниÑа <wintitle>ХоÑÑ</wintitle> показÑÐ²Ð°ÐµÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ ÑиÑÑеме Ñ
оÑÑа и позволÑÐµÑ Ð¾ÑÑанавливаÑÑ Ñ
оÑÑ, пеÑезапÑÑкаÑÑ Ñ
оÑÑ Ð¸ подклÑÑаÑÑÑÑ Ðº немÑ.</shortdesc>
-<csbody>
-<p>Ðа Ñ
оÑÑе можно вÑполнÑÑÑ ÑледÑÑÑие дейÑÑвиÑ:<ul>
-<li><uicontrol>ÐавеÑÑиÑÑ ÑабоÑÑ</uicontrol> - оÑÑановиÑÑ ÑиÑÑÐµÐ¼Ñ Ñ
оÑÑа.</li>
-<li><uicontrol>ÐеÑезапÑÑÑиÑÑ</uicontrol> - пеÑезапÑÑÑиÑÑ ÑиÑÑÐµÐ¼Ñ Ñ
оÑÑа.</li>
-<li><uicontrol>ÐодклÑÑиÑÑÑÑ</uicontrol> - оÑкÑÑÑÑ Ñоединение VNC Ñ ÑиÑÑемой Ñ
оÑÑа, еÑли оно еÑе не ÑÑÑановлено.</li>
-</ul></p>
-<p>ЩелкниÑе на ÑледÑÑÑиÑ
ÑазделаÑ
Ð´Ð»Ñ Ð¿ÑоÑмоÑÑа инÑоÑмаÑии о Ñ
оÑÑе:<dl>
-<dlentry>
-<dt>ÐÐ°Ð·Ð¾Ð²Ð°Ñ Ð¸Ð½ÑоÑмаÑиÑ</dt>
-<dd>Ð ÑÑом Ñазделе показÑваеÑÑÑ Ð²Ð°ÑÐ¸Ð°Ð½Ñ Ð¾Ð¿ÐµÑаÑионной ÑиÑÑемÑ, его веÑÑÐ¸Ñ Ð¸ кодовое имÑ, а Ñакже Ñип пÑоÑеÑÑоÑа и обÑем памÑÑи в ÐÐ.</dd>
-</dlentry><dlentry>
-<dt>СиÑÑÐµÐ¼Ð½Ð°Ñ ÑÑаÑиÑÑика</dt>
-<dd>Ð ÑÑом Ñазделе показÑваÑÑÑÑ Ð³ÑаÑики, оÑÑажаÑÑие ÑÑаÑиÑÑиÑеÑкÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ пÑоÑеÑÑоÑе, памÑÑи, диÑковом вводе-вÑводе и ÑеÑевом вводе-вÑводе Ð´Ð»Ñ Ñ
оÑÑа. ÐÑбеÑиÑе <uicontrol>Ð¡Ð±Ð¾Ñ Ð´Ð°Ð½Ð½ÑÑ
поÑле закÑÑÑÐ¸Ñ ÑÑой ÑÑÑаниÑÑ</uicontrol>, ÑÑÐ¾Ð±Ñ ÑÐ±Ð¾Ñ Ð´Ð°Ð½Ð½ÑÑ
пÑодолжалÑÑ Ð¿Ð¾Ñле закÑÑÑÐ¸Ñ Ð²ÐºÐ»Ð°Ð´ÐºÐ¸ ХоÑÑ.</dd>
-</dlentry><dlentry>
-<dt>ÐÐ±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿ÑогÑаммного обеÑпеÑениÑ</dt>
-<dd>Ð ÑÑом Ñазделе показÑваеÑÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾Ð±Ð¾ вÑеÑ
пакеÑаÑ
, Ð´Ð»Ñ ÐºÐ¾ÑоÑÑÑ
доÑÑÑÐ¿Ð½Ñ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ, вклÑÑÐ°Ñ Ð¸Ð¼Ñ Ð¿Ð°ÐºÐµÑа, веÑÑиÑ, аÑÑ
иÑекÑÑÑÑ Ð¸ Ñ
ÑанилиÑе. Ðожно обновиÑÑ Ð²Ñе пакеÑÑ Ð² ÑпиÑке ÑелÑком на <uicontrol>ÐбновиÑÑ Ð²Ñе</uicontrol>. ÐÑделÑнÑе пакеÑÑ Ð´Ð»Ñ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð²ÑбÑаÑÑ Ð½ÐµÐ»ÑзÑ.</dd>
-</dlentry><dlentry>
-<dt>Ð¥ÑанилиÑа</dt>
-<dd>Ð ÑÑом Ñазделе показÑваÑÑÑÑ Ñ
ÑанилиÑа, ÑвÑзаннÑе Ñ ÑиÑÑемой Ñ
оÑÑа. Ð¥ÑанилиÑа можно добавлÑÑÑ, акÑивиÑоваÑÑ, изменÑÑÑ Ð¸ ÑдалÑÑÑ. ÐÑи добавлении Ñ
ÑанилиÑе ÑвÑзÑваеÑÑÑ Ñ ÑиÑÑемой Ñ
оÑÑа, пÑи акÑиваÑии Ñ
ÑанилиÑе ÑÑановиÑÑÑ Ð´Ð¾ÑÑÑпнÑм Ð´Ð»Ñ Ñ
оÑÑа. ÐÑли ÑиÑÑема - Red Hat Enterprise Linux или Fedora, можно добавиÑÑ Ñ
ÑанилиÑа <filepath>yum</filepath>.
-ÐÑли ÑиÑÑема - Ubuntu или Debian, добавÑÑе Ñ
ÑанилиÑа <filepath>deb</filepath>.<p>ÐÑи ÑабоÑе Ñ Ñ
ÑанилиÑами yum можно добавиÑÑ Ð¿ÑовеÑÐºÑ GPG Ð´Ð»Ñ Ð¿ÑовеÑки ÑелоÑÑноÑÑи пакеÑов из данного Ñ
ÑанилиÑа.
-ÐÑбеÑиÑе Ñ
ÑанилиÑе и ÑелкниÑе на <uicontrol>ÐзмениÑÑ</uicontrol>. ÐÑбеÑиÑе <uicontrol>Ðа</uicontrol>, ÑÑÐ¾Ð±Ñ Ð²ÐºÐ»ÑÑиÑÑ Ð¿ÑовеÑÐºÑ GPG, и введиÑе URL Ñайла клÑÑей GPG Ð´Ð»Ñ Ñ
ÑанилиÑа.</p></dd>
-</dlentry><dlentry>
-<dt>ÐÑладоÑнÑе оÑÑеÑÑ</dt>
-<dd>Ð ÑÑом Ñазделе показÑваÑÑÑÑ Ð¾ÑладоÑнÑе оÑÑеÑÑ, вклÑÑÐ°Ñ Ð¸Ð¼Ñ Ð¸ пÑÑÑ.
-ÐоÑÑÑÐ¿Ð½Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ Ð´Ð»Ñ ÑозданиÑ, пеÑеименованиÑ, ÑÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ð¸ загÑÑзки оÑÑеÑов.<p>ÐÑладоÑнÑй оÑÑÐµÑ ÑоздаеÑÑÑ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð¾Ð¹ <cmdname>sosreport</cmdname>. Ðн доÑÑÑпен Ð´Ð»Ñ Red
-Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>, Fedora и Ubuntu. Ðоманда ÑÐ¾Ð·Ð´Ð°ÐµÑ Ñайл .tar Ñ ÐºÐ¾Ð½ÑигÑÑаÑионной и диагноÑÑиÑеÑкой инÑоÑмаÑией, Ñакой как веÑÑÐ¸Ñ ÑдÑа, загÑÑженнÑе модÑли и ÑÐ°Ð¹Ð»Ñ ÐºÐ¾Ð½ÑигÑÑаÑии ÑиÑÑÐµÐ¼Ñ Ð¸ ÑлÑжб.
-Ðоманда Ñакже вÑполнÑÐµÑ Ð²Ð½ÐµÑние пÑогÑÐ°Ð¼Ð¼Ñ Ð´Ð»Ñ ÑбоÑа дополниÑелÑной инÑоÑмаÑии и ÑоÑ
ÑанÑÐµÑ Ð¸Ñ
вÑвод в ÑезÑлÑÑиÑÑÑÑем аÑÑ
иве.</p> </dd>
-</dlentry></dl></p>
-</csbody>
-<?tm 1392659967 1?>
-</cshelp>
-
-
-<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
-<!-- T9N_SRC_ID 232 -->
-<!-- T9N_SH1P_STR1NG KVM21AAP001 3 -->
diff --git a/plugins/kimchi/ui/pages/help/zh_CN/host.dita b/plugins/kimchi/ui/pages/help/zh_CN/host.dita
deleted file mode 100644
index 78a89c3..0000000
--- a/plugins/kimchi/ui/pages/help/zh_CN/host.dita
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--Arbortext, Inc., 1988-2011, v.4002-->
-<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
- "..\dtd\cshelp.dtd">
-
-
-<!--This DITA specialized document type is not supported by the Authoring Tools development team.
-For support please see:
-https://w3.opensource.ibm.com/projects/dita-cshelp/-->
-<cshelp id="kimhhost" xml:lang="zh-cn">
-<title>主æº</title>
-<shortdesc>â<wintitle>主æº</wintitle>â页é¢æ¾ç¤ºæå
³ä¸»æºç³»ç»çä¿¡æ¯ï¼å¹¶ä¸å
许æ¨å¯¹ä¸»æºè¿è¡å
³éãå¯å¨åè¿æ¥ã</shortdesc>
-<csbody>
-<p>å¯å¯¹ä¸»æºæ§è¡ä»¥ä¸æä½ï¼<ul>
-<li>éæ©<uicontrol>å
³é</uicontrol>以å
³é主æºç³»ç»ã</li>
-<li>éæ©<uicontrol>éæ°å¯å¨</uicontrol>以éæ°å¯å¨ä¸»æºç³»ç»ã</li>
-<li>éæ©<uicontrol>è¿æ¥</uicontrol>以æå¼ä¸ä¸»æºç³»ç»ç VNC è¿æ¥ï¼å¦æå°æªè¿æ¥ï¼ã</li>
-</ul></p>
-<p>åå»ä»¥ä¸é¨å以æ¾ç¤ºæå
³ä¸»æºçä¿¡æ¯ï¼<dl>
-<dlentry>
-<dt>åºæ¬ä¿¡æ¯</dt>
-<dd>æ¬é¨åæ¾ç¤ºä¸»æºæä½ç³»ç»ååçãçæ¬å代ç å称以åå¤çå¨ç±»ååå
åéï¼ä»¥ GB 计ï¼ã</dd>
-</dlentry><dlentry>
-<dt>ç³»ç»ç»è®¡ä¿¡æ¯</dt>
-<dd>æ¬é¨åæ¾ç¤ºå¾å½¢ï¼ä»¥æ¾ç¤ºä¸»æºæå
³ CPUãå
åãç£ç I/O åç½ç» I/O çç»è®¡ä¿¡æ¯ãéæ©<uicontrol>离å¼æ¤é¡µé¢ä¹åæ¶éæ°æ®</uicontrol>以继ç»å¨ä¸»æºé项å¡ä¸å¨è§å¾ä¸æ¶æ¶éæ°æ®ã</dd>
-</dlentry><dlentry>
-<dt>软件æ´æ°</dt>
-<dd>æ¬é¨åæ¾ç¤ºææ´æ°å¯ç¨çææ软件å
çä¿¡æ¯ï¼å
¶ä¸å
æ¬è½¯ä»¶å
å称ãçæ¬ãä½ç³»ç»æååå¨åºãå¯éè¿éæ©<uicontrol>å
¨é¨æ´æ°</uicontrol>æ¥æ´æ°æå示çææ软件å
ãä¸è½é对æ´æ°éæ©å个软件å
ã</dd>
-</dlentry><dlentry>
-<dt>åå¨åº</dt>
-<dd>æ¬é¨åæ¾ç¤ºä¸ä¸»æºç³»ç»å
³èçåå¨åºãæ¨å¯ä»¥æ·»å ãå¯ç¨ãç¼è¾æé¤å»åå¨åºãå½å¯ç¨åå¨åºä¼å
许主æºå¯¹å
¶è¿è¡è®¿é®æ¶ï¼æ·»å åå¨åºä¼å°å
¶ä¸ä¸»æºç³»ç»å
³èãå¦ææ¨çç³»ç»ä¸º Red Hat Enterprise Linux æ Fedoraï¼é£ä¹å¯æ·»å <filepath>yum</filepath> åå¨åºãå¦ææ¨çç³»ç»ä¸º Ubuntu æ Debianï¼é£ä¹è¯·æ·»å <filepath>deb</filepath> åå¨åºã<p>å¦æè¦å¤ç Yum åå¨åºï¼æ¨å¯ä»¥æ·»å GPG æ£æ¥ä»¥éªè¯æ¤åå¨åºä¸ç软件å
æ¯å¦å·²æåãéæ©ä¸ä¸ªåå¨åºï¼ç¶åéæ©<uicontrol>ç¼è¾</uicontrol>ãéæ©<uicontrol>æ¯</uicontrol>以å¯ç¨ GPG æ£æ¥ï¼ç¶åè¾å
¥åå¨åºä¸ GPG å¯é¥æ件ç URLã</p></dd>
-</dlentry><dlentry>
-<dt>è°è¯æ¥å</dt>
-<dd>æ¬é¨åæ¾ç¤ºè°è¯æ¥åï¼å
¶ä¸å
æ¬å称åæ件路å¾ãæ¨å¯ä»¥ä»é项ä¸è¿è¡éæ©ä»¥çææ°æ¥åï¼æè
对ç°ææ¥åè¿è¡éå½åãé¤å»æä¸è½½ã<p>è°è¯æ¥åå°ä½¿ç¨
-<cmdname>sosreport</cmdname> å½ä»¤çæã该æ¥åå¯ç¨äº Red
-Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>ãFedora å Ubuntu ååçã该å½ä»¤å°çæå
å«é
ç½®åè¯æä¿¡æ¯ç .tar æ件ï¼ä¾å¦ï¼æ£å¨è¿è¡çå
æ ¸çæ¬ãå·²è£
å
¥ç模å以åç³»ç»åæå¡é
ç½®æ件ã该å½ä»¤è¿ä¼è¿è¡å¤é¨ç¨åºä»¥æ¶éæ´å¤ä¿¡æ¯å¹¶å°æ¤è¾åºåå¨å¨çæçå½æ¡£ä¸ã</p> </dd>
-</dlentry></dl></p>
-</csbody>
-<?tm 1392659967 1?>
-</cshelp>
-
-
-<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
-<!-- T9N_SRC_ID 232 -->
-<!-- T9N_SH1P_STR1NG KVM21AAP001 3 -->
diff --git a/plugins/kimchi/ui/pages/help/zh_TW/host.dita b/plugins/kimchi/ui/pages/help/zh_TW/host.dita
deleted file mode 100644
index a55aae4..0000000
--- a/plugins/kimchi/ui/pages/help/zh_TW/host.dita
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--Arbortext, Inc., 1988-2011, v.4002-->
-<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
- "..\dtd\cshelp.dtd">
-
-
-<!--This DITA specialized document type is not supported by the Authoring Tools development team.
-For support please see:
-https://w3.opensource.ibm.com/projects/dita-cshelp/-->
-<cshelp id="kimhhost" xml:lang="zh-tw">
-<title>主æ©</title>
-<shortdesc>ã<wintitle>主æ©</wintitle>ãé é¢æ顯示主æ©ç³»çµ±çç¸éè³è¨ï¼ä¸¦å®¹è¨±æ¨ééãéæ°åå以åé£æ¥å°ä¸»æ©ã</shortdesc>
-<csbody>
-<p>æ¨å¯ä»¥éå°ä¸»æ©å·è¡ä¸ååä½ï¼<ul>
-<li>é¸å<uicontrol>éé</uicontrol>以éé主æ©ç³»çµ±ã</li>
-<li>é¸å<uicontrol>éæ°åå</uicontrol>以éæ°åå主æ©ç³»çµ±ã</li>
-<li>é¸å<uicontrol>é£æ¥</uicontrol>以éåè主æ©ç³»çµ±ç VNC é£ç·ï¼å¦æå°æªé£ç·å°ä¸»æ©ç³»çµ±ï¼ã</li>
-</ul></p>
-<p>æä¸ä¸ä¸åå段以顯示主æ©çç¸éè³è¨ï¼<dl>
-<dlentry>
-<dt>åºæ¬è³è¨</dt>
-<dd>æ¤å段æ顯示主æ©ä½æ¥ç³»çµ±ç¼è¡å¥ä»¶ãçæ¬ãç¨å¼ç¢¼å稱ãèçå¨é¡å以åè¨æ¶é«æ¸é (GB)ã</dd>
-</dlentry><dlentry>
-<dt>系統統è¨è³æ</dt>
-<dd>æ¤å段æ顯示ä¸äºåå½¢ï¼ä»¥é¡¯ç¤ºä¸»æ©ç CPUãè¨æ¶é«ãç£ç¢ I/O å網路 I/O ççµ±è¨è³æãé¸å<uicontrol>é¢éæ¤é é¢ä¹å¾æ¶éè³æ</uicontrol>以å¨ä¸»æ©æ¨ç±¤å¾è¦ç·ä¸æ¶å¤±ä¹å¾ç¹¼çºæ¶éè³æã</dd>
-</dlentry><dlentry>
-<dt>è»é«æ´æ°</dt>
-<dd>æ¤å段æ顯示å
·æå¯ç¨æ´æ°çææå¥ä»¶çç¸éè³è¨ï¼å
æ¬å¥ä»¶å稱ãçæ¬ãæ¶æ§åå²å庫ãæ¨å¯ä»¥ééé¸å<uicontrol>å
¨é¨æ´æ°</uicontrol>ä¾æ´æ°ææååºçå¥ä»¶ãä¸è½é¸ååå¥å¥ä»¶ä»¥é²è¡æ´æ°ã</dd>
-</dlentry><dlentry>
-<dt>å²å庫</dt>
-<dd>æ¤å段æ顯示è主æ©ç³»çµ±ç¸éè¯çå²å庫ãæ¨å¯ä»¥æ°å¢ãåç¨ã編輯æ移é¤å²å庫ãæ°å¢å²å庫å¯ä½¿å®è主æ©ç³»çµ±ç¸éè¯ï¼èåç¨å²å庫å容許主æ©ååå²å庫ãå¦ææ¨ç系統æ¯
-Red Hat Enterprise Linux æ Fedoraï¼åå¯ä»¥æ°å¢ <filepath>yum</filepath> å²å庫ãå¦ææ¨ç系統æ¯
-Ubuntu æ Debianï¼åå¯ä»¥æ°å¢ <filepath>deb</filepath> å²å庫ã<p>å¦ææ¨æ£å¨ä½¿ç¨
-yum å²å庫ï¼åå¯ä»¥æ°å¢ GPG 檢æ¥ä»¥é©èæ¤å²å庫ä¸çæåå¥ä»¶æ¯å¦æªæ¯æãé¸åå²å庫ï¼ç¶å¾é¸å<uicontrol>編輯</uicontrol>ãé¸å<uicontrol>æ¯</uicontrol>以åç¨
-GPG 檢æ¥ï¼ç¶å¾è¼¸å
¥å²å庫ç GPG éé°æªç URLã</p></dd>
-</dlentry><dlentry>
-<dt>é¤é¯å ±å</dt>
-<dd>æ¤å段顯示é¤é¯å ±åï¼å
æ¬å稱åæªæ¡è·¯å¾ãæ¨å¯ä»¥é¸åé¸é
以ç¢çæ°å ±åãææ¯éæ°å½åã移é¤æä¸è¼ç¾æå ±åã<p>é¤é¯å ±åæ¯ä½¿ç¨
-<cmdname>sosreport</cmdname> æ令ç¢ççã該æ令å¯ç¨æ¼ Red
-Hat Enterprise <tm tmtype="tm" trademark="Linux">Linux</tm>ãFedora
-å Ubuntu ç¼è¡å¥ä»¶ã該æ令æç¢ç .tar æªæ¡ï¼å
¶å
å«é
ç½®è診æ·è³è¨ï¼ä¾å¦å·è¡ä¸çæ ¸å¿çæ¬ãå·²è¼å
¥æ¨¡çµä»¥å系統åæåé
ç½®æªæ¡ã該æ令éæå·è¡å¤é¨ç¨å¼ä¾æ¶éæ´å¤è³è¨ä¸¦å°æ¤è¼¸åºå²åå¨ç¢ççä¿åæªä¸ã</p> </dd>
-</dlentry></dl></p>
-</csbody>
-<?tm 1392659967 1?>
-</cshelp>
-
-
-<!-- ENGL1SH_VERS10N 47930_4 DO NOT REMOVE OR CHANGE THIS LINE -->
-<!-- T9N_SRC_ID 232 -->
-<!-- T9N_SH1P_STR1NG KVM21AAP001 3 -->
--
2.1.0
More information about the Kimchi-devel
mailing list