summaryrefslogtreecommitdiffstats
path: root/l10n-de/security/manager/chrome/pipnss/pipnss.properties
blob: d5019aef5cc39f4aca4d6cf4d99de1fdb25c5413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

CertPassPrompt=Bitte geben Sie das Master-Passwort für %S ein.

CertPassPromptDefault=Bitte geben Sie Ihr Master-Passwort ein.

CertPasswordPrompt=Bitte geben Sie das Passwort für das PKCS#11-Token %S ein.

CertPasswordPromptDefault=Bitte geben Sie Ihr Hauptpasswort ein.

# The following strings have special requirements: they must fit in a 32 or 64
# bytes buffer after being encoded to UTF-8.
#
# It's possible to verify the length of a translation using the Browser Console
# in Firefox and evaluating the following code:
#
# (new TextEncoder('utf-8').encode('YOURSTRING')).length
#
# Simply replace YOURSTRING with your translation.
#
# If it's not possible to produce an understandable translation within these
# limits, keeping the English text is an acceptable workaround.

# LOCALIZATION NOTE (RootCertModuleName): string limit is 64 bytes after
# conversion to UTF-8.
# length_limit = 64 bytes
RootCertModuleName=Eingebaute Wurzelmodule
# LOCALIZATION NOTE (ManufacturerID): string limit is 32 bytes after conversion
# to UTF-8.
# length_limit = 32 bytes
ManufacturerID=Mozilla.org
# LOCALIZATION NOTE (LibraryDescription): string limit is 32 bytes after
# conversion to UTF-8.
# length_limit = 32 bytes
LibraryDescription=PSM-interne Krypto-Dienste
# LOCALIZATION NOTE (TokenDescription): string limit is 32 bytes after
# conversion to UTF-8.
# length_limit = 32 bytes
TokenDescription=Allgemeine Krypto-Dienste
# LOCALIZATION NOTE (PrivateTokenDescription): string limit is 32 bytes after
# conversion to UTF-8.
# length_limit = 32 bytes
PrivateTokenDescription=das Software-Sicherheitsmodul
# LOCALIZATION NOTE (SlotDescription): string limit is 64 bytes after conversion
# to UTF-8.
# length_limit = 64 bytes
SlotDescription=PSM-interne Kryptographie-Dienste
# LOCALIZATION NOTE (PrivateSlotDescription): string limit is 64 bytes after
# conversion to UTF-8.
# length_limit = 64 bytes
PrivateSlotDescription=PSM private Schlüssel
# LOCALIZATION NOTE (Fips140TokenDescription): string limit is 32 bytes after
# conversion to UTF-8.
# length_limit = 32 bytes
Fips140TokenDescription=das Softw.-Sicherh.modul (FIPS)
# LOCALIZATION NOTE (Fips140SlotDescription): string limit is 64 bytes after
# conversion to UTF-8.
# length_limit = 64 bytes
Fips140SlotDescription=FIPS 140 Krypto-, Schlüssel- und Zertifikat-Dienste

