error.unknown = "%1$s: %2$s '%3$s' unbekannt\n"
-help.config = "%1$s: Tools-Konfiguration bearbeiten\nNutzung: %2$s %3$s <Unterbefehl>\n\nUnterbefehle:\n get <Abschnitt> <Schlüssel>: Aktuellen Wert für <Schlüssel> anzeigen\n set <Abschnitt> <Schlüssel> <Wert>: <Schlüssel> auf <Wert> einstellen\n\n remove <Abschnitt> <Schlüssel>: <Schlüssel> entfernen\n\n<Abschnitt> kann ein beliebiger unterstützter Abschnitt sein, z. B. logging, guestoperations oder guestinfo.\n<Schlüssel> kann ein beliebiger Konfigurationsschlüssel sein.\n<Wert> kann ein beliebiger Wert sein.\n"
+help.config = "%1$s: modify Tools configuration\nUsage: %2$s %3$s <subcommand>\n\nSubcommands:\n get <section> <key>: display current value for <key>\n NOTE: If the <key> is not present in tools.conf, its\n value from the global configuration is returned if present\n set <section> <key> <value>: set <key> to <value>\n\n remove <section> <key>: remove <key>\n\n<section> can be any supported section, such as logging, guestoperations or guestinfo.\n<key> can be any configuration key.\n<value> can be any value.\n"
help.device = "%1$s: Funktionen für die Hardwaregeräte der virtuellen Maschine\nNutzung: %2$s %3$s <Unterbefehl> [Argumente]\n'dev' ist der Name des Geräts.\n\nUnterbefehle:\n enable <dev>: Aktivieren des Geräts 'dev' \n disable <dev>: Deaktivieren des Geräts 'dev'\n list: Auflisten aller verfügbaren Geräte\n status <dev>: Ausgeben des Status eines Geräts\n"
help.info = "%1$s: Aktualisieren von Gastbetriebssysteminformationen auf dem Host\nNutzung: %2$s %3$s update <Infoklasse>\n\nUnterbefehle:\n update < Infoklasse >: Aktualisieren von durch <Infoklasse> ermittelte Informationen\n< Infoklasse > kann 'network' sein\n"
-help.logging = "%1$s: Toolsprotokollierung verändern\nNutzung: %2$s %3$s level <Unterbefehl> <Dienstname> <Ebene>\n\nUnterbefehle:\n get <Dienstname>: Anzeige der aktuellen Ebene\n set <Dienstname> <Ebene>: Einrichten der aktuellen Ebene\n\n<Dienstname> kann jeder unterstützte Dienst sein wie vmsvc oder vmusr\n<Ebene> kann für einen Fehler, ein kritisches Ereignis, eine Warnung, Info, Meldung oder ein Debugging stehen \n Standard ist %4$s\n"
+help.logging = "%1$s: modify tools logging\nUsage: %2$s %3$s level <subcommand> <servicename> <level>\n\nSubcommands:\n get <servicename>: display current level\n NOTE: If the level is not present in tools.conf, its\n value from the global configuration is returned if present\n set <servicename> <level>: set current level\n\n<servicename> can be any supported service, such as vmsvc or vmusr\n<level> can be one of error, critical, warning, info, message, debug\n default is %4$s\n"
help.main = "Nutzung: %1$s <Befehl> [Optionen] [Unterbefehl]\nWenn Sie Hilfe zu einem bestimmten Befehl benötigen, geben Sie '%2$s %3$s <Befehl>' ein.\nGeben Sie '%4$s -v' ein, um die VMware Tools-Version anzuzeigen.\nVerwenden Sie die Option '-q' zum Unterdrücken der stdout-Ausgabe.\nFür die meisten Befehle gibt es Unterbefehle.\n\nVerfügbare Befehle:\n config\n device\n disk (nicht auf allen Betriebssystemen verfügbar)\n globalconf (not available on all operating systems)\n gueststore (not available on all operating systems)\n info\n logging\n script\n stat\n timesync\n upgrade (nicht auf allen Betriebssystemen verfügbar)\n"
-help.script = "%1$s: Steuerung der Skripts, die als Reaktion auf Betriebsvorgänge ausgeführt werden\nNutzung: %2$s %3$s <power|resume|suspend|shutdown> <Unterbefehl> [Argumente]\n\nUnterbefehle:\n enable: Aktivieren des angegebenen Skripts und Wiederherstellen dessen Pfads auf den Standardpfad\n disable: Deaktivieren des vorhandenen Skripts\n set <Vollständiger Pfad>: Festlegen des angegebenen Skripts auf den angegebenen Pfad\n default: Ausgeben des Standardpfads des angegebenen Skripts\n current: Ausgeben des aktuellen Pfads des angegebenen Skripts\n"
+help.script = "%1$s: control the scripts run in response to power operations\nUsage: %2$s %3$s <power|resume|suspend|shutdown> <subcommand> [args]\n\nSubcommands:\n enable: enable the given script and restore its path to the default\n disable: disable the given script\n set <full_path>: set the given script to the given path\n default: print the default path of the given script\n current: print the current path of the given script\n NOTE: If the path is not present in tools.conf, its\n value from the global configuration is returned if present\n"
help.stat = "%1$s: Drucken von hilfreichen Gast- und Hostinformationen\nNutzung: %2$s %3$s <Unterbefehl>\n\nUnterbefehle:\n hosttime: Ausgeben der Hostuhrzeit\n speed: Ausgeben der CPU-Geschwindigkeit in MHz\nUnterbefehle nur für ESX-Gäste:\n sessionid: Ausgeben der aktuellen Sitzungs-ID\n balloon: Ausgeben der Balloon-Arbeitsspeicher-Informationen\n swap: Ausgeben der Auslagerungsinformationen für den Arbeitsspeicher\n memlimit: Ausgeben des Arbeitsspeicher-Limits\n memres: Ausgeben der Arbeitsspeicherreservierung\n cpures: Ausgeben der CPU-Reservierung\n cpulimit: Ausgeben des CPU-Limits\n raw [<Codierung> <Statistikname>]: Drucken von statistischen Rohdaten\n <Codierung> steht für 'text', 'json', 'xml' oder 'yaml'.\n <Statistikname> beinhaltet session, host, resources, vscsi und\n vnet (einige Statistiken wie vsci bestehen aus zwei Wörtern, z. B. 'vscsi scsi0:0').\n Druckt verfügbare Statistiken wenn für <Codierung> und <Statistikname>\n keine Argumente angegeben wurden.\n"
help.upgrade = "%1$s: Funktionen für das Upgrade von VMware Tools.\nNutzung: %2$s %3$s <Unterbefehl> [Argumente]\nUnterbefehle:\n status: Überprüfen des Upgrade-Status für VMware Tools.\n start: Starten eines automatischen Upgrade von VMware Tools.\n\nDamit die Upgrades funktionieren, muss der VMware Tools-Dienst ausgeführt werden.\n"
+globalconf.refresh.failed = "'%1$s' failed, since globalconf module is disabled.\n"
+
globalconf.start_vmtools = "%1$s: Starting the %2$s service.\n"
globalconf.status = "The status of globalconf module is '%1$s'\n"
error.unknown = "%1$s: Unknown %2$s '%3$s'\n"
-help.config = "%1$s: modify Tools configuration\nUsage: %2$s %3$s <subcommand>\n\nSubcommands:\n get <section> <key>: display current value for <key>\n set <section> <key> <value>: set <key> to <value>\n\n remove <section> <key>: remove <key>\n\n<section> can be any supported section, such as logging, guestoperations or guestinfo.\n<key> can be any configuration key.\n<value> can be any value.\n"
+help.config = "%1$s: modify Tools configuration\nUsage: %2$s %3$s <subcommand>\n\nSubcommands:\n get <section> <key>: display current value for <key>\n NOTE: If the <key> is not present in tools.conf, its\n value from the global configuration is returned if present\n set <section> <key> <value>: set <key> to <value>\n\n remove <section> <key>: remove <key>\n\n<section> can be any supported section, such as logging, guestoperations or guestinfo.\n<key> can be any configuration key.\n<value> can be any value.\n"
help.device = "%1$s: functions related to the virtual machine's hardware devices\nUsage: %2$s %3$s <subcommand> [args]\ndev is the name of the device.\n\nSubcommands:\n enable <dev>: enable the device dev\n disable <dev>: disable the device dev\n list: list all available devices\n status <dev>: print the status of a device\n"
help.info = "%1$s: update guest information on the host\nUsage: %2$s %3$s update <infoclass>\n\nSubcommands:\n update <infoclass>: update information identified by <infoclass>\n<infoclass> can be 'network'\n"
-help.logging = "%1$s: modify tools logging\nUsage: %2$s %3$s level <subcommand> <servicename> <level>\n\nSubcommands:\n get <servicename>: display current level\n set <servicename> <level>: set current level\n\n<servicename> can be any supported service, such as vmsvc or vmusr\n<level> can be one of error, critical, warning, info, message, debug\n default is %4$s\n"
+help.logging = "%1$s: modify tools logging\nUsage: %2$s %3$s level <subcommand> <servicename> <level>\n\nSubcommands:\n get <servicename>: display current level\n NOTE: If the level is not present in tools.conf, its\n value from the global configuration is returned if present\n set <servicename> <level>: set current level\n\n<servicename> can be any supported service, such as vmsvc or vmusr\n<level> can be one of error, critical, warning, info, message, debug\n default is %4$s\n"
help.main = "Usage: %1$s <command> [options] [subcommand]\nType '%2$s %3$s <command>' for help on a specific command.\nType '%4$s -v' to see the VMware Tools version.\nUse '-q' option to suppress stdout output.\nMost commands take a subcommand.\n\nAvailable commands:\n config\n device\n disk (not available on all operating systems)\n globalconf (not available on all operating systems)\n gueststore (not available on all operating systems)\n info\n logging\n script\n stat\n timesync\n upgrade (not available on all operating systems)\n"
-help.script = "%1$s: control the scripts run in response to power operations\nUsage: %2$s %3$s <power|resume|suspend|shutdown> <subcommand> [args]\n\nSubcommands:\n enable: enable the given script and restore its path to the default\n disable: disable the given script\n set <full_path>: set the given script to the given path\n default: print the default path of the given script\n current: print the current path of the given script\n"
+help.script = "%1$s: control the scripts run in response to power operations\nUsage: %2$s %3$s <power|resume|suspend|shutdown> <subcommand> [args]\n\nSubcommands:\n enable: enable the given script and restore its path to the default\n disable: disable the given script\n set <full_path>: set the given script to the given path\n default: print the default path of the given script\n current: print the current path of the given script\n NOTE: If the path is not present in tools.conf, its\n value from the global configuration is returned if present\n"
help.stat = "%1$s: print useful guest and host information\nUsage: %2$s %3$s <subcommand>\n\nSubcommands:\n hosttime: print the host time\n speed: print the CPU speed in MHz\nESX guests only subcommands:\n sessionid: print the current session id\n balloon: print memory ballooning information\n swap: print memory swapping information\n memlimit: print memory limit information\n memres: print memory reservation information\n cpures: print CPU reservation information\n cpulimit: print CPU limit information\n raw [<encoding> <stat name>]: print raw stat information\n <encoding> can be one of 'text', 'json', 'xml', 'yaml'.\n <stat name> includes session, host, resources, vscsi and\n vnet (Some stats like vscsi are two words, e.g. 'vscsi scsi0:0').\n Prints the available stats if <encoding> and <stat name>\n arguments are not specified.\n"
help.upgrade = "%1$s: functions related to upgrading VMware Tools.\nUsage: %2$s %3$s <subcommand> [args]\nSubcommands:\n status: check the VMware Tools upgrade status.\n start: initiate an auto-upgrade of VMware Tools.\n\nFor upgrades to work, the VMware Tools service needs to be running.\n"
+globalconf.refresh.failed = "'%1$s' failed, since globalconf module is disabled.\n"
+
globalconf.start_vmtools = "%1$s: Starting the %2$s service.\n"
globalconf.status = "The status of globalconf module is '%1$s'\n"
error.unknown = "%1$s: %2$s '%3$s' desconocido\n"
-help.config = "%1$s: modifica la configuración de Tools\nUso: %2$s %3$s <subcomando>\n\nSubcomandos:\n get <sección> <clave>: muestra el valor actual de <clave>\n set <sección> <clave> <valor>: establece <clave> en <valor>\n\n remove <sección> <clave>: elimina <clave>\n\n<sección> puede ser cualquier sección admitida como, por ejemplo, logging, guestoperations o guestinfo.\n<clave> puede ser cualquier clave de configuración.\n<valor> puede ser cualquier valor.\n"
+help.config = "%1$s: modify Tools configuration\nUsage: %2$s %3$s <subcommand>\n\nSubcommands:\n get <section> <key>: display current value for <key>\n NOTE: If the <key> is not present in tools.conf, its\n value from the global configuration is returned if present\n set <section> <key> <value>: set <key> to <value>\n\n remove <section> <key>: remove <key>\n\n<section> can be any supported section, such as logging, guestoperations or guestinfo.\n<key> can be any configuration key.\n<value> can be any value.\n"
help.device = "%1$s: funciones relacionadas con los dispositivos de hardware de la máquina virtual\nUso: %2$s %3$s <subcomando> [argumentos]\ndev es el nombre del dispositivo.\n\nSubcomandos:\n enable <dev>: habilita el dev del dispositivo\n disable <dev>: deshabilita el dev del dispositivo\n list: enumera todos los dispositivos disponibles\n status <dev>: imprime el estado de un dispositivo\n"
help.info = "%1$s: actualiza la información del invitado en el host\nUso: %2$s %3$s actualiza <claseinformación>\n\nSubcomandos:\n actualización <claseinformación>: actualiza la información identificada por <claseinformación>\n<claseinformación> puede ser 'red'\n"
-help.logging = "%1$s: modifica el registro de herramientas\nUso: %2$s de nivel %3$s <subcomando> <nombreservicio> <nivel>\n\nSubcomandos:\n get <nombreservicio>: muestra el nivel actual\n set <nombreservicio> <nivel>: establece el nivel actual\n\n<nombreservicio> puede ser cualquier servicio admitido, como vmsvc o vmusr\n<nivel> puede ser un error, un fallo crítico, una advertencia, una información, un mensaje o una depuración\n El valor predeterminado es %4$s\n"
+help.logging = "%1$s: modify tools logging\nUsage: %2$s %3$s level <subcommand> <servicename> <level>\n\nSubcommands:\n get <servicename>: display current level\n NOTE: If the level is not present in tools.conf, its\n value from the global configuration is returned if present\n set <servicename> <level>: set current level\n\n<servicename> can be any supported service, such as vmsvc or vmusr\n<level> can be one of error, critical, warning, info, message, debug\n default is %4$s\n"
help.main = "Uso: %1$s <comando> [opciones] [subcomando]\nEscriba '%2$s %3$s <comando>' para obtener ayuda sobre un comando específico.\nEscriba '%4$s -v' para consultar la versión de VMware Tools.\nUtilice la opción '-q' para suprimir el resultado stdout.\La mayoría de comandos tiene un subcomando.\n\nComandos disponibles:\n config\n device\n disk (no disponible en todos los sistemas operativos)\n globalconf (not available on all operating systems)\n gueststore (not available on all operating systems)\n info\n logging\n script\n stat\n timesync\n upgrade (no disponible en todos los sistemas operativos)\n"
-help.script = "%1$s: controlar la ejecución de secuencias de comandos en respuesta a operaciones de encendido\nUso: %2$s %3$s <power|resume|suspend|shutdown> <subcomando> [argumentos]\n\nSubcomandos:\n enable: habilita la secuencia de comandos en cuestión y restaura la ruta de acceso predeterminada\n disable: deshabilita la secuencia de comandos en cuestión\n set <ruta de acceso completa>: establece la secuencia de comandos en cuestión en la ruta de acceso determinada\n default: imprime la ruta de acceso predeterminada de la secuencia de comandos en cuestión\n current: imprime la ruta de acceso actual de la secuencia de comandos en cuestión\n"
+help.script = "%1$s: control the scripts run in response to power operations\nUsage: %2$s %3$s <power|resume|suspend|shutdown> <subcommand> [args]\n\nSubcommands:\n enable: enable the given script and restore its path to the default\n disable: disable the given script\n set <full_path>: set the given script to the given path\n default: print the default path of the given script\n current: print the current path of the given script\n NOTE: If the path is not present in tools.conf, its\n value from the global configuration is returned if present\n"
help.stat = "%1$s: imprimir información útil sobre hosts e invitados\nUso: %2$s %3$s <subcomando>\n\nSubcomandos:\n hosttime: imprime la hora del host\n speed: imprime la velocidad de la CPU en MHz\nSubcomandos solo de invitados de ESX:\n sessionid: imprime el identificador de sesión actual\n balloon: imprime información de aumento de memoria\n swap: imprime información de intercambio de memoria\n memlimit: imprime información de límite de memoria\n memres: imprime información de reserva de memoria\n cpures: imprime información de reserva de la CPU\n cpulimit: imprime información del límite de la CPU\n raw [<codificación> <nombre de estadísticas>]: imprime información de estadísticas sin formato\n <codificación> puede ser uno de 'text', 'json', 'xml', 'yaml'.\n <nombre de estadísticas> incluye sesión, host, recursos, vscsi y\n vnet (Algunas estadísticas como vscsi son dos palabras, por ejemplo, 'vscsi scsi0:0').\n Imprime las estadísticas disponibles si no se han especificado los argumentos de <codificación> y <nombre de estadísticas>.\n"
help.upgrade = "%1$s: funciones relacionadas con la actualización de VMware Tools.\nUso: %2$s %3$s <subcomando> [argumentos]\nSubcomandos:\n status: comprueba el estado de actualización de VMware Tools.\n start: inicia la actualización automática de VMware Tools.\n\nPara que funcionen las actualizaciones, debe ejecutarse el servicio de VMware Tools.\n"
+globalconf.refresh.failed = "'%1$s' failed, since globalconf module is disabled.\n"
+
globalconf.start_vmtools = "%1$s: Starting the %2$s service.\n"
globalconf.status = "The status of globalconf module is '%1$s'\n"
error.unknown = "%1$s : %2$s inconnu '%3$s'\n"
-help.config = "%1$s : modifier la configuration de Tools\nSyntaxe : %2$s %3$s <sous-commande>\n\nSous-commandes :\n obtenir <section> <clé> : afficher la valeur actuelle de <clé>\n définir <section> <clé> <valeur> : définir <clé> sur <valeur>\n\n supprimer <section> <clé> : supprimer <clé>\n\n<section> peut être n'importe quelle section prise en charge, telle que logging, guestoperations ou guestinfo.\n<clé> peut être n'importe quelle clé de configuration.\n<valeur> peut être n'importe quelle valeur.\n"
+help.config = "%1$s: modify Tools configuration\nUsage: %2$s %3$s <subcommand>\n\nSubcommands:\n get <section> <key>: display current value for <key>\n NOTE: If the <key> is not present in tools.conf, its\n value from the global configuration is returned if present\n set <section> <key> <value>: set <key> to <value>\n\n remove <section> <key>: remove <key>\n\n<section> can be any supported section, such as logging, guestoperations or guestinfo.\n<key> can be any configuration key.\n<value> can be any value.\n"
help.device = "%1$s : fonctions apparentées aux appareils matériels de la machine virtuelle\nSyntaxe : %2$s %3$s <sous-commande> [args]\ndev est le nom du périphérique.\n\nSous-commandes :\n enable <dev> : activer le périphérique dev\n disable <dev> : désactiver le périphérique dev\n list : liste de tous les périphériques disponibles\n status <dev> : imprime l'état d'un périphérique\n"
help.info = "%1$s : mettre à jour des informations d'invité sur l'hôte\nSyntaxe : %2$s %3$s met à jour <classeinfos>\n\nSous-commandes :\n mettre à jour <classeinfos> : met à jour des informations identifiées par <classeinfos>\n<classeinfos> peut être 'réseau'\n"
-help.logging = "%1$s : modifier la journalisation des outils\nSyntaxe : niveau de %2$s %3$s <sous-commande> <nomservice> <niveau>\n\nSous-commandes :\n obtenir <nomservice> : affiche le niveau actuel\n définir <nomservice> <niveau> : définit le niveau actuel\n\n<nomservice> peut être n’importe quel service pris en charge, tel que vmsvc ou vmusr\n<niveau> peut être erreur, critique, avertissement, info, message, débogage\n la valeur par défaut est %4$s\n"
+help.logging = "%1$s: modify tools logging\nUsage: %2$s %3$s level <subcommand> <servicename> <level>\n\nSubcommands:\n get <servicename>: display current level\n NOTE: If the level is not present in tools.conf, its\n value from the global configuration is returned if present\n set <servicename> <level>: set current level\n\n<servicename> can be any supported service, such as vmsvc or vmusr\n<level> can be one of error, critical, warning, info, message, debug\n default is %4$s\n"
help.main = "Syntaxe : %1$s <commande> [options] [subcommand]\nPour obtenir de l'aide sur une commande spécifique, entrez '%2$s %3$s <commande>'.\nPour vérifier la version de VMware Tools, entrez '%4$s -v'.\nPour supprimer la sortie stdout, utilisez l'option '-q'.\nLa plupart des commandes ont une sous-commande.\n\nCommandes disponibles :\n config\n device\n disk (non disponible sur tous les systèmes d'exploitation)\n globalconf (not available on all operating systems)\n gueststore (not available on all operating systems)\n info\n logging\n script\n stat\n timesync\n upgrade (non disponible sur tous les systèmes d'exploitation)\n"
-help.script = "%1$s : vérifie que le script s'exécute en réponse aux opérations d'alimentation\nSyntaxe : %2$s %3$s <power|resume|suspend|shutdown> <sous-commande> [args]\n\nSous-commandes :\n enable : active le script donné et restaure son chemin sur le chemin par défaut\n disable : désactive le script donné\n set <chemin d'accès complet> : définit le script spécifique sur le chemin donné\n default : imprime le chemin par défaut du script donné\n current : imprime le chemin courant du script donné\n"
+help.script = "%1$s: control the scripts run in response to power operations\nUsage: %2$s %3$s <power|resume|suspend|shutdown> <subcommand> [args]\n\nSubcommands:\n enable: enable the given script and restore its path to the default\n disable: disable the given script\n set <full_path>: set the given script to the given path\n default: print the default path of the given script\n current: print the current path of the given script\n NOTE: If the path is not present in tools.conf, its\n value from the global configuration is returned if present\n"
help.stat = "%1$s : imprimez des informations utiles sur le client et l'hôte\nSyntaxe : %2$s %3$s <sous-commande>\n\nSous-commandes :\n hosttime : imprimez l'heure de l'hôte\n speed : imprimez la vitesse du CPU en MHz\nClients ESX uniquement des sous-commandes :\n sessionid : imprimez l'ID de session actuel\n balloon : imprimez des informations sur le gonflage de mémoire\n swap : imprimez des informations sur l'échange de mémoire\n memlimit : imprimez des informations sur la limite de mémoire\n memres : imprimez des informations sur la réservation de mémoire\n cpures : imprimez des informations sur la réservation de CPU\n cpulimit : imprimez des informations sur la limite de CPU\n raw [<codage> <nom statistique>] : imprimez des informations statistiques brutes\n <codage> peut être 'text', 'json', 'xml', 'yaml'.\n <nom statistique> inclut la session, l'hôte, les ressources, vscsi et\n vnet (certaines statistiques comme vscsi sont deux mots, par exemple 'vscsi scsi0:0').\n Imprime les statistiques disponibles si les arguments <codage> et <nom statistique>\n ne sont pas spécifiés.\n"
help.upgrade = "%1$s : fonctions en rapport avec la mise à niveau de VMware Tools.\nSyntaxe : %2$s %3$s <sous-commande> [args]\nSous-commandes :\n status : vérifie le statut de mise à niveau de VMware Tools.\n start : initialise une mise à niveau automatique de VMware Tools.\n\nPour que les mises à niveau fonctionnent, le service VMware Tools doit être en cours d'exécution.\n"
+globalconf.refresh.failed = "'%1$s' failed, since globalconf module is disabled.\n"
+
globalconf.start_vmtools = "%1$s: Starting the %2$s service.\n"
globalconf.status = "The status of globalconf module is '%1$s'\n"
error.unknown = "%1$s: %2$s '%3$s' sconosciuto\n"
-help.config = "%1$s: modifica configurazione strumenti\nUtilizzo: %2$s %3$s <comando secondario>\n\nComandi secondari:\n ottieni <sezione> <chiave>: mostra valore attuale per <chiave>\n imposta <sezione> <chiave> <valore>: imposta <chiave> in <valore>\n\n rimuovi <sezione> <chiave>: rimuove <chiave>\n\n<sezione> può essere qualsiasi sezione supportata come registrazione, operazioni guest o info guest.\n<chiave> può essere qualsiasi chiave di configurazione.\n<valore> può essere qualsiasi valore.\n"
+help.config = "%1$s: modify Tools configuration\nUsage: %2$s %3$s <subcommand>\n\nSubcommands:\n get <section> <key>: display current value for <key>\n NOTE: If the <key> is not present in tools.conf, its\n value from the global configuration is returned if present\n set <section> <key> <value>: set <key> to <value>\n\n remove <section> <key>: remove <key>\n\n<section> can be any supported section, such as logging, guestoperations or guestinfo.\n<key> can be any configuration key.\n<value> can be any value.\n"
help.device = "%1$s: funzioni relative ai dispositivi hardware della macchina virtuale\nUtilizzo: %2$s %3$s <comando secondario> [args]\ndev è il nome del dispositivo.\n\nComandi secondari:\n attiva <dev>: attivare il dispositivo dev\n disattiva <dev>: disattivare il dispositivo dev\n elenca: elencare tutti i dispositivi disponibili\n stato <dev>: stampare lo stato di un dispositivo\n"
help.info = "%1$s: aggiornare informazioni guest su host\nUtilizzo: %2$s %3$s aggiorna <classe info>\n\nComandi secondari:\n aggiorna <classe info>: aggiornare informazioni identificate da <classe info>\n<classe info> può essere "rete"\n"
-help.logging = ""%1$s: modifica registrazione strumenti\nUso: %2$s %3$s livello <comando secondario> <nome servizio> <livello>\n\nComandi secondari:\n get <nome servizio>: visualizza livello corrente\n set <nome servizio> <livello>: imposta livello corrente\n\n<nome servizio> può essere qualunque servizio supportato, come vmsvc o vmusr\n<livello> può essere selezionato tra errore, critico, avvertenza, informazione, messaggio, debug\n l'impostazione predefinita è %4$s\n""
+help.logging = "%1$s: modify tools logging\nUsage: %2$s %3$s level <subcommand> <servicename> <level>\n\nSubcommands:\n get <servicename>: display current level\n NOTE: If the level is not present in tools.conf, its\n value from the global configuration is returned if present\n set <servicename> <level>: set current level\n\n<servicename> can be any supported service, such as vmsvc or vmusr\n<level> can be one of error, critical, warning, info, message, debug\n default is %4$s\n"
help.main = "Utilizzo: %1$s <comando> [opzioni] [comando secondario]\nDigitare "%2$s %3$s <comando>" per aiuto su un comando specifico.\nDigitare "%4$s -v" per vedere la versione di VMware Tools.\nUsare l'opzione "-q" per sopprimere l'uscita stdout.\nLa maggior parte dei comandi accetta un comando secondario.\n\nComandi disponibili:\n config\n dispositivo\n disco (non disponibile su tutti i sistemi operativi)\n globalconf (not available on all operating systems)\n gueststore (not available on all operating systems)\n info\n registrazione\n script\n stato\n timesync\n upgrade (non disponibile su tutti i sistemi operativi)\n"
-help.script = "%1$s: controllare gli script eseguiti in risposta alle operazioni di alimentazione\nUtilizzo: %2$s %3$s <power|resume|suspend|shutdown> <comando secondario> [args]\n\nComandi secondari:\n attiva: attivare lo script dato e ripristinare il suo percorso sul valore predefinito\n disabilita: disabilitare lo script dato\n imposta <percorso_completo>: impostare lo script dato sul percorso dato\n default: stampare il percorso predefinito dello script dato\n corrente: stampare il percorso corrente dello script dato\n"
+help.script = "%1$s: control the scripts run in response to power operations\nUsage: %2$s %3$s <power|resume|suspend|shutdown> <subcommand> [args]\n\nSubcommands:\n enable: enable the given script and restore its path to the default\n disable: disable the given script\n set <full_path>: set the given script to the given path\n default: print the default path of the given script\n current: print the current path of the given script\n NOTE: If the path is not present in tools.conf, its\n value from the global configuration is returned if present\n"
help.stat = "%1$s: stampare informazioni utili su guest e host\nUtilizzo: %2$s %3$s <comando secondario>\n\nComandi secondari:\n hosttime: stampare il tempo dell'host\n speed: stampare la velocità della CPU in MHz\nESX ospita solo comandi secondari:\n sessionid: stampare l'id della sessione corrente\n balloon: stampare le informazioni di ballooning della memoria\n swap: stampare le informazioni di swap della memoria\n memlimit: stampare le informazioni di limite della memoria\n memres: stampare le informazioni di prenotazione della memoria\n cpures: stampare le informazioni di prenotazione della CPU\n cpulimit: stampare le informazioni di limite della CPU\n raw [<codifica> <nome stato>]: stampare informazioni stato non elaborate\n <codifica> può essere "text", "json", "xml", "yaml".\n <nome stato> include sessione, host, risorse, vscsi e\n vnet (alcuni stati, come vscsi, sono composti da due parole, ad es. "vscsi scsi0:0").\n Stampa gli stati disponibili se <codifica> e <nome stato>\n non sono argomenti specificati.\n"
help.upgrade = "%1$s: funzioni relative all'aggiornamento di VMware Tools.\nUtilizzo: %2$s %3$s <comando secondario> [args]\nComandi secondari:\n stato: controllare lo stato di aggiornamento di VMware Tools.\n avvio: avviare un aggiornamento automatico di VMware Tools.\n\nPer il funzionamento degli aggiornamenti, il servizio VMware Tools deve essere in esecuzione.\n"
+globalconf.refresh.failed = "'%1$s' failed, since globalconf module is disabled.\n"
+
globalconf.start_vmtools = "%1$s: Starting the %2$s service.\n"
globalconf.status = "The status of globalconf module is '%1$s'\n"
error.unknown = "%1$s: 不明な %2$s '%3$s'\n"
-help.config = "%1$s: VMware Tools の設定を変更します\n使用方法: %2$s %3$s <サブコマンド>\n\nサブコマンド: \n get <セクション> <キー>: <キー> の現在値を表示します\n set <セクション> <キー> <値>: <キー> を <値> に設定します\n\n remove <セクション> <キー>: <キー> を削除します\n\n<セクション> には、logging、guestoperations、または guestinfo などのサポートされる任意のセクションを指定できます。\n<キー> には、任意の構成キーを指定できます。\n<値> には任意の値を指定できます。\n"
+help.config = "%1$s: modify Tools configuration\nUsage: %2$s %3$s <subcommand>\n\nSubcommands:\n get <section> <key>: display current value for <key>\n NOTE: If the <key> is not present in tools.conf, its\n value from the global configuration is returned if present\n set <section> <key> <value>: set <key> to <value>\n\n remove <section> <key>: remove <key>\n\n<section> can be any supported section, such as logging, guestoperations or guestinfo.\n<key> can be any configuration key.\n<value> can be any value.\n"
help.device = "%1$s: 仮想マシンのハードウェア デバイスに関連する機能\n使用方法: %2$s %3$s <サブコマンド> [引数]\ndev にはデバイス名を指定します。\n\nサブコマンド:\n enable <デバイス>: デバイス dev を有効にする\n disable <デバイス>: デバイス dev を無効にする\n list: 有効なデバイスを一覧表示\n status <デバイス>: デバイスのステータスを出力\n"
help.info = "%1$s: ホストのゲスト情報を更新します\n使用方法: %2$s %3$s update <情報カテゴリ>\n\nサブコマンド:\n update <情報カテゴリ>: <情報カテゴリ> で特定される情報を更新します\n<情報カテゴリ> には「network」を指定できます\n"
-help.logging = "%1$s: Tools ログを変更します\n使用法: %2$s %3$s level <subcommand> <servicename> <level>\n\nサブコマンド:\n <servicename> の取得: 現在のレベルを表示します\n <servicename> <level> の設定: 現在のレベルを設定します\n\n<servicename> は、vmsvc や vmusr などサポートされているサービスを指定できます\n<level> は、エラー、クリティカル、警告、情報、メッセージ、デバッグのいずれかを指定できます\n デフォルトは %4$s です\n"
+help.logging = "%1$s: modify tools logging\nUsage: %2$s %3$s level <subcommand> <servicename> <level>\n\nSubcommands:\n get <servicename>: display current level\n NOTE: If the level is not present in tools.conf, its\n value from the global configuration is returned if present\n set <servicename> <level>: set current level\n\n<servicename> can be any supported service, such as vmsvc or vmusr\n<level> can be one of error, critical, warning, info, message, debug\n default is %4$s\n"
help.main = "使用方法: %1$s <コマンド> [オプション] [サブコマンド]\n「%2$s %3$s <コマンド>」と入力すると、そのコマンドのヘルプを表示できます。\nVMware Tools のバージョンを確認するには「%4$s -v」と入力します。.\nstdout 出力を抑止するには「-q」オプションを使用します。\nほとんどのコマンドではサブコマンドも使用されます。\n\n使用可能なコマンド: \n config\n device\n disk(オペレーティング システムによっては使用できない場合もあります)\n globalconf (not available on all operating systems)\n gueststore (not available on all operating systems)\n info\n logging\n script\n stat\n timesync\n upgrade(オペレーティング システムによっては使用できない場合もあります)\n"
-help.script = "%1$s: 電源操作に対応して実行されるスクリプトを制御\n使用方法: %2$s %3$s <power|resume|suspend|shutdown> <サブコマンド> [引数]\n\nサブコマンド:\n enable: 指定されたスクリプトを有効にして、そのパスをデフォルトに復元\n disable: 指定されたスクリプトを無効にする\n set <フル パス>: 指定されたスクリプトを指定されたパスに設定\n default: 指定されたスクリプトのデフォルトのパスを出力\n current: 指定されたスクリプトの現在のパスを出力\n"
+help.script = "%1$s: control the scripts run in response to power operations\nUsage: %2$s %3$s <power|resume|suspend|shutdown> <subcommand> [args]\n\nSubcommands:\n enable: enable the given script and restore its path to the default\n disable: disable the given script\n set <full_path>: set the given script to the given path\n default: print the default path of the given script\n current: print the current path of the given script\n NOTE: If the path is not present in tools.conf, its\n value from the global configuration is returned if present\n"
help.stat = "%1$s: 役に立つゲストおよびホスト情報を出力\n使用方法: %2$s %3$s <サブコマンド>\n\nサブコマンド:\n hosttime: ホスト時刻を出力\n speed: CPU 速度 (MHz) を出力\nESX ゲストのみのサブコマンド:\n sessionid: 現在のセッション ID を出力\n balloon: メモリのバルーニング情報を出力\n swap: メモリのスワップ情報を出力\n memlimit: メモリの制限情報を出力\n memres: メモリの予約情報を出力\n cpures: CPU の予約情報を出力\n cpulimit: CPU の制限情報を出力\n raw [<エンコーディング> <統計名>]: RAW 統計情報を出力\n <エンコーディング> には、「text'」、「json」、「xml」、「yaml」のいずれかを指定できます。\n <統計名> には、セッション、ホスト、リソース、vscsi および\n vnet が含まれます(vscsi などのいくつかの統計は、たとえば「vscsi scsi0:0」など、2 語になります)。\n <エンコーディング> および <統計名>\n の引数が指定されない場合、利用可能な統計が出力されます。\n"
help.upgrade = "%1$s: VMware Tools のアップグレードに関連する機能。\n使用方法: %2$s %3$s <サブコマンド> [引数]\nサブコマンド:\n status: VMware Tools のアップグレード ステータスを確認\n start: VMware Tools の自動アップグレードを開始\n\nアップグレードが機能するには、VMware Tools サービスを実行している必要があります。\n"
+globalconf.refresh.failed = "'%1$s' failed, since globalconf module is disabled.\n"
+
globalconf.start_vmtools = "%1$s: Starting the %2$s service.\n"
globalconf.status = "The status of globalconf module is '%1$s'\n"
error.unknown = "%1$s: 알 수 없는 %2$s '%3$s'\n"
-help.config = "%1$s: 도구 구성 수정\n사용법: %2$s %3$s <하위 명령>\n\n하위 명령:\n get <섹션> <키>: <키>에 대한 현재 값 표시\n set <섹션> <키> <값>: <키>를 <값>으로 설정\n\n remove <섹션> <키>: <키> 제거\n\n<섹션>은 지원되는 어떤 섹션(예: logging, guestoperations 또는 guestinfo)이라도 될 수 있습니다.\n<키>는 어떤 구성 키라도 될 수 있습니다.\n<값>은 어떤 값이라도 될 수 있습니다.\n"
+help.config = "%1$s: modify Tools configuration\nUsage: %2$s %3$s <subcommand>\n\nSubcommands:\n get <section> <key>: display current value for <key>\n NOTE: If the <key> is not present in tools.conf, its\n value from the global configuration is returned if present\n set <section> <key> <value>: set <key> to <value>\n\n remove <section> <key>: remove <key>\n\n<section> can be any supported section, such as logging, guestoperations or guestinfo.\n<key> can be any configuration key.\n<value> can be any value.\n"
help.device = "%1$s: 가상 시스템의 하드웨어 디바이스와 관련된 기능\n사용법: %2$s %3$s <하위 명령> [인수]\ndev는 디바이스 이름입니다.\n\n하위 명령:\n enable <dev>: 디바이스 dev가 사용되도록 설정합니다.\n disable <dev>: 디바이스 dev가 사용되지 않도록 설정합니다.\n list: 사용 가능한 모든 디바이스를 나열합니다.\n status <dev>: 디바이스의 상태를 출력합니다.\n"
help.info = "%1$s: 호스트에서 게스트 정보 업데이트\n사용법: %2$s %3$s 업데이트 <정보 클래스>\n\n하위 명령:\n update <정보 클래스>: <정보 클래스>에서 식별한 정보 업데이트\n<정보 클래스>는 '네트워크'일 수 있음\n"
-help.logging = "%1$s: 도구 로깅 수정\n사용: %2$s %3$s 수준 <subcommand> <servicename> <level>\n\n하위 명령:\n <servicename> 가져오기: 현재 수준 표시\n <servicename> <level> 설정: 현재 수준 설정\n\n<servicename>은 vmsvc 또는 vmusr과 같은 지원 서비스일 수 있습니다.\n<level>은 오류, 중요, 경고, 정보, 메시지, 디버그 중 하나일 수 있습니다.\n 기본값은 %4$s입니다.\n"
+help.logging = "%1$s: modify tools logging\nUsage: %2$s %3$s level <subcommand> <servicename> <level>\n\nSubcommands:\n get <servicename>: display current level\n NOTE: If the level is not present in tools.conf, its\n value from the global configuration is returned if present\n set <servicename> <level>: set current level\n\n<servicename> can be any supported service, such as vmsvc or vmusr\n<level> can be one of error, critical, warning, info, message, debug\n default is %4$s\n"
help.main = "사용법: %1$s <명령> [옵션] [하위 명령]\n특정 명령에 대한 도움말을 보려면 '%2$s %3$s <명령>'을 입력하십시오.\nVMware Tools 버전을 확인하려면 '%4$s -v'를 입력하십시오.\nstdout 출력을 표시하지 않으려면 '-q' 옵션을 사용하십시오.\n대부분의 명령에 하위 명령이 사용됩니다.\n\n사용 가능한 명령:\n config\n device\n disk(일부 운영 체제에서만 사용할 수 있음)\n globalconf (not available on all operating systems)\n gueststore (not available on all operating systems)\n info\n logging\n script\n stat\n timesync\n upgrade(일부 운영 체제에서만 사용할 수 있음)\n"
-help.script = "%1$s: 전원 작업에 대한 응답으로 실행되는 스크립트를 제어합니다.\n사용법: %2$s %3$s <power|resume|suspend|shutdown> <하위 명령> [인수]\n\n하위 명령:\n enable: 지정된 스크립트가 사용되도록 설정하고 해당 경로를 기본값으로 복원합니다.\n disable: 지정된 스크립트가 사용되지 않도록 설정합니다.\n set <전체 경로>: 지정된 스크립트를 지정된 경로로 설정합니다.\n default: 지정된 스크립트의 기본 경로를 출력합니다.\n current: 지정된 스크립트의 현재 경로를 출력합니다.\n"
+help.script = "%1$s: control the scripts run in response to power operations\nUsage: %2$s %3$s <power|resume|suspend|shutdown> <subcommand> [args]\n\nSubcommands:\n enable: enable the given script and restore its path to the default\n disable: disable the given script\n set <full_path>: set the given script to the given path\n default: print the default path of the given script\n current: print the current path of the given script\n NOTE: If the path is not present in tools.conf, its\n value from the global configuration is returned if present\n"
help.stat = "%1$s: 유용한 게스트 및 호스트 정보 인쇄\n사용법: %2$s %3$s <하위 명령>\n\n하위 명령:\n hosttime: 호스트 시간 인쇄\n speed: CPU 속도(MHz) 인쇄\nESX 게스트 전용 하위 명령:\n sessionid: 현재 세션 ID 인쇄\n balloon: 메모리 벌루닝 정보 인쇄\n swap: 메모리 스와핑 정보 인쇄\n memlimit: 메모리 제한 정보 인쇄\n memres: 메모리 예약 정보 인쇄\n cpures: CPU 예약 정보 인쇄\n cpulimit: CPU 제한 정보 인쇄\n raw [<인코딩> <통계 이름>]: 원시 통계 정보 인쇄\n <인코딩>은 'text', 'json', 'xml', 'yaml' 중 하나일 수 있습니다.\n <통계 이름>은 세션, 호스트, 리소스, vscsi 및\n vnet을 포함합니다(vscsi와 같은 일부 통계는 'vscsi scsi0:0'과 같이 2개의 단어로 구성됨).\n <인코딩> 및 <통계 이름>\n 인수가 지정되지 않은 경우 사용 가능한 통계를 인쇄합니다.\n"
help.upgrade = "%1$s: VMware Tools 업그레이드와 관련된 기능입니다.\n사용법: %2$s %3$s <하위 명령> [인수]\n하위 명령:\n status: VMware Tools 업그레이드 상태를 확인합니다.\n start: VMware Tools의 자동 업그레이드를 시작합니다.\n\n업그레이드가 수행되려면 VMware Tools 서비스가 실행되어야 합니다.\n"
+globalconf.refresh.failed = "'%1$s' failed, since globalconf module is disabled.\n"
+
globalconf.start_vmtools = "%1$s: Starting the %2$s service.\n"
globalconf.status = "The status of globalconf module is '%1$s'\n"
error.unknown = "%1$s: %2$s“%3$s”未知\n"
-help.config = "%1$s: 修改 Tools 配置\n用法: %2$s %3$s <子命令>\n\n子命令:\n get <节> <项>: 显示 <项> 的当前值\n set <节> <项> <值>: 将 <项> 设置为 <值>\n\n remove <节> <项>: 移除 <项>\n\n<节> 可以是受支持的任何节,如 logging、guestoperations 或 guestinfo。\n<项> 可以是任何配置项。\n<值> 可以是任何值。\n"
+help.config = "%1$s: modify Tools configuration\nUsage: %2$s %3$s <subcommand>\n\nSubcommands:\n get <section> <key>: display current value for <key>\n NOTE: If the <key> is not present in tools.conf, its\n value from the global configuration is returned if present\n set <section> <key> <value>: set <key> to <value>\n\n remove <section> <key>: remove <key>\n\n<section> can be any supported section, such as logging, guestoperations or guestinfo.\n<key> can be any configuration key.\n<value> can be any value.\n"
help.device = "%1$s: 与虚拟机的硬件设备相关的功能\n用法: %2$s %3$s <子命令> [参数]\ndev 是设备的名称。\n\n子命令:\n enable <dev>: 启用设备 dev\n disable <dev>: 禁用设备 dev\n list: 列出所有可用的设备\n status <dev>: 打印设备的状态\n"
help.info = "%1$s: 更新主机上的来宾信息\n用法: %2$s %3$s update <信息类>\n\n子命令:\n update <信息类>: 更新由 <信息类> 标识的信息\n<信息类> 可以为“network”\n"
-help.logging = ""%1$s: 修改 Tools 日志记录\n用法: %2$s %3$s level <子命令> <服务名> <级别>\n\n子命令:\n get <服务名>: 显示当前级别\n set <服务名> <级别>: 设置当前级别\n\n<服务名> 可以是受支持的任何服务,包括 vmsvc 或 vmusr\n<级别> 可以是 error、critical、warning、info、message 或 debug 中的一种\n 默认为 %4$s\n""
+help.logging = "%1$s: modify tools logging\nUsage: %2$s %3$s level <subcommand> <servicename> <level>\n\nSubcommands:\n get <servicename>: display current level\n NOTE: If the level is not present in tools.conf, its\n value from the global configuration is returned if present\n set <servicename> <level>: set current level\n\n<servicename> can be any supported service, such as vmsvc or vmusr\n<level> can be one of error, critical, warning, info, message, debug\n default is %4$s\n"
help.main = "用法: %1$s <命令> [选项] [子命令]\n键入“%2$s %3$s <命令>”可获取有关特定命令的帮助。\n键入“%4$s -v”可查看 VMware Tools 版本。\n使用“-q”选项可取消 stdout 输出。\n大多数命令都有子命令。\n\n可用命令:\n config\n device\n disk (并非所有操作系统都支持)\n globalconf (not available on all operating systems)\n gueststore (not available on all operating systems)\n info\n logging\n script\n stat\n timesync\n upgrade (并非所有操作系统都支持)\n"
-help.script = "%1$s: 控制脚本运行以响应打开电源操作\n用法: %2$s %3$s <power|resume|suspend|shutdown> <子命令> [参数]\n\n子命令:\n enable: 启用给定脚本,并将其路径恢复为默认值\n disable: 禁用给定脚本\n set <完整路径>: 将给定脚本设置为给定路径\n default: 打印给定脚本的默认路径\n current: 打印给定脚本的当前路径\n"
+help.script = "%1$s: control the scripts run in response to power operations\nUsage: %2$s %3$s <power|resume|suspend|shutdown> <subcommand> [args]\n\nSubcommands:\n enable: enable the given script and restore its path to the default\n disable: disable the given script\n set <full_path>: set the given script to the given path\n default: print the default path of the given script\n current: print the current path of the given script\n NOTE: If the path is not present in tools.conf, its\n value from the global configuration is returned if present\n"
help.stat = "%1$s: 打印有用的来宾和主机信息\n用法: %2$s %3$s <子命令>\n\n子命令:\n hosttime: 打印主机时间\n speed: 打印 CPU 速度 (以 MHz 为单位)\n仅 ESX 来宾子命令:\n sessionid: 打印当前会话 id\n balloon: 打印内存扩大信息\n swap: 打印内存交换信息\n memlimit: 打印内存限制信息\n memres: 打印内存保留信息\n cpures: 打印 CPU 保留信息\n cpulimit: 打印 CPU 限制信息\n raw [<编码> <统计名称>]: 打印原始统计信息\n <编码> 可以为“text”、“json”、“xml”和“yaml”之一。\n <统计名称> 包括 session、host、resources、vscsi 和\n vnet (诸如 vscsi 之类的某些统计由两个单词组成,例如“vscsi scsi0:0”)。\n 如果未指定 <编码> 和 <统计名称> 参数,\n 则会打印可用的统计信息。\n"
help.upgrade = "%1$s: 与升级 VMware Tools 相关的功能。\n用法: %2$s %3$s <子命令> [参数]\n子命令:\n status: 检查 VMware Tools 升级状态。\n start: 启动 VMware Tools 自动升级。\n\n要使升级正常进行,需要运行 VMware Tools 服务。\n"
+globalconf.refresh.failed = "'%1$s' failed, since globalconf module is disabled.\n"
+
globalconf.start_vmtools = "%1$s: Starting the %2$s service.\n"
globalconf.status = "The status of globalconf module is '%1$s'\n"
error.unknown = "%1$s: 未知 %2$s「%3$s」\n"
-help.config = "%1$s: 修改工具組態\n使用量: %2$s %3$s <子命令>\n\n子命令:\n 取得 <區段> <金鑰>: 顯示目前 <金鑰> 的值\n 設定 <區段> <金鑰> <值>: 設定 <金鑰> 至 <值>\n\n 移除 <區段> <金鑰>: 移除 <金鑰>\n\n<區段> 可為任何受支援的區段,例如記錄、guestoperations 或 guestinfo。\n<金鑰> 可為任何組態金鑰。\n<值> 可為任何值。\n"
+help.config = "%1$s: modify Tools configuration\nUsage: %2$s %3$s <subcommand>\n\nSubcommands:\n get <section> <key>: display current value for <key>\n NOTE: If the <key> is not present in tools.conf, its\n value from the global configuration is returned if present\n set <section> <key> <value>: set <key> to <value>\n\n remove <section> <key>: remove <key>\n\n<section> can be any supported section, such as logging, guestoperations or guestinfo.\n<key> can be any configuration key.\n<value> can be any value.\n"
help.device = "%1$s: 與虛擬機器之硬體裝置相關的功能\n使用量: %2$s %3$s <subcommand> [args]\ndev 是裝置名稱。\n\n子命令:\n enable <dev>: 啟用裝置 dev\n disable <dev>: 停用裝置 dev\n list: 列出所有可用裝置\n status <dev>: 列印裝置狀態\n"
help.info = "%1$s: 更新主機上的客體資訊\n使用方式: %2$s %3$s update <資訊類別>\n\n子命令:\n update <資訊類別>: 更新依 <資訊類別> 識別之資訊\n<資訊類別> 可為「network」\n"
-help.logging = "%1$s: 修改工具記錄\n使用量: %2$s %3$s 層級 <subcommand> <servicename> <level>\n\n子命令:\n 取得 <servicename>: 顯示目前層級\n 設定 <servicename> <level>: 設定目前層級\n\n<servicename> 可為任何受支援服務,例如 vmsvc 或 vmusr\n<level> 可為錯誤、嚴重、警告 、資訊、訊息、偵錯其中一項\n 預設為 %4$s\n"
+help.logging = "%1$s: modify tools logging\nUsage: %2$s %3$s level <subcommand> <servicename> <level>\n\nSubcommands:\n get <servicename>: display current level\n NOTE: If the level is not present in tools.conf, its\n value from the global configuration is returned if present\n set <servicename> <level>: set current level\n\n<servicename> can be any supported service, such as vmsvc or vmusr\n<level> can be one of error, critical, warning, info, message, debug\n default is %4$s\n"
help.main = "使用量: %1$s <命令> [選項] [子命令]\n輸入「%2$s %3$s <命令>」以取得特定命令的說明。\n輸入「%4$s -v」以查看 VMware Tools 版本。\n使用「-q」選項以隱藏 stdout 輸出。\n大多數命令都有子命令。\n\n可用命令:\n config\n device\n disk (並非所有作業系統皆可使用)\n globalconf (not available on all operating systems)\n gueststore (not available on all operating systems)\n info\n logging\n script\n stat\n timesync\n upgrade (並非所有作業系統皆可使用)\n"
-help.script = "%1$s: 控制指令碼執行以回應電源作業\n使用量: %2$s %3$s <power|resume|suspend|shutdown> <subcommand> [args]\n\n子命令:\n enable: 啟用指定指令碼,並將其路徑還原為預設值\n disable: 停用指定指令碼\n set <full_path>: 將指定指令碼設定為指定路徑\n default: 列印指定指令碼的預設路徑\n current: 列印指定指令碼的目前路徑\n"
+help.script = "%1$s: control the scripts run in response to power operations\nUsage: %2$s %3$s <power|resume|suspend|shutdown> <subcommand> [args]\n\nSubcommands:\n enable: enable the given script and restore its path to the default\n disable: disable the given script\n set <full_path>: set the given script to the given path\n default: print the default path of the given script\n current: print the current path of the given script\n NOTE: If the path is not present in tools.conf, its\n value from the global configuration is returned if present\n"
help.stat = "%1$s: 列印實用的客體和主機資訊\n使用方式: %2$s %3$s <子命令>\n\n子命令:\n hosttime: 列印主機時間\n speed: 列印 CPU 速度 (MHz)\n僅 ESX 客體子命令:\n sessionid: 列印目前的工作階段識別碼\n balloon: 列印記憶體佔用資訊\n swap: 列印記憶體交換資訊\n memlimit: 列印記憶體限制資訊\n memres: 列印記憶體保留區資訊\n cpures: 列印 CPU 保留區資訊\n cpulimit: 列印 CPU 限制資訊\n raw [<代碼> <統計名称>]: 列印原始統計資訊\n <代碼> 可為「text」、「json」、「xml」、「yaml」其中之一。\n <統計名称> 包含「session」、「host」、「resources」、「vscsi」和\n vnet」(某些狀態如 vscsi 為兩個字,例如「vscsi scsi0:0」)。\n 如果並未指定引數 <代碼> 和 <統計名称>\n 則列印可用的統計資料。\n"
help.upgrade = "%1$s: 與升級 VMware Tools 相關的功能。\n使用量: %2$s %3$s <subcommand> [args]\n子命令:\n status: 檢查 VMware Tools 升級狀態。\n start: 啟動 VMware Tools 自動升級。\n\n若要升級作業正常運作,需要執行 VMware Tools 服務。\n"
+globalconf.refresh.failed = "'%1$s' failed, since globalconf module is disabled.\n"
+
globalconf.start_vmtools = "%1$s: Starting the %2$s service.\n"
globalconf.status = "The status of globalconf module is '%1$s'\n"
#include "vmware/tools/utils.h"
#if defined(_WIN32)
#include "vmware/tools/win32util.h"
+#include "globalConfig.h"
#endif
#include "vm_version.h"
setlocale(LC_ALL, "");
VMTools_LoadConfig(NULL, G_KEY_FILE_NONE, &conf, NULL);
+
+#if defined(_WIN32)
+ if (GlobalConfig_GetEnabled(conf)) {
+ GKeyFile *globalConf = NULL;
+ if (GlobalConfig_LoadConfig(&globalConf, NULL)) {
+ VMTools_AddConfig(globalConf, conf);
+ g_key_file_free(globalConf);
+ }
+ }
+#endif
+
VMTools_ConfigLogging("toolboxcmd", conf, FALSE, FALSE);
VMTools_BindTextDomain(VMW_TEXT_DOMAIN, NULL, NULL);
/*********************************************************
- * Copyright (C) 2016 VMware, Inc. All rights reserved.
+ * Copyright (C) 2016,2020 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
#include "conf.h"
#include "toolboxCmdInt.h"
+#if defined(_WIN32)
+#include "globalConfig.h"
+#endif
#include "vmware/tools/i18n.h"
#include "vmware/tools/utils.h"
#include "vmware/tools/log.h"
NULL);
if (confDict) {
+#if defined(_WIN32)
+ if (GlobalConfig_GetEnabled(confDict)) {
+ GKeyFile *globalConf = NULL;
+ if (GlobalConfig_LoadConfig(&globalConf, NULL)) {
+ VMTools_AddConfig(globalConf, confDict);
+ g_key_file_free(globalConf);
+ }
+ }
+#endif
value = g_key_file_get_string(confDict, section,
key, NULL);
} else {
"Usage: %s %s <subcommand>\n\n"
"Subcommands:\n"
" get <section> <key>: display current value for <key>\n"
+ " NOTE: If the <key> is not present in tools.conf, its\n"
+ " value from the global configuration is returned if present\n"
" set <section> <key> <value>: set <key> to <value>\n\n"
" remove <section> <key>: remove <key>\n\n"
"<section> can be any supported section, such as logging, guestoperations or guestinfo.\n"
/*********************************************************
- * Copyright (C) 2015-2016 VMware, Inc. All rights reserved.
+ * Copyright (C) 2015-2016,2020 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
#include "conf.h"
#include "toolboxCmdInt.h"
+#if defined(_WIN32)
+#include "globalConfig.h"
+#endif
#include "vmware/tools/i18n.h"
#include "vmware/tools/utils.h"
#include "vmware/tools/log.h"
confDict = g_key_file_new();
}
+#if defined(_WIN32)
+ if (GlobalConfig_GetEnabled(confDict)) {
+ GKeyFile *globalConf = NULL;
+ if (GlobalConfig_LoadConfig(&globalConf, NULL)) {
+ VMTools_AddConfig(globalConf, confDict);
+ g_key_file_free(globalConf);
+ }
+ }
+#endif
+
confName = g_strdup_printf("%s.level", service);
level = g_key_file_get_string(confDict, LOGGING_CONF_SECTION,
"Usage: %s %s level <subcommand> <servicename> <level>\n\n"
"Subcommands:\n"
" get <servicename>: display current level\n"
+ " NOTE: If the level is not present in tools.conf, its\n"
+ " value from the global configuration is returned if present\n"
" set <servicename> <level>: set current level\n\n"
"<servicename> can be any supported service, such as vmsvc or vmusr\n"
"<level> can be one of error, critical, warning, info, message, debug\n"
/*********************************************************
- * Copyright (C) 2008-2016 VMware, Inc. All rights reserved.
+ * Copyright (C) 2008-2016,2020 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
#include "guestApp.h"
#include "system.h"
#include "toolboxCmdInt.h"
+#if defined(_WIN32)
+#include "globalConfig.h"
+#endif
#include "vmware/tools/i18n.h"
#include "vmware/tools/utils.h"
}
confDict = LoadConfFile();
+#if defined(_WIN32)
+ if (GlobalConfig_GetEnabled(confDict)) {
+ GKeyFile *globalConf = NULL;
+ if (GlobalConfig_LoadConfig(&globalConf, NULL)) {
+ VMTools_AddConfig(globalConf, confDict);
+ g_key_file_free(globalConf);
+ }
+ }
+#endif
switch (type) {
case Current:
" disable: disable the given script\n"
" set <full_path>: set the given script to the given path\n"
" default: print the default path of the given script\n"
- " current: print the current path of the given script\n"),
+ " current: print the current path of the given script\n"
+ " NOTE: If the path is not present in tools.conf, its\n"
+ " value from the global configuration is returned if present\n"),
cmd, progName, cmd);
}