| 123456789101112131415 | 
							- <?php
 
- return array(
 
- 	'site_notifications' => 'Notifiche',
 
- 	'notification:method:site' => 'Sito',
 
- 	'site_notifications:topbar' => 'Notifiche',
 
- 	'item:object:site_notification' => 'Notifiche del sito',
 
- 	'site_notifications:no_access' => 'Non hai accesso a questa pagina. Forse devi eseguire l\'accesso.',
 
- 	'site_notifications:no_delete' => 'Impossibile cancellare',
 
- 	'site_notifications:empty' => 'Non ci sono notifiche',
 
- 	'site_notifications:toggle_all' => 'Seleziona tutti',
 
- 	'site_notifications:error:notifications_not_selected' => 'Nessuna notifica selezionata',
 
- 	'site_notifications:success:delete' => 'Notifiche cancellate'
 
- );
 
 
  |