|
From: Doug K. <dou...@us...> - 2001-11-21 03:10:12
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv22754/language/lang_english Modified Files: lang_admin.php Log Message: Now showing: A ton of bug fixes and a complete overhaul of my admin code... Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_admin.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** lang_admin.php 2001/11/20 02:24:41 1.7 --- lang_admin.php 2001/11/21 03:10:10 1.8 *************** *** 358,364 **** // User Management // ! $lang['User_admin'] = "Administration"; $lang['User_admin_explain'] = "Here you can change your user's information and certain specific options. To modify the users permissions please use the user and group permissions system."; $lang['User_delete'] = "Delete this user"; $lang['User_delete_explain'] = "Click here to delete this user, this cannot be undone."; --- 358,370 ---- // User Management // ! $lang['User_admin'] = "User Administration"; $lang['User_admin_explain'] = "Here you can change your user's information and certain specific options. To modify the users permissions please use the user and group permissions system."; + $lang['Look_up_user'] = "Look up user"; + + $lang['Admin_user_fail'] = "Couldn't update the user's profiile."; + $lang['Admin_user_updated'] = "The user's profile was successfully updated."; + $lang['Click_return_useradmin'] = "Click %sHere%s to return to User Administration"; + $lang['User_delete'] = "Delete this user"; $lang['User_delete_explain'] = "Click here to delete this user, this cannot be undone."; *************** *** 378,381 **** --- 384,389 ---- // Group Management // + + $lang['Group_administration'] = "Group Administration"; $lang['Group_admin_explain'] = "From this panel you can administer all your usergroups, you can; delete, create and edit existing groups. You may choose moderators, toggle open/closed group status and set the group name and description"; $lang['Error_updating_groups'] = "There was an error while updating the groups"; *************** *** 401,404 **** --- 409,415 ---- $lang['delete_group_moderator'] = "Delete the old group moderator?"; $lang['delete_moderator_explain'] = "If you're changing the group moderator, check this box to remove the old moderator from the group. Otherwise, do not check it, and the user will become a regular member of the group."; + $lang['return_group_admin'] = "Click %sHere%s to return to Group Administration."; + $lang['Select_group'] = "Select a group"; + $lang['Look_up_group'] = "Look up group"; *************** *** 504,508 **** $lang['Rank_image'] = "Rank Image"; $lang['Rank_image_explain'] = "This is the place to set a custom image for everyone in the rank. You can specify either a relative or absolute path to the image"; ! $lang['return_rank_admin'] = "to return to rank admin"; --- 515,519 ---- $lang['Rank_image'] = "Rank Image"; $lang['Rank_image_explain'] = "This is the place to set a custom image for everyone in the rank. You can specify either a relative or absolute path to the image"; ! $lang['return_rank_admin'] = "Click %sHere%s to return to rank admin"; |