aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/viewtopic.php
diff options
context:
space:
mode:
authorCallum Macrae <callum@lynxphp.com>2011-07-16 17:53:22 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 02:00:22 +0200
commit8a28456f759747fc34aaf9a6589102fcace3acb6 (patch)
treed82292c8ef9ef7729a740de7de0fdc548e0c86c8 /phpBB/language/en/viewtopic.php
parentc4aaf3ae5a2b0a720227a0eadcb62bea5671056a (diff)
downloadforums-8a28456f759747fc34aaf9a6589102fcace3acb6.tar
forums-8a28456f759747fc34aaf9a6589102fcace3acb6.tar.gz
forums-8a28456f759747fc34aaf9a6589102fcace3acb6.tar.bz2
forums-8a28456f759747fc34aaf9a6589102fcace3acb6.tar.xz
forums-8a28456f759747fc34aaf9a6589102fcace3acb6.zip
[ticket/10273] AJAXified approve / disapprove posts (in viewtopic).
This commit AJAXifies the moderator approval functionality, and adds it to viewtopic instead of the MCP. This commit has involved some language changes, which may affect fallbacks. PHPBB3-10273
Diffstat (limited to 'phpBB/language/en/viewtopic.php')
-rw-r--r--phpBB/language/en/viewtopic.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/viewtopic.php b/phpBB/language/en/viewtopic.php
index f47f8a076b..1460490672 100644
--- a/phpBB/language/en/viewtopic.php
+++ b/phpBB/language/en/viewtopic.php
@@ -35,6 +35,7 @@ if (empty($lang) || !is_array($lang))
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
+ 'APPROVE' => 'Approve',
'ATTACHMENT' => 'Attachment',
'ATTACHMENT_FUNCTIONALITY_DISABLED' => 'The attachments feature has been disabled.',
@@ -49,6 +50,7 @@ $lang = array_merge($lang, array(
'CODE' => 'Code',
'DELETE_TOPIC' => 'Delete topic',
+ 'DISAPPROVE' => 'Disapprove',
'DOWNLOAD_NOTICE' => 'You do not have the required permissions to view the files attached to this post.',
'EDITED_TIMES_TOTAL' => array(