1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/17363] Add web app manifest

PHPBB-17363

Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
Matt Friedman
2024-07-02 20:22:09 -07:00
parent 1dacbf6bde
commit d651cccc76
8 changed files with 119 additions and 0 deletions

View File

@@ -69,6 +69,8 @@ $lang = array_merge($lang, array(
'SITE_HOME_URL' => 'Main website URL',
'SITE_HOME_URL_EXPLAIN' => 'If specified, a link to this URL will be prepended to your boards breadcrumbs and the board logo will link to this URL instead of the forum index. An absolute URL is required, e.g. <samp>http://www.phpbb.com</samp>.',
'SITE_NAME' => 'Site name',
'SITE_NAME_SHORT' => 'Short site name',
'SITE_NAME_SHORT_EXPLAIN' => 'Short name will be used if your site is added to a mobile devices home screen. It can not exceed 12 characters (Emoji is supported).',
'SYSTEM_TIMEZONE' => 'Guest timezone',
'SYSTEM_TIMEZONE_EXPLAIN' => 'Timezone to use for displaying times to users who are not logged in (guests, bots). Logged in users set their timezone during registration and can change it in their user control panel.',
'WARNINGS_EXPIRE' => 'Warning duration',