영어 - 기존 번역문 수정 및 추가 번역

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3760 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2008-02-22 21:18:16 +00:00
parent a64cb56b16
commit 87bfa7fbe2
6 changed files with 39 additions and 39 deletions

View file

@ -6,35 +6,35 @@
**/
$lang->file = 'Attachment';
$lang->file_name = 'File name';
$lang->file_size = 'File size';
$lang->download_count = 'Number of downloads';
$lang->file_name = 'File Name';
$lang->file_size = 'File Size';
$lang->download_count = 'Number of Downloads';
$lang->status = 'Status';
$lang->is_valid = 'Valid';
$lang->is_stand_by = 'Stand by';
$lang->file_list = 'Attachments List';
$lang->allowed_filesize = 'Max Filesize';
$lang->allowed_attach_size = 'Max Attachments';
$lang->allowed_filesize = 'Maximum File Size';
$lang->allowed_attach_size = 'Maximum Attachments';
$lang->allowed_filetypes = 'Allowed Extensions';
$lang->enable_download_group = 'Download allowed groups';
$lang->enable_download_group = 'Download Allowed Groups';
$lang->about_allowed_filesize = 'You can assign file size limit for each file. (Exclude administrators)';
$lang->about_allowed_attach_size = 'You can assign file size limit for each document. (Exclude administrators)';
$lang->about_allowed_filetypes = 'Only allowed extentsions can be attached. To allow an extension, use "*.extention". To allow multiple extensions, use ";" between each extension.<br />ex) *.* or *.jpg;*.gif;<br />(Exclude Administrators)';
$lang->about_allowed_filetypes = 'Only allowed extentsions can be attached. To allow an extension, use "*.[extention]". To allow multiple extensions, use ";" between each extension.<br />ex) *.* or *.jpg;*.gif;<br />(Exclude Administrators)';
$lang->cmd_delete_checked_file = 'Delete Selected';
$lang->cmd_move_to_document = 'Move to document';
$lang->cmd_delete_checked_file = 'Delete Selected Item(s)';
$lang->cmd_move_to_document = 'Move to Document';
$lang->cmd_download = 'Download';
$lang->msg_not_permitted_download = 'You do not have any permission to download';
$lang->msg_not_permitted_download = 'You do not have permission to download';
$lang->msg_cart_is_null = 'Please select file(s) to delete';
$lang->msg_checked_file_is_deleted = 'Total of %d attachment(s) was(were) deleted';
$lang->msg_exceeds_limit_size = 'Attachment failed due to the excess of file size';
$lang->msg_checked_file_is_deleted = '%d attachment(s) was(were) deleted';
$lang->msg_exceeds_limit_size = 'File size of attachment is bigger than maximum size.';
$lang->search_target_list = array(
'filename' => 'File name',
'filesize' => 'File size (byte, Over)',
'download_count' => 'Downloads (Over)',
'filename' => 'File Name',
'filesize' => 'File Size (byte, over)',
'download_count' => 'Downloads (over)',
'regdate' => 'Registered Date',
'ipaddress' => 'IP Address',
);