Viewing File: /usr/local/cpanel/base/cjt/sql-ar.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/cjt/sql.js
// Generated: /usr/local/cpanel/base/cjt/sql-ar.js
// Module:    legacy_cjt/sql-ar
// Locale:    ar
// 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 = {"A database name cannot be empty.":"يتعذّر أن يكون اسم قاعدة البيانات فارغًا.","A database name cannot end with a space character.":"A database name cannot end with a space character.","A username cannot be empty.":"يتعذر أن يكون اسم المستخدم فارغًا.","Database Name":"اسم قاعدة البيانات","Database Username":"Database Username","The name of a database user on this system may include only the following characters: [join, ,_1]":"يجوز أن يتضمن اسم قاعدة البيانات الموجودة على هذا النظام الأحرف التالية فقط: [join, ,_1]","This database name has too many wildcard-sensitive characters ([list_and_quoted,_1]). The system stores each of these as two characters internally, up to a limit of [quant,_2,character,characters]. This name would take up [quant,_3,character,characters] of internal storage, which is [numf,_4] too many.":"يوجد باسم قاعدة البيانات هذا العديد من الأحرف الحساسة لحرف البدل ([list_and_quoted,_1]). يقوم النظام بتخزين كل منها كحرفين داخليًا، ما يصل إلى الحد [quant,_2,حرفًا,حرفًا]. سوف يستخدم هذا الاسم [quant,_3,حرفًا,حرفًا] من الذاكرة الداخلية، والتي تعتبر [numf,_4] كثيرة جدًا.","This system allows only printable [asis,ASCII] characters in database names.":"يسمح هذا النظام فقط بالأحرف [asis,ASCII] القابلة للطباعة في أسماء قاعدة البيانات.","This system prohibits the backslash ([_1]) character in database names.":"This system prohibits the backslash ([_1]) character in database names.","This system prohibits the following [numerate,_1,character,characters] in database names: [join, ,_2]":"يحظر هذا النظام وجود [numerate,_1,حرفًا,حرفًا] التالية في أسماء قاعدة البيانات: [join, ,_2]","This system prohibits the slash ([_1]) character in database names.":"يحظر هذا النظام وجود حرف الشرطة المائلة ([_1]) في أسماء قاعدة البيانات.","This system’s database version ([_1]) prohibits the character “[_2]” in database names. Ask your administrator to upgrade to a newer version.":"This system’s database version ([_1]) prohibits the character “[_2]” in database names. Ask your administrator to upgrade to a newer version.","This value is too long by [quant,_1,character,characters]. The maximum length is [quant,_2,character,characters].":"هذه القيمة طويلة جدًا من حيث [quant,_1,حرفًا,حرفًا]. الحد الأقصى للطول هو [quant,_2,حرفًا,حرفًا].","Username cannot begin with a number.":"لا يمكن أن يبدأ اسم المستخدم برقم.","[asis,PostgreSQL] Database Name":"اسم قاعدة بيانات [asis,PostgreSQL]","[asis,PostgreSQL] Username":"اسم مستخدم [asis,PostgreSQL]"};

    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