xref: /plugin/statistics/lang/nl/lang.php (revision 125217b68946b0bb09c06678e1f345e0072ee0f2)
1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author Rene <wllywlnt@yahoo.com>
7 */
8$lang['dash_pageviews']        = '<strong>%d</strong> Pagina Weergaven';
9$lang['dash_sessions']         = '<strong>%d</strong> Bezoeken (Sessies)';
10$lang['dash_visitors']         = '<strong>%d</strong> Unieke Bezoekers';
11$lang['dash_users']            = '<strong>%d</strong> Ingelogde Gebruikers';
12$lang['dash_logins']           = '<strong>%d</strong> Gebruiker Logins';
13$lang['dash_registrations']    = '<strong>%s</strong> Nieuwe aanmeldingen';
14$lang['dash_bouncerate']       = '<strong>%.1f%%</strong> Weigeringen';
15$lang['dash_timespent']        = '<strong>%.2f</strong> Minuten Aanwezig in de Gemiddelde Sessie';
16$lang['dash_avgpages']         = '<strong>%.2f</strong>  Pagina\'s Bezocht in de Gemiddelde Sessie';
17$lang['dash_newvisitors']      = '<strong>%.1f%%</strong> Nieuwe Bezoekers';
18