//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-id.js
// Module: /js2/gencrt-id
// Locale: id
// 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":"Alamat Email Sertifikat","Choose a country.":"Pilih negara.","City":"Kota","Company":"Perusahaan","Company Division":"Divisi Perusahaan","Contact Email Address":"Alamat Email Kontak","Country":"Negara","Domain":"Domain","Passphrase":"Frasa sandi","State":"Status","The company division must be no longer than [quant,_1,character,characters].":"Divisi perusahaan harus kurang dari [quant,_1, karakter, karakter].","The company name must be no longer than [quant,_1,character,characters].":"Nama perusahaan harus kurang dari [quant,_1, karakter, karakter].","The email address provided is not valid. This address must start with the mailbox name, then the “@” sign, then the mail domain name.":"Alamat email yang dimasukkan tidak valid. Alamat ini harus diawali dengan nama mailbox, lalu tanda “@”, kemudian nama domain mail.","The passphrase must be at least [quant,_1,character,characters] long.":"Panjang frasa sandi minimal [quant,_1, karakter, karakter].","The passphrase must be no longer than [quant,_1,character,characters].":"Frasa sandi tidak boleh lebih dari [quant,_1, karakter, karakter].","The “[_1]” field must be at least [quant,_2,character,characters] long.":"Kolom “[_1]” harus setidaknya [quant,_2, karakter, karakter].","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"Bidang ini berisi karakter yang kemungkinan tidak diterima oleh beberapa otoritas sertifikat. Hubungi otoritas sertifikat Anda untuk mengonfirmasi bahwa mereka menerima karakter ini.","You can only enter valid domains.":"Anda hanya dapat memasukkan domain yang valid.","You entered an invalid character. The passphrase may contain only letters and numbers.":"Anda memasukkan karakter yang tidak valid. Frasa sandi hanya dapat berisi huruf dan angka.","You must enter a city.":"Anda harus memasukkan kota.","You must enter a company.":"Anda harus memasukkan perusahaan.","You must enter a state.":"Anda harus memasukkan negara bagian atau provinsi.","You must enter an email address.":"Anda harus memasukkan alamat email."};
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~~