From 1c5551ea1bf8742bf7d7964c04b1b19bb5dedcda Mon Sep 17 00:00:00 2001 From: guny Date: Mon, 15 Dec 2008 22:30:15 +0000 Subject: [PATCH] =?UTF-8?q?=EC=B6=94=EA=B0=80=EB=90=9C=20=EB=B2=88?= =?UTF-8?q?=EC=97=AD=EC=A4=91=20=EB=88=84=EB=9D=BD=EB=90=9C=20=EC=BB=B4?= =?UTF-8?q?=EB=A7=88=20=EC=B6=94=EA=B0=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5084 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/file/lang/es.lang.php | 2 +- modules/file/lang/fr.lang.php | 2 +- modules/file/lang/jp.lang.php | 2 +- modules/file/lang/ru.lang.php | 2 +- modules/file/lang/zh-CN.lang.php | 8 ++++---- modules/file/lang/zh-TW.lang.php | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/file/lang/es.lang.php b/modules/file/lang/es.lang.php index a8c2b769e..30133cb32 100644 --- a/modules/file/lang/es.lang.php +++ b/modules/file/lang/es.lang.php @@ -38,7 +38,7 @@ 'download_count' => 'Descargados (Sobre)', 'user_id' => '아이디', 'user_name' => '이름', - 'nick_name' => '닉네임' + 'nick_name' => '닉네임', 'regdate' => 'La fecha registrada', 'ipaddress' => 'Dirección IP', ); diff --git a/modules/file/lang/fr.lang.php b/modules/file/lang/fr.lang.php index ce5b05243..f12dfba2f 100644 --- a/modules/file/lang/fr.lang.php +++ b/modules/file/lang/fr.lang.php @@ -38,7 +38,7 @@ 'download_count' => 'Téléchargés (surplus)', 'user_id' => '아이디', 'user_name' => '이름', - 'nick_name' => '닉네임' + 'nick_name' => '닉네임', 'regdate' => 'Enrgistré', 'ipaddress' => 'Adresse IP', ); diff --git a/modules/file/lang/jp.lang.php b/modules/file/lang/jp.lang.php index 8848f0b5c..02dfbce6c 100644 --- a/modules/file/lang/jp.lang.php +++ b/modules/file/lang/jp.lang.php @@ -38,7 +38,7 @@ 'download_count' => 'ダウンロード数(以上)', 'user_id' => '아이디', 'user_name' => '이름', - 'nick_name' => '닉네임' + 'nick_name' => '닉네임', 'regdate' => '登録日', 'ipaddress' => 'IPアドレス', ); diff --git a/modules/file/lang/ru.lang.php b/modules/file/lang/ru.lang.php index b726d4eb4..a4cfae678 100644 --- a/modules/file/lang/ru.lang.php +++ b/modules/file/lang/ru.lang.php @@ -38,7 +38,7 @@ 'download_count' => 'Скачано (Выше)', 'user_id' => '아이디', 'user_name' => '이름', - 'nick_name' => '닉네임' + 'nick_name' => '닉네임', 'regdate' => 'Дата', 'ipaddress' => 'IP-Адрес', ); diff --git a/modules/file/lang/zh-CN.lang.php b/modules/file/lang/zh-CN.lang.php index 4fca33d7e..e041a556c 100644 --- a/modules/file/lang/zh-CN.lang.php +++ b/modules/file/lang/zh-CN.lang.php @@ -34,11 +34,11 @@ $lang->file_search_target_list = array( 'filename' => '文件名', 'filesize' => '文件大小 (byte, 以上)', - 'filesize_mega' => '파일크기 (Mb, 이상)', + 'filesize_mega' => '文件大小 (Mb, 以上)', 'download_count' => '下载次数 (以上)', - 'user_id' => '아이디', - 'user_name' => '이름', - 'nick_name' => '닉네임' + 'user_id' => '用户名', + 'user_name' => '姓名', + 'nick_name' => '昵称', 'regdate' => '登录日期', 'ipaddress' => 'IP地址', ); diff --git a/modules/file/lang/zh-TW.lang.php b/modules/file/lang/zh-TW.lang.php index 2be748b8c..c4902c0d0 100644 --- a/modules/file/lang/zh-TW.lang.php +++ b/modules/file/lang/zh-TW.lang.php @@ -38,7 +38,7 @@ 'download_count' => '下載次數 (以上)', 'user_id' => '아이디', 'user_name' => '이름', - 'nick_name' => '닉네임' + 'nick_name' => '닉네임', 'regdate' => '登錄日期', 'ipaddress' => 'IP位址', );