diff --git a/application/language/german/filter_lang.php b/application/language/german/filter_lang.php index ac428161..cce10ffb 100644 --- a/application/language/german/filter_lang.php +++ b/application/language/german/filter_lang.php @@ -1,6 +1,6 @@ application/language/english/general_words_lang.php // $lang['general_word_yes'] --> application/language/english/general_words_lang.php @@ -59,7 +59,7 @@ $lang['filter_qsl_images'] = 'QSL Images'; // $lang['general_word_requested'] --> application/language/english/general_words_lang.php // $lang['general_word_queued'] --> application/language/english/general_words_lang.php // $lang['general_word_invalid_ignore'] --> application/language/english/general_words_lang.php -$lang['filter_qsl_verified'] = 'Verified'; +$lang['filter_qsl_verified'] = 'Verifiziert'; // $lang['general_word_qslcard_bureau'] --> application/language/english/general_words_lang.php // $lang['general_word_qslcard_direct'] --> application/language/english/general_words_lang.php @@ -72,18 +72,18 @@ General Filters ___________________________________________________________________________________________ */ -$lang['filter_general_from'] = 'From'; -$lang['filter_general_to'] = 'to'; +$lang['filter_general_from'] = 'Von'; +$lang['filter_general_to'] = 'bis'; // $lang['gen_hamradio_de'] --> application/language/english/general_words_lang.php // $lang['gen_hamradio_dx'] --> application/language/english/general_words_lang.php // $lang['gen_hamradio_dxcc'] --> application/language/english/general_words_lang.php -$lang['filter_general_none'] = '- NONE - (e.g. /MM, /AM)'; +$lang['filter_general_none'] = '- Kein - (für z.B. /MM, /AM)'; // $lang['gen_hamradio_state'] --> application/language/english/general_words_lang.php // $lang['gen_hamradio_gridsquare'] --> application/language/english/general_words_lang.php // $lang['gen_hamradio_mode'] --> application/language/english/general_words_lang.php // $lang['gen_hamradio_band'] --> application/language/english/general_words_lang.php -$lang['filter_general_propagation'] = 'Propagation'; +$lang['filter_general_propagation'] = 'Ausbreitungsart'; // $lang['gen_hamradio_cq_zone'] --> application/language/english/general_words_lang.php // $lang['gen_hamradio_iota'] --> application/language/english/general_words_lang.php // $lang['gen_hamradio_sota'] --> application/language/english/general_words_lang.php @@ -96,22 +96,22 @@ Actions ___________________________________________________________________________________________ */ -$lang['filter_actions_w_selected'] = 'With selected: '; -$lang['filter_actions_update_f_callbook'] = 'Update from Callbook'; -$lang['filter_actions_queue_bureau'] = 'Queue Bureau'; -$lang['filter_actions_queue_direct'] = 'Queue Direct'; -$lang['filter_actions_queue_electronic'] = 'Queue Electronic'; -$lang['filter_actions_sent_bureau'] = 'Sent Bureau'; -$lang['filter_actions_sent_direct'] = 'Sent Direct'; -$lang['filter_actions_sent_electronic'] = 'Sent Electronic'; -$lang['filter_actions_not_sent'] = 'Not Sent'; -$lang['filter_actions_qsl_n_required'] = 'QSL Not Required'; -$lang['filter_actions_recv_bureau'] = 'Received (Bureau)'; -$lang['filter_actions_recv_direct'] = 'Received (Direct)'; -$lang['filter_actions_create_adif'] = 'Create ADIF'; -$lang['filter_actions_print_label'] = 'Print Label'; -$lang['filter_actions_qsl_slideshow'] = 'QSL Slideshow'; -$lang['filter_actions_delete'] = 'Delete'; +$lang['filter_actions_w_selected'] = 'Bei Markierten: '; +$lang['filter_actions_update_f_callbook'] = 'Aktualisieren aus dem Callbook'; +$lang['filter_actions_queue_bureau'] = 'Angefordert (Büro)'; +$lang['filter_actions_queue_direct'] = 'Angefordert (Direkt)'; +$lang['filter_actions_queue_electronic'] = 'Angefordert (Elektronisch)'; +$lang['filter_actions_sent_bureau'] = 'Gesendet (Büro)'; +$lang['filter_actions_sent_direct'] = 'Gesendet (Direkt)'; +$lang['filter_actions_sent_electronic'] = 'Gesendet (Elektronisch)'; +$lang['filter_actions_not_sent'] = 'Nicht gesendet'; +$lang['filter_actions_qsl_n_required'] = 'QSL nicht erforderlich'; +$lang['filter_actions_recv_bureau'] = 'Erhalten (Büro)'; +$lang['filter_actions_recv_direct'] = 'Erhalten (Direkt)'; +$lang['filter_actions_create_adif'] = 'Erstelle ADIF'; +$lang['filter_actions_print_label'] = 'Label drucken'; +$lang['filter_actions_qsl_slideshow'] = 'QSL Präsentation'; +$lang['filter_actions_delete'] = 'Löschen'; /* @@ -120,9 +120,9 @@ Options ___________________________________________________________________________________________ */ -$lang['filter_options_title'] = 'Options for the Advanced Logbook'; -$lang['filter_options_column'] = 'Column'; -$lang['filter_options_show'] = 'Show'; +$lang['filter_options_title'] = 'Optionen für das erweiterte Logbuch'; +$lang['filter_options_column'] = 'Spalte'; +$lang['filter_options_show'] = 'Anzeigen'; // $lang['general_word_datetime'] --> application/language/english/general_words_lang.php // $lang['gen_hamradio_de'] --> application/language/english/general_words_lang.php // $lang['gen_hamradio_dx'] --> application/language/english/general_words_lang.php @@ -146,4 +146,4 @@ $lang['filter_options_show'] = 'Show'; // $lang['gen_hamradio_wwff'] --> application/language/english/general_words_lang.php // $lang['gen_hamradio_pota'] --> application/language/english/general_words_lang.php // $lang['options_save'] --> application/language/english/options_lang.php -$lang['filter_options_close'] = 'Close'; \ No newline at end of file +$lang['filter_options_close'] = 'Schliessen'; \ No newline at end of file