# LOCALIZATION NOTE (nick_template): $1s is the common name from a cert (e.g. "Mozilla"), $2s is the CA name (e.g. VeriSign)
nick_template=%2$s ID von %1$s
#These are the strings set for the ASN1 objects in a certificate.
CertDumpCertificate=Zertifikat
CertDumpVersion=Version
# LOCALIZATION NOTE (CertDumpVersionValue): %S is a version number (e.g. "3" in "Version 3")
CertDumpVersionValue=Version %S
CertDumpSerialNo=Seriennummer
CertDumpMD2WithRSA=PKCS #1 MD2 mit RSA-Verschlüsselung
CertDumpMD5WithRSA=PKCS #1 MD5 mit RSA-Verschlüsselung
CertDumpSHA1WithRSA=PKCS #1 SHA-1 mit RSA-Verschlüsselung
CertDumpSHA256WithRSA=PKCS #1 SHA-256 mit RSA-Verschlüsselung
CertDumpSHA384WithRSA=PKCS #1 SHA-384 mit RSA-Verschlüsselung
CertDumpSHA512WithRSA=PKCS #1 SHA-512 mit RSA-Verschlüsselung
CertDumpDefOID=Objekt-Bezeichner (%S)
CertDumpIssuer=Aussteller
CertDumpSubject=Inhaber
CertDumpAVACountry=C
CertDumpAVAState=ST
CertDumpAVALocality=L
CertDumpAVAOrg=O
CertDumpAVAOU=OU
CertDumpAVACN=CN
CertDumpUserID=UID
CertDumpPK9Email=E
CertDumpAVADN=DN
CertDumpAVADC=DC
CertDumpSurname=Nachname
CertDumpGivenName=Vorname
CertDumpValidity=Validität
CertDumpNotBefore=Nicht vor
CertDumpNotAfter=Nicht nach
CertDumpSPKI=Angaben zum öffentlichen Schlüssel des Inhabers
CertDumpSPKIAlg=Public-Key-Algorithmus des Inhabers
CertDumpAlgID=Algorithmus-Bezeichner
CertDumpParams=Algorithmus-Parameter
CertDumpRSAEncr=PKCS #1 RSA-Verschlüsselung
CertDumpRSAPSSSignature=PKCS #1 RSASSA-PSS-Signatur
CertDumpRSATemplate=Modulus (%S Bits):\n%S\nExponent (%S Bits):\n%S
CertDumpECTemplate=Schlüssellänge: %S Bits\nBase-Point-Order-Length: %S Bits\nÖffentlicher Wert:\n%S
CertDumpIssuerUniqueID=Eindeutige ID des Ausstellers
CertDumpSubjPubKey=Öffentlicher Schlüssel des Inhabers
CertDumpSubjectUniqueID=Eindeutige ID des Inhabers
CertDumpExtensions=Erweiterungen
CertDumpSubjectDirectoryAttr=Zertifikatsgegenstand-Verzeichnisattribute
CertDumpSubjectKeyID=Zertifikatsgegenstand-Schlüssel-ID
CertDumpKeyUsage=Verwendung eines Zertifikatsschlüssels
CertDumpSubjectAltName=Zertifikatsgegenstand-Alternativ-Name
CertDumpIssuerAltName=Alternativer Name des Zertifikat-Ausstellers
CertDumpBasicConstraints=Basis-Einschränkungen des Zertifikats
CertDumpNameConstraints=Einschränkungen des Zertifikatnamens
CertDumpCrlDistPoints=CRL-Verteilungspunkte
CertDumpCertPolicies=Zertifikat-Regeln
CertDumpPolicyMappings=Zertifikatsregeln-Umsetzung
CertDumpPolicyConstraints=Einschränkungen der Zertifikatsregeln
CertDumpAuthKeyID=Zertifizierungsstellen-Schüsselidentifikator
CertDumpExtKeyUsage=Erweiterter Schlüsselgebrauch
CertDumpAuthInfoAccess=Zertifizierungsstellen-Informations-Zugriff
CertDumpAnsiX9DsaSignature=ANSI X9.57 DSA-Signatur
CertDumpAnsiX9DsaSignatureWithSha1=ANSI X9.57 DSA-Signatur mit SHA1-Digest
CertDumpAnsiX962ECDsaSignatureWithSha1=ANSI X9.62 ECDSA-Signatur mit SHA1
CertDumpAnsiX962ECDsaSignatureWithSha224=ANSI X9.62 ECDSA-Signatur mit SHA224
CertDumpAnsiX962ECDsaSignatureWithSha256=ANSI X9.62 ECDSA-Signatur mit SHA256
CertDumpAnsiX962ECDsaSignatureWithSha384=ANSI X9.62 ECDSA-Signatur mit SHA384
CertDumpAnsiX962ECDsaSignatureWithSha512=ANSI X9.62 ECDSA-Signatur mit SHA512

