mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 17:52:16 +00:00
23 lines
621 B
PHP
23 lines
621 B
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
$lang['statistics_statistics'] = 'Statistics';
|
|
|
|
$lang['statistics_explore_the_logbook'] = 'Explore the logbook.';
|
|
|
|
$lang['statistics_years'] = 'Years';
|
|
$lang['statistics_modes'] = 'Mode';
|
|
$lang['statistics_bands'] = 'Bands';
|
|
$lang['statistics_qsos'] = 'QSOs';
|
|
$lang['statistics_unique_callsigns'] = 'Unique callsigns';
|
|
|
|
$lang['statistics_total'] = 'Total';
|
|
|
|
$lang['statistics_year'] = 'Year';
|
|
|
|
$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";
|
|
|
|
|