mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
38 lines
1.3 KiB
PHP
38 lines
1.3 KiB
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('Directe toegang tot scripts is niet toegestaan');
|
|
|
|
// Tiles
|
|
$lang['qso_title_qso_map'] = 'QSO Kaart';
|
|
$lang['qso_title_suggestions'] = 'Suggesties';
|
|
$lang['qso_title_previous_contacts'] = 'Eerdere verbindingen';
|
|
$lang['qso_title_image'] = 'Profile Picture';
|
|
|
|
// 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_wwff_ref_helptext'] = 'Bijvoorbeeld: DLFF-0069.';
|
|
$lang['qso_pota_ref_helptext'] = 'Bijvoorbeeld: PA-0150.';
|
|
|
|
$lang['qso_sig_helptext'] = 'Bijvoorbeeld: GMA';
|
|
$lang['qso_sig_info_helptext'] = 'Bijvoorbeeld: DA/NW-357';
|
|
|
|
$lang['qso_dok_helptext'] = 'Bijvoorbeeld: Q03';
|
|
|
|
$lang['qso_notes_helptext'] = 'Notities worden alleen in Cloudlog gebruikt en worden niet geexporteerd naar andere diensten.';
|
|
$lang['qsl_notes_helptext'] = 'This note content is exported to QSL services like eqsl.cc.';
|
|
|
|
// Button Text on /qso Display
|
|
|
|
$lang['qso_btn_reset_qso'] = 'Wis QSO';
|
|
$lang['qso_btn_save_qso'] = 'Bewaar QSO';
|
|
$lang['qso_btn_edit_qso'] = 'Edit QSO';
|
|
|
|
// QSO Details
|
|
|
|
$lang['qso_details'] = 'QSO Details';
|
|
|
|
$lang['fav_add'] = 'Add Band/Mode to Favs';
|
|
$lang['qso_operator_callsign'] = 'Operator Callsign';
|