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:
committed by
Tristan Darricau
parent
a55c83b771
commit
24e39545ae
@ -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.',
|
||||
));
|
||||
|
Reference in New Issue
Block a user