mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-21 15:56:30 +00:00
72808efb3e
1/ Update French tag value for files : account_lang.php --> done adif_lang.php --> done admin_lang.php --> done awards_lang.php contesting_lang.php --> done eqsl_lang.php --> non change export_lang.php filter_lang.php general_words_lang.php --> in progress gridsquares_lang.php lotw_lang.php menu_lang.php notes_lang.php --> done options_lang.php qslcard_lang.php --> done qso_lang.php station_lang.php statistics_lang.php --> done 2/ addition of a space (on 1 line of the adif file for each language) to standardize the structure of the files 3/ standardize css form-control for 1 field on add/edit user view
140 lines
6.6 KiB
PHP
140 lines
6.6 KiB
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
|
|
/*
|
|
___________________________________________________________________________________________
|
|
Topbar
|
|
___________________________________________________________________________________________
|
|
*/
|
|
|
|
$lang['adif_import'] = "ADIF Import";
|
|
$lang['adif_export'] = "ADIF Export";
|
|
// $lang['lotw_title'] --> application/language/english/lotw_lang.php
|
|
$lang['darc_dcl'] = "DARC DCL";
|
|
|
|
|
|
/*
|
|
___________________________________________________________________________________________
|
|
ADIF Import
|
|
___________________________________________________________________________________________
|
|
*/
|
|
|
|
// $lang['general_word_important'] --> application/language/english/general_words_lang.php
|
|
$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"
|
|
|
|
$lang['adif_select_stationlocation'] = "Select Station Location";
|
|
// $lang['gen_hamradio_callsign'] --> application/language/english/general_words_lang.php
|
|
|
|
// The File Input is translated by the Browser
|
|
$lang['adif_file_label'] = "ADIF File";
|
|
|
|
$lang['adif_hint_no_info_in_file'] = "Select if ADIF being imported does not contain this information.";
|
|
|
|
$lang['adif_import_dup'] = "Import duplicate QSOs";
|
|
$lang['adif_mark_imported_lotw'] = "Mark imported QSOs as uploaded to LoTW";
|
|
$lang['adif_mark_imported_hrdlog'] = "Mark imported QSOs as uploaded to HRDLog.net Logbook";
|
|
$lang['adif_mark_imported_qrz'] = "Mark imported QSOs as uploaded to QRZ Logbook";
|
|
$lang['adif_mark_imported_clublog'] = "Mark imported QSOs as uploaded to Clublog Logbook";
|
|
|
|
$lang['adif_dxcc_from_adif'] = "Use DXCC information from ADIF";
|
|
$lang['adif_dxcc_from_adif_hint'] = "If not selected, Cloudlog will attempt to determine DXCC information automatically.";
|
|
|
|
$lang['adif_always_use_login_call_as_op'] = "Always use login-callsign as operator-name on import";
|
|
|
|
$lang['adif_ignore_station_call'] = "Ignore Stationcallsign on import";
|
|
$lang['adif_ignore_station_call_hint'] = "If selected, Cloudlog will try to import <b>all</b> QSO's of the ADIF, regardless if they match to the chosen station-location.";
|
|
|
|
$lang['adif_upload'] = "Upload";
|
|
|
|
/*
|
|
___________________________________________________________________________________________
|
|
ADIF Export
|
|
___________________________________________________________________________________________
|
|
*/
|
|
|
|
$lang['adif_export_take_it_anywhere'] = "Take your logbook file anywhere!";
|
|
$lang['adif_export_take_it_anywhere_hint'] = "Exporting ADIFs allows you to import contacts into third party applications like LoTW, Awards or just for keeping a backup.";
|
|
|
|
|
|
$lang['adif_mark_exported_lotw'] = "Mark exported QSOs as uploaded to LoTW";
|
|
$lang['adif_mark_exported_no_lotw'] = "Export QSOs not uploaded to LoTW";
|
|
|
|
$lang['adif_export_qso'] = "Export QSO's";
|
|
|
|
$lang['adif_export_sat_only_qso'] = "Export Satellite-Only QSOs";
|
|
$lang['adif_export_sat_only_qso_all'] = "Export All Satellite QSOs";
|
|
$lang['adif_export_sat_only_qso_lotw'] = "Export All Satellite QSOs Confirmed on LoTW";
|
|
|
|
/*
|
|
___________________________________________________________________________________________
|
|
Logbook of the World
|
|
___________________________________________________________________________________________
|
|
*/
|
|
|
|
$lang['adif_lotw_export_if_selected'] = "If a date range is not selected then all QSOs will be marked!";
|
|
$lang['adif_mark_qso_as_exported_to_lotw'] = "Mark QSOs as exported to LoTW";
|
|
|
|
$lang['adif_qso_marked'] = "QSOs marked";
|
|
$lang['adif_yay_its_done'] = "Yay, its done!";
|
|
$lang['adif_qso_lotw_marked_confirm'] = "The QSOs are marked as exported to LoTW.";
|
|
|
|
/*
|
|
___________________________________________________________________________________________
|
|
DARC DCL
|
|
___________________________________________________________________________________________
|
|
*/
|
|
$lang['adif_dcl_text_pre'] = "Go to";
|
|
$lang['adif_dcl_text_post'] = "and export your logbook with confirmed DOKs. To speed up the process you can select only DL QSOs to download (i.e. put \"DL\" into Prefix List). The downloaded ADIF file can be uploaded here in order to update QSOs with DOK info.";
|
|
|
|
$lang['only_confirmed_qsos'] = "Only import DOK data from QSOs confirmed on DCL.";
|
|
$lang['only_confirmed_qsos_hint'] = "Uncheck if you also want to update DOK with data from unconfirmed QSOs in DCL.";
|
|
|
|
$lang['overwrite_by_dcl'] = "Overwrite exisiting DOK in log by DCL (if different)";
|
|
$lang['overwrite_by_dcl_hint'] = "If checked Cloudlog will forcibly overwrite existing DOK with DOK from DCL log.";
|
|
|
|
$lang['ignore_ambiguous'] = "Ignore QSOs that cannot be matched";
|
|
$lang['ignore_ambiguous_hint'] = "If unchecked information about QSO which could not be found in Cloudlog will be displayed.";
|
|
|
|
/*
|
|
___________________________________________________________________________________________
|
|
Import Success
|
|
___________________________________________________________________________________________
|
|
*/
|
|
|
|
$lang['adif_imported'] = "ADIF Imported";
|
|
$lang['adif_yay_its_imported'] = "Yay, its imported!";
|
|
$lang['adif_import_confirm'] = "The ADIF File has been imported.";
|
|
|
|
$lang['adif_import_dupes_inserted'] = " <b>Dupes were inserted!</b>";
|
|
$lang['adif_import_dupes_skipped'] = " Dupes were skipped.";
|
|
|
|
$lang['adif_import_errors'] = "ADIF Errors";
|
|
$lang['adif_import_errors_hint'] = "You have ADIF errors, the QSOs have still been added but these fields have not been populated.";
|
|
|
|
/*
|
|
___________________________________________________________________________________________
|
|
DCL Success
|
|
___________________________________________________________________________________________
|
|
*/
|
|
|
|
$lang['dcl_results'] = "Results of DCL DOK Update";
|
|
$lang['dcl_info_updated'] = "DCL information for DOKs has been updated.";
|
|
$lang['dcl_qsos_updated'] = "QSOs updated";
|
|
$lang['dcl_qsos_ignored'] = "QSOs ignored";
|
|
$lang['dcl_qsos_unmatched'] = "QSOs unmatched";
|
|
$lang['dcl_no_qsos_updated'] = "No QSOs found which could be updated.";
|
|
$lang['dcl_dok_errors'] = "DOK Errors";
|
|
$lang['dcl_dok_errors_details'] = "There is different data for DOK in your log compared to DCL";
|
|
$lang['dcl_qsl_status'] = "DCL QSL Status";
|
|
$lang['dcl_qsl_status_c'] = "confirmed by LoTW/Clublog/eQSL/Contest";
|
|
$lang['dcl_qsl_status_mno'] = "confirmed by award manager";
|
|
$lang['dcl_qsl_status_i'] = "confirmed by cross-check of DCL data";
|
|
$lang['dcl_qsl_status_w'] = "confirmation pending";
|
|
$lang['dcl_qsl_status_x'] = "unconfirmed";
|
|
$lang['dcl_qsl_status_unknown'] = "unknown";
|
|
$lang['dcl_no_match'] = "QSO could not be matched";
|