aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/lang_main.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-02-26 19:53:10 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-02-26 19:53:10 +0000
commit541667f440b245535354febd18930a87c2bbbefb (patch)
tree154386a019e66e8fd89b5ac0dd218fa11e7e3d88 /phpBB/language/en/lang_main.php
parentc3200c107f1e5b297d3c351e7ce0b8aee61a7dc7 (diff)
downloadforums-541667f440b245535354febd18930a87c2bbbefb.tar
forums-541667f440b245535354febd18930a87c2bbbefb.tar.gz
forums-541667f440b245535354febd18930a87c2bbbefb.tar.bz2
forums-541667f440b245535354febd18930a87c2bbbefb.tar.xz
forums-541667f440b245535354febd18930a87c2bbbefb.zip
some changes... mainly permission related. Please note the intval($forum_id) at viewtopic, somehow the auth class did not identified it while generating the forum rules.
git-svn-id: file:///svn/phpbb/trunk@3553 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_main.php')
-rw-r--r--phpBB/language/en/lang_main.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php
index cd64140dd0..c423b69fba 100644
--- a/phpBB/language/en/lang_main.php
+++ b/phpBB/language/en/lang_main.php
@@ -310,6 +310,7 @@ $lang = array_merge($lang, array(
'POST_TOPIC' => 'Post a new topic',
'POST_REPLY' => 'Post a reply',
'POST_TOPIC_AS' => 'Post topic as',
+ 'CHANGE_TOPIC_TO' => 'Change topic type to',
'EDIT_POST' => 'Edit post',
'OPTIONS' => 'Options',
'POST_NORMAL' => 'Normal',
@@ -318,7 +319,7 @@ $lang = array_merge($lang, array(
'Confirm_delete_poll' => 'Are you sure you want to delete this poll?',
'Cannot_edit_time' => 'You can no longer edit or delete that post',
'FLOOD_ERROR' => 'You cannot make another post so soon after your last, please try again in a short while',
- 'Empty_subject' => 'You must specify a subject when posting a new topic',
+ 'EMPTY_SUBJECT' => 'You must specify a subject when posting a new topic',
'To_long_subject' => 'The subject is too long it must be 60 characters or less',
'EMPTY_MESSAGE' => 'You must enter a message when posting',
'TOO_FEW_CHARS' => 'Your message contains too few characters',
@@ -342,9 +343,9 @@ $lang = array_merge($lang, array(
'No_such_post' => 'There is no such post, please return and try again',
'Empty_poll_title' => 'You must enter a title for your poll',
- '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',
+ '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',