2021-01-11 16:05:15 +00:00
< ? php
defined ( 'BASEPATH' ) OR exit ( 'No direct script access allowed' );
2021-02-08 21:18:36 +00:00
$lang [ 'lotw_short' ] = 'LoTW' ;
2021-01-11 16:05:15 +00:00
$lang [ 'lotw_title' ] = 'Logbook of the World' ;
$lang [ 'lotw_title_available_cert' ] = 'Available Certificates' ;
$lang [ 'lotw_title_information' ] = 'Information' ;
$lang [ 'lotw_title_upload_p12_cert' ] = 'Upload Logbook of the World .p12 Certificate' ;
$lang [ 'lotw_title_export_p12_file_instruction' ] = 'Export .p12 File Instructions' ;
$lang [ 'lotw_title_adif_import' ] = 'ADIF Import' ;
$lang [ 'lotw_title_adif_import_options' ] = 'Import Options' ;
$lang [ 'lotw_beta_warning' ] = 'Please be aware that LoTW Sync is BETA, see wiki for help.' ;
$lang [ 'lotw_no_certs_uploaded' ] = 'You need to upload some LoTW p12 certificates to use this area.' ;
$lang [ 'lotw_date_created' ] = 'Date Created' ;
$lang [ 'lotw_date_expires' ] = 'Date Expires' ;
2022-08-24 10:16:41 +00:00
$lang [ 'lotw_qso_start_date' ] = 'QSO Start Date' ;
$lang [ 'lotw_qso_end_date' ] = 'QSO End Date' ;
2023-01-02 15:29:01 +00:00
$lang [ 'lotw_status' ] = 'Status / Last upload' ;
2021-01-11 16:05:15 +00:00
$lang [ 'lotw_options' ] = 'Options' ;
$lang [ 'lotw_valid' ] = 'Valid' ;
$lang [ 'lotw_expired' ] = 'Expired' ;
2022-12-23 09:53:46 +00:00
$lang [ 'lotw_expiring' ] = 'Expiring' ;
2021-01-11 16:05:15 +00:00
$lang [ 'lotw_not_synced' ] = 'Not Synced' ;
$lang [ 'lotw_certificate_dxcc' ] = 'Certificate DXCC' ;
$lang [ 'lotw_certificate_dxcc_help_text' ] = 'Certificate DXCC entity. For example: Scotland' ;
$lang [ 'lotw_input_a_file' ] = 'Upload a File' ;
2023-07-27 07:16:55 +00:00
$lang [ 'lotw_upload_exported_adif_file_from_lotw' ] = 'Upload the Exported ADIF file from LoTW from the <a href="https://p1k.arrl.org/lotwuser/qsos?qsoscmd=adif" target="_blank">Download Report</a> Area, to mark QSOs as confirmed on LoTW.' ;
2021-01-11 16:05:15 +00:00
$lang [ 'lotw_upload_type_must_be_adi' ] = 'Log files must have the file type .adi' ;
$lang [ 'lotw_pull_lotw_data_for_me' ] = 'Pull LoTW data for me' ;
2022-01-03 15:05:47 +00:00
$lang [ 'lotw_report_download_overview_helptext' ] = 'Cloudlog will use the LoTW username and password stored in your user profile to download a report from LoTW for you. The report Cloudlog downloads will have all confirmations since chosen date, or since your last LoTW confirmation (fetched from your log), up until now.' ;
2021-01-11 16:05:15 +00:00
// Buttons
$lang [ 'lotw_btn_lotw_import' ] = 'LoTW Import' ;
$lang [ 'lotw_btn_upload_certificate' ] = 'Upload Certificate' ;
$lang [ 'lotw_btn_delete' ] = 'Delete' ;
$lang [ 'lotw_btn_manual_sync' ] = 'Manual Sync' ;
$lang [ 'lotw_btn_upload_file' ] = 'Upload File' ;
$lang [ 'lotw_btn_import_matches' ] = 'Import LoTW Matches' ;
// P12 Export Text
$lang [ 'lotw_p12_export_step_one' ] = 'Open TQSL & go to the Callsign Certificates Tab' ;
$lang [ 'lotw_p12_export_step_two' ] = 'Right click on desired Callsign' ;
$lang [ 'lotw_p12_export_step_three' ] = 'Click "Save Callsign Certificate File" and do not add a password' ;
2021-02-08 21:18:36 +00:00
$lang [ 'lotw_p12_export_step_four' ] = 'Upload File below.' ;
$lang [ 'lotw_confirmed' ] = 'This QSO is confirmed on LoTW' ;
2022-12-23 13:49:03 +00:00
2023-04-26 03:44:54 +00:00
// LoTW Expiry
$lang [ 'lotw_cert_expiring' ] = 'At least one of your LoTW certificates is about to expire!' ;
$lang [ 'lotw_cert_expired' ] = 'At least one of your LoTW certificates is expired!' ;
2023-05-27 08:06:30 +00:00
// Lotw User
2023-08-25 21:08:47 +00:00
$lang [ 'lotw_user' ] = 'This station uses LoTW.' ;
$lang [ 'lotw_last_upload' ] = 'Last upload' ;