| 123456789101112131415 | 
							- <?php
 
- return array(
 
- 	'site_notifications' => 'Sitenotificaties',
 
- 	'notification:method:site' => 'Site',
 
- 	'site_notifications:topbar' => 'Notificaties',
 
- 	'item:object:site_notification' => 'Sitenotificaties',
 
- 	'site_notifications:no_access' => 'Je hebt geen toegang tot deze pagina. Misschien moet je je aanmelden.',
 
- 	'site_notifications:no_delete' => 'Fout tijdens verwijderen',
 
- 	'site_notifications:empty' => 'Geen notificaties',
 
- 	'site_notifications:toggle_all' => 'Selecteer alles',
 
- 	'site_notifications:error:notifications_not_selected' => 'Geen notificaties geselecteerd',
 
- 	'site_notifications:success:delete' => 'Notificaties verwijderd'
 
- );
 
 
  |