|
From: Doug K. <dou...@us...> - 2002-03-10 03:24:01
|
Update of /cvsroot/phpbb/phpBB2/language/lang_korean In directory usw-pr-cvs1:/tmp/cvs-serv23080/language/lang_korean 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_korean/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** lang_admin.php 28 Jan 2002 01:30:22 -0000 1.1 --- lang_admin.php 10 Mar 2002 03:23:55 -0000 1.2 *************** *** 1,695 **** ! <?php ! ! /*************************************************************************** ! * lang_admin.php [English] ! * ------------------- ! * begin : Sat Dec 16 2000 ! * copyright : (C) 2001 The phpBB Group ! * email : su...@ph... ! * ! * $Id$ [...1361 lines suppressed...] ! $lang['ftp_info'] = "Enter Your FTP Information"; ! $lang['Attempt_ftp'] = "Attempt to ftp config file into place"; ! $lang['Send_file'] = "Just send the file to me and I'll ftp it manually"; ! $lang['ftp_path'] = "FTP path to phpBB 2"; ! $lang['ftp_username'] = "Your FTP Username"; ! $lang['ftp_password'] = "Your FTP Password"; ! $lang['Transfer_config'] = "Start Transfer"; ! $lang['NoFTP_config'] = "The attempt to ftp the config file into place failed. Please download the config file and ftp it into place manually."; ! ! $lang['Install'] = "Install"; ! $lang['Upgrade'] = "Upgrade"; ! ! ! $lang['Install_Method'] = "Choose your installation method"; ! ! // ! // That's all Folks! ! // ------------------------------------------------- ! ! ?> Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_korean/lang_main.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** lang_main.php 6 Mar 2002 00:36:23 -0000 1.4 --- lang_main.php 10 Mar 2002 03:23:55 -0000 1.5 *************** *** 1,969 **** ! <?php ! /*************************************************************************** ! * lang_main.php [Korean] ! * ------------------- ! * begin : Sat Dec 16 2000 ! * copyright : (C) 2001 The phpBB Group ! * email : su...@ph... ! * ! * $Id$ ! * ---------------------------------------------------------------------------- [...1909 lines suppressed...] ! $lang['datetime']['Nov'] = "11¿ù"; ! $lang['datetime']['Dec'] = "12¿ù"; ! ! // ! // Errors (not related to a ! // specific failure on a page) ! // ! $lang['Information'] = " Á¤ º¸ "; ! $lang['Critical_Information'] = "Áß¿äÇÑ Á¤º¸"; ! ! $lang['General_Error'] = "ÀϹÝÀûÀÎ Error"; ! $lang['Critical_Error'] = "½É°¢ÇÑ Error"; ! $lang['An_error_occured'] = "Error°¡ ¹ß»ýÇß½À´Ï´Ù."; ! $lang['A_critical_error'] = "½É°¢ÇÑ Error°¡ ¹ß»ýÇß½À´Ï´Ù."; ! ! // ! // That's all Folks! ! // ------------------------------------------------- ! ?> |