//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/sslinstall.js
// Generated: /usr/local/cpanel/base/sharedjs/sslinstall-sv.js
// Module: legacy_shared/sslinstall-sv
// Locale: sv
// 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 användardefinierad beskrivning av certifikatet.","Cancel":"Avbryt","Certificate":"Certifikat","Certificate Authority Bundle":"Certifikatutfärdarpaket","Certificates that do not have a domain associated with your account are not listed here.":"Här visas inga certifikat som inte har en domän som är associerad till ditt konto.","Choose a certificate to install.":"Välj ett certifikat som du vill installera.","Choose a domain.":"Välj en domän.","Choose a service.":"Välj en tjänst.","Choose the account or Apache domain that contains the desired certificate to install. Then, select the certificate.":"Välj det konto eller den Apache-domän som innehåller det certifikat som ska installeras. Välj sedan certifikatet.","Description":"Beskrivning","Domain":"Domän","Domain names on the certificate.":"Domännamn på certifikatet.","Domains":"Domäner","Enter a valid IP address.":"Ange en giltig IP-adress.","Expiration":"Upphör","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":"Dölj","IP":"IP","Installing …":"Installerar …","Issuer":"Utfärdare","Issuer organization name.":"Utfärdarorganisationens namn.","Key":"Nyckel","Loading certificates for “[output,strong,_1]” …":"Laddar certifikat för ”[output,strong,_1]” …","Loading installed Apache certificates …":"Installerade Apache-certifikat läses in …","OK":"OK","Provide or retrieve a certificate.":"Ange eller hämta ett certifikat.","Provide or retrieve a key.":"Ange eller hämta en nyckel.","SSL Certificate List":"Lista med SSL-certifikat","SSL Certificate Successfully Updated":"SSL-certifikatet har uppdaterats","SSL Host Successfully Installed":"SSL-värd har installerats","SSL is installed; “[_1]” ([numerate,_2,alias,aliases] [list_and,_3]) is primary.":"SSL har installerats. ”[_1]” ([numerate,_2,alias,alias] [list_and,_3]) är primär.","SSL is installed; “[_1]” is primary.":"SSL har installerats. ”[_1]” är primär.","Select a certificate below:":"Välj ett certifikat nedan:","Self-Signed":"Självsignerat","Service":"Tjänst","Show":"Visa","The CA bundle does not match the certificate.":"CA-paketet matchar inte certifikatet.","The CA bundle is invalid.":"CA-paketet är ogiltigt.","The IP address “[_1]” is not available, or you do not have permission to use it.":"IP-adressen ”[_1]” är inte tillgänglig eller så saknar du behörighet att använda 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-webbplatsen är nu aktiv och åtkomlig via HTTPS på [numerate,_1,den här domänen,de här domänerna]:","The certificate does not match your selected domain.":"Certifikatet matchar inte den valda domänen.","The certificate information could not be retrieved because of an error: [_1]":"Certifikatinformationen gick inte att hämta på grund av ett fel: [_1]","The certificate is not valid.":"Certifikatet är inte giltigt.","The certificate list could not be retrieved because of an error: [_1]":"Certifikatlistan gick inte att hämta på grund av ett fel: [_1]","The certificate’s expiration date":"Certifikatets sista giltighetsdatum","The key does not match the certificate.":"Nyckeln matchar inte certifikatet.","The key is invalid.":"Nyckeln är ogiltig.","The lookup failed because of an error: [_1]":"Sökningen misslyckades på grund av ett fel: [_1]","This SSL certificate was already installed.":"Det här SSL-certifikatet hade redan installerats.","This account does not have any installable certificates.":"Kontot har inga installerbara certifikat.","This is not a valid domain.":"Det här är inte en giltig domän.","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":"Använda certifikat","We recommend that users manage individual subdomains (e.g., “[_1]”, “[_2]”) instead of a single wildcard subdomain (e.g., “[_3]”).":"Vi rekommenderar att användarna hanterar separata underdomäner (t.ex. ”[_1]”, ”[_2]”) i stället för underdomäner med jokertecken (t.ex. ”[_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 hantera alla dina sparade certifikat på [output,url,_1,sidan Certifikat].","You have successfully configured SSL.":"Du har konfigurerat SSL.","You have successfully updated the SSL website’s certificate.":"Du har uppdaterat SSL-webbplatsens 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~~