aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-02-22 19:58:05 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-02-22 19:58:05 +0000
commit42f3115763fa2496f552a25305266283152c209b (patch)
tree218599240ad92a7241218300d614873622a5b111 /phpBB/language
parenta8f6aafa43bd255ecd56a8bfb1b78a76e966f3f8 (diff)
downloadforums-42f3115763fa2496f552a25305266283152c209b.tar
forums-42f3115763fa2496f552a25305266283152c209b.tar.gz
forums-42f3115763fa2496f552a25305266283152c209b.tar.bz2
forums-42f3115763fa2496f552a25305266283152c209b.tar.xz
forums-42f3115763fa2496f552a25305266283152c209b.zip
#8244
- cleaned up the TRUNCATE/DELETE FROM in the native search backend - fixed an imporoper default value on some upgrades git-svn-id: file:///svn/phpbb/trunk@7036 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/posting.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index d5e8450699..0724918a2e 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -141,6 +141,8 @@ $lang = array_merge($lang, array(
'POLL_OPTIONS' => 'Poll options',
'POLL_OPTIONS_EXPLAIN' => 'Place each option on a new line. You may enter up to <strong>%d</strong> options',
'POLL_QUESTION' => 'Poll question',
+ 'POLL_TITLE_TOO_LONG' => 'The poll title must contain fewer than 100 characters',
+ 'POLL_TITLE_COMP_TOO_LONG' => 'The parsed size of your poll title is too large, consider removing BBCodes or smilies',
'POLL_VOTE_CHANGE' => 'Allow re-voting',
'POLL_VOTE_CHANGE_EXPLAIN' => 'If enabled users are able to change their vote.',
'POSTED_ATTACHMENTS' => 'Posted attachments',