diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-10-30 18:59:09 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-10-30 18:59:09 +0000 |
| commit | 0a4f369681c7bf28c49fe9e9435b2c6ea0fd4915 (patch) | |
| tree | c693d0afc3b71c163ee188e4f89f0051f317404f /phpBB/language/en/lang_main.php | |
| parent | 9273252cfce207445c0abf999fd8637b1d448603 (diff) | |
| download | forums-0a4f369681c7bf28c49fe9e9435b2c6ea0fd4915.tar forums-0a4f369681c7bf28c49fe9e9435b2c6ea0fd4915.tar.gz forums-0a4f369681c7bf28c49fe9e9435b2c6ea0fd4915.tar.bz2 forums-0a4f369681c7bf28c49fe9e9435b2c6ea0fd4915.tar.xz forums-0a4f369681c7bf28c49fe9e9435b2c6ea0fd4915.zip | |
Dumped sql_query_array, replaced with build_array, posting updates, fixed quoting in mysql layers, fulltext enabled ... speed/problem feedback welcome
git-svn-id: file:///svn/phpbb/trunk@2986 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_main.php')
| -rw-r--r-- | phpBB/language/en/lang_main.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 890ce5be1d..6c8dc6c155 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -256,6 +256,7 @@ $lang = array_merge($lang, array( 'Very_good' => 'Very Good', 'Total_votes' => 'Total Votes', 'Message_body' => 'Message body', + 'Message_body_explain' => 'Enter your message here, it may contain no more than %d characters.', 'Topic_review' => 'Topic review', 'Topic_icon' => 'Topic icon', 'No_post_mode' => 'No post mode specified', @@ -292,8 +293,9 @@ $lang = array_merge($lang, array( 'Cannot_delete_replied' => 'Sorry but you may not delete posts that have been replied to', 'Cannot_delete_poll' => 'Sorry but you cannot delete an active poll', 'Empty_poll_title' => 'You must enter a title for your poll', - 'To_few_poll_options' => 'You must enter at least two poll options', - 'To_many_poll_options' => 'You have tried to enter too many poll options', + 'Too_few_poll_options' => 'You must enter at least two poll options', + 'Too_many_poll_options' => 'You have tried to enter too many poll options', + 'No_delete_poll_options' => 'You cannot delete existing poll options', 'Post_has_no_poll' => 'This post has no poll', 'Already_voted' => 'You have already voted in this poll', 'No_vote_option' => 'You must specify an option when voting', |
