aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/mcp.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-05-26 18:55:28 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-05-26 18:55:28 +0000
commit00ad9cc4987665934bd7176026072d0c256fd2f3 (patch)
tree7c0b5eef39a7076a6ed7a92fa32e38fa3033c595 /phpBB/language/en/mcp.php
parentcf8c2a7df105546402e2eb48750e76c3dd02a949 (diff)
downloadforums-00ad9cc4987665934bd7176026072d0c256fd2f3.tar
forums-00ad9cc4987665934bd7176026072d0c256fd2f3.tar.gz
forums-00ad9cc4987665934bd7176026072d0c256fd2f3.tar.bz2
forums-00ad9cc4987665934bd7176026072d0c256fd2f3.tar.xz
forums-00ad9cc4987665934bd7176026072d0c256fd2f3.zip
language additions
some small fixes git-svn-id: file:///svn/phpbb/trunk@4893 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/mcp.php')
-rw-r--r--phpBB/language/en/mcp.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php
index 5f1bcabdbc..1365e90075 100644
--- a/phpBB/language/en/mcp.php
+++ b/phpBB/language/en/mcp.php
@@ -123,11 +123,12 @@ $lang += array(
'POST_UNLOCKED_SUCCESS' => 'Post unlocked successsfully',
'POST_UNRATED_SUCCESS' => 'Post unrated successfully',
- 'READ_PROFILE' => 'Profile',
'READ_USERNOTES' => 'User notes',
'READ_WARNINGS' => 'User warnings',
'REPORTS_TOTAL' => 'In total there are <b>%d</b> reports to review',
'REPORTS_ZERO_TOTAL' => 'There are no reports to review',
+ 'REPORT_MESSAGE' => 'Report this message',
+ 'REPORT_MESSAGE_EXPLAIN'=> 'Use this form to report the selected message to the private message moderators and board administrators. Reporting should generally be used only if the message breaks forum rules.',
'REPORT_NOTIFY' => 'Notify me',
'REPORT_NOTIFY_EXPLAIN' => 'Informs you when your report is dealt with',
'REPORT_POST' => 'Report this post',
@@ -189,7 +190,7 @@ $lang += array(
),
'DESCRIPTION' => array(
'WAREZ' => 'The post contains links to illegal or pirated software',
- 'SPAM' => 'The reported post has for only purpose to advertise for a website or another product',
+ 'SPAM' => 'The reported post has the only purpose to advertise for a website or another product',
'OFF_TOPIC' => 'The reported post is off topic',
'OTHER' => 'The reported post does not fit into any other category, please use the description field'
)