/* * Amina Javascript Language * * Copyright (c) 2015 Amina * http://amina.co.kr * */ var aslang = new Array(); aslang[0] = "g5_is_member Variable not declared."; aslang[1] = "g5_bbs_url Variable not declared."; aslang[2] = "About Me"; aslang[3] = "Homepage"; aslang[4] = "Send massage"; aslang[5] = "Send E-mail"; aslang[6] = "Search Posts"; aslang[7] = "Search comments"; aslang[8] = "All Posts"; aslang[9] = "Point Usage"; aslang[10] = "Membership information"; aslang[11] = "Are you sure you want to delete?\n\nIt cannot be undone once deleted."; aslang[12] = "Errors occurred."; aslang[13] = "would you like to keep your post private?"; aslang[14] = "would you like to have this post public?"; aslang[15] = "Are you sure you want to report this post?\n\nI cannot be undone once reported."; aslang[16] = "Are you sure you want to wtihdrawal your account?"; aslang[17] = "Auto-login enables the user to automatically log in.\n\nFor privacy issue please do not use this feature with a public computer.\n\n(Would you like to use auto-login?)"; aslang[18] = "Are you sure you want to withdrawal your account?"; aslang[19] = "Are you sure you want to delete?\n\It cannot be undone once deleted."; aslang[20] = "File: postcode.v2.js cannot be loaded."; aslang[21] = "The options must be selected."; aslang[22] = "The details must be filled."; aslang[23] = "Phone number is invalid.\n\nPlease include hyphens."; aslang[24] = "The email address is invalid."; aslang[25] = "This is not English."; aslang[26] = "This is not English."; aslang[27] = "This is not English or a number."; aslang[28] = "This is not English."; aslang[29] = "This is not a number."; aslang[30] = "This is not English."; aslang[31] = "This is not English or a number."; aslang[32] = "This is not English or a number or _"; aslang[33] = "Please type at least [cnt] letters"; //[cnt] : 글자수 aslang[34] = "This is not an image file.\nOnly gif, jpg, png files are accepted."; aslang[35] = "Only .[ext] files are accepted."; //[ext] : 확장자 aslang[36] = "There should be no blank space.";