kopia lustrzana https://github.com/magicbug/Cloudlog
18 wiersze
468 B
PHP
18 wiersze
468 B
PHP
|
<?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';
|
||
|
|
||
|
$lang['statistics_year'] = 'Rok';
|