[PATCH 09/15] V2 Ginger Base : base plugin ui/pages/help files

From: Chandra Shekhar Reddy Potula <chandra@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
participants (1)
-
chandra@linux.vnet.ibm.com