it.php 632 B

123456789101112131415
  1. <?php
  2. return array(
  3. 'site_notifications' => 'Notifiche',
  4. 'notification:method:site' => 'Sito',
  5. 'site_notifications:topbar' => 'Notifiche',
  6. 'item:object:site_notification' => 'Notifiche del sito',
  7. 'site_notifications:no_access' => 'Non hai accesso a questa pagina. Forse devi eseguire l\'accesso.',
  8. 'site_notifications:no_delete' => 'Impossibile cancellare',
  9. 'site_notifications:empty' => 'Non ci sono notifiche',
  10. 'site_notifications:toggle_all' => 'Seleziona tutti',
  11. 'site_notifications:error:notifications_not_selected' => 'Nessuna notifica selezionata',
  12. 'site_notifications:success:delete' => 'Notifiche cancellate'
  13. );