<?
//////////////////////////////////////////////////////////////////////
//
// 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.
//
//////////////////////////////////////////////////////////////////////
// Russian translation by <hide@address.com>
$charset = "windows-1251";
$month_names = array(1=>"ßíâàðü", 2=>"Ôåâðàëü", 3=>"Ìàðò", 4=>"Àïðåëü", 5=>"Ìàé", 6=>"Èþíü", 7=>"Èþëü", 8=>"Àâãóñò", 9=>"Ñåíòÿáðü", 10=>"Îêòÿáðü", 11=>"Íîÿáðü", 12=>"Äåêàáðü");
$weekday_names = array(0=>"Âîñêðåñåíüå", 1=>"Ïîíåäåëüíèê", 2=>"Âòîðíèê", 3=>"Ñðåäà", 4=>"×åòâåðã", 5=>"Ïÿòíèöà", 6=>"Ñóááîòà");
$strings = array("unique"=>"Óíèêàëüíûé",
"total"=>"Âñåãî",
"report_date"=>"Äàòà îò÷¸òà",
"name"=>"Èìÿ",
"title"=>"Íàçâàíèå",
"url_address"=>"URL Àäðåñ",
"years"=>"Ãîäà",
"year"=>"Ãîä",
"months"=>"Ìåñÿöû",
"month"=>"Ìåñÿö",
"days"=>"Äíè",
"day"=>"Äåíü",
"weekdays"=>"Íåäåëè",
"weekday"=>"Íåäåëÿ",
"hours"=>"×àû",
"hour"=>"×àñ",
"languages"=>"ßçûêè",
"language"=>"ßçûê",
"countries"=>"Ñòðàíû",
"country"=>"Ñòðàíà",
"hits"=>"Õèòû",
"date"=>"Äàòà",
"hits_count"=>"Õèòû ñ÷¸ò÷èêà",
"ip"=>"IP àäðåñ",
"host"=>"Õîñò",
"referer_domains"=>"Îáðàùåíèÿ ñ äîìåíîâ",
"referer_domain"=>"Îáðàùåíèå ñ äîìåíà",
"referers"=>"Îáðàùåíèÿ",
"referer"=>"Îáðàùåíèå",
"local_domains"=>"Ëîêàëüíûå äîìåíû",
"local_domain"=>"Ëîêàëüíûé äîìåí",
"local_pages"=>"Ëîêàëüíûå ñòðàíèöû",
"local_page"=>"Ëîêàëüíàÿ ñòðàíèöà",
"version"=>"Âåðñèÿ",
"more"=>"Áîëüøå",
);
?>