2021-01-06 00:56:42 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
|
|
|
|
|
|
// Tiles
|
|
|
|
|
$lang['qso_title_qso_map'] = 'QSO Map';
|
|
|
|
|
$lang['qso_title_suggestions'] = 'Suggestions';
|
|
|
|
|
$lang['qso_title_pervious_contacts'] = 'Previous Contacts';
|
2022-07-03 17:39:05 +08:00
|
|
|
$lang['qso_title_image'] = 'Profile Picture';
|
2021-01-06 00:56:42 +08:00
|
|
|
|
|
|
|
|
// Input Help Text on the /QSO Display
|
|
|
|
|
$lang['qso_transmit_power_helptext'] = 'Give power value in Watts. Include only numbers in the input.';
|
|
|
|
|
|
|
|
|
|
$lang['qso_sota_ref_helptext'] = 'For example: GM/NS-001.';
|
2022-08-15 22:04:33 +08:00
|
|
|
$lang['qso_wwff_ref_helptext'] = 'For example: DLFF-0069.';
|
2021-01-06 00:56:42 +08:00
|
|
|
|
2022-10-05 23:05:53 +08:00
|
|
|
$lang['qso_sig_helptext'] = 'For example: GMA';
|
|
|
|
|
$lang['qso_sig_info_helptext'] = 'For example: DA/NW-357';
|
2021-01-06 00:56:42 +08:00
|
|
|
|
|
|
|
|
$lang['qso_dok_helptext'] = 'For example: Q03';
|
|
|
|
|
|
|
|
|
|
$lang['qso_notes_helptext'] = 'Note content is used within Cloudlog only and is not exported to other services.';
|
2022-03-17 01:02:31 +08:00
|
|
|
$lang['qsl_notes_helptext'] = 'This note content is exported to QSL services like eqsl.cc.';
|
2021-01-06 00:56:42 +08:00
|
|
|
|
|
|
|
|
// Button Text on /qso Display
|
|
|
|
|
|
|
|
|
|
$lang['qso_btn_reset_qso'] = 'Reset';
|
2021-02-09 05:18:36 +08:00
|
|
|
$lang['qso_btn_save_qso'] = 'Save QSO';
|
2021-02-22 06:29:59 +08:00
|
|
|
$lang['qso_btn_edit_qso'] = 'Edit QSO';
|
2021-02-09 05:18:36 +08:00
|
|
|
|
|
|
|
|
// QSO Details
|
|
|
|
|
|
|
|
|
|
$lang['qso_details'] = 'QSO Details';
|