kopia lustrzana https://github.com/magicbug/Cloudlog
25 wiersze
853 B
PHP
25 wiersze
853 B
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('Directe toegang tot de scripts is niet toegestaan');
|
|
|
|
// Tiles
|
|
$lang['qso_title_qso_map'] = 'QSO Kaart';
|
|
$lang['qso_title_suggestions'] = 'Suggesties';
|
|
$lang['qso_title_pervious_contacts'] = 'Eerdere verbindingen';
|
|
|
|
// Input Help Text on the /QSO Display
|
|
$lang['qso_transmit_power_helptext'] = 'Geef vermogen in Watt. Vermeld alleen cijfers.';
|
|
|
|
$lang['qso_sota_ref_helptext'] = 'Bijvoorbeeld: GM/NS-001.';
|
|
|
|
$lang['qso_sig_helptext'] = 'Bijvoorbeeld: WWFF of POTA';
|
|
$lang['qso_sig_info_helptext'] = 'Bijvoorbeeld: DLFF-0029';
|
|
|
|
$lang['qso_dok_helptext'] = 'Bijvoorbeeld: Q03';
|
|
|
|
$lang['qso_notes_helptext'] = 'Notities worden alleen in Cloudlog gebruikt en worden niet geexporteerd naar andere diensten.';
|
|
|
|
// Button Text on /qso Display
|
|
|
|
$lang['qso_btn_reset_qso'] = 'Wis QSO';
|
|
$lang['qso_btn_save_qso'] = 'Bewaar QSO'; |