diff options
| author | Fyorl <gaelreth@gmail.com> | 2012-08-02 20:47:09 +0100 |
|---|---|---|
| committer | Fyorl <gaelreth@gmail.com> | 2012-08-02 20:47:09 +0100 |
| commit | 5bffd9883de02807817838cd840a5293b6b908ac (patch) | |
| tree | 949804ccc3e124f33c7f34f244cf7ffad36ce373 /phpBB/language/en/common.php | |
| parent | fa06b779ad7c80d76274ee080db494e9d767ae26 (diff) | |
| download | forums-5bffd9883de02807817838cd840a5293b6b908ac.tar forums-5bffd9883de02807817838cd840a5293b6b908ac.tar.gz forums-5bffd9883de02807817838cd840a5293b6b908ac.tar.bz2 forums-5bffd9883de02807817838cd840a5293b6b908ac.tar.xz forums-5bffd9883de02807817838cd840a5293b6b908ac.zip | |
[feature/attach-dl] Added links to the templates
PHPBB3-11042
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 33d39c3e99..61749046c4 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -161,6 +161,8 @@ $lang = array_merge($lang, array( 'DISPLAY_MESSAGES' => 'Display messages from previous', 'DISPLAY_POSTS' => 'Display posts from previous', 'DISPLAY_TOPICS' => 'Display topics from previous', + 'DOWNLOAD_ALL' => 'Download all', + 'DOWNLOAD_ALL_ATTACH' => 'Download all attachments', 'DOWNLOADED' => 'Downloaded', 'DOWNLOADING_FILE' => 'Downloading file', 'DOWNLOAD_COUNTS' => array( |
