You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(193) |
Nov
(393) |
Dec
(347) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(401) |
Feb
(232) |
Mar
(343) |
Apr
(129) |
May
(129) |
Jun
(116) |
Jul
(189) |
Aug
(129) |
Sep
(68) |
Oct
(172) |
Nov
(298) |
Dec
(148) |
| 2003 |
Jan
(264) |
Feb
(210) |
Mar
(322) |
Apr
(309) |
May
(234) |
Jun
(188) |
Jul
(215) |
Aug
(161) |
Sep
(234) |
Oct
(163) |
Nov
(110) |
Dec
(7) |
| 2004 |
Jan
(95) |
Feb
(107) |
Mar
(55) |
Apr
(3) |
May
(49) |
Jun
(35) |
Jul
(57) |
Aug
(43) |
Sep
(56) |
Oct
(40) |
Nov
(25) |
Dec
(21) |
| 2005 |
Jan
(93) |
Feb
(25) |
Mar
(22) |
Apr
(72) |
May
(45) |
Jun
(24) |
Jul
(29) |
Aug
(20) |
Sep
(50) |
Oct
(93) |
Nov
(69) |
Dec
(183) |
| 2006 |
Jan
(185) |
Feb
(143) |
Mar
(402) |
Apr
(260) |
May
(322) |
Jun
(367) |
Jul
(234) |
Aug
(299) |
Sep
(206) |
Oct
(288) |
Nov
(338) |
Dec
(307) |
| 2007 |
Jan
(296) |
Feb
(250) |
Mar
(261) |
Apr
(434) |
May
(539) |
Jun
(274) |
Jul
(440) |
Aug
(190) |
Sep
(128) |
Oct
(249) |
Nov
(86) |
Dec
(51) |
| 2008 |
Jan
(177) |
Feb
(67) |
Mar
(61) |
Apr
(48) |
May
(56) |
Jun
(97) |
Jul
(60) |
Aug
(64) |
Sep
(151) |
Oct
(79) |
Nov
(109) |
Dec
(123) |
| 2009 |
Jan
(70) |
Feb
(70) |
Mar
(73) |
Apr
(80) |
May
(22) |
Jun
(193) |
Jul
(191) |
Aug
(181) |
Sep
(120) |
Oct
(48) |
Nov
(24) |
Dec
|
|
From: Paul S. O. <ps...@us...> - 2002-01-28 02:16:37
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv10553/includes Modified Files: bbcode.php Log Message: Couple more updates to URL 'fixes' Index: bbcode.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/bbcode.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** bbcode.php 2002/01/27 14:03:21 1.25 --- bbcode.php 2002/01/28 02:16:33 1.26 *************** *** 202,210 **** // [url=xxxx://www.phpbb.com]phpBB[/url] code.. ! $patterns[3] = "#\[url=([a-z]+?://){1}([a-z0-9\-\.,\?!%\*_\#:~\\&$@\/=\+]+)\](.*?)\[/url\]#si"; $replacements[3] = $bbcode_tpl['url3']; // [url=www.phpbb.com]phpBB[/url] code.. (no xxxx:// prefix). ! $patterns[4] = "#\[url=([a-z0-9\-\.,\?!%\*_\#:~\\&$@\/=\+]+)\]([a-z0-9\-\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/url\]#si"; $replacements[4] = $bbcode_tpl['url4']; --- 202,210 ---- // [url=xxxx://www.phpbb.com]phpBB[/url] code.. ! $patterns[3] = "#\[url=([a-z]+?://){1}([a-z0-9\-\.,\?!%\*_\#:~\\&$@\/=\+]+)\]([a-z0-9\-\.,\?!%\*_\#:~\\&$@\/=\+ ]+)\[/url\]#si"; $replacements[3] = $bbcode_tpl['url3']; // [url=www.phpbb.com]phpBB[/url] code.. (no xxxx:// prefix). ! $patterns[4] = "#\[url=([a-z0-9\-\.,\?!%\*_\#:~\\&$@\/=\+]+)\]([a-z0-9\-\.,\?!%\*_\#:~\\&$@\/=\+ ]+)\[/url\]#si"; $replacements[4] = $bbcode_tpl['url4']; |
|
From: Paul S. O. <ps...@us...> - 2002-01-28 01:37:53
|
Update of /cvsroot/phpbb/phpBB2/db/schemas In directory usw-pr-cvs1:/tmp/cvs-serv2998/db/schemas Modified Files: mssql_schema.sql Log Message: Updated themes_name field lengths to 50 as per other schemas Index: mssql_schema.sql =================================================================== RCS file: /cvsroot/phpbb/phpBB2/db/schemas/mssql_schema.sql,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** mssql_schema.sql 2002/01/03 02:27:31 1.17 --- mssql_schema.sql 2002/01/28 01:37:50 1.18 *************** *** 244,277 **** CREATE TABLE [phpbb_themes_name] ( [themes_id] [int] NOT NULL , ! [tr_color1_name] [varchar] (25) NULL , ! [tr_color2_name] [varchar] (25) NULL , ! [tr_color3_name] [varchar] (25) NULL , ! [tr_class1_name] [varchar] (25) NULL , ! [tr_class2_name] [varchar] (25) NULL , ! [tr_class3_name] [varchar] (25) NULL , ! [th_color1_name] [varchar] (25) NULL , ! [th_color2_name] [varchar] (25) NULL , ! [th_color3_name] [varchar] (25) NULL , ! [th_class1_name] [varchar] (25) NULL , ! [th_class2_name] [varchar] (25) NULL , ! [th_class3_name] [varchar] (25) NULL , ! [td_color1_name] [varchar] (25) NULL , ! [td_color2_name] [varchar] (25) NULL , ! [td_color3_name] [varchar] (25) NULL , ! [td_class1_name] [varchar] (25) NULL , ! [td_class2_name] [varchar] (25) NULL , ! [td_class3_name] [varchar] (25) NULL , ! [fontface1_name] [varchar] (25) NULL , ! [fontface2_name] [varchar] (25) NULL , ! [fontface3_name] [varchar] (25) NULL , ! [fontsize1_name] [varchar] (25) NULL , ! [fontsize2_name] [varchar] (25) NULL , ! [fontsize3_name] [varchar] (25) NULL , ! [fontcolor1_name] [varchar] (25) NULL , ! [fontcolor2_name] [varchar] (25) NULL , ! [fontcolor3_name] [varchar] (25) NULL , ! [span_class1_name] [varchar] (25) NULL , ! [span_class2_name] [varchar] (25) NULL , ! [span_class3_name] [varchar] (25) NULL ) ON [PRIMARY] GO --- 244,277 ---- CREATE TABLE [phpbb_themes_name] ( [themes_id] [int] NOT NULL , ! [tr_color1_name] [varchar] (50) NULL , ! [tr_color2_name] [varchar] (50) NULL , ! [tr_color3_name] [varchar] (50) NULL , ! [tr_class1_name] [varchar] (50) NULL , ! [tr_class2_name] [varchar] (50) NULL , ! [tr_class3_name] [varchar] (50) NULL , ! [th_color1_name] [varchar] (50) NULL , ! [th_color2_name] [varchar] (50) NULL , ! [th_color3_name] [varchar] (50) NULL , ! [th_class1_name] [varchar] (50) NULL , ! [th_class2_name] [varchar] (50) NULL , ! [th_class3_name] [varchar] (50) NULL , ! [td_color1_name] [varchar] (50) NULL , ! [td_color2_name] [varchar] (50) NULL , ! [td_color3_name] [varchar] (50) NULL , ! [td_class1_name] [varchar] (50) NULL , ! [td_class2_name] [varchar] (50) NULL , ! [td_class3_name] [varchar] (50) NULL , ! [fontface1_name] [varchar] (50) NULL , ! [fontface2_name] [varchar] (50) NULL , ! [fontface3_name] [varchar] (50) NULL , ! [fontsize1_name] [varchar] (50) NULL , ! [fontsize2_name] [varchar] (50) NULL , ! [fontsize3_name] [varchar] (50) NULL , ! [fontcolor1_name] [varchar] (50) NULL , ! [fontcolor2_name] [varchar] (50) NULL , ! [fontcolor3_name] [varchar] (50) NULL , ! [span_class1_name] [varchar] (50) NULL , ! [span_class2_name] [varchar] (50) NULL , ! [span_class3_name] [varchar] (50) NULL ) ON [PRIMARY] GO *************** *** 616,620 **** GO ! CREATE INDEX [IX_phpbb_ranks] ON [phpbb_ranks]([rank_min], [rank_max], [rank_special]) ON [PRIMARY] GO --- 616,620 ---- GO ! CREATE INDEX [IX_phpbb_ranks] ON [phpbb_ranks]([rank_min], [rank_special]) ON [PRIMARY] GO |
|
From: Paul S. O. <ps...@us...> - 2002-01-28 01:30:26
|
Update of /cvsroot/phpbb/phpBB2/language/lang_korean In directory usw-pr-cvs1:/tmp/cvs-serv1625/language/lang_korean Added Files: index.htm lang_admin.php lang_main.php Log Message: Initial version submitted via email to me by an 'anonymous' user ... please contact me concerning my reply email ... --- NEW FILE --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=euc-kr"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> --- NEW FILE --- <?php /*************************************************************************** * lang_admin.php [English] * ------------------- * begin : Sat Dec 16 2000 * copyright : (C) 2001 The phpBB Group * email : su...@ph... * * $Id: lang_admin.php,v 1.25 2001/12/24 16:37:48 the_systech Exp $ * ****************************************************************************/ /*************************************************************************** * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ***************************************************************************/ // // Format is same as lang_main // // // Modules, this replaces the keys used // in the modules[][] arrays in each module file // $lang['General'] = "ÀüüÆ÷·³¼³Á¤"; $lang['Users'] = "ȸ¿ø°ü¸®"; $lang['Groups'] = "±×·ì°ü¸®"; $lang['Forums'] = "Æ÷·³°ü¸®"; $lang['Styles'] = "½ºÅ¸ÀÏ °ü¸®"; $lang['Configuration'] = "Æ÷·³È¯°æ¼³Á¤"; $lang['Permissions'] = "±ÇÇѼ³Á¤"; $lang['Manage'] = "Àüü°ü¸®"; $lang['Disallow'] = "½ÂÀΰźΠȸ¿ø"; $lang['Prune'] = "ÀÏÀÚ ÁöÁ¤"; $lang['Mass_Email'] = "±×·ì¸ÞÀÏ(¸ÞÀϸµ)"; $lang['Ranks'] = "Level(·©Å·)¼³Á¤"; $lang['Smilies'] = "½º¸¶ÀϾÆÀÌÄÜ"; $lang['Ban_Management'] = "Á¢¼ÓÂ÷´Üȸ¿ø"; $lang['Word_Censor'] = "ÅØ½ºÆ® ÇÊÅÍ"; $lang['Export'] = "³» º¸³»±â"; $lang['Create_new'] = "¸¸µé±â"; $lang['Add_new'] = "Ãß°¡"; $lang['Backup_DB'] = "µ¥ÀÌŸº£À̽º ¹é¾÷"; $lang['Restore_DB'] = "µ¥ÀÌŸº£À̽º º¹±¸"; // // Index // $lang['Admin'] = "°ü¸®ÀÚÆäÀÌÁö"; $lang['Not_admin'] = "´ç½ÅÀº ÀÌÆ÷·³ÀÇ °í³ª¸®ÀÚ°¡ ¾Æ´Õ´Ï´Ù."; $lang['Welcome_phpBB'] = "phpBB¿¡ ¿À½Å°ÍÀ» ȯ¿µÇÕ´Ï´Ù."; $lang['Admin_intro'] = "phpBB ¸¦ ¼±ÅÃÇØÁֽŠ´ç½Å¿¡°Ô °¨»çµå¸³´Ï´Ù..ÀÌ ½ºÅ©¸°Àº Æ÷·³ÀÇ ¸ðµç ´Ù¾çÇѱâ´É°ú Åë°è¿¡´ëÇØ¼ ºü¸¥ °á°ú¸¦ º¸¿©ÁÝ´Ï´Ù.. <u>Admin Index</u> ¸¦ Ŭ¸¯Çϸé ÀÌÀüÆäÀÌÁö·Î µÇµ¹¾Æ°¥¼ö ÀÖÀ¸¸ç phpBB ·Î°í¸¦ Ŭ¸¯ÇÏ½Ã¸é ¸ÞÀÎÆäÀÌÁö·Î À̵¿ÇÕ´Ï´Ù.. ÀÌ ½ºÅ©¸°ÀÇ ¿ÞÂÊ Ãø¸é¿¡ÀÖ´Â ¸µÅ©µéÀº ´ç½ÅÀÌ ´ç½ÅÀÇ ¸ðµç Æ÷·³°æÇè°ú,¿¡½ºÆÑÆ®¸¦ ÅëÁ¦Çϵµ·Ï ÇÒ°ÍÀÔ´Ï´Ù.."; $lang['Main_index'] = "Æ÷·³ ¸ÞÀÎ"; $lang['Forum_stats'] = "¸ÞÀΰü¸® ÆäÀÌÁö"; $lang['Admin_Index'] = "¸ÞÀÎ °ü¸®ÆäÀÌÁö"; $lang['Preview_forum'] = "Æ÷·³ ¹Ì¸®º¸±â"; $lang['Click_return_admin_index'] = "%s¸ÞÀÎ °ü¸®ÆäÀÌÁö·Î%s "; $lang['Statistic'] = "Åë°èÄ¡"; $lang['Value'] = "°¡Ä¡"; $lang['Number_posts'] = "Àüü °Ô½Ã¹°"; $lang['Posts_per_day'] = "1ÀÏ °Ô½Ã¹° ´ç %"; $lang['Number_topics'] = "Àüü ÁÖÁ¦±Û"; $lang['Topics_per_day'] = "1ÀÏ ÁÖÁ¦±Û ´ç %"; $lang['Number_users'] = "ÃÑ È¸¿ø ¼ö"; $lang['Users_per_day'] = "1ÀÏ À¯Àú ´ç %"; $lang['Board_started'] = "Æ÷·³ ¿ÀÇÂÀÏÀÚ"; $lang['Avatar_dir_size'] = "¾Æ¹ÙŸ µð·ºÅ丮 ½ÎÀÌÁî"; $lang['Database_size'] = "µ¥ÀÌŸº£À̽º ½ÎÀÌÁî"; $lang['Gzip_compression'] ="Gzip ¾ÐÃà"; $lang['Not_available'] = "»ç¿ëÇÒ¼ö ¾øÀ½"; $lang['ON'] = "ON"; // This is for GZip compression $lang['OFF'] = "OFF"; // // DB Utils // $lang['Database_Utilities'] = "µ¥ÀÌÅͺ£À̽º À¯Æ¿¸®Æ¼"; $lang['Restore'] = "º¹±¸"; $lang['Backup'] = "¹é¾÷"; $lang['Restore_explain'] = "±¸ÇØÁø ÆÄÀϷκÎÅÍ ¸ðµç phpBBÀÇ Å×À̺íµéÀ» º¹±¸ÇÏ¿© ÀúÀåÇÕ´Ï´Ù..¼¹ö°¡ GZIPÀ» Áö¿øÇÏ¸é ¾ÐÃàµÈ GZIP ÅØ½ºÆ® ÆÄÀÏÀ» ¾÷·Îµå ÇÒ¼ö ÀÖÀ¸¸ç ÀÚµ¿À¸·Î ¿ë·®ÀÌ ÁÙ¾îÁú°ÍÀÔ´Ï´Ù..<b>°æ°í</b> : À̰ÍÀº ÇöÀçÀÇ µðºñ¿¡ µ¤¾î¾¹´Ï´Ù..º¹±¸ ½Ã°£ÀÌ ±æ°Ô°É¸±Áöµµ ¸ð¸£´Â°ÍÀº º¹±¸°¡ ¿ÏÀüÇØÁú¶§±îÁö ÆäÀÌÁö°¡ ¿òÁ÷ÀÌÁö ¾Ê±â¶§¹®ÀÔ´Ï´Ù."; $lang['Backup_explain'] = "¿©±â¼ ´ç½ÅÀº phpBBÀÇ ÀÇ ¹é¾÷¹ÞÀº µ¥ÀÌÅ͸¦ ¸ðµÎ ó¸®ÇÒ¼ö ÀÖ½À´Ï´Ù.."; $lang['Backup_options'] = "¹é¾÷¿É¼Ç"; $lang['Start_backup'] = "¹é¾÷½ÃÀÛ"; $lang['Full_backup'] = "ÀüºÎ ¹é¾÷"; $lang['Structure_backup'] = "±¸Á¶¸¸ ¹é¾÷"; $lang['Data_backup'] = "µ¥ÀÌŸ¸¸ ¹é¾÷"; $lang['Additional_tables'] = "Å×À̺í Ãß°¡"; $lang['Gzip_compress'] = "Gzip ÆÄÀÏ·Î ¾ÐÃà"; $lang['Select_file'] = "ÆÄÀϼ±ÅÃ"; $lang['Start_Restore'] = "º¹±¸½ÃÀÛ"; $lang['Restore_success'] = "µ¥ÀÌÅͺ£À̽º°¡ ¼º°øÀûÀ¸·Î º¹±¸µÇ¾ú½À´Ï´Ù..<br /><br />¹é¾÷¹ÞÀº ½Ã±âÀÇ Æ÷·³ÀÌ ¿ø·¡ÀÚ¸®¿¡ ÀÖ¾î¾ß ÇÕ´Ï´Ù.."; $lang['Backup_download'] = "´Ù¿î·Îµå°¡ ½ÃÀÛµÉ ¶§±îÁö ±â´Ù¸®¼¼¿ä."; $lang['Backups_not_supported'] = "Á˼ÛÇÕ´Ï´Ù..ÇöÀç ´ç½ÅÀÇ µ¥ÀÌÅͺ£À̽º ½Ã½ºÅÛÀÌ µ¥ÀÌÅͺ£À̽º ¹é¾÷À» Áö¿øÇÏÁö ¾Ê½À´Ï´Ù.."; $lang['Restore_Error_uploading'] = "¹é¾÷ÆÄÀÏ ¾÷·Îµù Error"; $lang['Restore_Error_filename'] = "ÆÄÀÏÀ̸§¿¡ ¹®Á¦°¡ ÀÖ½À´Ï´Ù..°ËÅäÇØº¸½Ã°í ´Ù½Ã ½ÃµµÇØÁÖ¼¼¿ä.."; $lang['Restore_Error_decompress'] = "gzip ÆÄÀÏÀÇ ¾ÐÃàÀ» ÁÙÀϼö ¾ø½À´Ï´Ù..¿ø¹®¹öÀüÀ» ¾÷·Îµå ÇÏ¿©ÁÖ¼¼¿ä."; $lang['Restore_Error_no_file'] = "ÆÄÀÏÀÌ ¾÷·ÎµåµÇÁö ¾Ê¾Ò½À´Ï´Ù."; // // Auth pages // $lang['Select_a_User'] = "ȸ¿ø¼±ÅÃ"; $lang['Select_a_Group'] = "±×·ì¼±ÅÃ"; $lang['Select_a_Forum'] = "Æ÷·³¼±ÅÃ"; $lang['Auth_Control_User'] = "ȸ¿ø±ÇÇѼ³Á¤"; $lang['Auth_Control_Group'] = "±×·ì±ÇÇѼ³Á¤"; $lang['Auth_Control_Forum'] = "Æ÷·³±ÇÇѼ··"; $lang['Look_up_User'] = "ȸ¿ø º¸±â"; $lang['Look_up_Group'] = "±×·ì º¸±â"; $lang['Look_up_Forum'] = "Æ÷·³ º¸±â"; $lang['Group_auth_explain'] = "»ç¿ë±ÇÇÑÀ» ¹Ù²Ü¼ö ÀÖ½À´Ï´Ù..±×¸®°í ÇöÀç°ü¸®ÀÚ°¡ À¯Àú±×·ì¿¡ °ü¸®ÀڽźÐÀ» ¾çµµÇÏ¿´½À´Ï´Ù.. °¡ÀÔÀ» ½ÅûÇÑ À¯ÀúµéÀÇ ±ÇÇÑ ºÐ·ù,½ÂÀεîÀ» Àؾî¹ö¸®Áö ¸»¾ÆÁÖ¼¼¿ä..¸¸¾à Áö±ÝÀÌ ±× °æ¿ìÀÌ¸é ´ç½ÅÀº °æ°í¹ÞÀ» °ÍÀÔ´Ï´Ù."; $lang['User_auth_explain'] = "»ç¿ë±ÇÇÑÀ» ¹Ù²Ü¼ö ÀÖ½À´Ï´Ù..±×¸®°í ÇöÀç°ü¸®ÀÚ°¡ À¯Àú±×·ì¿¡ °ü¸®ÀڽźÐÀ» ¾çµµÇÏ¿´½À´Ï´Ù.. °¡ÀÔÀ» ½ÅûÇÑ À¯ÀúµéÀÇ ±ÇÇÑ ºÐ·ù,½ÂÀεîÀ» Àؾî¹ö¸®Áö ¸»¾ÆÁÖ¼¼¿ä..¸¸¾à Áö±ÝÀÌ ±× °æ¿ìÀÌ¸é ´ç½ÅÀº °æ°í¹ÞÀ» °ÍÀÔ´Ï´Ù."; $lang['Forum_auth_explain'] = "¿©±â¼ °¢ Æ÷·³ÀÇ ·¹º§À» ¹Ù²Ü¼ö ÀÖ½À´Ï´Ù.. "; $lang['Simple_mode'] = "°£´Ü¿É¼Ç¼³Á¤ Mode"; $lang['Advanced_mode'] = "¼¼ºÎ¿É¼Ç¼³Á¤ Mode"; $lang['Moderator_status'] = "°ü¸®ÀÚ µî±Þ"; $lang['Allowed_Access'] = "Á¢±ÙÇã¿ë"; $lang['Disallowed_Access'] = "Á¢±ÙÂ÷´Ü"; $lang['Is_Moderator'] = "°ü¸®ÀÚ ÁöÁ¤"; $lang['Not_Moderator'] = "°ü¸®ÀÚ ÇØÁ¦"; $lang['Conflict_warning'] = "°æ°íÇÕ´Ï´Ù."; $lang['Conflict_access_userauth'] = "ÀÌ »ç¿ëÀÚ´Â ÀÌÆ÷·³¿¡ ±×·ìȸ¿øÀڰݰú Á¢±Ù±ÇÇÑÀ» °¡Áö°í ÀÖ½À´Ï´Ù..´ç½ÅÀº ÀÌ »ç¿ëÀÚÀÇ ±×·ì »ç¿ë±ÇÇÑÀ» ¹Ù²Ù°Å³ª Á¦°ÅÇÒ¼ö ÀÖ½À´Ï´Ù."; $lang['Conflict_mod_userauth'] = "ÀÌ »ç¿ëÀÚ´Â ÀÌÆ÷·³¿¡ ±×·ìȸ¿øÀڰݰú Á¢±Ù±ÇÇÑÀ» °¡Áö°í ÀÖ½À´Ï´Ù..´ç½ÅÀº ÀÌ »ç¿ëÀÚÀÇ ±×·ì »ç¿ë±ÇÇÑÀ» ¹Ù²Ù°Å³ª Á¦°ÅÇÒ¼ö ÀÖ½À´Ï´Ù."; $lang['Conflict_access_groupauth'] = "±× ´ÙÀ½ »ç¿ëÀÚ´Â »ç¿ëÀÚÀÇ »ç¿ë±ÇÇÑȯ°æÀ» °æÀ¯ÇÏ´Â ÀÌ Æ÷·³¿¡ÀÇ Á¢±Ù±ÇÇÑÀ» ¿©ÀüÈ÷ °¡Áö°í ÀÖ½À´Ï´Ù..Á¢±Ù ±ÇÇÑÀ» °¡Áö°íÀÖ´Â »ç¿ëÀÚµéÀ» º¸È£ÇϱâÀ§ÇØ À§ÇØ »ç¿ëÀÚ »ç¿ë±ÇÇÑÀ» ¹Ù²Ü¼ö ÀÖ½À´Ï´Ù..±×¸®°í »ç¿ëÀÚµéÀº ±ÇÇÑÀÌ º¯°æµÇ´Â°ÍÀ» ÀÎÁ¤ÇÏ¿´½À´Ï´Ù."; $lang['Conflict_mod_groupauth'] = "±× ´ÙÀ½ »ç¿ëÀÚ´Â »ç¿ëÀÚÀÇ »ç¿ë±ÇÇÑȯ°æÀ» °æÀ¯ÇÏ´Â ÀÌ Æ÷·³¿¡ÀÇ Á¢±Ù±ÇÇÑÀ» ¿©ÀüÈ÷ °¡Áö°í ÀÖ½À´Ï´Ù..Á¢±Ù ±ÇÇÑÀ» °¡Áö°íÀÖ´Â »ç¿ëÀÚµéÀ» º¸È£ÇϱâÀ§ÇØ À§ÇØ »ç¿ëÀÚ »ç¿ë±ÇÇÑÀ» ¹Ù²Ü¼ö ÀÖ½À´Ï´Ù..±×¸®°í »ç¿ëÀÚµéÀº ±ÇÇÑÀÌ º¯°æµÇ´Â°ÍÀ» ÀÎÁ¤ÇÏ¿´½À´Ï´Ù."; $lang['Public'] = "°ø°³Æ÷·³"; $lang['Private'] = "ºñ¹ÐÆ÷·³"; $lang['Registered'] = "ȸ¿øÆ÷·³"; $lang['Administrators'] = "°ü¸®ÀÚ"; $lang['Hidden'] = "¼û±è"; $lang['View'] = "º¸ÀÓ"; $lang['Read'] = "Àбâ"; $lang['Post'] = "ÀÛ¼º"; $lang['Reply'] = "¸®ÇÃ"; $lang['Edit'] = "¼öÁ¤"; $lang['Delete'] = "»èÁ¦"; $lang['Sticky'] = "Àо±â"; $lang['Announce'] = "°øÁö»çÇ×"; $lang['Vote'] = "ÅõÇ¥"; $lang['Pollcreate'] = "¼³¹®Á¶»ç¸¸µé±â"; $lang['Permissions'] = "Á¢±Ù ±ÇÇѼ³Á¤"; $lang['Simple_Permission'] = "´Ü¼ø »ç¿ë±ÇÇÑ"; $lang['User_Level'] = "ȸ¿ø·¹º§"; $lang['Auth_User'] = "ȸ¿ø"; $lang['Auth_Admin'] = "°ü¸®ÀÚ"; $lang['Group_memberships'] = "À¯Àú±×·ì ¸â¹ö½±"; $lang['Usergroup_members'] = "ÇöÀç±×·ì¸â¹ö ȸ¿ø"; $lang['Forum_auth_updated'] = "Æ÷·³ÀÇ Á¢±Ù±ÇÇÑ ¼³Á¤À» ¾÷µ¥ÀÌÆ® ÇÏ¿´½À´Ï´Ù."; $lang['User_auth_updated'] = "ȸ¿øÀÇ Á¢±Ù±ÇÇÑ ¼³Á¤À» ¾÷µ¥ÀÌÆ® ÇÏ¿´½À´Ï´Ù."; $lang['Group_auth_updated'] = "±×·ì±ÇÇÑ ¾÷µ¥ÀÌÆ®"; $lang['Auth_updated'] = "±ÇÇѼ³Á¤ ¾÷µ¥ÀÌÆ®"; $lang['Click_return_userauth'] = "Click %sHere%s to return to User Permissions"; $lang['Click_return_groupauth'] = "Click %sHere%s to return to Group Permissions"; $lang['Click_return_forumauth'] = "Click %sHere%s to return to Forum Permissions"; // // Banning // $lang['Ban_control'] = "Á¢¼ÓÂ÷´Ü °ü¸®"; $lang['Ban_explain'] = "¿©±â¼ ´ç½ÅÀº Á¢¼ÓÂ÷´Ü Á¦¾î¸¦ ÇÒ¼ö ÀÖ½À´Ï´Ù.. Á¤È®ÇÑ IP ȤÀº hostnamesÀ» ÀÌ¿ëÇÏ¿© ¼³Á¤ÇÒ¼ö ÀÖ½À´Ï´Ù. . ÀÌ ¹æ¹ýÀº Â÷´ÜµÈ ȸ¿øÀÌ Æ÷·³ÀÇ index ÆäÀÌÁö¿¡ µµ´ÞÇÏÁö ¸øÇÏ°Ô ÇÕ´Ï´Ù. "; $lang['Ban_explain_warn'] = "Â÷´Ü ¸®½ºÆ®¿¡ µé¾î°¡´Â IP ÁÖ¼ÒÀÇ ¹üÀ§¾È¿¡ ½ÃÀÛ°ú ³¡»çÀÌÀÇ ¸ðµç Áּҵ鿡 ±âÀÎÇϴ°ÍÀ» ÁÖÀÇ ÇϽʽÿä"; $lang['Select_username'] = "¾ÆÀ̵𸦠¼±ÅÃÇϼ¼¿ä"; $lang['Select_ip'] = "IP¸¦ ¼±ÅÃÇϼ¼¿ä"; $lang['Select_email'] = "EmailÀ» ¼±ÅÃÇϼ¼¿ä"; $lang['Ban_username'] = "1¸í Â÷´Ü or ´õ ¸¹Àº ƯÁ¤ »ç¿ëÀÚ"; $lang['Ban_username_explain'] = "1¸íÀÇ »ç¿ëÀÚ¿¡°Ô ±ÇÇÑÀ» Â÷´ÜÇϸé ÀÌ Æ÷·³¿¡¼ ¸¶¿ì½º¿Í Űº¸µåÀÇ ÄÞºñ³×À̼ÇÀÌ ÀÌ·ç¾îÁöÁö ¾Ê½À´Ï´Ù."; $lang['Ban_IP'] = "Ban one or more IP addresses or hostnames"; $lang['IP_hostname'] = "IP addresses or hostnames"; $lang['Ban_IP_explain'] = "To specify several different IP's or hostnames separate them with commas. To specify a range of IP addresses separate the start and end with a hyphen (-), to specify a wildcard use *"; $lang['Ban_email'] = "Ban one or more email addresses"; $lang['Ban_email_explain'] = "To specify more than one email address separate them with commas. To specify a wildcard username use *, for example *@hotmail.com"; $lang['Unban_username'] = "Un-ban one more specific users"; $lang['Unban_username_explain'] = "You can unban multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser"; $lang['Unban_IP'] = "Un-ban one or more IP addresses"; $lang['Unban_IP_explain'] = "You can unban multiple IP addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser"; $lang['Unban_email'] = "Un-ban one or more email addresses"; $lang['Unban_email_explain'] = "You can unban multiple email addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser"; $lang['No_banned_users'] = "No banned usernames"; $lang['No_banned_ip'] = "No banned IP addresses"; $lang['No_banned_email'] = "No banned email addresses"; $lang['Ban_update_sucessful'] = "The banlist has been updated successfully"; $lang['Click_return_banadmin'] = "Click %sHere%s to return to Ban Control"; // // Configuration // $lang['General_Config'] = "Æ÷·³ Àüü ȯ°æ¼³Á¤"; $lang['Config_explain'] = "The form below will allow you to customize all the general board options. For User and Forum configurations use the related links on the left hand side."; $lang['Click_return_config'] = "%sÆ÷·³È¯°æ¼³Á¤ ÆäÀÌÁö·Î µÇµ¹¾Æ°¡±â%s"; $lang['General_settings'] = "Æ÷·³ Àüü ȯ°æ¼³Á¤"; $lang['Site_name'] = "½ÎÀÌÆ® À̸§"; $lang['Site_desc'] = "½ÎÀÌÆ® ¼Ò°³"; $lang['Board_disable'] = "Æ÷·³ Àá±×±â"; $lang['Board_disable_explain'] = "ÇöÀçÀÇ Æ÷·³À» ÀϽ÷ΠÀá±×°Å³ª Æ÷·³ ¹®À»´ÝÀ»¶§ À̿ɼǿ¡ üũÇÏ½Ã¸é ¸ðµçÆ÷·³Àº ´ÝÈ÷°Ô µË´Ï´Ù.."; $lang['Acct_activation'] = "Enable account activation"; $lang['Acc_None'] = "None"; // These three entries are the type of activation $lang['Acc_User'] = "User"; $lang['Acc_Admin'] = "Admin"; $lang['Abilities_settings'] = "Æ÷·³/ȸ¿ø ±âº»Á¤º¸ ¼ÂÆÃ"; $lang['Max_poll_options'] = "¼³¹®¿É¼Ç ÃÖ´ë ¼ö ÁöÁ¤"; $lang['Flood_Interval'] = "±Û ÀÛ¼º½Ã°£ ¼³Á¤"; $lang['Flood_Interval_explain'] = "ÁöÁ¤ÇÑ ½Ã°£µ¿¾È µ¿ÀÛÀ̾øÀ½ ÀÚµ¿·Î±×¾Æ¿ô "; $lang['Board_email_form'] = "Æ÷·³¿¡¼ À̸ÞÀÏ »ç¿ëÇϱâ"; $lang['Board_email_form_explain'] = "ȸ¿ø¾ÆÀ̵ð·Î ȸ¿ø¿¡°Ô ¸ÞÀÏÀ» º¸³»´Â±â´É"; $lang['Topics_per_page'] = "´ÙÀ½ÆäÀÌÁö À̵¿ ÁÖÁ¦±Û ¼ö"; $lang['Posts_per_page'] = "´ÙÀ½ÆäÀÌÁö À̵¿ ¸®Çà ¼ö"; $lang['Hot_threshold'] = "¾ÆÀÌÄÜÇ¥½Ã Àαâ°Ô½Ã¹° ¼ö"; $lang['Default_style'] = "±âº»½ºÅ¸ÀÏ"; $lang['Override_style'] = "ȸ¿ø ½ºÅ¸Àϼ±ÅÃ"; $lang['Override_style_explain'] = "½ºÅ¸ÀÏÀ» ȸ¿øÀÌ ¼±ÅÃÇÒ¼öÀÖµµ·Ï ÁöÁ¤"; $lang['Default_language'] = "±âº»¾ð¾î"; $lang['Date_format'] = "³¯Â¥Æ÷¸Ë"; $lang['System_timezone'] = "½Ã°£¼±ÅÃ"; $lang['Enable_gzip'] = "GZip ¾ÐÃà"; $lang['Enable_prune'] = "ÀÚµ¿»èÁ¦±â´É"; $lang['Allow_HTML'] = "HTML Çã¿ë"; $lang['Allow_BBCode'] = "BBCode Çã¿ë"; $lang['Allowed_tags'] = "HTML tags ÀÔ·Â"; $lang['Allowed_tags_explain'] = "ű״ , ·Î ±¸ºÐÇÕ´Ï´Ù."; $lang['Allow_smilies'] = "Smilies Çã¿ë"; $lang['Smilies_path'] = "Smilies °æ·Î"; $lang['Smilies_path_explain'] = "FullPath °¡ ¾Æ´Ñ phpbb ·çÆ®µð·ºÅ丮¿¡¼ºÎÅÍ(images/smilies)"; $lang['Allow_sig'] = "¼¸í»ç¿ë"; $lang['Max_sig_length'] = "¼¸í ±ÛÀÚ ¼ö"; $lang['Max_sig_length_explain'] = "ȸ¿ø¼¸íÀº 255ÀÚ¸¦ ³ÑÀ»¼ö ¾ø½À´Ï´Ù."; $lang['Allow_name_change'] = "¾ÆÀ̵ð ¹Ù²Ù±â"; $lang['Avatar_settings'] = "¾Æ¹ÙŸ ¼ÂÆÃ"; $lang['Allow_local'] = "¾Æ¹ÙŸ°Ö·¯¸®"; $lang['Allow_remote'] = "¾Æ¹ÙŸ¸µÅ©"; $lang['Allow_remote_explain'] = "¿Â¶óÀÎ»ó¿¡ ÀÖ´Â ¾Æ¹ÙŸ¸¦ ¸µÅ©ÇÕ´Ï´Ù."; $lang['Allow_upload'] = "¾Æ¹ÙŸ¾÷·Îµå"; $lang['Max_filesize'] = "¾Æ¹ÙŸ ÃÖ´ë½ÎÀÌÁî"; $lang['Max_filesize_explain'] = "¾÷·ÎµåÇϱâÀ§ÇÑ ¾Æ¹ÙŸ ÆÄÀÏ"; $lang['Max_avatar_size'] = "¾Æ¹ÙŸ Å©±â"; $lang['Max_avatar_size_explain'] = "(¼¼·Î x °¡·Î in pixels)"; $lang['Avatar_storage_path'] = "¾Æ¹ÙŸ °æ·Î"; $lang['Avatar_storage_path_explain'] = "FullPath °¡ ¾Æ´Ñ phpbb ·çÆ®µð·ºÅ丮¿¡¼ºÎÅÍ(images/avatars)"; $lang['Avatar_gallery_path'] = "¾Æ¹ÙŸ Gallery Path"; $lang['Avatar_gallery_path_explain'] = "FullPath °¡ ¾Æ´Ñ phpbb ·çÆ®µð·ºÅ丮¿¡¼ºÎÅÍ(images/avatars/gallery)"; $lang['COPPA_settings'] = "COPPA Settings"; $lang['COPPA_fax'] = "COPPA Fax Number"; $lang['COPPA_mail'] = "COPPA Mailing Address"; $lang['COPPA_mail_explain'] = "This is the mailing address where parents will send COPPA registration forms"; $lang['Email_settings'] = "Email ¼ÂÆÃ"; $lang['Admin_email'] = "°ü¸®ÀÚ ÀÌ ¸ÞÀÏ"; $lang['Email_sig'] = "ÀÌ ¸ÞÀÏ ¼¸í"; $lang['Email_sig_explain'] = "Æ÷·³¿¡¼ ¸ÞÀÏÀ» º¸³¾¶§ µé¾î°¡´Â ¼¸íÀÔ´Ï´Ù."; $lang['Use_SMTP'] = "Use SMTP Server for email"; $lang['Use_SMTP_explain'] = "Say yes if you want or have to send email via a named server instead of the local mail function"; $lang['SMTP_server'] = "SMTP Server Address"; $lang['Disable_privmsg'] = "ÂÊÁö ¹Ú½º"; $lang['Inbox_limits'] = "ÂÊÁö º¸°ü ¼ö"; $lang['Sentbox_limits'] = "º¸³½ÂÊÁö º¸°ü ¼ö"; $lang['Savebox_limits'] = "ÀúÀåµÈ ÂÊÁö º¸°ü ¼ö"; $lang['Cookie_settings'] = "ÄíŰ ¼ÂÆÃ"; $lang['Cookie_settings_explain'] = "These control how the cookie sent to browsers is defined. In most cases the default should be sufficient. If you need to change these do so with care, incorrect settings can prevent users logging in."; $lang['Cookie_name'] = "Cookie name"; $lang['Cookie_domain'] = "Cookie domain"; $lang['Cookie_path'] = "Cookie path"; $lang['Session_length'] = "Session length [ seconds ]"; $lang['Cookie_secure'] = "Cookie secure [ https ]"; // // Forum Management // $lang['Forum_admin'] = "Æ÷·³°ü¸®ÀÚ¿µ¿ª"; $lang['Forum_admin_explain'] = "°ü¸®ÀÚ´Â Áö±ÝÀÇ Æ÷·³À» »èÁ¦,»ý¼º,¼öÁ¤ÇÒ¼öÀÖÀ¸¸ç Æ÷·³ÀÇ ¼ø¼,¾ÅÅ©µîÀ» ¼öÇàÇÒ¼öÀÖ½À´Ï´Ù."; $lang['Edit_forum'] = "Æ÷·³¼öÁ¤"; $lang['Create_forum'] = "»õÆ÷·³ Ãß°¡"; $lang['Create_category'] = "Æ÷·³Ä«Å×°í¸® ŸÀÌÆ²"; $lang['Remove'] = "Á¦°Å"; $lang['Action'] = "½ÇÇà"; $lang['Update_order'] = "¾÷µ¥ÀÌÆ®¼ø¼"; $lang['Config_updated'] = "Æ÷·³È¯°æ¼³Á¤À» ¼º°øÀûÀ¸·Î ¾÷µ¥ÀÌÆ® ÇÏ¿´½À´Ï´Ù."; $lang['Edit'] = "¼öÁ¤"; $lang['Delete'] = "»èÁ¦"; $lang['Move_up'] = "À§·Î À̵¿"; $lang['Move_down'] = "¹ØÀ¸·ÎÀ̵¿"; $lang['Resync'] = "µ¥ÀÌŸÁ¤·Ä(Resync)"; $lang['No_mode'] = "No mode was set"; $lang['Forum_edit_delete_explain'] = "The form below will allow you to customize all the general board options. For User and Forum configurations use the related links on the left hand side"; $lang['Move_contents'] = "ÄÜÅÙÃ÷ ÀüºÎÀ̵¿ "; $lang['Forum_delete'] = "Æ÷·³ »èÁ¦"; $lang['Forum_delete_explain'] = "The form below will allow you to delete a forum (or category) and decide where you want to put all topics (or forums) it contained."; $lang['Forum_settings'] = "Àüü Æ÷·³¼³Á¤"; $lang['Forum_name'] = "Æ÷·³À̸§"; $lang['Forum_desc'] = "¼Ò°³"; $lang['Forum_status'] = "Æ÷·³µî±Þ"; $lang['Forum_pruning'] = "ÀÚµ¿»èÁ¦"; $lang['prune_freq'] = '»èÁ¦µÉ ÁÖÁ¦±Û ¼ö'; $lang['prune_days'] = "»èÁ¦µÉ ÁÖÁ¦±Û¼öÀÇ °Ô½Ã±â°£"; $lang['Set_prune_data'] = "You have turned on auto-prune for this forum but did not set a frequency or number of days to prune. Please go back and do so"; $lang['Move_and_Delete'] = "À̵¿ or »èÁ¦"; $lang['Delete_all_posts'] = "Àüü°Ô½Ã¹° »èÁ¦"; $lang['Nowhere_to_move'] = "À̵¿Ç¥½Ã ³²±âÁö¾ÊÀ½"; $lang['Edit_Category'] = "Ä«Å×°í¸® ¼öÁ¤"; $lang['Edit_Category_explain'] = "ÇöÀçÆ÷·³ Ä«Å×°í¸® ¼öÁ¤"; $lang['Forums_updated'] = "Æ÷·³ÀÇ Ä«Å×°í¸®Á¤º¸¸¦ ¼º°øÀûÀ¸·Î ¾÷µ¥ÀÌÆ® ÇÏ¿´½À´Ï´Ù."; $lang['Must_delete_forums'] = "You need to delete all forums before you can delete this category"; $lang['Click_return_forumadmin'] = "%s ÀÌÀü ÆäÀÌÁö·Î µÇµ¹¾Æ°¡±â%s"; // // Smiley Management // $lang['smiley_title'] = "Smiles Editing Utility"; $lang['smile_desc'] = "From this page you can add, remove and edit the emoticons or smileys your users can use in their posts and private messages."; $lang['smiley_config'] = "Smiley Configuration"; $lang['smiley_code'] = "Smiley Code"; $lang['smiley_url'] = "Smiley Image File"; $lang['smiley_emot'] = "Smiley Emotion"; $lang['smile_add'] = "Add a new Smiley"; $lang['Smile'] = "Smile"; $lang['Emotion'] = "Emotion"; $lang['Select_pak'] = "Select Pack (.pak) File"; $lang['replace_existing'] = "Replace Existing Smiley"; $lang['keep_existing'] = "Keep Existing Smiley"; $lang['smiley_import_inst'] = "You should unzip the smiley package and upload all files to the appropriate Smiley directory for your installation. Then select the correct information in this form to import the smiley pack."; $lang['smiley_import'] = "Smiley Pack Import"; $lang['choose_smile_pak'] = "Choose a Smile Pack .pak file"; $lang['import'] = "Import Smileys"; $lang['smile_conflicts'] = "What should be done in case of conflicts"; $lang['del_existing_smileys'] = "Delete existing smileys before import"; $lang['import_smile_pack'] = "Import Smiley Pack"; $lang['export_smile_pack'] = "Create Smiley Pack"; $lang['export_smiles'] = "To create a smiley pack from your currently installed smileys, click %sHere%s to download the smiles.pak file. Name this file appropriately making sure to keep the .pak file extension. Then create a zip file containing all of your smiley images plus this .pak configuration file."; $lang['smiley_add_success'] = "The Smiley was successfully added"; $lang['smiley_edit_success'] = "The Smiley was successfully updated"; $lang['smiley_import_success'] = "The Smiley Pack was imported successfully!"; $lang['smiley_del_success'] = "The Smiley was successfully removed"; $lang['Click_return_smileadmin'] = "Click %sHere%s to return to Smiley Administration"; // // User Management // $lang['User_admin'] = "ȸ¿ø°ü¸®¿µ¿ª"; $lang['User_admin_explain'] = "Here you can change your user's information and certain specific options. To modify the users permissions please use the user and group permissions system."; $lang['Look_up_user'] = "¾ÆÀ̵𠺸±â"; $lang['Admin_user_fail'] = "Couldn't update the users profile."; $lang['Admin_user_updated'] = "The user's profile was successfully updated."; $lang['Click_return_useradmin'] = "Click %sHere%s to return to User Administration"; $lang['User_delete'] = "Delete this user"; $lang['User_delete_explain'] = "Click here to delete this user, this cannot be undone."; $lang['User_deleted'] = "User was successfully deleted."; $lang['User_status'] = "User is active"; $lang['User_allowpm'] = "Can send Private Messages"; $lang['User_allowavatar'] = "Can display avatar"; $lang['Admin_avatar_explain'] = "Here you can see and delete the user's current avatar."; $lang['User_special'] = "Special admin-only fields"; $lang['User_special_explain'] = "These fields are not able to be modified by the users. Here you can set their status and other options that are not given to users."; // // Group Management // $lang['Group_administration'] = "Group Administration"; $lang['Group_admin_explain'] = "From this panel you can administer all your usergroups, you can; delete, create and edit existing groups. You may choose moderators, toggle open/closed group status and set the group name and description"; $lang['Error_updating_groups'] = "There was an error while updating the groups"; $lang['Updated_group'] = "The group was successfully updated"; $lang['Added_new_group'] = "The new group was successfully created"; $lang['Deleted_group'] = "The group was successfully deleted"; $lang['New_group'] = "Create new group"; $lang['Edit_group'] = "Edit group"; $lang['group_name'] = "Group name"; $lang['group_description'] = "Group description"; $lang['group_moderator'] = "Group moderator"; $lang['group_status'] = "Group status"; $lang['group_open'] = "Open group"; $lang['group_closed'] = "Closed group"; $lang['group_hidden'] = "Hidden group"; $lang['group_delete'] = "Delete group"; $lang['group_delete_check'] = "Delete this group"; $lang['submit_group_changes'] = "Submit Changes"; $lang['reset_group_changes'] = "Reset Changes"; $lang['No_group_name'] = "You must specify a name for this group"; $lang['No_group_moderator'] = "You must specify a moderator for this group"; $lang['No_group_mode'] = "You must specify a mode for this group, open or closed"; $lang['delete_group_moderator'] = "Delete the old group moderator?"; $lang['delete_moderator_explain'] = "If you're changing the group moderator, check this box to remove the old moderator from the group. Otherwise, do not check it, and the user will become a regular member of the group."; $lang['Click_return_groupsadmin'] = "Click %sHere%s to return to Group Administration."; $lang['Select_group'] = "Select a group"; $lang['Look_up_group'] = "Look up group"; // // Prune Administration // $lang['Forum_Prune'] = "Forum Prune"; $lang['Forum_Prune_explain'] = "This will delete any topic which has not been posted to within the number of days you select. If you do not enter a number then all topics will be deleted. It will not remove topics in which polls are still running nor will it remove announcements. You will need to remove these topics manually."; $lang['Do_Prune'] = "Do Prune"; $lang['All_Forums'] = "All Forums"; $lang['Prune_topics_not_posted'] = "Prune topics with no replies in this many days"; $lang['Topics_pruned'] = "Topics pruned"; $lang['Posts_pruned'] = "Posts pruned"; $lang['Prune_success'] = "Pruning of forums was successful"; // // Word censor // $lang['Words_title'] = "Word Censoring"; $lang['Words_explain'] = "From this control panel you can add, edit, and remove words that will be automatically censored on your forums. In addition people will not be allowed to register with usernames containing these words. Wildcards (*) are accepted in the word field, eg. *test* will match detestable, test* would match testing, *test would match detest."; $lang['Word'] = "Word"; $lang['Edit_word_censor'] = "Edit word censor"; $lang['Replacement'] = "Replacement"; $lang['Add_new_word'] = "Add new word"; $lang['Update_word'] = "Update word censor"; $lang['Must_enter_word'] = "You must enter a word and its replacement"; $lang['No_word_selected'] = "No word selected for editing"; $lang['Word_updated'] = "The selected word censor has been successfully updated"; $lang['Word_added'] = "The word censor has been successfully added"; $lang['Word_removed'] = "The selected word censor has been successfully removed"; $lang['Click_return_wordadmin'] = "Click %sHere%s to return to Word Censor Administration"; // // Mass Email // $lang['Mass_email_explain'] = "Here you can email a message to either all of your users, or all users of a specific group. To do this, an email will be sent out to the administrative email address supplied, with a blind carbon copy sent to all recipients. If you are emailing a large group of people please be patient after submitting and do not stop the page halfway through. It is normal for amass emailing to take a long time, you will be notified when the script has completed"; $lang['Compose'] = "Compose"; $lang['Recipients'] = "Recipients"; $lang['All_users'] = "All Users"; $lang['Email_successfull'] = "Your message has been sent"; $lang['Click_return_massemail'] = "Click %sHere%s to return to the Mass Email form"; // // Ranks admin // $lang['Ranks_title'] = "Rank Administration"; $lang['Ranks_explain'] = "Using this form you can add, edit, view and delete ranks. You can also create custom ranks which can be applied to a user via the user management facility"; $lang['Add_new_rank'] = "Add new rank"; $lang['Rank_title'] = "Rank Title"; $lang['Rank_special'] = "Set as Special Rank"; $lang['Rank_minimum'] = "Minimum Posts"; $lang['Rank_maximum'] = "Maximum Posts"; $lang['Rank_image'] = "Rank Image (Relative to phpBB2 root path)"; $lang['Rank_image_explain'] = "Use this to define a small image associated with the rank"; $lang['Must_select_rank'] = "You must select a rank"; $lang['No_assigned_rank'] = "No special rank assigned"; $lang['Rank_updated'] = "The rank was successfully updated"; $lang['Rank_added'] = "The rank was successfully added"; $lang['Rank_removed'] = "The rank was successfully deleted"; $lang['Click_return_rankadmin'] = "Click %sHere%s to return to Rank Administration"; // // Disallow Username Admin // $lang['Disallow_control'] = "Username Disallow Control"; $lang['Disallow_explain'] = "Here you can control usernames which will not be allowed to be used. Disallowed usernames are allowed to contain a wildcard character of *. Please note that you will not be allowed to specify any username that has already been registered, you must first delete that name then disallow it"; $lang['Delete_disallow'] = "Delete"; $lang['Delete_disallow_title'] = "Remove a Disallowed Username"; $lang['Delete_disallow_explain'] = "You can remove a disallowed username by selecting the username from this list and clicking submit"; $lang['Add_disallow'] = "Add"; $lang['Add_disallow_title'] = "Add a disallowed username"; $lang['Add_disallow_explain'] = "You can disallow a username using the wildcard character * to match any character"; $lang['No_disallowed'] = "No Disallowed Usernames"; $lang['Disallowed_deleted'] = "The disallowed username has been successfully removed"; $lang['Disallow_successful'] = "The disallowed username has ben successfully added"; $lang['Disallowed_already'] = "The name you entered could not be disallowed. It either already exists in the list, exists in the word censor list, or a matching username is present"; $lang['Click_return_disallowadmin'] = "Click %sHere%s to return to Disallow Username Administration"; // // Styles Admin // $lang['Styles_admin'] = "Styles Administration"; $lang['Styles_explain'] = "Using this facility you can add, remove and manage styles (templates and themes) available to your users"; $lang['Styles_addnew_explain'] = "The following list contains all the themes that are available for the templates you currently have. The items on this list have not yet been installed into the phpBB database. To install a theme simply click the install link beside an entry"; $lang['Select_template'] = "Select a Template"; $lang['Style'] = "Style"; $lang['Template'] = "Template"; $lang['Install'] = "Install"; $lang['Download'] = "Download"; $lang['Edit_theme'] = "Edit Theme"; $lang['Edit_theme_explain'] = "In the form below you can edit the settings for the selected theme"; $lang['Create_theme'] = "Create Theme"; $lang['Create_theme_explain'] = "Use the form below to create a new theme for a selected template. When entering colours (for which you should use hexadecimal notation) you must not include the initial #, i.e.. CCCCCC is valid, #CCCCCC is not"; $lang['Export_themes'] = "Export Themes"; $lang['Export_explain'] = "In this panel you will be able to export the theme data for a selected template. Select the template from the list below and the script will create the theme configuration file and attempt to save it to the selected template directory. If it cannot save the file itself it will give you the option to download it. In order for the script to save the file you must give write access to the webserver for the selected template dir. For more information on this see the phpBB 2 users guide."; $lang['Theme_installed'] = "The selected theme has been installed successfully"; $lang['Style_removed'] = "The selected style has been removed from the database. To fully remove this style from your system you must delete the appropriate style from your templates directory."; $lang['Theme_info_saved'] = "The theme information for the selected template has been saved. You should now return the permissions on the theme_info.cfg (and if applicable the selected template directory) to read-only"; $lang['Theme_updated'] = "The selected theme has been updated. You should now export the new theme settings"; $lang['Theme_created'] = "Theme created. You should now export the theme to the theme configuration file for safe keeping or use elsewhere"; $lang['Confirm_delete_style'] = "Are you sure you want to delete this style"; $lang['Download_theme_cfg'] = "The exporter could not write the theme information file. Click the button below to download this file with your browser. Once you have downloaded it you can transfer it to the directory containing the template files. You can then package the files for distribution or use elsewhere if you desire"; $lang['No_themes'] = "The template you selected has no themes attached to it. To create a new theme click the Create New link on the left hand panel"; $lang['No_template_dir'] = "Could not open the template directory. It may be unreadable by the webserver or may not exist"; $lang['Cannot_remove_style'] = "You cannot remove the style selected since it is currently the forum default. Please change the default style and try again."; $lang['Style_exists'] = "The style name to selected already exists, please go back and choose a different name."; $lang['Click_return_styleadmin'] = "Click %sHere%s to return to Style Administration"; $lang['Theme_settings'] = "Theme Settings"; $lang['Theme_element'] = "Theme Element"; $lang['Simple_name'] = "Simple Name"; $lang['Value'] = "Value"; $lang['Stylesheet'] = "CSS Stylesheet"; $lang['Background_image'] = "Background Image"; $lang['Background_color'] = "Background Colour"; $lang['Theme_name'] = "Theme Name"; $lang['Link_color'] = "Link Colour"; $lang['Text_color'] = "Text Colour"; $lang['VLink_color'] = "Visited Link Colour"; $lang['ALink_color'] = "Active Link Colour"; $lang['HLink_color'] = "Hover Link Colour"; $lang['Tr_color1'] = "Table Row Colour 1"; $lang['Tr_color2'] = "Table Row Colour 2"; $lang['Tr_color3'] = "Table Row Colour 3"; $lang['Tr_class1'] = "Table Row Class 1"; $lang['Tr_class2'] = "Table Row Class 2"; $lang['Tr_class3'] = "Table Row Class 3"; $lang['Th_color1'] = "Table Header Colour 1"; $lang['Th_color2'] = "Table Header Colour 2"; $lang['Th_color3'] = "Table Header Colour 3"; $lang['Th_class1'] = "Table Header Class 1"; $lang['Th_class2'] = "Table Header Class 2"; $lang['Th_class3'] = "Table Header Class 3"; $lang['Td_color1'] = "Table Cell Colour 1"; $lang['Td_color2'] = "Table Cell Colour 2"; $lang['Td_color3'] = "Table Cell Colour 3"; $lang['Td_class1'] = "Table Cell Class 1"; $lang['Td_class2'] = "Table Cell Class 2"; $lang['Td_class3'] = "Table Cell Class 3"; $lang['fontface1'] = "Font Face 1"; $lang['fontface2'] = "Font Face 2"; $lang['fontface3'] = "Font Face 3"; $lang['fontsize1'] = "Font Size 1"; $lang['fontsize2'] = "Font Size 2"; $lang['fontsize3'] = "Font Size 3"; $lang['fontcolor1'] = "Font Colour 1"; $lang['fontcolor2'] = "Font Colour 2"; $lang['fontcolor3'] = "Font Colour 3"; $lang['span_class1'] = "Span Class 1"; $lang['span_class2'] = "Span Class 2"; $lang['span_class3'] = "Span Class 3"; $lang['img_poll_size'] = "Polling Image Size [px]"; $lang['img_pm_size'] = "Private Message Status size [px]"; // // Install Process // $lang['Welcome_install'] = "Welcome to phpBB 2 Installation"; $lang['Initial_config'] = "Basic Configuration"; $lang['DB_config'] = "Database Configuration"; $lang['Admin_config'] = "Admin Configuration"; $lang['continue_upgrade'] = "Once you have downloaded your config file to your local machine you may\"Continue Upgrade\" button below to move forward with the upgrade process. Please wait to upload the config file until the upgrade process is complete."; $lang['upgrade_submit'] = "Continue Upgrade"; $lang['Installer_Error'] = "An error has occurred during installation"; $lang['Previous_Install'] = "A previous installation has been detected"; $lang['Install_db_error'] = "An error occurred trying to update the database"; $lang['Re_install'] = "Your previous installation is still active. <br /><br />If you would like to re-install phpBB 2 you should click the Yes button below. Please be aware that doing so will destroy all existing data, no backups will be made! The administrator username and password you have used to login in to the board will be re-created after the re-installation, no other settings will be retained. <br /><br />Think carefully before pressing Yes!"; $lang['Inst_Step_0'] = "Thank you for choosing phpBB 2. In order to complete this install please fill out the details requested below. Please note that the database you install into should already exist. If you are installing to a database that uses ODBC, e.g. MS Access you should first create a DSN for it before proceeding."; $lang['Start_Install'] = "Start Install"; $lang['Finish_Install'] = "Finish Installation"; $lang['Default_lang'] = "Default board language"; $lang['DB_Host'] = "Database Server Hostname / DSN"; $lang['DB_Name'] = "Your Database Name"; $lang['DB_Username'] = "Database Username"; $lang['DB_Password'] = "Database Password"; $lang['Database'] = "Your Database"; $lang['Install_lang'] = "Choose Language for Installation"; $lang['dbms'] = "Database Type"; $lang['Table_Prefix'] = "Prefix for tables in database"; $lang['Admin_Username'] = "Administrator Username"; $lang['Admin_Password'] = "Administrator Password"; $lang['Admin_Password_confirm'] = "Administrator Password [ Confirm ]"; $lang['Inst_Step_2'] = "Your admin username has been created. At this point your basic installation is complete. You will now be taken to a screen which will allow you to administer your new installation. Please be sure to check the General Configuration details and make any required changes. Thank you for choosing phpBB 2."; $lang['Unwriteable_config'] = "Your config file is un-writeable at present. A copy of the config file will be downloaded to your when you click the button below. You should upload this file to the same directory as phpBB 2. Once this is done you should log in using the administrator name and password you provided on the previous form and visit the admin control centre (a link will appear at the bottom of each screen once logged in) to check the general configuration. Thank you for choosing phpBB 2."; $lang['Download_config'] = "Download Config"; $lang['ftp_choose'] = "Choose Download Method"; $lang['ftp_option'] = "<br />Since FTP extensions are enabled in this version of PHP you may also be given the option of first trying to automatically ftp the config file into place."; $lang['ftp_instructs'] = "You have chosen to ftp the file to the account containing phpBB 2 automatically. Please enter the information below to facilitate this process. Note that the FTP path should be the exact path via ftp to your phpBB2 installation as if you were ftping to it using any normal client."; $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! // ------------------------------------------------- ?> --- NEW FILE --- <?php /*************************************************************************** * lang_main.php [Korean] * ------------------- * begin : Sat Dec 16 2000 * copyright : (C) 2001 The phpBB Group * email : su...@ph... * * $Id: lang_main.php,v 1.72 2001/12/24 20:31:35 psotfx Exp $ * ---------------------------------------------------------------------------- * korean Language Edited by donguook,ryu(·ùµ¿¿í) * E-Mail : ne...@dr... ****************************************************************************/ /*************************************************************************** * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ***************************************************************************/ // // The format of this file is: // // ---> $lang['message'] = "text"; // // You should also try to set a locale and a character // encoding (plus direction). The encoding and direction // will be sent to the template. The locale may or may // not work, it's dependent on OS support and the syntax // varies ... give it your best guess! // //setlocale(LC_ALL, "en"); $lang['ENCODING'] = "euc-kr"; $lang['DIRECTION'] = "LTR"; $lang['LEFT'] = "LEFT"; $lang['RIGHT'] = "RIGHT"; $lang['DATE_FORMAT'] = "Y³â m¿ù dÀÏ"; // This should be changed to the default date format for your language, php date() format // // Common, these terms are used // extensively on several pages // $lang['Forum'] = "Æ÷·³"; $lang['Category'] = "Ä«Å×°í¸®"; $lang['Topic'] = "Topic"; $lang['Topics'] = "ÁÖÁ¦±Û"; $lang['Replies'] = "¸®ÇÃ"; $lang['Views'] = "Á¶È¸"; $lang['Post'] = "ÀÛ¼º±Û"; $lang['Posts'] = "Åä·Ð±Û"; $lang['Posted'] = "±Û ÀÛ¼º½Ã°£ "; $lang['Username'] = "¾ÆÀ̵ð"; $lang['Password'] = "ºñ¹Ð¹øÈ£"; $lang['Email'] = "Email"; $lang['Poster'] = "Poster"; $lang['Author'] = "±Û ¾´ÀÌ"; $lang['Time'] = "¶§"; $lang['Hours'] = "½Ã°£"; $lang['Message'] = "¸Þ¼¼Áö ³»¿ë"; $lang['1_Day'] = "1ÀÏ Àü"; $lang['7_Days'] = "7ÀÏ Àü"; $lang['2_Weeks'] = "2ÁÖ À̳»"; $lang['1_Month'] = "1°³¿ù Àü"; $lang['3_Months'] = "3°³¿ù Àü"; $lang['6_Months'] = "6°³¿ù Àü"; $lang['1_Year'] = "1³â Àü"; $lang['Go'] = "À̵¿"; $lang['Jump_to'] = "À̵¿"; $lang['Submit'] = " ÀԷ¿Ϸá "; $lang['Reset'] = " ´Ù ½Ã "; $lang['Cancel'] = " Ãë ¼Ò "; $lang['Preview'] = " ¹Ì¸®º¸±â "; $lang['Confirm'] = " È® ÀÎ "; $lang['Spellcheck'] = "½ºÆÓüũ"; $lang['Yes'] = "¿¹"; $lang['No'] = "¾Æ´Ï¿ä"; $lang['Enabled'] = "»ç¿ëÇÔ"; $lang['Disabled'] = "»ç¿ë¾ÊÇÔ"; $lang['Error'] = "Error"; $lang['Next'] = "´ÙÀ½"; $lang['Previous'] = "ÀÌÀü"; $lang['Goto_page'] = "ÆäÀÌÁöÀ̵¿"; $lang['Joined'] = "°¡ÀÔÀÏ"; $lang['IP_Address'] = "IP Address"; $lang['Select_forum'] = "Æ÷·³¼±ÅÃ"; $lang['View_latest_post'] = "¸¶Áö¸·À¸·Î µî·ÏµÈ±Û º¸±â"; $lang['View_newest_post'] = "»õ·Î ¿Ã¶ó¿Â±Û º¸±â"; $lang['Page_of'] = "Page %d of %d Page"; // Replaces with: Page 1 of 2 for example $lang['ICQ'] = "ICQ Number"; $lang['AIM'] = "AIM Address"; $lang['MSNM'] = "MSN ¸Þ½ÅÁ®"; $lang['YIM'] = "Yahoo ¸Þ½ÅÁ®"; $lang['Forum_Index'] = "%s"; // eg. sitename Forum Index, %s can be removed if you prefer $lang['Post_new_topic'] = "»õ ÁÖÁ¦±ÛÀ» ÀÛ¼ºÇÕ´Ï´Ù."; $lang['Reply_to_topic'] = "´äº¯±ÛÀ» ÀÛ¼ºÇÕ´Ï´Ù."; $lang['Reply_with_quote'] = "±ÛÀ» ÀοëÇÏ¿© ÀÛ¼ºÇÕ´Ï´Ù."; $lang['Click_return_topic'] = "%s[°Ô½Ã¹° º¸±â]%s"; // %s's here are for uris, do not remove! $lang['Click_return_login'] = "%s[´Ù½Ã ½ÃµµÇϱâ]%s"; $lang['Click_return_forum'] = "%s[ÀÌÀü Æ÷·³À¸·Î µÇµ¹¾Æ°¡±â]%s "; $lang['Click_view_message'] = "%s[ÀÛ¼ºÇÑ ±ÛÀ» º¾´Ï´Ù.]%s"; $lang['Click_return_modcp'] = "%s[°ü¸®¸ðµå·Î µÇµ¹¾Æ°¡±â]%s "; $lang['Click_return_group'] = "%s[±×·ì ÆäÀÌÁö·Î µÇµ¹¾Æ °¡±â]%s <p>"; $lang['Admin_panel'] = "°ü¸®ÀÚ ·Î±×ÀÎ"; $lang['Board_disable'] = "ÇöÀç ÀÌ¿ëÇÒ¼ö ¾ø´Â Æ÷·³ÀÔ´Ï´Ù.."; // // Global Header strings // $lang['Registered_users'] = "Á¢¼ÓÁßÀÎ °¡ÀÔȸ¿ø "; $lang['Online_users_zero_total'] = "ÇöÀç <b>0</b> ¸íÀÌ Á¢¼Ó ÁßÀÔ´Ï´Ù. "; $lang['Online_users_total'] = "ÇöÀç <b>%d</b> ¸íÀÌ Á¢¼Ó ÁßÀÔ´Ï´Ù. "; $lang['Online_user_total'] = "ÇöÀç Á¢¼ÓÁßÀÎ À¯Àú <b>%d</b> ¸í           "; $lang['Reg_users_zero_total'] = "°¡ÀÔȸ¿ø <b>0</b> ¸í           "; $lang['Reg_users_total'] = "°¡ÀÔȸ¿ø <b>%d</b> ¸í           "; $lang['Reg_user_total'] = "°¡ÀÔȸ¿ø <b>%d</b> ¸í           "; $lang['Hidden_users_zero_total'] = "ºñ°ø°³ ȸ¿ø <b>0</b> ¸í         "; $lang['Hidden_user_total'] = "ºñ°ø°³ ȸ¿ø <b>%d</b> ¸í         "; $lang['Hidden_user_total'] = "ÃÑ ºñ°ø°³ ȸ¿ø <b>%d</b> ¸í "; $lang['Guest_users_zero_total'] = "¼Õ´Ô <b>0</b> ¸í"; $lang['Guest_users_total'] = "¼Õ´Ô <b>%d</b> ¸í"; $lang['Guest_user_total'] = "¼Õ´Ô <b>%d</b> ¸í"; $lang['You_last_visit'] = "Àüȸ Á¢¼Ó %s"; // %s replaced by date/time $lang['Current_time'] = "ÇöÀç ½Ã°£ %s"; // %s replaced by time $lang['Search_new'] = "»õ·Î µî·ÏµÈ ±Û º¸±â"; $lang['Search_your_posts'] = "³»°¡ ÀÛ¼ºÇÑ °Ô½Ã¹°"; $lang['Search_unanswered'] = "´äº¯¾ø´Â °Ô½Ã¹° º¸±â"; $lang['Register'] = "ȸ¿ø°¡ÀÔ"; $lang['Profile'] = "°³ÀÎÁ¤º¸ ¿¶÷ / º¯°æ"; $lang['Edit_profile'] = "°³ÀÎÁ¤º¸ ¼öÁ¤"; $lang['Search'] = " °Ë »ö "; $lang['Memberlist'] = "Memberlist"; $lang['FAQ'] = "FAQ"; $lang['BBCode_guide'] = "BBCode ¾È³»"; $lang['Usergroups'] = "À¯Àú ±×·ì"; $lang['Last_Post'] = "¸¶Áö¸· µî·Ï ±Û"; $lang['Moderator'] = "Æ÷·³°ü¸®ÀÚ "; $lang['Moderators'] = "Æ÷·³°ü¸®ÀÚ "; // // Stats block text // $lang['Posted_articles_zero_total'] = "ÇöÀç ÃÑ µî·Ï °Ô½Ã¹° <b>0</b> °³"; // Number of posts $lang['Posted_articles_total'] = "ÇöÀç ÃÑ µî·Ï °Ô½Ã¹° <b>%d</b> °³"; // Number of posts $lang['Posted_article_total'] = "ÇöÀç ÃÑ µî·Ï °Ô½Ã¹° <b>%d</b> °³ÀÇ"; // Number of posts $lang['Registered_users_zero_total'] = "ÇöÀç ÃÑ °¡ÀÔȸ¿ø <b>0</b> ¸í..."; // # registered users $lang['Registered_users_total'] = "ÇöÀç ÃÑ °¡ÀÔȸ¿ø <b>%d</b> ¸í "; // # registered users $lang['Registered_user_total'] = "ÇöÀç ÃÑ °¡ÀÔȸ¿ø <b>%d</b> ¸í "; // # registered users $lang['Newest_user'] = "ÃÖ±Ù ½Å±Ôµî·ÏÀÚ <b>%s%s%s</b>"; // a href, username, /a $lang['No_new_posts_last_visit'] = "¸¶Áö¸· Á¢¼ÓÀÌÈÄ »õ·Î Àü¼ÛµÈ °Ô½Ã¹° ¾øÀ½"; $lang['No_new_posts'] = "¸¶Áö¸·Á¢¼ÓÀÌÈÄ »õ °Ô½Ã¹°¾øÀ½"; $lang['New_posts'] = "¸¶Áö¸·Á¢¼ÓÀÌÈÄ »õ °Ô½Ã¹°ÀÖÀ½"; $lang['New_post'] = "»õ Åä·Ð±Û"; $lang['No_new_posts_hot'] = "¸¶Áö¸·Á¢¼ÓÀÌÈÄ »õ °Ô½Ã¹°¾øÀ½ "; $lang['New_posts_hot'] = "¸¶Áö¸·Á¢¼ÓÀÌÈÄ »õ °Ô½Ã¹°ÀÖÀ½ "; $lang['No_new_posts_locked'] = "Æ÷·³ÀÌ Àá°ÜÀÖÀ»°æ¿ì"; $lang['New_posts_locked'] = "Æ÷·³ÀÌ Àá°ÜÀÖÀ»°æ¿ì"; $lang['Forum_is_locked'] = "Æ÷·³ÀÌ Àá°ÜÀÖÀ½"; // // Login // $lang['Enter_password'] = "¾ÆÀ̵ð¿Í ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ·Î±× ÀÎ ÇϽʽÿä"; $lang['Login'] = "·Î±× ÀÎ"; $lang['Logout'] = ""; $lang['Forgotten_password'] = "ºñ¹Ð¹øÈ£ ºÐ½Ç"; $lang['Log_me_in'] = "ºñ¹Ð¹øÈ£ ±â¾ï"; $lang['Error_login'] = "¾ÆÀ̵ð ¶Ç´Â ºñ¹Ð¹øÈ£°¡ ¸ÂÁö ¾Ê½À´Ï´Ù."; // // Index page // $lang['Index'] = "Index"; $lang['No_Posts'] = "µî·ÏµÈ ±Û ¾øÀ½"; $lang['No_forums'] = "ÀÌ º¸µå´Â Æ÷·³À» °®°í ÀÖÁö ¾Ê½À´Ï´Ù."; $lang['Private_Message'] = "ÂÊ Áö "; $lang['Private_Messages'] = "ÂÊ Áö ÇÔ "; $lang['Who_is_Online'] = "ÇöÀçÁ¢¼ÓÀÚ À§Ä¡º¸±â"; $lang['Mark_all_forums'] = "¸¶Å©µÈ ¸ðµçÆ÷·³ Àбâ"; $lang['Forums_marked_read'] = "¸ðµçÆ÷·³ÀÌ ÀÐÀº ¸¶Å©·Î Ç¥½ÃµÊ"; // // Viewforum // $lang['View_forum'] = "Æ÷·³º¸±â"; $lang['Forum_not_exist'] = "´ç½ÅÀÌ ¼±ÅÃÇÑ ±× Æ÷·³Àº Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù"; $lang['Reached_on_error'] = "´ç½ÅÀÇ ¿¡·¯·Î ÀÌ ÆäÀÌÁö¿¡ µµ´ÞÇÏ¿´½À´Ï´Ù"; $lang['Display_topics'] = "Áö³ °Ô½Ã¹° º¸±â"; $lang['All_Topics'] = "Àüü°Ô½Ã¹°"; $lang['Topic_Announcement'] = "<b>°øÁö»çÇ× - </b>"; $lang['Topic_Sticky'] = "<b>Àо±â - </b>"; $lang['Topic_Moved'] = "<b>À̵¿ - </b>"; $lang['Topic_Poll'] = "ÅõÇ¥"; $lang['Mark_all_topics'] = "¸¶Å©µÈ ¸ðµç ÁÖÁ¦±Û Àбâ"; $lang['Topics_marked_read'] = "ÀÌ Æ÷·³ÀÇ ÁÖÁ¦±ÛÀº Áö±Ý ¸¶Å©Ç¥½ÃµÇ¾ú½À´Ï´Ù. "; $lang['Rules_post_can'] = "ÁÖÁ¦ ±Û ÀÛ¼º °¡´É"; $lang['Rules_post_cannot'] = "ÁÖÁ¦±Û ÀÛ¼º ºÒ°¡"; $lang['Rules_reply_can'] = "´äº¯ ±Û ¾²±â °¡´É"; $lang['Rules_reply_cannot'] = "´äº¯ ±Û ¾²±â ºÒ°¡"; $lang['Rules_edit_can'] = "±Û ¼öÁ¤ °¡´É - º»ÀÎ"; $lang['Rules_edit_cannot'] = "±Û ¼öÁ¤ ºÒ°¡"; $lang['Rules_delete_can'] = "±Û »èÁ¦ °¡´É - º»ÀÎ"; $lang['Rules_delete_cannot'] = "±Û »èÁ¦ ºÒ°¡"; $lang['Rules_vote_can'] = "¼³¹®Á¶»ç ¸¸µé±â °¡´É"; $lang['Rules_vote_cannot'] = "¼³¹®Á¶»ç ¸¸µé±â ºÒ°¡ "; $lang['Rules_moderate'] = " %s½ÉÇðü¸®%s "; // %s replaced by a href links, do not remove! $lang['No_topics_post_one'] = "ÇöÀç ÀÌ Æ÷·³¿¡´Â ¾ÆÁ÷ µî·ÏµÈ ±ÛÀÌ ¾ø½À´Ï´Ù."; // // Viewtopic // $lang['View_topic'] = "ÁÖÁ¦ º¸±â"; $lang['Guest'] = 'Guest'; $lang['Post_subject'] = "Á¦¸ñ"; $lang['View_next_topic'] = "´ÙÀ½ ±Û"; $lang['View_previous_topic'] = "ÀÌÀü ±Û"; $lang['Submit_vote'] = "ÅõÇ¥Çϱâ"; $lang['View_results'] = "ÅõÇ¥°á°ú"; $lang['No_newer_topics'] = "´õ ÀÌ»ó °Ô½Ã¹°ÀÌ ¾ø½À´Ï´Ù."; $lang['No_older_topics'] = "´õ ÀÌ»ó °Ô½Ã¹°ÀÌ ¾ø½À´Ï´Ù."; $lang['Topic_post_not_exist'] = "¿äûÇϽŠÁÖÁ¦±Û ȤÀº Åä·Ð±ÛÀº Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù. "; $lang['No_posts_topic'] = "ÀÌ ÁÖÁ¦±Û¿¡ ´ëÇÑ Åä·Ð±ÛÀº Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù"; $lang['Display_posts'] = "ÀÌÀü °Ô½Ã¹°º¸±â"; $lang['All_Posts'] = "Àüü ¸Þ¼¼Áö"; $lang['Newest_First'] = "ÀÐÁö¾ÊÀº ¸Þ¼¼ÁöºÎÅÍ"; $lang['Oldest_First'] = "ÀÐÀº¸Þ¼¼Áö ºÎÅÍ"; $lang['Back_to_top'] = "¸Ç À§·Î °¡±â"; $lang['Read_profile'] = "ȸ¿ø ÇÁ·ÎÇÊ º¸±â"; $lang['Send_email'] = "E-Mail º¸³»±â"; $lang['Visit_website'] = "»ç¿ëÀÚÀÇ È¨ ÆäÀÌÁö·Î À̵¿Çϱâ"; $lang['ICQ_status'] = "ICQ »óÅÂ"; $lang['Edit_delete_post'] = "ÀÌ ±ÛÀ» ¼öÁ¤/»èÁ¦ÇÕ´Ï´Ù."; $lang['View_IP'] = "IP º¸±â"; $lang['Delete_post'] = "ÀÌ ±ÛÀ» »èÁ¦ÇÕ´Ï´Ù."; $lang['wrote'] = "´Ô ÀÛ¼º"; // proceeds the username and is followed by the quoted text $lang['Quote'] = "Àοë"; // comes before bbcode quote output. $lang['Code'] = "Code"; // comes before bbcode code output. $lang['Edited_time_total'] = "¸¶Áö¸· ¼öÁ¤ - %s %s, ¼öÁ¤ %d ÇÕ°è½Ã°£"; // Last edited by me on 12 Oct 2001, edited 1 time in total $lang['Edited_times_total'] = "¸¶Áö¸· ¼öÁ¤ - %s %s, ¼öÁ¤ %d ÇÕ°è½Ã°£"; // Last edited by me on 12 Oct 2001, edited 2 times in total $lang['Lock_topic'] = "À̱ÛÀ» Àá±Þ´Ï´Ù."; $lang['Unlock_topic'] = "À̱ÛÀ» Àá±ÝÇØÁ¦ÇÕ´Ï´Ù."; $lang['Move_topic'] = "ÀÌ ±ÛÀ» À̵¿ÇÕ´Ï´Ù."; $lang['Delete_topic'] = "ÀÌ ±ÛÀ» »èÁ¦ÇÕ´Ï´Ù."; $lang['Split_topic'] = "ÀÌ ±ÛÀ» Âɰ¸´Ï´Ù."; $lang['Stop_watching_topic'] = "ÀÌ ÁÖÁ¦±Û °¨½ÃÇϱ⠸ØÃã"; $lang['Start_watching_topic'] = "¸®Çõɶ§±îÁö ÀÌ ÁÖÁ¦±Û °¨½ÃÇϱâ."; $lang['No_longer_watching'] = "ÀÌ ÁÖÁ¦±ÛÀ» ´õ ÀÌ»ó °¨½ÃÇÏÁö ¾ÊÀ½"; $lang['You_are_watching'] = "´ç½ÅÀº Áö±Ý ÇöÀç ÀÌ ÁÖÁ¦±ÛÀ» °¨½ÃÁßÀÔ´Ï´Ù"; // // Posting/Replying (Not private messaging!) // $lang['Message_body'] = "º»¹®³»¿ë"; $lang['Topic_review'] = "Topic review"; $lang['No_post_mode'] = "À¯È¿ÇÏÁö ¾ÊÀº ÀÛ¼º¹æ¹ý"; // If posting.php is called without a mode (newtopic/reply/delete/etc, shouldn't be shown normaly) $lang['Post_a_new_topic'] = "»õ ÁÖÁ¦±Û ÀÛ¼ºÇϱâ"; $lang['Post_a_reply'] = "´äº¯±Û ÀÛ¼ºÇϱâ"; $lang['Post_topic_as'] = "±Û À¯Çü ÁöÁ¤"; $lang['Edit_Post'] = "±Û ¼öÁ¤Çϱâ"; $lang['Options'] = "¿É¼Ç"; $lang['Attach_File'] = "ÆÄÀÏ÷ºÎ"; $lang['Post_Announcement'] = "°øÁö»çÇ×"; $lang['Post_Sticky'] = "Àо±â"; $lang['Post_Normal'] = "º¸Åë ±Û"; $lang['Confirm_delete'] = "ÁøÂ¥·ç »èÁ¦ÇϽðڽÀ´Ï±î..?"; $lang['Confirm_delete_poll'] = "ÀÌ ÅõÇ¥¸¦ ÁøÂ¥·ç »èÁ¦ÇϽðڽÀ´Ï±î..?"; $lang['Flood_Error'] = "¸¶Áö¸· ÀÛ¼º ÈÄ °ð ¹Ù·Î ¶È°°ÀÌ ¹Ýº¹Çؼ ¶Ç ´Ù¸¥ °Ô½Ã¹°À» ¸¸µé ¼ö ¾ø½À´Ï´Ù .."; $lang['Empty_subject'] = "±Û Á¦¸ñÀ» ÀÔ·ÂÇÏÁö ¾ÊÀ¸¼Ì½À´Ï´Ù."; $lang['Empty_message'] = "º»¹® ³»¿ëÀ» ÀÔ·ÂÇÏÁö ¾ÊÀ¸¼Ì½À´Ï´Ù."; $lang['Forum_locked'] = "Á˼ÛÇÕ´Ï´Ù.. ÀÛ¼ºÇÒ¼ö Àִ±ÇÇÑÀÌ ¾ø½À´Ï´Ù.."; $lang['Topic_locked'] = "ÀÌ ÁÖÁ¦±ÛÀº Àá±Ý¼³Á¤ µÇ¾îÀÖ¾î ±ÛÀÇ ÆíÁýÀ̳ª ¸®ÇÃÀº ´Þ¼ö°¡ ¾ø½À´Ï´Ù."; $lang['No_post_id'] = "ÆíÁýÇϱâ À§ÇØ ±ÛÀ» ¼±ÅÃÇØ¾ßÇÕ´Ï´Ù."; $lang['No_topic_id'] = "´äº¯Çϱâ À§ÇÑ ÁÖÁ¦±ÛÀ» ¼±ÅÃÇØ¾ß ÇÕ´Ï´Ù."; $lang['No_valid_mode'] = "´ç½ÅÀº ±Û Àοë,´äº¯±Û ÆíÁý¸¸ ÇÒ¼ö ÀÖ½À´Ï´Ù.µ¹¾Æ°¡¼ ´Ù½Ã ½ÃµµÇØ Áֽʽÿä."; $lang['No_such_post'] = "ã´Â °Ô½Ã¹°ÀÌ ¾ø½À´Ï´Ù..µ¹¾Æ°¡¼ ´Ù½Ã ½Ãµµ ÇØÁֽʽÿä"; $lang['Edit_own_posts'] = "Á˼ÛÇÕ´Ï´Ù..º»ÀÎÀÌ ÀÛ¼ºÇÑ ±Û¸¸ ÆíÁý ÇÒ¼ö ÀÖ½À´Ï´Ù"; $lang['Delete_own_posts'] = "Á˼ÛÇÕ´Ï´Ù..º»ÀÎÀÌ ÀÛ¼ºÇÑ ±Û¸¸ »èÁ¦ÇÒ¼ö ÀÖ½À´Ï´Ù."; $lang['Cannot_delete_replied'] = "Á˼ÛÇÕ´Ï´Ù..´äº¯±Û¿¡ ´ëÇÑ °Ô½Ã¹°À» »èÁ¦ÇÒ ¼ö ¾ø½À´Ï´Ù."; $lang['Cannot_delete_poll'] = "Á˼ÛÇÕ´Ï´Ù..Ȱ¼ºÁßÀÎ ¼³¹®,ÅõÇ¥¸¦ »èÁ¦ÇÒ¼ö ¾ø½À´Ï´Ù."; $lang['Empty_poll_title'] = "´Ô²²¼ ¸¸µç ÅõÇ¥¿¡ ´ëÇØ Á¦¸ñÀ» ÀÔ·ÂÇØ¾ß ÇÕ´Ï´Ù."; $lang['To_few_poll_options'] = "ÃÖ¼Ò 2°³ ÀÌ»óÀÇ ¼³¹® ¿É¼ÇÀ» ÀÔ·ÂÇØ¾ß ÇÕ´Ï´Ù. "; $lang['To_many_poll_options'] = "Æ÷·³¿¡¼ ÁöÁ¤ÇÑ ¼³¹®¿É¼Ç ¼ö ÀÌ»óÀº ÀÔ·ÂÇϽǼö ¾ø½À´Ï´Ù."; $lang['Post_has_no_poll'] = "ÀÌ °Ô½Ã¹°Àº ¼³¹®Á¶»ç°¡ ¾ø½À´Ï´Ù."; $lang['Disallowed_extension'] = "¿¬Àå %s Çã¿ëµÇÁö ¾Ê½À´Ï´Ù."; // replace %s with extension (e.g. .php) $lang['Disallowed_Mime_Type'] = "Çã¿ëµÈ Mime TypeÀÌ ¾Æ´Ô: %s<p>Çã¿ëµÈ Types:<br>%s"; // mime type, allowed types $lang['Attachement_too_big'] = "³Ê¹« Å« ÷ºÎÆÄÀÏ,<br>ÃÖ´ë Size: %d Bytes"; // replace %d with maximum file size $lang['General_Upload_Error'] = "¾÷·Îµå Error: ÷ºÎÆÄÀÏÀ» ¾÷·ÎµåÇÏÁö ¾ÊÀ»¼ö ÀÖÀ½ %s"; // replace %s with local path $lang['Add_poll'] = "¼³¹®Á¶»ç ¸¸µé±â"; $lang['Add_poll_explain'] = " Çü½Ä¿¡ ¸Â°Ô ¾Æ·¡ Çʵ带ÀÔ·ÂÇÏ½Ã¸é ¼³¹®Á¶»ç¸¦ ¸¸µé¼ö ÀÖ½À´Ï´Ù."; $lang['Poll_question'] = "¼³¹® ÁúÀÇ"; $lang['Poll_option'] = "¼³¹® ¿É¼Ç"; $lang['Add_option'] = "Ãß°¡"; $lang['Update'] = "¾÷µ¥ÀÌÆ®"; $lang['Delete'] = " »è Á¦ "; $lang['Poll_for'] = "¼³¹® ¸¶°¨ÀÏ"; $lang['Poll_for_explain'] = "[ ¿¹) 10ÀÏ ÈĶó¸é 10À» ³ÖÀ¸½Ã¸é µË´Ï´Ù..¹«±âÇÑÀº 0À» ¾²¼¼¿ä. ]"; $lang['Delete_poll'] = "¼³¹® »èÁ¦"; $lang['Disable_HTML_post'] = "ÀÌ ±Û¿¡¼ HTML »ç¿ëÇÏÁö ¾ÊÀ½"; $lang['Disable_BBCode_post'] = "ÀÌ ±Û¿¡¼BBCode »ç¿ëÇÏÁö ¾ÊÀ½"; $lang['Disable_Smilies_post'] = "ÀÌ ±Û¿¡¼ Smilies Icon »ç¿ëÇÏÁö ¾ÊÀ½"; $lang['HTML_is_ON'] = "HTML is <u>ON</u>"; $lang['HTML_is_OFF'] = "HTML is <u>OFF</u>"; $lang['BBCode_is_ON'] = "%sBBCode%s is <u>ON</u>"; // %s are replaced with URI pointing to FAQ $lang['BBCode_is_OFF'] = "%sBBCode%s is <u>OFF</u>"; $lang['Smilies_are_ON'] = "Smilies Icon <u>ON</u>"; $lang['Smilies_are_OFF'] = "Smilies Icon <u>OFF</u>"; $lang['Attach_signature'] = "¼¸í »ðÀÔ (°³ÀÎÁ¤º¸¿¡¼ ¼¸íÀ» ¼öÁ¤ÇÒ¼ö ÀÖ½À´Ï´Ù.)"; $lang['Notify'] = "ÀÌ ±Û¿¡´ëÇÑ ´äº¯±ÛÀ» ¸ÞÀÏ·Î ¹Þ¾Æº¾´Ï´Ù."; $lang['Delete_post'] = " ÀÌ ±ÛÀ» »èÁ¦ÇÕ´Ï´Ù "; $lang['Stored'] = "°Ô½Ã¹°ÀÌ µ¥ÀÌŸº£À̽º¿¡ µî·Ï µÇ¾ú½À´Ï´Ù."; $lang['Deleted'] = "°Ô½Ã¹°ÀÌ ¼º°øÀûÀ¸·Î »èÁ¦µÇ¾ú½À´Ï´Ù."; $lang['Poll_delete'] = "¼³¹® ÇÔÀÌ ¼º°øÀûÀ¸·Î »èÁ¦µÇ¾ú½À´Ï´Ù."; $lang['Vote_cast'] = "¼º°øÀûÀ¸·Î ÇÑÇ¥¸¦ Çà»çÇϼ̽À´Ï´ç.. ^^"; $lang['Topic_reply_notification'] = "´äº¯±ÛÀÌ µî·ÏµÇ¾ú½À´Ï´Ù."; $lang['bbcode_b_help'] = "±½Àº±ÛÀÚ: [b]text[/b] (alt+b)"; $lang['bbcode_i_help'] = "ÀÌÅŸ¯Ã¼: [i]text[/i] (alt+i)"; $lang['bbcode_u_help'] = "±Û¿¡ ¹ØÁÙº¸ÀÓ: [u]text[/u] (alt+u)"; $lang['bbcode_q_help'] = "±Û Àοë: [quote]text[/quote] (alt+q)"; $lang['bbcode_c_help'] = "ÄÚµå: [code]code[/code] (alt+c)"; $lang['bbcode_l_help'] = "¸®½ºÆ®: [list]text[/list] (alt+l)"; $lang['bbcode_o_help'] = "¼ø¼ ¸ñ·Ï: [list=]text[/list] (alt+o)"; $lang['bbcode_p_help'] = "À̹ÌÁö»ðÀÔ: [img]http://image_url[/img] (alt+p)"; $lang['bbcode_w_help'] = "URL »ðÀÔ: [url]http://url[/url] or [url=http://url]URL text[/url] (alt+w)"; $lang['bbcode_a_help'] = "ű׸¦ ´Ý½À´Ï´Ù."; $lang['bbcode_s_help'] = "ÆùƮĮ¶ó: [color=red]text[/color] ÆÁ: ´Ô ¶ÇÇÑ »ç¿ëÇÒ¼ö ÀÖÀ½ color=#FF0000"; $lang['bbcode_f_help'] = "ÆùÆ®½ÎÀÌÁî: [size=x-small]small text[/size]"; $lang['Emoticons'] = "°¨Á¤¾ÆÀÌÄܵé"; $lang['More_emoticons'] = "°¨Á¤¾ÆÀÌÄÜ Ãß°¡"; $lang['Font_color'] = "ÆùƮĮ¶ó"; $lang['color_default'] = "±âº»»ö"; $lang['color_dark_red'] = "¾îµÎ¿î »¡°"; $lang['color_red'] = "»¡°"; $lang['color_orange'] = "¿À·»Áö"; $lang['color_brown'] = "ºê¶ó¿î"; $lang['color_yellow'] = "³ë¶û»ö"; $lang['color_green'] = "ÃÊ·Ï»ö"; $lang['color_olive'] = "¿Ã¸®ºê"; $lang['color_cyan'] = "û·Ï"; $lang['color_blue'] = "ÆÄ¶û"; $lang['color_dark_blue'] = "¾îµÎ¿î ÆÄ¶û"; $lang['color_indigo'] = "³² »ö"; $lang['color_violet'] = "¹ÙÀ̿÷§"; $lang['color_white'] = "Èò»ö"; $lang['color_black'] = "°ËÁ¤"; $lang['Font_size'] = "ÆùÆ®½ÎÀÌÁî"; $lang['font_tiny'] = "¾ÆÁÖÀÛ°Ô"; $lang['font_small'] = "ÀÛ°Ô"; $lang['font_normal'] = "º¸Åë"; $lang['font_large'] = "Å©°Ô"; $lang['font_huge'] = "¾ÆÁÖÅ©°Ô"; $lang['Close_Tags'] = "ÅÂ±× ´Ý±â"; $lang['Styles_tip'] = "ÆÁ: ½ºÅ¸ÀÏÀº ¼±ÅÃµÈ ¿ø¹®¿¡ ºü¸£°Ô ÀÀ¿ëµÉ ¼ö ÀÖ½À´Ï´Ù."; // // Private Messaging // $lang['Private_Messaging'] = "ÂÊÁö ¸Þ¼¼Áö"; $lang['Login_check_pm'] = "ÂÊÁö ÇÔ È®ÀÎ"; $lang['New_pms'] = "»õ ÂÊÁö %d °³ µµÂø "; // You have 2 new messages $lang['New_pm'] = "»õ ÂÊÁö µµÂø -[ %d ]"; // You have 1 new message $lang['No_new_pm'] = "µµÂøÇÑ ÂÊÁö ¾øÀ½"; $lang['Unread_pms'] = "ÀÐÁö ¾ÊÀº ¸Þ½ÃÁö %d "; $lang['Unread_pm'] = "ÀÐÁö ¾ÊÀº ¸Þ½ÃÁö %d "; $lang['No_unread_pm'] = "ÀÐÁö¾ÊÀº ¸Þ½ÃÁö°¡ ¾ø½À´Ï´Ù."; $lang['You_new_pm'] = "»õ ÂÊÁö°¡ µµÂø Çß½ÃÀ¯....~~~~"; $lang['You_new_pms'] = "»õ·Î¿î ÂÊÁö°¡ ÂÊÁöÇÔ¿¡ µµÂøÇØ ÀÖ½À´Ï´Ù."; $lang['You_no_new_pm'] = "»õ·Î µµÂøÇÑ ÂÊÁö°¡ ¾ø½À´Ï´Ù."; $lang['Inbox'] = "¹ÞÀº ÂÊÁöÇÔ"; $lang['Outbox'] = "ÂÊÁöÇÔ ³ª°¡±â"; $lang['Savebox'] = "ÂÊÁö º¸°üÇÔ"; $lang['Sentbox'] = "º¸³½ ÂÊÁöÇÔ"; $lang['Flag'] = "FLAG"; $lang['Subject'] = "Á¦¸ñ"; $lang['From'] = "º¸³½ÀÌ"; $lang['To'] = "¹Þ´ÂÀÌ"; $lang['Date'] = "³¯ÀÚ"; $lang['Mark'] = "¸¶Å©"; $lang['Sent'] = "º¸³¿"; $lang['Saved'] = "ÀúÀå"; $lang['Delete_marked'] = "¸¶Å©ÇѰŠ»èÁ¦"; $lang['Delete_all'] = "ÀüºÎ»èÁ¦"; $lang['Save_marked'] = "¸¶Å©ÇѰŠÀúÀå"; $lang['Save_message'] = "ÂÊÁöÀúÀå"; $lang['Delete_message'] = "ÂÊÁö»èÁ¦"; $lang['Display_messages'] = "ÀÌÀü¿¡ ¹ÞÀº ÂÊÁö ÀüºÎº¸±â"; // Followed by number of days/weeks/months $lang['All_Messages'] = "Àüü ¸Þ¼¼Áö"; $lang['No_messages_folder'] = "ÂÊÁöÇÔÀÌ ºñ¾î ÀÖ½À´Ï´Ù."; $lang['PM_disabled'] = "ÀÌ Æ÷·³¿¡¼´Â ÂÊÁöº¸³»±â°¡ ºÒ°¡´ÉÇÏ°Ô ¼³Á¤µÇ¾î½À´Ï´Ù."; $lang['Cannot_send_privmsg'] = "Á˼ÛÇÕ´Ï´Ù..°ü¸®ÀÚ°¡ ÂÊÁöº¸³»±â¸¦ ¸·¾Æ ³õ¾Ò½À´Ï´Ù."; $lang['No_to_user'] = "ÂÊÁö¸¦ º¸³»±â À§Çؼ´Â ¾ÆÀ̵𸦠ÀÔ·ÂÇØ¾ß ÇÕ´Ï´Ù."; $lang['No_such_user'] = "Á˼ÛÇÕ´Ï´Ù..°Ë»öÇϽоÆÀ̵ð´Â Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù."; $lang['Message_sent'] = "ÂÊÁö°¡ ¼º°øÀûÀ¸·Î º¸³»Á³½À´Ï´Ù."; $lang['Click_return_inbox'] = "%s[ÂÊÁö ¹Ú½º·Î µ¹¾Æ°¡±â]%s"; $lang['Click_return_index'] = " %s[¸ÞÀΠȸéÀ¸·Î °¡±â]%s"; $lang['Send_a_new_message'] = "»õ ÂÊÁö º¸³»±â"; $lang['Send_a_reply'] = "´äº¯ ÂÊÁö º¸³»±â"; $lang['Edit_message'] = "ÂÊÁö ¼öÁ¤Çϱâ"; $lang['Notification_subject'] = "»õ ÂÊÁö°¡ µµÂøÇß½À´Ï´Ù."; $lang['Find_username'] = "¾ÆÀ̵ð ã±â"; $lang['Find'] = " ã ±â "; $lang['No_match'] = "¸Â´Â¾ÆÀ̵𰡠¾ø½À´Ï´Ù"; $lang['No_post_id'] = "Á¶°Ç ÁöÁ¤µÇÁö ¾ÊÀº °Ô½Ã¹° ID "; $lang['No_such_folder'] = "Á¸ÀçÇÏÁö ¾Ê´Â Æú´õÀÔ´Ï´Ù."; $lang['No_folder'] = "ÁöÁ¤µÇÁö ¾ÊÀº Æú´õÀÔ´Ï´Ù."; $lang['Mark_all'] = "ÀüºÎ ¸¶Å©Çϱâ"; $lang['Unmark_all'] = "¸¶Å© ÀüºÎÇØÁ¦"; $lang['Confirm_delete_pm'] = "ÁøÂ¥·ç »èÁ¦ ÇϽðڽÀ´Ï±î..?"; $lang['Confirm_delete_pms'] = "ÁøÂ¥·ç »èÁ¦ ÇϽðڽÀ´Ï±î..?"; $lang['Inbox_size'] = "ÇöÀç ÂÊÁöÇÔ ¿ë·® %d%% "; // eg. Your Inbox is 50% full $lang['Sentbox_size'] = "º¸³½ ÂÊÁöÇÔ ¿ë·® %d%% "; $lang['Savebox_size'] = "ÂÊÁöº¸°üÇÔ ¿ë·® %d%% "; $lang['Click_view_privmsg'] = "%s[ ÂÊÁöÇÔ µé¾î°¡±â ]%s"; // // Profiles/Registration // $lang['Viewing_user_profile'] = "ÇÁ·ÎÇÊ º¸±â :: %s"; // %s is username $lang['About_user'] = " %s ´ÔÀÇ ÇÁ·ÎÇÊÀÔ´Ï´Ù."; // %s is username $lang['Preferences'] = "Preferences"; $lang['Items_required'] = "Çʼö ÀÔ·Â Á¤º¸´Â ¸ðµÎ ±âÀçÇÏ¼Å¾ß ÇÕ´Ï´Ù... "; $lang['Registration_info'] = "Çʼö ÀÔ·Â »çÇ×ÀÔ´Ï´Ù."; $lang['Profile_info'] = "¼±Åà ÀԷ»çÇ×ÀÔ´Ï´Ù."; $lang['Profile_info_warn'] = "¼±Åà Á¤º¸¿¡ ÇØ´çÇÏ´Â »çÇ×ÀÌ ÀÖÀ¸½Ã¸é ÀÔ·Â ÇØÁֽñ⠹ٶø´Ï´Ù."; $lang['Avatar_panel'] = "¾Æ¹ÙŸ ¸ðµå"; $lang['Avatar_gallery'] = "¾Æ¹ÙŸ °Ö·¯¸®"; $lang['Website'] = "Ȩ ÆäÀÌÁö"; $lang['Location'] = "»ç´Â°÷"; $lang['Contact'] = "¿¬¶ô"; $lang['Email_address'] = "E-mail ÁÖ¼Ò"; $lang['Email'] = "E-mail"; $lang['Send_private_message'] = "ÂÊÁö º¸³»±â"; $lang['Hidden_email'] = "[ Hidden ]"; $lang['Search_user_posts'] = "ÀÌ »ç¿ëÀÚ°¡ ÀÛ¼ºÇÑ °Ô½Ã¹° ã±â."; $lang['Interests'] = "Ãë¹Ì/°ü½É"; $lang['Occupation'] = "Á÷ ¾÷"; $lang['Poster_rank'] = "±Û ÀÛ¼º¼øÀ§"; $lang['Total_posts'] = "ÃÑ ÀÛ¼º±Û"; $lang['User_post_pct_stats'] = "%.2f%% Áß ÃÑ"; // 1.25% of total $lang['User_post_day_stats'] = "%.2f °³"; // 1.5 posts per day $lang['Search_user_posts'] = "%s´ÔÀÌ ÀÛ¼ºÇÑ ±Û ¸ðµÎº¸±â"; // Find all posts by username $lang['No_user_id_specified'] = "ã´Âȸ¿øÀÌ ¾ø½À´Ï´Ù."; $lang['Wrong_Profile'] = "º»ÀÎÀÇ ÇÁ·ÎÇÊ ¿Ü¿¡´Â ¼öÁ¤ÇÒ¼ö ¾ø½ÃÀ¯..~"; $lang['Sorry_banned_or_taken_email'] = "À߸øµÈ ¸ÞÀÏÀ̰ųª Áߺ¹µÇ´Â ¸ÞÀÏÀÌ ÀÌ¹Ì µî·Ï µÇ¾îÀÖ½À´Ï´Ù..<br>È®ÀÎ ÈÄ ´Ù½Ã ÀÛ¼ºÇϽñ⠹ٶø´Ï´Ù."; $lang['Only_one_avatar'] = "1°³ÀÇ ¾Æ¹ÙŸ¸¸ ÁöÁ¤ÇØ¾ß ÇÕ´Ï´Ù."; $lang['File_no_data'] = "ÀÔ·ÂÇÑ URL¿¡´Â ÆÄÀÏÀÌ Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù."; $lang['No_connection_URL'] = "ÀÔ·ÂÇÑ URL·Î ¿¬°áÇÒ¼ö ¾ø½À´Ï´Ù. "; $lang['Incomplete_URL'] = "ÀÔ·ÂÇÑ URLÀº À߸øµÈ URLÀ̰ųª ºÒ¿ÏÀüÇÑ URLÀÔ´Ï´Ù."; $lang['Wrong_remote_avatar_format'] = "ÀÔ·ÂÇϽŠURLÀº À߸øµÈ URLÀÔ´Ï´Ù."; $lang['No_send_account_inactive'] = "Á˼ÛÇÕ´Ï´Ù..Ȱ¼ºµÇÁö ¾ÊÀº ºñ¹Ð¹øÈ£À̰ųª Æ÷·³¿¡¼ Á¤ÀÇÇÑ À߸øµÈ ºñ¹Ð¹øÈ£¶ó ¹Ý¿µÀÌ µÇÁö¾Ê¾Ò½À´Ï´Ù. .Æ÷·³°ü¸®ÀÚ¿¡°Ô ¹®ÀÇÇØ ÁÖ¼¼¿ä."; $lang['Always_smile'] = "Smilies IconÀ» »ç¿ëÇÕ´Ï´Ù."; $lang['Always_html'] = "HTMLÀ» »ç¿ëÇÕ´Ï´Ù."; $lang['Always_bbcode'] = "BBCode¸¦ »ç¿ëÇÕ´Ï´Ù."; $lang['Always_add_sig'] = "¾ðÁ¦³ª ³ªÀÇ ¼¸íÀ» ÷ºÎÇÕ´Ï´Ù."; $lang['Always_notify'] = "´äº¯±ÛÀÌ ¿Ã¶ó¿À¸é ¸ÞÀÏ·Î ¾Ë·ÁÁÝ´Ï´Ù."; $lang['Always_notify_explain'] = "(º»ÀÎÀÌ ÀÛ¼ºÇѱۿ¡ ±ÛÀÌ µî·ÏµÇ¸é ¸ÞÀÏ·Î ¹ß¼ÛµÇ´Â ±â´É)"; $lang['Board_style'] = "º¸µå ½ºÅ¸ÀÏ"; $lang['Board_lang'] = "º¸µå ¾ð¾î"; $lang['No_themes'] = "NO Themes"; $lang['Timezone'] = "Áö¿ª½Ã°£ ¼±Åà - (KOREA ¶ó¸é ±âº»±ÇÀå)"; $lang['Date_format'] = "³¯Â¥ Æ÷¸Ë"; $lang['Date_format_explain'] = " (<a href=\"http://www.php.net/date\" target=\"_other\">³¯Â¥ÇÔ¼ö Âü°í</a> - (KOREA ¶ó¸é ±âº» ±ÇÀå) )"; $lang['Signature'] = "¼¸íÀÔ·Â"; $lang['Signature_explain'] = "(°Ô½Ã¹°µî·Ï½Ã Çϴܺο¡ ÀÚµ¿»ðÀÔµÇ¸ç ¿µ¹®<br> %d ÀÚ ÇÑ±Û 127ÀÚ ±îÁö °¡´ÉÇÕ´Ï´Ù.)"; $lang['Public_view_email'] = "³ªÀÇ E-Mail ÁÖ¼Ò¸¦ °ø°³ÇÕ´Ï´Ù."; $lang['Current_password'] = "ÇöÀç ºñ¹Ð¹øÈ£"; $lang['New_password'] = "»õ ºñ¹Ð¹øÈ£"; $lang['Confirm_password'] = "ºñ¹Ð¹øÈ£ È®ÀÎ"; $lang['password_if_changed'] = "(º¯°æÇϽǶ§¿¡¸¸ ÀÔ·ÂÇϼ¼¿ä.)"; $lang['password_confirm_if_changed'] = "(ºñ¹Ð¹øÈ£ È®Àλç»ìÀÔ´Ï´Ù.)"; $lang['Avatar'] = "Avatar"; $lang['Avatar_explain'] = "¾Æ¹ÙŸÀ̹ÌÁö´Â %d X %d pixels ·Î Á¦ÇѵǸç... [truncated message content] |
Update of /cvsroot/phpbb/phpBB2/language/lang_korean/email
In directory usw-pr-cvs1:/tmp/cvs-serv1625/language/lang_korean/email
Added Files:
admin_activate.tpl admin_send_email.tpl
admin_welcome_activated.tpl admin_welcome_inactive.tpl
coppa_welcome_inactive.tpl group_added.tpl group_approved.tpl
group_request.tpl index.htm privmsg_notify.tpl
profile_send_email.tpl topic_notify.tpl user_activate.tpl
user_activate_passwd.tpl user_welcome.tpl
user_welcome_inactive.tpl
Log Message:
Initial version submitted via email to me by an 'anonymous' user ... please contact me concerning my reply email ...
--- NEW FILE ---
Hello,
The account owned by "{USERNAME}" has been deactivated or newly created, you should check the details of this user (if required) and activate it using the following link:
{U_ACTIVATE}
{EMAIL_SIG}
--- NEW FILE ---
¾È³çÇϼ¼¿ä... {SITENAME} ÀÔ´Ï´Ù..
º» ¸ÞÀÏÀº {SITENAME} ȸ¿ø´Ôµé¿¡°Ô º¸³»Áö´Â ¸ÞÀÏÀÔ´Ï´Ù..
{MESSAGE}
_______________________
{BOARD_EMAIL}
http://www.eazycom.net
--- NEW FILE ---
Hello {USERNAME},
Your account on "{SITENAME}" has now been activated, you may login using the username and password you received in a previous email.
{EMAIL_SIG}
--- NEW FILE ---
{WELCOME_MSG} ÀÔ´Ï´Ù.
Please keep this email for your records. Your account information is as follows:
----------------------------
¾Æ ÀÌ µð : {USERNAME}
ºñ¹Ð¹øÈ£ : {PASSWORD}
----------------------------
Your account is currently inactive, the administrator of the board will need to activate it before you can log in. You will receive another email when this has occured.
Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account.
Thank you for registering.
{EMAIL_SIG}
--- NEW FILE ---
{WELCOME_MSG}
In compliance with the COPPA act your account is currently inactive.
Please print this message out and have your parent or guardian sign and date it. Then fax it to:
{FAX_INFO}
OR mail it to:
{MAIL_INFO}
------------------------------ CUT HERE ------------------------------
Permission to Participate at {SITENAME}
Username: {USERNAME}
Password: {PASSWORD}
Email: {EMAIL_ADDRESS}
ICQ Number: {ICQ}
AIM Address: {AIM}
MSN Messenger: {MSN}
Yahoo Messenger: {YIM}
Web Site: {WEB_SITE}
From: {FROM}
Occupation: {OCC}
Interests: {INTERESTS}
I HAVE REVIEWED THE INFORMATION PROVIDED BY MY CHILD AND HEREBY GRANT PERMISSION TO {SITENAME} TO STORE THIS INFORMATION.
I UNDERSTAND THIS INFORMATION CAN BE CHANGED AT ANY TIME BY ENTERING A PASSWORD.
I UNDERSTAND THAT MAY REQUEST FOR THIS INFORMATION TO BE REMOVED FROM {SITENAME} AT ANY TIME.
Parent or Guardian
(print your name here): _____________________
(sign here): __________________
Date: _______________
------------------------------ CUT HERE ------------------------------
Once the administrator has recived the above form via fax or regular mail your account will be activated.
Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account.
Thank you for registering.
{EMAIL_SIG}
--- NEW FILE ---
Congratulations,
You have been added to the "{GROUP_NAME}" group on {SITENAME}.
This action was done by the group moderator or the site administrator, contact them for more information.
You can view your groups information here:
{U_GROUPCP}
{EMAIL_SIG}
--- NEW FILE ---
ÃàÇϵ帳´Ï´Ù..
¿äûÇϽŠ{SITENAME} ÀÇ "{GROUP_NAME}" ¿¡ ¸â¹ö·Î ½ÂÀÎÀÌ µÇ¼Ì½À´Ï´Ù.
¾Æ·¡ÀÇ URLÀ» Ŭ¸¯Çϼż È®ÀÎÇØº¸½Ã±â ¹Ù¶ø´Ï´Ù...
{U_GROUPCP}
{EMAIL_SIG}
--- NEW FILE ---
¾È³çÇϼ¼¿ä.. {GROUP_MODERATOR} ´Ô..!
º» ¸ÞÀÏÀº {SITENAME} ÀÇ ±×·ì °ü¸®ÀÚ¿¡°Ô º¸³»Áö´Â ¸ÞÀÏÀÔ´Ï´Ù.
{GROUP_MODERATOR} ´ÔÀÇ ±×·ì¿¡ »õ·Î¿î ¸â¹ö´Ô²²¼ µî·Ï ½ÅûÀ» Çϼ̽À´Ï´Ù
¾Æ·¡ÀÇ ¸µÅ©·Î À̵¿Çϼż µî·Ï À¯,¹«¸¦ È®ÀÎÇØ Áֽñ⠹ٶø´Ï´Ù..
{U_GROUPCP}
{EMAIL_SIG}
--- NEW FILE ---
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</html>
--- NEW FILE ---
¾È³çÇϼ¼¿ä.. {USERNAME} ´Ô..!
{SITENAME} ¿¡ {USERNAME} ´Ô¿¡°Ô »õ ÂÊÁö°¡ µµÂøÇß½À´Ï´Ù.
¾Æ·¡ÀÇ URL·Î À̵¿Çϼż È®ÀÎ ÇØº¸¼¼¿ä..
{U_INBOX}
ÂÊÁö¸¦ ¸ÞÀÏ·Î ¼ö½ÅÀ» ¿øÇÏÁö ¾ÊÀ¸½Ç°æ¿ì¿¡´Â ¾ðÁ¦µçÁö
{SITENAME} ÀÇ °³ÀÎÁ¤º¸ º¯°æ¿¡¼ º¯°æÇϽǼö ÀÖ½À´Ï´Ù..
ÀÌ»ó {SITENAME} À̾ú½À´Ï´Ù..
±×·³ Æò¾ÈÇÑ ÇÏ·ç µÇ¼Ò¼...!!
{EMAIL_SIG}
--- NEW FILE ---
¾È³çÇϼ¼¿ä... {TO_USERNAME} ´Ô!
{SITENAME} ÀÇ {FROM_USERNAME} ÀÔ´Ï´Ù.
{MESSAGE}
----------------------
{BOARD_EMAIL}
http://www.eazycom.net
--- NEW FILE ---
¾È³çÇϼ¼¿ä.. {USERNAME}´Ô.!
{SITENAME} ¿¡¼ ÀÛ¼ºÇÑ {TOPIC_TITLE} ¿¡ ´ëÇÑ
´äº¯±ÛÀÌ µî·Ï µÇ¾ú½À´Ï´Ù..
¾Æ·¡ Url·Î À̵¿ Çϼż ÇÐÀÎÇØº¸½Ã±â ¹Ù¶ø´Ï´Ù.
{U_TOPIC}
If you no longer wish to watch this topic you can either click the
"Stop watching this topic link" found at the bottom of the topic above,
or by clicking the following link:
{U_STOP_WATCHING_TOPIC}
{EMAIL_SIG}
--- NEW FILE ---
Hello {USERNAME},
Your account on "{SITENAME}" has been deactivated, most likely due to changes made to your profile. In order to reactivate your account you must click on the link below:
{U_ACTIVATE}
{EMAIL_SIG}
--- NEW FILE ---
¾È³çÇϼ¼¿ä.. {USERNAME} ´Ô..!
{SITENAME} ¿¡¼ ¿äûÇϽŠ»õ ºñ¹Ð¹øÈ£°¡ ¹ß±ÞµÇ¾ú½À´Ï´Ù.
Áö±Ý ¾Æ·¡ÀÇ URL·Î À̵¿Çϼż ¿øÇϽô ºñ¹Ð¹øÈ£·Î º¯°æÇϽñ⠹ٶø´Ï´Ù.
{U_ACTIVATE}
»õ·Î ¹ß±ÞµÈ ºñ¹Ð¹øÈ£ ÀÔ´Ï´Ù..
ºñ¹Ð¹øÈ£ : {PASSWORD}
{EMAIL_SIG}
--- NEW FILE ---
¾È³çÇϼ¼¿ä..{WELCOME_MSG} ÀÔ´Ï´Ù..
{WELCOME_MSG} ¿¡ °¡ÀÔÇϽŰÍÀ» Áø½ÉÀ¸·Î ȯ¿µÇÕ´Ï´Ù.
µî·ÏÇϽаèÁ¤Á¤º¸´Â ´ÙÀ½°ú °°½À´Ï´Ù.
----------------------------
¾Æ ÀÌ µð : {USERNAME}
ºñ¹Ð¹øÈ£ : {PASSWORD}
----------------------------
ÆÐ½º¿öµå¸¦ ºÐ½ÇÇÏ¼Ì´Ù¸é Æ÷·³¿¡¼ À̸ÞÀÏÀ» ÀÔ·ÂÇϽøé ÀÓÀÇÀÇ ÆÐ½º¿öµå¸¦
¹ß±Þ¹ÞÀ»¼ö ÀÖ½À´Ï´Ù... ¹ß±Þ¹ÞÀº ºñ¹Ð¹øÈ£·Î ¾Ë±â½¬¿î ºñ¹Ð¹øÈ£·Î Àç º¯°æ
Çϼż »ç¿ëÇÏ½Ã¸é µË´Ï´Ù..ÀÌ ºñ¹Ð¹øÈ£´Â ½ºÅ©¸³Æ®¿¡ ÀÇÇØ ¾ÏÈ£È µÇ¾îÁö¹Ç·Î
°ü¸®ÀÚµµ ºñ¹Ð¹øÈ£¸¦ ¾Ë¼ö°¡ ¾ø½À´Ï´Ù.
ÀÚÁÖ µé·ÁÁּż ÁÁÀº ¸»¾¸ ¸¶ÀÌ ÇØÁֽðí ÇÒ¹ßÇÑ ÇÒµ¿ ºÎŹ µå¸³´Ï´Ù.
µî·ÏÇØÁּż °¨»çÇÕ´Ï´Ù.
{EMAIL_SIG}
--- NEW FILE ---
¾È³çÇϼ¼¿ä.. {WELCOME_MSG} ÀÔ´Ï´Ù..
Please keep this email for your records. Your account information is as follows:
----------------------------
¾Æ ÀÌ µð : {USERNAME}
ºñ¹Ð¹øÈ£ : {PASSWORD}
----------------------------
Your account is currently inactive. You cannot use it until you visit the following link:
{U_ACTIVATE}
{EMAIL_SIG}
|
|
From: Paul S. O. <ps...@us...> - 2002-01-28 01:27:32
|
Update of /cvsroot/phpbb/phpBB2/language/lang_korean/email In directory usw-pr-cvs1:/tmp/cvs-serv1080/email Log Message: Directory /cvsroot/phpbb/phpBB2/language/lang_korean/email added to the repository |
|
From: Paul S. O. <ps...@us...> - 2002-01-28 01:27:26
|
Update of /cvsroot/phpbb/phpBB2/language/lang_korean In directory usw-pr-cvs1:/tmp/cvs-serv1057/lang_korean Log Message: Directory /cvsroot/phpbb/phpBB2/language/lang_korean added to the repository |
|
From: Paul S. O. <ps...@us...> - 2002-01-28 01:26:49
|
Update of /cvsroot/phpbb/phpBB2/language/lang_arabic In directory usw-pr-cvs1:/tmp/cvs-serv951/language/lang_arabic Modified Files: lang_main.php Log Message: Various updates by waheed Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_arabic/lang_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** lang_main.php 2002/01/17 19:15:43 1.1 --- lang_main.php 2002/01/28 01:26:47 1.2 *************** *** 1,5 **** <?php /*************************************************************************** ! * lang_main.php [English] * ------------------- * begin : Sat Dec 16 2000 --- 1,5 ---- <?php /*************************************************************************** ! * lang_main.php [Arabic] * ------------------- * begin : Sat Dec 16 2000 *************** *** 21,34 **** // ! // The format of this file is: // - // ---> $lang['message'] = "text"; - // - // You should also try to set a locale and a character - // encoding (plus direction). The encoding and direction - // will be sent to the template. The locale may or may - // not work, it's dependent on OS support and the syntax - // varies ... give it your best guess! - // //setlocale(LC_ALL, "ar"); --- 21,26 ---- // ! // Translation by waheed // //setlocale(LC_ALL, "ar"); *************** *** 48,52 **** $lang['Topics'] = "ãÞÇáÇÊ"; $lang['Replies'] = "ÑÏæÏ"; ! $lang['Views'] = "ÂÑÇÁ"; $lang['Post'] = "äÔÑÉ"; $lang['Posts'] = "äÔÑÇÊ"; --- 40,44 ---- $lang['Topics'] = "ãÞÇáÇÊ"; $lang['Replies'] = "ÑÏæÏ"; ! $lang['Views'] = "ÔæåÏ"; $lang['Post'] = "äÔÑÉ"; $lang['Posts'] = "äÔÑÇÊ"; *************** *** 133,136 **** --- 125,129 ---- $lang['Guest_users_total'] = "%d ÒæÇÑ"; $lang['Guest_user_total'] = "%d ÒÇÆÑ"; + $lang['Record_online_users'] = "ÇßÈÑ ÚÏÏ ãä ÇáãÓÊÎÏãä ÊæÇÌ쾂 Ýí äÝÓ ÇáæÞÊ ßÇäæÇ <b>%s</b> Ýí %s"; // first %s = number of users, second %s is the date. $lang['Admin_online_color'] = "%sãÊÍßã ÑÆíÓí%s"; *************** *** 142,146 **** $lang['Search_new'] = "ÇÓÊÚÑÖ ÇáãæÇÖíÚ ãäÐ ÂÎÑ ÒíÇÑÉ"; $lang['Search_your_posts'] = "ÇÓÊÚÑÖ ÇáãæÇÖíÚ"; ! $lang['Search_unanswered'] = "ÇÓÊÚÑÖ ÇáãæÇÖíÚ ÇáÛíÑ ãÑÏæÏ ÚáíåÇ"; $lang['Register'] = "ÔÇÑß"; --- 135,139 ---- $lang['Search_new'] = "ÇÓÊÚÑÖ ÇáãæÇÖíÚ ãäÐ ÂÎÑ ÒíÇÑÉ"; $lang['Search_your_posts'] = "ÇÓÊÚÑÖ ÇáãæÇÖíÚ"; ! $lang['Search_unanswered'] = "ÇáãæÇÖíÚ ÇáÊí áã íÑÏ ÚáíåÇ"; $lang['Register'] = "ÔÇÑß"; *************** *** 704,708 **** $lang['Pending_this_group'] = "ÇÔÊÑÇßß Ýí ÇáãÌãæÚÉ ãÚáÞ"; $lang['Are_group_moderator'] = "ÇäÊ ãÏíÑ ÇáãÌãæÚÉ"; ! $lang['None'] = "áÇÔíÁ"; $lang['Subscribe'] = "ÇÔÊÑß"; --- 697,701 ---- $lang['Pending_this_group'] = "ÇÔÊÑÇßß Ýí ÇáãÌãæÚÉ ãÚáÞ"; $lang['Are_group_moderator'] = "ÇäÊ ãÏíÑ ÇáãÌãæÚÉ"; ! $lang['None'] = "áÇ ÃÍÏ"; $lang['Subscribe'] = "ÇÔÊÑß"; *************** *** 855,923 **** // Timezones ... for display on each page // ! $lang['All_times'] = "All times are %s"; // eg. All times are GMT - 12 Hours (times from next block) ! $lang['-12'] = "GMT - 12 Hours"; ! $lang['-11'] = "GMT - 11 Hours"; $lang['-10'] = "HST (Hawaii)"; ! $lang['-9'] = "GMT - 9 Hours"; $lang['-8'] = "PST (U.S./Canada)"; $lang['-7'] = "MST (U.S./Canada)"; $lang['-6'] = "CST (U.S./Canada)"; $lang['-5'] = "EST (U.S./Canada)"; ! $lang['-4'] = "GMT - 4 Hours"; ! $lang['-3.5'] = "GMT - 3.5 Hours"; ! $lang['-3'] = "GMT - 3 Hours"; $lang['-2'] = "Mid-Atlantic"; ! $lang['-1'] = "GMT - 1 Hours"; $lang['0'] = "GMT"; $lang['1'] = "CET (Europe)"; $lang['2'] = "EET (Europe)"; ! $lang['3'] = "GMT + 3 Hours"; ! $lang['3.5'] = "GMT + 3.5 Hours"; ! $lang['4'] = "GMT + 4 Hours"; ! $lang['4.5'] = "GMT + 4.5 Hours"; ! $lang['5'] = "GMT + 5 Hours"; ! $lang['5.5'] = "GMT + 5.5 Hours"; ! $lang['6'] = "GMT + 6 Hours"; ! $lang['7'] = "GMT + 7 Hours"; $lang['8'] = "WST (Australia)"; ! $lang['9'] = "GMT + 9 Hours"; $lang['9.5'] = "CST (Australia)"; $lang['10'] = "EST (Australia)"; ! $lang['11'] = "GMT + 11 Hours"; ! $lang['12'] = "GMT + 12 Hours"; // These are displayed in the timezone select box ! $lang['tz']['-12'] = "(GMT -12:00 hours) Eniwetok, Kwajalein"; ! $lang['tz']['-11'] = "(GMT -11:00 hours) Midway Island, Samoa"; ! $lang['tz']['-10'] = "(GMT -10:00 hours) Hawaii"; ! $lang['tz']['-9'] = "(GMT -9:00 hours) Alaska"; ! $lang['tz']['-8'] = "(GMT -8:00 hours) Pacific Time (US & Canada), Tijuana"; ! $lang['tz']['-7'] = "(GMT -7:00 hours) Mountain Time (US & Canada), Arizona"; ! $lang['tz']['-6'] = "(GMT -6:00 hours) Central Time (US & Canada), Mexico City"; ! $lang['tz']['-5'] = "(GMT -5:00 hours) Eastern Time (US & Canada), Bogota, Lima, Quito"; ! $lang['tz']['-4'] = "(GMT -4:00 hours) Atlantic Time (Canada), Caracas, La Paz"; ! $lang['tz']['-3.5'] = "(GMT -3:30 hours) Newfoundland"; ! $lang['tz']['-3'] = "(GMT -3:00 hours) Brassila, Buenos Aires, Georgetown, Falkland Is"; ! $lang['tz']['-2'] = "(GMT -2:00 hours) Mid-Atlantic, Ascension Is., St. Helena"; ! $lang['tz']['-1'] = "(GMT -1:00 hours) Azores, Cape Verde Islands"; $lang['tz']['0'] = "(GMT) Casablanca, Dublin, Edinburgh, London, Lisbon, Monrovia"; ! $lang['tz']['1'] = "(GMT +1:00 hours) Amsterdam, Berlin, Brussels, Madrid, Paris, Rome"; ! $lang['tz']['2'] = "(GMT +2:00 hours) Cairo, Helsinki, Kaliningrad, South Africa, Warsaw"; ! $lang['tz']['3'] = "(GMT +3:00 hours) Baghdad, Riyadh, Moscow, Nairobi"; ! $lang['tz']['3.5'] = "(GMT +3:30 hours) Tehran"; ! $lang['tz']['4'] = "(GMT +4:00 hours) Abu Dhabi, Baku, Muscat, Tbilisi"; ! $lang['tz']['4.5'] = "(GMT +4:30 hours) Kabul"; ! $lang['tz']['5'] = "(GMT +5:00 hours) Ekaterinburg, Islamabad, Karachi, Tashkent"; ! $lang['tz']['5.5'] = "(GMT +5:30 hours) Bombay, Calcutta, Madras, New Delhi"; ! $lang['tz']['6'] = "(GMT +6:00 hours) Almaty, Colombo, Dhaka, Novosibirsk"; ! $lang['tz']['6.5'] = "(GMT +6:30 hours) Rangoon"; ! $lang['tz']['7'] = "(GMT +7:00 hours) Bangkok, Hanoi, Jakarta"; ! $lang['tz']['8'] = "(GMT +8:00 hours) Beijing, Hong Kong, Perth, Singapore, Taipei"; ! $lang['tz']['9'] = "(GMT +9:00 hours) Osaka, Sapporo, Seoul, Tokyo, Yakutsk"; ! $lang['tz']['9.5'] = "(GMT +9:30 hours) Adelaide, Darwin"; ! $lang['tz']['10'] = "(GMT +10:00 hours) Canberra, Guam, Melbourne, Sydney, Vladivostok"; ! $lang['tz']['11'] = "(GMT +11:00 hours) Magadan, New Caledonia, Solomon Islands"; ! $lang['tz']['12'] = "(GMT +12:00 hours) Auckland, Wellington, Fiji, Marshall Island"; $lang['days_long'][0] = "ÇáÇÍÏ"; --- 848,916 ---- // Timezones ... for display on each page // ! $lang['All_times'] = "ÌãíÚ ÇáÇæÞÇÊ ÊÓÊÚãá äÙÇã %s"; // eg. All times are GMT - 12 Hours (times from next block) ! $lang['-12'] = "GMT - 12 ÓÇÚÉ"; ! $lang['-11'] = "GMT - 11 ÓÇÚÉ"; $lang['-10'] = "HST (Hawaii)"; ! $lang['-9'] = "GMT - 9 ÓÇÚÉ"; $lang['-8'] = "PST (U.S./Canada)"; $lang['-7'] = "MST (U.S./Canada)"; $lang['-6'] = "CST (U.S./Canada)"; $lang['-5'] = "EST (U.S./Canada)"; ! $lang['-4'] = "GMT - 4 ÓÇÚÉ"; ! $lang['-3.5'] = "GMT - 3.5 ÓÇÚÉ"; ! $lang['-3'] = "GMT - 3 ÓÇÚÉ"; $lang['-2'] = "Mid-Atlantic"; ! $lang['-1'] = "GMT - 1 ÓÇÚÉ"; $lang['0'] = "GMT"; $lang['1'] = "CET (Europe)"; $lang['2'] = "EET (Europe)"; ! $lang['3'] = "GMT + 3 ÓÇÚÉ"; ! $lang['3.5'] = "GMT + 3.5 ÓÇÚÉ"; ! $lang['4'] = "GMT + 4 ÓÇÚÉ"; ! $lang['4.5'] = "GMT + 4.5 ÓÇÚÉ"; ! $lang['5'] = "GMT + 5 ÓÇÚÉ"; ! $lang['5.5'] = "GMT + 5.5 ÓÇÚÉ"; ! $lang['6'] = "GMT + 6 ÓÇÚÉ"; ! $lang['7'] = "GMT + 7 ÓÇÚÉ"; $lang['8'] = "WST (Australia)"; ! $lang['9'] = "GMT + 9 ÓÇÚÉ"; $lang['9.5'] = "CST (Australia)"; $lang['10'] = "EST (Australia)"; ! $lang['11'] = "GMT + 11 ÓÇÚÉ"; ! $lang['12'] = "GMT + 12 ÓÇÚÉ"; // These are displayed in the timezone select box ! $lang['tz']['-12'] = "(GMT -12:00 ÓÇÚÉ) Eniwetok, Kwajalein"; ! $lang['tz']['-11'] = "(GMT -11:00 ÓÇÚÉ) Midway Island, Samoa"; ! $lang['tz']['-10'] = "(GMT -10:00 ÓÇÚÉ) Hawaii"; ! $lang['tz']['-9'] = "(GMT -9:00 ÓÇÚÉ) Alaska"; ! $lang['tz']['-8'] = "(GMT -8:00 ÓÇÚÉ) Pacific Time (US & Canada), Tijuana"; ! $lang['tz']['-7'] = "(GMT -7:00 ÓÇÚÉ) Mountain Time (US & Canada), Arizona"; ! $lang['tz']['-6'] = "(GMT -6:00 ÓÇÚÉ) Central Time (US & Canada), Mexico City"; ! $lang['tz']['-5'] = "(GMT -5:00 ÓÇÚÉ) Eastern Time (US & Canada), Bogota, Lima, Quito"; ! $lang['tz']['-4'] = "(GMT -4:00 ÓÇÚÉ) Atlantic Time (Canada), Caracas, La Paz"; ! $lang['tz']['-3.5'] = "(GMT -3:30 ÓÇÚÉ) Newfoundland"; ! $lang['tz']['-3'] = "(GMT -3:00 ÓÇÚÉ) Brassila, Buenos Aires, Georgetown, Falkland Is"; ! $lang['tz']['-2'] = "(GMT -2:00 ÓÇÚÉ) Mid-Atlantic, Ascension Is., St. Helena"; ! $lang['tz']['-1'] = "(GMT -1:00 ÓÇÚÉ) Azores, Cape Verde Islands"; $lang['tz']['0'] = "(GMT) Casablanca, Dublin, Edinburgh, London, Lisbon, Monrovia"; ! $lang['tz']['1'] = "(GMT +1:00 ÓÇÚÉ) Amsterdam, Berlin, Brussels, Madrid, Paris, Rome"; ! $lang['tz']['2'] = "(GMT +2:00 ÓÇÚÉ) Cairo, Helsinki, Kaliningrad, South Africa, Warsaw"; ! $lang['tz']['3'] = "(GMT +3:00 ÓÇÚÉ) Baghdad, Riyadh, Moscow, Nairobi"; ! $lang['tz']['3.5'] = "(GMT +3:30 ÓÇÚÉ) Tehran"; ! $lang['tz']['4'] = "(GMT +4:00 ÓÇÚÉ) Abu Dhabi, Baku, Muscat, Tbilisi"; ! $lang['tz']['4.5'] = "(GMT +4:30 ÓÇÚÉ) Kabul"; ! $lang['tz']['5'] = "(GMT +5:00 ÓÇÚÉ) Ekaterinburg, Islamabad, Karachi, Tashkent"; ! $lang['tz']['5.5'] = "(GMT +5:30 ÓÇÚÉ) Bombay, Calcutta, Madras, New Delhi"; ! $lang['tz']['6'] = "(GMT +6:00 ÓÇÚÉ) Almaty, Colombo, Dhaka, Novosibirsk"; ! $lang['tz']['6.5'] = "(GMT +6:30 ÓÇÚÉ) Rangoon"; ! $lang['tz']['7'] = "(GMT +7:00 ÓÇÚÉ) Bangkok, Hanoi, Jakarta"; ! $lang['tz']['8'] = "(GMT +8:00 ÓÇÚÉ) Beijing, Hong Kong, Perth, Singapore, Taipei"; ! $lang['tz']['9'] = "(GMT +9:00 ÓÇÚÉ) Osaka, Sapporo, Seoul, Tokyo, Yakutsk"; ! $lang['tz']['9.5'] = "(GMT +9:30 ÓÇÚÉ) Adelaide, Darwin"; ! $lang['tz']['10'] = "(GMT +10:00 ÓÇÚÉ) Canberra, Guam, Melbourne, Sydney, Vladivostok"; ! $lang['tz']['11'] = "(GMT +11:00 ÓÇÚÉ) Magadan, New Caledonia, Solomon Islands"; ! $lang['tz']['12'] = "(GMT +12:00 ÓÇÚÉ) Auckland, Wellington, Fiji, Marshall Island"; $lang['days_long'][0] = "ÇáÇÍÏ"; |
|
From: Paul S. O. <ps...@us...> - 2002-01-28 01:25:15
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/images In directory usw-pr-cvs1:/tmp/cvs-serv576/templates/subSilver/images Modified Files: icon_edit_arabic.gif icon_profile_arabic.gif icon_quote_arabic.gif icon_search_arabic.gif msg_newpost_arabic.gif post_arabic.gif reply-locked_arabic.gif reply_arabic.gif Log Message: Various updates by waheed Index: icon_edit_arabic.gif =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/images/icon_edit_arabic.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 Binary files /tmp/cvs1glsuC and /tmp/cvsGJAXP4 differ Index: icon_profile_arabic.gif =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/images/icon_profile_arabic.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 Binary files /tmp/cvsyD5lVD and /tmp/cvsikO6H7 differ Index: icon_quote_arabic.gif =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/images/icon_quote_arabic.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 Binary files /tmp/cvs7FdQwF and /tmp/cvs6oNTUa differ Index: icon_search_arabic.gif =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/images/icon_search_arabic.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 Binary files /tmp/cvsArMDHG and /tmp/cvsO4skgd differ Index: msg_newpost_arabic.gif =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/images/msg_newpost_arabic.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 Binary files /tmp/cvs1hu53F and /tmp/cvsKr3UZb differ Index: post_arabic.gif =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/images/post_arabic.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 Binary files /tmp/cvskWpxFH and /tmp/cvs6lIMcf differ Index: reply-locked_arabic.gif =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/images/reply-locked_arabic.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 Binary files /tmp/cvsz47lWI and /tmp/cvsurKBBh differ Index: reply_arabic.gif =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/images/reply_arabic.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 Binary files /tmp/cvsC4GEaI and /tmp/cvsABD6dg differ |
|
From: Paul S. O. <ps...@us...> - 2002-01-28 01:21:56
|
Update of /cvsroot/phpbb/phpBB2/language/lang_german In directory usw-pr-cvs1:/tmp/cvs-serv32579/language/lang_german Modified Files: lang_bbcode.php Log Message: Various updates by Rici et al Index: lang_bbcode.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_german/lang_bbcode.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** lang_bbcode.php 2002/01/09 16:07:15 1.2 --- lang_bbcode.php 2002/01/28 01:21:51 1.3 *************** *** 1,5 **** <?php /*************************************************************************** ! * lang_bbcode.php [german] * ------------------- * begin : Sat Dec 16 2000 --- 1,5 ---- <?php /*************************************************************************** ! * lang_bbcode.php [German] * ------------------- * begin : Sat Dec 16 2000 |
|
From: Paul S. O. <ps...@us...> - 2002-01-28 01:20:19
|
Update of /cvsroot/phpbb/phpBB2/language/lang_german
In directory usw-pr-cvs1:/tmp/cvs-serv32327/language/lang_german
Modified Files:
lang_admin.php lang_faq.php lang_main.php
Log Message:
Various updates by Rici et al
Index: lang_admin.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_german/lang_admin.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** lang_admin.php 2002/01/09 16:07:15 1.3
--- lang_admin.php 2002/01/28 01:20:14 1.4
***************
*** 1,5 ****
<?php
/***************************************************************************
! * lang_admin.php [german]
* -------------------
* begin : Sat Dec 16 2000
--- 1,5 ----
<?php
/***************************************************************************
! * lang_admin.php [German]
* -------------------
* begin : Sat Dec 16 2000
***************
*** 69,73 ****
$lang['Preview_forum'] = "Forumsvorschau";
! $lang['Click_return_admin_index'] = "Klicke %shier%s um zum Admin Index zurück zu kehren";
$lang['Statistic'] = "Statistik";
--- 69,73 ----
$lang['Preview_forum'] = "Forumsvorschau";
! $lang['Click_return_admin_index'] = "Klicke %shier%s, um zum Admin Index zurück zu kehren";
$lang['Statistic'] = "Statistik";
***************
*** 183,189 ****
$lang['Auth_updated'] = "Befugnisse wurden aktualisiert";
! $lang['Click_return_userauth'] = "Klicke %shier%s um zu den Benutzerrechten zurück zu kehren";
! $lang['Click_return_groupauth'] = "Klicke %shier%s um zu den Gruppenrechten zurück zu kehren";
! $lang['Click_return_forumauth'] = "Klicke %shier%s um zu den Forenberechtigungen zurück zu kehren";
--- 183,189 ----
$lang['Auth_updated'] = "Befugnisse wurden aktualisiert";
! $lang['Click_return_userauth'] = "Klicke %shier%s, um zu den Benutzerrechten zurück zu kehren";
! $lang['Click_return_groupauth'] = "Klicke %shier%s, um zu den Gruppenrechten zurück zu kehren";
! $lang['Click_return_forumauth'] = "Klicke %shier%s, um zu den Forenberechtigungen zurück zu kehren";
***************
*** 192,196 ****
//
$lang['Ban_control'] = "Sperren";
! $lang['Ban_explain'] = "Hier kannst Du Benutzer bannen. Du kannst entweder einen bestimmten User oder eine IP-Adresse oder Hostnamen. Durch diese Methode kann der Benutzer die Startseite des Forums nicht aufrufen. Um den Benutzer daran zu hindern, sich unter einem anderen Namen anzumelnden, kannst Du auch bestimmte EMail-Adressen sperren. Eine EMail-Sperre verhindert nur das Registrieren, nicht das Posten eines Benuters!";
$lang['Ban_explain_warn'] = "Bitte beachte, dass, wenn Du mehrere IP Adressen eingibst, alle Adressen zwischen dem Anfang und dem Ende der Sperrliste hinzugefügt werden. Versuche die Anzahl der Adressen klein zu halten, indem Du Wildcards einsetzt, wo es möglich ist. Am besten wäre es, eine konkrete IP-Adresse anzugeben.";
--- 192,196 ----
//
$lang['Ban_control'] = "Sperren";
! $lang['Ban_explain'] = "Hier kannst Du Benutzer bannen. Du kannst entweder einen bestimmten User, eine IP-Adresse oder Hostnamen sperren. Durch diese Methode kann der Benutzer die Startseite des Forums nicht aufrufen. Um den Benutzer daran zu hindern, sich unter einem anderen Namen anzumelden, kannst Du auch bestimmte EMail-Adressen sperren. Eine EMail-Sperre verhindert nur das Registrieren, nicht das Posten eines Benutzers!";
$lang['Ban_explain_warn'] = "Bitte beachte, dass, wenn Du mehrere IP Adressen eingibst, alle Adressen zwischen dem Anfang und dem Ende der Sperrliste hinzugefügt werden. Versuche die Anzahl der Adressen klein zu halten, indem Du Wildcards einsetzt, wo es möglich ist. Am besten wäre es, eine konkrete IP-Adresse anzugeben.";
***************
*** 207,211 ****
$lang['Ban_email'] = "Eine oder mehrere E-Mail Adressen bannen";
! $lang['Ban_email_explain'] = "Um mehrere verschiedene E-Mail Adressen anzugeben, trenne sie mit Kommata von einander. Für einen allgmeinen Benuternamen, benutze ein * (z.B. *@hotmail.de)";
$lang['Unban_username'] = "Einen oder mehrere Benutzer entsperren";
--- 207,211 ----
$lang['Ban_email'] = "Eine oder mehrere E-Mail Adressen bannen";
! $lang['Ban_email_explain'] = "Um mehrere verschiedene E-Mail Adressen anzugeben, trenne sie mit Kommata von einander. Für einen allgmeinen Benutzernamen, benutze ein * (z.B. *@hotmail.de)";
$lang['Unban_username'] = "Einen oder mehrere Benutzer entsperren";
***************
*** 231,235 ****
$lang['Config_explain'] = "Hier kannst Du die allgemeinen Einstellungen Deines Forums ändern. Für Benutzer- und Foreneinstellungen nutze bitte die Links auf der linken Seite.";
! $lang['Click_return_config'] = "Klicke %shier%s um zur allgemeinen Konfiguration zurück zu kehren";
$lang['General_settings'] = "Allgemeine Boardeinstellungen";
--- 231,235 ----
$lang['Config_explain'] = "Hier kannst Du die allgemeinen Einstellungen Deines Forums ändern. Für Benutzer- und Foreneinstellungen nutze bitte die Links auf der linken Seite.";
! $lang['Click_return_config'] = "Klicke %shier%s, um zur allgemeinen Konfiguration zurück zu kehren";
$lang['General_settings'] = "Allgemeine Boardeinstellungen";
***************
*** 239,242 ****
--- 239,245 ----
$lang['Board_disable_explain'] = "Hiermit sperrst Du das Forum für alle Benutzer. <b>Logg Dich nach dem Deaktivieren nicht aus oder Du kannst das Forum nicht reaktivieren!</b>";
$lang['Acct_activation'] = "Account-Freischaltung aktivieren";
+ $lang['Acc_None'] = "Keine"; // These three entries are the type of activation
+ $lang['Acc_User'] = "Per E-Mail";
+ $lang['Acc_Admin'] = "Durch den Admin";
$lang['Abilities_settings'] = "Standard Benutzer- und Foreneinstellungen";
***************
*** 251,255 ****
$lang['Default_style'] = "Standard-Style";
$lang['Override_style'] = "Style überschreiben";
! $lang['Override_style_explain'] = "Vom Benuter gewähltes Style überschreiben";
$lang['Default_language'] = "Standard-Sprache";
$lang['Date_format'] = "Datumsformat";
--- 254,258 ----
$lang['Default_style'] = "Standard-Style";
$lang['Override_style'] = "Style überschreiben";
! $lang['Override_style_explain'] = "Vom Benutzer gewähltes Style überschreiben";
$lang['Default_language'] = "Standard-Sprache";
$lang['Date_format'] = "Datumsformat";
***************
*** 356,360 ****
$lang['Forums_updated'] = "Forums- und Kategorieninformationen wurden geändert";
! $lang['Click_return_forumadmin'] = "Klick %shier%s um zur Forumsadministration zurück zu kehren";
--- 359,363 ----
$lang['Forums_updated'] = "Forums- und Kategorieninformationen wurden geändert";
! $lang['Click_return_forumadmin'] = "Klick %shier%s, um zur Forumsadministration zurück zu kehren";
***************
*** 384,388 ****
$lang['import_smile_pack'] = "Smiley-Paket importieren";
$lang['export_smile_pack'] = "Smiley-Paket erstellen";
! $lang['export_smiles'] = "Um aus Deinen jetztigen Smilies ein Paket zu erstellen, klicke %shier%s , um das Paket gezippt herunterzuladen. Achte darauf, die .pak-Erweiterung am Ende beizubehalten. Dann erstelle eine Zip-Datei mit allen benutzten Smilies und der .pak-Datei.";
$lang['smiley_add_success'] = "Der Smiley wurde hinzugefügt";
--- 387,391 ----
$lang['import_smile_pack'] = "Smiley-Paket importieren";
$lang['export_smile_pack'] = "Smiley-Paket erstellen";
! $lang['export_smiles'] = "Um aus Deinen jetztigen Smilies ein Paket zu erstellen, klicke %shier%s, , um das Paket gezippt herunterzuladen. Achte darauf, die .pak-Erweiterung am Ende beizubehalten. Dann erstelle eine Zip-Datei mit allen benutzten Smilies und der .pak-Datei.";
$lang['smiley_add_success'] = "Der Smiley wurde hinzugefügt";
***************
*** 390,394 ****
$lang['smiley_import_success'] = "Das Smiley-Paket wurde installiert";
$lang['smiley_del_success'] = "Der Smiley wurde gelöscht";
! $lang['Click_return_smileadmin'] = "Klick %shier%s um zur Smiley-Verwaltung zurück zu kehren";
--- 393,397 ----
$lang['smiley_import_success'] = "Das Smiley-Paket wurde installiert";
$lang['smiley_del_success'] = "Der Smiley wurde gelöscht";
! $lang['Click_return_smileadmin'] = "Klick %shier%s, um zur Smiley-Verwaltung zurück zu kehren";
***************
*** 403,407 ****
$lang['Admin_user_fail'] = "Benutzerprofil konnte nicht geändert werden";
$lang['Admin_user_updated'] = "Benutzerprofil geändert";
! $lang['Click_return_useradmin'] = "Klick %shier%s um zur Benuteradministration zurück zu kehren";
$lang['User_delete'] = "Diesen Benutzer löschen";
--- 406,410 ----
$lang['Admin_user_fail'] = "Benutzerprofil konnte nicht geändert werden";
$lang['Admin_user_updated'] = "Benutzerprofil geändert";
! $lang['Click_return_useradmin'] = "Klick %shier%s, um zur Benutzeradministration zurück zu kehren";
$lang['User_delete'] = "Diesen Benutzer löschen";
***************
*** 410,414 ****
$lang['User_status'] = "Benutzer ist atkiv";
! $lang['User_allowpm'] = "Darf Private nachrichten verschicken";
$lang['User_allowavatar'] = "Darf einen Avatar benutzen";
--- 413,417 ----
$lang['User_status'] = "Benutzer ist atkiv";
! $lang['User_allowpm'] = "Darf Private Nachrichten verschicken";
$lang['User_allowavatar'] = "Darf einen Avatar benutzen";
***************
*** 445,450 ****
$lang['No_group_mode'] = "Du musst einen Status für diese Gruppe angeben (offen/geschlossen)";
$lang['delete_group_moderator'] = "Alten Gruppenleiter entfernen?";
! $lang['delete_moderator_explain'] = "Wenn Du den Gruppenleiter wechseln möchtest, wähle die entsprechende Option, um den alten Leiter zu entfernen. Ansonsten wähle die Option nicht und der Benuter wird ein reguläres Mitglied der Gruppe.";
! $lang['return_group_admin'] = "Klicke %shier%s um zur Gruppenadministration zurück zu kehren.";
$lang['Select_group'] = "Gruppe wählen";
$lang['Look_up_group'] = "Gruppe finden";
--- 448,453 ----
$lang['No_group_mode'] = "Du musst einen Status für diese Gruppe angeben (offen/geschlossen)";
$lang['delete_group_moderator'] = "Alten Gruppenleiter entfernen?";
! $lang['delete_moderator_explain'] = "Wenn Du den Gruppenleiter wechseln möchtest, wähle die entsprechende Option, um den alten Leiter zu entfernen. Ansonsten wähle die Option nicht und der Benutzer wird ein reguläres Mitglied der Gruppe.";
! $lang['return_group_admin'] = "Klicke %shier%s, um zur Gruppenadministration zurück zu kehren.";
$lang['Select_group'] = "Gruppe wählen";
$lang['Look_up_group'] = "Gruppe finden";
***************
*** 482,486 ****
$lang['Word_removed'] = "Die Wortzensur wurde entfernt";
! $lang['Click_return_wordadmin'] = "Klicke %shier%s um zur Wortzensur-Administration zurück zu kehren";
--- 485,489 ----
$lang['Word_removed'] = "Die Wortzensur wurde entfernt";
! $lang['Click_return_wordadmin'] = "Klicke %shier%s, um zur Wortzensur-Administration zurück zu kehren";
***************
*** 495,499 ****
$lang['Email_successfull'] = "Die Nachricht wurde gesendet";
! $lang['Click_return_massemail'] = "Klicke %shier%s um zur Massen E-Mail zurück zu kehren";
--- 498,502 ----
$lang['Email_successfull'] = "Die Nachricht wurde gesendet";
! $lang['Click_return_massemail'] = "Klicke %shier%s, um zur Massen E-Mail zurück zu kehren";
***************
*** 561,565 ****
$lang['Rank_removed'] = "Der Rang wurde gelöscht";
! $lang['Click_return_rankadmin'] = "Klick %shier%s um zur Rank Administration zurück zu kehren";
--- 564,568 ----
$lang['Rank_removed'] = "Der Rang wurde gelöscht";
! $lang['Click_return_rankadmin'] = "Klick %shier%s, um zur Rank Administration zurück zu kehren";
***************
*** 576,580 ****
$lang['Add_disallow'] = "Hinzufügen";
$lang['Add_disallow_title'] = "Einen verbotenen Namen hinzufügen";
! $lang['Add_disallow_explain'] = "Du kannst ein * benutzen, um jegliche Benuternamen zu verbieten";
$lang['No_disallowed'] = "Keine verbotenen Benutzernamen";
--- 579,583 ----
$lang['Add_disallow'] = "Hinzufügen";
$lang['Add_disallow_title'] = "Einen verbotenen Namen hinzufügen";
! $lang['Add_disallow_explain'] = "Du kannst ein * benutzen, um jegliche Benutzernamen zu verbieten";
$lang['No_disallowed'] = "Keine verbotenen Benutzernamen";
***************
*** 584,588 ****
$lang['Disallowed_already'] = "Der angebene Benuztername kann nicht verboten werden. Er existiert entweder schon oder stimmt mit einem existierenden überein";
! $lang['Click_return_disallowadmin'] = "Klicke %shier%s um zum Verbot der Benutzernamen zurück zu kehren";
--- 587,591 ----
$lang['Disallowed_already'] = "Der angebene Benuztername kann nicht verboten werden. Er existiert entweder schon oder stimmt mit einem existierenden überein";
! $lang['Click_return_disallowadmin'] = "Klicke %shier%s, um zum Verbot der Benutzernamen zurück zu kehren";
***************
*** 623,627 ****
$lang['Cannot_remove_style'] = "Du kannst den gewählten Style nicht entfernen, da er zum Forumsstandard gehört. Du kannst jedoch einen anderen Forumsstandard wählen und es erneut versuchen.";
! $lang['Click_return_styleadmin'] = "Klicke %shier%s um zur Styles Administration zurück zu kehren";
$lang['Theme_settings'] = "Theme Einstellungen";
--- 626,630 ----
$lang['Cannot_remove_style'] = "Du kannst den gewählten Style nicht entfernen, da er zum Forumsstandard gehört. Du kannst jedoch einen anderen Forumsstandard wählen und es erneut versuchen.";
! $lang['Click_return_styleadmin'] = "Klicke %shier%s, um zur Styles Administration zurück zu kehren";
$lang['Theme_settings'] = "Theme Einstellungen";
Index: lang_faq.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_german/lang_faq.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** lang_faq.php 2002/01/09 16:07:15 1.2
--- lang_faq.php 2002/01/28 01:20:14 1.3
***************
*** 31,35 ****
$faq[] = array("--","Registrieren und Einloggen");
! $faq[] = array("Warum kann ich mich nicht einloggen?", "Hast Du Dich registriert? Du musst Dich erst registrieren, bevor Du Dich einloggen kannst. Wurdest Du vom Board gebannt (in dem Fall erhälst Du eine Nachricht)? Wenn dem so ist, solltest Du den Webmaster oder den Forumsadministrator kontaktiveren, um herauszufinden, warum. Falls Du registriert und nicht gebannt bist und Dich immer noch nicht einloggen kannst, dann überprüfe Deinen Usernamen und das Passwort. Normalerweise liegt hier der Hund begraben, falls nicht, kontaktiere den Forumsadministrator, es könnten eine fehlerhafte Forumskonfiguration vorliegen.");
$faq[] = array("Warum muss ich mich überhaut registrieren?", "Es kann auch sein, dass Du das gar nicht musst, das ist die Entscheidung des Administrators. Auf jeden Fall erhälst Du nach der Registrierung zusätzliche Funktionen, die Gäste nicht haben, z.B. Avatare, Private Nachrichten, Eintritt in Usergruppen, usw. Es dauert nur wenige Augenblicke sich zu registrieren, Du solltest es also tun.");
$faq[] = array("Warum logge ich mich automatisch aus?", "Solltest Du die Funktion <i>Automatisch einloggen</i> beim Einloggen aktiviert haben, bleibst Du nur für eine gewisse Zeit eingeloggt. Dadurch wird der Mißbrauch Deines Accounts verhindert. Um eingeloggt zu bleiben, wähle die entsprechende Option beim Einloggen. Dies ist nicht empfehlenswert, wenn Du an einem frenden Rechner sitzt, z.B. in einer Bücherei oder Universität, im Internetcafé usw.");
--- 31,35 ----
$faq[] = array("--","Registrieren und Einloggen");
! $faq[] = array("Warum kann ich mich nicht einloggen?", "Hast Du Dich registriert? Du musst Dich erst registrieren, bevor Du Dich einloggen kannst. Wurdest Du vom Board gebannt (in dem Fall erhälst Du eine Nachricht)? Wenn dem so ist, solltest Du den Webmaster oder den Forumsadministrator kontaktiveren, um herauszufinden, warum. Falls Du registriert und nicht gebannt bist und Dich immer noch nicht einloggen kannst, dann überprüfe Deinen Usernamen und das Passwort. Normalerweise liegt hier der Fehler, falls nicht, kontaktiere den Forumsadministrator, es könnten eine fehlerhafte Forumskonfiguration vorliegen.");
$faq[] = array("Warum muss ich mich überhaut registrieren?", "Es kann auch sein, dass Du das gar nicht musst, das ist die Entscheidung des Administrators. Auf jeden Fall erhälst Du nach der Registrierung zusätzliche Funktionen, die Gäste nicht haben, z.B. Avatare, Private Nachrichten, Eintritt in Usergruppen, usw. Es dauert nur wenige Augenblicke sich zu registrieren, Du solltest es also tun.");
$faq[] = array("Warum logge ich mich automatisch aus?", "Solltest Du die Funktion <i>Automatisch einloggen</i> beim Einloggen aktiviert haben, bleibst Du nur für eine gewisse Zeit eingeloggt. Dadurch wird der Mißbrauch Deines Accounts verhindert. Um eingeloggt zu bleiben, wähle die entsprechende Option beim Einloggen. Dies ist nicht empfehlenswert, wenn Du an einem frenden Rechner sitzt, z.B. in einer Bücherei oder Universität, im Internetcafé usw.");
***************
*** 41,45 ****
$faq[] = array("--","Benutzerangaben und Einstellungen");
! $faq[] = array("Wie ändere ich meine Einstellungen?", "All your settings (if you are registered) are stored in the database. To alter them click the <u>Profile</u> link (generally shown at the top of pages but this may not be the case). This will allow you to change all your settings");
$faq[] = array("Die Zeiten stimmen nicht!", "Die Zeiten stimmen höchstwahrscheinlich schon, vermutlich hast Du einfach die angezeigte Zeitzone nicht richtig eingestellt. Falls dem so ist, solltest Du die Einstellungen Deines Profils überprüfen, um die Zeitzone, die für Dich zutreffend ist, zu wählen. Bitte beachte, dass Du die Zeitzone nur wechseln kannst, wenn Du ein registriertes Mitglied bist. Falls Du also noch nicht registriert bist, wäre das vielleicht ein guter Grund.");
$faq[] = array("Ich habe die Zeitzone gewechselt und die Zeit ist immer noch falsch!", "Wenn Du Dir sicher bist, die richtige Zeitzone gewählt zu haben und die Zeiten immer noch nicht stimmen, kann es daran liegen, dass das System auf Sommerzeit steht. Das Board ist nicht dazu erschaffen worden, zwischen Winter- und Sommerzeit zu wechseln, weswegen es im Sommer zu einer Stunde Differenz zwischen Deiner gewählten und der Boardzeit kommen kann.");
--- 41,45 ----
$faq[] = array("--","Benutzerangaben und Einstellungen");
! $faq[] = array("Wie ändere ich meine Einstellungen?", "Deine Einstellungen (sofern Du registriert bist) werden in der Datenbank gespeichert. Klicke auf den <u>Profil</u>-Link, um sie zu ändern (wird normalerweise am oberen Bildschirmrand angezeigt, hängt aber vom Style ab). Damit kannst Du jede Deiner Einstellungen ändern");
$faq[] = array("Die Zeiten stimmen nicht!", "Die Zeiten stimmen höchstwahrscheinlich schon, vermutlich hast Du einfach die angezeigte Zeitzone nicht richtig eingestellt. Falls dem so ist, solltest Du die Einstellungen Deines Profils überprüfen, um die Zeitzone, die für Dich zutreffend ist, zu wählen. Bitte beachte, dass Du die Zeitzone nur wechseln kannst, wenn Du ein registriertes Mitglied bist. Falls Du also noch nicht registriert bist, wäre das vielleicht ein guter Grund.");
$faq[] = array("Ich habe die Zeitzone gewechselt und die Zeit ist immer noch falsch!", "Wenn Du Dir sicher bist, die richtige Zeitzone gewählt zu haben und die Zeiten immer noch nicht stimmen, kann es daran liegen, dass das System auf Sommerzeit steht. Das Board ist nicht dazu erschaffen worden, zwischen Winter- und Sommerzeit zu wechseln, weswegen es im Sommer zu einer Stunde Differenz zwischen Deiner gewählten und der Boardzeit kommen kann.");
***************
*** 50,54 ****
! $faq[] = array("--","Übers Beiträge schreiben");
$faq[] = array("Wie schreibe ein Thema in ein Forum?", "Ganz einfach, klicke einfach auf den entsprechenden Button auf der Forums- oder Beitragsseite. Es kann sein, dass Du Dich erst registrieren musst, bevor Du eine Nachricht schreiben kannst - Deine verfügbaren Aktionen werden am Ende der Seite aufgelistet (die <i>Du kannst neue Themen erstellen, Du kannst an Umfragen teilnehmen, usw.<i>-Liste)");
$faq[] = array("Wie editiere oder lösche ich einen Beitrag?", "Sofern Du nicht der Boardadministrator oder der Forumsmoderator bist, kannst Du nur Deine eigenen Beiträge löschen oder editieren. Du kannst einen Beitrag editieren (eventuell nur für eine gewisse Zeit) indem Du auf den <i>Editieren</i>-Button des jeweiligen Beitrages klickst. Sollte jemand bereits auf den Beitrag geantwortet haben, wirst Du einen kleinen Text unterhalb des Beitrags lesen können, der anzeigt, wie oft der Text bearbeitet wurde. Er wird nur erscheinen, wenn jemand geantwortet hat, ferner wird er nicht erscheinen, falls ein Moderator oder Administrator den Beitrag editiert hat (Sie sollten eine Nachricht hinterlassen, warum sie den Beitrag editierten). Beachte, dass normale Benutzer keine Beiträge löschen können, wenn schon jemand auf sie geantwortet hat.");
--- 50,54 ----
! $faq[] = array("--","Beiträge schreiben");
$faq[] = array("Wie schreibe ein Thema in ein Forum?", "Ganz einfach, klicke einfach auf den entsprechenden Button auf der Forums- oder Beitragsseite. Es kann sein, dass Du Dich erst registrieren musst, bevor Du eine Nachricht schreiben kannst - Deine verfügbaren Aktionen werden am Ende der Seite aufgelistet (die <i>Du kannst neue Themen erstellen, Du kannst an Umfragen teilnehmen, usw.<i>-Liste)");
$faq[] = array("Wie editiere oder lösche ich einen Beitrag?", "Sofern Du nicht der Boardadministrator oder der Forumsmoderator bist, kannst Du nur Deine eigenen Beiträge löschen oder editieren. Du kannst einen Beitrag editieren (eventuell nur für eine gewisse Zeit) indem Du auf den <i>Editieren</i>-Button des jeweiligen Beitrages klickst. Sollte jemand bereits auf den Beitrag geantwortet haben, wirst Du einen kleinen Text unterhalb des Beitrags lesen können, der anzeigt, wie oft der Text bearbeitet wurde. Er wird nur erscheinen, wenn jemand geantwortet hat, ferner wird er nicht erscheinen, falls ein Moderator oder Administrator den Beitrag editiert hat (Sie sollten eine Nachricht hinterlassen, warum sie den Beitrag editierten). Beachte, dass normale Benutzer keine Beiträge löschen können, wenn schon jemand auf sie geantwortet hat.");
***************
*** 84,88 ****
//
! // These entries should remain in all languages and for all modifications
//
$faq[] = array("--","phpBB 2 Issues");
--- 84,88 ----
//
! // DIE DREI UNTEN STEHENDEN FRAGEN DER FAQ SOLLEN UNÜBERSETZT BLEIBEN, DA ES SICH UM INTERNATIONALES RECHT HANDELT - LASST DIE DREI EINTRÄGE BITTE ENGLISCH!
//
$faq[] = array("--","phpBB 2 Issues");
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_german/lang_main.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** lang_main.php 2002/01/16 17:06:01 1.4
--- lang_main.php 2002/01/28 01:20:14 1.5
***************
*** 54,59 ****
$lang['Posts'] = "Beiträge";
$lang['Posted'] = "Geschrieben";
! $lang['Username'] = "Username";
! $lang['Username_display'] = "angezeigter Username";
$lang['Password'] = "Passwort";
$lang['Email'] = "E-Mail";
--- 54,59 ----
$lang['Posts'] = "Beiträge";
$lang['Posted'] = "Geschrieben";
! $lang['Username'] = "Benutzername";
[...1146 lines suppressed...]
$lang['You_been_banned'] = "Du wurdest von diesem Forum verbannt<br />Kontaktiere den Administrator, um mehr Informationen zu erhalten";
$lang['General_Error'] = "Allgemeiner Fehler";
$lang['Critical_Error'] = "Kritischer Fehler";
! $lang['An_error_occured'] = "Ein Fehler ist aufgetreten";
! $lang['A_critical_error'] = "Ein kritischer Fehler ist aufgetreten";
! $lang['Error_login'] = "Du hast einen ungültigen Benutzernamen eingegeben";
$lang['Not_Moderator'] = "Du bist nicht Moderator dieses Forums";
***************
*** 972,974 ****
// -------------------------------------------------
! ?>
--- 977,979 ----
// -------------------------------------------------
! ?>
\ No newline at end of file
|
|
From: Paul S. O. <ps...@us...> - 2002-01-28 00:57:30
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv27784/includes
Modified Files:
sql_parse.php
Log Message:
preg_quote lines for /* comment parsed SQL ... was causing failure on install for mssql ...
Index: sql_parse.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/sql_parse.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** sql_parse.php 2001/10/01 21:19:02 1.5
--- sql_parse.php 2002/01/28 00:57:27 1.6
***************
*** 33,62 ****
// specifically for mssql and postgres type files in the install....
//
! function remove_comments($sql)
{
! $lines = explode("\n", $sql);
// try to keep mem. use down
- $sql = "";
$linecount = count($lines);
! $output = "";
$in_comment = false;
for($i = 0; $i < $linecount; $i++)
{
! if( ereg("^\/\*", $lines[$i]) )
{
$in_comment = true;
}
! if( ereg("\*\/$", $lines[$i]) )
{
! $in_comment = false;
! $i++;
}
! if(!$in_comment)
{
! $output .= $lines[$i] . "\n";
}
- $lines[$i] = '';
}
return $output;
}
--- 33,64 ----
// specifically for mssql and postgres type files in the install....
//
! function remove_comments(&$output)
{
! $lines = explode("\n", $output);
! $output = "";
// try to keep mem. use down
$linecount = count($lines);
!
$in_comment = false;
for($i = 0; $i < $linecount; $i++)
{
! if( preg_match("/^\/\*/", preg_quote($lines[$i])) )
{
$in_comment = true;
}
!
! if( !$in_comment )
{
! $output .= $lines[$i] . "\n";
}
!
! if( preg_match("/\*\/$/", preg_quote($lines[$i])) )
{
! $in_comment = false;
}
}
+
+ unset($lines);
return $output;
}
|
|
From: Paul S. O. <ps...@us...> - 2002-01-28 00:56:58
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv27627 Modified Files: install.php Log Message: Fix some minor issues ... Index: install.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/install.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -r1.28 -r1.29 *** install.php 2002/01/02 07:19:23 1.28 --- install.php 2002/01/28 00:56:55 1.29 *************** *** 20,23 **** --- 20,26 ---- ***************************************************************************/ + error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables + set_magic_quotes_runtime(0); // Disable magic_quotes_runtime + $phpbb_root_path='./'; include($phpbb_root_path.'extension.inc'); |
|
From: Paul S. O. <ps...@us...> - 2002-01-28 00:28:29
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv22427
Modified Files:
posting.php
Log Message:
Fix bug #505064
Index: posting.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/posting.php,v
retrieving revision 1.139
retrieving revision 1.140
diff -C2 -r1.139 -r1.140
*** posting.php 2002/01/27 22:13:16 1.139
--- posting.php 2002/01/28 00:28:26 1.140
***************
*** 1823,1827 ****
);
! $message = $lang['Vote_cast'] . "<br /><br />" . sprintf($lang['Click_view_message'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">", "</a>");
message_die(GENERAL_MESSAGE, $message);
--- 1823,1827 ----
);
! $message = $lang['Vote_cast'] . "<br /><br />" . sprintf($lang['Click_return_topic'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">", "</a>");
message_die(GENERAL_MESSAGE, $message);
|
|
From: Paul S. O. <ps...@us...> - 2002-01-27 22:13:20
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv24416
Modified Files:
groupcp.php posting.php privmsg.php profile.php viewtopic.php
Log Message:
Various updates related to email creation ... should fix various bugs and errors, in theory
Index: groupcp.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/groupcp.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** groupcp.php 2002/01/25 02:41:09 1.38
--- groupcp.php 2002/01/27 22:13:16 1.39
***************
*** 58,61 ****
--- 58,107 ----
$start = ( isset($HTTP_GET_VARS['start']) ) ? intval($HTTP_GET_VARS['start']) : 0;
+ //
+ // Set default email variables
+ //
+ if( isset($HTTP_SERVER_VARS['PHP_SELF']) || isset($HTTP_ENV_VARS['PHP_SELF']) )
+ {
+ $script_name = ( isset($HTTP_SERVER_VARS['PHP_SELF']) ) ? $HTTP_SERVER_VARS['PHP_SELF'] : $HTTP_ENV_VARS['PHP_SELF'];
+ }
+ else if( isset($HTTP_SERVER_VARS['SCRIPT_NAME']) || isset($HTTP_ENV_VARS['SCRIPT_NAME']) )
+ {
+ $script_name = ( isset($HTTP_SERVER_VARS['SCRIPT_NAME']) ) ? $HTTP_SERVER_VARS['SCRIPT_NAME'] : $HTTP_ENV_VARS['SCRIPT_NAME'];
+ }
+ else if( isset($HTTP_SERVER_VARS['PATH_INFO']) || isset($HTTP_ENV_VARS['PATH_INFO']) )
+ {
+ $script_name = ( isset($HTTP_SERVER_VARS['PATH_INFO']) ) ? $HTTP_SERVER_VARS['PATH_INFO'] : $HTTP_ENV_VARS['PATH_INFO'];
+ }
+ else
+ {
+ $script_name = "groupcp.$phpEx";
+ }
+
+ if( isset($HTTP_SERVER_VARS['SERVER_NAME']) || isset($HTTP_ENV_VARS['SERVER_NAME']) )
+ {
+ $server_name = ( isset($HTTP_SERVER_VARS['SERVER_NAME']) ) ? $HTTP_SERVER_VARS['SERVER_NAME'] : $HTTP_ENV_VARS['SERVER_NAME'];
+ }
+ else if( isset($HTTP_SERVER_VARS['HTTP_HOST']) || isset($HTTP_ENV_VARS['HTTP_HOST']) )
+ {
+ $server_name = ( isset($HTTP_SERVER_VARS['HTTP_HOST']) ) ? $HTTP_SERVER_VARS['HTTP_HOST'] : $HTTP_ENV_VARS['HTTP_HOST'];
+ }
+ else
+ {
+ $server_name = "";
+ }
+
+ if ( !empty($HTTP_SERVER_VARS['HTTPS']) )
+ {
+ $protocol = ( !empty($HTTP_SERVER_VARS['HTTPS']) ) ? ( ( $HTTP_SERVER_VARS['HTTPS'] == "on" ) ? "https://" : "http://" ) : "http://";
+ }
+ else if ( !empty($HTTP_ENV_VARS['HTTPS']) )
+ {
+ $protocol = ( !empty($HTTP_ENV_VARS['HTTPS']) ) ? ( ( $HTTP_ENV_VARS['HTTPS'] == "on" ) ? "https://" : "http://" ) : "http://";
+ }
+ else
+ {
+ $protocol = "http://";
+ }
+
$is_moderator = FALSE;
***************
*** 70,74 ****
FROM " . GROUPS_TABLE . "
WHERE group_id = $group_id";
-
if( !$result = $db->sql_query($sql) )
{
--- 116,119 ----
***************
*** 128,159 ****
message_die(GENERAL_ERROR, "Couldn't obtain user and group information", "", __LINE__, __FILE__, $sql);
}
-
- $rowset = $db->sql_fetchrowset($result);
! if( $rowset[0]['group_type'] == GROUP_OPEN )
{
! for($i = 0; $i < count($rowset); $i++ )
{
! if( $userdata['user_id'] == $rowset[$i]['user_id'] )
{
! $template->assign_vars(array(
! "META" => '<meta http-equiv="refresh" content="3;url=' . append_sid("index.$phpEx") . '">')
! );
! $message = $lang["Already_member_group"] . "<br /><br />" . sprintf($lang['Click_return_group'], "<a href=\"" . append_sid("groupcp.$phpEx?" . POST_GROUPS_URL . "=$group_id") . "\">", "</a>") . "<br /><br />" . sprintf($lang['Click_return_index'], "<a href=\"" . append_sid("index.$phpEx") . "\">", "</a>");
! message_die(GENERAL_MESSAGE, $message);
! }
}
}
else
{
! $template->assign_vars(array(
! "META" => '<meta http-equiv="refresh" content="3;url=' . append_sid("index.$phpEx") . '">')
! );
!
! $message = $lang["This_closed_group"] . "<br /><br />" . sprintf($lang['Click_return_group'], "<a href=\"" . append_sid("groupcp.$phpEx?" . POST_GROUPS_URL . "=$group_id") . "\">", "</a>") . "<br /><br />" . sprintf($lang['Click_return_index'], "<a href=\"" . append_sid("index.$phpEx") . "\">", "</a>");
!
! message_die(GENERAL_MESSAGE, $message);
}
--- 173,209 ----
message_die(GENERAL_ERROR, "Couldn't obtain user and group information", "", __LINE__, __FILE__, $sql);
}
! if( $row = $db->sql_fetchrow($result) )
{
! if( $row['group_type'] == GROUP_OPEN )
{
! do
{
! if( $userdata['user_id'] == $row['user_id'] )
! {
! $template->assign_vars(array(
! "META" => '<meta http-equiv="refresh" content="3;url=' . append_sid("index.$phpEx") . '">')
! );
! $message = $lang["Already_member_group"] . "<br /><br />" . sprintf($lang['Click_return_group'], "<a href=\"" . append_sid("groupcp.$phpEx?" . POST_GROUPS_URL . "=$group_id") . "\">", "</a>") . "<br /><br />" . sprintf($lang['Click_return_index'], "<a href=\"" . append_sid("index.$phpEx") . "\">", "</a>");
! message_die(GENERAL_MESSAGE, $message);
! }
! } while ( $row = $db->sql_fetchrow($result) );
! }
! else
! {
! $template->assign_vars(array(
! "META" => '<meta http-equiv="refresh" content="3;url=' . append_sid("index.$phpEx") . '">')
! );
!
! $message = $lang["This_closed_group"] . "<br /><br />" . sprintf($lang['Click_return_group'], "<a href=\"" . append_sid("groupcp.$phpEx?" . POST_GROUPS_URL . "=$group_id") . "\">", "</a>") . "<br /><br />" . sprintf($lang['Click_return_index'], "<a href=\"" . append_sid("index.$phpEx") . "\">", "</a>");
!
! message_die(GENERAL_MESSAGE, $message);
}
}
else
{
! message_die(GENERAL_MESSAGE, $lang['No_groups_exist']);
}
***************
*** 181,199 ****
$email_headers = "From: " . $board_config['board_email'] . "\nReturn-Path: " . $board_config['board_email'] . "\r\n";
- if( isset($HTTP_SERVER_VARS['PATH_INFO']) && dirname($HTTP_SERVER_VARS['PATH_INFO']) != '/')
- {
- $path = dirname($HTTP_SERVER_VARS['PATH_INFO']);
- }
- else if( dirname($HTTP_SERVER_VARS['SCRIPT_NAME']) != '/')
- {
- $path = dirname($HTTP_SERVER_VARS['SCRIPT_NAME']);
- }
- else
- {
- $path = '';
- }
- $server_name = ( isset($HTTP_SERVER_VARS['HTTP_HOST']) ) ? $HTTP_SERVER_VARS['HTTP_HOST'] : $HTTP_SERVER_VARS['SERVER_NAME'];
- $protocol = ( !empty($HTTP_SERVER_VARS['HTTPS']) ) ? ( ( $HTTP_SERVER_VARS['HTTPS'] == "on" ) ? "https://" : "http://" ) : "http://";
-
$emailer->use_template("group_request", $moderator['user_lang']);
$emailer->email_address($moderator['user_email']);
--- 231,234 ----
***************
*** 206,210 ****
"EMAIL_SIG" => str_replace("<br />", "\n", "-- \n" . $board_config['board_email_sig']),
! "U_GROUPCP" => $protocol . $server_name . $path . "/groupcp.$phpEx?" . POST_GROUPS_URL . "=$group_id&validate=true")
);
$emailer->send();
--- 241,245 ----
"EMAIL_SIG" => str_replace("<br />", "\n", "-- \n" . $board_config['board_email_sig']),
! "U_GROUPCP" => $protocol . $server_name . $script_name . "?" . POST_GROUPS_URL . "=$group_id&validate=true")
);
$emailer->send();
***************
*** 402,420 ****
$email_headers = "From: " . $board_config['board_email'] . "\nReturn-Path: " . $board_config['board_email'] . "\r\n";
- if( isset($HTTP_SERVER_VARS['PATH_INFO']) && dirname($HTTP_SERVER_VARS['PATH_INFO']) != '/')
- {
- $path = dirname($HTTP_SERVER_VARS['PATH_INFO']);
- }
- else if( dirname($HTTP_SERVER_VARS['SCRIPT_NAME']) != '/')
- {
- $path = dirname($HTTP_SERVER_VARS['SCRIPT_NAME']);
- }
- else
- {
- $path = '';
- }
- $server_name = ( isset($HTTP_SERVER_VARS['HTTP_HOST']) ) ? $HTTP_SERVER_VARS['HTTP_HOST'] : $HTTP_SERVER_VARS['SERVER_NAME'];
- $protocol = ( !empty($HTTP_SERVER_VARS['HTTPS']) ) ? ( ( $HTTP_SERVER_VARS['HTTPS'] == "on" ) ? "https://" : "http://" ) : "http://";
-
$emailer->use_template("group_added", $row['user_lang']);
$emailer->email_address($row['user_email']);
--- 437,440 ----
***************
*** 427,431 ****
"EMAIL_SIG" => str_replace("<br />", "\n", "-- \n" . $board_config['board_email_sig']),
! "U_GROUPCP" => $protocol . $server_name . $path . "/groupcp.$phpEx?" . POST_GROUPS_URL . "=$group_id")
);
$emailer->send();
--- 447,451 ----
"EMAIL_SIG" => str_replace("<br />", "\n", "-- \n" . $board_config['board_email_sig']),
! "U_GROUPCP" => $protocol . $server_name . $script_name . "?" . POST_GROUPS_URL . "=$group_id")
);
$emailer->send();
***************
*** 471,475 ****
WHERE user_id IN ($sql_in)";
}
! else if( isset($HTTP_POST_VARS['deny']) || isset($HTTP_POST_VARS['remove']) )
{
$sql = "DELETE FROM
--- 491,495 ----
WHERE user_id IN ($sql_in)";
}
! else if ( isset($HTTP_POST_VARS['deny']) || isset($HTTP_POST_VARS['remove']) )
{
$sql = "DELETE FROM
***************
*** 479,483 ****
}
! if( !$result = $db->sql_query($sql) )
{
message_die(GENERAL_ERROR, "Could not update user group table.", "Error", __LINE__, __FILE__, $sql);
--- 499,503 ----
}
! if ( !$result = $db->sql_query($sql) )
{
message_die(GENERAL_ERROR, "Could not update user group table.", "Error", __LINE__, __FILE__, $sql);
***************
*** 487,500 ****
// Email users when they are approved
//
! if( isset($HTTP_POST_VARS['approve']) )
{
! if( !$result = $db->sql_query($sql_select) )
{
message_die(GENERAL_ERROR, "Could not get user email information", "Error", __LINE__, __FILE__, $sql);
}
- $email_rowset = $db->sql_fetchrowset($result);
! $members_count = $db->sql_numrows($result);
!
//
// Get the group name
--- 507,527 ----
// Email users when they are approved
//
! if ( isset($HTTP_POST_VARS['approve']) )
{
! if ( !$result = $db->sql_query($sql_select) )
{
message_die(GENERAL_ERROR, "Could not get user email information", "Error", __LINE__, __FILE__, $sql);
}
! $email_addresses = "";
! while( $row = $db->sql_fetchrow($result) )
! {
! if( $i > 0 )
! {
! $email_addresses .= ", ";
! }
! $email_addresses .= $row['user_email'];
! }
!
//
// Get the group name
***************
*** 503,524 ****
FROM " . GROUPS_TABLE . "
WHERE group_id = $group_id";
! if(!$result = $db->sql_query($group_sql))
{
message_die(GENERAL_ERROR, "Could not get group information", "Error", __LINE__, __FILE__, $group_sql);
}
- $group_name_row = $db->sql_fetchrow($result);
$group_name = $group_name_row['group_name'];
- $email_addresses = "";
- for($i = 0; $i < $members_count; $i++)
- {
- if($i > 0)
- {
- $email_addresses .= ", ";
- }
- $email_addresses .= $email_rowset[$i]['user_email'];
- }
-
include($phpbb_root_path . 'includes/emailer.'.$phpEx);
$emailer = new emailer($board_config['smtp_delivery']);
--- 530,541 ----
FROM " . GROUPS_TABLE . "
WHERE group_id = $group_id";
! if ( !($result = $db->sql_query($group_sql)) )
{
message_die(GENERAL_ERROR, "Could not get group information", "Error", __LINE__, __FILE__, $group_sql);
}
+ $group_name_row = $db->sql_fetchrow($result);
$group_name = $group_name_row['group_name'];
include($phpbb_root_path . 'includes/emailer.'.$phpEx);
$emailer = new emailer($board_config['smtp_delivery']);
***************
*** 526,544 ****
$email_headers = "From: " . $board_config['board_email'] . "\nReturn-Path: " . $board_config['board_email'] . "\r\n";
- if( isset($HTTP_SERVER_VARS['PATH_INFO']) && dirname($HTTP_SERVER_VARS['PATH_INFO']) != '/')
- {
- $path = dirname($HTTP_SERVER_VARS['PATH_INFO']);
- }
- else if( dirname($HTTP_SERVER_VARS['SCRIPT_NAME']) != '/')
- {
- $path = dirname($HTTP_SERVER_VARS['SCRIPT_NAME']);
- }
- else
- {
- $path = '';
- }
- $server_name = ( isset($HTTP_SERVER_VARS['HTTP_HOST']) ) ? $HTTP_SERVER_VARS['HTTP_HOST'] : $HTTP_SERVER_VARS['SERVER_NAME'];
- $protocol = ( !empty($HTTP_SERVER_VARS['HTTPS']) ) ? ( ( $HTTP_SERVER_VARS['HTTPS'] == "on" ) ? "https://" : "http://" ) : "http://";
-
$emailer->use_template("group_approved");
$emailer->email_address($email_addresses);
--- 543,546 ----
***************
*** 551,555 ****
"EMAIL_SIG" => str_replace("<br />", "\n", "-- \n" . $board_config['board_email_sig']),
! "U_GROUPCP" => $protocol . $server_name . $path . "/groupcp.$phpEx?" . POST_GROUPS_URL . "=$group_id")
);
$emailer->send();
--- 553,557 ----
"EMAIL_SIG" => str_replace("<br />", "\n", "-- \n" . $board_config['board_email_sig']),
! "U_GROUPCP" => $protocol . $server_name . $script_name . "?" . POST_GROUPS_URL . "=$group_id")
);
$emailer->send();
***************
*** 616,628 ****
AND ug.user_id <> " . $group_moderator['user_id'] . "
ORDER BY u.username";
! if(!$result = $db->sql_query($sql))
{
message_die(GENERAL_ERROR, "Error getting user list for group", "", __LINE__, __FILE__, $sql);
}
! if( $members_count = $db->sql_numrows($result) )
! {
! $group_members = $db->sql_fetchrowset($result);
! }
$sql = "SELECT u.username, u.user_id, u.user_viewemail, u.user_posts, u.user_regdate, u.user_from, u.user_website, u.user_email, u.user_icq, u.user_aim, u.user_yim, u.user_msnm
--- 618,629 ----
AND ug.user_id <> " . $group_moderator['user_id'] . "
ORDER BY u.username";
! if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, "Error getting user list for group", "", __LINE__, __FILE__, $sql);
}
! $group_members = $db->sql_fetchrowset($result);
! $modgroup_pending_count = count($group_members);
! $db->sql_freeresult($result);
$sql = "SELECT u.username, u.user_id, u.user_viewemail, u.user_posts, u.user_regdate, u.user_from, u.user_website, u.user_email, u.user_icq, u.user_aim, u.user_yim, u.user_msnm
***************
*** 633,652 ****
AND u.user_id = ug.user_id
ORDER BY u.username";
! if(!$result = $db->sql_query($sql))
{
message_die(GENERAL_ERROR, "Error getting user pending information", "", __LINE__, __FILE__, $sql);
}
! if( $modgroup_pending_count = $db->sql_numrows($result) )
! {
! $modgroup_pending_list = $db->sql_fetchrowset($result);
! }
$is_group_member = 0;
! if( $members_count )
{
for($i = 0; $i < $members_count; $i++)
{
! if( $group_members[$i]['user_id'] == $userdata['user_id'] && $userdata['session_logged_in'] )
{
$is_group_member = TRUE;
--- 634,652 ----
AND u.user_id = ug.user_id
ORDER BY u.username";
! if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, "Error getting user pending information", "", __LINE__, __FILE__, $sql);
}
! $modgroup_pending_list = $db->sql_fetchrowset($result);
! $modgroup_pending_count = count($modgroup_pending_list);
! $db->sql_freeresult($result);
$is_group_member = 0;
! if ( $members_count )
{
for($i = 0; $i < $members_count; $i++)
{
! if ( $group_members[$i]['user_id'] == $userdata['user_id'] && $userdata['session_logged_in'] )
{
$is_group_member = TRUE;
***************
*** 656,664 ****
$is_group_pending_member = 0;
! if( $modgroup_pending_count )
{
for($i = 0; $i < $modgroup_pending_count; $i++)
{
! if( $modgroup_pending_list[$i]['user_id'] == $userdata['user_id'] && $userdata['session_logged_in'] )
{
$is_group_pending_member = TRUE;
--- 656,664 ----
$is_group_pending_member = 0;
! if ( $modgroup_pending_count )
{
for($i = 0; $i < $modgroup_pending_count; $i++)
{
! if ( $modgroup_pending_list[$i]['user_id'] == $userdata['user_id'] && $userdata['session_logged_in'] )
{
$is_group_pending_member = TRUE;
***************
*** 667,676 ****
}
! if( $userdata['user_level'] == ADMIN )
{
$is_moderator = TRUE;
}
! if( $userdata['user_id'] == $group_info['group_moderator'] )
{
$is_moderator = TRUE;
--- 667,676 ----
}
! if ( $userdata['user_level'] == ADMIN )
{
$is_moderator = TRUE;
}
! if ( $userdata['user_id'] == $group_info['group_moderator'] )
{
$is_moderator = TRUE;
***************
*** 680,684 ****
$s_hidden_fields = "<input type=\"hidden\" name=\"" . POST_GROUPS_URL . "\" value=\"$group_id\" />";
}
! else if( $is_group_member || $is_group_pending_member )
{
$template->assign_block_vars("switch_unsubscribe_group_input", array());
--- 680,684 ----
$s_hidden_fields = "<input type=\"hidden\" name=\"" . POST_GROUPS_URL . "\" value=\"$group_id\" />";
}
! else if ( $is_group_member || $is_group_pending_member )
{
$template->assign_block_vars("switch_unsubscribe_group_input", array());
***************
*** 688,692 ****
$s_hidden_fields = "<input type=\"hidden\" name=\"" . POST_GROUPS_URL . "\" value=\"$group_id\" />";
}
! else if( $userdata['user_id'] == ANONYMOUS )
{
$group_details = $lang['Login_to_join'];
--- 688,692 ----
$s_hidden_fields = "<input type=\"hidden\" name=\"" . POST_GROUPS_URL . "\" value=\"$group_id\" />";
}
! else if ( $userdata['user_id'] == ANONYMOUS )
{
$group_details = $lang['Login_to_join'];
***************
*** 695,699 ****
else
{
! if( $group_info['group_type'] == GROUP_OPEN )
{
$template->assign_block_vars("switch_subscribe_group_input", array());
--- 695,699 ----
else
{
! if ( $group_info['group_type'] == GROUP_OPEN )
{
$template->assign_block_vars("switch_subscribe_group_input", array());
***************
*** 702,711 ****
$s_hidden_fields = "<input type=\"hidden\" name=\"" . POST_GROUPS_URL . "\" value=\"$group_id\" />";
}
! else if( $group_info['group_type'] == GROUP_CLOSED )
{
$group_details = $lang['This_closed_group'];
$s_hidden_fields = "";
}
! else if( $group_info['group_type'] == GROUP_HIDDEN )
{
$group_details = $lang['This_hidden_group'];
--- 702,711 ----
$s_hidden_fields = "<input type=\"hidden\" name=\"" . POST_GROUPS_URL . "\" value=\"$group_id\" />";
}
! else if ( $group_info['group_type'] == GROUP_CLOSED )
{
$group_details = $lang['This_closed_group'];
$s_hidden_fields = "";
}
! else if ( $group_info['group_type'] == GROUP_HIDDEN )
{
$group_details = $lang['This_hidden_group'];
***************
*** 752,756 ****
$pm_img = "<a href=\"" . append_sid("privmsg.$phpEx?mode=post&" . POST_USERS_URL . "=$user_id") . "\"><img src=\"". $images['icon_pm'] . "\" alt=\"" . $lang['Private_messaging'] . "\" border=\"0\" /></a>";
! if( !empty($group_moderator['user_viewemail']) )
{
$email_uri = ( $board_config['board_email_form'] ) ? append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $group_moderator['user_id']) : "mailto:" . $group_moderator['user_email'];
--- 752,756 ----
$pm_img = "<a href=\"" . append_sid("privmsg.$phpEx?mode=post&" . POST_USERS_URL . "=$user_id") . "\"><img src=\"". $images['icon_pm'] . "\" alt=\"" . $lang['Private_messaging'] . "\" border=\"0\" /></a>";
! if ( !empty($group_moderator['user_viewemail']) )
{
$email_uri = ( $board_config['board_email_form'] ) ? append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $group_moderator['user_id']) : "mailto:" . $group_moderator['user_email'];
***************
*** 765,769 ****
$www_img = ( $group_moderator['user_website'] ) ? "<a href=\"" . $group_moderator['user_website'] . "\" target=\"_userwww\"><img src=\"" . $images['icon_www'] . "\" alt=\"" . $lang['Visit_website'] . "\" border=\"0\" /></a>" : " ";
! if( !empty($group_moderator['user_icq']) )
{
$icq_status_img = "<a href=\"http://wwp.icq.com/" . $group_moderator['user_icq'] . "#pager\"><img src=\"http://web.icq.com/whitepages/online?icq=" . $group_moderator['user_icq'] . "&img=5\" width=\"18\" height=\"18\" border=\"0\" /></a>";
--- 765,769 ----
$www_img = ( $group_moderator['user_website'] ) ? "<a href=\"" . $group_moderator['user_website'] . "\" target=\"_userwww\"><img src=\"" . $images['icon_www'] . "\" alt=\"" . $lang['Visit_website'] . "\" border=\"0\" /></a>" : " ";
! if ( !empty($group_moderator['user_icq']) )
{
$icq_status_img = "<a href=\"http://wwp.icq.com/" . $group_moderator['user_icq'] . "#pager\"><img src=\"http://web.icq.com/whitepages/online?icq=" . $group_moderator['user_icq'] . "&img=5\" width=\"18\" height=\"18\" border=\"0\" /></a>";
***************
*** 878,882 ****
$pm_img = "<a href=\"" . append_sid("privmsg.$phpEx?mode=post&" . POST_USERS_URL . "=$user_id") . "\"><img src=\"". $images['icon_pm'] . "\" alt=\"" . $lang['Private_messaging'] . "\" border=\"0\" /></a>";
! if( !empty($group_members[$i]['user_viewemail']) )
{
$email_uri = ( $board_config['board_email_form'] ) ? append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $group_members[$i]['user_id']) : "mailto:" . $group_members[$i]['user_email'];
--- 878,882 ----
$pm_img = "<a href=\"" . append_sid("privmsg.$phpEx?mode=post&" . POST_USERS_URL . "=$user_id") . "\"><img src=\"". $images['icon_pm'] . "\" alt=\"" . $lang['Private_messaging'] . "\" border=\"0\" /></a>";
! if ( !empty($group_members[$i]['user_viewemail']) )
{
$email_uri = ( $board_config['board_email_form'] ) ? append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $group_members[$i]['user_id']) : "mailto:" . $group_members[$i]['user_email'];
***************
*** 891,896 ****
$www_img = ( $group_members[$i]['user_website'] ) ? "<a href=\"" . $group_members[$i]['user_website'] . "\" target=\"_userwww\"><img src=\"" . $images['icon_www'] . "\" alt=\"" . $lang['Visit_website'] . "\" border=\"0\" /></a>" : " ";
! if( !empty($group_members[$i]['user_icq']) )
! {
$icq_status_img = "<a href=\"http://wwp.icq.com/" . $group_members[$i]['user_icq'] . "#pager\"><img src=\"http://web.icq.com/whitepages/online?icq=" . $group_members[$i]['user_icq'] . "&img=5\" width=\"18\" height=\"18\" border=\"0\" /></a>";
$icq_add_img = "<a href=\"http://wwp.icq.com/scripts/search.dll?to=" . $group_members[$i]['user_icq'] . "\"><img src=\"" . $images['icon_icq'] . "\" alt=\"" . $lang['ICQ'] . "\" border=\"0\" /></a>";
--- 891,896 ----
$www_img = ( $group_members[$i]['user_website'] ) ? "<a href=\"" . $group_members[$i]['user_website'] . "\" target=\"_userwww\"><img src=\"" . $images['icon_www'] . "\" alt=\"" . $lang['Visit_website'] . "\" border=\"0\" /></a>" : " ";
! if ( !empty($group_members[$i]['user_icq']) )
! {
$icq_status_img = "<a href=\"http://wwp.icq.com/" . $group_members[$i]['user_icq'] . "#pager\"><img src=\"http://web.icq.com/whitepages/online?icq=" . $group_members[$i]['user_icq'] . "&img=5\" width=\"18\" height=\"18\" border=\"0\" /></a>";
$icq_add_img = "<a href=\"http://wwp.icq.com/scripts/search.dll?to=" . $group_members[$i]['user_icq'] . "\"><img src=\"" . $images['icon_icq'] . "\" alt=\"" . $lang['ICQ'] . "\" border=\"0\" /></a>";
***************
*** 910,914 ****
$search_img = "<a href=\"" . append_sid("search.$phpEx?search_author=" . urlencode($group_members[$i]['username']) . "&showresults=topics") . "\"><img src=\"" . $images['icon_search'] . "\" border=\"0\" alt=\"" . $lang['Search_user_posts'] . "\" /></a>";
! if( $group_info['group_type'] != GROUP_HIDDEN || $is_group_member || $is_moderator )
{
$row_color = ( !($i % 2) ) ? $theme['td_color1'] : $theme['td_color2'];
--- 910,914 ----
$search_img = "<a href=\"" . append_sid("search.$phpEx?search_author=" . urlencode($group_members[$i]['username']) . "&showresults=topics") . "\"><img src=\"" . $images['icon_search'] . "\" border=\"0\" alt=\"" . $lang['Search_user_posts'] . "\" /></a>";
! if ( $group_info['group_type'] != GROUP_HIDDEN || $is_group_member || $is_moderator )
{
$row_color = ( !($i % 2) ) ? $theme['td_color1'] : $theme['td_color2'];
***************
*** 938,942 ****
);
! if( $is_moderator )
{
$template->assign_block_vars("member_row.switch_mod_option", array());
--- 938,942 ----
);
! if ( $is_moderator )
{
$template->assign_block_vars("member_row.switch_mod_option", array());
***************
*** 945,949 ****
}
! if( !$members_count )
{
//
--- 945,949 ----
}
! if ( !$members_count )
{
//
***************
*** 964,968 ****
);
! if( $group_info['group_type'] == GROUP_HIDDEN && !$is_group_member && !$is_moderator )
{
//
--- 964,968 ----
);
! if ( $group_info['group_type'] == GROUP_HIDDEN && !$is_group_member && !$is_moderator )
{
//
***************
*** 980,989 ****
// do that pending memebers...
//
! if( $is_moderator )
{
//
// Users pending in ONLY THIS GROUP (which is moderated by this user)
//
! if( $modgroup_pending_count )
{
for($i = 0; $i < $modgroup_pending_count; $i++)
--- 980,989 ----
// do that pending memebers...
//
! if ( $is_moderator )
{
//
// Users pending in ONLY THIS GROUP (which is moderated by this user)
//
! if ( $modgroup_pending_count )
{
for($i = 0; $i < $modgroup_pending_count; $i++)
***************
*** 1002,1006 ****
$pm_img = "<a href=\"" . append_sid("privmsg.$phpEx?mode=post&" . POST_USERS_URL . "=$user_id") . "\"><img src=\"". $images['icon_pm'] . "\" alt=\"" . $lang['Private_messaging'] . "\" border=\"0\" /></a>";
! if( !empty($modgroup_pending_list[$i]['user_viewemail']) )
{
$email_uri = ( $board_config['board_email_form'] ) ? append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $modgroup_pending_list[$i]['user_id']) : "mailto:" . $modgroup_pending_list[$i]['user_email'];
--- 1002,1006 ----
$pm_img = "<a href=\"" . append_sid("privmsg.$phpEx?mode=post&" . POST_USERS_URL . "=$user_id") . "\"><img src=\"". $images['icon_pm'] . "\" alt=\"" . $lang['Private_messaging'] . "\" border=\"0\" /></a>";
! if ( !empty($modgroup_pending_list[$i]['user_viewemail']) )
{
$email_uri = ( $board_config['board_email_form'] ) ? append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $modgroup_pending_list[$i]['user_id']) : "mailto:" . $modgroup_pending_list[$i]['user_email'];
***************
*** 1015,1019 ****
$www_img = ( $modgroup_pending_list[$i]['user_website'] ) ? "<a href=\"" . $modgroup_pending_list[$i]['user_website'] . "\" target=\"_userwww\"><img src=\"" . $images['icon_www'] . "\" alt=\"" . $lang['Visit_website'] . "\" border=\"0\" /></a>" : "";
! if( !empty($modgroup_pending_list[$i]['user_icq']) )
{
$icq_status_img = "<a href=\"http://wwp.icq.com/" . $modgroup_pending_list[$i]['user_icq'] . "#pager\"><img src=\"http://web.icq.com/whitepages/online?icq=" . $modgroup_pending_list[$i]['user_icq'] . "&img=5\" width=\"18\" height=\"18\" border=\"0\" /></a>";
--- 1015,1019 ----
$www_img = ( $modgroup_pending_list[$i]['user_website'] ) ? "<a href=\"" . $modgroup_pending_list[$i]['user_website'] . "\" target=\"_userwww\"><img src=\"" . $images['icon_www'] . "\" alt=\"" . $lang['Visit_website'] . "\" border=\"0\" /></a>" : "";
! if ( !empty($modgroup_pending_list[$i]['user_icq']) )
{
$icq_status_img = "<a href=\"http://wwp.icq.com/" . $modgroup_pending_list[$i]['user_icq'] . "#pager\"><img src=\"http://web.icq.com/whitepages/online?icq=" . $modgroup_pending_list[$i]['user_icq'] . "&img=5\" width=\"18\" height=\"18\" border=\"0\" /></a>";
***************
*** 1076,1080 ****
}
! if( $is_moderator )
{
$template->assign_block_vars("switch_mod_option", array());
--- 1076,1080 ----
}
! if ( $is_moderator )
{
$template->assign_block_vars("switch_mod_option", array());
***************
*** 1090,1155 ****
else
{
! $sql = "SELECT group_id, group_name
! FROM " . GROUPS_TABLE . "
! WHERE group_single_user <> " . TRUE . "
! ORDER BY group_name";
! if(!$result = $db->sql_query($sql))
! {
! message_die(GENERAL_ERROR, "Error getting group information", "", __LINE__, __FILE__, $sql);
! }
!
! if( !$db->sql_numrows($result) )
! {
! message_die(GENERAL_MESSAGE, $lang['No_groups_exist']);
! }
! $group_list = $db->sql_fetchrowset($result);
!
! $sql = "SELECT g.group_id, g.group_name, ug.user_pending
FROM " . GROUPS_TABLE . " g, " . USER_GROUP_TABLE . " ug
! WHERE ug.user_id = " . $userdata['user_id'] . "
! AND g.group_id = ug.group_id
AND g.group_single_user <> " . TRUE . "
! ORDER BY g.group_name";
! if(!$result = $db->sql_query($sql))
{
message_die(GENERAL_ERROR, "Error getting group information", "", __LINE__, __FILE__, $sql);
}
- if($db->sql_numrows($result))
- {
- $membergroup_list = $db->sql_fetchrowset($result);
- }
-
- $s_member_groups = '<select name="' . POST_GROUPS_URL . '">';
$s_member_groups_opt = "";
- $s_pending_groups = '<select name="' . POST_GROUPS_URL . '">';
$s_pending_groups_opt = "";
!
! for($i = 0; $i < count($membergroup_list); $i++)
{
! if( $membergroup_list[$i]['user_pending'] )
{
! $s_pending_groups_opt .= '<option value="' . $membergroup_list[$i]['group_id'] . '">' . $membergroup_list[$i]['group_name'] . '</option>';
}
else
{
! $s_member_groups_opt .= '<option value="' . $membergroup_list[$i]['group_id'] . '">' . $membergroup_list[$i]['group_name'] . '</option>';
}
}
! $s_pending_groups .= $s_pending_groups_opt . "</select>";
! $s_member_groups .= $s_member_groups_opt . "</select>";
! //
! // Remaining groups
! //
! $s_group_list = '<select name="' . POST_GROUPS_URL . '">';
! for($i = 0; $i < count($group_list); $i++)
{
! if( !strstr($s_pending_groups, $group_list[$i]['group_name']) && !strstr($s_member_groups, $group_list[$i]['group_name']) )
! {
! $s_group_list_opt .= '<option value="' . $group_list[$i]['group_id'] . '">' . $group_list[$i]['group_name'] . '</option>';
! }
}
! $s_group_list .= $s_group_list_opt . "</select>";
//
--- 1090,1137 ----
else
{
! $sql = "SELECT g.group_id, g.group_name, ug.user_pending
FROM " . GROUPS_TABLE . " g, " . USER_GROUP_TABLE . " ug
! WHERE ug.user_id = " . $userdata['user_id'] . "
! AND ug.group_id = g.group_id
AND g.group_single_user <> " . TRUE . "
! ORDER BY g.group_name, ug.user_id";
! if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, "Error getting group information", "", __LINE__, __FILE__, $sql);
}
$s_member_groups_opt = "";
$s_pending_groups_opt = "";
! while( $row = $db->sql_fetchrow($result) )
{
! if ( $row['user_pending'] )
{
! $s_pending_groups_opt .= '<option value="' . $row['group_id'] . '">' . $row['group_name'] . '</option>';
}
else
{
! $s_member_groups_opt .= '<option value="' . $row['group_id'] . '">' . $row['group_name'] . '</option>';
}
}
! $s_pending_groups = '<select name="' . POST_GROUPS_URL . '">' . $s_pending_groups_opt . "</select>";
! $s_member_groups = '<select name="' . POST_GROUPS_URL . '">' . $s_member_groups_opt . "</select>";
! $sql = "SELECT DISTINCT g.group_id, g.group_name
! FROM " . GROUPS_TABLE . " g, " . USER_GROUP_TABLE . " ug
! WHERE ug.user_id <> " . $userdata['user_id'] . "
! AND ug.group_id = g.group_id
! AND g.group_single_user <> " . TRUE . "
! ORDER BY g.group_name";
! if ( !($result = $db->sql_query($sql)) )
{
! message_die(GENERAL_ERROR, "Error getting group information", "", __LINE__, __FILE__, $sql);
! }
!
! $s_group_list_opt = "";
! while( $row = $db->sql_fetchrow($result) )
! {
! $s_group_list_opt .= '<option value="' . $row['group_id'] . '">' . $row['group_name'] . '</option>';
}
! $s_group_list = '<select name="' . POST_GROUPS_URL . '">' . $s_group_list_opt . "</select>";
//
***************
*** 1174,1193 ****
$template->assign_var_from_handle("JUMPBOX", "jumpbox");
! if($s_pending_groups_opt != "" || $s_member_groups_opt != "")
{
$template->assign_block_vars("groups_joined", array() );
}
! if( $s_member_groups_opt != "" )
{
$template->assign_block_vars("groups_joined.groups_member", array() );
}
! if( $s_pending_groups_opt != "" )
{
$template->assign_block_vars("groups_joined.groups_pending", array() );
}
! if( $s_group_list_opt != "")
{
$template->assign_block_vars("groups_remaining", array() );
--- 1156,1175 ----
$template->assign_var_from_handle("JUMPBOX", "jumpbox");
! if ( $s_pending_groups_opt != "" || $s_member_groups_opt != "" )
{
$template->assign_block_vars("groups_joined", array() );
}
! if ( $s_member_groups_opt != "" )
{
$template->assign_block_vars("groups_joined.groups_member", array() );
}
! if ( $s_pending_groups_opt != "" )
{
$template->assign_block_vars("groups_joined.groups_pending", array() );
}
! if ( $s_group_list_opt != "")
{
$template->assign_block_vars("groups_remaining", array() );
Index: posting.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/posting.php,v
retrieving revision 1.138
retrieving revision 1.139
diff -C2 -r1.138 -r1.139
*** posting.php 2002/01/25 12:58:24 1.138
--- posting.php 2002/01/27 22:13:16 1.139
***************
*** 81,105 ****
//
- // Go ahead and pull all data for this topic
- //
- $sql = "SELECT u.username, u.user_id, p.*, pt.post_text, pt.post_subject, pt.bbcode_uid
- FROM " . POSTS_TABLE . " p, " . USERS_TABLE . " u, " . POSTS_TEXT_TABLE . " pt
- WHERE p.topic_id = $topic_id
- AND p.poster_id = u.user_id
- AND p.post_id = pt.post_id
- ORDER BY p.post_time DESC
- LIMIT " . $board_config['posts_per_page'];
- if(!$result = $db->sql_query($sql))
- {
- message_die(GENERAL_ERROR, "Couldn't obtain post/user information.", "", __LINE__, __FILE__, $sql);
- }
-
- if(!$total_posts = $db->sql_numrows($result))
- {
- message_die(GENERAL_ERROR, "There don't appear to be any posts for this topic.", "", __LINE__, __FILE__, $sql);
- }
- $postrow = $db->sql_fetchrowset($result);
-
- //
// Define censored word matches
//
--- 81,84 ----
***************
*** 111,114 ****
--- 90,94 ----
}
+
//
// Dump out the page header and load viewtopic body template
***************
*** 127,205 ****
//
// Okay, let's do the loop, yeah come on baby let's do the loop
// and it goes like this ...
//
! for($i = 0; $i < $total_posts; $i++)
{
! $poster_id = $postrow[$i]['user_id'];
! $poster = $postrow[$i]['username'];
! $post_date = create_date($board_config['default_dateformat'], $postrow[$i]['post_time'], $board_config['board_timezone']);
! $mini_post_img = '<img src="' . $images['icon_minipost'] . '" alt="' . $lang['Post'] . '" />';
! //
! // Handle anon users posting with usernames
! //
! if( $poster_id == ANONYMOUS && $postrow[$i]['post_username'] != '' )
! {
! $poster = $postrow[$i]['post_username'];
! $poster_rank = $lang['Guest'];
! }
! $post_subject = ( $postrow[$i]['post_subject'] != "" ) ? $postrow[$i]['post_subject'] : "";
! $message = $postrow[$i]['post_text'];
! $bbcode_uid = $postrow[$i]['bbcode_uid'];
! //
! // If the board has HTML off but the post has HTML
! // on then we process it, else leave it alone
! //
! if( !$board_config['allow_html'] )
! {
! if( $postrow[$i]['enable_html'] )
{
! $message = preg_replace("#(<)([\/]?.*?)(>)#is", "<\\2>", $message);
}
- }
! if( $bbcode_uid != "" )
! {
! $message = ( $board_config['allow_bbcode'] ) ? bbencode_second_pass($message, $bbcode_uid) : preg_replace("/\:[0-9a-z\:]+\]/si", "]", $message);
! }
! $message = make_clickable($message);
! if( count($orig_word) )
! {
! $post_subject = preg_replace($orig_word, $replacement_word, $post_subject);
! $message = preg_replace($orig_word, $replacement_word, $message);
! }
! if( $board_config['allow_smilies'] && $postrow[$i]['enable_smilies'] )
! {
! $message = smilies_pass($message);
! }
! $message = str_replace("\n", "<br />", $message);
! //
! // Again this will be handled by the templating
! // code at some point
! //
! $row_color = ( !($i % 2) ) ? $theme['td_color1'] : $theme['td_color2'];
! $row_class = ( !($i % 2) ) ? $theme['td_class1'] : $theme['td_class2'];
! $template->assign_block_vars("postrow", array(
! "ROW_COLOR" => "#" . $row_color,
! "ROW_CLASS" => $row_class,
!
! "MINI_POST_IMG" => $mini_post_img,
! "POSTER_NAME" => $poster,
! "POST_DATE" => $post_date,
! "POST_SUBJECT" => $post_subject,
! "MESSAGE" => $message)
! );
}
--- 107,208 ----
//
+ // Go ahead and pull all data for this topic
+ //
+ $sql = "SELECT u.username, u.user_id, p.*, pt.post_text, pt.post_subject, pt.bbcode_uid
+ FROM " . POSTS_TABLE . " p, " . USERS_TABLE . " u, " . POSTS_TEXT_TABLE . " pt
+ WHERE p.topic_id = $topic_id
+ AND p.poster_id = u.user_id
+ AND p.post_id = pt.post_id
+ ORDER BY p.post_time DESC
+ LIMIT " . $board_config['posts_per_page'];
+ if( !($result = $db->sql_query($sql)) )
+ {
+ message_die(GENERAL_ERROR, "Couldn't obtain post/user information.", "", __LINE__, __FILE__, $sql);
+ }
+
+ //
// Okay, let's do the loop, yeah come on baby let's do the loop
// and it goes like this ...
//
! if ( $row = $db->sql_fetchrow($result) )
{
! do
! {
! $poster_id = $row['user_id'];
! $poster = $row['username'];
! $post_date = create_date($board_config['default_dateformat'], $row['post_time'], $board_config['board_timezone']);
! $mini_post_img = '<img src="' . $images['icon_minipost'] . '" alt="' . $lang['Post'] . '" />';
! //
! // Handle anon users posting with usernames
! //
! if( $poster_id == ANONYMOUS && $row['post_username'] != '' )
! {
! $poster = $row['post_username'];
! $poster_rank = $lang['Guest'];
! }
! $post_subject = ( $row['post_subject'] != "" ) ? $row['post_subject'] : "";
! $message = $row['post_text'];
! $bbcode_uid = $row['bbcode_uid'];
! //
! // If the board has HTML off but the post has HTML
! // on then we process it, else leave it alone
! //
! if( !$board_config['allow_html'] )
{
! if( $row['enable_html'] )
! {
! $message = preg_replace("#(<)([\/]?.*?)(>)#is", "<\\2>", $message);
! }
}
! if( $bbcode_uid != "" )
! {
! $message = ( $board_config['allow_bbcode'] ) ? bbencode_second_pass($message, $bbcode_uid) : preg_replace("/\:[0-9a-z\:]+\]/si", "]", $message);
! }
! $message = make_clickable($message);
! if( count($orig_word) )
! {
! $post_subject = preg_replace($orig_word, $replacement_word, $post_subject);
! $message = preg_replace($orig_word, $replacement_word, $message);
! }
! if( $board_config['allow_smilies'] && $row['enable_smilies'] )
! {
! $message = smilies_pass($message);
! }
! $message = str_replace("\n", "<br />", $message);
! //
! // Again this will be handled by the templating
! // code at some point
! //
! $row_color = ( !($i % 2) ) ? $theme['td_color1'] : $theme['td_color2'];
! $row_class = ( !($i % 2) ) ? $theme['td_class1'] : $theme['td_class2'];
! $template->assign_block_vars("postrow", array(
! "ROW_COLOR" => "#" . $row_color,
! "ROW_CLASS" => $row_class,
!
! "MINI_POST_IMG" => $mini_post_img,
! "POSTER_NAME" => $poster,
! "POST_DATE" => $post_date,
! "POST_SUBJECT" => $post_subject,
! "MESSAGE" => $message)
! );
! }
! while( $row = $db->sql_fetchrow($result) );
! }
! else
! {
! message_die(GENERAL_MESSAGE, 'Topic_post_not_exist', "", __LINE__, __FILE__, $sql);
}
***************
*** 457,483 ****
if( $is_first_post_topic && $post_has_poll )
{
! $sql = "SELECT vd.vote_id, vr.vote_result
FROM " . VOTE_DESC_TABLE . " vd, " . VOTE_RESULTS_TABLE . " vr
WHERE vd.topic_id = $topic_id
! AND vr.vote_id = vd.vote_id";
! if( !$result = $db->sql_query($sql) )
{
message_die(GENERAL_ERROR, "Couldn't obtain vote data for this topic", "", __LINE__, __FILE__, $sql);
}
! if( $vote_rows = $db->sql_numrows($result) )
{
! $rowset = $db->sql_fetchrowset($result);
!
! $vote_id = $rowset[0]['vote_id'];
!
! $vote_results_sum = 0;
! for($i = 0; $i < $vote_rows; $i++ )
! {
! $vote_results_sum += $rowset[$i]['vote_result'];
! }
!
! $can_edit_poll = ( !$vote_results_sum ) ? TRUE : 0;
}
}
else
--- 460,480 ----
if( $is_first_post_topic && $post_has_poll )
{
! $sql = "SELECT vd.vote_id, SUM(vr.vote_result) AS vote_sum
FROM " . VOTE_DESC_TABLE . " vd, " . VOTE_RESULTS_TABLE . " vr
WHERE vd.topic_id = $topic_id
! AND vr.vote_id = vd.vote_id
! GROUP BY vd.vote_id";
! if( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, "Couldn't obtain vote data for this topic", "", __LINE__, __FILE__, $sql);
}
! $vote_results_sum = 0;
! if( $row = $db->sql_fetchrow($result) )
{
! $vote_id = $row['vote_id'];
! $vote_results_sum = $row['vote_sum'];
}
+ $can_edit_poll = ( !$vote_results_sum ) ? TRUE : 0;
}
else
***************
*** 980,1019 ****
if( $result = $db->sql_query($sql) )
{
- $email_set = $db->sql_fetchrowset($result);
- $update_watched_sql = "";
-
include($phpbb_root_path . 'includes/emailer.'.$phpEx);
$emailer = new emailer($board_config['smtp_delivery']);
! $email_headers = "From: " . $board_config['board_email'] . "\nReturn-Path: " . $board_config['board_email'] . "\r\n";
! if( isset($HTTP_SERVER_VARS['PATH_INFO']) && dirname($HTTP_SERVER_VARS['PATH_INFO']) != '/')
{
! $path = dirname($HTTP_SERVER_VARS['PATH_INFO']);
}
! else if( dirname($HTTP_SERVER_VARS['SCRIPT_NAME']) != '/')
{
! $path = dirname($HTTP_SERVER_VARS['SCRIPT_NAME']);
}
else
{
! $path = '';
}
$orig_word = array();
$replacement_word = array();
obtain_word_list($orig_word, $replacement_word);
! $topic_title = preg_replace($orig_word, $replacement_word, $email_set[0]['topic_title']);
!
! $server_name = ( isset($HTTP_SERVER_VARS['HTTP_HOST']) ) ? $HTTP_SERVER_VARS['HTTP_HOST'] : $HTTP_SERVER_VARS['SERVER_NAME'];
! $protocol = ( !empty($HTTP_SERVER_VARS['HTTPS']) ) ? ( ( $HTTP_SERVER_VARS['HTTPS'] == "on" ) ? "https://" : "http://" ) : "http://";
! for($i = 0; $i < count($email_set); $i++)
{
! if( $email_set[$i]['user_email'] != "")
{
! $emailer->use_template("topic_notify", $email_set[$i]['user_lang']);
! $emailer->email_address($email_set[$i]['user_email']);
$emailer->set_subject($lang['Topic_reply_notification']);
$emailer->extra_headers($email_headers);
--- 977,1044 ----
if( $result = $db->sql_query($sql) )
{
include($phpbb_root_path . 'includes/emailer.'.$phpEx);
$emailer = new emailer($board_config['smtp_delivery']);
! if( isset($HTTP_SERVER_VARS['PHP_SELF']) || isset($HTTP_ENV_VARS['PHP_SELF']) )
! {
! $script_name = ( isset($HTTP_SERVER_VARS['PHP_SELF']) ) ? $HTTP_SERVER_VARS['PHP_SELF'] : $HTTP_ENV_VARS['PHP_SELF'];
! }
! else if( isset($HTTP_SERVER_VARS['SCRIPT_NAME']) || isset($HTTP_ENV_VARS['SCRIPT_NAME']) )
! {
! $script_name = ( isset($HTTP_SERVER_VARS['SCRIPT_NAME']) ) ? $HTTP_SERVER_VARS['SCRIPT_NAME'] : $HTTP_ENV_VARS['SCRIPT_NAME'];
! }
! else if( isset($HTTP_SERVER_VARS['PATH_INFO']) || isset($HTTP_ENV_VARS['PATH_INFO']) )
! {
! $script_name = ( isset($HTTP_SERVER_VARS['PATH_INFO']) ) ? $HTTP_SERVER_VARS['PATH_INFO'] : $HTTP_ENV_VARS['PATH_INFO'];
! }
! else
! {
! $script_name = "viewtopic.$phpEx";
! }
! if( isset($HTTP_SERVER_VARS['SERVER_NAME']) || isset($HTTP_ENV_VARS['SERVER_NAME']) )
{
! $server_name = ( isset($HTTP_SERVER_VARS['SERVER_NAME']) ) ? $HTTP_SERVER_VARS['SERVER_NAME'] : $HTTP_ENV_VARS['SERVER_NAME'];
}
! else if( isset($HTTP_SERVER_VARS['HTTP_HOST']) || isset($HTTP_ENV_VARS['HTTP_HOST']) )
{
! $server_name = ( isset($HTTP_SERVER_VARS['HTTP_HOST']) ) ? $HTTP_SERVER_VARS['HTTP_HOST'] : $HTTP_ENV_VARS['HTTP_HOST'];
}
else
{
! $server_name = "";
}
+ if ( !empty($HTTP_SERVER_VARS['HTTPS']) )
+ {
+ $protocol = ( !empty($HTTP_SERVER_VARS['HTTPS']) ) ? ( ( $HTTP_SERVER_VARS['HTTPS'] == "on" ) ? "https://" : "http://" ) : "http://";
+ }
+ else if ( !empty($HTTP_ENV_VARS['HTTPS']) )
+ {
+ $protocol = ( !empty($HTTP_ENV_VARS['HTTPS']) ) ? ( ( $HTTP_ENV_VARS['HTTPS'] == "on" ) ? "https://" : "http://" ) : "http://";
+ }
+ else
+ {
+ $protocol = "http://";
+ }
+
$orig_word = array();
$replacement_word = array();
obtain_word_list($orig_word, $replacement_word);
! $email_headers = "From: " . $board_config['board_email'] . "\nReturn-Path: " . $board_config['board_email'] . "\r\n";
! $update_watched_sql = "";
! while( $row = $db->sql_fetchrow($result) )
{
! if( empty($topic_title) )
! {
! $topic_title = preg_replace($orig_word, $replacement_word, $row['topic_title']);
! }
!
! if( $row['user_email'] != "")
{
! $emailer->use_template("topic_notify", $row['user_lang']);
! $emailer->email_address($row['user_email']);
$emailer->set_subject($lang['Topic_reply_notification']);
$emailer->extra_headers($email_headers);
***************
*** 1021,1030 ****
$emailer->assign_vars(array(
"EMAIL_SIG" => str_replace("<br />", "\n", "-- \n" . $board_config['board_email_sig']),
! "USERNAME" => $email_set[$i]['username'],
"SITENAME" => $board_config['sitename'],
"TOPIC_TITLE" => $topic_title,
! "U_TOPIC" => $protocol . $server_name . $path . "/viewtopic.$phpEx?" . POST_POST_URL . "=$new_post_id#$new_post_id",
! "U_STOP_WATCHING_TOPIC" => $protocol . $server_name . $path . "/viewtopic.$phpEx?" . POST_TOPIC_URL . "=$new_topic_id&unwatch=topic")
);
--- 1046,1055 ----
$emailer->assign_vars(array(
"EMAIL_SIG" => str_replace("<br />", "\n", "-- \n" . $board_config['board_email_sig']),
! "USERNAME" => $row['username'],
"SITENAME" => $board_config['sitename'],
"TOPIC_TITLE" => $topic_title,
! "U_TOPIC" => $protocol . $server_name . $script_name . "?" . POST_POST_URL . "=$new_post_id#$new_post_id",
! "U_STOP_WATCHING_TOPIC" => $protocol . $server_name . $script_name . "?" . POST_TOPIC_URL . "=$new_topic_id&unwatch=topic")
);
***************
*** 1036,1040 ****
$update_watched_sql .= ", ";
}
! $update_watched_sql .= $email_set[$i]['user_id'];
}
}
--- 1061,1065 ----
$update_watched_sql .= ", ";
}
! $update_watched_sql .= $row['user_id'];
}
}
Index: privmsg.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/privmsg.php,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -r1.74 -r1.75
*** privmsg.php 2002/01/24 03:39:00 1.74
--- privmsg.php 2002/01/27 22:13:16 1.75
***************
*** 1064,1082 ****
if( $to_userdata['user_notify_pm'] && !empty($to_userdata['user_email']) )
{
! if( isset($HTTP_SERVER_VARS['PATH_INFO']) && dirname($HTTP_SERVER_VARS['PATH_INFO']) != '/')
{
! $path = dirname($HTTP_SERVER_VARS['PATH_INFO']);
}
! else if( dirname($HTTP_SERVER_VARS['SCRIPT_NAME']) != '/')
{
! $path = dirname($HTTP_SERVER_VARS['SCRIPT_NAME']);
}
else
{
! $path = '';
}
- $server_name = ( isset($HTTP_SERVER_VARS['HTTP_HOST']) ) ? $HTTP_SERVER_VARS['HTTP_HOST'] : $HTTP_SERVER_VARS['SERVER_NAME'];
- $protocol = ( !empty($HTTP_SERVER_VARS['HTTPS']) ) ? ( ( $HTTP_SERVER_VARS['HTTPS'] == "on" ) ? "https://" : "http://" ) : "http://";
$email_headers = "From: " . $board_config['board_email'] . "\nReturn-Path: " . $board_config['board_email'] . "\r\n";
--- 1064,1110 ----
if( $to_userdata['user_notify_pm'] && !empty($to_userdata['user_email']) )
{
! if( isset($HTTP_SERVER_VARS['PHP_SELF']) || isset($HTTP_ENV_VARS['PHP_SELF']) )
{
! $script_name = ( isset($HTTP_SERVER_VARS['PHP_SELF']) ) ? $HTTP_SERVER_VARS['PHP_SELF'] : $HTTP_ENV_VARS['PHP_SELF'];
}
! else if( isset($HTTP_SERVER_VARS['SCRIPT_NAME']) || isset($HTTP_ENV_VARS['SCRIPT_NAME']) )
{
! $script_name = ( isset($HTTP_SERVER_VARS['SCRIPT_NAME']) ) ? $HTTP_SERVER_VARS['SCRIPT_NAME'] : $HTTP_ENV_VARS['SCRIPT_NAME'];
}
+ else if( isset($HTTP_SERVER_VARS['PATH_INFO']) || isset($HTTP_ENV_VARS['PATH_INFO']) )
+ {
+ $script_name = ( isset($HTTP_SERVER_VARS['PATH_INFO']) ) ? $HTTP_SERVER_VARS['PATH_INFO'] : $HTTP_ENV_VARS['PATH_INFO'];
+ }
+ else
+ {
+ $script_name = "privmsg.$phpEx";
+ }
+
+ if( isset($HTTP_SERVER_VARS['SERVER_NAME']) || isset($HTTP_ENV_VARS['SERVER_NAME']) )
+ {
+ $server_name = ( isset($HTTP_SERVER_VARS['SERVER_NAME']) ) ? $HTTP_SERVER_VARS['SERVER_NAME'] : $HTTP_ENV_VARS['SERVER_NAME'];
+ }
+ else if( isset($HTTP_SERVER_VARS['HTTP_HOST']) || isset($HTTP_ENV_VARS['HTTP_HOST']) )
+ {
+ $server_name = ( isset($HTTP_SERVER_VARS['HTTP_HOST']) ) ? $HTTP_SERVER_VARS['HTTP_HOST'] : $HTTP_ENV_VARS['HTTP_HOST'];
+ }
else
{
! $server_name = "";
}
+ if ( !empty($HTTP_SERVER_VARS['HTTPS']) )
+ {
+ $protocol = ( !empty($HTTP_SERVER_VARS['HTTPS']) ) ? ( ( $HTTP_SERVER_VARS['HTTPS'] == "on" ) ? "https://" : "http://" ) : "http://";
+ }
+ else if ( !empty($HTTP_ENV_VARS['HTTPS']) )
+ {
+ $protocol = ( !empty($HTTP_ENV_VARS['HTTPS']) ) ? ( ( $HTTP_ENV_VARS['HTTPS'] == "on" ) ? "https://" : "http://" ) : "http://";
+ }
+ else
+ {
+ $protocol = "http://";
+ }
+
$email_headers = "From: " . $board_config['board_email'] . "\nReturn-Path: " . $board_config['board_email'] . "\r\n";
***************
*** 1088,1092 ****
//
$emailer->use_template("privmsg_notify", $to_userdata['user_lang']);
-
$emailer->extra_headers($email_headers);
$emailer->email_address($to_userdata['user_email']);
--- 1116,1119 ----
***************
*** 1098,1102 ****
"EMAIL_SIG" => str_replace("<br />", "\n", "-- \n" . $board_config['board_email_sig']),
! "U_INBOX" => $protocol . $server_name . $path . "/privmsg.$phpEx?folder=inbox")
);
--- 1125,1129 ----
"EMAIL_SIG" => str_replace("<br />", "\n", "-- \n" . $board_config['board_email_sig']),
! "U_INBOX" => $protocol . $server_name . $script_name . "?folder=inbox")
);
***************
*** 1585,1591 ****
"L_FIND_USERNAME" => $lang['Find_username'],
"L_FIND" => $lang['Find'],
! "L_DISABLE_HTML" => $lang['Disable_HTML_post'],
! "L_DISABLE_BBCODE" => $lang['Disable_BBCode_post'],
! "L_DISABLE_SMILIES" => $lang['Disable_Smilies_post'],
"L_ATTACH_SIGNATURE" => $lang['Attach_signature'],
--- 1612,1618 ----
"L_FIND_USERNAME" => $lang['Find_username'],
"L_FIND" => $lang['Find'],
! "L_DISABLE_HTML" => $lang['Disable_HTML_pm'],
! "L_DISABLE_BBCODE" => $lang['Disable_BBCode_pm'],
! "L_DISABLE_SMILIES" => $lang['Disable_Smilies_pm'],
"L_ATTACH_SIGNATURE" => $lang['Attach_signature'],
Index: profile.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/profile.php,v
retrieving revision 1.174
retrieving revision 1.175
diff -C2 -r1.174 -r1.175
*** profile.php 2002/01/27 14:13:55 1.174
--- profile.php 2002/01/27 22:13:16 1.175
***************
*** 36,40 ****
--- 36,85 ----
//
+ //
+ // Set default email variables
+ //
+ if( isset($HTTP_SERVER_VARS['PHP_SELF']) || isset($HTTP_ENV_VARS['PHP_SELF']) )
+ {
+ $script_name = ( isset($HTTP_SERVER_VARS['PHP_SELF']) ) ? $HTTP_SERVER_VARS['PHP_SELF'] : $HTTP_ENV_VARS['PHP_SELF'];
+ }
+ else if( isset($HTTP_SERVER_VARS['SCRIPT_NAME']) || isset($HTTP_ENV_VARS['SCRIPT_NAME']) )
+ {
+ $script_name = ( isset($HTTP_SERVER_VARS['SCRIPT_NAME']) ) ? $HTTP_SERVER_VARS['SCRIPT_NAME'] : $HTTP_ENV_VARS['SCRIPT_NAME'];
+ }
+ else if( isset($HTTP_SERVER_VARS['PATH_INFO']) || isset($HTTP_ENV_VARS['PATH_INFO']) )
+ {
+ $script_name = ( isset($HTTP_SERVER_VARS['PATH_INFO']) ) ? $HTTP_SERVER_VARS['PATH_INFO'] : $HTTP_ENV_VARS['PATH_INFO'];
+ }
+ else
+ {
+ $script_name = "profile.$phpEx";
+ }
+ if( isset($HTTP_SERVER_VARS['SERVER_NAME']) || isset($HTTP_ENV_VARS['SERVER_NAME']) )
+ {
+ $server_name = ( isset($HTTP_SERVER_VARS['SERVER_NAME']) ) ? $HTTP_SERVER_VARS['SERVER_NAME'] : $HTTP_ENV_VARS['SERVER_NAME'];
+ }
+ else if( isset($HTTP_SERVER_VARS['HTTP_HOST']) || isset($HTTP_ENV_VARS['HTTP_HOST']) )
+ {
+ $server_name = ( isset($HTTP_SERVER_VARS['HTTP_HOST']) ) ? $HTTP_SERVER_VARS['HTTP_HOST'] : $HTTP_ENV_VARS['HTTP_HOST'];
+ }
+ else
+ {
+ $server_name = "";
+ }
+
+ if ( !empty($HTTP_SERVER_VARS['HTTPS']) )
+ {
+ $protocol = ( !empty($HTTP_SERVER_VARS['HTTPS']) ) ? ( ( $HTTP_SERVER_VARS['HTTPS'] == "on" ) ? "https://" : "http://" ) : "http://";
+ }
+ else if ( !empty($HTTP_ENV_VARS['HTTPS']) )
+ {
+ $protocol = ( !empty($HTTP_ENV_VARS['HTTPS']) ) ? ( ( $HTTP_ENV_VARS['HTTPS'] == "on" ) ? "https://" : "http://" ) : "http://";
+ }
+ else
+ {
+ $protocol = "http://";
+ }
+
// -----------------------
// Page specific functions
***************
*** 188,195 ****
// Begin page proper
//
! if( $mode == "viewprofile" )
{
! if( empty($HTTP_GET_VARS[POST_USERS_URL]) || $HTTP_GET_VARS[POST_USERS_URL] == ANONYMOUS )
{
message_die(GENERAL_MESSAGE, $lang['No_user_id_specified']);
--- 233,240 ----
// Begin page proper
//
! if ( $mode == "viewprofile" )
{
! if ( empty($HTTP_GET_VARS[POST_USERS_URL]) || $HTTP_GET_VARS[POST_USERS_URL] == ANONYMOUS )
{
message_die(GENERAL_MESSAGE, $lang['No_user_id_specified']);
***************
*** 200,208 ****
FROM " . RANKS_TABLE . "
ORDER BY rank_special, rank_min";
! if(!$ranks_result = $db->sql_query($sql))
{
message_die(GENERAL_ERROR, "Couldn't obtain ranks information.", "", __LINE__, __FILE__, $sql);
}
! $ranksrow = $db->sql_fetchrowset($ranksresult);
//
--- 245,255 ----
FROM " . RANKS_TABLE . "
ORDER BY rank_special, rank_min";
! if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, "Couldn't obtain ranks information.", "", __LINE__, __FILE__, $sql);
}
!
! $ranksrow = $db->sql_fetchrowset($result);
! $db->sql_freeresult($result);
//
***************
*** 239,243 ****
// Get the users percentage of total posts
! if( $profiledata['user_posts'] != 0 )
{
$total_posts = get_db_stat("postcount");
--- 286,290 ----
// Get the users percentage of total posts
! if ( $profiledata['user_posts'] != 0 )
{
$total_posts = get_db_stat("postcount");
***************
*** 249,253 ****
}
! if( !empty($profiledata['user_viewemail']) || $userdata['user_level'] == ADMIN )
{
$email_uri = ( $board_config['board_email_form'] ) ? append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $profiledata['user_id']) : "mailto:" . $profiledata['user_email'];
--- 296,300 ----
}
! if ( !empty($profiledata['user_viewemail']) || $userdata['user_level'] == ADMIN )
{
$email_uri = ( $board_config['board_email_form'] ) ? append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $profiledata['user_id']) : "mailto:" . $profiledata['user_email'];
***************
*** 263,267 ****
$avatar_img = "";
! if( $profiledata['user_avatar_type'] && $profiledata['user_allowavatar'] )
{
switch( $profiledata['user_avatar_type'] )
--- 310,314 ----
$avatar_img = "";
! if ( $profiledata['user_avatar_type'] && $profiledata['user_allowavatar'] )
{
switch( $profiledata['user_avatar_type'] )
***************
*** 281,289 ****
$poster_rank = "";
$rank_image = "";
! if( $profiledata['user_rank'] )
{
for($i = 0; $i < count($ranksrow); $i++)
{
! if( $profiledata['user_rank'] == $ranksrow[$i]['rank_id'] && $ranksrow[$i]['rank_special'] )
{
$poster_rank = $ranksrow[$i]['rank_title'];
--- 328,336 ----
$poster_rank = "";
$rank_image = "";
! if ( $profiledata['user_rank'] )
{
for($i = 0; $i < count($ranksrow); $i++)
{
! if ( $profiledata['user_rank'] == $ranksrow[$i]['rank_id'] && $ranksrow[$i]['rank_special'] )
{
$poster_rank = $ranksrow[$i]['rank_title'];
***************
*** 296,300 ****
for($i = 0; $i < count($ranksrow); $i++)
{
! if( $profiledata['user_posts'] > $ranksrow[$i]['rank_min'] && !$ranksrow[$i]['rank_special'] )
{
$poster_rank = $ranksrow[$i]['rank_title'];
--- 343,347 ----
for($i = 0; $i < count($ranksrow); $i++)
{
! if ( $profiledata['user_posts'] > $ranksrow[$i]['rank_min'] && !$ranksrow[$i]['rank_special'] )
{
$poster_rank = $ranksrow[$i]['rank_title'];
***************
*** 304,308 ****
}
! if( !empty($profiledata['user_icq']) )
{
$icq_status_img = '<a href="http://wwp.icq.com/' . $profiledata['user_icq'] . '#pager"><img src="http://web.icq.com/whitepages/online?icq=' . $profiledata['user_icq'] . '&img=5" width="18" height="18" border="0" /></a>';
--- 351,355 ----
}
! if ( !empty($profiledata['user_icq']) )
{
$icq_status_img = '<a href="http://wwp.icq.com/' . $profiledata['user_icq'] . '#pager"><img src="http://web.icq.com/whitepages/online?icq=' . $profiledata['user_icq'] . '&img=5" width="18" height="18" border="0" /></a>';
***************
*** 392,399 ****
}
! else if( $mode == "editprofile" || $mode == "register" )
{
! if( !$userdata['session_logged_in'] && $mode == "editprofile" )
{
header("Location: " . append_sid("login.$phpEx?redirect=profile.$phpEx&mode=editprofile", true));
--- 439,446 ----
}
! else if ( $mode == "editprofile" || $mode == "register" )
{
! if ( !$userdata['session_logged_in'] && $mode == "editprofile" )
{
header("Location: " . append_sid("login.$phpEx?redirect=profile.$phpEx&mode=editprofile", true));
***************
*** 405,409 ****
// Start processing for output
//
! if( $mode == "register" && !isset($HTTP_POST_VARS['agreed']) && !isset($HTTP_GET_VARS['agreed']) )
{
if( !isset($HTTP_POST_VARS['agreed']) && !isset($HTTP_GET_VARS['agreed']) )
--- 452,456 ----
// Start processing for output
//
! if ( $mode == "register" && !isset($HTTP_POST_VARS['agreed']) && !isset($HTTP_GET_VARS['agreed']) )
{
if( !isset($HTTP_POST_VARS['agreed']) && !isset($HTTP_GET_VARS['agreed']) )
***************
*** 1048,1066 ****
$email_headers = "From: " . $board_config['board_email'] . "\nReturn-Path: " . $board_config['board_email'] . "\r\n";
- if( isset($HTTP_SERVER_VARS['PATH_INFO']) && dirname($HTTP_SERVER_VARS['PATH_INFO']) != '/')
- {
- $path = dirname($HTTP_SERVER_VARS['PATH_INFO']);
- }
- else if( dirname($HTTP_SERVER_VARS['SCRIPT_NAME']) != '/')
- {
- $path = dirname($HTTP_SERVER_VARS['SCRIPT_NAME']);
- }
- else
- {
- $path = '';
- }
- $server_name = ( isset($HTTP_SERVE...
[truncated message content] |
|
From: Bart v. B. <ba...@us...> - 2002-01-27 20:35:55
|
Update of /cvsroot/phpbb/phpBB2/language/lang_dutch In directory usw-pr-cvs1:/tmp/cvs-serv1812 Modified Files: lang_main.php Log Message: Some changes to Dutch translation (thanks again, Erik) Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_dutch/lang_main.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** lang_main.php 2002/01/19 16:11:22 1.16 --- lang_main.php 2002/01/27 20:35:49 1.17 *************** *** 90,93 **** --- 90,94 ---- $lang['Select_forum'] = "Kies Forum"; $lang['View_latest_post'] = "Bekijk laatste bericht"; + $lang['Browsing_forum'] = "Gebruikers momenteel in dit forum:"; $lang['Page_of'] = "Pagina <b>%d</b> van <b>%d</b>"; // Replaces with: Page 1 of 2 for example *************** *** 131,140 **** $lang['Guest_users_total'] = "%d Gasten"; $lang['Guest_user_total'] = "%d Gast"; - $lang['Admin_online_color'] = "%sBeheerder%s"; - $lang['Mod_online_color'] = "%sModerator%s"; - $lang['You_last_visit'] = "Je laatste bezoek was op %s"; // %s replaced by date/time ! $lang['Current_time'] = "Het is nu %s"; $lang['Search_new'] = "Berichten sinds laatste bezoek"; $lang['Search_your_posts'] = "Bekijk je berichten"; --- 132,140 ---- $lang['Guest_users_total'] = "%d Gasten"; $lang['Guest_user_total'] = "%d Gast"; + $lang['Record_online_users'] = "Grootst aantal gebruikers online was <b>%s</b> op %s"; // first %s = number of users, second %s is the date. $lang['You_last_visit'] = "Je laatste bezoek was op %s"; // %s replaced by date/time ! $lang['Current_time'] = "Het is nu %s"; // %s replaced by time ! $lang['Search_new'] = "Berichten sinds laatste bezoek"; $lang['Search_your_posts'] = "Bekijk je berichten"; *************** *** 491,496 **** $lang['Profile_info'] = "Profiel Informatie"; $lang['Profile_info_warn'] = "Deze informatie is zichtbaar voor de andere gebruikers"; ! $lang['Avatar_panel'] = "Avatar control panel"; ! $lang['Avatar_gallery'] = "Avatar gallery"; //BVB $lang['Website'] = "Website"; --- 491,496 ---- $lang['Profile_info'] = "Profiel Informatie"; $lang['Profile_info_warn'] = "Deze informatie is zichtbaar voor de andere gebruikers"; ! $lang['Avatar_panel'] = "Avatar paneel"; ! $lang['Avatar_gallery'] = "Avatar gallery"; $lang['Website'] = "Website"; *************** *** 513,517 **** $lang['No_user_id_specified'] = "Sorry maar deze gebruiker bestaat niet"; $lang['Wrong_Profile'] = "Je kan alleen je eigen profiel bewerken"; ! $lang['Sorry_banned_or_taken_email'] = "Sorry maar dit email adres is gebanned, is al gebruikt door een andere gebruiker of is ongeldig. Probeer een ander mail adres, is deze ook gebanned, neem dan contact op met de beheerder van dit forum voor advies."; $lang['Only_one_avatar'] = "Je kan maar één soort Avatar gebruiken"; $lang['File_no_data'] = "Het bestand dat je opgaf lijkt leeg te zijn."; --- 513,517 ---- $lang['No_user_id_specified'] = "Sorry maar deze gebruiker bestaat niet"; $lang['Wrong_Profile'] = "Je kan alleen je eigen profiel bewerken"; ! $lang['Confirm_password_explain'] = "Je moet je huidige wachtwoord bevestigen indien je het wil wijzigen of je email adres aanpassen"; $lang['Only_one_avatar'] = "Je kan maar één soort Avatar gebruiken"; $lang['File_no_data'] = "Het bestand dat je opgaf lijkt leeg te zijn."; *************** *** 573,577 **** $lang['Password_mismatch'] = "De wachtwoorden die je hebt opgegeven komen niet overeen."; $lang['Current_password_mismatch'] = "Het huidige wachtwoord wat je hebt opgegeven komt niet overeen met het opgeslagen wachtwoord in de database."; ! $lang['Invalid_username'] = "De gebruikersnaam bestaat al of er staan ongeldige tekens de naam zoals het \" teken"; $lang['Signature_too_long'] = "Je onderschrift is te lang"; $lang['Fields_empty'] = "Je moet alle verplichte velden invullen"; --- 573,584 ---- $lang['Password_mismatch'] = "De wachtwoorden die je hebt opgegeven komen niet overeen."; $lang['Current_password_mismatch'] = "Het huidige wachtwoord wat je hebt opgegeven komt niet overeen met het opgeslagen wachtwoord in de database."; ! $lang['Password_long'] = "Uw wachtwoord mag maximaal uit 32 tekens bestaan"; ! $lang['Username_taken'] = "Sorry, maar deze gebruikersnaam is reeds in gebruik"; ! $lang['Username_invalid'] = "Sorry, maar deze gebruikersnaam bevat een ongeldig teken zoals \""; ! $lang['Username_disallowed'] = "Sorry, maar deze gebruikersnaam is niet toegelaten"; ! $lang['Email_taken'] = "Sorry, maar dit email adres is al gebruikt door een gebruiker"; ! $lang['Email_banned'] = "Sorry, maar dit email adres is gebanned"; ! $lang['Email_invalid'] = "Sorry, maar dit email adres is ongeldig"; ! $lang['Signature_too_long'] = "Je onderschrift is te lang"; $lang['Fields_empty'] = "Je moet alle verplichte velden invullen"; *************** *** 717,725 **** $lang['Search_for_any'] = "Zoek voor <i>een</i> van de woorden of gebruik AND, OR en NOT"; $lang['Search_for_all'] = "Zoek naar <i>alle</i> woorden"; - $lang['Search_title_msg'] = "Zoek in bericht titel en tekst"; - $lang['Search_msg_only'] = "Zoek alleen in bericht tekst"; - $lang['Search_author'] = "Zoek op Auteur"; $lang['Return_first'] = "Bekijk eerste"; // followed by xxx characters in a select box --- 724,732 ---- $lang['Search_for_any'] = "Zoek voor <i>een</i> van de woorden of gebruik AND, OR en NOT"; $lang['Search_for_all'] = "Zoek naar <i>alle</i> woorden"; $lang['Search_author'] = "Zoek op Auteur"; + $lang['Search_title_msg'] = "Zoek in bericht titel en tekst"; + $lang['Search_msg_only'] = "Zoek alleen in tekst bericht"; + $lang['Return_first'] = "Bekijk eerste"; // followed by xxx characters in a select box *************** *** 969,972 **** --- 976,982 ---- $lang['A_critical_error'] = "Er is een fatale fout opgetreden"; + $lang['Admin_online_color'] = "%sBeheerder%s"; + $lang['Mod_online_color'] = "%sModerator%s"; + //$lang['TRANSLATION_INFO'] = ""; // // That's all Folks! |
|
From: Paul S. O. <ps...@us...> - 2002-01-27 15:16:11
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv31997
Modified Files:
login.php
Log Message:
header Location mod to cope with IIS ... I hope
Index: login.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/login.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** login.php 2001/12/21 15:51:31 1.37
--- login.php 2002/01/27 15:16:08 1.38
***************
*** 31,35 ****
include($phpbb_root_path . 'common.'.$phpEx);
-
//
// Set page ID for session management
--- 31,34 ----
***************
*** 43,46 ****
--- 42,52 ----
if( isset($HTTP_POST_VARS['login']) || isset($HTTP_GET_VARS['login']) || isset($HTTP_POST_VARS['logout']) || isset($HTTP_GET_VARS['logout']) )
{
+ //
+ // This appears to work for IIS5 CGI under Win2K. Uses getenv
+ // since this doesn't exist for ISAPI mode and therefore the
+ // normal Location redirector is used in preference
+ //
+ $header_location = ( @preg_match("/Microsoft/", getenv("SERVER_SOFTWARE")) ) ? "Refresh: 0; URL=" : "Location: ";
+
if( ( isset($HTTP_POST_VARS['login']) || isset($HTTP_GET_VARS['login']) ) && !$userdata['session_logged_in'] )
{
***************
*** 63,67 ****
if( $rowresult['user_level'] != ADMIN && $board_config['board_disable'] )
{
! header("Location: " . append_sid("index.$phpEx", true));
}
else
--- 69,73 ----
if( $rowresult['user_level'] != ADMIN && $board_config['board_disable'] )
{
! header($header_location . append_sid("index.$phpEx", true));
}
else
***************
*** 77,85 ****
if( !empty($HTTP_POST_VARS['redirect']) )
{
! header("Location: " . append_sid($HTTP_POST_VARS['redirect'], true));
}
else
{
! header("Location: " . append_sid("index.$phpEx", true));
}
}
--- 83,91 ----
if( !empty($HTTP_POST_VARS['redirect']) )
{
! header($header_location . append_sid($HTTP_POST_VARS['redirect'], true));
}
else
{
! header($header_location . append_sid("index.$phpEx", true));
}
}
***************
*** 125,133 ****
if( !empty($HTTP_POST_VARS['redirect']) )
{
! header("Location: " . append_sid($HTTP_POST_VARS['redirect'], true));
}
else
{
! header("Location: " . append_sid("index.$phpEx", true));
}
}
--- 131,139 ----
if( !empty($HTTP_POST_VARS['redirect']) )
{
! header($header_location . append_sid($HTTP_POST_VARS['redirect'], true));
}
else
{
! header($header_location . append_sid("index.$phpEx", true));
}
}
***************
*** 136,144 ****
if( !empty($HTTP_POST_VARS['redirect']) )
{
! header("Location: " . append_sid($HTTP_POST_VARS['redirect'], true));
}
else
{
! header("Location: " . append_sid("index.$phpEx", true));
}
}
--- 142,150 ----
if( !empty($HTTP_POST_VARS['redirect']) )
{
! header($header_location . append_sid($HTTP_POST_VARS['redirect'], true));
}
else
{
! header($header_location . append_sid("index.$phpEx", true));
}
}
|
|
From: Paul S. O. <ps...@us...> - 2002-01-27 14:17:40
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv18132/includes
Modified Files:
page_header.php
Log Message:
Fixed use of date instead of create_date for most users online ...
Index: page_header.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/page_header.php,v
retrieving revision 1.94
retrieving revision 1.95
diff -C2 -r1.94 -r1.95
*** page_header.php 2002/01/27 01:20:42 1.94
--- page_header.php 2002/01/27 14:17:38 1.95
***************
*** 384,388 ****
"L_WHOSONLINE_ADMIN" => sprintf($lang['Admin_online_color'], '<span style="color:' . $theme['fontcolor3'] . '">', '</span>'),
"L_WHOSONLINE_MOD" => sprintf($lang['Mod_online_color'], '<span style="color:' . $theme['fontcolor2'] . '">', '</span>'),
! "L_RECORD_USERS" => sprintf($lang['Record_online_users'], $board_config['record_online_users'], date($board_config['default_dateformat'], $board_config['record_online_date']) ),
"U_SEARCH_UNANSWERED" => append_sid("search.".$phpEx."?search_id=unanswered"),
--- 384,388 ----
"L_WHOSONLINE_ADMIN" => sprintf($lang['Admin_online_color'], '<span style="color:' . $theme['fontcolor3'] . '">', '</span>'),
"L_WHOSONLINE_MOD" => sprintf($lang['Mod_online_color'], '<span style="color:' . $theme['fontcolor2'] . '">', '</span>'),
! "L_RECORD_USERS" => sprintf($lang['Record_online_users'], $board_config['record_online_users'], create_date($board_config['default_dateformat'], $board_config['record_online_date'], $board_config['board_timezone'])),
"U_SEARCH_UNANSWERED" => append_sid("search.".$phpEx."?search_id=unanswered"),
|
|
From: Paul S. O. <ps...@us...> - 2002-01-27 14:14:02
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv17536/admin
Modified Files:
admin_users.php
Log Message:
Fixed content-type/length bugs
Index: admin_users.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/admin_users.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** admin_users.php 2002/01/24 02:51:00 1.40
--- admin_users.php 2002/01/27 14:13:59 1.41
***************
*** 368,371 ****
--- 368,372 ----
case "jpeg":
case "pjpeg":
+ case "jpg":
$imgtype = '.jpg';
break;
***************
*** 394,403 ****
if( $this_userdata['user_avatar_type'] == USER_AVATAR_UPLOAD && $this_userdata['user_avatar'] != "" )
{
! if( @file_exists("./" . $board_config['avatar_path'] . "/" . $this_userdata['user_avatar']) )
{
! @unlink("./" . $board_config['avatar_path'] . "/". $this_userdata['user_avatar']);
}
}
! @copy($user_avatar_loc, "./" . $board_config['avatar_path'] . "/$avatar_filename");
$avatar_sql = ", user_avatar = '$avatar_filename', user_avatar_type = " . USER_AVATAR_UPLOAD;
--- 395,404 ----
if( $this_userdata['user_avatar_type'] == USER_AVATAR_UPLOAD && $this_userdata['user_avatar'] != "" )
{
! if( @file_exists("./../" . $board_config['avatar_path'] . "/" . $this_userdata['user_avatar']) )
{
! @unlink("./../" . $board_config['avatar_path'] . "/". $this_userdata['user_avatar']);
}
}
! @copy($user_avatar_loc, "./../" . $board_config['avatar_path'] . "/$avatar_filename");
$avatar_sql = ", user_avatar = '$avatar_filename', user_avatar_type = " . USER_AVATAR_UPLOAD;
***************
*** 458,465 ****
@fclose($fsock);
! if( preg_match("/Content-Length\: ([0-9]+)[^\/]+Content-Type\: image\/[x\-]*([a-z]+)[\s]+/i", $avatar_data, $file_data) )
{
! $file_size = $file_data[1];
! $file_type = $file_data[2];
switch( $file_type )
--- 459,466 ----
@fclose($fsock);
! if( preg_match("/Content-Length\: ([0-9]+)[^\/ ][\s]+/i", $avatar_data, $file_data1) && preg_match("/Content-Type\: image\/[x\-]*([a-z]+)[\s]+/i", $avatar_data, $file_data2) )
{
! $file_size = $file_data1[1];
! $file_type = $file_data2[1];
switch( $file_type )
***************
*** 467,470 ****
--- 468,472 ----
case "jpeg":
case "pjpeg":
+ case "jpg":
$imgtype = '.jpg';
break;
***************
*** 502,511 ****
if( $this_userdata['user_avatar_type'] == USER_AVATAR_UPLOAD && $this_userdata['user_avatar'] != "")
{
! if( file_exists("./" . $board_config['avatar_path'] . "/" . $this_userdata['user_avatar']) )
{
! @unlink("./" . $board_config['avatar_path'] . "/" . $this_userdata['user_avatar']);
}
}
! @copy($tmp_filename, "./" . $board_config['avatar_path'] . "/$avatar_filename");
@unlink($tmp_filename);
--- 504,513 ----
if( $this_userdata['user_avatar_type'] == USER_AVATAR_UPLOAD && $this_userdata['user_avatar'] != "")
{
! if( file_exists("./../" . $board_config['avatar_path'] . "/" . $this_userdata['user_avatar']) )
{
! @unlink("./../" . $board_config['avatar_path'] . "/" . $this_userdata['user_avatar']);
}
}
! @copy($tmp_filename, "./../" . $board_config['avatar_path'] . "/$avatar_filename");
@unlink($tmp_filename);
|
|
From: Paul S. O. <ps...@us...> - 2002-01-27 14:13:58
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv17514
Modified Files:
profile.php
Log Message:
Fixed content-type/length bugs
Index: profile.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/profile.php,v
retrieving revision 1.173
retrieving revision 1.174
diff -C2 -r1.173 -r1.174
*** profile.php 2002/01/27 03:10:12 1.173
--- profile.php 2002/01/27 14:13:55 1.174
***************
*** 882,889 ****
@fclose($fsock);
! if( preg_match("/Content-Length\: ([0-9]+)[^\/]+Content-Type\: image\/[x\-]*([a-z]+)[\s]+/i", $avatar_data, $file_data) )
{
! $file_size = $file_data[1];
! $file_type = $file_data[2];
switch( $file_type )
--- 882,889 ----
@fclose($fsock);
! if( preg_match("/Content-Length\: ([0-9]+)[^\/ ][\s]+/i", $avatar_data, $file_data1) && preg_match("/Content-Type\: image\/[x\-]*([a-z]+)[\s]+/i", $avatar_data, $file_data2) )
{
! $file_size = $file_data1[1];
! $file_type = $file_data2[1];
switch( $file_type )
***************
*** 891,894 ****
--- 891,895 ----
case "jpeg":
case "pjpeg":
+ case "jpg":
$imgtype = '.jpg';
break;
|
|
From: Paul S. O. <ps...@us...> - 2002-01-27 14:03:23
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv15594/includes Modified Files: bbcode.php Log Message: arrgghhhhh I hate regexp Index: bbcode.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/bbcode.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -r1.24 -r1.25 *** bbcode.php 2002/01/27 13:59:57 1.24 --- bbcode.php 2002/01/27 14:03:21 1.25 *************** *** 194,214 **** // [url]xxxx://www.phpbb.com[/url] code.. ! $patterns[1] = "#\[url\]([a-z]+?://){1}([a-z0-9\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/url\]#si"; $replacements[1] = $bbcode_tpl['url1']; // [url]www.phpbb.com[/url] code.. (no xxxx:// prefix). ! $patterns[2] = "#\[url\]([a-z0-9\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/url\]#si"; $replacements[2] = $bbcode_tpl['url2']; // [url=xxxx://www.phpbb.com]phpBB[/url] code.. ! $patterns[3] = "#\[url=([a-z]+?://){1}([a-z0-9\.,\?!%\*_\#:~\\&$@\/=\+]+)\](.*?)\[/url\]#si"; $replacements[3] = $bbcode_tpl['url3']; // [url=www.phpbb.com]phpBB[/url] code.. (no xxxx:// prefix). ! $patterns[4] = "#\[url=([a-z0-9\.,\?!%\*_\#:~\\&$@\/=\+]+)\]([a-z\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/url\]#si"; $replacements[4] = $bbcode_tpl['url4']; // [email]us...@do...[/email] code.. ! $patterns[5] = "#\[email\]([a-z0-9\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/email\]#si"; $replacements[5] = $bbcode_tpl['email']; --- 194,214 ---- // [url]xxxx://www.phpbb.com[/url] code.. ! $patterns[1] = "#\[url\]([a-z]+?://){1}([a-z0-9\-\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/url\]#si"; $replacements[1] = $bbcode_tpl['url1']; // [url]www.phpbb.com[/url] code.. (no xxxx:// prefix). ! $patterns[2] = "#\[url\]([a-z0-9\-\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/url\]#si"; $replacements[2] = $bbcode_tpl['url2']; // [url=xxxx://www.phpbb.com]phpBB[/url] code.. ! $patterns[3] = "#\[url=([a-z]+?://){1}([a-z0-9\-\.,\?!%\*_\#:~\\&$@\/=\+]+)\](.*?)\[/url\]#si"; $replacements[3] = $bbcode_tpl['url3']; // [url=www.phpbb.com]phpBB[/url] code.. (no xxxx:// prefix). ! $patterns[4] = "#\[url=([a-z0-9\-\.,\?!%\*_\#:~\\&$@\/=\+]+)\]([a-z0-9\-\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/url\]#si"; $replacements[4] = $bbcode_tpl['url4']; // [email]us...@do...[/email] code.. ! $patterns[5] = "#\[email\]([a-z0-9\-\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/email\]#si"; $replacements[5] = $bbcode_tpl['email']; |
|
From: Paul S. O. <ps...@us...> - 2002-01-27 14:00:00
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv14884/includes Modified Files: bbcode.php Log Message: alphaNUMERICS Paul, ... doh Index: bbcode.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/bbcode.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** bbcode.php 2002/01/27 13:53:14 1.23 --- bbcode.php 2002/01/27 13:59:57 1.24 *************** *** 194,214 **** // [url]xxxx://www.phpbb.com[/url] code.. ! $patterns[1] = "#\[url\]([a-z]+?://){1}([a-z\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/url\]#si"; $replacements[1] = $bbcode_tpl['url1']; // [url]www.phpbb.com[/url] code.. (no xxxx:// prefix). ! $patterns[2] = "#\[url\]([a-z\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/url\]#si"; $replacements[2] = $bbcode_tpl['url2']; // [url=xxxx://www.phpbb.com]phpBB[/url] code.. ! $patterns[3] = "#\[url=([a-z]+?://){1}([a-z\.,\?!%\*_\#:~\\&$@\/=\+]+)\](.*?)\[/url\]#si"; $replacements[3] = $bbcode_tpl['url3']; // [url=www.phpbb.com]phpBB[/url] code.. (no xxxx:// prefix). ! $patterns[4] = "#\[url=([a-z\.,\?!%\*_\#:~\\&$@\/=\+]+)\]([a-z\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/url\]#si"; $replacements[4] = $bbcode_tpl['url4']; // [email]us...@do...[/email] code.. ! $patterns[5] = "#\[email\]([a-z\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/email\]#si"; $replacements[5] = $bbcode_tpl['email']; --- 194,214 ---- // [url]xxxx://www.phpbb.com[/url] code.. ! $patterns[1] = "#\[url\]([a-z]+?://){1}([a-z0-9\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/url\]#si"; $replacements[1] = $bbcode_tpl['url1']; // [url]www.phpbb.com[/url] code.. (no xxxx:// prefix). ! $patterns[2] = "#\[url\]([a-z0-9\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/url\]#si"; $replacements[2] = $bbcode_tpl['url2']; // [url=xxxx://www.phpbb.com]phpBB[/url] code.. ! $patterns[3] = "#\[url=([a-z]+?://){1}([a-z0-9\.,\?!%\*_\#:~\\&$@\/=\+]+)\](.*?)\[/url\]#si"; $replacements[3] = $bbcode_tpl['url3']; // [url=www.phpbb.com]phpBB[/url] code.. (no xxxx:// prefix). ! $patterns[4] = "#\[url=([a-z0-9\.,\?!%\*_\#:~\\&$@\/=\+]+)\]([a-z\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/url\]#si"; $replacements[4] = $bbcode_tpl['url4']; // [email]us...@do...[/email] code.. ! $patterns[5] = "#\[email\]([a-z0-9\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/email\]#si"; $replacements[5] = $bbcode_tpl['email']; |
|
From: Paul S. O. <ps...@us...> - 2002-01-27 13:53:18
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv13652/includes Modified Files: bbcode.php Log Message: Check for allowed chars in [url] submissions ... could use some double checking Index: bbcode.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/bbcode.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -r1.22 -r1.23 *** bbcode.php 2002/01/09 01:39:23 1.22 --- bbcode.php 2002/01/27 13:53:14 1.23 *************** *** 194,214 **** // [url]xxxx://www.phpbb.com[/url] code.. ! $patterns[1] = "#\[url\]([a-z]+?://){1}(.*?)\[/url\]#si"; $replacements[1] = $bbcode_tpl['url1']; // [url]www.phpbb.com[/url] code.. (no xxxx:// prefix). ! $patterns[2] = "#\[url\](.*?)\[/url\]#si"; $replacements[2] = $bbcode_tpl['url2']; // [url=xxxx://www.phpbb.com]phpBB[/url] code.. ! $patterns[3] = "#\[url=([a-z]+?://){1}(.*?)\](.*?)\[/url\]#si"; $replacements[3] = $bbcode_tpl['url3']; // [url=www.phpbb.com]phpBB[/url] code.. (no xxxx:// prefix). ! $patterns[4] = "#\[url=(.*?)\](.*?)\[/url\]#si"; $replacements[4] = $bbcode_tpl['url4']; // [email]us...@do...[/email] code.. ! $patterns[5] = "#\[email\](.*?)\[/email\]#si"; $replacements[5] = $bbcode_tpl['email']; --- 194,214 ---- // [url]xxxx://www.phpbb.com[/url] code.. ! $patterns[1] = "#\[url\]([a-z]+?://){1}([a-z\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/url\]#si"; $replacements[1] = $bbcode_tpl['url1']; // [url]www.phpbb.com[/url] code.. (no xxxx:// prefix). ! $patterns[2] = "#\[url\]([a-z\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/url\]#si"; $replacements[2] = $bbcode_tpl['url2']; // [url=xxxx://www.phpbb.com]phpBB[/url] code.. ! $patterns[3] = "#\[url=([a-z]+?://){1}([a-z\.,\?!%\*_\#:~\\&$@\/=\+]+)\](.*?)\[/url\]#si"; $replacements[3] = $bbcode_tpl['url3']; // [url=www.phpbb.com]phpBB[/url] code.. (no xxxx:// prefix). ! $patterns[4] = "#\[url=([a-z\.,\?!%\*_\#:~\\&$@\/=\+]+)\]([a-z\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/url\]#si"; $replacements[4] = $bbcode_tpl['url4']; // [email]us...@do...[/email] code.. ! $patterns[5] = "#\[email\]([a-z\.,\?!%\*_\#:~\\&$@\/=\+]+)\[/email\]#si"; $replacements[5] = $bbcode_tpl['email']; |
|
From: Paul S. O. <ps...@us...> - 2002-01-27 13:14:18
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv6819
Modified Files:
viewforum.php
Log Message:
Fixed $phpEx inside single quotes
Index: viewforum.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewforum.php,v
retrieving revision 1.122
retrieving revision 1.123
diff -C2 -r1.122 -r1.123
*** viewforum.php 2002/01/27 02:18:32 1.122
--- viewforum.php 2002/01/27 13:14:15 1.123
***************
*** 170,174 ****
if( $forum_row['prune_next'] < time() && $forum_row['prune_enable'] )
{
! include($phpbb_root_path . 'includes/prune.$phpEx');
auto_prune($forum_id);
}
--- 170,174 ----
if( $forum_row['prune_next'] < time() && $forum_row['prune_enable'] )
{
! include($phpbb_root_path . 'includes/prune.'.$phpEx);
auto_prune($forum_id);
}
|
|
From: Paul S. O. <ps...@us...> - 2002-01-27 03:10:42
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv10672/templates/subSilver
Modified Files:
profile_add_body.tpl
Log Message:
Fix various bugs; password length warning, proper warnings for username/email errors
Index: profile_add_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_add_body.tpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** profile_add_body.tpl 2002/01/03 22:44:28 1.11
--- profile_add_body.tpl 2002/01/27 03:10:40 1.12
***************
*** 31,35 ****
<tr>
<td class="row1"><span class="gen">{L_CURRENT_PASSWORD}: *</span><br />
! <span class="gensmall">{L_PASSWORD_IF_CHANGED}</span></td>
<td class="row2">
<input type="password" class="post" style="width: 200px" name="cur_password" size="25" maxlength="100" value="{PASSWORD}" />
--- 31,35 ----
<tr>
<td class="row1"><span class="gen">{L_CURRENT_PASSWORD}: *</span><br />
! <span class="gensmall">{L_CONFIRM_PASSWORD_EXPLAIN}</span></td>
<td class="row2">
<input type="password" class="post" style="width: 200px" name="cur_password" size="25" maxlength="100" value="{PASSWORD}" />
|
|
From: Paul S. O. <ps...@us...> - 2002-01-27 03:10:37
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv10652/language/lang_english Modified Files: lang_main.php Log Message: Fix various bugs; password length warning, proper warnings for username/email errors Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.79 retrieving revision 1.80 diff -C2 -r1.79 -r1.80 *** lang_main.php 2002/01/27 01:20:15 1.79 --- lang_main.php 2002/01/27 03:10:35 1.80 *************** *** 525,529 **** $lang['No_user_id_specified'] = "Sorry but that user does not exist"; $lang['Wrong_Profile'] = "You cannot modify a profile that is not your own."; ! $lang['Sorry_banned_or_taken_email'] = "Sorry but the email address you gave has either been banned, is already registered to another user or is invalid. Please try an alternative address, if that is also banned you should contact the board administrator for advice"; $lang['Only_one_avatar'] = "Only one type of avatar can be specified"; $lang['File_no_data'] = "The file at the URL you gave contains no data"; --- 525,529 ---- $lang['No_user_id_specified'] = "Sorry but that user does not exist"; $lang['Wrong_Profile'] = "You cannot modify a profile that is not your own."; ! $lang['Only_one_avatar'] = "Only one type of avatar can be specified"; $lang['File_no_data'] = "The file at the URL you gave contains no data"; *************** *** 553,556 **** --- 553,557 ---- $lang['New_password'] = "New password"; $lang['Confirm_password'] = "Confirm password"; + $lang['Confirm_password_explain'] = "You must confirm your current password if you wish to change it or alter your email address"; $lang['password_if_changed'] = "You only need to supply a password if you want to change it"; $lang['password_confirm_if_changed'] = "You only need to confirm your password if you changed it above"; *************** *** 584,588 **** $lang['Password_mismatch'] = "The passwords you entered did not match"; $lang['Current_password_mismatch'] = "The current password you supplied does not match that stored in the database"; ! $lang['Invalid_username'] = "The username you requested has been taken or disallowed, or contains invalid characters like the \" character"; $lang['Signature_too_long'] = "Your signature is too long"; $lang['Fields_empty'] = "You must fill in the required fields"; --- 585,595 ---- $lang['Password_mismatch'] = "The passwords you entered did not match"; $lang['Current_password_mismatch'] = "The current password you supplied does not match that stored in the database"; ! $lang['Password_long'] = "Your password must be no more than 32 characters"; ! $lang['Username_taken'] = "Sorry but this username has already been taken"; ! $lang['Username_invalid'] = "Sorry but this username contains an invalid character such as \""; ! $lang['Username_disallowed'] = "Sorry but this username has been disallowed"; ! $lang['Email_taken'] = "Sorry but that email address is already registered to a user"; ! $lang['Email_banned'] = "Sorry but this email address has been banned"; ! $lang['Email_invalid'] = "Sorry but this email address is invalid"; $lang['Signature_too_long'] = "Your signature is too long"; $lang['Fields_empty'] = "You must fill in the required fields"; |