From 8147bed07972449104cfa5b0ecc2bbc662e90e85 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Fri, 7 Jan 2011 15:34:25 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=B9=81=E4=BD=93=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E5=88=B0=20SVN=20=E5=BA=93=E4=B8=AD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.code.sf.net/p/hawebs/svn@694 a2543c7e-f6e9-4f8a-8bff-1ffc34733512 --- .../modules/uploads/language/zh_tw.lang.php | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 oss/vtiger/trunk/modules/uploads/language/zh_tw.lang.php diff --git a/oss/vtiger/trunk/modules/uploads/language/zh_tw.lang.php b/oss/vtiger/trunk/modules/uploads/language/zh_tw.lang.php new file mode 100644 index 00000000..b80e41e6 --- /dev/null +++ b/oss/vtiger/trunk/modules/uploads/language/zh_tw.lang.php @@ -0,0 +1,35 @@ + '附件檔案', +'LBL_ATTACH'=>'檔案', +'LBL_CANCEL'=>'取消', + 'LBL_STEP_SELECT_FILE' => '步驟一:選擇檔案', + 'LBL_BROWSE_FILES' => '點選瀏覽器按鈕并且選擇要附加的檔案', + 'LBL_DESCRIPTION' => '步驟二:填入一些描述', + 'LBL_OPTIONAL' => '(選擇性輸入)', +); + +?>