kopia lustrzana https://github.com/magicbug/Cloudlog
17 wiersze
463 B
PHP
17 wiersze
463 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_mode'] = 'Mode';
|
|
$lang['statistics_bands'] = 'Bands';
|
|
$lang['statistics_qsos'] = 'QSOs';
|
|
$lang['statistics_unique_callsigns'] = 'Unique callsigns';
|
|
|
|
$lang['statistics_total'] = 'Total';
|
|
|
|
$lang['statistics_year'] = 'Year'; |