nl.php 648 B

123456789101112131415
  1. <?php
  2. return array(
  3. 'site_notifications' => 'Sitenotificaties',
  4. 'notification:method:site' => 'Site',
  5. 'site_notifications:topbar' => 'Notificaties',
  6. 'item:object:site_notification' => 'Sitenotificaties',
  7. 'site_notifications:no_access' => 'Je hebt geen toegang tot deze pagina. Misschien moet je je aanmelden.',
  8. 'site_notifications:no_delete' => 'Fout tijdens verwijderen',
  9. 'site_notifications:empty' => 'Geen notificaties',
  10. 'site_notifications:toggle_all' => 'Selecteer alles',
  11. 'site_notifications:error:notifications_not_selected' => 'Geen notificaties geselecteerd',
  12. 'site_notifications:success:delete' => 'Notificaties verwijderd'
  13. );