diff options
author | James Atkinson <thefinn@users.sourceforge.net> | 2001-06-11 00:58:08 +0000 |
---|---|---|
committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-06-11 00:58:08 +0000 |
commit | cb44575d8ac73c719e252556c64572a6e84e4f7f (patch) | |
tree | cfa963e88c5e97a6ab7e765ce6cc6dcf924fe72d /phpBB/language | |
parent | b71e098cdc39752a32c50a7147f893f582e86d26 (diff) | |
download | forums-cb44575d8ac73c719e252556c64572a6e84e4f7f.tar forums-cb44575d8ac73c719e252556c64572a6e84e4f7f.tar.gz forums-cb44575d8ac73c719e252556c64572a6e84e4f7f.tar.bz2 forums-cb44575d8ac73c719e252556c64572a6e84e4f7f.tar.xz forums-cb44575d8ac73c719e252556c64572a6e84e4f7f.zip |
Posting preview done, ability for anonymous users to post with a username
git-svn-id: file:///svn/phpbb/trunk@463 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-x | phpBB/language/lang_english.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index bff0043c3b..6e99840a74 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -135,6 +135,7 @@ $lang['Sticky'] = "<b>Sticky:</b>"; // // Viewtopic // +$lang['Guest'] = 'Guest'; // // Posting/Replying (Not private @@ -168,6 +169,7 @@ $lang['Date'] = "Date"; $lang['Website'] = "Website"; $lang['From'] = "From"; $lang['Wrong_Profile'] = "You cannot modify a profile that is not your own."; +$lang['Bad_username'] = "The username you choose has been taken or is disallowed by the administrator."; // // Memberslist |