mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-21 15:56:30 +00:00
66 lines
2.6 KiB
PHP
66 lines
2.6 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_bands_all'] = "Alle";
|
|
$lang['statistics_distances_modes_all'] = "Alle";
|
|
$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_part4_contacts_were_plotted_furthest'] = "Die durchschnittliche Distanz ist";
|
|
$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 Distanz : ";
|
|
$lang['statistics_distances_and_band'] = ", Band : ";
|
|
$lang['statistics_distances_and_mode'] = ", Mode : ";
|
|
$lang['statistics_distances_and_power'] = ", Sendeleistung : ";
|
|
|
|
/*
|
|
*
|
|
* 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!";
|
|
|