|
From: Paul S. O. <ps...@us...> - 2002-07-06 13:18:44
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv5724/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: Time to a commit ... been a while Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_admin.php,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -r1.35 -r1.36 *** lang_admin.php 10 Mar 2002 03:41:33 -0000 1.35 --- lang_admin.php 6 Jul 2002 13:18:18 -0000 1.36 *************** *** 1,6 **** <?php - /*************************************************************************** ! * lang_admin.php [English] * ------------------- * begin : Sat Dec 16 2000 --- 1,5 ---- <?php /*************************************************************************** ! * lang_admin.php [ English ] [...1389 lines suppressed...] ! $lang['Search_indexing'] = 'Search Indexing'; ! $lang['Search_indexing_explain'] = 'phpBB2 uses a fulltext search system. This breaks down each post into seperate words and then, if the word does not already exist it stores those words in a table. In turn the post is linked to each word it contains in this table. This allows quick searching of large databases and helps reduce load on the server compared to most other methods.</p><p>However, if the tables get out of sync for some reason or you change the minimum, maximum or disallowed list of words the tables need updating. This facility allows you to do just that.</p><p>Please be aware this procedure can take a long time, particularly on large databases. During this period your forum will be automatically shut down to prevent people posting. You can cancel the procedure at any time.</p>'; ! $lang['Start'] = 'Start'; ! $lang['Stop'] = 'Stop'; ! $lang['Indexing_stop_explain'] = 'Search re-indexing has been stopped. Please note that because you stopped the procedure before it completed some posts will now not appear when words they contain are searched for.'; ! $lang['Indexing_finished_explain'] = 'Search re-indexing has been completed successfully.'; // *************** *** 718,720 **** // ------------------------------------------------- ! ?> --- 716,718 ---- // ------------------------------------------------- ! ?> \ No newline at end of file Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.89 retrieving revision 1.90 diff -C2 -r1.89 -r1.90 *** lang_main.php 10 Jun 2002 01:49:48 -0000 1.89 --- lang_main.php 6 Jul 2002 13:18:20 -0000 1.90 *************** *** 28,32 **** // ! $lang['ENCODING'] = 'iso-8859-1'; $lang['DIRECTION'] = 'ltr'; // rtl for Arabic, Hebrew, etc. $lang['LEFT'] = 'left'; // right for Arabic, Hebrew, etc. --- 28,32 ---- // ! $lang['ENCODING'] = 'iso-8859-15'; $lang['DIRECTION'] = 'ltr'; // rtl for Arabic, Hebrew, etc. $lang['LEFT'] = 'left'; // right for Arabic, Hebrew, etc. *************** *** 62,65 **** --- 62,68 ---- $lang['6_Months'] = '6 Months'; $lang['1_Year'] = '1 Year'; + $lang['Ascending'] = 'Ascending'; + $lang['Descending'] = 'Descending'; + $lang['Post_time'] = 'Post time'; $lang['Go'] = 'Go'; *************** *** 153,156 **** --- 156,160 ---- $lang['Moderator'] = 'Moderator'; $lang['Moderators'] = 'Moderators'; + $lang['View_moderators'] = 'List forum moderators'; *************** *** 229,232 **** --- 233,240 ---- $lang['Rules_reply_can'] = 'You <b>can</b> reply to topics in this forum'; $lang['Rules_reply_cannot'] = 'You <b>cannot</b> reply to topics in this forum'; + $lang['Rules_attach_can'] = 'You <b>can</b> post attachments in this forum'; + $lang['Rules_attach_cannot'] = 'You <b>cannot</b> post attachments in this forum'; + $lang['Rules_download_can'] = 'You <b>can</b> download attachments in this forum'; + $lang['Rules_download_cannot'] = 'You <b>cannot</b> download attachments in this forum'; $lang['Rules_edit_can'] = 'You <b>can</b> edit your posts in this forum'; $lang['Rules_edit_cannot'] = 'You <b>cannot</b> edit your posts in this forum'; *************** *** 264,269 **** $lang['Display_posts'] = 'Display posts from previous'; $lang['All_Posts'] = 'All Posts'; - $lang['Newest_First'] = 'Newest First'; - $lang['Oldest_First'] = 'Oldest First'; $lang['Back_to_top'] = 'Back to top'; --- 272,275 ---- *************** *** 292,297 **** $lang['Stop_watching_topic'] = 'Stop watching this topic'; $lang['Start_watching_topic'] = 'Watch this topic for replies'; ! $lang['No_longer_watching'] = 'You are no longer watching this topic'; ! $lang['You_are_watching'] = 'You are now watching this topic'; $lang['Total_votes'] = 'Total Votes'; --- 298,310 ---- $lang['Stop_watching_topic'] = 'Stop watching this topic'; $lang['Start_watching_topic'] = 'Watch this topic for replies'; ! $lang['No_longer_watching_topic'] = 'You are no longer watching this topic'; ! $lang['You_are_watching_topic'] = 'You are now watching this topic'; ! ! $lang['Rate_topic'] = 'Rate this topic'; ! $lang['Very_poor'] = 'Very Poor'; ! $lang['Quite_poor'] = 'Quite Poor'; ! $lang['Unrated'] = 'Unrated'; ! $lang['Quite_good'] = 'Quite Good'; ! $lang['Very_good'] = 'Very Good'; $lang['Total_votes'] = 'Total Votes'; *************** *** 821,826 **** $lang['Forum_index'] = 'Forum index'; $lang['Logging_on'] = 'Logging on'; ! $lang['Posting_message'] = 'Posting a message'; $lang['Searching_forums'] = 'Searching forums'; $lang['Viewing_profile'] = 'Viewing profile'; --- 834,840 ---- $lang['Forum_index'] = 'Forum index'; + $lang['Reading_topic'] = 'Reading topic in %s'; $lang['Logging_on'] = 'Logging on'; ! $lang['Posting_message'] = 'Posting message in %s'; $lang['Searching_forums'] = 'Searching forums'; $lang['Viewing_profile'] = 'Viewing profile'; |