//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/sslinstall.js
// Generated: /usr/local/cpanel/base/sharedjs/sslinstall-nb.js
// Module: legacy_shared/sslinstall-nb
// Locale: nb
// 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 brukerdefinert beskrivelse for sertifikatet.","Cancel":"Avbryt","Certificate":"Sertifikat","Certificate Authority Bundle":"Sertifiseringsinstansbunt","Certificates that do not have a domain associated with your account are not listed here.":"Sertifikater som ikke har et domene tilknyttet kontoen din, er ikke oppført her.","Choose a certificate to install.":"Velg et sertifikat som skal installeres.","Choose a domain.":"Velg et domene.","Choose a service.":"Velg en tjeneste.","Choose the account or Apache domain that contains the desired certificate to install. Then, select the certificate.":"Velg kontoen eller Apache-domenet som inneholder sertifikatet du vil installere. Deretter velger du sertifikatet.","Description":"Beskrivelse","Domain":"Domene","Domain names on the certificate.":"Domenenavn på sertifikatet.","Domains":"Domener","Enter a valid IP address.":"Angi en gyldig IP-adresse.","Expiration":"Utløp","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":"Utsteder","Issuer organization name.":"Organisasjonsnavn for utsender.","Key":"Nøkkel","Loading certificates for “[output,strong,_1]” …":"Laster sertifikater for “[output,strong,_1]“ …","Loading installed Apache certificates …":"Laster inn installerte Apache-sertifikater …","OK":"OK","Provide or retrieve a certificate.":"Angi eller hent et sertifikat.","Provide or retrieve a key.":"Angi eller hent en nøkkel.","SSL Certificate List":"SSL-sertifikatliste","SSL Certificate Successfully Updated":"SSL-sertifikatet ble oppdatert","SSL Host Successfully Installed":"SSL-verten ble installert","SSL is installed; “[_1]” ([numerate,_2,alias,aliases] [list_and,_3]) is primary.":"SSL er installert, “[_1]“ ([numerate,_2,alias,aliaser][list_and,_3]) er primær.","SSL is installed; “[_1]” is primary.":"SSL er installert, “[_1]“ er primær.","Select a certificate below:":"Velg et sertifikat nedenfor:","Self-Signed":"Egensignert","Service":"Tjeneste","Show":"Vis","The CA bundle does not match the certificate.":"CA-bunten samsvarer ikke med det sertifikatet.","The CA bundle is invalid.":"CA-bunten er ugyldig.","The IP address “[_1]” is not available, or you do not have permission to use it.":"IP-adressen “[_1]“ er ikke tilgjengelig, eller du har ikke tillatelse til å bruke 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-nettstedet er nå aktivt og tilgjengelig via HTTPS på [numerate,_1,dette domenet,disse domenene]:","The certificate does not match your selected domain.":"Sertifikatet samsvarer ikke med det valgte domenet.","The certificate information could not be retrieved because of an error: [_1]":"Sertifikatinformasjonen kan ikke hentes på grunn av en feil: [_1]","The certificate is not valid.":"Sertifikatet er ikke gyldig.","The certificate list could not be retrieved because of an error: [_1]":"Sertifikatlisten kan ikke hentes på grunn av en feil: [_1]","The certificate’s expiration date":"Sertifikatets utløpsdato","The key does not match the certificate.":"Nøkkelen samsvarer ikke med sertifikatet.","The key is invalid.":"Nøkkelen er ugyldig.","The lookup failed because of an error: [_1]":"Oppslaget mislyktes på grunn av en feil: [_1]","This SSL certificate was already installed.":"Dette SSL-sertifikatet er allerede installert.","This account does not have any installable certificates.":"Denne kontoen har ingen installerbare sertifikater.","This is not a valid domain.":"Dette er ikke et gyldig domene.","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":"Bruk sertifikat","We recommend that users manage individual subdomains (e.g., “[_1]”, “[_2]”) instead of a single wildcard subdomain (e.g., “[_3]”).":"Vi anbefaler at brukere behandler individuelle underdomener (f.eks. “[_1]“, “[_2]“) i stedet for et enkelt underdomene med 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 behandle alle lagrede sertifikater på [output,url,_1,Sertifikater-siden].","You have successfully configured SSL.":"Du har konfigurert SSL.","You have successfully updated the SSL website’s certificate.":"Du har oppdatert sertifikatet for SSL-nettstedet."};
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~~