diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-10-28 00:08:18 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-10-28 00:08:18 +0000 |
| commit | 595a39122f1564207f73e4c260a7c65fbad2305e (patch) | |
| tree | 655f574b52701d409c373fd0f13698d36ca88912 /phpBB/language/en/lang_main.php | |
| parent | 7cc1dbf6b0b3034da72d3dbca9adfacf8f19638b (diff) | |
| download | forums-595a39122f1564207f73e4c260a7c65fbad2305e.tar forums-595a39122f1564207f73e4c260a7c65fbad2305e.tar.gz forums-595a39122f1564207f73e4c260a7c65fbad2305e.tar.bz2 forums-595a39122f1564207f73e4c260a7c65fbad2305e.tar.xz forums-595a39122f1564207f73e4c260a7c65fbad2305e.zip | |
Posting and acl option updates
git-svn-id: file:///svn/phpbb/trunk@2972 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_main.php')
| -rw-r--r-- | phpBB/language/en/lang_main.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index af9de79978..e946d490f8 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -205,7 +205,7 @@ $lang = array_merge($lang, array( 'Rules_delete_cannot' => 'You <b>cannot</b> delete your posts in this forum', 'Rules_vote_can' => 'You <b>can</b> vote in polls in this forum', 'Rules_vote_cannot' => 'You <b>cannot</b> vote in polls in this forum', - 'Rules_moderate' => 'You <b>can</b> %smoderate this forum%s', + 'MCP' => '[ %sModerator Control Panel%s ]', 'No_topics_post_one' => 'There are no posts in this forum<br />Click on the <b>Post New Topic</b> link on this page to post one', 'Stop_watching_forum' => 'Stop watching this forum', 'Start_watching_forum' => 'Watch this forum for new posts', @@ -269,8 +269,10 @@ $lang = array_merge($lang, array( 'Post_Normal' => 'Normal', 'Confirm_delete' => 'Are you sure you want to delete this post?', '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', + '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_many_chars' => 'Your message contains too many characters', 'Too_many_smilies' => 'Your message contains too many emoticons', @@ -279,6 +281,11 @@ $lang = array_merge($lang, array( 'No_post_id' => 'No post ID was specified', 'No_topic_id' => 'You must select a topic to reply to', 'No_valid_mode' => 'You can only post, reply edit or quote messages, please return and try again', + 'User_cannot_post' => 'You cannot post in this forum', + 'User_cannot_reply' => 'You cannot reply in this forum', + 'User_cannot_quote' => 'You cannot quote posts in this forum', + 'User_cannot_edit' => 'You cannot edit posts in this forum', + 'User_cannot_delete' => 'You cannot delete posts in this forum', 'No_such_post' => 'There is no such post, please return and try again', 'Edit_own_posts' => 'Sorry but you can only edit your own posts', 'Delete_own_posts' => 'Sorry but you can only delete your own posts', |
