dashboard.inc.php 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. /**
  3. * Welcome Page English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['active_users_none'] = 'Er zijn geen actieve gebruikers.';
  10. $_lang['add_user'] = 'Nieuwe Gebruiker';
  11. $_lang['create_resource'] = 'Nieuwe Resource';
  12. $_lang['dashboard'] = 'Dashboard';
  13. $_lang['documentation'] = 'Documentatie';
  14. $_lang['file_bug'] = 'Rapporteer een fout';
  15. $_lang['forums'] = 'Forums';
  16. $_lang['help'] = 'Help';
  17. $_lang['modx_news'] = 'MODX Nieuws';
  18. $_lang['onlineusers_action'] = 'Actie';
  19. $_lang['onlineusers_actionid'] = 'Actie-ID';
  20. $_lang['onlineusers_ipaddress'] = 'Gebruiker\'s IP adres';
  21. $_lang['onlineusers_lasthit'] = 'Datum';
  22. $_lang['onlineusers_message'] = 'Alle gebruikers die in de afgelopen 20 minuten actief geweest zijn in de manager (het is nu [[+curtime]])';
  23. $_lang['onlineusers_title'] = 'Online gebruikers';
  24. $_lang['onlineusers_user'] = 'Gebruiker';
  25. $_lang['onlineusers_userid'] = 'Gebruiker\'s ID';
  26. $_lang['quicklinks'] = 'Snelkoppelingen';
  27. $_lang['security_notices'] = 'Beveiligings opmerkingen';
  28. $_lang['view_tree'] = 'Bekijk Tree';
  29. $_lang['welcome_back'] = 'Welkom terug, [[+name]].';
  30. $_lang['welcome_messages'] = 'Er zijn <strong>%d</strong> berichten in je inbox, waarvan <strong>%s</strong> ongelezen.';
  31. $_lang['welcome_title'] = 'Welkom bij de MODX Content Manager';
  32. $_lang['yourinfo_message'] = 'Deze sectie laat informatie over jou zien:';
  33. $_lang['yourinfo_previous_login'] = 'Je laatste login:';
  34. $_lang['yourinfo_title'] = 'Jouw info';
  35. $_lang['yourinfo_total_logins'] = 'Totaal aantal logins:';
  36. $_lang['yourinfo_username'] = 'Je bent ingelogd als:';