// JavaScript Document
var lang = new Array();
lang['language'] = 'English';
lang['model_cannot_null'] = 'You cannot leave the model blank!';
lang['cell_num_cannot_null'] = 'The phone number is wrong!';
lang['imei_wrong'] = 'Wrong IMEI, please check carefully!';
lang['imei_unmatch'] = 'The IMEI is different from your last typing, please check carefully';
lang['accept_cer_only'] = '.cer file accepted only!';
lang['accept_key_only'] = '.key files accepted only!';
lang['choose_cert'] = 'Please choose the cer.!';
lang['choose_soft'] = 'Please choose the software you want to sign!';
lang['fill_remark_plz'] = 'Please fill the remarks!';
lang['uploading_now'] = 'Uploading...';
lang['select_imei'] = 'Please select your IMEI!';
lang['update_failed'] = 'Updated Failed!';
lang['to_eidt_model'] = 'Double-click to modify the model';
lang['to_eidt_remark'] = 'Double-click to modify the remark';
