mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 08:13:41 +00:00
33 lines
1.3 KiB
PHP
33 lines
1.3 KiB
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
$lang['contesting_page_title'] = 'Contest-loggning';
|
|
$lang['contesting_button_reset_contest_session'] = 'Nollställ denna contest-session';
|
|
$lang['contesting_operator_callsign'] = 'Operator Callsign';
|
|
|
|
$lang['contesting_exchange_type'] = 'Exchange-typ';
|
|
$lang['contesting_exchange_type_serial'] = 'Seriell';
|
|
$lang['contesting_exchange_type_none'] = 'None';
|
|
$lang['contesting_exchange_type_exchange'] = 'Exchange';
|
|
$lang['contesting_exchange_type_gridsquare'] = 'Gridsquare';
|
|
$lang['contesting_exchange_type_other'] = 'Annat';
|
|
$lang['contesting_exchange_type_serial_exchange'] = 'Serial + Exchange';
|
|
$lang['contesting_exchange_type_serial_gridsquare'] = 'Serial + Gridsquare';
|
|
$lang['contesting_exchange_serial_s'] = 'Serial (S)';
|
|
$lang['contesting_exchange_serial_r'] = 'Serial (R)';
|
|
$lang['contesting_exchange_gridsquare_s'] = 'Gridsquare (S)';
|
|
$lang['contesting_exchange_gridsquare_r'] = 'Gridsquare (R)';
|
|
|
|
$lang['contesting_contest_name'] = 'Contest-namn';
|
|
|
|
$lang['contesting_btn_reset_qso'] = 'Reset QSO';
|
|
$lang['contesting_btn_save_qso'] = 'Spara QSO';
|
|
|
|
$lang['contesting_title_callsign_suggestions'] = 'Signal-förslag';
|
|
$lang['contesting_title_contest_logbook'] = 'Contest loggbok';
|
|
|
|
$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!';
|
|
|
|
|