From 58fcb0303ee87e5bc99497e1bea8c93e28bae4cc Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Mon, 17 Jun 2024 15:48:11 -0700 Subject: [PATCH] Lang fixes Signed-off-by: Matt Friedman --- language/en/webpushnotifications_module_ucp.php | 3 +-- language/ru/webpushnotifications_module_ucp.php | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/language/en/webpushnotifications_module_ucp.php b/language/en/webpushnotifications_module_ucp.php index d2833be..d42934b 100644 --- a/language/en/webpushnotifications_module_ucp.php +++ b/language/en/webpushnotifications_module_ucp.php @@ -40,11 +40,10 @@ $lang = array_merge($lang, [ 'NOTIFICATION_METHOD_PHPBB_WPN_WEBPUSH' => 'Web Push', 'NOTIFY_WEBPUSH_NOTIFICATIONS' => 'Web Push Notifications', + 'NOTIFY_WEBPUSH_DISABLE' => 'Disable Push Notifications', 'NOTIFY_WEBPUSH_ENABLE' => 'Enable Push Notifications', 'NOTIFY_WEBPUSH_ENABLE_EXPLAIN' => 'Enabling push notifications will activate them on this device only. You can turn off notifications at any time through your browser settings or by clicking the button above. Additionally, if no web push notification types are selected below, you will not receive any web push notifications.', - 'NOTIFY_WEBPUSH_DISABLE' => 'Disable Push Notifications', 'NOTIFY_WEBPUSH_SUBSCRIBE' => 'Subscribe', - 'NOTIFY_WEBPUSH_UNSUBSCRIBE' => 'Unsubscribe', 'NOTIFY_WEBPUSH_SUBSCRIBED' => 'Subscribed', 'NOTIFY_WEBPUSH_DROPDOWN_TITLE' => 'Visit notifications settings to set your preferred push notifications.', 'NOTIFY_WEBPUSH_DENIED' => 'You have denied notifications from this site. To subscribe, please allow notifications in your browser settings.', diff --git a/language/ru/webpushnotifications_module_ucp.php b/language/ru/webpushnotifications_module_ucp.php index e763868..40d73ad 100644 --- a/language/ru/webpushnotifications_module_ucp.php +++ b/language/ru/webpushnotifications_module_ucp.php @@ -40,11 +40,10 @@ $lang = array_merge($lang, [ 'NOTIFICATION_METHOD_PHPBB_WPN_WEBPUSH' => 'Браузерные push—уведомления', 'NOTIFY_WEBPUSH_NOTIFICATIONS' => 'Web Push Notifications', + 'NOTIFY_WEBPUSH_DISABLE' => 'Disable Push Notifications', 'NOTIFY_WEBPUSH_ENABLE' => 'Браузерные push—уведомления', 'NOTIFY_WEBPUSH_ENABLE_EXPLAIN' => 'Включение возможности получения браузерных push—уведомлений. Данная возможность может быть отключена в любое время в настройках браузера, с помощью отписки от браузерных push—уведомлений в личном разделе или путём отключения данной функции ниже.', - 'NOTIFY_WEBPUSH_DISABLE' => 'Disable Push Notifications', 'NOTIFY_WEBPUSH_SUBSCRIBE' => 'Подписаться', - 'NOTIFY_WEBPUSH_UNSUBSCRIBE' => 'Отписаться', 'NOTIFY_WEBPUSH_SUBSCRIBED' => 'Включено', 'NOTIFY_WEBPUSH_DROPDOWN_TITLE' => 'Посетите настройки уведомлений, чтобы установить предпочтительные push-уведомления.', 'NOTIFY_WEBPUSH_DENIED' => 'Вы запретили браузерные уведомления для даного сайта. Для того, чтобы подписаться, необходимо их разрешить в настройках браузера.',