<?
//////////////////////////////////////////////////////////////////////
//
// 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.
//
//////////////////////////////////////////////////////////////////////
// Bulgarian
$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"=>"Ìåñåö",
"day"=>"Äíè",
"day"=>"Äåí",
"weekdays"=>"Äíè îò ñåäìèöàòà",
"weekday"=>"Äåí îò ñåäìèöàòà",
"hours"=>"×àñîâå",
"hour"=>"×àñ",
"languages"=>"Åçèöè",
"language"=>"Åçèê",
"countries"=>"Äúðæàâè",
"country"=>"Äúðæàâà",
"hits"=>"Ïîñåòèòåëè",
"date"=>"Äàòà",
"hits_count"=>"Áðîé",
"ip"=>"IP",
"host"=>"Host",
"referer_domains"=>"Ïðåïðàòèëè äîìåéíè",
"referer_domain"=>"Äîìåéí",
"referers"=>"Ïðåïðàòêè",
"referer"=>"Ïðåïðàòêà",
"local_domains"=>"Ëîêàëíè äîìåéíè",
"local_domain"=>"Äîìåéí",
"local_pages"=>"Ëîêàëíè ñòðàíèöè",
"local_page"=>"Ëîêàëíà ñòðàíèöà",
"version"=>"âåðñèÿ",
"more"=>"ïîâå÷å",
"proxies"=>"Ïðîêñè ñúðâúðè",
"proxy"=>"Ïðîêñè ñúðâúð",
"proxy_info"=>"Èíôî",
);
?>