//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/rootmail/index.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/rootmail/index-pl.js
// Module: /templates/rootmail/index-pl
// Locale: pl
// 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 = {"Disable":"Wyłącz","Forward mail for “[_1]” to:":"Wiadomości e-mail do użytkownika „[_1]” przesyłaj dalej na konto:","Must be a valid email address or account name":"Musi być prawidłowym adresem e-mail lub prawidłową nazwą konta","The email address “[_1]” is not valid.":"Adres e-mail „[_1]” jest nieprawidłowy.","The system currently forwards mail for “[output,strong,_1]” to “[list_and,_2]”.":"Wiadomości e-mail do użytkownika „[output,strong,_1]” system przesyła obecnie dalej na konto „[list_and,_2]”.","The system does not currently forward mail for “[output,strong,_1]”.":"System nie przekazał obecnie poczty do „[output,strong,_1]”.","The user “[_1]” does not exist on the system.":"Nie istnieje w systemie użytkownik „[_1]”.","Update":"Aktualizacja"};
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~~