Viewing File: /usr/local/cpanel/base/sharedjs/sslinstall-da.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/sharedjs/sslinstall.js
// Generated: /usr/local/cpanel/base/sharedjs/sslinstall-da.js
// Module:    legacy_shared/sslinstall-da
// Locale:    da
// 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.":"En brugerdefineret beskrivelse til certifikatet.","Cancel":"Annuller","Certificate":"Certifikat","Certificate Authority Bundle":"Nøglecenterbundt","Certificates that do not have a domain associated with your account are not listed here.":"Certifikater, hvor der ikke er knyttet et domæne til din konto, er ikke angivet her.","Choose a certificate to install.":"Vælg et certifikat, der skal installeres.","Choose a domain.":"Vælg et domæne.","Choose a service.":"Vælg en tjeneste.","Choose the account or Apache domain that contains the desired certificate to install. Then, select the certificate.":"Vælg den konto eller det Apache-domæne, der indeholder det certifikat, du vil installere. Vælg derefter certifikatet.","Description":"Beskrivelse","Domain":"Domæne","Domain names on the certificate.":"Domænenavne på certifikatet.","Domains":"Domæner","Enter a valid IP address.":"Angiv en gyldig IP-adresse.","Expiration":"Udløb","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":"Skjul","IP":"IP","Installing …":"Installerer…","Issuer":"Udsteder","Issuer organization name.":"Navn på udstederorganisation.","Key":"Nøgle","Loading certificates for “[output,strong,_1]” …":"Indlæser certifikater til “[output,strong,_1]”…","Loading installed Apache certificates …":"Indlæser installerede Apache-certifikater…","OK":"OK","Provide or retrieve a certificate.":"Angiv eller hent et certifikat.","Provide or retrieve a key.":"Angiv eller hent en nøgle.","SSL Certificate List":"SSL-certifikatliste","SSL Certificate Successfully Updated":"SSL-certifikatet blev opdateret","SSL Host Successfully Installed":"SSL-vært installeret","SSL is installed; “[_1]” ([numerate,_2,alias,aliases] [list_and,_3]) is primary.":"SSL er installeret; “[_1]” ([numerate,_2,alias,aliasser] [list_and,_3]) er primær.","SSL is installed; “[_1]” is primary.":"SSL er installeret; “[_1]” er primær.","Select a certificate below:":"Vælg et certifikat nedenfor:","Self-Signed":"Selvsigneret","Service":"Tjeneste","Show":"Vis","The CA bundle does not match the certificate.":"CA-bundtet stemmer ikke overens med certifikatet.","The CA bundle is invalid.":"CA-bundtet er ugyldigt.","The IP address “[_1]” is not available, or you do not have permission to use it.":"IP-adressen “[_1]” er ikke tilgængelig, eller du har ikke tilladelse til at bruge den.","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]:":"SSL-webstedet er nu aktivt og tilgængeligt via HTTPS på [numerate,_1,dette domæne,disse domæner]:","The certificate does not match your selected domain.":"Certifikatet stemmer ikke overens med dit valgte domæne.","The certificate information could not be retrieved because of an error: [_1]":"Certifikatoplysningerne blev ikke hentet på grund af en fejl: [_1]","The certificate is not valid.":"Certifikatet er ikke gyldigt.","The certificate list could not be retrieved because of an error: [_1]":"Certifikatlisten blev ikke hentet på grund af en fejl: [_1]","The certificate’s expiration date":"Certifikatets udløbsdato","The key does not match the certificate.":"Nøglen stemmer ikke overens med certifikatet.","The key is invalid.":"Nøglen er ugyldig.","The lookup failed because of an error: [_1]":"Opslaget mislykkedes på grund af en fejl: [_1]","This SSL certificate was already installed.":"Dette SSL-certifikat er allerede installeret.","This account does not have any installable certificates.":"Denne konto har ingen installerbare certifikater.","This is not a valid domain.":"Dette er ikke et gyldigt domæne.","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":"Brug certifikat","We recommend that users manage individual subdomains (e.g., “[_1]”, “[_2]”) instead of a single wildcard subdomain (e.g., “[_3]”).":"Vi anbefaler, at brugere administrerer individuelle underdomæner (f.eks. “[_1]”, “[_2]”) i stedet for et underdomæne med et enkelt jokertegn (f.eks. “[_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].":"Du kan administrere alle dine gemte certifikater på [output,url,_1,siden “Certifikater”].","You have successfully configured SSL.":"Du har nu konfigureret SSL.","You have successfully updated the SSL website’s certificate.":"Du har opdateret SSL-webstedets certifikat."};

    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~~
Back to Directory File Manager