* Finish task #42854.
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
*/
|
||||
$lang->file = new stdclass();
|
||||
$lang->file->common = 'File';
|
||||
$lang->file->id = 'ID';
|
||||
$lang->file->objectType = 'Object Type';
|
||||
$lang->file->objectID = 'Object ID';
|
||||
$lang->file->deleted = 'Deleted';
|
||||
$lang->file->uploadImages = 'Batch Upload Images';
|
||||
$lang->file->download = 'Download Files';
|
||||
$lang->file->uploadDate = 'Uploaded';
|
||||
|
||||
@@ -11,6 +11,10 @@
|
||||
*/
|
||||
$lang->file = new stdclass();
|
||||
$lang->file->common = '附件';
|
||||
$lang->file->id = '编号';
|
||||
$lang->file->objectType = '对象类型';
|
||||
$lang->file->objectID = '对象ID';
|
||||
$lang->file->deleted = '已删除';
|
||||
$lang->file->uploadImages = '多图上传';
|
||||
$lang->file->download = '下载附件';
|
||||
$lang->file->uploadDate = '上传时间:';
|
||||
|
||||
Reference in New Issue
Block a user