|
From: James A. <th...@us...> - 2001-11-24 09:58:14
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv21384 Modified Files: lang_main.php Log Message: Just a coouple updates Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -r1.49 -r1.50 *** lang_main.php 2001/11/21 15:56:12 1.49 --- lang_main.php 2001/11/24 09:58:10 1.50 *************** *** 430,434 **** // $lang['Viewing_user_profile'] = "Viewing profile :: %s"; // %s is username ! $lang['About_user'] = "All about %s"; $lang['Preferences'] = "Preferences"; --- 430,434 ---- // $lang['Viewing_user_profile'] = "Viewing profile :: %s"; // %s is username ! $lang['About_user'] = "All about %s"; // %s is username $lang['Preferences'] = "Preferences"; *************** *** 707,714 **** // $lang['Who_is_online'] = "Who is online"; ! $lang['Reg_users_online'] = "There are %d Registered and "; ! $lang['Hidden_users_online'] = "%d Hidden users online"; ! $lang['Guest_users_online'] = "There are %d Guest users online"; ! $lang['Guest_user_online'] = "There is %d Guest user online"; $lang['No_users_browsing'] = "There are no users currently browsing this forum"; --- 707,714 ---- // $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 ! $lang['Guest_users_online'] = "There are %d Guest users online"; // There are 10 Guest users online ! $lang['Guest_user_online'] = "There is %d Guest user online"; // There is 1 Guest user online $lang['No_users_browsing'] = "There are no users currently browsing this forum"; *************** *** 733,737 **** // $lang['Mod_CP'] = "Moderator Control Panel"; ! $lang['Mod_CP_explain'] = "Using the form below you can perform mass moderation operations on this forum. You can lock, unlock, move or delete any number of topics. If this forum is defined as private in some way you can also modify which users can and cannot access it."; $lang['Select'] = "Select"; --- 733,737 ---- // $lang['Mod_CP'] = "Moderator Control Panel"; ! $lang['Mod_CP_explain'] = "Using the form below you can perform mass moderation operations on this forum. You can lock, unlock, move or delete any number of topics."; $lang['Select'] = "Select"; |