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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/sharedjs/sqlui.js
// Generated: /usr/local/cpanel/base/sharedjs/sqlui-th.js
// Module:    legacy_shared/sqlui-th
// Locale:    th
// 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