diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-03-22 10:33:30 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-03-22 10:33:30 +0000 |
commit | 6e166aa889e30c639c4914f14a41093d708594ad (patch) | |
tree | 0564b86657edfa3370a1c4633a256cf06c7c7dcf /phpBB/language/en/posting.php | |
parent | b206d63c51a514f3676f905dc2f11f474ba088fc (diff) | |
download | forums-6e166aa889e30c639c4914f14a41093d708594ad.tar forums-6e166aa889e30c639c4914f14a41093d708594ad.tar.gz forums-6e166aa889e30c639c4914f14a41093d708594ad.tar.bz2 forums-6e166aa889e30c639c4914f14a41093d708594ad.tar.xz forums-6e166aa889e30c639c4914f14a41093d708594ad.zip |
added some language strings as well as fixing the activity listing (Yawner, could you please test it again at area51?)
git-svn-id: file:///svn/phpbb/trunk@5695 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r-- | phpBB/language/en/posting.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index 7ce961c6ae..643c0410af 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -186,6 +186,8 @@ $lang = array_merge($lang, array( 'USER_CANNOT_EDIT' => 'You cannot edit posts in this forum', 'USER_CANNOT_QUOTE' => 'You cannot quote posts in this forum', 'USER_CANNOT_REPLY' => 'You cannot reply in this forum', + 'USERNAME_DISALLOWED' => 'The username you entered has been banned.', + 'USERNAME_TAKEN' => 'The username you entered is already in use, please select an alternative.', 'VIEW_MESSAGE' => 'Click %sHere%s to view your message', |