|
From: Paul S. O. <ps...@us...> - 2001-12-17 00:39:50
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv23638/language/lang_english Modified Files: lang_main.php lang_admin.php Log Message: Various remaining language fixes for viewonline and board configuration admin Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -r1.67 -r1.68 *** lang_main.php 2001/12/16 18:53:44 1.67 --- lang_main.php 2001/12/17 00:39:47 1.68 *************** *** 143,146 **** --- 143,147 ---- $lang['Memberlist'] = "Memberlist"; $lang['FAQ'] = "FAQ"; + $lang['BBCode_guide'] = "BBCode Guide"; $lang['Usergroups'] = "Usergroups"; $lang['Last_Post'] = "Last Post"; *************** *** 766,770 **** // Viewonline // ! $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 $lang['Guest_users_online'] = "There are %d Guest users online"; // There are 10 Guest users online --- 767,773 ---- // Viewonline // ! $lang['Reg_user_online'] = "There is %d Registered user and "; // There ae 5 Registered and ! $lang['Reg_users_online'] = "There are %d Registered users and "; // There ae 5 Registered and ! $lang['Hidden_user_online'] = "%d Hidden user online"; // 6 Hidden users online $lang['Hidden_users_online'] = "%d Hidden users online"; // 6 Hidden users online $lang['Guest_users_online'] = "There are %d Guest users online"; // There are 10 Guest users online Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_admin.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** lang_admin.php 2001/12/16 02:38:45 1.20 --- lang_admin.php 2001/12/17 00:39:47 1.21 *************** *** 235,238 **** --- 235,241 ---- $lang['Board_disable_explain'] = "This will make the board unavailable to users. Do not logout when you disable the board, you will not be able to log back in!"; $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'] = "User and Forum Basic Settings"; |