aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/attachments.php
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-04-15 14:19:47 -0700
committerCesar G <prototech91@gmail.com>2014-04-15 14:19:47 -0700
commitb73e22ae718981df2ac699c8c27d1dc12d8f1c0c (patch)
treeabafd47a05c4168e5d56a961f669818599984c9f /phpBB/language/en/acp/attachments.php
parent52251acefabb8f093dc3681e0830b3c474a24c53 (diff)
downloadforums-b73e22ae718981df2ac699c8c27d1dc12d8f1c0c.tar
forums-b73e22ae718981df2ac699c8c27d1dc12d8f1c0c.tar.gz
forums-b73e22ae718981df2ac699c8c27d1dc12d8f1c0c.tar.bz2
forums-b73e22ae718981df2ac699c8c27d1dc12d8f1c0c.tar.xz
forums-b73e22ae718981df2ac699c8c27d1dc12d8f1c0c.zip
[ticket/12201] Add link to resync file stats after error.
PHPBB3-12201
Diffstat (limited to 'phpBB/language/en/acp/attachments.php')
-rw-r--r--phpBB/language/en/acp/attachments.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/attachments.php b/phpBB/language/en/acp/attachments.php
index 1eab22839b..6ca2865383 100644
--- a/phpBB/language/en/acp/attachments.php
+++ b/phpBB/language/en/acp/attachments.php
@@ -107,6 +107,9 @@ $lang = array_merge($lang, array(
'EXT_GROUP_REAL_MEDIA' => 'Real Media',
'EXT_GROUP_WINDOWS_MEDIA' => 'Windows Media',
+ 'FILES_GONE' => 'Some of the attachments you selected for deletion do not exist. They may have been already deleted. Attachments that did exist were deleted.',
+ 'FILES_STATS_WRONG' => 'Your file statistics are likely inaccurate and need to be resynchronised. Actual values: number of attachments = %1$d, total size of attachments = %2$s.<br />Click %3$shere%4$s to resynchronise them.',
+
'GO_TO_EXTENSIONS' => 'Go to extension management screen',
'GROUP_NAME' => 'Group name',
@@ -144,8 +147,9 @@ $lang = array_merge($lang, array(
'ORDER_ALLOW_DENY' => 'Allow',
'ORDER_DENY_ALLOW' => 'Deny',
- 'REMOVE_ALLOWED_IPS' => 'Remove or un-exclude <em>allowed</em> IPs/hostnames',
- 'REMOVE_DISALLOWED_IPS' => 'Remove or un-exclude <em>disallowed</em> IPs/hostnames',
+ 'REMOVE_ALLOWED_IPS' => 'Remove or un-exclude <em>allowed</em> IPs/hostnames',
+ 'REMOVE_DISALLOWED_IPS' => 'Remove or un-exclude <em>disallowed</em> IPs/hostnames',
+ 'RESYNC_FILES_STATS_CONFIRM' => 'Are you sure you wish to resynchronise file statistics?',
'SEARCH_IMAGICK' => 'Search for Imagemagick',
'SECURE_ALLOW_DENY' => 'Allow/Deny list',