2021-01-12 21:34:56 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
|
|
|
|
$lang['contesting_page_title'] = 'Kilpailuloki';
|
|
|
|
$lang['contesting_button_reset_contest_session'] = 'Nollaa kilpailuloki';
|
2023-10-04 22:20:52 +00:00
|
|
|
$lang['contesting_operator_callsign'] = 'Operator Callsign';
|
2021-01-12 21:34:56 +00:00
|
|
|
|
2021-02-28 22:26:39 +00:00
|
|
|
$lang['contesting_exchange_type'] = 'Annettava sanoma';
|
2021-03-21 10:43:34 +00:00
|
|
|
$lang['contesting_exchange_type_serial'] = 'Sarjanumero';
|
2023-10-04 22:20:52 +00:00
|
|
|
$lang['contesting_exchange_type_none'] = 'None';
|
|
|
|
$lang['contesting_exchange_type_exchange'] = 'Exchange';
|
|
|
|
$lang['contesting_exchange_type_gridsquare'] = 'Gridsquare';
|
2021-02-28 22:26:39 +00:00
|
|
|
$lang['contesting_exchange_type_other'] = 'Muu';
|
2023-10-04 22:20:52 +00:00
|
|
|
$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)';
|
2021-01-12 21:34:56 +00:00
|
|
|
|
|
|
|
$lang['contesting_contest_name'] = 'Kilpailun nimi';
|
|
|
|
|
|
|
|
$lang['contesting_btn_reset_qso'] = 'Nollaa QSO';
|
2021-02-28 22:26:39 +00:00
|
|
|
$lang['contesting_btn_save_qso'] = 'TALLENNA QSO';
|
2021-01-12 21:34:56 +00:00
|
|
|
|
|
|
|
$lang['contesting_title_callsign_suggestions'] = 'Ehdotettu kutsu';
|
2023-10-04 22:20:52 +00:00
|
|
|
$lang['contesting_title_contest_logbook'] = 'Kilpailussa pidetyt yhteydet';
|
|
|
|
|
|
|
|
$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!';
|
|
|
|
|
|
|
|
|