1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Lots of hard coded lang strings still to be updated

git-svn-id: file:///svn/phpbb/trunk@4616 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-10-21 00:08:17 +00:00
parent 85fda8d755
commit 404b52e8fa
2 changed files with 84 additions and 24 deletions

View File

@@ -24,9 +24,10 @@ $lang += array(
'ADMIN_INDEX' => 'Admin Index',
'DB_CAT' => 'Database',
'DB_BACKUP' => 'DB Backup',
'DB_RESTORE' => 'DB Restore',
'SEARCH_INDEX' => 'Search indexing',
'DB_BACKUP' => 'Backup Database',
'DB_RESTORE' => 'Restore Database',
'SEARCH_INDEX' => 'Search Indexing',
'DB_UTILS' => 'Database Utilities',
'FORUM_CAT' => 'Forums',
'PRUNE' => 'Pruning',
@@ -64,15 +65,15 @@ $lang += array(
'MANAGE_IMAGESET' => 'Imagesets',
'USER_CAT' => 'Users / Groups',
'MANAGE_USERS' => 'Manage Users',
'BAN_EMAILS' => 'Ban Emails',
'BAN_IPS' => 'Ban IPs',
'BAN_USERS' => 'Ban Usernames',
'DISALLOW' => 'Disallow names',
'RANKS' => 'Ranks',
'RANKS' => 'Manage Ranks',
'PRUNE_USERS' => 'Prune users',
'BOTS' => 'Bots',
'BOTS' => 'Manage Bots',
'GROUP_MANAGE' => 'Manage groups',
'GROUP_PREFS' => 'Group prefs',
'USER_PERMS' => 'User permissions',
'GROUP_PERMS' => 'Group permissions',
@@ -1069,6 +1070,11 @@ $lang += array(
'GROUP_DST' => 'Group daylight savings',
'GROUP_MODS_DEMOTED' => 'Group leaders demoted successfully',
'GROUP_USERS_REMOVE' => 'Users removed from group and new defaults set successfully',
'GROUP_DELETED' => 'Group deleted and user default groups set successfully',
'GROUP_ERR_USERNAME' => 'No group name specified.',
'GROUP_ERR_USER_LONG' => 'Group name too long.',
'GROUP_ERR_DESC_LONG' => 'Group description too long.',