aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/cli.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-08-18 15:18:08 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-07-09 09:21:51 +0200
commit24e39545ae77a78fb1f5350b4fe5658c924ad75c (patch)
tree33e6b2501c093f045d497d858b8e027bfc38fd3a /phpBB/language/en/cli.php
parenta55c83b77168e77fd4d0101b8c58741f442b2d39 (diff)
downloadforums-24e39545ae77a78fb1f5350b4fe5658c924ad75c.tar
forums-24e39545ae77a78fb1f5350b4fe5658c924ad75c.tar.gz
forums-24e39545ae77a78fb1f5350b4fe5658c924ad75c.tar.bz2
forums-24e39545ae77a78fb1f5350b4fe5658c924ad75c.tar.xz
forums-24e39545ae77a78fb1f5350b4fe5658c924ad75c.zip
[ticket/12692] Add output
PHPBB3-12692
Diffstat (limited to 'phpBB/language/en/cli.php')
-rw-r--r--phpBB/language/en/cli.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/language/en/cli.php b/phpBB/language/en/cli.php
index f0e5dd6120..7dd8403ed4 100644
--- a/phpBB/language/en/cli.php
+++ b/phpBB/language/en/cli.php
@@ -96,4 +96,10 @@ $lang = array_merge($lang, array(
'THUMBNAIL_DELETED' => '%1$s (%2$s) deleted.',
'THUMBNAIL_SKIPPED' => '%1$s (%2$s) skipped.',
'THUMBNAIL_GENERATED' => '%1$s (%2$s) generated.',
+
+ 'THUMBNAIL_DELETING' => 'Deleting the thumbnails...',
+ 'THUMBNAIL_GENERATING' => 'Generating the thumbnails...',
+
+ 'NO_THUMBNAIL_TO_GENERATE' => 'No thumbnail to generate.',
+ 'NO_THUMBNAIL_TO_DELETE' => 'No thumbnail to delete.',
));