//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/mysqlhost/index.cmb.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mysqlhost/index.cmb-pl.js
// Module: /templates/mysqlhost/index.cmb-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 = {"Activation completed for “[_1]”.":"Aktywacja zakończona w przypadku „[_1]”.","Activation failed for “[_1]” during step “[_2]” because of an error: [_3]":"Activation failed for “[_1]” during step “[_2]” because of an error: [_3]","Activation in progress for “[_1]”.":"Trwa aktywacja „[_1]”.","An unexpected error occurred.":"Wystąpił nieoczekiwany błąd.","The host must be a valid [asis,IP] address or [asis,hostname].":"Host musi być prawidłowym adresem [asis,IP] lub prawidłową [asis,hostname].","The profile “[_1]” is valid.":"Profil „[_1]” jest prawidłowy.","The value must be a valid [asis,loopback] address.":"Wartość musi być prawidłowym adresem [asis,loopback].","This step completed.":"Ten krok został zakończony.","This step failed.":"Ten krok się nie powiódł.","This step is in progress.":"Ten krok jest nadal wykonywany.","This step was skipped.":"Ten krok został pominięty.","You have successfully created the profile, “[_1]”.":"Pomyślnie utworzono profil „[_1]”.","You have successfully deleted the profile, “[_1]”.":"Pomyślnie usunięto profil „[_1]”.","You have successfully updated the profile, “[_1]”.":"Pomyślnie zaktualizowano profil „[_1]”."};
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~~