Added new options to hide buttons, customize refresh limits and allow js
This commit is contained in:
14
lang_en.php
14
lang_en.php
@ -145,7 +145,7 @@ $I=[
|
||||
'profile' => 'Your Profile',
|
||||
'ignore' => 'Ignore',
|
||||
'unignore' => 'Don\'t ignore anymore',
|
||||
'refreshrate' => 'Refresh rate (5-150 seconds)',
|
||||
'refreshrate' => 'Refresh rate (%1$d-%2$d seconds)',
|
||||
'fontcolour' => 'Font colour',
|
||||
'viewexample' => 'View examples',
|
||||
'bgcolour' => 'Background colour',
|
||||
@ -383,4 +383,16 @@ $I=[
|
||||
'backtosetup' => 'Back to setup',
|
||||
'defaultmetadescription' => 'A chat community',
|
||||
'metadescription' => 'Meta description (best 50 - 160 characters for SEO)',
|
||||
'hide_reload_post_box' => 'Hide reload post box button',
|
||||
'hide_reload_messages' => 'Hide reload messages button',
|
||||
'hide_profile' => 'Hide profile button',
|
||||
'hide_admin' => 'Hide admin button',
|
||||
'hide_notes' => 'Hide notes button',
|
||||
'hide_clone' => 'Hide clone button',
|
||||
'hide_rearrange' => 'Hide rearrange button',
|
||||
'hide_help' => 'Hide help button',
|
||||
'max_refresh_rate' => 'Lowest refresh rate',
|
||||
'min_refresh_rate' => 'Highest refresh rate',
|
||||
'postbox_delete_globally' => 'Apply postbox delete button globally',
|
||||
'allow_js' => 'Allow enhancing functionality with JavaScript',
|
||||
];
|
||||
|
Reference in New Issue
Block a user