| 123456789101112131415 | 
							- <?php
 
- return array(
 
- 	'site_notifications' => 'Site Notifications',
 
- 	'notification:method:site' => 'Site',
 
- 	'site_notifications:topbar' => 'Notifications',
 
- 	'item:object:site_notification' => 'Site notifications',
 
- 	'site_notifications:no_access' => 'You do not have access to this page. Perhaps you need to log in.',
 
- 	'site_notifications:no_delete' => 'Cannot delete',
 
- 	'site_notifications:empty' => 'No notifications',
 
- 	'site_notifications:toggle_all' => 'Toggle all',
 
- 	'site_notifications:error:notifications_not_selected' => 'No notifications selected',
 
- 	'site_notifications:success:delete' => 'Notifications deleted'
 
- );
 
 
  |