Added ability to print page

This commit is contained in:
Roman Kelesidis 2023-02-21 15:11:42 +07:00
commit ef80178f45
5 changed files with 11 additions and 0 deletions

View file

@ -328,6 +328,8 @@ $lang['POST_STICKY'] = 'Sticky';
$lang['POST_NORMAL'] = 'Normal';
$lang['POST_DOWNLOAD'] = 'Download';
$lang['PRINT_PAGE'] = 'Print page';
$lang['CONFIRM_DELETE'] = 'Are you sure you want to delete this post?';
$lang['CONFIRM_DELETE_POLL'] = 'Are you sure you want to delete this poll?';