2023-08-07 00:30:19 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
|
|
|
|
|
|
$lang['statistics_statistics'] = 'Statistik';
|
|
|
|
|
|
|
|
|
|
$lang['statistics_explore_the_logbook'] = 'Utforska loggboken.';
|
|
|
|
|
|
|
|
|
|
$lang['statistics_years'] = 'år';
|
2023-11-05 23:57:31 +08:00
|
|
|
$lang['statistics_modes'] = 'Mode';
|
2023-08-07 00:30:19 +08:00
|
|
|
$lang['statistics_bands'] = 'Bands';
|
|
|
|
|
$lang['statistics_qsos'] = 'QSOs';
|
|
|
|
|
$lang['statistics_unique_callsigns'] = 'Unika callsigns';
|
|
|
|
|
|
|
|
|
|
$lang['statistics_total'] = 'Total';
|
|
|
|
|
|
|
|
|
|
$lang['statistics_year'] = 'År';
|
2023-11-05 23:57:31 +08:00
|
|
|
|
|
|
|
|
$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";
|
|
|
|
|
|
|
|
|
|
|