Viewing File: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs-sv.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs-sv.js
// Module:    /jupiter/js2/ssl/csrs-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 = {"Choose a country.":"Välj ett land.","City":"Ort","Company":"Företag","Company Division":"Företagsdivision","Country":"Land","Domains":"Domäner","Email":"E-post","Make sure to use a valid email format. For example, [asis,user@domain.com].":"Se till att du använder ett giltigt e-postformat. Exempel: [asis,user@domain.com].","Passphrase":"Lösenfras","State":"Delstat","The certificate signing request passphrase can contain only alphanumeric characters.":"Certifikatsigneringsförfrågans lösenfras får endast innehålla alfanumeriska tecken.","The certificate signing request passphrase must be at least [quant,_1,character,characters] long.":"Lösenfras för certifikatsigneringsförfrågningar måste vara minst [quant,_1,tecken,tecken] lång.","The company division must be no longer than [quant,_1,character,characters].":"Företagsdivisionen får innehålla högst [quant,_1,tecken,tecken].","The company name must be no longer than [quant,_1,character,characters].":"Företagsnamnet får innehålla högst [quant,_1,tecken,tecken].","The passphrase must be no longer than [quant,_1,character,characters].":"Lösenfrasen får innehålla högst [quant,_1,tecken,tecken].","The “[_1]” field cannot be left blank.":"The “[_1]” field cannot be left blank.","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"Fältet innehåller tecken som vissa certifikatutfärdare kanske inte godkänner. Kontakta din certifikatutfärdare för att bekräfta att de godkänner tecknen.","You can only enter valid domains.":"Du kan endast ange giltiga domäner.","You do not control this domain.":"Du kontrollerar inte den här domänen.","[numf,_1] of the [numerate,_2,domain,domains] that you have entered [numerate,_1,is a domain,are domains] that you do not control.":"[numf,_1] av den/de [numerate,_2,domän,domäner] som du har angett [numerate,_1,är en domän,är domäner] som du inte kontrollerar."};

    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