var lang = {"select_pls":"Please select...","select_specs":"Please select the specifications","input_quantity":"Please enter the quantity to buy","invalid_quantity":"The quantity you entered is incorrect","loading":"Loading","loading_please":"Loading, please wait...","confirm":"Confirm","yes":"Yes","no":"No","error":"Error","please_confirm":"Please confirm","submit":"Submit","reset":"Reset","display":"Display","hidden":"Hidden","handle_successed":"Operate successfully","name_exist":"This name already exists, please replace another one","editable":"Editable","only_number":"This option is only digital","only_int":"This option is only integer","only_pint":"This option is only positive integer","not_empty":"This option can not be empty","small":"This should be less than or equal","insert_editor":"Insert Editor","drop":"Delete","not_allowed_type":"You upload this file format is not correct","not_allowed_size":"You upload the file size exceeds the allowable value","space_limit_arrived":"Sorry, you upload the file reached the maximum percentage of space, please contact the Webmaster to upgrade mall stores","no_upload_file":"Unknown error, server did not get to the uploaded files, please try again or contact the Webmaster","file_save_error":"Save the file failed, please contact the Webmaster","file_add_error":"File information storage error, please contact the Webmaster to check for errors","queue_too_many":"once upload too much, please select fewer files","uploading":"Uploading","success":"Success","finish":"Finish","cancelled":"Cancelled","stopped":"stopped","insert_album":"Insert Album","remove_album":"Remove Album","uploadedfile_drop_confirm":"Image deletion can not be restored, are you sure you want to delete it?","db_no_such_image":"Please pass through the first step to import pictures corresponding products","pending":"Ready","duplicate_spec_name":"you have duplicate specifications name","duplicate_spec":"you have duplicate specifications","spec_not_complate":"Specifications fill in incomplete","spec_name_required":"Specifications Name Please fill in at least one"};lang.get = function(key){
    eval('var langKey = lang.' + key);
    if(typeof(langKey) == 'undefined'){
        return key;
    }else{
        return langKey;
    }
}