CertDumpKUSign=unterzeichne
CertDumpKUNonRep=Non-repudiation
CertDumpKUEnc=Schlüssel-Verschlüsselung
CertDumpKUDEnc=Daten-Verschlüsselung
CertDumpKUKA=Schlüssel-Vereinbarung
CertDumpKUCertSign=Zertifikats-Unterzeichner
CertDumpKUCRLSigner=CRL-Unterzeichner
CertDumpCritical=Kritisch
CertDumpNonCritical=Nicht kritisch
CertDumpSigAlg=Zertifikatsunterzeichnungs-Algorithmus
CertDumpCertSig=Signaturwert des Zertifikats
CertDumpExtensionFailure=Fehler: Erweiterung konnte nicht verarbeitet werden
CertDumpIsCA=Ist eine Zertifizierungsstelle
CertDumpIsNotCA=Ist keine Zertifizierungsstelle
CertDumpPathLen=Maximale Anzahl an Zwischen-Zertifizierungsstellen: %S
CertDumpPathLenUnlimited=uneingeschränkt
CertDumpEKU_1_3_6_1_5_5_7_3_1=TLS-Webserver-Authentifikation
CertDumpEKU_1_3_6_1_5_5_7_3_2=TLS-Web-Client-Authentifikation
CertDumpEKU_1_3_6_1_5_5_7_3_3=Code-Signatur
CertDumpEKU_1_3_6_1_5_5_7_3_4=E-Mail-Schutz
CertDumpEKU_1_3_6_1_5_5_7_3_8=Zeitstempel
CertDumpEKU_1_3_6_1_5_5_7_3_9=OCSP-Signatur
CertDumpEKU_1_3_6_1_4_1_311_2_1_21=Microsoft-Privat-Code-Signatur
CertDumpEKU_1_3_6_1_4_1_311_2_1_22=Microsoft-Kommerz-Code-Signatur
CertDumpEKU_1_3_6_1_4_1_311_10_3_1=Microsoft-Vertrauenslisten-Signatur
CertDumpEKU_1_3_6_1_4_1_311_10_3_2=Microsoft-Zeitstempel
CertDumpEKU_1_3_6_1_4_1_311_10_3_3=Microsoft servergesperrte Kryptographie
CertDumpEKU_1_3_6_1_4_1_311_10_3_4=Microsoft-Dateisystemverschlüsselung
CertDumpEKU_1_3_6_1_4_1_311_10_3_4_1=Microsoft-Dateiwiederherstellung
CertDumpEKU_1_3_6_1_4_1_311_10_3_5=Microsoft-Windows-Hardwaretreiber-Verifikation
CertDumpEKU_1_3_6_1_4_1_311_10_3_10=Microsoft bedingte Unterordnung
CertDumpEKU_1_3_6_1_4_1_311_10_3_11=Microsoft-Schlüsselwiederherstellung
CertDumpEKU_1_3_6_1_4_1_311_10_3_12=Microsoft-Dokument-Signatur
CertDumpEKU_1_3_6_1_4_1_311_10_3_13=Microsoft-Lebenszeit-Signatur
CertDumpEKU_1_3_6_1_4_1_311_20_2_2=Microsoft-SmartCard-Logon
CertDumpEKU_1_3_6_1_4_1_311_21_6=Microsoft-Schlüsselwiederherstellungsdienst
CertDumpMSCerttype=Microsoft-Zertifikatsvorlagenname
CertDumpMSNTPrincipal=Microsoft-Hauptbenutzername
CertDumpMSCAVersion=Microsoft-CA-Version
CertDumpMSDomainGUID=Microsoft-Domain-GUID
CertDumpEKU_2_16_840_1_113730_4_1=Netscape servergesperrte Kryptographie
CertDumpRFC822Name=E-Mail-Adresse
CertDumpDNSName=DNS-Name
CertDumpX400Address=X.400-Adresse
CertDumpDirectoryName=X.500-Name
CertDumpEDIPartyName=EDI-Beteiligtenname
CertDumpURI=URI
CertDumpIPAddress=IP-Adresse
CertDumpRegisterID=Registrierte OID
CertDumpKeyID=Schlüssel-ID
CertDumpVerisignNotices=Verisign-Benutzerbenachrichtigungen
CertDumpUnused=Nicht verwendet
CertDumpKeyCompromise=Schlüssel-Gefährdung
CertDumpCACompromise=CA-Gefährdung
CertDumpAffiliationChanged=Zugehörigkeit geändert
CertDumpSuperseded=Übergangen
CertDumpCessation=Einstellung der Tätigkeit
CertDumpHold=Zertifikatshalter
CertDumpOCSPResponder=OCSP
CertDumpCAIssuers=CA-Aussteller
CertDumpCPSPointer=Hinweis auf Bericht zur Zertifizierungspraxis
CertDumpUserNotice=Benutzerbenachrichtig
CertDumpLogotype=Logotyp
CertDumpECPublicKey=Elliptische Kurve: Öffentlicher Schlüssel
CertDumpECDSAWithSHA1=X9.62 ECDSA-Signatur mit SHA1
CertDumpECprime192v1=ANSI X9.62 elliptische Kurve prime192v1 (auch secp192r1, NIST P-192)
CertDumpECprime192v2=ANSI X9.62 elliptische Kurve prime192v2
CertDumpECprime192v3=ANSI X9.62 elliptische Kurve prime192v3
CertDumpECprime239v1=ANSI X9.62 elliptische Kurve prime239v1
CertDumpECprime239v2=ANSI X9.62 elliptische Kurve prime239v2
CertDumpECprime239v3=ANSI X9.62 elliptische Kurve prime239v3
CertDumpECprime256v1=ANSI X9.62 elliptische Kurve prime256v1 (auch secp256r1, NIST P-256)
CertDumpECsecp112r1=SECG elliptische Kurve secp112r1
CertDumpECsecp112r2=SECG elliptische Kurve secp112r2
CertDumpECsecp128r1=SECG elliptische Kurve secp128r1
CertDumpECsecp128r2=SECG elliptische Kurve secp128r2
CertDumpECsecp160k1=SECG elliptische Kurve secp160k1
CertDumpECsecp160r1=SECG elliptische Kurve secp160r1
CertDumpECsecp160r2=SECG elliptische Kurve secp160r2
CertDumpECsecp192k1=SECG elliptische Kurve secp192k1
CertDumpECsecp224k1=SECG elliptische Kurve secp224k1
CertDumpECsecp224r1=SECG elliptische Kurve secp224r1 (auch NIST P-224)
CertDumpECsecp256k1=SECG elliptische Kurve secp256k1
CertDumpECsecp384r1=SECG elliptische Kurve secp384r1 (auch NIST P-384)
CertDumpECsecp521r1=SECG elliptische Kurve secp521r1 (auch NIST P-521)
CertDumpECc2pnb163v1=ANSI X9.62 elliptische Kurve c2pnb163v1
CertDumpECc2pnb163v2=ANSI X9.62 elliptische Kurve c2pnb163v2
CertDumpECc2pnb163v3=ANSI X9.62 elliptische Kurve c2pnb163v3
CertDumpECc2pnb176v1=ANSI X9.62 elliptische Kurve c2pnb176v1
CertDumpECc2tnb191v1=ANSI X9.62 elliptische Kurve c2tnb191v1
CertDumpECc2tnb191v2=ANSI X9.62 elliptische Kurve c2tnb191v2
CertDumpECc2tnb191v3=ANSI X9.62 elliptische Kurve c2tnb191v3
CertDumpECc2onb191v4=ANSI X9.62 elliptische Kurve c2onb191v4
CertDumpECc2onb191v5=ANSI X9.62 elliptische Kurve c2onb191v5
CertDumpECc2pnb208w1=ANSI X9.62 elliptische Kurve c2pnb208w1
CertDumpECc2tnb239v1=ANSI X9.62 elliptische Kurve c2tnb239v1
CertDumpECc2tnb239v2=ANSI X9.62 elliptische Kurve c2tnb239v2
CertDumpECc2tnb239v3=ANSI X9.62 elliptische Kurve c2tnb239v3
CertDumpECc2onb239v4=ANSI X9.62 elliptische Kurve c2onb239v4
CertDumpECc2onb239v5=ANSI X9.62 elliptische Kurve c2onb239v5
CertDumpECc2pnb272w1=ANSI X9.62 elliptische Kurve c2pnb272w1
CertDumpECc2pnb304w1=ANSI X9.62 elliptische Kurve c2pnb304w1
CertDumpECc2tnb359v1=ANSI X9.62 elliptische Kurve c2tnb359v1
CertDumpECc2pnb368w1=ANSI X9.62 elliptische Kurve c2pnb368w1
CertDumpECc2tnb431r1=ANSI X9.62 elliptische Kurve c2tnb431r1
CertDumpECsect113r1=SECG elliptische Kurve sect113r1
CertDumpECsect113r2=SECG elliptische Kurve sect113r2
CertDumpECsect131r1=SECG elliptische Kurve sect131r1
CertDumpECsect131r2=SECG elliptische Kurve sect131r2
CertDumpECsect163k1=SECG elliptische Kurve sect163k1 (auch NIST K-163)
CertDumpECsect163r1=SECG elliptische Kurve sect163r1
CertDumpECsect163r2=SECG elliptische Kurve sect163r2 (auch NIST B-163)
CertDumpECsect193r1=SECG elliptische Kurve sect193r1
CertDumpECsect193r2=SECG elliptische Kurve sect193r2
CertDumpECsect233k1=SECG elliptische Kurve sect233k1 (auch NIST K-233)
CertDumpECsect233r1=SECG elliptische Kurve sect233r1 (auch NIST B-233)
CertDumpECsect239k1=SECG elliptische Kurve sect239k1
CertDumpECsect283k1=SECG elliptische Kurve sect283k1 (auch NIST K-283)
CertDumpECsect283r1=SECG elliptische Kurve sect283r1 (auch NIST B-283)
CertDumpECsect409k1=SECG elliptische Kurve sect409k1 (auch NIST K-409)
CertDumpECsect409r1=SECG elliptische Kurve sect409r1 (auch NIST B-409)
CertDumpECsect571k1=SECG elliptische Kurve sect571k1 (auch NIST K-571)
CertDumpECsect571r1=SECG elliptische Kurve sect571r1 (auch NIST B-571)
CertDumpRawBytesHeader=Größe: %S Bytes / %S Bits
AVATemplate=%S = %S

PSMERR_SSL_Disabled=Eine sichere Verbindung konnte nicht aufgebaut werden, weil das SSL-Protokoll deaktiviert wurde.
PSMERR_SSL2_Disabled=Eine sichere Verbindung konnte nicht aufgebaut werden, weil die Website eine ältere, unsichere Version des SSL-Protokolls verwendet.
PSMERR_HostReusedIssuerSerial=Sie haben ein ungültiges Zertifikat erhalten. Bitte kontaktieren Sie den Server-Administrator oder E-Mail-Korrespondenten und geben Sie diesen die folgenden Informationen:\n\nIhr Zertifikat enthält die gleiche Seriennummer wie ein anderes Zertifikat dieser Zertifizierungsstelle. Bitte erwerben Sie ein neues Zertifikat mit einer eindeutigen Seriennummer.

# LOCALIZATION NOTE (SSLConnectionErrorPrefix2): %1$S is the host string, %2$S is more detailed information (localized as well).
SSLConnectionErrorPrefix2=Beim Verbinden mit %1$S trat ein Fehler auf. %2$S\n

certErrorIntro=%S verwendet ein ungültiges Sicherheitszertifikat.

certErrorTrust_SelfSigned=Dem Zertifikat wird nicht vertraut, weil es vom Aussteller selbst signiert wurde.
certErrorTrust_UnknownIssuer=Dem Zertifikat wird nicht vertraut, weil das Aussteller-Zertifikat unbekannt ist.
certErrorTrust_UnknownIssuer2=Der Server sendet eventuell nicht die richtigen Zwischen-Zertifikate.
certErrorTrust_UnknownIssuer3=Eventuell muss ein zusätzliches Stammzertifikat importiert werden.
certErrorTrust_CaInvalid=Dem Zertifikat wird nicht vertraut, weil es von einem ungültigen Zertifizierungsstellen-Zertifikat ausgestellt wurde.
certErrorTrust_Issuer=Dem Zertifikat wird nicht vertraut, weil dem Aussteller-Zertifikat nicht vertraut wird.
certErrorTrust_SignatureAlgorithmDisabled=Dem Zertifikat wird nicht vertraut, weil es mit einem Signatur-Algorithmus signiert wurde, der deaktiviert wurde, weil er nicht sicher ist.
certErrorTrust_ExpiredIssuer=Dem Zertifikat wird nicht vertraut, weil das Aussteller-Zertifikat abgelaufen ist.
certErrorTrust_Untrusted=Das Zertifikat kommt nicht von einer vertrauenswürdigen Quelle.
certErrorTrust_MitM=Ihre Verbindung wird durch einen TLS-Proxy kontrolliert. Deinstallieren Sie diesen falls möglich oder richten Sie Ihr Gerät so ein, dass es dem Stammzertifikat des TLS-Proxies vertraut.

