translate Chinese into English in file list

This commit is contained in:
wlx 2015-09-13 14:15:54 +08:00
parent 08560165ed
commit 522d3b707f
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ method.filelist = {
+'<i class="icon-file" id="icon_'+val['id']+'"></i> ' +'<i class="icon-file" id="icon_'+val['id']+'"></i> '
+ val['filename'] + val['filename']
+'<span class="pull-right" style="margin-left:15px;">[Time:'+val['ts_created']+']</span>' +'<span class="pull-right" style="margin-left:15px;">[Time:'+val['ts_created']+']</span>'
+'<span class="pull-right">[大小:'+val['filesize']+']</span>' +'<span class="pull-right">[Size: '+val['filesize']+']</span>'
'</li>'; '</li>';
items.push(html); items.push(html);
} }