aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/language/en/common.php1
-rw-r--r--phpBB/language/en/mcp.php5
-rwxr-xr-xphpBB/styles/subSilver/template/mcp_warn_front.html2
-rwxr-xr-xphpBB/styles/subSilver/template/mcp_warn_list.html2
4 files changed, 8 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index c7d85708e6..3b3803c4c2 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -301,6 +301,7 @@ $lang = array_merge($lang, array(
'OCCUPATION' => 'Occupation',
'OFFLINE' => 'Offline',
+ 'ON' => 'On'
'ONLINE' => 'Online',
'ONLINE_BUDDIES' => 'Online Buddies',
'ONLINE_USERS_TOTAL' => 'In total there are <b>%d</b> users online :: ',
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php
index caa455fdb7..d7e9ba937b 100644
--- a/phpBB/language/en/mcp.php
+++ b/phpBB/language/en/mcp.php
@@ -97,6 +97,8 @@ $lang = array_merge($lang, array(
'LATEST_LOGS' => 'Latest 5 logged actions',
'LATEST_REPORTED' => 'Latest 5 reports',
'LATEST_UNAPPROVED' => 'Latest 5 posts awaiting for approval',
+ 'LATEST_WARNING_TIME' => 'Latest warning issued',
+ 'LATEST_WARNINGS' => 'Latest 5 warnings',
'LEAVE_SHADOW' => 'Leave shadow topic in place',
'LIST_REPORT' => '1 Report',
'LIST_REPORTS' => '%d Reports',
@@ -199,6 +201,7 @@ $lang = array_merge($lang, array(
'MERGE_TOPIC_ID' => 'Destination topic id',
'MOD_OPTIONS' => 'Moderator Options',
'MORE_INFO' => 'Further information',
+ 'MOST WARNINGS' => 'Users with most warnings',
'MOVE_TOPIC_CONFIRM' => 'Are you sure you want to move the topic into a new forum?',
'MOVE_TOPICS' => 'Move selected topics',
'MOVE_TOPICS_CONFIRM' => 'Are you sure you want to move the selected topics into a new forum?',
@@ -305,6 +308,7 @@ $lang = array_merge($lang, array(
'TOPIC_TIME' => 'Topic time',
'TOPIC_TYPE_CHANGED' => 'Topic type changed successfully.',
'TOPIC_UNLOCKED_SUCCESS'=> 'The selected topic has been unlocked',
+ 'TOTAL_WARNINGS' => 'Total Warnings',
'UNAPPROVED_POSTS_TOTAL'=> 'In total there are <b>%d</b> posts waiting for approval',
'UNAPPROVED_POSTS_ZERO_TOTAL' => 'There are no posts waiting for approval',
@@ -332,6 +336,7 @@ $lang = array_merge($lang, array(
'WARNED_USERS' => 'Warned Users',
'WARNING_PM_BODY' => 'The following is a warning which has been issued to you by an administrator or moderator of this site.[quote]%s[/quote]',
'WARNING_PM_SUBJECT' => 'Board Warning Issued',
+ 'WARNINGS_ZERO_TOTAL' => 'No warnings exists',
'YOU_SELECTED_TOPIC' => 'You selected topic number %d: %s',
diff --git a/phpBB/styles/subSilver/template/mcp_warn_front.html b/phpBB/styles/subSilver/template/mcp_warn_front.html
index e250f3109d..20d3a3c129 100755
--- a/phpBB/styles/subSilver/template/mcp_warn_front.html
+++ b/phpBB/styles/subSilver/template/mcp_warn_front.html
@@ -25,7 +25,7 @@
<tr>
<th>&nbsp;{L_USERNAME}&nbsp;</th>
<th>&nbsp;{L_WARNINGS}&nbsp;</th>
- <th>&nbsp;{L_LATEST_TIME}&nbsp;</th>
+ <th>&nbsp;{L_LATEST_WARNING_TIME}&nbsp;</th>
<th>&nbsp;</th>
</tr>
<!-- BEGIN highest -->
diff --git a/phpBB/styles/subSilver/template/mcp_warn_list.html b/phpBB/styles/subSilver/template/mcp_warn_list.html
index 5b23f9705e..8d1bf525a3 100755
--- a/phpBB/styles/subSilver/template/mcp_warn_list.html
+++ b/phpBB/styles/subSilver/template/mcp_warn_list.html
@@ -10,7 +10,7 @@
<tr>
<th>&nbsp;{L_USERNAME}&nbsp;</th>
<th>&nbsp;{L_WARNINGS}&nbsp;</th>
- <th>&nbsp;{L_LATEST_TIME}&nbsp;</th>
+ <th>&nbsp;{L_LATEST_WARNING_TIME}&nbsp;</th>
<th>&nbsp;</th>
</tr>
<!-- BEGIN user -->