kopia lustrzana https://github.com/magicbug/Cloudlog
31 wiersze
1.4 KiB
PHP
31 wiersze
1.4 KiB
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('Direkter Zugriff auf Skripte ist nicht erlaubt');
|
|
|
|
$lang['gridsquares_gridsquare_map'] = 'Planquadratkarte';
|
|
|
|
$lang['gridsquares_confirmed_is_green'] = 'Bestätigt ist grün';
|
|
$lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Gearbeitet aber nicht bestätigt ist rot';
|
|
$lang['gridsquares_activated_but_not_confirmed_is_red'] = 'Aktiviert aber nicht bestätigt ist rot';
|
|
|
|
$lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos'] = 'Diese Karte beinhaltet keine Satelliten-, Internet- oder Relais-QSOs';
|
|
|
|
$lang['gridsquares_grid_squares'] = 'Planquadrate';
|
|
$lang['gridsquares_total_count'] = 'Summe';
|
|
|
|
$lang['gridsquares_band'] = 'Band';
|
|
$lang['gridsquares_mode'] = 'Mode';
|
|
$lang['gridsquares_sat'] = 'Satellit';
|
|
$lang['gridsquares_confirmation'] = 'Bestätigung';
|
|
|
|
$lang['gridsquares_button_plot'] = 'Kartieren';
|
|
|
|
$lang['gridsquares_gridsquares'] = 'Planquadrate';
|
|
$lang['gridsquares_gridsquares_worked'] = 'Gearbeitete Planquadrate';
|
|
$lang['gridsquares_gridsquares_confirmed'] = 'Planquadrate bestätigt';
|
|
$lang['gridsquares_gridsquares_lotw'] = 'Auf LoTW bestätigte Planquadrate';
|
|
$lang['gridsquares_gridsquares_paper'] = 'Per Papier QSL bestätigte Planquadrate';
|
|
$lang['gridsquares_gridsquares_not_confirmed'] = 'Unbestätigte Planquadrate';
|
|
$lang['gridsquares_gridsquares_total_worked'] = 'Summe gearbeiteter Planquadrate';
|
|
$lang['gridsquares_gridsquares_total_activated'] = 'Summe aktivierter Planquadrate';
|