2023-05-22 03:24:45 +08:00
< ? php
2023-10-02 22:37:07 +08:00
defined ( 'BASEPATH' ) OR exit ( 'Direkter Zugriff auf Skripte ist nicht erlaubt' );
2023-05-22 03:24:45 +08:00
$lang [ 'statistics_statistics' ] = 'Statistiken' ;
$lang [ 'statistics_explore_the_logbook' ] = 'Logbuch untersuchen.' ;
$lang [ 'statistics_years' ] = 'Jahre' ;
2023-11-05 23:57:31 +08:00
$lang [ 'statistics_modes' ] = 'Modi' ;
2023-05-22 03:24:45 +08:00
$lang [ 'statistics_bands' ] = 'Bänder' ;
$lang [ 'statistics_qsos' ] = 'QSOs' ;
$lang [ 'statistics_unique_callsigns' ] = 'Eindeutige Rufzeichen' ;
$lang [ 'statistics_total' ] = 'Gesamt' ;
2023-10-03 06:46:17 +08:00
$lang [ 'statistics_year' ] = 'Jahr' ;
2023-11-05 23:57:31 +08:00
$lang [ 'statistics_number_of_qso_worked_each_year' ] = " Anzahl der QSOs gearbeitet pro Jahr " ;
$lang [ 'statistics_number_of_qso_worked' ] = " # gearbeitete QSOs " ;
2023-11-06 02:30:35 +08:00
$lang [ 'statistics_distances_worked' ] = " Gearbeitete Entfernungen " ;
$lang [ 'statistics_distances_part1_contacts_were_plotted_furthest' ] = " Kontakte wurden dargestellt.<br /> Der weiteste Kontakt war " ; // make sure'<br />' stays there
$lang [ 'statistics_distances_part2_contacts_were_plotted_furthest' ] = " im Planquadrat " ;
$lang [ 'statistics_distances_part3_contacts_were_plotted_furthest' ] = " Die Distanz betrug " ;
$lang [ 'statistics_distances_number_of_qsos' ] = " Anzahl der QSOs " ;
$lang [ 'statistics_distances_callsigns_worked' ] = " Gearbeitete(s) Rufzeichen (max 5 werden gezeigt) " ;
$lang [ 'statistics_distances_qsos_with' ] = " QSOs mit " ;
$lang [ 'statistics_distances_and_band' ] = " und Band " ;
2023-11-05 23:57:31 +08:00