Files
librenms-librenms/lang/en/components.php
2022-10-25 12:55:38 +02:00

13 lines
448 B
PHP

<?php
return [
'notification-subscription-status' => [
'no-support' => 'This browser does not support notifications',
'no-transport' => 'To enable browser notifications, there must be an alert transport referencing this user',
'enabled' => 'Notifications enabled for this browser',
'disabled' => 'Notifications disabled for this browser',
'enable' => 'Enable',
'disable' => 'Disable',
],
];