diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2004-06-02 18:07:40 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-06-02 18:07:40 +0000 |
| commit | 061b261f79ce4278428eb3bcb24a1003a736bfb6 (patch) | |
| tree | 606a112b1b6e8fd6e1216a0a5e3041ed37b4bb77 /phpBB/language/en/common.php | |
| parent | 7d24e82aa00bd55da98ee5ee68f9d132f062e34a (diff) | |
| download | forums-061b261f79ce4278428eb3bcb24a1003a736bfb6.tar forums-061b261f79ce4278428eb3bcb24a1003a736bfb6.tar.gz forums-061b261f79ce4278428eb3bcb24a1003a736bfb6.tar.bz2 forums-061b261f79ce4278428eb3bcb24a1003a736bfb6.tar.xz forums-061b261f79ce4278428eb3bcb24a1003a736bfb6.zip | |
- private messages - not finished yet.
git-svn-id: file:///svn/phpbb/trunk@4908 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 3eb4ad909e..5435989395 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -64,6 +64,7 @@ $lang += array( 'AVATAR_WRONG_SIZE' => 'The avatar must be at least %1$d pixels wide, %2$d pixels high and at most %3$d pixels wide and %4$d pixels high.', 'BACK_TO_TOP' => 'Top', + 'BCC' => 'Bcc', 'BIRTHDAYS' => 'Birthdays', 'BOARD_BAN_PERM' => 'You have been <b>permanently</b> banned from this board.<br /><br />Please contact the %2$sBoard Administrator%3$s for more information.', 'BOARD_BAN_REASON' => 'Reason given for ban: <b>%s</b>', @@ -75,6 +76,7 @@ $lang += array( 'BYTES' => 'Bytes', 'CANCEL' => 'Cancel', + 'CHANGE' => 'Change', 'CLICK_VIEW_PRIVMSG' => 'Click %sHere%s to visit your Inbox', 'CONFIRM' => 'Confirm', 'CONGRATULATIONS' => 'Congratulations to', @@ -288,6 +290,7 @@ $lang += array( 'REG_USERS_ZERO_TOTAL' => '0 Registered, ', 'REG_USER_ONLINE' => 'There is %d Registered user and ', 'REG_USER_TOTAL' => '%d Registered, ', + 'REMOVE' => 'Remove', 'REMOVE_INSTALL' => 'Please delete, move or rename the install directory.', 'REPLIES' => 'Replies', 'REPLY_WITH_QUOTE' => 'Reply with quote', |
