mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
45 lines
1.4 KiB
PHP
45 lines
1.4 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";
|
|
|