Viewing File: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-nb.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-nb.js
// Module:    cjt/util/httpStatus-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 = {"Accepted":"Godtatt","Bad Gateway":"Ugyldig gateway","Bad Request":"Ugyldig forespørsel","Conflict":"Konflikt","Continue":"Fortsett","Created":"Opprettet","Expectation Failed":"Forventning mislykket","Forbidden":"Forbudt","Found":"Funnet","Gateway Timeout":"Tidsavbrudd for gateway","Gone":"Forsvunnet","HTTP Version Not Supported":"HTTP-versjon støttes ikke","Internal Server Error":"Intern serverfeil","Length Required":"Lengde er obligatorisk","Method Not Allowed":"Metoden er ikke tillatt","Moved Permanently":"Flyttet permanent","Multiple Choices":"Flere valg","No Content":"Intet innhold","Non-Authoritative Information":"Ikke-autoritativ informasjon","Not Acceptable":"Kan ikke godkjennes","Not Found":"Ikke funnet","Not Implemented":"Ikke implementert","Not Modified":"Ikke endret","OK":"OK","Partial Content":"Delvis innhold","Payment Required":"Betaling er obligatorisk","Precondition Failed":"Forutsetning mislykket","Proxy Authentication Required":"Proxy-godkjenning er obligatorisk","Request Entity Too Large":"Forespørselsenhet for stor","Request Timeout":"Forespørsel tidsavbrutt","Request-URI Too Long":"Forespørsels-URI for lang","Requested Range Not Satisfiable":"Forespurt intervall kan ikke oppfylles","Reset Content":"Tilbakestill innhold","See Other":"Se annet","Service Unavailable":"Tjeneste utilgjengelig","Switching Protocols":"Bytter protokoller","Temporary Redirect":"Omdiriger midlertidig","Unauthorized":"Ikke godkjent","Unknown Error":"Ukjent feil","Unsupported Media Type":"Medietype som ikke støttes","Use Proxy":"Bruk proxy"};

    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