/* require LANG/en.js */

var TOS = {
    'A1' : 'Adult Oriented',
    'A2' : 'Copyrighted',
    'A3' : 'Non-headshot',
    'B1' : 'Attacks on other Members',
    'B2' : 'Abusive or Inflammatory Language',
    'B3' : 'Unauthorized Advertisements',
    'B4' : 'Spamming, Pyramid Schemes and Chain Letters',
    'B5' : 'Irrelevant Posting',
    'B6' : 'Nonsensical Posting',
    'B7' : 'Copyright and Plagiarism',
    'B8' : 'Harassment of Other Members',
    'B9' : 'Scamming',
    'B10' : 'Fake Profiles',
    'B11' : 'Hacking of Accounts',
    'Eligibility' : 'Minor',
    'Pedophile' : 'Pedophile',
    'Pervert' : 'Pervert',
    'Copyright_music' : 'Copyright Music',
    'B12' : 'Misuse of Homepage HTML Features',
    'B13' : 'Virus/Malware',
    'B14' : 'Prejudice',
    'B15' : 'Trolling',
    'B16' : 'Posts Addressing Administrator/Moderator Actions'
};

var LNG_REPORT ={
'report_abuse' : 'Report Abuse',
'violation_type' : 'Violation Type',
'Remark' : 'Remark',
'Zorpia_Reporter' : 'Zorpia Reporter',
'select_one' : 'Select one',
'Submitting' : 'Submitting...',
'My_Reports' : 'My Reports',
'btn_Close' : 'Close',
'add_info' : 'Additional Information',
'state_reason' : 'State your evidence/reason to report',
'cancel' : 'Cancel',
'server_err' : 'Sorry, but it seems that there is an error in the server. Please try again later.',
'msg_owner_banned' : 'Sorry, but the owner of this item has been banned or deleted. Do you still want to send a report?',
'send_report' : 'Send Report',
'msg_decided' : {},
'msg_violated' : {}
};

var LNG_DECIDED = 'You have decided to report this ';
var LNG_THINK = 'I think this ';
var LNG_VIOLATED = ' has violated one of the terms of service';

for(var k in obj_type){
    LNG_REPORT['msg_decided'][k] = LNG_DECIDED + obj_type[k];
    LNG_REPORT['msg_violated'][k] = LNG_THINK + obj_type[k] + LNG_VIOLATED;
}

