mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 08:13:41 +00:00
04ead8b21c
I updated the Swedish translation files to the same level as the English, and partially translated them.
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';
|