You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 lines
762 B

/*
DESTOON Copyright (C)2008-2099 www.destoon.com
This is NOT a freeware,Use is subject to license.txt
*/
var L = new Array();
L['uploading'] = '上传中...';
L['processing'] = '处理中...';
/* common.js */
L['delete_confirm'] = '确定要删除吗?此操作将不可撤销';
L['favored'] = '已收藏';
L['refresh_pull'] = '下拉刷新';
L['refresh_release'] = '松开刷新';
L['refreshing'] = '刷新中';
L['loading'] = '正在加载';
L['load_empty'] = '没有更多信息了';
L['save_picture'] = '保存图片';
L['save_success'] = '保存成功';
L['save_failure'] = '保存失败';
L['page_enter'] = '输入页码';
L['page_sum'] = '共';
L['page_info'] = '条信息';
/* share.js */
L['share_copy'] = '网址复制成功';