You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

it_IT.inc 1.0KB

123456789101112131415161718192021
  1. <?php
  2. $labels = array();
  3. $labels['shownotifies'] = 'Notifiche Desktop';
  4. $labels['conf_browser'] = 'Configura browser';
  5. $labels['test_browser'] = 'Test';
  6. $labels['excluded_directories'] = 'Lista cartelle escluse dalle notifiche';
  7. $labels['check_ok'] = 'Le impostazioni del tuo browser sono corrette!';
  8. $labels['check_fail'] = 'Impossibile mostrare le notifiche: e\' necessario cliccare su \'Configura browser\'!';
  9. $labels['check_fail_blocked'] = 'Il tuo browser sta bloccando le notifiche: e\' necessario abilitarle dalla configurazione del browser!';
  10. $labels['no_notifications'] = 'Il tuo browser non supporta le Notifiche Desktop!';
  11. $labels['ok_notifications'] = 'Permission impostate correttamente. Le Notifiche Desktop dovrebbero funzionare correttamente';
  12. $labels['notification_title'] = 'Nuova e-mail da [from]';
  13. $labels['seconds'] = 'secondi';
  14. $labels['off'] = 'disattivate';
  15. $labels['durable'] = 'lunghe';
  16. $labels['no_mailbox'] = 'non mostrare cartelle';
  17. $labels['short_mailbox'] = 'mostra cartelle brevi';
  18. $labels['full_mailbox'] = 'mostra cartelle complete';
  19. ?>