//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-da.js
// Module: cjt/util/httpStatus-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 = {"Accepted":"Accepteret","Bad Gateway":"Ugyldig gateway","Bad Request":"Ugyldig anmodning","Conflict":"Konflikt","Continue":"Fortsæt","Created":"blev oprettet","Expectation Failed":"Forventningen blev ikke udført","Forbidden":"Forbudt","Found":"Fandt","Gateway Timeout":"Timeout for gateway","Gone":"Forsvundet","HTTP Version Not Supported":"HTTP-versionen er ikke understøttet","Internal Server Error":"Intern serverfejl","Length Required":"Længde er påkrævet","Method Not Allowed":"Metode er ikke tilladt","Moved Permanently":"Flyttet permanent","Multiple Choices":"Flere valgmuligheder","No Content":"Intet indhold","Non-Authoritative Information":"Ikke-autoritative oplysninger","Not Acceptable":"Kan ikke accepteres","Not Found":"Ikke fundet","Not Implemented":"Ikke implementeret","Not Modified":"Ikke ændret","OK":"OK","Partial Content":"Delvist indhold","Payment Required":"Betaling er påkrævet","Precondition Failed":"Forudsætningen blev ikke fundet","Proxy Authentication Required":"Proxygodkendelse er påkrævet","Request Entity Too Large":"Anmodet enhed er for stor","Request Timeout":"Timeout for anmodning","Request-URI Too Long":"Anmodningens URI er for lang","Requested Range Not Satisfiable":"Anmodningsområdet kan ikke opnås","Reset Content":"Nulstil indhold","See Other":"Se andet","Service Unavailable":"Tjenesten er ikke tilgængelig","Switching Protocols":"Skifter protokol","Temporary Redirect":"Midlertidig omdirigering","Unauthorized":"Uautoriseret","Unknown Error":"Ukendt fejl","Unsupported Media Type":"Medietypen er ikke understøttet","Use Proxy":"Brug 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~~