/*
	[Destoon CMS] Copyright (c) 2009 Destoon.COM
	This is NOT a freeware, use is subject to license.txt
*/
var L = new Array();
L['system_tips'] = '系统提示';
L['ok'] = '确 定';
L['cancel'] = '取 消';
L['upload'] = '上 传';
L['upload_file'] = '上传文件';
L['upload_img'] = '上传图片';
L['preview_img'] = '图片预览';
L['empty_img'] = '不可预览，图片地址为空';
L['width'] = '宽度';
L['height'] = '高度';
L['choose_file'] = '请选择文件';
L['disallow_format'] = '不允许的文件格式';
L['Sun'] = '日';
L['Mon'] = '一';
L['Tue'] = '二';
L['Wed'] = '三';
L['Thu'] = '四';
L['Fri'] = '五';
L['Sat'] = '六';
L['prev_year'] = '前一年';
L['next_year'] = '后一年';
L['prev_month'] = '上一月';
L['next_month'] = '下一月';
L['delete_str'] = '删除';
L['click_open'] = '点击打开原图';