<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * 
 * @author Rene <wllywlnt@yahoo.com>
 */
$lang['dash_pageviews']        = '<strong>%d</strong> Pagina Weergaven';
$lang['dash_sessions']         = '<strong>%d</strong> Bezoeken (Sessies)';
$lang['dash_visitors']         = '<strong>%d</strong> Unieke Bezoekers';
$lang['dash_users']            = '<strong>%d</strong> Ingelogde Gebruikers';
$lang['dash_logins']           = '<strong>%d</strong> Gebruiker Logins';
$lang['dash_registrations']    = '<strong>%s</strong> Nieuwe aanmeldingen';
$lang['dash_bouncerate']       = '<strong>%.1f%%</strong> Weigeringen';
$lang['dash_timespent']        = '<strong>%.2f</strong> Minuten Aanwezig in de Gemiddelde Sessie';
$lang['dash_avgpages']         = '<strong>%.2f</strong>  Pagina\'s Bezocht in de Gemiddelde Sessie';
$lang['dash_newvisitors']      = '<strong>%.1f%%</strong> Nieuwe Bezoekers';
