kopia lustrzana https://github.com/magicbug/Cloudlog
18 wiersze
668 B
PHP
18 wiersze
668 B
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('Directe toegang tot scripts is niet toegestaan');
|
|
|
|
$lang['contesting_page_title'] = 'Contest Logging';
|
|
$lang['contesting_button_reset_contest_session'] = 'Herstel Contest Sessie';
|
|
|
|
$lang['contesting_exchange_type'] = 'Soort uitwisseling';
|
|
$lang['contesting_exchange_type_serial'] = 'Volgnummer';
|
|
$lang['contesting_exchange_type_other'] = 'Anders';
|
|
|
|
$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';
|
|
$lang['contesting_title_contest_logbook'] = 'Contest Logboek'; |