<?
//////////////////////////////////////////////////////////////////////
//
// PHPcounter - a web counter tracking system in PHP
//
// Copyright (C) 2004-2008 - 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.
//
// 25 Dec 2004 - Initial version.
//
//////////////////////////////////////////////////////////////////////
// English
$charset = "windows-1252";
$month_names = array(1=>"January", 2=>"Februrary", 3=>"March", 4=>"April", 5=>"May", 6=>"June", 7=>"July", 8=>"August", 9=>"September", 10=>"October", 11=>"November", 12=>"December");
$weekday_names = array(0=>"Sunday", 1=>"Monday", 2=>"Tuesday", 3=>"Wednesday", 4=>"Thursday", 5=>"Friday", 6=>"Saturday");
$strings = array("unique"=>"Unique",
"total"=>"Total",
"report_date"=>"Report Date",
"name"=>"Name",
"title"=>"Title",
"url_address"=>"URL Address",
"years"=>"Years",
"year"=>"Year",
"months"=>"Months",
"month"=>"Month",
"days"=>"Days",
"day"=>"Day",
"weekdays"=>"Weekdays",
"weekday"=>"Weekday",
"hours"=>"Hours",
"hour"=>"Hour",
"languages"=>"Languages",
"language"=>"Language",
"countries"=>"Countries",
"country"=>"Country",
"hits"=>"Hits",
"date"=>"Date",
"hits_count"=>"Hits",
"ip"=>"IP",
"host"=>"Host",
"referer_domains"=>"Referer Domains",
"referer_domain"=>"Referer Domain",
"referers"=>"Referers",
"referer"=>"Referer",
"local_domains"=>"Local Domains",
"local_domain"=>"Local Domain",
"local_pages"=>"Local Pages",
"local_page"=>"Local Page",
"version"=>"version",
"more"=>"more",
"proxies"=>"Proxies",
"proxy"=>"Proxy",
"proxy_info"=>"Info",
);
?>