Cloudlog/application/language/czech/statistics_lang.php

23 行
625 B
PHP

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';
2023-11-05 23:57:31 +08:00
$lang['statistics_modes'] = 'Módy';
2023-08-08 21:52:27 +08:00
$lang['statistics_bands'] = 'Pásma';
$lang['statistics_qsos'] = 'QSO';
$lang['statistics_unique_callsigns'] = 'Jedinečné značky';
$lang['statistics_total'] = 'Celkem';
2023-11-05 23:57:31 +08:00
$lang['statistics_year'] = 'Rok';
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSO's worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";