Cloudlog/application/language/german/general_words_lang.php
phl0 37573f388e
Add German language
Squashed commit of the following:

commit 316a6729925f4ca29e1e50d0b7f3adf93244388f
Author: phl0 <florian@florian-wolters.de>
Date:   Wed Nov 25 16:28:19 2020 +0100

    Add German content

commit 80b66962126347da0c1c500738a3a84970eadf85
Author: phl0 <florian@florian-wolters.de>
Date:   Wed Nov 25 16:16:57 2020 +0100

    Add system parts for German

commit 48920520306ba3b12e859e0e8e2bda6ff6ebd5b9
Author: phl0 <florian@florian-wolters.de>
Date:   Wed Nov 25 15:48:48 2020 +0100

    Add basics for German translation
2020-11-25 16:31:59 +01:00

39 行
1.3 KiB
PHP

<?php
defined('BASEPATH') OR exit('Direkter Zugriff auf Skripe ist nicht erlaubt');
$lang['error_no_active_station_profile'] = 'Attention: you need to set an active station profile.';
$lang['notice_turn_the_radio_on'] = 'Du hast heute noch keine QSOs gemacht; Zeit, das Funkgerät einzuschalten!';
$lang['general_word_important'] = 'Wichtig';
$lang['general_word_date'] = 'Datum';
$lang['general_word_time'] = 'Zeit';
$lang['general_word_total'] = 'Gesamt';
$lang['general_word_year'] = 'Jahr';
$lang['general_word_month'] = 'Monat';
$lang['general_word_worked'] = 'Gearbeitet';
$lang['general_word_confirmed'] = 'Bestätigt';
$lang['general_word_needed'] = 'Benötigt';
$lang['general_word_sent'] = 'Gesendet';
$lang['general_word_received'] = 'Erhalten';
$lang['general_word_requested'] = 'Beantragt';
$lang['general_word_qslcards'] = 'QSL Karten';
// ham radio terms
$lang['gen_hamradio_call'] = 'Call';
$lang['gen_hamradio_callsign'] = 'Rufzeichen';
$lang['gen_hamradio_mode'] = 'Mode';
$lang['gen_hamradio_rst_sent'] = 'Gegeben';
$lang['gen_hamradio_rst_recv'] = 'Erhalten';
$lang['gen_hamradio_band'] = 'Band';
// Dashboard Words
$lang['dashboard_you_have_had'] = 'Du hattest';
$lang['dashboard_qsos_today'] = 'QSOs heute!';
$lang['dashboard_qso_breakdown'] = 'QSOs Übersicht';
$lang['dashboard_countries_breakdown'] = 'Länder Übersicht';