mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
첨부파일을 다운로드 받을때 권한이 없는 것과 실제 파일이 없는 것에 대해 명확한 메세지를 출력하도록 수정.
그리고 대기 상태의 파일일지라도 최고관리자는 다운로드 할 수 있도록 수정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6344 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b476c02ee2
commit
d11cd092af
9 changed files with 21 additions and 5 deletions
|
|
@ -36,6 +36,7 @@
|
|||
$lang->msg_cart_is_null = 'Please select file(s) to delete';
|
||||
$lang->msg_checked_file_is_deleted = '%d attachment(s) was(were) deleted';
|
||||
$lang->msg_exceeds_limit_size = 'File size of attachment is bigger than allowed size.';
|
||||
$lang->msg_file_not_found = '요청하신 파일을 찾을 수 없습니다.';
|
||||
|
||||
|
||||
$lang->file_search_target_list = array(
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@
|
|||
$lang->msg_cart_is_null = 'Seleccione el archivo a eliminar';
|
||||
$lang->msg_checked_file_is_deleted = 'Total de %d archivos eliminados';
|
||||
$lang->msg_exceeds_limit_size = 'Ha excedido el límite del tamaño total de los archivos adjuntos';
|
||||
$lang->msg_file_not_found = '요청하신 파일을 찾을 수 없습니다.';
|
||||
|
||||
$lang->file_search_target_list = array(
|
||||
'filename' => 'Nombre del archivo',
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@
|
|||
$lang->msg_cart_is_null = 'Choisissez un(des) fichier(s) a supprimer';
|
||||
$lang->msg_checked_file_is_deleted = '%d Annexe(s) est(sont) supprime(s)';
|
||||
$lang->msg_exceeds_limit_size = 'La mesure de l\'(des) Annexe(s) est plus grande que celle consentie.';
|
||||
$lang->msg_file_not_found = '요청하신 파일을 찾을 수 없습니다.';
|
||||
|
||||
$lang->file_search_target_list = array(
|
||||
'filename' => 'Nom de Fichier',
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@
|
|||
$lang->msg_cart_is_null = '削除するファイルを選択して下さい';
|
||||
$lang->msg_checked_file_is_deleted = '%d個の添付ファイルを削除しました';
|
||||
$lang->msg_exceeds_limit_size = 'ファイルサイズの制限を超えたため、添付出来ません。';
|
||||
$lang->msg_file_not_found = '요청하신 파일을 찾을 수 없습니다.';
|
||||
|
||||
$lang->file_search_target_list = array(
|
||||
'filename' => 'ファイル名',
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@
|
|||
$lang->msg_cart_is_null = '삭제할 파일을 선택해주세요';
|
||||
$lang->msg_checked_file_is_deleted = '%d개의 첨부파일이 삭제되었습니다';
|
||||
$lang->msg_exceeds_limit_size = '허용된 용량을 초과하여 첨부가 되지 않았습니다';
|
||||
$lang->msg_file_not_found = '요청하신 파일을 찾을 수 없습니다.';
|
||||
|
||||
$lang->file_search_target_list = array(
|
||||
'filename' => '파일이름',
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@
|
|||
$lang->msg_cart_is_null = 'Выберите файл, который Вы хотите удалить';
|
||||
$lang->msg_checked_file_is_deleted = 'Всего %d вложений было удалено';
|
||||
$lang->msg_exceeds_limit_size = 'Вложение провалено: превышен лимит размера файлов';
|
||||
$lang->msg_file_not_found = '요청하신 파일을 찾을 수 없습니다.';
|
||||
|
||||
$lang->file_search_target_list = array(
|
||||
'filename' => 'Имя файла',
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@
|
|||
$lang->msg_cart_is_null = ' 请选择要删除的文件。';
|
||||
$lang->msg_checked_file_is_deleted = '已删除%d个文件!';
|
||||
$lang->msg_exceeds_limit_size = '已超过系统指定的上传文件大小!';
|
||||
$lang->msg_file_not_found = '요청하신 파일을 찾을 수 없습니다.';
|
||||
|
||||
$lang->file_search_target_list = array(
|
||||
'filename' => '文件名',
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@
|
|||
$lang->msg_cart_is_null = ' 請選擇要刪除的檔案。';
|
||||
$lang->msg_checked_file_is_deleted = '已刪除%d個檔案!';
|
||||
$lang->msg_exceeds_limit_size = '已超過系統指定的檔案大小!';
|
||||
$lang->msg_file_not_found = '요청하신 파일을 찾을 수 없습니다.';
|
||||
|
||||
$lang->file_search_target_list = array(
|
||||
'filename' => '檔案名稱',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue