//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-sv.js
// Module: cjt/util/httpStatus-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 = {"Accepted":"Accepterad","Bad Gateway":"Felaktig gateway","Bad Request":"Felaktig förfrågan","Conflict":"Konflikt","Continue":"Fortsätt","Created":"Skapade","Expectation Failed":"Förväntan misslyckades","Forbidden":"Förbjudet","Found":"Hittade","Gateway Timeout":"Timeout för gateway","Gone":"Borttagen","HTTP Version Not Supported":"HTTP-versionen stöds inte","Internal Server Error":"Internt serverfel","Length Required":"Längd är obligatoriskt","Method Not Allowed":"Metoden är inte tillåten","Moved Permanently":"Permanent flyttad","Multiple Choices":"Flerval","No Content":"Inget innehåll","Non-Authoritative Information":"Icke-auktoriserande information","Not Acceptable":"Inte acceptabelt","Not Found":"Hittades inte","Not Implemented":"Inte implementerat","Not Modified":"Inte ändrad","OK":"OK","Partial Content":"Partiellt innehåll","Payment Required":"Betalning är obligatoriskt","Precondition Failed":"Förhandsvillkor misslyckades","Proxy Authentication Required":"Proxyautentisering är obligatoriskt","Request Entity Too Large":"Begärd enhet är för stor","Request Timeout":"Timeout för begäran","Request-URI Too Long":"Begärans URI är för lång","Requested Range Not Satisfiable":"Begärt intervall kunde inte hanteras","Reset Content":"Återställ innehåll","See Other":"Se annat","Service Unavailable":"Tjänsten är inte tillgänglig","Switching Protocols":"Växlar protokoll","Temporary Redirect":"Tillfällig omdirigering","Unauthorized":"Obehörig","Unknown Error":"Okänt fel","Unsupported Media Type":"Medietyp som inte stöds","Use Proxy":"Använd 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~~