2023-08-08 21:52:27 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
|
|
|
|
|
|
$lang['statistics_statistics'] = 'Statistiky';
|
|
|
|
|
|
|
|
|
|
$lang['statistics_explore_the_logbook'] = 'Prozkoumejte logbook.';
|
|
|
|
|
|
|
|
|
|
$lang['statistics_years'] = 'Roky';
|
|
|
|
|
$lang['statistics_mode'] = 'Módy';
|
|
|
|
|
$lang['statistics_bands'] = 'Pásma';
|
|
|
|
|
$lang['statistics_qsos'] = 'QSO';
|
|
|
|
|
$lang['statistics_unique_callsigns'] = 'Jedinečné značky';
|
|
|
|
|
|
|
|
|
|
$lang['statistics_total'] = 'Celkem';
|
|
|
|
|
|
2023-10-03 06:46:17 +08:00
|
|
|
$lang['statistics_year'] = 'Rok';
|