Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-tr.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-tr.js
// Module:    /templates/accounts/createacct-tr
// Locale:    tr
// 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 username cannot contain spaces.":"Bir kullanıcı adı boşluk içeremez.","A username must have between [numf,_1] and [quant,_2,character,characters].":"Bir kullanıcı adı [numf,_1] ile [quant,_2,karakter,karakter] arasında olmalıdır.","A username must start with a letter.":"Kullanıcı adı bir harf ile başlamalıdır.","Domain":"Etki Alanı","Email":"E-posta","Enable Spam Box":"İstenmeyen Posta Kutusunu Etkinleştir","Enter a nonnegative integer.":"Enter a nonnegative integer.","Enter an integer from [numf,_1] to [numf,_2].":"Enter an integer from [numf,_1] to [numf,_2].","Enter an integer no less than [numf,_1].":"Enter an integer no less than [numf,_1].","Package Name":"Paket Adı","Selected Package":"Seçilen Paket","The email field must be empty or an email address.":"E-posta alanının boş veya bir e-posta adresi olması gerekir.","The username cannot be the same as the password.":"Kullanıcı adı, şifre ile aynı olamaz.","This is not a valid domain.":"Bu geçerli bir etki alanı değil.","This is not a valid package name.":"Bu, geçerli bir paket adı değil.","This is not a valid username.":"Bu, geçerli bir kullanıcı adı değil.","Updating …":"Güncelleniyor …","Username":"Kullanıcı adı","You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.":"You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.","You must select a package.":"Bir paket seçmeniz gerekir."};

    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