From 0ddfa89392c01f7bef0e9ca73a6cba8edaa4c55c Mon Sep 17 00:00:00 2001 From: Ivan Date: Wed, 3 Nov 2021 11:59:02 +0200 Subject: [PATCH] Added Bulgarian language translation --- application/language/bulgarian/lotw_lang.php | 52 ++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 application/language/bulgarian/lotw_lang.php diff --git a/application/language/bulgarian/lotw_lang.php b/application/language/bulgarian/lotw_lang.php new file mode 100644 index 00000000..e70ba49c --- /dev/null +++ b/application/language/bulgarian/lotw_lang.php @@ -0,0 +1,52 @@ +Download Report Area, to mark QSOs as confirmed on LOTW.'; +$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'; +$lang['lotw_import_missing_qsos_text'] = 'Import missing QSOs into the log. Call and gridsquare will be checked to try to find the correct profile to import the QSO into. If not found, the QSO will be skipped.'; + +$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.'; + +// Buttons +$lang['lotw_btn_lotw_import'] = 'LoTW импорт'; +$lang['lotw_btn_upload_certificate'] = 'Качване на сертификат'; +$lang['lotw_btn_delete'] = 'Изтрий'; +$lang['lotw_btn_manual_sync'] = 'Ръчно синхронизиране'; +$lang['lotw_btn_upload_file'] = 'Качи файлa'; +$lang['lotw_btn_import_matches'] = 'Import LoTW Matches'; + +// P12 Export Text +$lang['lotw_p12_export_step_one'] = 'Отворете TQSL & отидете на раздела Callsign Certificates'; +$lang['lotw_p12_export_step_two'] = 'Щракнете с десния бутон върху желания опознавателен знак'; +$lang['lotw_p12_export_step_three'] = 'Щракнете върху "Save Callsign Certificate File" и не добавяйте парола'; +$lang['lotw_p12_export_step_four'] = 'Качете файла по-долу.'; + +$lang['lotw_confirmed'] = 'Това QSO е потвърдено на LoTW';