mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 18:24:25 +00:00
45 lines
1.4 KiB
PHP
45 lines
1.4 KiB
PHP
<?php
|
||
|
||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||
|
||
$lang['statistics_statistics'] = 'Статистика';
|
||
|
||
$lang['statistics_explore_the_logbook'] = 'Исследуем журнал.';
|
||
|
||
$lang['statistics_years'] = 'по годам';
|
||
$lang['statistics_modes'] = 'по видам модуляции';
|
||
$lang['statistics_bands'] = 'по диапазонам';
|
||
$lang['statistics_qsos'] = 'по QSO';
|
||
$lang['statistics_unique_callsigns'] = 'по уникальным позывным';
|
||
|
||
$lang['statistics_total'] = 'Всего';
|
||
|
||
$lang['statistics_year'] = 'Год';
|
||
|
||
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
|
||
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";
|
||
|
||
/*
|
||
*
|
||
* Distances
|
||
*
|
||
*/
|
||
|
||
$lang['statistics_distances_worked'] = "Distances Worked";
|
||
$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.<br /> Your furthest contact was with";
|
||
$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare";
|
||
$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was";
|
||
$lang['statistics_distances_number_of_qsos'] = "Number of QSOs";
|
||
$lang['statistics_distances_callsigns_worked'] = "Callsign(s) worked (max 5 shown)";
|
||
$lang['statistics_distances_qsos_with'] = "QSOs with";
|
||
$lang['statistics_distances_and_band'] = "and band";
|
||
|
||
/*
|
||
*
|
||
* Timeline
|
||
*
|
||
*/
|
||
|
||
$lang['statistics_timeline'] = "Timeline";
|
||
|