mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 18:27:16 +00:00
84 lines
3.3 KiB
PHP
84 lines
3.3 KiB
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('Direkter Zugriff auf Skripte ist nicht erlaubt');
|
|
|
|
$lang['statistics_statistics'] = 'Statistiken';
|
|
|
|
$lang['statistics_explore_the_logbook'] = 'Logbuch untersuchen.';
|
|
|
|
$lang['statistics_years'] = 'Jahre';
|
|
$lang['statistics_modes'] = 'Modi';
|
|
$lang['statistics_bands'] = 'Bänder';
|
|
$lang['statistics_qsos'] = 'QSOs';
|
|
$lang['statistics_unique_callsigns'] = 'Eindeutige Rufzeichen';
|
|
|
|
$lang['statistics_total'] = 'Gesamt';
|
|
|
|
$lang['statistics_year'] = 'Jahr';
|
|
|
|
$lang['statistics_number_of_qso_worked_each_year'] = "Anzahl der QSOs gearbeitet pro Jahr";
|
|
$lang['statistics_number_of_qso_worked'] = "# gearbeitete QSOs";
|
|
|
|
/*
|
|
*
|
|
* Distances
|
|
*
|
|
*/
|
|
|
|
$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";
|
|
|
|
/*
|
|
*
|
|
* Timeline
|
|
*
|
|
*/
|
|
|
|
$lang['statistics_timeline'] = "Zeitleiste";
|
|
|
|
/*
|
|
*
|
|
* Days with QSO
|
|
*
|
|
*/
|
|
|
|
$lang['statistics_days_with_qso'] = "Anzahl der Tage mit QSOs pro Jahr";
|
|
$lang['statistics_days_with_qso_short'] = "Tage mit QSOs";
|
|
$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!";
|
|
|
|
/*
|
|
*
|
|
* Accumulated Stats
|
|
*
|
|
*/
|
|
|
|
$lang['statistics_accumulated_worked_dxcc'] = "Kumulierte Statistik gearbeiteter DXCC";
|
|
$lang['statistics_accumulated_worked_states'] = "Kumulierte Statistik gearbeiteter US Staaten";
|
|
$lang['statistics_accumulated_worked_iota'] = "Kumulierte Statistik gearbeiteter IOTA";
|
|
$lang['statistics_accumulated_worked_cqzone'] = "Kumulierte Statistik gearbeiteter CQ Zonen";
|
|
|
|
/*
|
|
*
|
|
* Timeplotter
|
|
*
|
|
*/
|
|
|
|
$lang['statistics_timeplotter_description'] = "Der Zeitplotter wird verwendet, um Ihr Logbuch zu analysieren und herauszufinden, zu welchen Uhrzeiten Sie bestimmte CQ-Zonen oder DXCC-Länder auf einem ausgewählten Band gearbeitet haben.";
|
|
$lang['statistics_timeplotter_contacts_plotted'] = "Kontakte wurden geplotted"; /* sentence starts with counter - 'XXXX contacts were plotted' */
|
|
$lang['statistics_timeplotter_chart_header'] = "Uhrzeit Verteilung";
|
|
$lang['statistics_timeplotter_number_of_qsos'] = "Anzahl QSOs";
|
|
$lang['statistics_timeplotter_callsigns_worked'] = "gearbeitete Rufzeichen (max 5)";
|
|
|