Cloudlog/application/language/dutch/contesting_lang.php

33 wiersze
1.3 KiB
PHP
Czysty Zwykły widok Historia

2021-01-08 07:35:27 +00:00
<?php
2021-01-08 07:43:48 +00:00
defined('BASEPATH') OR exit('Directe toegang tot scripts is niet toegestaan');
2021-01-08 07:35:27 +00:00
$lang['contesting_page_title'] = 'Contest Logging';
$lang['contesting_button_reset_contest_session'] = 'Herstel Contest Sessie';
2023-10-04 22:20:52 +00:00
$lang['contesting_operator_callsign'] = 'Operator Callsign';
2021-01-08 07:35:27 +00:00
$lang['contesting_exchange_type'] = 'Soort uitwisseling';
$lang['contesting_exchange_type_serial'] = 'Volgnummer';
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-01-08 07:35:27 +00:00
$lang['contesting_exchange_type_other'] = 'Anders';
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-08 07:35:27 +00:00
$lang['contesting_contest_name'] = 'Contest Naam';
$lang['contesting_btn_reset_qso'] = 'Wis QSO';
$lang['contesting_btn_save_qso'] = 'Bewaar QSO';
$lang['contesting_title_callsign_suggestions'] = 'Roepnaam suggesties';
2023-10-04 22:20:52 +00:00
$lang['contesting_title_contest_logbook'] = 'Contest Logboek';
$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!';