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-08 05:11:58 +08:00
/*
*
* Distances
*
*/
2024-06-17 01:40:24 +08:00
$lang [ 'statistics_distances_bands_all' ] = " Alle " ;
2024-09-03 06:03:06 +08:00
$lang [ 'statistics_distances_modes_all' ] = " Alle " ;
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 " ;
2024-06-17 01:40:24 +08:00
$lang [ 'statistics_distances_part4_contacts_were_plotted_furthest' ] = " Die durchschnittliche Distanz ist " ;
2023-11-06 02:30:35 +08:00
$lang [ 'statistics_distances_number_of_qsos' ] = " Anzahl der QSOs " ;
$lang [ 'statistics_distances_callsigns_worked' ] = " Gearbeitete(s) Rufzeichen (max 5 werden gezeigt) " ;
2024-09-03 06:03:06 +08:00
$lang [ 'statistics_distances_qsos_with' ] = " QSOs mit Distanz : " ;
$lang [ 'statistics_distances_and_band' ] = " , Band : " ;
$lang [ 'statistics_distances_and_mode' ] = " , Mode : " ;
$lang [ 'statistics_distances_and_power' ] = " , Sendeleistung : " ;
2024-12-01 02:21:46 +08:00
$lang [ 'statistics_distances_and_propagation' ] = " , Wellenausbreitung : " ;
$lang [ 'statistics_distances_no_qsos_to_plot' ] = " No QSOs found to plot. " ;
2023-11-05 23:57:31 +08:00
2023-11-08 05:11:58 +08:00
/*
*
* Timeline
*
*/
$lang [ 'statistics_timeline' ] = " Zeitleiste " ;
2024-01-01 21:47:45 +08:00
/*
*
* Days with QSO
*
*/
2024-11-21 03:24:08 +08:00
$lang [ 'statistics_tab_yearly' ] = " Yearly " ;
$lang [ 'statistics_tab_streaks' ] = " Streaks " ;
$lang [ 'statistics_tab_weekdays' ] = " Days of the week " ;
2024-11-30 23:57:40 +08:00
$lang [ 'statistics_tab_daily' ] = " Daily " ;
2024-11-21 03:24:08 +08:00
$lang [ 'statistics_days_yearly' ] = " Number of days with QSOs each year " ;
$lang [ 'statistics_days_with_qso' ] = " Tage mit QSOs " ;
2024-11-30 23:53:52 +08:00
$lang [ 'statistics_qsos_each_day' ] = " Number of QSOs each day " ;
$lang [ 'statistics_weekdays_with_qso' ] = " QSOs breakdown by day of the week " ;
$lang [ 'statistics_number_of_qsos_this_day' ] = " Number of QSOs this day " ;
2024-11-21 03:24:08 +08:00
$lang [ 'statistics_number_of_qsos_this_weekday' ] = " Number of QSOs for this day of the week " ;
2024-01-01 21:47:45 +08:00
$lang [ 'statistics_dwq_longest_streak_in_log' ] = " Längste Serie mit QSOs im Logbuch " ;
$lang [ 'statistics_dwq_longest_streak_in_log_hint' ] = " Es werden maximal die 10 längsten Serien angezeigt! " ;
$lang [ 'statistics_dwq_streak_continuous_days' ] = " Serie (fortlaufende Tage mit QSOs) " ;
$lang [ 'statistics_dwq_current_streak_in_log' ] = " Aktuelle Serie mit QSOs im Logbuch " ;
$lang [ 'statistics_dwq_current_streak_continuous_days' ] = " Aktuelle Serie (fortlaufende Tage mit QSOs) " ;
$lang [ 'statistics_dwq_make_qso_to_extend_streak' ] = " Wenn Sie heute ein QSO machen, können Sie Ihre Serie verlängern... Andernfalls wird Ihre aktuelle Serie unterbrochen! " ;
$lang [ 'statistics_dwq_no_current_streak' ] = " Keine aktuelle Serie gefunden! " ;