mirror of
https://github.com/cosmocode/dokuwiki-plugin-statdisplay.git
synced 2025-07-20 16:46:52 +00:00
translation update
This commit is contained in:

committed by
DokuWiki Translation Interface

parent
a58458e993
commit
fe1e1c9ca1
@ -1,10 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Gerrit <klapinklapin@gmail.com>
|
||||
*/
|
||||
$lang['t_statisticMonth'] = 'Maandelijkse Statistieken voor %s';
|
||||
$lang['t_topPages'] = 'Top Pagina\'s in %s';
|
||||
$lang['t_topUserAgents'] = 'Top Gebruiker Browsers in %s';
|
||||
$lang['t_topEntry'] = 'Top Entry Pagina\'s in %s';
|
||||
$lang['t_topReferrer'] = 'Top Sitelinks in %s';
|
||||
|
||||
$lang['t_summary'] = 'Toegang Overzicht per Maand';
|
||||
$lang['t_month'] = 'Toegang Statistieken per Maand voor %s';
|
||||
$lang['t_day'] = 'Toegang Statistieken per Dag voor %s';
|
||||
@ -12,12 +17,11 @@ $lang['t_hour'] = 'Toegang Statistieken per Uur voor %s';
|
||||
$lang['t_trafficday'] = 'Dagelijkse Verkeer Statistiek voor %s';
|
||||
$lang['t_traffichour'] = 'Verkeer Statistiek per Uur voor %s';
|
||||
$lang['t_usertraffic'] = 'Gebruikers Verkeer over 7 Dagen';
|
||||
|
||||
$lang['month'] = 'Maand';
|
||||
$lang['day'] = 'Dag';
|
||||
$lang['hour'] = 'Uur';
|
||||
$lang['dailyavg'] = 'Dagelijks Gemiddelde';
|
||||
$lang['totals'] = 'Maandelijkse Totalen';
|
||||
|
||||
$lang['all'] = 'Alles';
|
||||
$lang['hits'] = 'Hits';
|
||||
$lang['media'] = 'Media';
|
||||
@ -30,13 +34,11 @@ $lang['max'] = 'max';
|
||||
$lang['files'] = 'Bestanden';
|
||||
$lang['name'] = 'Naam';
|
||||
$lang['others'] = '%d andere';
|
||||
|
||||
$lang['totalHits'] = 'Totaal hits';
|
||||
$lang['totalFiles'] = 'Totaal bestanden';
|
||||
$lang['totalPages'] = 'Totaal pagina\'s';
|
||||
$lang['totalVisitors'] = 'Totaal bezoekers';
|
||||
$lang['totalBytes'] = 'Totaal bytes';
|
||||
|
||||
$lang['hitsHour'] = 'Hits per uur';
|
||||
$lang['hitsDay'] = 'Hits per dag';
|
||||
$lang['filesDay'] = 'Bestanden per dag';
|
||||
@ -44,7 +46,6 @@ $lang['pagesDay'] = 'Pagina\'s per dag';
|
||||
$lang['bytesDay'] = 'Bytes per dag';
|
||||
$lang['hitsStatusCode'] = 'Hits per Status Code';
|
||||
$lang['summaryMonth'] = 'Overzicht per Maand';
|
||||
|
||||
$lang['status_100'] = 'Verder';
|
||||
$lang['status_101'] = 'Switching Protocols';
|
||||
$lang['status_200'] = 'OK';
|
||||
|
@ -1,7 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Dutch language file
|
||||
*/
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* Dutch language file
|
||||
*
|
||||
*/
|
||||
$lang['accesslog'] = 'Locatie van het logging bestand. Relatieve paden zijn relatief tov <code>data/meta</code>';
|
||||
$lang['lines'] = 'Aantal te analyseren lijnen. Lagere aantallen geven snellere toegang tot de huidige data en beperken het geheugengebruik. Het aantal achtergrond taken stijgt echter!';
|
||||
|
Reference in New Issue
Block a user