1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Posting and acl option updates

git-svn-id: file:///svn/phpbb/trunk@2972 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-10-28 00:08:18 +00:00
parent 7cc1dbf6b0
commit 595a39122f
10 changed files with 637 additions and 1115 deletions

View File

@@ -351,6 +351,8 @@ $lang = array_merge($lang, array(
'Boxes_max_explain' => 'Users can create this many private messaging boxes.',
'Boxes_limit' => 'Max messages per box',
'Boxes_limit_explain' => 'Users are limited to no more than this many messages in each of their private message boxes.',
'Edit_time' => 'Limit editing time',
'Edit_time_explain' => 'Limits the time available to edit a new post, zero equals infinity',
'Flood_Interval' => 'Flood Interval',
'Flood_Interval_explain' => 'Number of seconds a user must wait between posting new messages. To enable users to ignore this alter their permissions.',
'Search_Interval' => 'Search Flood Interval',

View File

@@ -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',