1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/plugins-dist/statistiques/lang/statistiques_bg.php
2015-04-28 17:10:23 +02:00

43 lines
3 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
// extrait automatiquement de http://trad.spip.net/tradlang_module/statistiques?lang_cible=bg
// ** ne pas modifier le fichier **
if (!defined('_ECRIRE_INC_VERSION')) return;
$GLOBALS[$GLOBALS['idx_lang']] = array(
// I
'icone_evolution_visites' => 'Развитие на посещенията<br />@visites@ посещения',
'icone_repartition_actuelle' => 'Покажи настоящата дистрибуция',
'icone_repartition_visites' => 'Разпределяне на посещенията',
'icone_statistiques_visites' => 'Статистика',
'info_affichier_visites_articles_plus_visites' => 'Показване на посещения за <b>най-посещаваните статии от началото:</b>',
'info_comment_lire_tableau' => 'Как да се чете тази схема',
'info_forum_statistiques' => 'Статистика на посещенията',
'info_popularite_2' => 'популярност на сайта:',
'info_popularite_3' => 'популярност: @popularite@; посещения: @visites@',
'info_popularite_5' => 'популярност:',
'info_visites' => 'посещения:',
'info_visites_plus_populaires' => 'Показване на посещения за <b>най-четени статии</b> и за <b>най-новите публикувани статии:</b>',
'info_zoom' => 'увеличение',
'item_gerer_statistiques' => 'Управление на статистиката', # MODIF
// O
'onglet_origine_visites' => 'Произход на посещенията',
'onglet_repartition_debut' => 'отначало',
'onglet_repartition_lang' => 'Разпределение по езици',
// R
'resume' => 'Resume', # MODIF
// T
'texte_comment_lire_tableau' => 'Мястото на статията според класификацията за популярност (посещаемост) е указана в полето. Популярността на статията (оценка от броя на посещенията за един ден, ако се следва текущия трафик) и записания брой на посещенията от самото начало, са показани в балона, който се появява, когато мишката се позиционира върху заглавието.',
'texte_signification' => 'Тъмните ивици представляват натрупващи се посещения (общо за всички подрубрики), а светлите - броя на посещенията за всяка отделна рубрика.',
'titre_evolution_visite' => 'Развитие на посещенията',
'titre_liens_entrants' => 'Входящи препратки',
'titre_page_statistiques' => 'Статистика по рубрики',
'titre_page_statistiques_visites' => 'Статистика на посещенията'
);
?>