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
26agent.err.error			   = Fel
27agent.err.exception                = Agenten orsakade ett undantag 
28agent.err.warning		   = Varning
29
30agent.err.configfile.notfound      = Konfigurationsfilen hittades inte
31agent.err.configfile.failed        = Kunde inte l\u00E4sa konfigurationsfilen
32agent.err.configfile.closed.failed = Kunde inte st\u00E4nga konfigurationsfilen
33agent.err.configfile.access.denied = \u00C5tkomst till konfigurationsfilen nekad
34
35agent.err.exportaddress.failed	   = Kunde inte exportera JMX-anslutningsadressen till instrumentbufferten
36
37agent.err.agentclass.notfound      = Administrationsagentklassen hittades inte
38agent.err.agentclass.failed        = Administrationsagentklassen utf\u00F6rdes inte 
39agent.err.premain.notfound         = premain(String) finns inte i agentklassen
40agent.err.agentclass.access.denied = \u00C5tkomst till premain(String) nekad
41agent.err.invalid.agentclass       = Ogiltigt egenskapsv\u00E4rde f\u00F6r com.sun.management.agent.class
42agent.err.invalid.state            = Ogiltig agentstatus: {0}
43agent.err.invalid.jmxremote.port   = Ogiltigt com.sun.management.jmxremote.port-nummer
44agent.err.invalid.jmxremote.rmi.port = Ogiltigt com.sun.management.jmxremote.rmi.port-nummer
45
46agent.err.file.not.set               = Filen \u00E4r inte angiven
47agent.err.file.not.readable          = Filen \u00E4r inte l\u00E4sbar
48agent.err.file.read.failed           = Kunde inte l\u00E4sa filen
49agent.err.file.not.found             = Filen hittades inte
50agent.err.file.access.not.restricted = Fill\u00E4snings\u00E5tkomst m\u00E5ste begr\u00E4nsas
51
52agent.err.password.file.notset     = L\u00F6senordsfilen har inte angetts men com.sun.management.jmxremote.authenticate=true
53agent.err.password.file.not.readable = L\u00F6senordsfilen \u00E4r inte l\u00E4sbar
54agent.err.password.file.read.failed = Kunde inte l\u00E4sa l\u00F6senordsfilen
55agent.err.password.file.notfound   = Hittar inte l\u00F6senordsfilen
56agent.err.password.file.access.notrestricted = L\u00E4sbeh\u00F6righeten f\u00F6r filen m\u00E5ste begr\u00E4nsas
57
58agent.err.access.file.notset       = \u00C5tkomstfilen har inte angetts men com.sun.management.jmxremote.authenticate=true
59agent.err.access.file.not.readable = Access-filen \u00E4r inte l\u00E4sbar
60agent.err.access.file.read.failed  = Kunde inte l\u00E4sa \u00E5tkomstfilen
61agent.err.access.file.notfound     = Access-filen hittades inte
62
63agent.err.connector.server.io.error = Serverkommunikationsfel f\u00F6r JMX-anslutning
64
65agent.err.invalid.option	   = Det angivna alternativet \u00E4r ogiltigt
66
67jmxremote.ConnectorBootstrap.starting = Startar server f\u00F6r JMX-anslutning:
68jmxremote.ConnectorBootstrap.noAuthentication = Ingen autentisering
69jmxremote.ConnectorBootstrap.ready = JMX-anslutning redo p\u00E5: {0}
70jmxremote.ConnectorBootstrap.password.readonly = L\u00E4sbeh\u00F6righeten f\u00F6r l\u00F6senordsfilen m\u00E5ste begr\u00E4nsas: {0}
71jmxremote.ConnectorBootstrap.file.readonly = Fill\u00E4snings\u00E5tkomst m\u00E5ste begr\u00E4nsas {0}
72