|
From: Paul S. O. <ps...@us...> - 2001-12-11 02:21:54
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv27942/language/lang_english Modified Files: lang_main.php Log Message: More updates for Euclid, minor update to subSilver, fixed bug #490798 Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -r1.61 -r1.62 *** lang_main.php 2001/12/07 08:59:06 1.61 --- lang_main.php 2001/12/11 02:21:51 1.62 *************** *** 47,51 **** $lang['Topic'] = "Topic"; $lang['Topics'] = "Topics"; - $lang['Reply'] = "Reply"; $lang['Replies'] = "Replies"; $lang['Views'] = "Views"; --- 47,50 ---- *************** *** 83,87 **** $lang['Disabled'] = "Disabled"; $lang['Error'] = "Error"; - $lang['Success'] = "Success"; $lang['Next'] = "Next"; --- 82,85 ---- *************** *** 306,310 **** $lang['Empty_subject'] = "You must specify a subject when posting a new topic"; $lang['Empty_message'] = "You must enter a message when posting"; - $lang['Announce_and_sticky'] = "You cannot post a topic that is both an announcement and a sticky topic"; $lang['Forum_locked'] = "This forum is locked you cannot post, reply to or edit topics"; $lang['Topic_locked'] = "This topic is locked you cannot edit posts or make replies"; --- 304,307 ---- *************** *** 716,720 **** // Viewonline // - $lang['Who_is_online'] = "Who is online"; $lang['Reg_users_online'] = "There are %d Registered and "; // There ae 5 Registered and $lang['Hidden_users_online'] = "%d Hidden users online"; // 6 Hidden users online --- 713,716 ---- *************** *** 755,758 **** --- 751,755 ---- $lang['Topics_Moved'] = "The selected topics have been moved"; $lang['Topics_Unlocked'] = "The selected topics have been unlocked"; + $lang['No_Topics_Moved'] = "No topics were moved"; $lang['Confirm_delete_topic'] = "Are you sure you want to remove the selected topic/s?"; |