X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fsettings.php;fp=mod%2Fsettings.php;h=67f8d69a2ed94cd00dec023156cbcb8dfd5a8d53;hb=106b0b5d23f36353eeff70946a51d848a8cb14ff;hp=5ae30d7d366274969a767ebbb373a5e3dae2c4c4;hpb=a91a35208922affafea0c7e0ab6e8ba5beed8c82;p=friendica.git diff --git a/mod/settings.php b/mod/settings.php index 5ae30d7d36..67f8d69a2e 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -1187,6 +1187,10 @@ function settings_content(&$a) { '$notify7' => array('notify7', t('You are tagged in a post'), ($notify & NOTIFY_TAGSELF), NOTIFY_TAGSELF, ''), '$notify8' => array('notify8', t('You are poked/prodded/etc. in a post'), ($notify & NOTIFY_POKE), NOTIFY_POKE, ''), + '$desktop_notifications' => t('Activate desktop notifications'), + '$desktop_notifications_note' => t('Note: This is an experimental feature, as being not supported by each browser'), + '$desktop_notifications_success_message' => t('You will now receive desktop notifications!'), + '$email_textonly' => array('email_textonly', t('Text-only notification emails'), get_pconfig(local_user(),'system','email_textonly'), t('Send text only notification emails, without the html part')),