Files
Pierfrancesco Passerini 738ed538ed Small Italian lang update (#13960)
* Update it.json

Removed all  \'/  single quote, very common in italian , to avoid problem on page loading

* Update it.json

small fix

* Update it.json

Small updates

* Update it.json

* Add files via upload

* Delete modules.php

* Delete syslog.php

* Delete install.php

* Add files via upload

* Update plugins.php

* Update validation.php

* Update components.php

* Update sensors.php

* Update install.php

* Update validation.php
2022-05-01 22:57:23 +02:00

13 lines
455 B
PHP

<?php
return [
'notification-subscription-status' => [
'no-support' => 'Questo browser non supporta le notifiche',
'no-transport' => 'Per abilitarle, deve esserci una modalità di avviso che fa riferimento a questo utente',
'enabled' => 'Notifiche abilitate per questo browser',
'disabled' => 'Notifiche disabilitate per questo browser',
'enable' => 'Abilitato',
'disable' => 'Disabilitato',
],
];