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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/sharedjs/sqlui.js
// Generated: /usr/local/cpanel/base/sharedjs/sqlui-uk.js
// Module:    legacy_shared/sqlui-uk
// Locale:    uk
// 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":"Закрити","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.":"Якщо змінити ім’я цієї бази даних, її не можна буде перейменувати назад на „[_1]”. Це зумовлено вимогою системи до всіх нових баз даних і їх користувачів: до старого імені необхідно додати префікс імені користувача ([_2]). Якщо вам потрібне ім’я без префікса, зверніться до адміністратора свого сервера.","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.":"Якщо змінити ім’я цього користувача, його не можна буде перейменувати назад на „[_1]”. Це зумовлено вимогою системи до всіх нових баз даних і їх користувачів: до старого імені необхідно додати префікс імені користувача ([_2]). Якщо вам потрібне ім’я без префікса, зверніться до адміністратора свого сервера.","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":"Перейменувати базу даних","Rename Database User":"Перейменувати користувача бази даних","Renaming database user …":"Перейменування користувача бази даних…","Renaming database …":"Перейменування бази даних…","Success! The browser is now redirecting …":"Вітаємо! Браузер переспрямовує…","Success! This page will now reload.":"Вітаємо! Цю сторінку зараз буде перезавантажено.","The new name must be different from the old name.":"Нове ім’я має відрізнятися від старого."};

    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