// If you add a new string to one block, you need to add it to the rest

i18nDict_tw = { 
	'No such element: ' : '沒有以下element: ',
	'Field cannot be blank: ' : '必須填寫',
	'must be an integer.' : '必須是數字',
	'One of this fields must be filled:' : '必須填寫其一:'
};

i18nDict_cn = { 
	'No such element: ' : '沒有以下element: ',
	'Field cannot be blank: ' : '必须填写',
	'must be an integer.' : '必须是数字',
	'One of this fields must be filled:' : '必须填写其一:'
};
