mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 08:13:41 +00:00
17 lines
467 B
PHP
17 lines
467 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'; |