mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
위젯 검출 정규 표현식을 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2892 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f9896fe51a
commit
90aa62a6ac
993 changed files with 9190 additions and 10457 deletions
|
|
@ -16,6 +16,7 @@
|
|||
$lang->allowed_filesize = 'File size limit';
|
||||
$lang->allowed_attach_size = 'Total size limit';
|
||||
$lang->allowed_filetypes = 'Allowed extensions';
|
||||
$lang->enable_download_group = '다운로드 가능 그룹';
|
||||
|
||||
$lang->about_allowed_filesize = 'You can assign file size limit for each file. (Excluding administrators)';
|
||||
$lang->about_allowed_attach_size = 'You can assign file size limit for each document. (Excluding administrators)';
|
||||
|
|
@ -25,6 +26,7 @@
|
|||
$lang->cmd_move_to_document = 'Move to document';
|
||||
$lang->cmd_download = 'Download';
|
||||
|
||||
$lang->msg_not_permitted_download = '다운로드 할 수 있는 권한이 없습니다';
|
||||
$lang->msg_cart_is_null = 'Select the file you wish to delete';
|
||||
$lang->msg_checked_file_is_deleted = 'Total of %d attachments has been deleted';
|
||||
$lang->msg_exceeds_limit_size = 'Attachment faild; exceeded the file size limit';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue