|
From: Paul S. O. <ps...@us...> - 2001-11-20 02:24:44
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv6844/language/lang_english Modified Files: lang_admin.php Log Message: Various updates Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_admin.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** lang_admin.php 2001/11/19 23:39:24 1.6 --- lang_admin.php 2001/11/20 02:24:41 1.7 *************** *** 1,9 **** <?php ! // -------------------- ! // Main Admin section/s ! // -------------------- // // Index // --- 1,29 ---- <?php ! /*************************************************************************** ! * lang_admin.php [English] ! * ------------------- ! * begin : Sat Dec 16 2000 ! * copyright : (C) 2001 The phpBB Group ! * email : su...@ph... ! * ! * $Id$ ! * ! ****************************************************************************/ ! ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! ***************************************************************************/ // + // Format is same as lang_main + // + + // // Index // *************** *** 334,337 **** --- 354,358 ---- $lang['Click_return_smileadmin'] = "Click %sHere%s to return to Smiley Administration"; + // // User Management *************** *** 339,349 **** --- 360,374 ---- $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."; $lang['User_deleted'] = "User was successfully deleted."; + $lang['User_status'] = "User is active"; $lang['User_allowpm'] = "Can send Private Messages"; $lang['User_allowavatar'] = "Can display avatar"; + $lang['Admin_avatar_explain'] = "Here you can see and delete the user's current avatar."; + $lang['User_special'] = "Special admin-only fields"; $lang['User_special_explain'] = "These fields are not able to be modified by the users. Here you can set their status and other options that are not given to users."; *************** *** 567,570 **** --- 592,599 ---- $lang['Theme_created'] = "Theme created! Don't forget to export the new theme settings to the theme configuration file!"; $lang['Cannot_remove_style'] = "The style you have selected is the current forum wide default style. Therefor, you cannot remove it. Please change the default style and try again."; + + // + // That's all Folks! + // ------------------------------------------------- ?> |