<?
//////////////////////////////////////////////////////////////////////
//
// 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.
//
// 25 Dec 2004 - Initial version.
//
//////////////////////////////////////////////////////////////////////
// Italian
$charset = "windows-1252";
$month_names = array(1=>"Gennaio", 2=>"Febbraio", 3=>"Marzo", 4=>"Aprile", 5=>"Maggio", 6=>"Giugno", 7=>"Luglio", 8=>"Agosto", 9=>"Settembre", 10=>"Ottobre", 11=>"Novembre", 12=>"Dicembre");
$weekday_names = array(0=>"Domenica", 1=>"Lunedi", 2=>"Martedi", 3=>"Mercoledi", 4=>"Giovedi", 5=>"Venerdi", 6=>"Sabato");
$strings = array("unique"=>"Unico",
"total"=>"Totale",
"report_date"=>"Report Data",
"name"=>"Nome",
"title"=>"Titolo",
"url_address"=>"Indirizzo URL",
"years"=>"Anni",
"year"=>"Anno",
"months"=>"Mesi",
"month"=>"Mese",
"days"=>"Giorni",
"day"=>"Giorno",
"weekdays"=>"Giorni della settimana",
"weekday"=>"Giorno della settimana",
"hours"=>"Ore",
"hour"=>"Ora",
"languages"=>"Linguaggi",
"language"=>"Linguaggio",
"countries"=>"Paesi",
"country"=>"Paese",
"hits"=>"Totale elementi",
"date"=>"Data",
"hits_count"=>"Conteggio totale elementi",
"ip"=>"IP",
"host"=>"Host",
"referer_domains"=>"Referer Domains",
"referer_domain"=>"Referer Domain",
"referers"=>"Referers",
"referer"=>"Referer",
"local_domains"=>"Domini Locali",
"local_domain"=>"Dominio Locale",
"local_pages"=>"Pagine Locali",
"local_page"=>"Pagina Locale",
"version"=>"Versione",
"more"=>"Altro",
);
?>