//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/email_ui_control.js
// Generated: /usr/local/cpanel/base/sharedjs/email_ui_control-sv.js
// Module: legacy_shared/email_ui_control-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 = {"An unknown error occurred.":"Ett okänt fel inträffade.","Checkboxes":"Kryssrutor","Hide":"Dölj","Jump to page.":"Hoppa till sida.","Next Page":"Nästa sida","Page [numf,_1]":"Sida [numf,_1]","Page [numf,_1] of [numf,_2]":"Sidan [numf,_1] av [numf,_2]","Previous Page":"Föregående sida","Reconfigure Search":"Konfigurera om sökning","Reset to Default":"Återställ till standard","Rows per Page":"Rader per sida","Select All":"Markera alla","Show [quant,_1,Result,Results]":"Visa [quant,_1,resultat,resultat]","The search matches [quant,_1,record,records].":"Sökvillkoren matchar [quant,_1,post,poster].","You must show at least one message type.":"Minst en meddelandetyp måste visas."};
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~~