diff options
author | Cesar G <prototech91@gmail.com> | 2014-02-16 00:32:09 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-04-15 13:57:45 -0700 |
commit | 38775fc06371fd0aebea2794f480dde6d7e643e7 (patch) | |
tree | 61ecca774a3b2ec56e8382750a358ea3152f7ff7 /phpBB/language/en/acp/attachments.php | |
parent | [ticket/12201] Only the top pagination should be floated to the right. (diff) | |
download | phpbb-38775fc06371fd0aebea2794f480dde6d7e643e7.tar.gz phpbb-38775fc06371fd0aebea2794f480dde6d7e643e7.tar.bz2 phpbb-38775fc06371fd0aebea2794f480dde6d7e643e7.zip |
[ticket/12201] Display error and sorting options when there are no attachments
PHPBB3-12201
Diffstat (limited to 'phpBB/language/en/acp/attachments.php')
-rw-r--r-- | phpBB/language/en/acp/attachments.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/attachments.php b/phpBB/language/en/acp/attachments.php index c7d68d29c2..1eab22839b 100644 --- a/phpBB/language/en/acp/attachments.php +++ b/phpBB/language/en/acp/attachments.php @@ -130,6 +130,7 @@ $lang = array_merge($lang, array( 'NOT_ALLOWED_IN_PM' => 'Only allowed in posts', 'NOT_ALLOWED_IN_PM_POST' => 'Not allowed', 'NOT_ASSIGNED' => 'Not assigned', + 'NO_ATTACHMENTS' => 'No attachments found for this period.', 'NO_EXT_GROUP' => 'None', 'NO_EXT_GROUP_NAME' => 'No group name entered', 'NO_EXT_GROUP_SPECIFIED' => 'No extension group specified.', |