author | lana |
Wed, 07 Dec 2016 05:57:23 -0800 | |
changeset 42451 | 105e4e99faea |
parent 39004 | 509853dd7d6c |
child 45335 | 54c960d82428 |
permissions | -rw-r--r-- |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
1 |
/* |
39004
509853dd7d6c
8155918: JDK9 preparation message drop resource updates
lana
parents:
30374
diff
changeset
|
2 |
* Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
3 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
4 |
* |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
5 |
* This code is free software; you can redistribute it and/or modify it |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
6 |
* under the terms of the GNU General Public License version 2 only, as |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
7 |
* published by the Free Software Foundation. Oracle designates this |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
8 |
* particular file as subject to the "Classpath" exception as provided |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
9 |
* by Oracle in the LICENSE file that accompanied this code. |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
10 |
* |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
11 |
* This code is distributed in the hope that it will be useful, but WITHOUT |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
12 |
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
13 |
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
14 |
* version 2 for more details (a copy is included in the LICENSE file that |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
15 |
* accompanied this code). |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
16 |
* |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
17 |
* You should have received a copy of the GNU General Public License version |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
18 |
* 2 along with this work; if not, write to the Free Software Foundation, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
19 |
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
20 |
* |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
21 |
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
22 |
* or visit www.oracle.com if you need additional information or have any |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
23 |
* questions. |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
24 |
*/ |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
25 |
|
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
26 |
package sun.security.tools.keytool; |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
27 |
|
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
28 |
/** |
39004
509853dd7d6c
8155918: JDK9 preparation message drop resource updates
lana
parents:
30374
diff
changeset
|
29 |
* <p> This class represents the <code>ResourceBundle</code> |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
30 |
* for the keytool. |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
31 |
* |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
32 |
*/ |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
33 |
public class Resources_sv extends java.util.ListResourceBundle { |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
34 |
|
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
35 |
private static final Object[][] contents = { |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
36 |
{"NEWLINE", "\n"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
37 |
{"STAR", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
38 |
"*******************************************"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
39 |
{"STARNN", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
40 |
"*******************************************\n\n"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
41 |
|
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
42 |
// keytool: Help part |
20196
a64aabd2fa13
8025215: jdk8 l10n resource file translation update 4
mfang
parents:
14182
diff
changeset
|
43 |
{".OPTION.", " [OPTION]..."}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
44 |
{"Options.", "Alternativ:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
45 |
{"Use.keytool.help.for.all.available.commands", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
46 |
"L\u00E4s \"Hj\u00E4lp - Nyckelverktyg\" f\u00F6r alla tillg\u00E4ngliga kommandon"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
47 |
{"Key.and.Certificate.Management.Tool", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
48 |
"Hanteringsverktyg f\u00F6r nycklar och certifikat"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
49 |
{"Commands.", "Kommandon:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
50 |
{"Use.keytool.command.name.help.for.usage.of.command.name", |
39004
509853dd7d6c
8155918: JDK9 preparation message drop resource updates
lana
parents:
30374
diff
changeset
|
51 |
"Anv\u00E4nd \"keytool -command_name -help\" f\u00F6r syntax f\u00F6r command_name.\nAnv\u00E4nd alternativet -conf <url> f\u00F6r att ange en f\u00F6rkonfigurerad alternativfil."}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
52 |
// keytool: help: commands |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
53 |
{"Generates.a.certificate.request", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
54 |
"Genererar certifikatbeg\u00E4ran"}, //-certreq |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
55 |
{"Changes.an.entry.s.alias", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
56 |
"\u00C4ndrar postalias"}, //-changealias |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
57 |
{"Deletes.an.entry", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
58 |
"Tar bort post"}, //-delete |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
59 |
{"Exports.certificate", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
60 |
"Exporterar certifikat"}, //-exportcert |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
61 |
{"Generates.a.key.pair", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
62 |
"Genererar nyckelpar"}, //-genkeypair |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
63 |
{"Generates.a.secret.key", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
64 |
"Genererar hemlig nyckel"}, //-genseckey |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
65 |
{"Generates.certificate.from.a.certificate.request", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
66 |
"Genererar certifikat fr\u00E5n certifikatbeg\u00E4ran"}, //-gencert |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
67 |
{"Generates.CRL", "Genererar CRL"}, //-gencrl |
22983
dcf263874c96
8026741: jdk8 l10n resource file translation update 5
mfang
parents:
20196
diff
changeset
|
68 |
{"Generated.keyAlgName.secret.key", |
dcf263874c96
8026741: jdk8 l10n resource file translation update 5
mfang
parents:
20196
diff
changeset
|
69 |
"Genererade {0} hemlig nyckel"}, //-genseckey |
dcf263874c96
8026741: jdk8 l10n resource file translation update 5
mfang
parents:
20196
diff
changeset
|
70 |
{"Generated.keysize.bit.keyAlgName.secret.key", |
dcf263874c96
8026741: jdk8 l10n resource file translation update 5
mfang
parents:
20196
diff
changeset
|
71 |
"Genererade {0}-bitars {1} hemlig nyckel"}, //-genseckey |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
72 |
{"Imports.entries.from.a.JDK.1.1.x.style.identity.database", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
73 |
"Importerar poster fr\u00E5n identitetsdatabas i JDK 1.1.x-format"}, //-identitydb |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
74 |
{"Imports.a.certificate.or.a.certificate.chain", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
75 |
"Importerar ett certifikat eller en certifikatkedja"}, //-importcert |
22983
dcf263874c96
8026741: jdk8 l10n resource file translation update 5
mfang
parents:
20196
diff
changeset
|
76 |
{"Imports.a.password", |
dcf263874c96
8026741: jdk8 l10n resource file translation update 5
mfang
parents:
20196
diff
changeset
|
77 |
"Importerar ett l\u00F6senord"}, //-importpass |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
78 |
{"Imports.one.or.all.entries.from.another.keystore", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
79 |
"Importerar en eller alla poster fr\u00E5n annat nyckellager"}, //-importkeystore |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
80 |
{"Clones.a.key.entry", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
81 |
"Klonar en nyckelpost"}, //-keyclone |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
82 |
{"Changes.the.key.password.of.an.entry", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
83 |
"\u00C4ndrar nyckell\u00F6senordet f\u00F6r en post"}, //-keypasswd |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
84 |
{"Lists.entries.in.a.keystore", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
85 |
"Visar lista \u00F6ver poster i nyckellager"}, //-list |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
86 |
{"Prints.the.content.of.a.certificate", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
87 |
"Skriver ut inneh\u00E5llet i ett certifikat"}, //-printcert |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
88 |
{"Prints.the.content.of.a.certificate.request", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
89 |
"Skriver ut inneh\u00E5llet i en certifikatbeg\u00E4ran"}, //-printcertreq |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
90 |
{"Prints.the.content.of.a.CRL.file", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
91 |
"Skriver ut inneh\u00E5llet i en CRL-fil"}, //-printcrl |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
92 |
{"Generates.a.self.signed.certificate", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
93 |
"Genererar ett sj\u00E4lvsignerat certifikat"}, //-selfcert |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
94 |
{"Changes.the.store.password.of.a.keystore", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
95 |
"\u00C4ndrar lagerl\u00F6senordet f\u00F6r ett nyckellager"}, //-storepasswd |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
96 |
// keytool: help: options |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
97 |
{"alias.name.of.the.entry.to.process", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
98 |
"aliasnamn f\u00F6r post som ska bearbetas"}, //-alias |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
99 |
{"destination.alias", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
100 |
"destinationsalias"}, //-destalias |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
101 |
{"destination.key.password", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
102 |
"l\u00F6senord f\u00F6r destinationsnyckel"}, //-destkeypass |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
103 |
{"destination.keystore.name", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
104 |
"namn p\u00E5 destinationsnyckellager"}, //-destkeystore |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
105 |
{"destination.keystore.password.protected", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
106 |
"skyddat l\u00F6senord f\u00F6r destinationsnyckellager"}, //-destprotected |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
107 |
{"destination.keystore.provider.name", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
108 |
"leverant\u00F6rsnamn f\u00F6r destinationsnyckellager"}, //-destprovidername |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
109 |
{"destination.keystore.password", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
110 |
"l\u00F6senord f\u00F6r destinationsnyckellager"}, //-deststorepass |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
111 |
{"destination.keystore.type", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
112 |
"typ av destinationsnyckellager"}, //-deststoretype |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
113 |
{"distinguished.name", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
114 |
"unikt namn"}, //-dname |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
115 |
{"X.509.extension", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
116 |
"X.509-till\u00E4gg"}, //-ext |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
117 |
{"output.file.name", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
118 |
"namn p\u00E5 utdatafil"}, //-file and -outfile |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
119 |
{"input.file.name", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
120 |
"namn p\u00E5 indatafil"}, //-file and -infile |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
121 |
{"key.algorithm.name", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
122 |
"namn p\u00E5 nyckelalgoritm"}, //-keyalg |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
123 |
{"key.password", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
124 |
"nyckell\u00F6senord"}, //-keypass |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
125 |
{"key.bit.size", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
126 |
"nyckelbitstorlek"}, //-keysize |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
127 |
{"keystore.name", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
128 |
"namn p\u00E5 nyckellager"}, //-keystore |
42451
105e4e99faea
8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents:
39004
diff
changeset
|
129 |
{"access.the.cacerts.keystore", |
105e4e99faea
8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents:
39004
diff
changeset
|
130 |
"\u00E5tkomst till nyckellagret cacerts"}, // -cacerts |
105e4e99faea
8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents:
39004
diff
changeset
|
131 |
{"warning.cacerts.option", |
105e4e99faea
8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents:
39004
diff
changeset
|
132 |
"Varning: anv\u00E4nd alternativet -cacerts f\u00F6r att f\u00E5 \u00E5tkomst till nyckellagret cacerts"}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
133 |
{"new.password", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
134 |
"nytt l\u00F6senord"}, //-new |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
135 |
{"do.not.prompt", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
136 |
"fr\u00E5ga inte"}, //-noprompt |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
137 |
{"password.through.protected.mechanism", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
138 |
"l\u00F6senord med skyddad mekanism"}, //-protected |
42451
105e4e99faea
8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents:
39004
diff
changeset
|
139 |
|
105e4e99faea
8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents:
39004
diff
changeset
|
140 |
// The following 2 values should span 2 lines, the first for the |
105e4e99faea
8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents:
39004
diff
changeset
|
141 |
// option itself, the second for its -providerArg value. |
105e4e99faea
8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents:
39004
diff
changeset
|
142 |
{"addprovider.option", |
105e4e99faea
8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents:
39004
diff
changeset
|
143 |
"l\u00E4gg till s\u00E4kerhetsleverant\u00F6r per namn (t.ex. SunPKCS11)\nkonfigurera argument f\u00F6r -addprovider"}, //-addprovider |
105e4e99faea
8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents:
39004
diff
changeset
|
144 |
{"provider.class.option", |
105e4e99faea
8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents:
39004
diff
changeset
|
145 |
"l\u00E4gg till s\u00E4kerhetsleverant\u00F6r per fullt kvalificerat klassnamn\nkonfigurera argument f\u00F6r -providerclass"}, //-providerclass |
105e4e99faea
8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents:
39004
diff
changeset
|
146 |
|
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
147 |
{"provider.name", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
148 |
"leverant\u00F6rsnamn"}, //-providername |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
149 |
{"provider.classpath", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
150 |
"leverant\u00F6rsklass\u00F6kv\u00E4g"}, //-providerpath |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
151 |
{"output.in.RFC.style", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
152 |
"utdata i RFC-format"}, //-rfc |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
153 |
{"signature.algorithm.name", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
154 |
"namn p\u00E5 signaturalgoritm"}, //-sigalg |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
155 |
{"source.alias", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
156 |
"k\u00E4llalias"}, //-srcalias |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
157 |
{"source.key.password", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
158 |
"l\u00F6senord f\u00F6r k\u00E4llnyckel"}, //-srckeypass |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
159 |
{"source.keystore.name", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
160 |
"namn p\u00E5 k\u00E4llnyckellager"}, //-srckeystore |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
161 |
{"source.keystore.password.protected", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
162 |
"skyddat l\u00F6senord f\u00F6r k\u00E4llnyckellager"}, //-srcprotected |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
163 |
{"source.keystore.provider.name", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
164 |
"leverant\u00F6rsnamn f\u00F6r k\u00E4llnyckellager"}, //-srcprovidername |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
165 |
{"source.keystore.password", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
166 |
"l\u00F6senord f\u00F6r k\u00E4llnyckellager"}, //-srcstorepass |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
167 |
{"source.keystore.type", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
168 |
"typ av k\u00E4llnyckellager"}, //-srcstoretype |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
169 |
{"SSL.server.host.and.port", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
170 |
"SSL-serverv\u00E4rd och -port"}, //-sslserver |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
171 |
{"signed.jar.file", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
172 |
"signerad jar-fil"}, //=jarfile |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
173 |
{"certificate.validity.start.date.time", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
174 |
"startdatum/-tid f\u00F6r certifikatets giltighet"}, //-startdate |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
175 |
{"keystore.password", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
176 |
"l\u00F6senord f\u00F6r nyckellager"}, //-storepass |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
177 |
{"keystore.type", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
178 |
"nyckellagertyp"}, //-storetype |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
179 |
{"trust.certificates.from.cacerts", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
180 |
"tillf\u00F6rlitliga certifikat fr\u00E5n cacerts"}, //-trustcacerts |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
181 |
{"verbose.output", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
182 |
"utf\u00F6rliga utdata"}, //-v |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
183 |
{"validity.number.of.days", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
184 |
"antal dagar f\u00F6r giltighet"}, //-validity |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
185 |
{"Serial.ID.of.cert.to.revoke", |
39004
509853dd7d6c
8155918: JDK9 preparation message drop resource updates
lana
parents:
30374
diff
changeset
|
186 |
"Seriellt id f\u00F6r certifikat som ska \u00E5terkallas"}, //-id |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
187 |
// keytool: Running part |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
188 |
{"keytool.error.", "nyckelverktygsfel: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
189 |
{"Illegal.option.", "Otill\u00E5tet alternativ: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
190 |
{"Illegal.value.", "Otill\u00E5tet v\u00E4rde: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
191 |
{"Unknown.password.type.", "Ok\u00E4nd l\u00F6senordstyp: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
192 |
{"Cannot.find.environment.variable.", |
20196
a64aabd2fa13
8025215: jdk8 l10n resource file translation update 4
mfang
parents:
14182
diff
changeset
|
193 |
"Hittar inte milj\u00F6variabel: "}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
194 |
{"Cannot.find.file.", "Hittar inte fil: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
195 |
{"Command.option.flag.needs.an.argument.", "Kommandoalternativet {0} beh\u00F6ver ett argument."}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
196 |
{"Warning.Different.store.and.key.passwords.not.supported.for.PKCS12.KeyStores.Ignoring.user.specified.command.value.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
197 |
"Varning! PKCS12-nyckellager har inte st\u00F6d f\u00F6r olika l\u00F6senord f\u00F6r lagret och nyckeln. Det anv\u00E4ndarspecificerade {0}-v\u00E4rdet ignoreras."}, |
42451
105e4e99faea
8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents:
39004
diff
changeset
|
198 |
{"the.keystore.or.storetype.option.cannot.be.used.with.the.cacerts.option", |
105e4e99faea
8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents:
39004
diff
changeset
|
199 |
"Alternativen -keystore och -storetype kan inte anv\u00E4ndas med alternativet -cacerts"}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
200 |
{".keystore.must.be.NONE.if.storetype.is.{0}", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
201 |
"-keystore m\u00E5ste vara NONE om -storetype \u00E4r {0}"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
202 |
{"Too.many.retries.program.terminated", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
203 |
"F\u00F6r m\u00E5nga f\u00F6rs\u00F6k. Programmet avslutas"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
204 |
{".storepasswd.and.keypasswd.commands.not.supported.if.storetype.is.{0}", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
205 |
"-storepasswd- och -keypasswd-kommandon st\u00F6ds inte om -storetype \u00E4r {0}"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
206 |
{".keypasswd.commands.not.supported.if.storetype.is.PKCS12", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
207 |
"-keypasswd-kommandon st\u00F6ds inte om -storetype \u00E4r PKCS12"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
208 |
{".keypass.and.new.can.not.be.specified.if.storetype.is.{0}", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
209 |
"-keypass och -new kan inte anges om -storetype \u00E4r {0}"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
210 |
{"if.protected.is.specified.then.storepass.keypass.and.new.must.not.be.specified", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
211 |
"om -protected har angetts f\u00E5r inte -storepass, -keypass och -new anges"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
212 |
{"if.srcprotected.is.specified.then.srcstorepass.and.srckeypass.must.not.be.specified", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
213 |
"om -srcprotected anges f\u00E5r -srcstorepass och -srckeypass inte anges"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
214 |
{"if.keystore.is.not.password.protected.then.storepass.keypass.and.new.must.not.be.specified", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
215 |
"om nyckellagret inte \u00E4r l\u00F6senordsskyddat f\u00E5r -storepass, -keypass och -new inte anges"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
216 |
{"if.source.keystore.is.not.password.protected.then.srcstorepass.and.srckeypass.must.not.be.specified", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
217 |
"om k\u00E4llnyckellagret inte \u00E4r l\u00F6senordsskyddat f\u00E5r -srcstorepass och -srckeypass inte anges"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
218 |
{"Illegal.startdate.value", "Otill\u00E5tet v\u00E4rde f\u00F6r startdatum"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
219 |
{"Validity.must.be.greater.than.zero", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
220 |
"Giltigheten m\u00E5ste vara st\u00F6rre \u00E4n noll"}, |
42451
105e4e99faea
8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents:
39004
diff
changeset
|
221 |
{"provclass.not.a.provider", "%s \u00E4r inte en leverant\u00F6r"}, |
105e4e99faea
8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents:
39004
diff
changeset
|
222 |
{"provider.name.not.found", "Leverant\u00F6ren med namnet \"%s\" hittades inte"}, |
105e4e99faea
8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents:
39004
diff
changeset
|
223 |
{"provider.class.not.found", "Leverant\u00F6ren \"%s\" hittades inte"}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
224 |
{"Usage.error.no.command.provided", "Syntaxfel: inget kommando angivet"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
225 |
{"Source.keystore.file.exists.but.is.empty.", "Nyckellagrets k\u00E4llfil finns, men \u00E4r tom: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
226 |
{"Please.specify.srckeystore", "Ange -srckeystore"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
227 |
{"Must.not.specify.both.v.and.rfc.with.list.command", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
228 |
"Kan inte specificera b\u00E5de -v och -rfc med 'list'-kommandot"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
229 |
{"Key.password.must.be.at.least.6.characters", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
230 |
"Nyckell\u00F6senordet m\u00E5ste inneh\u00E5lla minst 6 tecken"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
231 |
{"New.password.must.be.at.least.6.characters", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
232 |
"Det nya l\u00F6senordet m\u00E5ste inneh\u00E5lla minst 6 tecken"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
233 |
{"Keystore.file.exists.but.is.empty.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
234 |
"Nyckellagerfilen finns, men \u00E4r tom: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
235 |
{"Keystore.file.does.not.exist.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
236 |
"Nyckellagerfilen finns inte: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
237 |
{"Must.specify.destination.alias", "Du m\u00E5ste ange destinationsalias"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
238 |
{"Must.specify.alias", "Du m\u00E5ste ange alias"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
239 |
{"Keystore.password.must.be.at.least.6.characters", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
240 |
"Nyckellagerl\u00F6senordet m\u00E5ste inneh\u00E5lla minst 6 tecken"}, |
22983
dcf263874c96
8026741: jdk8 l10n resource file translation update 5
mfang
parents:
20196
diff
changeset
|
241 |
{"Enter.the.password.to.be.stored.", |
dcf263874c96
8026741: jdk8 l10n resource file translation update 5
mfang
parents:
20196
diff
changeset
|
242 |
"Ange det l\u00F6senord som ska lagras: "}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
243 |
{"Enter.keystore.password.", "Ange nyckellagerl\u00F6senord: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
244 |
{"Enter.source.keystore.password.", "Ange l\u00F6senord f\u00F6r k\u00E4llnyckellagret: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
245 |
{"Enter.destination.keystore.password.", "Ange nyckellagerl\u00F6senord f\u00F6r destination: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
246 |
{"Keystore.password.is.too.short.must.be.at.least.6.characters", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
247 |
"Nyckellagerl\u00F6senordet \u00E4r f\u00F6r kort - det m\u00E5ste inneh\u00E5lla minst 6 tecken"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
248 |
{"Unknown.Entry.Type", "Ok\u00E4nd posttyp"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
249 |
{"Too.many.failures.Alias.not.changed", "F\u00F6r m\u00E5nga fel. Alias har inte \u00E4ndrats"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
250 |
{"Entry.for.alias.alias.successfully.imported.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
251 |
"Posten f\u00F6r alias {0} har importerats."}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
252 |
{"Entry.for.alias.alias.not.imported.", "Posten f\u00F6r alias {0} har inte importerats."}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
253 |
{"Problem.importing.entry.for.alias.alias.exception.Entry.for.alias.alias.not.imported.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
254 |
"Ett problem uppstod vid importen av posten f\u00F6r alias {0}: {1}.\nPosten {0} har inte importerats."}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
255 |
{"Import.command.completed.ok.entries.successfully.imported.fail.entries.failed.or.cancelled", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
256 |
"Kommandoimporten slutf\u00F6rd: {0} poster har importerats, {1} poster var felaktiga eller annullerades"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
257 |
{"Warning.Overwriting.existing.alias.alias.in.destination.keystore", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
258 |
"Varning! Det befintliga aliaset {0} i destinationsnyckellagret skrivs \u00F6ver"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
259 |
{"Existing.entry.alias.alias.exists.overwrite.no.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
260 |
"Aliaset {0} finns redan. Vill du skriva \u00F6ver det? [nej]: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
261 |
{"Too.many.failures.try.later", "F\u00F6r m\u00E5nga fel - f\u00F6rs\u00F6k igen senare"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
262 |
{"Certification.request.stored.in.file.filename.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
263 |
"Certifikatbeg\u00E4ran har lagrats i filen <{0}>"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
264 |
{"Submit.this.to.your.CA", "Skicka detta till certifikatutf\u00E4rdaren"}, |
20196
a64aabd2fa13
8025215: jdk8 l10n resource file translation update 4
mfang
parents:
14182
diff
changeset
|
265 |
{"if.alias.not.specified.destalias.and.srckeypass.must.not.be.specified", |
a64aabd2fa13
8025215: jdk8 l10n resource file translation update 4
mfang
parents:
14182
diff
changeset
|
266 |
"om alias inte angivits ska inte heller destalias och srckeypass anges"}, |
a64aabd2fa13
8025215: jdk8 l10n resource file translation update 4
mfang
parents:
14182
diff
changeset
|
267 |
{"The.destination.pkcs12.keystore.has.different.storepass.and.keypass.Please.retry.with.destkeypass.specified.", |
a64aabd2fa13
8025215: jdk8 l10n resource file translation update 4
mfang
parents:
14182
diff
changeset
|
268 |
"Destinationsnyckellagret pkcs12 har olika storepass och keypass. F\u00F6rs\u00F6k igen med -destkeypass angivet."}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
269 |
{"Certificate.stored.in.file.filename.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
270 |
"Certifikatet har lagrats i filen <{0}>"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
271 |
{"Certificate.reply.was.installed.in.keystore", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
272 |
"Certifikatsvaret har installerats i nyckellagret"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
273 |
{"Certificate.reply.was.not.installed.in.keystore", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
274 |
"Certifikatsvaret har inte installerats i nyckellagret"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
275 |
{"Certificate.was.added.to.keystore", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
276 |
"Certifikatet har lagts till i nyckellagret"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
277 |
{"Certificate.was.not.added.to.keystore", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
278 |
"Certifikatet har inte lagts till i nyckellagret"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
279 |
{".Storing.ksfname.", "[Lagrar {0}]"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
280 |
{"alias.has.no.public.key.certificate.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
281 |
"{0} saknar offentlig nyckel (certifikat)"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
282 |
{"Cannot.derive.signature.algorithm", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
283 |
"Kan inte h\u00E4rleda signaturalgoritm"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
284 |
{"Alias.alias.does.not.exist", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
285 |
"Aliaset <{0}> finns inte"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
286 |
{"Alias.alias.has.no.certificate", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
287 |
"Aliaset <{0}> saknar certifikat"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
288 |
{"Key.pair.not.generated.alias.alias.already.exists", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
289 |
"Nyckelparet genererades inte. Aliaset <{0}> finns redan"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
290 |
{"Generating.keysize.bit.keyAlgName.key.pair.and.self.signed.certificate.sigAlgName.with.a.validity.of.validality.days.for", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
291 |
"Genererar {0} bitars {1}-nyckelpar och sj\u00E4lvsignerat certifikat ({2}) med en giltighet p\u00E5 {3} dagar\n\tf\u00F6r: {4}"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
292 |
{"Enter.key.password.for.alias.", "Ange nyckell\u00F6senord f\u00F6r <{0}>"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
293 |
{".RETURN.if.same.as.keystore.password.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
294 |
"\t(RETURN om det \u00E4r identiskt med nyckellagerl\u00F6senordet): "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
295 |
{"Key.password.is.too.short.must.be.at.least.6.characters", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
296 |
"Nyckell\u00F6senordet \u00E4r f\u00F6r kort - det m\u00E5ste inneh\u00E5lla minst 6 tecken"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
297 |
{"Too.many.failures.key.not.added.to.keystore", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
298 |
"F\u00F6r m\u00E5nga fel - nyckeln lades inte till i nyckellagret"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
299 |
{"Destination.alias.dest.already.exists", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
300 |
"Destinationsaliaset <{0}> finns redan"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
301 |
{"Password.is.too.short.must.be.at.least.6.characters", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
302 |
"L\u00F6senordet \u00E4r f\u00F6r kort - det m\u00E5ste inneh\u00E5lla minst 6 tecken"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
303 |
{"Too.many.failures.Key.entry.not.cloned", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
304 |
"F\u00F6r m\u00E5nga fel. Nyckelposten har inte klonats"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
305 |
{"key.password.for.alias.", "nyckell\u00F6senord f\u00F6r <{0}>"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
306 |
{"Keystore.entry.for.id.getName.already.exists", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
307 |
"Nyckellagerpost f\u00F6r <{0}> finns redan"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
308 |
{"Creating.keystore.entry.for.id.getName.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
309 |
"Skapar nyckellagerpost f\u00F6r <{0}> ..."}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
310 |
{"No.entries.from.identity.database.added", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
311 |
"Inga poster fr\u00E5n identitetsdatabasen har lagts till"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
312 |
{"Alias.name.alias", "Aliasnamn: {0}"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
313 |
{"Creation.date.keyStore.getCreationDate.alias.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
314 |
"Skapat den: {0,date}"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
315 |
{"alias.keyStore.getCreationDate.alias.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
316 |
"{0}, {1,date}, "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
317 |
{"alias.", "{0}, "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
318 |
{"Entry.type.type.", "Posttyp: {0}"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
319 |
{"Certificate.chain.length.", "L\u00E4ngd p\u00E5 certifikatskedja: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
320 |
{"Certificate.i.1.", "Certifikat[{0,number,integer}]:"}, |
39004
509853dd7d6c
8155918: JDK9 preparation message drop resource updates
lana
parents:
30374
diff
changeset
|
321 |
{"Certificate.fingerprint.SHA.256.", "Certifikatfingeravtryck (SHA-256): "}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
322 |
{"Keystore.type.", "Nyckellagertyp: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
323 |
{"Keystore.provider.", "Nyckellagerleverant\u00F6r: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
324 |
{"Your.keystore.contains.keyStore.size.entry", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
325 |
"Nyckellagret inneh\u00E5ller {0,number,integer} post"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
326 |
{"Your.keystore.contains.keyStore.size.entries", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
327 |
"Nyckellagret inneh\u00E5ller {0,number,integer} poster"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
328 |
{"Failed.to.parse.input", "Kunde inte tolka indata"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
329 |
{"Empty.input", "Inga indata"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
330 |
{"Not.X.509.certificate", "Inte ett X.509-certifikat"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
331 |
{"alias.has.no.public.key", "{0} saknar offentlig nyckel"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
332 |
{"alias.has.no.X.509.certificate", "{0} saknar X.509-certifikat"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
333 |
{"New.certificate.self.signed.", "Nytt certifikat (sj\u00E4lvsignerat):"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
334 |
{"Reply.has.no.certificates", "Svaret saknar certifikat"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
335 |
{"Certificate.not.imported.alias.alias.already.exists", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
336 |
"Certifikatet importerades inte. Aliaset <{0}> finns redan"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
337 |
{"Input.not.an.X.509.certificate", "Indata \u00E4r inte ett X.509-certifikat"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
338 |
{"Certificate.already.exists.in.keystore.under.alias.trustalias.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
339 |
"Certifikatet finns redan i nyckellagerfilen under aliaset <{0}>"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
340 |
{"Do.you.still.want.to.add.it.no.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
341 |
"Vill du fortfarande l\u00E4gga till det? [nej]: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
342 |
{"Certificate.already.exists.in.system.wide.CA.keystore.under.alias.trustalias.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
343 |
"Certifikatet finns redan i den systemomsp\u00E4nnande CA-nyckellagerfilen under aliaset <{0}>"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
344 |
{"Do.you.still.want.to.add.it.to.your.own.keystore.no.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
345 |
"Vill du fortfarande l\u00E4gga till det i ditt eget nyckellagret? [nej]: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
346 |
{"Trust.this.certificate.no.", "Litar du p\u00E5 det h\u00E4r certifikatet? [nej]: "}, |
20196
a64aabd2fa13
8025215: jdk8 l10n resource file translation update 4
mfang
parents:
14182
diff
changeset
|
347 |
{"YES", "JA"}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
348 |
{"New.prompt.", "Nytt {0}: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
349 |
{"Passwords.must.differ", "L\u00F6senorden m\u00E5ste vara olika"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
350 |
{"Re.enter.new.prompt.", "Ange nytt {0} igen: "}, |
26866 | 351 |
{"Re.enter.password.", "Ange l\u00F6senord igen: "}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
352 |
{"Re.enter.new.password.", "Ange det nya l\u00F6senordet igen: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
353 |
{"They.don.t.match.Try.again", "De matchar inte. F\u00F6rs\u00F6k igen"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
354 |
{"Enter.prompt.alias.name.", "Ange aliasnamn f\u00F6r {0}: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
355 |
{"Enter.new.alias.name.RETURN.to.cancel.import.for.this.entry.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
356 |
"Ange ett nytt aliasnamn\t(skriv RETURN f\u00F6r att avbryta importen av denna post): "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
357 |
{"Enter.alias.name.", "Ange aliasnamn: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
358 |
{".RETURN.if.same.as.for.otherAlias.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
359 |
"\t(RETURN om det \u00E4r det samma som f\u00F6r <{0}>)"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
360 |
{".PATTERN.printX509Cert", |
39004
509853dd7d6c
8155918: JDK9 preparation message drop resource updates
lana
parents:
30374
diff
changeset
|
361 |
"\u00C4gare: {0}\nUtf\u00E4rdare: {1}\nSerienummer: {2}\nGiltigt fr\u00E5n: {3}, till: {4}\nCertifikatfingeravtryck:\n\t SHA1: {5}\n\t SHA256: {6}\nSignaturalgoritmnamn: {7}\n\u00C4mne f\u00F6r algoritm f\u00F6r \u00F6ppen nyckel: {8} ({9,number,#})\nVersion: {10}"}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
362 |
{"What.is.your.first.and.last.name.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
363 |
"Vad heter du i f\u00F6r- och efternamn?"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
364 |
{"What.is.the.name.of.your.organizational.unit.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
365 |
"Vad heter din avdelning inom organisationen?"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
366 |
{"What.is.the.name.of.your.organization.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
367 |
"Vad heter din organisation?"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
368 |
{"What.is.the.name.of.your.City.or.Locality.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
369 |
"Vad heter din ort eller plats?"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
370 |
{"What.is.the.name.of.your.State.or.Province.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
371 |
"Vad heter ditt land eller din provins?"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
372 |
{"What.is.the.two.letter.country.code.for.this.unit.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
373 |
"Vilken \u00E4r den tv\u00E5st\u00E4lliga landskoden?"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
374 |
{"Is.name.correct.", "\u00C4r {0} korrekt?"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
375 |
{"no", "nej"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
376 |
{"yes", "ja"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
377 |
{"y", "j"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
378 |
{".defaultValue.", " [{0}]: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
379 |
{"Alias.alias.has.no.key", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
380 |
"Aliaset <{0}> saknar nyckel"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
381 |
{"Alias.alias.references.an.entry.type.that.is.not.a.private.key.entry.The.keyclone.command.only.supports.cloning.of.private.key", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
382 |
"Aliaset <{0}> refererar till en posttyp som inte \u00E4r n\u00E5gon privat nyckelpost. Kommandot -keyclone har endast st\u00F6d f\u00F6r kloning av privata nyckelposter"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
383 |
|
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
384 |
{".WARNING.WARNING.WARNING.", |
20196
a64aabd2fa13
8025215: jdk8 l10n resource file translation update 4
mfang
parents:
14182
diff
changeset
|
385 |
"***************** WARNING WARNING WARNING *****************"}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
386 |
{"Signer.d.", "Signerare #%d:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
387 |
{"Timestamp.", "Tidsst\u00E4mpel:"}, |
39004
509853dd7d6c
8155918: JDK9 preparation message drop resource updates
lana
parents:
30374
diff
changeset
|
388 |
{"Signature.", "Signatur:"}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
389 |
{"CRLs.", "CRL:er:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
390 |
{"Certificate.owner.", "Certifikat\u00E4gare: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
391 |
{"Not.a.signed.jar.file", "Ingen signerad jar-fil"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
392 |
{"No.certificate.from.the.SSL.server", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
393 |
"Inget certifikat fr\u00E5n SSL-servern"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
394 |
|
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
395 |
{".The.integrity.of.the.information.stored.in.your.keystore.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
396 |
"* Integriteten f\u00F6r den information som lagras i nyckellagerfilen *\n* har INTE verifierats! Om du vill verifiera dess integritet *\n* m\u00E5ste du ange l\u00F6senordet f\u00F6r nyckellagret. *"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
397 |
{".The.integrity.of.the.information.stored.in.the.srckeystore.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
398 |
"* Integriteten f\u00F6r den information som lagras i srckeystore*\n* har INTE verifierats! Om du vill verifiera dess integritet *\n* m\u00E5ste du ange l\u00F6senordet f\u00F6r srckeystore. *"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
399 |
|
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
400 |
{"Certificate.reply.does.not.contain.public.key.for.alias.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
401 |
"Certifikatsvaret inneh\u00E5ller inte n\u00E5gon offentlig nyckel f\u00F6r <{0}>"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
402 |
{"Incomplete.certificate.chain.in.reply", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
403 |
"Ofullst\u00E4ndig certifikatskedja i svaret"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
404 |
{"Certificate.chain.in.reply.does.not.verify.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
405 |
"Certifikatskedjan i svaret g\u00E5r inte att verifiera: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
406 |
{"Top.level.certificate.in.reply.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
407 |
"Toppniv\u00E5certifikatet i svaret:\n"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
408 |
{".is.not.trusted.", "... \u00E4r inte betrott. "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
409 |
{"Install.reply.anyway.no.", "Vill du installera svaret \u00E4nd\u00E5? [nej]: "}, |
20196
a64aabd2fa13
8025215: jdk8 l10n resource file translation update 4
mfang
parents:
14182
diff
changeset
|
410 |
{"NO", "NEJ"}, |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
411 |
{"Public.keys.in.reply.and.keystore.don.t.match", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
412 |
"De offentliga nycklarna i svaret och nyckellagret matchar inte varandra"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
413 |
{"Certificate.reply.and.certificate.in.keystore.are.identical", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
414 |
"Certifikatsvaret och certifikatet i nyckellagret \u00E4r identiska"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
415 |
{"Failed.to.establish.chain.from.reply", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
416 |
"Kunde inte uppr\u00E4tta kedja fr\u00E5n svaret"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
417 |
{"n", "n"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
418 |
{"Wrong.answer.try.again", "Fel svar. F\u00F6rs\u00F6k p\u00E5 nytt."}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
419 |
{"Secret.key.not.generated.alias.alias.already.exists", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
420 |
"Den hemliga nyckeln har inte genererats eftersom aliaset <{0}> redan finns"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
421 |
{"Please.provide.keysize.for.secret.key.generation", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
422 |
"Ange -keysize f\u00F6r att skapa hemlig nyckel"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
423 |
|
20196
a64aabd2fa13
8025215: jdk8 l10n resource file translation update 4
mfang
parents:
14182
diff
changeset
|
424 |
{"verified.by.s.in.s", "Verifierad av %s i %s"}, |
a64aabd2fa13
8025215: jdk8 l10n resource file translation update 4
mfang
parents:
14182
diff
changeset
|
425 |
{"warning.not.verified.make.sure.keystore.is.correct", |
a64aabd2fa13
8025215: jdk8 l10n resource file translation update 4
mfang
parents:
14182
diff
changeset
|
426 |
"VARNING: ej verifierad. Se till att -nyckellager \u00E4r korrekt."}, |
a64aabd2fa13
8025215: jdk8 l10n resource file translation update 4
mfang
parents:
14182
diff
changeset
|
427 |
|
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
428 |
{"Extensions.", "Till\u00E4gg: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
429 |
{".Empty.value.", "(Tomt v\u00E4rde)"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
430 |
{"Extension.Request.", "Till\u00E4ggsbeg\u00E4ran:"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
431 |
{"PKCS.10.Certificate.Request.Version.1.0.Subject.s.Public.Key.s.format.s.key.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
432 |
"PKCS #10 certifikatbeg\u00E4ran (version 1.0)\n\u00C4mne: %s\nAllm\u00E4n nyckel: %s-format %s-nyckel\n"}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
433 |
{"Unknown.keyUsage.type.", "Ok\u00E4nd keyUsage-typ: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
434 |
{"Unknown.extendedkeyUsage.type.", "Ok\u00E4nd extendedkeyUsage-typ: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
435 |
{"Unknown.AccessDescription.type.", "Ok\u00E4nd AccessDescription-typ: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
436 |
{"Unrecognized.GeneralName.type.", "Ok\u00E4nd GeneralName-typ: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
437 |
{"This.extension.cannot.be.marked.as.critical.", |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
438 |
"Detta till\u00E4gg kan inte markeras som kritiskt. "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
439 |
{"Odd.number.of.hex.digits.found.", "Udda antal hex-siffror p\u00E5tr\u00E4ffades: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
440 |
{"Unknown.extension.type.", "Ok\u00E4nd till\u00E4ggstyp: "}, |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
441 |
{"command.{0}.is.ambiguous.", "kommandot {0} \u00E4r tvetydigt:"} |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
442 |
}; |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
443 |
|
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
444 |
|
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
445 |
/** |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
446 |
* Returns the contents of this <code>ResourceBundle</code>. |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
447 |
* |
39004
509853dd7d6c
8155918: JDK9 preparation message drop resource updates
lana
parents:
30374
diff
changeset
|
448 |
* <p> |
509853dd7d6c
8155918: JDK9 preparation message drop resource updates
lana
parents:
30374
diff
changeset
|
449 |
* |
14182
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
450 |
* @return the contents of this <code>ResourceBundle</code>. |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
451 |
*/ |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
452 |
@Override |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
453 |
public Object[][] getContents() { |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
454 |
return contents; |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
455 |
} |
3041082abb40
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff
changeset
|
456 |
} |