mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-21 15:56:30 +00:00
76 lines
3.6 KiB
PHP
76 lines
3.6 KiB
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
/*
|
|
___________________________________________________________________________________________
|
|
KML Export
|
|
___________________________________________________________________________________________
|
|
*/
|
|
|
|
$lang['export_kml_header'] = "KML Export";
|
|
$lang['export_kml_description'] = "Exportiere dein Logbuch als KML Datei um diese in Google Earth zu benutzen.";
|
|
$lang['export_kml_grisquare_warning'] = "Nur QSO mit einem definierten Planquadrat werden auch exportiert!";
|
|
|
|
|
|
/*
|
|
___________________________________________________________________________________________
|
|
DX Atlas Export
|
|
___________________________________________________________________________________________
|
|
*/
|
|
|
|
$lang['export_dxatlas_header'] = "DX Atlas Export";
|
|
$lang['export_dxatlas_description'] = "Exportiere dein Logbuch nach DX Atlas um gearbeitete und bestätigte Planquadrate anzuzeigen.";
|
|
$lang['export_dxatlas_gridsquare_warning'] = "Nur QSO mit einem definierten Planquadrat werden auch exportiert!";
|
|
|
|
|
|
/*
|
|
___________________________________________________________________________________________
|
|
SOTA Export
|
|
___________________________________________________________________________________________
|
|
*/
|
|
|
|
$lang['export_sota_header'] = "SOTA CSV Export";
|
|
$lang['export_sota_description'] = "Exportiere dein Logbuch um es in SOTA hochzuladen.";
|
|
$lang['export_sota_info_warning'] = "Es werden nur QSO exportiert, welche SOTA Informationen enthalten!";
|
|
|
|
/*
|
|
___________________________________________________________________________________________
|
|
Cabrillo Export
|
|
___________________________________________________________________________________________
|
|
*/
|
|
|
|
$lang['export_cabrillo_header'] = "Cabrillo Export";
|
|
$lang['export_cabrillo_description'] = "Exportiere einen Contest im Cabrillo Format";
|
|
$lang['export_cabrillo_select_station'] = "Wähle einen Stationsstandort:";
|
|
$lang['export_cabrillo_proceed'] = "Weiter";
|
|
$lang['export_cabrillo_select_year'] = "Wähle Jahr";
|
|
$lang['export_cabrillo_select_contest'] = "Wähle Contest";
|
|
$lang['export_cabrillo_select_date_range'] = "Wähle Zeitraum";
|
|
$lang['export_cabrillo_club'] = "Club";
|
|
$lang['export_cabrillo_cat_operator'] = "Kategorie Operator";
|
|
$lang['export_cabrillo_cat_operator_single_op'] = "Einzel Operator";
|
|
$lang['export_cabrillo_cat_operator_multi_op'] = "Multi/Team Operator";
|
|
$lang['export_cabrillo_cat_operator_checklog'] = "Checklog";
|
|
$lang['export_cabrillo_cat_assisted'] = "Kategorie 'Assisted'";
|
|
$lang['export_cabrillo_cat_assisted_not_ass'] = "Nicht 'Assisted'";
|
|
$lang['export_cabrillo_cat_assisted_ass'] = "'Assisted'";
|
|
$lang['export_cabrillo_cat_band'] = "Kategorie Band";
|
|
$lang['export_cabrillo_cat_band_arrl_vhf'] = "VHF-3-BAND und VHF-FM-ONLY (nur ARRL VHF Contests)";
|
|
$lang['export_cabrillo_cat_mode'] = "Kategorie Mode";
|
|
$lang['export_cabrillo_cat_power'] = "Kategorie Sendeleistung";
|
|
$lang['export_cabrillo_cat_station'] = "Kategorie Station";
|
|
$lang['export_cabrillo_cat_transmitter'] = "Kategorie Sender";
|
|
$lang['export_cabrillo_cat_overlay'] = "Kategorie Overlay";
|
|
$lang['export_cabrillo_operators'] = "Operatoren";
|
|
$lang['export_cabrillo_soapbox'] = "Soapbox";
|
|
$lang['export_cabrillo_address'] = "Addresse";
|
|
$lang['export_cabrillo_address_city'] = "Addresse Stadt";
|
|
$lang['export_cabrillo_address_state_province'] = "Addresse Staat/Provinz";
|
|
$lang['export_cabrillo_address_postalcode'] = "Addresse Postleitzahl";
|
|
$lang['export_cabrillo_address_country'] = "Addresse Land";
|
|
$lang['export_cabrillo_no_contests_in_log'] = "Es wurden keine Contests in deinem Log gefunden.";
|
|
$lang['export_cabrillo_no_contests_for_stationlocation'] = "Für diesen Stationsstandort wurden keine vorhandenen Contests gefunden!";
|
|
|
|
|