2023-10-16 16:37:02 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
___________________________________________________________________________________________
|
|
|
|
|
Topbar
|
|
|
|
|
___________________________________________________________________________________________
|
|
|
|
|
*/
|
|
|
|
|
|
2023-10-16 17:05:47 +08:00
|
|
|
$lang['adif_import'] = "ADIF Import";
|
|
|
|
|
$lang['adif_export'] = "ADIF Export";
|
2023-10-16 16:37:02 +08:00
|
|
|
// $lang['lotw_title'] --> application/language/english/lotw_lang.php
|
|
|
|
|
|
|
|
|
|
|
2023-10-16 17:05:47 +08:00
|
|
|
/*
|
|
|
|
|
___________________________________________________________________________________________
|
|
|
|
|
ADIF Import
|
|
|
|
|
___________________________________________________________________________________________
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
$lang['adif_alert_important'] = "Important";
|
|
|
|
|
$lang['adif_alert_log_files_type'] = "Log Files must have the file type *.adi";
|
|
|
|
|
// $lang['general_word_warning'] --> application/language/english/general_words_lang.php "PHP Upload Warning"
|
|
|
|
|
// $lang['gen_max_file_upload_size'] --> application/language/english/general_words_lang.php "PHP Upload Warning"
|
2023-10-16 16:37:02 +08:00
|
|
|
|
2023-10-16 17:05:47 +08:00
|
|
|
$lang['adif_select_stationlocation'] = "Select Station Location";
|
|
|
|
|
// $lang['gen_hamradio_callsign'] --> application/language/english/general_words_lang.php
|
2023-10-16 16:37:02 +08:00
|
|
|
|
2023-10-16 17:05:47 +08:00
|
|
|
// The File Input is translated by the Browser
|
2023-10-16 16:37:02 +08:00
|
|
|
|
2023-10-16 17:05:47 +08:00
|
|
|
$lang['adif_import_dup'] = "Import duplicate QSOs";
|