jdk/src/share/classes/sun/management/resources/agent_de.properties
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 5307 7865cb8f2f54
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# Copyright 2004-2005 Sun Microsystems, Inc.  All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# published by the Free Software Foundation.  Sun designates this
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# particular file as subject to the "Classpath" exception as provided
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
# by Sun in the LICENSE file that accompanied this code.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
# accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
# CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
# have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
# Localizations for Level names.  For the US locale
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
# these are the same as the non-localized level name.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
agent.err.error			   = Fehler
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
agent.err.exception                = Agent-Ausnahmefehler 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
agent.err.warning		   = Warnung
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
agent.err.configfile.notfound      = Konfigurationsdatei wurde nicht gefunden.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
agent.err.configfile.failed        = Konfigurationsdatei konnte nicht gelesen werden.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
agent.err.configfile.closed.failed = Konfigurationsdatei konnte nicht geschlossen werden.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
agent.err.configfile.access.denied = Zugriff auf Konfigurationsdatei wurde verweigert.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
agent.err.exportaddress.failed	   = Export der JMX-Anschlussadresse an Instrumentierungspuffer schlug fehl.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
agent.err.agentclass.notfound      = Verwaltungsagentenklasse nicht gefunden
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
agent.err.agentclass.failed        = Verwaltungsagentenklasse fehlgeschlagen 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
agent.err.premain.notfound         = premain(String) ist in Agentenklasse nicht vorhanden.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
agent.err.agentclass.access.denied = Zugriff auf premain(String) wurde verweigert.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
agent.err.invalid.agentclass       = Ung\u00fcltiger Eigenschaftswert f\u00fcr com.sun.management.agent.class
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
agent.err.invalid.jmxremote.port   = Ung\u00fcltige Nummer f\u00fcr com.sun.management.jmxremote.port
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
agent.err.password.file.notset     = Es wurde keine Passwortdatei angegeben, obwohl com.sun.management.jmxremote.authenticate auf \"true\" gesetzt ist.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
agent.err.password.file.not.readable = Passwortdatei kann nicht gelesen werden.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
agent.err.password.file.read.failed = Passwortdatei konnte nicht gelesen werden.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
agent.err.password.file.notfound   = Passwortdatei konnte nicht gefunden werden.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
agent.err.password.file.access.notrestricted = Lesezugriff auf Passwortdatei muss eingeschr\u00e4nkt sein.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
agent.err.access.file.notset       = Es wurde keine Zugriffsdatei angegeben, obwohl com.sun.management.jmxremote.authenticate auf \"true\" gesetzt ist.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
agent.err.access.file.not.readable = Zugriffsdatei kann nicht gelesen werden.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
agent.err.access.file.read.failed  = Zugriffsdatei konnte nicht gelesen werden.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
agent.err.access.file.notfound     = Zugriffsdatei konnte nicht gefunden werden.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
agent.err.connector.server.io.error = Fehler bei der JMX-Anschlussserver-Kommunikation
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
agent.err.invalid.option	   = Ung\u00fcltige Option angegeben
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
agent.err.invalid.snmp.port        = Ung\u00fcltige Nummer f\u00fcr com.sun.management.snmp.port
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
agent.err.invalid.snmp.trap.port   = Ung\u00fcltige Nummer f\u00fcr com.sun.management.snmp.trap
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
agent.err.unknown.snmp.interface   = Unbekannte SNMP-Schnittstelle
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
agent.err.acl.file.notset          = Es wurde keine SNMP-ACL-Datei angegeben, obwohl com.sun.management.snmp.acl auf \"true\" gesetzt ist.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
agent.err.acl.file.notfound        = SNMP-ACL-Datei konnte nicht gefunden werden.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
agent.err.acl.file.not.readable    = SNMP-ACL-Datei kann nicht gelesen werden.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
agent.err.acl.file.read.failed     = SNMP-ACL-Datei konnte nicht gelesen werden.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
agent.err.acl.file.access.notrestricted = Lesezugriff auf Passwortdatei muss eingeschr\u00e4nkt sein.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
agent.err.snmp.adaptor.start.failed = Fehler beim Starten des SNMP-Adapters mit Adresse
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
agent.err.snmp.mib.init.failed     = Initialisierung von SNMP-MIB fehlgeschlagen mit Fehler
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
jmxremote.ConnectorBootstrap.initialize = JMX-Anschlussserver starten:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
jmxremote.ConnectorBootstrap.initialize.noAuthentication = Keine Authentifizierung
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
jmxremote.ConnectorBootstrap.initialize.ready = JMX-Anschluss bereit unter: {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
jmxremote.ConnectorBootstrap.initialize.password.readonly = Lesezugriff auf Passwortdatei muss eingeschr\u00e4nkt sein. {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
jmxremote.AdaptorBootstrap.getTargetList.processing = ACL verarbeiten
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
jmxremote.AdaptorBootstrap.getTargetList.adding = Ziel hinzuf\u00fcgen: {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
jmxremote.AdaptorBootstrap.getTargetList.starting = Adapterserver starten:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
jmxremote.AdaptorBootstrap.getTargetList.initialize1 = Adapter bereit.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
jmxremote.AdaptorBootstrap.getTargetList.initialize2 = SNMP-Adapter bereit unter: {0}:{1}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
jmxremote.AdaptorBootstrap.getTargetList.terminate = {0} beenden