mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
issue 70 file module UX changed
document module develope for document management git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8679 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
99d36039e9
commit
aadeda4f55
23 changed files with 444 additions and 261 deletions
|
|
@ -51,6 +51,7 @@
|
|||
'user_name' => 'User Name',
|
||||
'nick_name' => 'Nickname',
|
||||
'ipaddress' => 'IP Address',
|
||||
'isvalid' => 'Status',
|
||||
);
|
||||
$lang->msg_not_allowed_outlink = 'It is not allowed to download files from sites other than this.';
|
||||
$lang->msg_not_permitted_create = 'Failed to create a file or directory.';
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@
|
|||
'nick_name' => 'Apodo',
|
||||
'regdate' => 'La fecha registrada',
|
||||
'ipaddress' => 'Dirección IP',
|
||||
'isvalid' => 'Status',
|
||||
);
|
||||
$lang->msg_not_allowed_outlink = 'It is not allowed to download files not from this site.';
|
||||
$lang->msg_not_permitted_create = '파일 또는 디렉토리를 생성할 수 없습니다.';
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@
|
|||
'nick_name' => '닉네임',
|
||||
'regdate' => 'Enrgistre',
|
||||
'ipaddress' => 'Adresse IP',
|
||||
'isvalid' => 'Status',
|
||||
);
|
||||
$lang->msg_not_allowed_outlink = 'It is not allowed to download files not from this site.';
|
||||
$lang->msg_not_permitted_create = '파일 또는 디렉토리를 생성할 수 없습니다.';
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@
|
|||
'nick_name' => 'ニックネーム',
|
||||
'regdate' => '登録日',
|
||||
'ipaddress' => 'IPアドレス',
|
||||
'isvalid' => 'Status',
|
||||
);
|
||||
$lang->msg_not_allowed_outlink = '外部リンクからのダウンロードは許可されていません。';
|
||||
$lang->msg_not_permitted_create = 'ファイルまたはディレクトリを生成できません。';
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@
|
|||
'nick_name' => '닉네임',
|
||||
'regdate' => '등록일',
|
||||
'ipaddress' => 'IP 주소',
|
||||
'isvalid' => '상태',
|
||||
);
|
||||
$lang->msg_not_allowed_outlink = '외부링크에서 다운로드 할 수 없습니다.';
|
||||
$lang->msg_not_permitted_create = '파일 또는 디렉토리를 생성할 수 없습니다.';
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@
|
|||
'nick_name' => 'Ник',
|
||||
'regdate' => 'Дата регистрации',
|
||||
'ipaddress' => 'IP-Адрес',
|
||||
'isvalid' => 'Status',
|
||||
);
|
||||
$lang->msg_not_allowed_outlink = 'It is not allowed to download files not from this site.';
|
||||
$lang->msg_not_permitted_create = '파일 또는 디렉토리를 생성할 수 없습니다.';
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
'user_name' => 'Kullanıcı İsmi',
|
||||
'nick_name' => 'Rumuz',
|
||||
'ipaddress' => 'IP Adresi',
|
||||
'isvalid' => 'Status',
|
||||
);
|
||||
$lang->msg_not_allowed_outlink = 'Bu siteden dosya indirimine izin verilmemektedir.';
|
||||
$lang->msg_not_permitted_create = 'Dosya veya dizin oluşturma hatası.';
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@
|
|||
'user_name' => 'Tên Sử dụng',
|
||||
'nick_name' => 'Nickname',
|
||||
'ipaddress' => 'IP',
|
||||
'isvalid' => 'Status',
|
||||
);
|
||||
$lang->msg_not_allowed_outlink = 'Không cho phép tải file từ những trang khác ngoài trang này.';
|
||||
$lang->msg_not_permitted_create = '파일 또는 디렉토리를 생성할 수 없습니다.';
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@
|
|||
'nick_name' => '昵称',
|
||||
'regdate' => '登录日期',
|
||||
'ipaddress' => 'IP地址',
|
||||
'isvalid' => 'Status',
|
||||
);
|
||||
$lang->msg_not_allowed_outlink = '此站不允许外链下载。';
|
||||
$lang->msg_not_permitted_create = '无法生成文件或文件夹。';
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@
|
|||
'nick_name' => '暱稱',
|
||||
'regdate' => '登錄日期',
|
||||
'ipaddress' => 'IP位址',
|
||||
'isvalid' => 'Status',
|
||||
);
|
||||
$lang->msg_not_allowed_outlink = '無法從網站下載檔案。';
|
||||
$lang->msg_not_permitted_create = '파일 또는 디렉토리를 생성할 수 없습니다.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue