//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/sslinstall.js
// Generated: /usr/local/cpanel/base/sharedjs/sslinstall-de.js
// Module: legacy_shared/sslinstall-de
// Locale: de
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
// The raw lexicon.
var newLex = {"A user-defined description for the certificate.":"Benutzerdefinierte Beschreibung des Zertifikats.","Cancel":"Abbrechen","Certificate":"Zertifikat","Certificate Authority Bundle":"Paket der Zertifizierungsstelle","Certificates that do not have a domain associated with your account are not listed here.":"Zertifikate, die keine mit Ihrem Konto verknüpfte Domain haben, werden hier nicht aufgeführt.","Choose a certificate to install.":"Wählen Sie ein Zertifikat aus, das installiert werden soll.","Choose a domain.":"Wählen Sie eine Domain.","Choose a service.":"Wählen Sie einen Dienst aus.","Choose the account or Apache domain that contains the desired certificate to install. Then, select the certificate.":"Wählen Sie das Konto oder die Apache-Domain aus, die das Zertifikat enthält, das installiert werden soll. Wählen Sie dann das Zertifikat aus.","Description":"Beschreibung","Domain":"Domain","Domain names on the certificate.":"Domainnamen im Zertifikat.","Domains":"Domains","Enter a valid IP address.":"Geben Sie eine gültige IP-Adresse ein.","Expiration":"Ablauf","For more information, read our [output,url,_1,SSL Installation Workflow] documentation.":"For more information, read our [output,url,_1,SSL Installation Workflow] documentation.","Hide":"Ausblenden","IP":"IP","Installing …":"Wird installiert…","Issuer":"Aussteller","Issuer organization name.":"Organisation des Ausstellers.","Key":"Schlüssel","Loading certificates for “[output,strong,_1]” …":"Loading certificates for “[output,strong,_1]” …","Loading installed Apache certificates …":"Installierte Apache-Zertifikate werden geladen…","OK":"OK","Provide or retrieve a certificate.":"Zertifikat angeben oder abrufen.","Provide or retrieve a key.":"Schlüssel angeben oder abrufen.","SSL Certificate List":"SSL-Zertifikatsliste","SSL Certificate Successfully Updated":"SSL-Zertifikat wurde aktualisiert","SSL Host Successfully Installed":"SSL-Host wurde installiert","SSL is installed; “[_1]” ([numerate,_2,alias,aliases] [list_and,_3]) is primary.":"SSL is installed; “[_1]” ([numerate,_2,alias,aliases] [list_and,_3]) is primary.","SSL is installed; “[_1]” is primary.":"SSL is installed; “[_1]” is primary.","Select a certificate below:":"Wählen Sie unten ein Zertifikat aus:","Self-Signed":"Selbstsigniert","Service":"Dienst","Show":"Anzeigen","The CA bundle does not match the certificate.":"Das CA-Bundle stimmt nicht mit dem Zertifikat überein.","The CA bundle is invalid.":"Das CA-Bundle ist ungültig.","The IP address “[_1]” is not available, or you do not have permission to use it.":"The IP address “[_1]” is not available, or you do not have permission to use it.","The SSL certificate also supports [numerate,_1,this domain,these domains], but [numerate,_1,this domain does,these domains do] not refer to the SSL website mentioned above:":"The SSL certificate also supports [numerate,_1,this domain,these domains], but [numerate,_1,this domain does,these domains do] not refer to the SSL website mentioned above:","The SSL website is also accessible via [numerate,_1,this domain,these domains], but the certificate does not support [numerate,_1,it,them]. Web browsers will show a warning when accessing [numerate,_1,this domain,these domains] via HTTPS:":"The SSL website is also accessible via [numerate,_1,this domain,these domains], but the certificate does not support [numerate,_1,it,them]. Web browsers will show a warning when accessing [numerate,_1,this domain,these domains] via HTTPS:","The SSL website is now active and accessible via HTTPS on [numerate,_1,this domain,these domains]:":"The SSL website is now active and accessible via HTTPS on [numerate,_1,this domain,these domains]:","The certificate does not match your selected domain.":"Das Zertifikat stimmt nicht mit Ihrer ausgewählten Domain überein.","The certificate information could not be retrieved because of an error: [_1]":"The certificate information could not be retrieved because of an error: [_1]","The certificate is not valid.":"Das Zertifikat ist ungültig.","The certificate list could not be retrieved because of an error: [_1]":"The certificate list could not be retrieved because of an error: [_1]","The certificate’s expiration date":"Ablaufdatum des Zertifikats","The key does not match the certificate.":"Der Schlüssel stimmt nicht mit dem Zertifikat überein.","The key is invalid.":"Die Schlüssel ist ungültig.","The lookup failed because of an error: [_1]":"The lookup failed because of an error: [_1]","This SSL certificate was already installed.":"Das SSL-Zertifikat wurde bereits installiert.","This account does not have any installable certificates.":"Dieses Konto verfügt über keine installierbaren Zertifikate.","This is not a valid domain.":"Dies ist keine gültige Domain.","To give website clients the best experience, ensure that each [asis,SSL] website’s certificate matches every domain on the website.":"To give website clients the best experience, ensure that each [asis,SSL] website’s certificate matches every domain on the website.","Use Certificate":"Zertifikat verwenden","We recommend that users manage individual subdomains (e.g., “[_1]”, “[_2]”) instead of a single wildcard subdomain (e.g., “[_3]”).":"We recommend that users manage individual subdomains (e.g., “[_1]”, “[_2]”) instead of a single wildcard subdomain (e.g., “[_3]”).","When you install a valid certificate onto a website, the system also configures email, calendar, web disk, and [asis,cPanel]-related services to use that certificate for all of the website’s domains that match the certificate. Requests to these services from [asis,SNI]-enabled clients via the matching domains will receive the installed certificate.":"When you install a valid certificate onto a website, the system also configures email, calendar, web disk, and [asis,cPanel]-related services to use that certificate for all of the website’s domains that match the certificate. Requests to these services from [asis,SNI]-enabled clients via the matching domains will receive the installed certificate.","You can manage all of your saved certificates on the [output,url,_1,“Certificates” page].":"You can manage all of your saved certificates on the [output,url,_1,“Certificates” page].","You have successfully configured SSL.":"SSL wurde konfiguriert.","You have successfully updated the SSL website’s certificate.":"Das SSL-Zertifikat der Website wurde aktualisiert."};
if (!this.LEXICON) {
this.LEXICON = {};
}
for(var item in newLex) {
if(newLex.hasOwnProperty(item)) {
var value = newLex[item];
if (typeof(value) === "string" && value !== "") {
// Only add it if there is a value.
this.LEXICON[item] = value;
}
}
}
})();
//~~END-GENERATED~~