1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 22:40:39 +02:00

Module and module function names now pulled from lang file

git-svn-id: file:///svn/phpbb/trunk@1422 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-11-23 01:01:01 +00:00
parent 45a4be47fb
commit 6f02536adf
2 changed files with 35 additions and 1 deletions

View File

@@ -24,6 +24,33 @@
// Format is same as lang_main
//
//
// 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
//