<?
//////////////////////////////////////////////////////////////////////
//
// 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.
//
//////////////////////////////////////////////////////////////////////
// German translation by Thomas Skerbis :: WWW.STUDENICE.DE
// Updated: 29.09.2006
//////////////////////////////////////////////////////////////////////
$charset = "windows-1252";
$month_names = array(1=>"Januar", 2=>"Februar", 3=>"März", 4=>"April", 5=>"Mai", 6=>"Juni", 7=>"Juli", 8=>"August", 9=>"September", 10=>"Oktober", 11=>"November", 12=>"Dezember");
$weekday_names = array(0=>"Sonntag", 1=>"Montag", 2=>"Dienstag", 3=>"Mittwoch", 4=>"Donnerstag", 5=>"Freitag", 6=>"Samstag");
$strings = array("unique"=>"Eindeutige Besucher",
"total"=>"Seitenaufrufe gesamt",
"report_date"=>"Datum des Berichtes",
"name"=>"Name",
"title"=>"Titel",
"url_address"=>"URL Addresse",
"years"=>"Jahre",
"year"=>"Jahr",
"months"=>"Monate",
"month"=>"Monat",
"days"=>"Tage",
"day"=>"Tag",
"weekdays"=>"Wochentage",
"weekday"=>"Wochentag",
"hours"=>"Stunden",
"hour"=>"Stunde",
"languages"=>"Sprachen",
"language"=>"Sprache",
"countries"=>"Länder",
"country"=>"Land",
"hits"=>"Zugriffe",
"date"=>"Datum",
"hits_count"=>"Zugriff",
"ip"=>"IP",
"host"=>"Host",
"referer_domains"=>"Verweisende Domains",
"referer_domain"=>"Verweisende Domain",
"referers"=>"Verweisende Adressen (Referers)",
"referer"=>"Verweidende Adresse",
"local_domains"=>"Lokale Domains",
"local_domain"=>"Lokale Domain",
"local_pages"=>"Lokale Seiten",
"local_page"=>"Lokale Seite",
"version"=>"Version",
"more"=>"Mehr...",
);
?>