1 #
   2 # Copyright (c) 2004, 2016, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 agent.err.error                    = Fehler
  27 agent.err.exception                = Ausnahme von Agent ausgelöst 
  28 agent.err.warning                  = Warnung
  29 
  30 agent.err.configfile.notfound      = Konfigurationsdatei wurde nicht gefunden
  31 agent.err.configfile.failed        = Konfigurationsdatei konnte nicht gelesen werden
  32 agent.err.configfile.closed.failed = Konfigurationsdatei konnte nicht geschlossen werden
  33 agent.err.configfile.access.denied = Zugriff auf Konfigurationsdatei wurde abgelehnt
  34 
  35 agent.err.exportaddress.failed     = Export der JMX-Connector-Adresse in Instrumentierungspuffer nicht erfolgreich
  36 
  37 agent.err.agentclass.notfound      = Management Agent-Klasse nicht gefunden
  38 agent.err.agentclass.failed        = Management Agent-Klasse nicht erfolgreich
  39 agent.err.premain.notfound         = premain(String) ist in Agent-Klasse nicht vorhanden
  40 agent.err.agentclass.access.denied = Zugriff auf premain(String) wurde abgelehnt
  41 agent.err.invalid.agentclass       = Ungültiger Eigenschaftswert für com.sun.management.agent.class
  42 agent.err.invalid.state            = Ungültiger Agent-Zustand: {0}
  43 agent.err.invalid.jmxremote.port   = Ungültige Nummer für com.sun.management.jmxremote.port
  44 agent.err.invalid.jmxremote.rmi.port = Ungültige Nummer für com.sun.management.jmxremote.rmi.port
  45 
  46 agent.err.file.not.set               = Datei nicht angegeben
  47 agent.err.file.not.readable          = Datei nicht lesbar
  48 agent.err.file.read.failed           = Datei konnte nicht gelesen werden
  49 agent.err.file.not.found             = Datei wurde nicht gefunden
  50 agent.err.file.access.not.restricted = Lesezugriff auf Datei muss eingeschränkt werden
  51 
  52 agent.err.password.file.notset     = Es wurde keine Kennwortdatei angegeben, obwohl com.sun.management.jmxremote.authenticate auf "true" gesetzt ist
  53 agent.err.password.file.not.readable = Kennwortdatei nicht lesbar
  54 agent.err.password.file.read.failed = Kennwortdatei konnte nicht gelesen werden
  55 agent.err.password.file.notfound   = Kennwortdatei nicht gefunden
  56 agent.err.password.file.access.notrestricted = Lesezugriff auf Kennwortdatei muss eingeschränkt werden
  57 
  58 agent.err.access.file.notset       = Es wurde keine Zugriffsdatei angegeben, obwohl com.sun.management.jmxremote.authenticate auf "true" gesetzt ist
  59 agent.err.access.file.not.readable = Zugriffsdatei kann nicht gelesen werden
  60 agent.err.access.file.read.failed  = Zugriffsdatei konnte nicht gelesen werden
  61 agent.err.access.file.notfound     = Zugriffsdatei nicht gefunden
  62 
  63 agent.err.connector.server.io.error = Fehler bei JMX-Connector-Serverkommunikation
  64 
  65 agent.err.invalid.option           = Ungültige Option angegeben
  66 
  67 jmxremote.ConnectorBootstrap.starting = JMX-Connector-Server starten:
  68 jmxremote.ConnectorBootstrap.noAuthentication = Keine Authentifizierung
  69 jmxremote.ConnectorBootstrap.ready = JMX-Connector bereit unter: {0}
  70 jmxremote.ConnectorBootstrap.password.readonly = Lesezugriff auf Kennwortdatei muss eingeschränkt werden: {0}
  71 jmxremote.ConnectorBootstrap.file.readonly = Lesezugriff auf Datei muss eingeschränkt werden: {0}