|
From: Paul S. O. <ps...@us...> - 2001-10-16 16:37:50
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv21095/language/lang_english Modified Files: lang_main.php Log Message: Various fixes and updates so it actually works correctly ... more updates ;) Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** lang_main.php 2001/10/16 14:43:03 1.8 --- lang_main.php 2001/10/16 15:48:24 1.9 *************** *** 1085,1088 **** --- 1085,1089 ---- // $lang['Must_select_rank'] = "Sorry, you didn't select a rank. Please go back and try again."; + $lang['No_assigned_rank'] = "No special rank assigned"; $lang['Ranks_title'] = "Rank Administration"; $lang['Ranks_explain'] = "Here you can add, edit, view, and delete ranks. This is also a place to create custom ranks"; |