|
From: Paul S. O. <ps...@us...> - 2001-11-23 01:01:04
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv13590/language/lang_english Modified Files: lang_admin.php Log Message: Module and module function names now pulled from lang file Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_admin.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** lang_admin.php 2001/11/21 03:10:10 1.8 --- lang_admin.php 2001/11/23 01:01:01 1.9 *************** *** 26,29 **** --- 26,56 ---- // + // Modules, this replaces the keys used + // in the modules[][] arrays in each module file + // + $lang['General'] = "General Admin"; + $lang['Users'] = "User Admin"; + $lang['Groups'] = "Group Admin"; + $lang['Forums'] = "Forum Admin"; + $lang['Styles'] = "Styles Admin"; + + $lang['Configuration'] = "Configuration"; + $lang['Permissions'] = "Permissions"; + $lang['Manage'] = "Manage"; + $lang['Disallow'] = "Disallowed words"; + $lang['Prune'] = "Pruning"; + $lang['Mass_Email'] = "Send Bulk Email"; + $lang['Ranks'] = "Ranks"; + $lang['Smilies'] = "Smilies"; + $lang['Ban_Management'] = "Ban Control"; + $lang['Word_Censor'] = "Word Censoring"; + $lang['Export'] = "Export"; + $lang['Create_new'] = "Create"; + $lang['Add_new'] = "Add"; + $lang['Backup_DB'] = "Backup Database"; + $lang['Restore_DB'] = "Restore Database"; + + + // // Index // |