//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-tr.js
// Module: /js2/gencrt-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 = {"Certificate Email Address":"Sertifika E-posta Adresi","Choose a country.":"Bir ülke seçin.","City":"Şehir","Company":"Şirket","Company Division":"Şirket Bölümü","Contact Email Address":"İletişim E-postası Adresi","Country":"Ülke","Domain":"Etki Alanı","Passphrase":"Anahtar parola","State":"Eyalet","The company division must be no longer than [quant,_1,character,characters].":"Şirket bölümünün adı, [quant,_1,karakter,karakter]’den daha uzun olmamalıdır.","The company name must be no longer than [quant,_1,character,characters].":"Şirketin adı, [quant,_1,karakter,karakter]’den daha uzun olmamalıdır.","The email address provided is not valid. This address must start with the mailbox name, then the “@” sign, then the mail domain name.":"Sağlanan e-posta adresi geçerli değil. Bu adres posta kutusu adı ile başlamalı, ardından “@” işareti ve sonra posta etki alanı adı gelmelidir.","The passphrase must be at least [quant,_1,character,characters] long.":"Anahtar parola en az [quant,_1,karakter,karakter] uzunluğunda olmalıdır.","The passphrase must be no longer than [quant,_1,character,characters].":"Anahtar parola en az [quant,_1,karakter,karakter] uzunluğunda olmalıdır.","The “[_1]” field must be at least [quant,_2,character,characters] long.":"“[_1]” alanı en az [quant,_2,karakter,karakter] uzunluğunda olmalıdır.","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"Bu alan, bazı sertifika kurumlarının kabul etmediği karakterler içeriyor. Bu karakterleri kabul ettiklerini onaylamak için sertifika kurumunuzla iletişime geçin.","You can only enter valid domains.":"Yalnızca geçerli etki alanlarını girebilirsiniz.","You entered an invalid character. The passphrase may contain only letters and numbers.":"Geçersiz bir karakter girdiniz. Anahtar parola yalnızca harfler ve rakamlar içerir.","You must enter a city.":"Bir şehir girmeniz gerekir.","You must enter a company.":"Bir şirket girmeniz gerekir.","You must enter a state.":"Bir durum girmeniz gerekir.","You must enter an email address.":"Bir e-posta adresi girmeniz 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~~