diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2005-08-17 15:57:50 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-08-17 15:57:50 +0000 |
| commit | 4740e7dece880f5cda26976ba758fc31c769f231 (patch) | |
| tree | 0c612bb72e483d67567eeb1f4b097b452487d6b3 /phpBB/language/en/common.php | |
| parent | 1694af43aadb22686ee0ab2d045269fc2a9c3f82 (diff) | |
| download | forums-4740e7dece880f5cda26976ba758fc31c769f231.tar forums-4740e7dece880f5cda26976ba758fc31c769f231.tar.gz forums-4740e7dece880f5cda26976ba758fc31c769f231.tar.bz2 forums-4740e7dece880f5cda26976ba758fc31c769f231.tar.xz forums-4740e7dece880f5cda26976ba758fc31c769f231.zip | |
- changed dbal class layout
git-svn-id: file:///svn/phpbb/trunk@5193 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 923cf8680b..44b20f25fc 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -48,6 +48,8 @@ $lang += array( 'ACCOUNT_NOT_ACTIVATED' => 'Your account has not been activated yet', 'ACP' => 'Administration Control Panel', 'ACTIVE_ERROR' => 'You have specified an inactive username. Please activate your account and try again. If you continue to have problems please contact a board administrator.', + 'ADMINISTRATOR' => 'Administrator', + 'ADMINISTRATORS' => 'Administrators', 'ALLOWED' => 'Allowed', 'ALL_FORUMS' => 'All Forums', 'ALL_MESSAGES' => 'All Messages', @@ -124,6 +126,7 @@ $lang += array( 'FOLDER' => 'Folder', 'FORGOT_PASS' => 'I forgot my password', 'FORUM' => 'Forum', + 'FORUMS' => 'Forums', 'FORUMS_MARKED' => 'All forums have been marked read', 'FORUM_INDEX' => 'Board Index', 'FORUM_LOCATION' => 'Forum Location', @@ -134,6 +137,7 @@ $lang += array( 'GO' => 'Go', 'GOTO_PAGE' => 'Goto page', + 'GROUP' => 'Group', 'GROUP_ERR_DESC_LONG' => 'Group description too long.', 'GROUP_ERR_TYPE' => 'Inappropriate group type specified.', 'GROUP_ERR_USERNAME' => 'No group name specified.', @@ -360,6 +364,7 @@ $lang += array( 'SUBMIT' => 'Submit', 'TERMS_USE' => 'Terms of Use', + 'THE_TEAM' => 'The team', 'TIME' => 'Time', 'TOO_LONG_USER_PASSWORD' => 'The password you entered is too long.', |
