diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2005-12-10 23:08:02 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2005-12-10 23:08:02 +0000 |
commit | 85fdeda51cfcfb4b75923bbb339c02533e4b5a54 (patch) | |
tree | 99f0eeb85eeab9c137d0cdc2c9b0086cd9a96bb2 /phpBB/language | |
parent | 877d71528d83d217d1f6b71428681dc4bc4c54f3 (diff) | |
download | forums-85fdeda51cfcfb4b75923bbb339c02533e4b5a54.tar forums-85fdeda51cfcfb4b75923bbb339c02533e4b5a54.tar.gz forums-85fdeda51cfcfb4b75923bbb339c02533e4b5a54.tar.bz2 forums-85fdeda51cfcfb4b75923bbb339c02533e4b5a54.tar.xz forums-85fdeda51cfcfb4b75923bbb339c02533e4b5a54.zip |
Initial commit of files related to the warning system
As the comments suggest, it's not finished but I'm getting it in before
I do things to my machine
git-svn-id: file:///svn/phpbb/trunk@5324 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/common.php | 4 | ||||
-rw-r--r-- | phpBB/language/en/mcp.php | 15 |
2 files changed, 17 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 8e477bb840..39f77e7ddd 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -215,6 +215,7 @@ $lang += array( 'LOG_ME_IN' => 'Log me on automatically each visit', 'LOG_USER_FEEDBACK' => '<b>Added user feedback</b><br />» %s', 'LOG_USER_GENERAL' => '%s', + 'LOG_USER_WARNING' => '<b>Added user warning</b><br />»%s', 'MARK' => 'Mark', 'MARK_ALL' => 'Mark all', @@ -429,6 +430,7 @@ $lang += array( 'VIEW_BOOKMARKS' => 'View bookmarks', 'VIEW_LATEST_POST' => 'View latest post', 'VIEW_NEWEST_POST' => 'View newest post', + 'VIEW_NOTES' => 'View user notes', 'VIEW_ONLINE_TIME' => 'This data is based on users active over the past %d minute', 'VIEW_ONLINE_TIMES' => 'This data is based on users active over the past %d minutes', 'VIEW_TOPIC' => 'View topic', @@ -439,6 +441,8 @@ $lang += array( 'VIEW_TOPIC_POLL' => 'Poll: ', 'VIEW_TOPIC_STICKY' => 'Sticky: ', + 'WARNINGS' => 'Warnings', + 'WARN_USER' => 'Warn user', 'WELCOME_SUBJECT' => 'Welcome to %s Forums', 'WEBSITE' => 'Website', 'WHOIS' => 'Whois', diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index eabc8f98a6..eaabe40211 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -31,9 +31,12 @@ if (empty($lang) || !is_array($lang)) $lang += array( 'ACTION' => 'Action', 'ADD_FEEDBACK' => 'Add feedback', - 'ADD_FEEDBACK_EXPLAIN' => 'If you would like to add a report on this please fill out the following form. Only use plain text, HTML, BBCode, etc. are not permitted.', + 'ADD_FEEDBACK_EXPLAIN' => 'If you would like to add a report on this please fill out the following form. Only use plain text; HTML, BBCode, etc. are not permitted.', + 'ADD_WARNING' => 'Add warning', + 'ADD_WARNING_EXPLAIN' => 'To send a warning to this user please fill out the following form. Only use plain text; HTML, BBCode, etc. are not permitted.', 'ALL_ENTRIES' => 'All entries', 'ALREADY_REPORTED' => 'This post has already been reported', + 'ALREADY_WARNED' => 'A warning has already been issued for this post', 'APPROVE' => 'Approve', 'APPROVE_POST' => 'Approve Post', 'APPROVE_POST_CONFIRM' => 'Are you sure you want to approve this post?', @@ -41,6 +44,7 @@ $lang += array( 'APPROVE_POSTS_CONFIRM' => 'Are you sure you want to approve the selected posts?', 'CANNOT_MOVE_SAME_FORUM'=> 'You cannot move a topic to the forum it\'s already in', + 'CANNOT_WARN_ANONYMOUS' => 'You cannot warn an guest user', 'CAN_LEAVE_BLANK' => 'This can be left blank.', 'CHANGE_POSTER' => 'Change poster', @@ -143,7 +147,11 @@ $lang += array( 'MCP_VIEW_LOGS' => 'View logs', 'MCP_VIEW_RECENT' => 'View recent (%s)', 'MCP_VIEW_USER' => 'View warnings for a specific user', - 'MCP_WARNINGS' => 'Warnings', + 'MCP_WARN' => 'Warnings', + 'MCP_WARN_FRONT' => 'Front Page', + 'MCP_WARN_LIST' => 'List warnings', + 'MCP_WARN_POST' => 'Warn for specific post', + 'MCP_WARN_USER' => 'Warn User', 'MERGE_POSTS' => 'Merge posts', 'MERGE_POSTS_CONFIRM' => 'Are you sure you want to merge the selected posts?', 'MERGE_TOPIC_EXPLAIN' => 'Using the form below you can merge selected posts into another topic. These posts will not be reordered and will appear as if the users posted them to the new topic.<br />Please enter the destination topic id or click on the "Select" button to search for one', @@ -157,9 +165,11 @@ $lang += array( 'NOTIFY_POSTER_APPROVAL'=> 'Notify poster about approval?', 'NOTIFY_POSTER_DISAPPROVAL' => 'Notify poster about disapproval?', + 'NOTIFY_USER_WARN' => 'Notify user about warning?', 'NOT_MODERATOR' => 'You are not a moderator of this forum', 'NO_DESTINATION_FORUM' => 'Please select a forum for destination', 'NO_ENTRIES' => 'No log entries for this period', + 'NO_FEEDBACK' => 'No feedback exists for this user', 'NO_FINAL_TOPIC_SELECTED' => 'You have to select a destination topic for merging posts', 'NO_MATCHES_FOUND' => 'No matches found', 'NO_POST_SELECTED' => 'You must select at least one post to perform this action', @@ -258,6 +268,7 @@ $lang += array( 'USER_CANNOT_POST' => 'You cannot post in this forum', 'USER_CANNOT_REPORT' => 'You cannot report posts in this forum', 'USER_FEEDBACK_ADDED' => 'User feedback added successfully', + 'USER_WARNING_ADDED' => 'User warned successfully', 'VIEW_DETAILS' => 'View Details', |