mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-23 08:43:02 +02:00
[ticket/17010] Unify naming of Web Push
PHPBB3-17010
This commit is contained in:
@@ -600,9 +600,9 @@ $lang = array_merge($lang, array(
|
||||
));
|
||||
|
||||
$lang = array_merge($lang, [
|
||||
'ACP_WEBPUSH_SETTINGS_EXPLAIN' => 'Here you can enable and control the use of Webpush for board notifications. Webpush is a simple protocol for the delivery of real-time events to user agents, more commonly known as push messages. It is supported by most modern browsers on desktop and mobile devices.',
|
||||
'WEBPUSH_ENABLE' => 'Enable Webpush',
|
||||
'WEBPUSH_ENABLE_EXPLAIN' => 'Allow receiving notifications via Webpush. It is required to enter or generate valid VAPID identification keys to be able to use Webpush.',
|
||||
'ACP_WEBPUSH_SETTINGS_EXPLAIN' => 'Here you can enable and control the use of Web Push for board notifications. Web Push is a simple protocol for the delivery of real-time events to user agents, more commonly known as push messages. It is supported by most modern browsers on desktop and mobile devices.',
|
||||
'WEBPUSH_ENABLE' => 'Enable Web Push',
|
||||
'WEBPUSH_ENABLE_EXPLAIN' => 'Allow receiving notifications via Web Push. It is required to enter or generate valid VAPID identification keys to be able to use Web Push.',
|
||||
'WEBPUSH_GENERATE_VAPID_KEYS' => 'Generate Identification keys',
|
||||
'WEBPUSH_VAPID_PUBLIC' => 'Server identification public key',
|
||||
'WEBPUSH_VAPID_PUBLIC_EXPLAIN' => 'The Voluntary Application Server Identification (VAPID) public key will be shared to authenticate push messages sent by your site.<br><em><strong>Warning:</strong> Changing the VAPID public key will automatically invalidate all Webpush subscriptions.</em>',
|
||||
|
@@ -219,7 +219,7 @@ $lang = array_merge($lang, array(
|
||||
'ACP_VIEW_GLOBAL_MOD_PERMISSIONS' => 'View global moderation permissions',
|
||||
'ACP_VIEW_USER_PERMISSIONS' => 'View user-based permissions',
|
||||
|
||||
'ACP_WEBPUSH_SETTINGS' => 'Webpush settings',
|
||||
'ACP_WEBPUSH_SETTINGS' => 'Web Push settings',
|
||||
'ACP_WORDS' => 'Word censoring',
|
||||
|
||||
'ACTION' => 'Action',
|
||||
@@ -593,7 +593,7 @@ $lang = array_merge($lang, array(
|
||||
'LOG_CONFIG_SETTINGS' => '<strong>Altered board settings</strong>',
|
||||
'LOG_CONFIG_SIGNATURE' => '<strong>Altered signature settings</strong>',
|
||||
'LOG_CONFIG_VISUAL' => '<strong>Altered anti-spambot settings</strong>',
|
||||
'LOG_CONFIG_WEBPUSH' => '<strong>Altered webpush settings</strong>',
|
||||
'LOG_CONFIG_WEBPUSH' => '<strong>Altered Web Push settings</strong>',
|
||||
|
||||
'LOG_APPROVE_TOPIC' => '<strong>Approved topic</strong><br />» %s',
|
||||
'LOG_BUMP_TOPIC' => '<strong>User bumped topic</strong><br />» %s',
|
||||
@@ -814,8 +814,8 @@ $lang = array_merge($lang, array(
|
||||
),
|
||||
'LOG_WARNINGS_DELETED_ALL' => '<strong>Deleted all user warnings</strong><br />» %s',
|
||||
|
||||
'LOG_WEBPUSH_MESSAGE_FAIL' => '<strong>WebPush message could not be sent:</strong> %s',
|
||||
'LOG_WEBPUSH_SUBSCRIPTION_REMOVED' => '<strong>Removed WebPush subscription:</strong>» %s',
|
||||
'LOG_WEBPUSH_MESSAGE_FAIL' => '<strong>Web Push message could not be sent:</strong> %s',
|
||||
'LOG_WEBPUSH_SUBSCRIPTION_REMOVED' => '<strong>Removed Web Push subscription:</strong>» %s',
|
||||
|
||||
'LOG_WORD_ADD' => '<strong>Added word censor</strong><br />» %s',
|
||||
'LOG_WORD_DELETE' => '<strong>Deleted word censor</strong><br />» %s',
|
||||
|
Reference in New Issue
Block a user