|
From: Doug K. <dou...@us...> - 2002-03-10 03:23:59
|
Update of /cvsroot/phpbb/phpBB2/language/lang_chinese_traditional_taiwan In directory usw-pr-cvs1:/tmp/cvs-serv23080/language/lang_chinese_traditional_taiwan Modified Files: lang_admin.php lang_main.php Log Message: Ok, this includes fixes for bugs numbered 526000, 524591, 520370, and 520872. Manily, a few typos were fixed, along with a problem in the jumpbox (fixed using a quick Javascript check, there really isn't another way without modifying some large portions of code), and a problem in the rank control panel. In other words, everything assigned to me (as of this morning) has been fixed. I also ran the lovely fix_files.sh, so CVS might be a little wacky and try to update everything. I hope not... That's it for now! dougk_ff7 Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_chinese_traditional_taiwan/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** lang_admin.php 28 Feb 2002 14:18:52 -0000 1.1 --- lang_admin.php 10 Mar 2002 03:23:55 -0000 1.2 *************** *** 1,736 **** ! <?php ! ! /*************************************************************************** ! * lang_admin.php [English] ! * ------------------- ! * begin : Sat Dec 16 2000 ! * copyright : (C) 2001 The phpBB Group ! * email : su...@ph... ! * ! * $Id$ [...1443 lines suppressed...] ! $lang['ftp_username'] = "±zªº FTP µn¤J¦WºÙ:"; ! $lang['ftp_password'] = "±zªº FTP µn¤J±K½X:"; ! $lang['Transfer_config'] = "¶}©l¶Ç¿é"; ! $lang['NoFTP_config'] = "FTP ¤W¶Ç³]©wÀÉ¥¢±Ñ. ½Ð¤U¸ü³]©wÀɨùÁ¸Õ¤â°Ê¤W¶Ç."; ! ! $lang['Install'] = "§¹¾ã¦w¸Ë"; ! $lang['Upgrade'] = "¨t²Î¤É¯Å"; ! ! ! $lang['Install_Method'] = "½Ð¿ï¾Ü¦w¸Ë¼Ò¦¡"; ! ! $lang['Install_No_Ext'] = "±z¥D¾÷¤Wªº PHP ³]©w¨Ã¤£¤ä´©±z©Ò¿ï¾Üªº¸ê®Æ®w«¬ºA"; ! ! $lang['Install_No_PCRE'] = "phpBB2 »Ýn¨Ï¥Î¨ì Perl-Compatible Regular Expressions Module, ¦Ó±zªº PHP ³]©w¨Ã¤£¤ä´©³o¶µ¥\¯à"; ! ! // ! // That's all Folks! ! // ------------------------------------------------- ! ?> Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_chinese_traditional_taiwan/lang_main.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** lang_main.php 6 Mar 2002 00:36:21 -0000 1.3 --- lang_main.php 10 Mar 2002 03:23:55 -0000 1.4 *************** *** 1,1008 **** ! <?php ! /*************************************************************************** ! * lang_main.php [English] ! * ------------------- ! * begin : Sat Dec 16 2000 ! * copyright : (C) 2001 The phpBB Group ! * email : su...@ph... ! * ! * $Id$ ! * [...1987 lines suppressed...] ! $lang['datetime']['Nov'] = "¤Q¤@¤ë"; ! $lang['datetime']['Dec'] = "¤Q¤G¤ë"; ! ! // ! // Errors (not related to a ! // specific failure on a page) ! // ! $lang['Information'] = "¨t²Î°T®§"; ! $lang['Critical_Information'] = "«¤j°T®§"; ! ! $lang['General_Error'] = "¤@¯ë¿ù»~"; ! $lang['Critical_Error'] = "«¤j¿ù»~"; ! $lang['An_error_occured'] = "µo¥Í¿ù»~"; ! $lang['A_critical_error'] = "µo¥Í«¤j¿ù»~"; ! ! // ! // That's all Folks! ! // ------------------------------------------------- ! ?> |