Cloudlog/application/language/english/qso_lang.php

51 行
2.3 KiB
PHP

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
// Tiles
$lang['qso_title_qso_map'] = 'QSO Map';
$lang['qso_title_suggestions'] = 'Suggestions';
2022-11-25 07:27:45 +08:00
$lang['qso_title_previous_contacts'] = 'Previous Contacts';
2022-07-03 17:39:05 +08:00
$lang['qso_title_image'] = 'Profile Picture';
// 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.';
2022-11-30 23:23:58 +08:00
$lang['qso_pota_ref_helptext'] = 'For example: PA-0150.';
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';
$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.';
// Button Text on /qso Display
$lang['qso_btn_reset_qso'] = 'Reset';
$lang['qso_btn_save_qso'] = 'Save QSO';
2021-02-22 06:29:59 +08:00
$lang['qso_btn_edit_qso'] = 'Edit QSO';
2023-10-18 17:45:15 +08:00
$lang['qso_delete_warning'] = "Warning! Are you sure you want delete QSO with ";
// QSO Details
$lang['qso_details'] = 'QSO Details';
2023-10-02 22:37:07 +08:00
2023-08-19 00:54:50 +08:00
$lang['fav_add'] = 'Add Band/Mode to Favs';
2023-08-20 22:36:14 +08:00
$lang['qso_operator_callsign'] = 'Operator Callsign';
2023-10-25 15:29:16 +08:00
// Simple FLE (FastLogEntry)
$lang['simplefle_info'] = "What is that?";
$lang['simplefle_info_ln1'] = "Simple Fast Log Entry (FLE)";
$lang['simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system to log QSOs very quickly and efficiently. Due to its syntax, only a minimum of input is required to log many QSOs with as little effort as possible.";
$lang['simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs.";
2023-10-25 16:58:34 +08:00
$lang['simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found <a href='https://df3cb.com/fle/documentation/' target='_blank'>here</a>.";
$lang['simplefle_syntax_help_button'] = "Syntax Help";
2023-10-26 21:49:18 +08:00
$lang['simplefle_syntax_help_title'] = "Syntax for FLE";
2023-10-25 16:58:34 +08:00