Viewing File: /usr/local/cpanel/base/sharedjs/sqlui-pl.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/sharedjs/sqlui.js
// Generated: /usr/local/cpanel/base/sharedjs/sqlui-pl.js
// Module:    legacy_shared/sqlui-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 = {"Close":"Zamknij","If you change this database’s name, you will be unable to rename it back to “[_1]”. This is because the old name lacks the username prefix ([_2]) that this system requires on the names of all new databases and database users. If you require a name without the prefix, you must contact your server administrator.":"Jeśli zmienisz nazwę tej bazy danych, przywrócenie jej nazwy „[_1]” będzie niemożliwe. Wynika to z braku w starej nazwie prefiksu nazwy użytkownika ([_2]), który jest wymagany przez system w przypadku nazw wszystkich nowych baz danych i ich użytkowników. Jeśli wymagasz nazwy bez prefiksu, musisz skontaktować się z administratorem serwera.","If you change this user’s name, you will be unable to rename it back to “[_1]”. This is because the old name lacks the username prefix ([_2]) that this system requires on the names of all new databases and database users. If you require a name without the prefix, you must contact your server administrator.":"Jeśli zmienisz nazwę tego użytkownika, przywrócenie mu nazwy „[_1]” będzie niemożliwe. Wynika to z braku w starej nazwie prefiksu nazwy użytkownika ([_2]), który jest wymagany przez system w przypadku nazw wszystkich nowych baz danych i ich użytkowników. Jeśli wymagasz nazwy bez prefiksu, musisz skontaktować się z administratorem serwera.","It is a potentially dangerous operation to rename a database. You may want to [output,url,_1,back up this database] before renaming it.":"It is a potentially dangerous operation to rename a database. You may want to [output,url,_1,back up this database] before renaming it.","Rename Database":"Zmień nazwę bazy danych","Rename Database User":"Zmień nazwę użytkownika bazy danych","Renaming database user …":"Trwa zmiana nazwy użytkownika bazy danych…","Renaming database …":"Trwa zmiana nazwy bazy danych…","Success! The browser is now redirecting …":"Powodzenie! Przeglądarka wykonuje teraz przekierowanie…","Success! This page will now reload.":"Powodzenie! Ta strona zostanie załadowana ponownie.","The new name must be different from the old name.":"Nowa nazwa musi być inna niż stara."};

    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~~
Back to Directory File Manager