mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 17:52:16 +00:00
18 lines
458 B
PHP
18 lines
458 B
PHP
|
<?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';
|
||
|
$lang['statistics_mode'] = 'Mode';
|
||
|
$lang['statistics_bands'] = 'Bands';
|
||
|
$lang['statistics_qsos'] = 'QSOs';
|
||
|
$lang['statistics_unique_callsigns'] = 'Unika callsigns';
|
||
|
|
||
|
$lang['statistics_total'] = 'Total';
|
||
|
|
||
|
$lang['statistics_year'] = 'År';
|