//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/addipform.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/addipform-pl.js
// Module: /js2/addipform-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 = {"Adding IP range …":"Dodawanie zakresu adresów IP…","Adding IP …":"Dodawanie adresu IP…","All excluded IP addresses and IP ranges must be valid and within the given IP range.":"Wszystkie wykluczone adresy IP i zakresy adresów IP muszą być prawidłowe i mieścić się w podanym zakresie adresów IP.","Excluded IP Addresses/Ranges":"Wykluczone adresy IP/zakresy","IP Address/Range":"Adres/zakres adresów IP","Success!":"Powodzenie!","The given IP address or range is invalid.":"Dany adres IP lub zakres jest nieprawidłowy.","The given IP range does not fit within the given subnet mask.":"Podany zakres adresów IP nie mieści się w określonej masce podsieci."};
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~~