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 | |
| 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')
| -rw-r--r-- | phpBB/language/en/lang_admin.php | 2 | ||||
| -rw-r--r-- | phpBB/language/en/lang_main.php | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index 321bedac30..839cb79e4c 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -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', 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', |
