<?
//////////////////////////////////////////////////////////////////////
//
// PHPcounter - a web counter tracking system in PHP
//
// Copyright (C) 2004-2007 - Tsvetozar Drambozov <hide@address.com>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
//////////////////////////////////////////////////////////////////////
// Dutch translation by Corne Schipper <hide@address.com>
$charset = "windows-1252";
$month_names = array(1=>"Januari", 2=>"Februari", 3=>"Maart", 4=>"April", 5=>"Mei", 6=>"Juni", 7=>"Juli", 8=>"Augustus", 9=>"September", 10=>"Oktober", 11=>"November", 12=>"December");
$weekday_names = array(0=>"Zaterdag", 1=>"Maandag", 2=>"Dinsdag", 3=>"Woensdag", 4=>"Donderdag", 5=>"Vrijdag", 6=>"Zaterdag");
$strings = array("unique"=>"Uniek",
"total"=>"Totaal",
"report_date"=>"Rapport Datum",
"name"=>"Naam",
"title"=>"Titel",
"url_address"=>"URL Adres",
"years"=>"Jaren",
"year"=>"Jaar",
"months"=>"Maanden",
"month"=>"Maand",
"days"=>"Dagen",
"day"=>"Dag",
"weekdays"=>"Weekdagen",
"weekday"=>"Weekdag",
"hours"=>"Uren",
"hour"=>"Uur",
"languages"=>"Talen",
"language"=>"Taal",
"countries"=>"Landen",
"country"=>"Land",
"hits"=>"Hits",
"date"=>"Datum",
"hits_count"=>"Hits",
"ip"=>"IP",
"host"=>"Host",
"referer_domains"=>"Referer Domeinen",
"referer_domain"=>"Referer Domein",
"referers"=>"Referers",
"referer"=>"Referer",
"local_domains"=>"Lokale Domeinen",
"local_domain"=>"Lokaal Domein",
"local_pages"=>"Lokale Paginas",
"local_page"=>"Lokale Pagina",
"version"=>"versie",
"more"=>"meer",
);
?>