1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-22 19:15:33 +02:00

[ticket/12692] Add output

PHPBB3-12692
This commit is contained in:
Tristan Darricau
2014-08-18 15:18:08 +02:00
committed by Tristan Darricau
parent a55c83b771
commit 24e39545ae
4 changed files with 69 additions and 0 deletions

View File

@ -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.',
));