certErrorMismatch=Das Zertifikat gilt nicht für den Namen %S.
# LOCALIZATION NOTE (certErrorMismatchSinglePrefix): %S is replaced by the domain for which the certificate is valid
certErrorMismatchSinglePrefix=Das Zertifikat ist nur gültig für %S.
certErrorMismatchMultiple=Das Zertifikat gilt nur für folgende Namen:

# LOCALIZATION NOTE (certErrorExpiredNow): Do not translate %1$S (date+time of expired certificate) or %2$S (current date+time)
certErrorExpiredNow=Das Zertifikat ist am %1$S abgelaufen. Die aktuelle Zeit ist %2$S.

# LOCALIZATION NOTE (certErrorNotYetValidNow): Do not translate %1$S (date+time certificate will become valid) or %2$S (current date+time)
certErrorNotYetValidNow=Das Zertifikat gilt erst ab %1$S. Die aktuelle Zeit ist %2$S.

certErrorMitM=Websites bestätigen ihre Identität mittels Zertifikaten, welche von Zertifizierungsstellen ausgegeben werden.
# LOCALIZATION NOTE (certErrorMitM2): %S is brandShortName
certErrorMitM2=%S wird von der gemeinnützigen Mozilla-Organisation unterstützt, welche eine vollständig offene Datenbank für Zertifizierungsstellen (CA Store) betreibt. Diese Datenbank hilft bei der Sicherstellung, dass Zertifizierungsstellen sich an Sicherheitsrichtlinien für die Anwendersicherheit halten.
# LOCALIZATION NOTE (certErrorMitM3): %S is brandShortName
certErrorMitM3=%S verwendet Mozillas Datenbank für Zertifizierungsstellen (CA Store) anstatt durch das Betriebssystem bereitgestellte Zertifikate, um zu überprüfen, ob eine Verbindung sicher ist. Wenn ein Antivirusprogramm oder das Netzwerk sich in eine Verbindung einklinkt und dafür ein Sicherheitszertifikat einer Zertifizierungsstelle verwendet, welche sich nicht in Mozillas Datenbank für Zertifizierungsstellen befindet, so wird die Verbindung daher als nicht sicher betrachtet.

certErrorSymantecDistrustAdministrator=Sie können den Website-Administrator über das Problem benachrichtigen.

# LOCALIZATION NOTE (certErrorCodePrefix3): %S is replaced by the error code.
certErrorCodePrefix3=Fehlercode: %S

P12DefaultNickname=Importiertes Zertifikat
CertUnknown=Unbekannt
CertNoEmailAddress=(keine E-Mail-Adresse)
CaCertExists=Dieses Zertifikat ist bereits als Zertifizierungsstelle installiert.
NotACACert=Dies ist kein Zertifikat für eine Zertifizierungsstelle und kann deshalb nicht in die Liste der Zertifizierungsstellen importiert werden.
UserCertIgnoredNoPrivateKey=Dieses persönliche Zertifikat kann nicht installiert werden, weil Sie den benötigten privaten Schlüssel nicht besitzen, der bei der Anfrage für das Zertifikat erstellt wurde.
UserCertImported=Ihr persönliches Zertifikat wurde installiert. Sie sollten eine Sicherungskopie dieses Zertifikats aufheben.
CertOrgUnknown=(Unbekannt)
CertNotStored=(Nicht gespeichert)
CertExceptionPermanent=Dauerhaft
CertExceptionTemporary=Vorübergehend