diff --git a/application/controllers/Qslprint.php b/application/controllers/Qslprint.php index 11a902f2..be69cf90 100644 --- a/application/controllers/Qslprint.php +++ b/application/controllers/Qslprint.php @@ -43,7 +43,7 @@ class QSLPrint extends CI_Controller { 'assets/js/sections/qslprint.js', ]; - $data['page_title'] = "Print Requested QSLs"; + $data['page_title'] = $this->lang->line('menu_print_requested_qsls'); $this->load->view('interface_assets/header', $data); $this->load->view('qslprint/index'); diff --git a/application/language/bulgarian/qslcard_lang.php b/application/language/bulgarian/qslcard_lang.php index 336bdb82..647cd935 100644 --- a/application/language/bulgarian/qslcard_lang.php +++ b/application/language/bulgarian/qslcard_lang.php @@ -23,6 +23,17 @@ $lang['qslcard_upload_back'] = 'Качване на гръб на QSL карти $lang['qslcard_upload_button'] = 'Качване на изображения на QSL картичка'; -$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent via bureau."; +$lang['qslcard_qslprint_header'] = "Export Requested QSLs for Printing"; +$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent."; $lang['qslcard_qslprint_text_line2'] = "Requested QSLs are any QSOs with a value of 'Requested' or 'Queued' in their 'QSL Sent' field."; +$lang['qslcard_qslprint_send_method'] = "Send Method"; +$lang['qslcard_qslprint_mark_as_sent'] = "Mark as sent"; +$lang['qslcard_qslprint_mark_selected_as_printed'] = "Mark selected QSOs as printed"; +$lang['qslcard_qslprint_remove_selected_from_queue'] = "Remove selected QSOs from the queue"; +$lang['qslcard_qslprint_export_csv'] = "Export requested QSLs to CSV-file"; +$lang['qslcard_qslprint_export_adif'] = "Export requested QSLs to ADIF-file"; +$lang['qslcard_qslprint_mark_requested_as_sent'] = "Mark requested QSLs as sent"; +$lang['qslcard_qslprint_no_qsls_found'] = "No QSLs to print were found!"; +$lang['qslcard_qslprint_add_to_queue'] = "Add to print queue"; +$lang['qslcard_qslprint_no_additional_qso_found'] = "No additional QSO's were found. That means they are probably already in the queue."; diff --git a/application/language/chinese_simplified/qslcard_lang.php b/application/language/chinese_simplified/qslcard_lang.php index 4712bf52..005f4abb 100644 --- a/application/language/chinese_simplified/qslcard_lang.php +++ b/application/language/chinese_simplified/qslcard_lang.php @@ -23,6 +23,17 @@ $lang['qslcard_upload_back'] = '上传 QSL 卡片背面图像'; $lang['qslcard_upload_button'] = '上传 QSL 卡片图像'; -$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent via bureau."; +$lang['qslcard_qslprint_header'] = "Export Requested QSLs for Printing"; +$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent."; $lang['qslcard_qslprint_text_line2'] = "Requested QSLs are any QSOs with a value of 'Requested' or 'Queued' in their 'QSL Sent' field."; +$lang['qslcard_qslprint_send_method'] = "Send Method"; +$lang['qslcard_qslprint_mark_as_sent'] = "Mark as sent"; +$lang['qslcard_qslprint_mark_selected_as_printed'] = "Mark selected QSOs as printed"; +$lang['qslcard_qslprint_remove_selected_from_queue'] = "Remove selected QSOs from the queue"; +$lang['qslcard_qslprint_export_csv'] = "Export requested QSLs to CSV-file"; +$lang['qslcard_qslprint_export_adif'] = "Export requested QSLs to ADIF-file"; +$lang['qslcard_qslprint_mark_requested_as_sent'] = "Mark requested QSLs as sent"; +$lang['qslcard_qslprint_no_qsls_found'] = "No QSLs to print were found!"; +$lang['qslcard_qslprint_add_to_queue'] = "Add to print queue"; +$lang['qslcard_qslprint_no_additional_qso_found'] = "No additional QSO's were found. That means they are probably already in the queue."; diff --git a/application/language/czech/qslcard_lang.php b/application/language/czech/qslcard_lang.php index 3e1a7b90..9cf5189d 100644 --- a/application/language/czech/qslcard_lang.php +++ b/application/language/czech/qslcard_lang.php @@ -23,6 +23,17 @@ $lang['qslcard_upload_back'] = 'Uploaded QSL Card back image'; $lang['qslcard_upload_button'] = 'Upload QSL Card image'; -$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent via bureau."; +$lang['qslcard_qslprint_header'] = "Export Requested QSLs for Printing"; +$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent."; $lang['qslcard_qslprint_text_line2'] = "Requested QSLs are any QSOs with a value of 'Requested' or 'Queued' in their 'QSL Sent' field."; +$lang['qslcard_qslprint_send_method'] = "Send Method"; +$lang['qslcard_qslprint_mark_as_sent'] = "Mark as sent"; +$lang['qslcard_qslprint_mark_selected_as_printed'] = "Mark selected QSOs as printed"; +$lang['qslcard_qslprint_remove_selected_from_queue'] = "Remove selected QSOs from the queue"; +$lang['qslcard_qslprint_export_csv'] = "Export requested QSLs to CSV-file"; +$lang['qslcard_qslprint_export_adif'] = "Export requested QSLs to ADIF-file"; +$lang['qslcard_qslprint_mark_requested_as_sent'] = "Mark requested QSLs as sent"; +$lang['qslcard_qslprint_no_qsls_found'] = "No QSLs to print were found!"; +$lang['qslcard_qslprint_add_to_queue'] = "Add to print queue"; +$lang['qslcard_qslprint_no_additional_qso_found'] = "No additional QSO's were found. That means they are probably already in the queue."; diff --git a/application/language/dutch/qslcard_lang.php b/application/language/dutch/qslcard_lang.php index b34582ba..f1ca1913 100644 --- a/application/language/dutch/qslcard_lang.php +++ b/application/language/dutch/qslcard_lang.php @@ -23,6 +23,17 @@ $lang['qslcard_upload_back'] = 'Uploaded QSL Card back image'; $lang['qslcard_upload_button'] = 'Upload QSL Card image'; -$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent via bureau."; +$lang['qslcard_qslprint_header'] = "Export Requested QSLs for Printing"; +$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent."; $lang['qslcard_qslprint_text_line2'] = "Requested QSLs are any QSOs with a value of 'Requested' or 'Queued' in their 'QSL Sent' field."; +$lang['qslcard_qslprint_send_method'] = "Send Method"; +$lang['qslcard_qslprint_mark_as_sent'] = "Mark as sent"; +$lang['qslcard_qslprint_mark_selected_as_printed'] = "Mark selected QSOs as printed"; +$lang['qslcard_qslprint_remove_selected_from_queue'] = "Remove selected QSOs from the queue"; +$lang['qslcard_qslprint_export_csv'] = "Export requested QSLs to CSV-file"; +$lang['qslcard_qslprint_export_adif'] = "Export requested QSLs to ADIF-file"; +$lang['qslcard_qslprint_mark_requested_as_sent'] = "Mark requested QSLs as sent"; +$lang['qslcard_qslprint_no_qsls_found'] = "No QSLs to print were found!"; +$lang['qslcard_qslprint_add_to_queue'] = "Add to print queue"; +$lang['qslcard_qslprint_no_additional_qso_found'] = "No additional QSO's were found. That means they are probably already in the queue."; diff --git a/application/language/english/qslcard_lang.php b/application/language/english/qslcard_lang.php index 5a80f6a5..cad365f2 100644 --- a/application/language/english/qslcard_lang.php +++ b/application/language/english/qslcard_lang.php @@ -23,6 +23,17 @@ $lang['qslcard_upload_back'] = 'Uploaded QSL Card back image'; $lang['qslcard_upload_button'] = 'Upload QSL Card image'; -$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent via bureau."; +$lang['qslcard_qslprint_header'] = "Export Requested QSLs for Printing"; +$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent."; $lang['qslcard_qslprint_text_line2'] = "Requested QSLs are any QSOs with a value of 'Requested' or 'Queued' in their 'QSL Sent' field."; +$lang['qslcard_qslprint_send_method'] = "Send Method"; +$lang['qslcard_qslprint_mark_as_sent'] = "Mark as sent"; +$lang['qslcard_qslprint_mark_selected_as_printed'] = "Mark selected QSOs as printed"; +$lang['qslcard_qslprint_remove_selected_from_queue'] = "Remove selected QSOs from the queue"; +$lang['qslcard_qslprint_export_csv'] = "Export requested QSLs to CSV-file"; +$lang['qslcard_qslprint_export_adif'] = "Export requested QSLs to ADIF-file"; +$lang['qslcard_qslprint_mark_requested_as_sent'] = "Mark requested QSLs as sent"; +$lang['qslcard_qslprint_no_qsls_found'] = "No QSLs to print were found!"; +$lang['qslcard_qslprint_add_to_queue'] = "Add to print queue"; +$lang['qslcard_qslprint_no_additional_qso_found'] = "No additional QSO's were found. That means they are probably already in the queue."; diff --git a/application/language/finnish/qslcard_lang.php b/application/language/finnish/qslcard_lang.php index 05c1b2c9..f80c060a 100644 --- a/application/language/finnish/qslcard_lang.php +++ b/application/language/finnish/qslcard_lang.php @@ -23,6 +23,17 @@ $lang['qslcard_upload_back'] = 'QSL-kortin ladattu takakuva'; $lang['qslcard_upload_button'] = 'Lähetä QSL-kortin kuva'; -$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent via bureau."; +$lang['qslcard_qslprint_header'] = "Export Requested QSLs for Printing"; +$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent."; $lang['qslcard_qslprint_text_line2'] = "Requested QSLs are any QSOs with a value of 'Requested' or 'Queued' in their 'QSL Sent' field."; +$lang['qslcard_qslprint_send_method'] = "Send Method"; +$lang['qslcard_qslprint_mark_as_sent'] = "Mark as sent"; +$lang['qslcard_qslprint_mark_selected_as_printed'] = "Mark selected QSOs as printed"; +$lang['qslcard_qslprint_remove_selected_from_queue'] = "Remove selected QSOs from the queue"; +$lang['qslcard_qslprint_export_csv'] = "Export requested QSLs to CSV-file"; +$lang['qslcard_qslprint_export_adif'] = "Export requested QSLs to ADIF-file"; +$lang['qslcard_qslprint_mark_requested_as_sent'] = "Mark requested QSLs as sent"; +$lang['qslcard_qslprint_no_qsls_found'] = "No QSLs to print were found!"; +$lang['qslcard_qslprint_add_to_queue'] = "Add to print queue"; +$lang['qslcard_qslprint_no_additional_qso_found'] = "No additional QSO's were found. That means they are probably already in the queue."; diff --git a/application/language/french/qslcard_lang.php b/application/language/french/qslcard_lang.php index 026670ea..5a261f4f 100644 --- a/application/language/french/qslcard_lang.php +++ b/application/language/french/qslcard_lang.php @@ -23,6 +23,17 @@ $lang['qslcard_upload_back'] = "Sélectionner l'image \"verso\" de la QSL"; $lang['qslcard_upload_button'] = "Télécharger le(s) image(s) de la QSL"; -$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent via bureau."; +$lang['qslcard_qslprint_header'] = "Export Requested QSLs for Printing"; +$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent."; $lang['qslcard_qslprint_text_line2'] = "Requested QSLs are any QSOs with a value of 'Requested' or 'Queued' in their 'QSL Sent' field."; +$lang['qslcard_qslprint_send_method'] = "Send Method"; +$lang['qslcard_qslprint_mark_as_sent'] = "Mark as sent"; +$lang['qslcard_qslprint_mark_selected_as_printed'] = "Mark selected QSOs as printed"; +$lang['qslcard_qslprint_remove_selected_from_queue'] = "Remove selected QSOs from the queue"; +$lang['qslcard_qslprint_export_csv'] = "Export requested QSLs to CSV-file"; +$lang['qslcard_qslprint_export_adif'] = "Export requested QSLs to ADIF-file"; +$lang['qslcard_qslprint_mark_requested_as_sent'] = "Mark requested QSLs as sent"; +$lang['qslcard_qslprint_no_qsls_found'] = "No QSLs to print were found!"; +$lang['qslcard_qslprint_add_to_queue'] = "Add to print queue"; +$lang['qslcard_qslprint_no_additional_qso_found'] = "No additional QSO's were found. That means they are probably already in the queue."; diff --git a/application/language/german/qslcard_lang.php b/application/language/german/qslcard_lang.php index 2c207c9c..4bdaa53b 100644 --- a/application/language/german/qslcard_lang.php +++ b/application/language/german/qslcard_lang.php @@ -23,6 +23,17 @@ $lang['qslcard_upload_back'] = 'QSL Kartenrückseite hochgeladen'; $lang['qslcard_upload_button'] = 'Bild der QSL Karte hochladen'; -$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent via bureau."; -$lang['qslcard_qslprint_text_line2'] = "Requested QSLs are any QSOs with a value of 'Requested' or 'Queued' in their 'QSL Sent' field."; +$lang['qslcard_qslprint_header'] = "Exportiere angeforderte QSL-Karten für den Druck"; +$lang['qslcard_qslprint_text_line1'] = "Hier können Sie angeforderte QSL-Karten als CSV- oder ADIF-Dateien für den Druck exportieren und sie optional als gesendet markieren."; +$lang['qslcard_qslprint_text_line2'] = "Angeforderte QSL-Karten sind alle QSOs mit dem Wert 'Angefordert' oder 'In der Warteschlange' in dem Feld 'QSL gesendet'."; +$lang['qslcard_qslprint_send_method'] = "Sende Methode"; +$lang['qslcard_qslprint_mark_as_sent'] = "Markieren als gesendet"; +$lang['qslcard_qslprint_mark_selected_as_printed'] = "Markiere die ausgewählten QSOs als gedruckt"; +$lang['qslcard_qslprint_remove_selected_from_queue'] = "Entferne markierte QSOs aus der Warteschlange"; +$lang['qslcard_qslprint_export_csv'] = "Exportiere angefragte QSLs als CSV Datei"; +$lang['qslcard_qslprint_export_adif'] = "Exportiere angefragte QSLs als ADIF Datei"; +$lang['qslcard_qslprint_mark_requested_as_sent'] = "Markiere requested QSLs als gesendet"; +$lang['qslcard_qslprint_no_qsls_found'] = "Es wurden keine QSLs zum drucken gefunden!"; +$lang['qslcard_qslprint_add_to_queue'] = "Zur Warteschlange hinzufügen"; +$lang['qslcard_qslprint_no_additional_qso_found'] = "Es wurden keine zusätzlichen QSO's gefunden. Das bedeutet, dass diese wahrscheinlich schon in der Warteschlange stehen."; diff --git a/application/language/greek/qslcard_lang.php b/application/language/greek/qslcard_lang.php index 4f1f179d..41c6ca99 100644 --- a/application/language/greek/qslcard_lang.php +++ b/application/language/greek/qslcard_lang.php @@ -23,6 +23,17 @@ $lang['qslcard_upload_back'] = 'Μεταφορτώθηκε η πίσω εικό $lang['qslcard_upload_button'] = 'Μεταφόρτωση εικόνας κάρτας QSL'; -$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent via bureau."; +$lang['qslcard_qslprint_header'] = "Export Requested QSLs for Printing"; +$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent."; $lang['qslcard_qslprint_text_line2'] = "Requested QSLs are any QSOs with a value of 'Requested' or 'Queued' in their 'QSL Sent' field."; +$lang['qslcard_qslprint_send_method'] = "Send Method"; +$lang['qslcard_qslprint_mark_as_sent'] = "Mark as sent"; +$lang['qslcard_qslprint_mark_selected_as_printed'] = "Mark selected QSOs as printed"; +$lang['qslcard_qslprint_remove_selected_from_queue'] = "Remove selected QSOs from the queue"; +$lang['qslcard_qslprint_export_csv'] = "Export requested QSLs to CSV-file"; +$lang['qslcard_qslprint_export_adif'] = "Export requested QSLs to ADIF-file"; +$lang['qslcard_qslprint_mark_requested_as_sent'] = "Mark requested QSLs as sent"; +$lang['qslcard_qslprint_no_qsls_found'] = "No QSLs to print were found!"; +$lang['qslcard_qslprint_add_to_queue'] = "Add to print queue"; +$lang['qslcard_qslprint_no_additional_qso_found'] = "No additional QSO's were found. That means they are probably already in the queue."; diff --git a/application/language/italian/qslcard_lang.php b/application/language/italian/qslcard_lang.php index 765a05c0..6724fd4f 100644 --- a/application/language/italian/qslcard_lang.php +++ b/application/language/italian/qslcard_lang.php @@ -23,6 +23,17 @@ $lang['qslcard_upload_back'] = 'Carica immagine retro cartolina QSL'; $lang['qslcard_upload_button'] = 'Carica immagine cartolina QSL'; -$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent via bureau."; +$lang['qslcard_qslprint_header'] = "Export Requested QSLs for Printing"; +$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent."; $lang['qslcard_qslprint_text_line2'] = "Requested QSLs are any QSOs with a value of 'Requested' or 'Queued' in their 'QSL Sent' field."; +$lang['qslcard_qslprint_send_method'] = "Send Method"; +$lang['qslcard_qslprint_mark_as_sent'] = "Mark as sent"; +$lang['qslcard_qslprint_mark_selected_as_printed'] = "Mark selected QSOs as printed"; +$lang['qslcard_qslprint_remove_selected_from_queue'] = "Remove selected QSOs from the queue"; +$lang['qslcard_qslprint_export_csv'] = "Export requested QSLs to CSV-file"; +$lang['qslcard_qslprint_export_adif'] = "Export requested QSLs to ADIF-file"; +$lang['qslcard_qslprint_mark_requested_as_sent'] = "Mark requested QSLs as sent"; +$lang['qslcard_qslprint_no_qsls_found'] = "No QSLs to print were found!"; +$lang['qslcard_qslprint_add_to_queue'] = "Add to print queue"; +$lang['qslcard_qslprint_no_additional_qso_found'] = "No additional QSO's were found. That means they are probably already in the queue."; diff --git a/application/language/polish/qslcard_lang.php b/application/language/polish/qslcard_lang.php index dde9422b..faaae1d8 100644 --- a/application/language/polish/qslcard_lang.php +++ b/application/language/polish/qslcard_lang.php @@ -23,6 +23,17 @@ $lang['qslcard_upload_back'] = 'Wyślij rewers karty QSL'; $lang['qslcard_upload_button'] = 'Wyślij informacje.'; -$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent via bureau."; +$lang['qslcard_qslprint_header'] = "Export Requested QSLs for Printing"; +$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent."; $lang['qslcard_qslprint_text_line2'] = "Requested QSLs are any QSOs with a value of 'Requested' or 'Queued' in their 'QSL Sent' field."; +$lang['qslcard_qslprint_send_method'] = "Send Method"; +$lang['qslcard_qslprint_mark_as_sent'] = "Mark as sent"; +$lang['qslcard_qslprint_mark_selected_as_printed'] = "Mark selected QSOs as printed"; +$lang['qslcard_qslprint_remove_selected_from_queue'] = "Remove selected QSOs from the queue"; +$lang['qslcard_qslprint_export_csv'] = "Export requested QSLs to CSV-file"; +$lang['qslcard_qslprint_export_adif'] = "Export requested QSLs to ADIF-file"; +$lang['qslcard_qslprint_mark_requested_as_sent'] = "Mark requested QSLs as sent"; +$lang['qslcard_qslprint_no_qsls_found'] = "No QSLs to print were found!"; +$lang['qslcard_qslprint_add_to_queue'] = "Add to print queue"; +$lang['qslcard_qslprint_no_additional_qso_found'] = "No additional QSO's were found. That means they are probably already in the queue."; diff --git a/application/language/russian/qslcard_lang.php b/application/language/russian/qslcard_lang.php index 33758883..f46a23d9 100644 --- a/application/language/russian/qslcard_lang.php +++ b/application/language/russian/qslcard_lang.php @@ -23,6 +23,17 @@ $lang['qslcard_upload_back'] = 'Загруженное изображение о $lang['qslcard_upload_button'] = 'Загрузить изображение для QSL карточки'; -$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent via bureau."; +$lang['qslcard_qslprint_header'] = "Export Requested QSLs for Printing"; +$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent."; $lang['qslcard_qslprint_text_line2'] = "Requested QSLs are any QSOs with a value of 'Requested' or 'Queued' in their 'QSL Sent' field."; +$lang['qslcard_qslprint_send_method'] = "Send Method"; +$lang['qslcard_qslprint_mark_as_sent'] = "Mark as sent"; +$lang['qslcard_qslprint_mark_selected_as_printed'] = "Mark selected QSOs as printed"; +$lang['qslcard_qslprint_remove_selected_from_queue'] = "Remove selected QSOs from the queue"; +$lang['qslcard_qslprint_export_csv'] = "Export requested QSLs to CSV-file"; +$lang['qslcard_qslprint_export_adif'] = "Export requested QSLs to ADIF-file"; +$lang['qslcard_qslprint_mark_requested_as_sent'] = "Mark requested QSLs as sent"; +$lang['qslcard_qslprint_no_qsls_found'] = "No QSLs to print were found!"; +$lang['qslcard_qslprint_add_to_queue'] = "Add to print queue"; +$lang['qslcard_qslprint_no_additional_qso_found'] = "No additional QSO's were found. That means they are probably already in the queue."; diff --git a/application/language/spanish/qslcard_lang.php b/application/language/spanish/qslcard_lang.php index b46da216..2a94527b 100644 --- a/application/language/spanish/qslcard_lang.php +++ b/application/language/spanish/qslcard_lang.php @@ -23,6 +23,17 @@ $lang['qslcard_upload_back'] = 'Imagen trasera de la QSL subida'; $lang['qslcard_upload_button'] = 'Subir QSL'; -$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent via bureau."; +$lang['qslcard_qslprint_header'] = "Export Requested QSLs for Printing"; +$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent."; $lang['qslcard_qslprint_text_line2'] = "Requested QSLs are any QSOs with a value of 'Requested' or 'Queued' in their 'QSL Sent' field."; +$lang['qslcard_qslprint_send_method'] = "Send Method"; +$lang['qslcard_qslprint_mark_as_sent'] = "Mark as sent"; +$lang['qslcard_qslprint_mark_selected_as_printed'] = "Mark selected QSOs as printed"; +$lang['qslcard_qslprint_remove_selected_from_queue'] = "Remove selected QSOs from the queue"; +$lang['qslcard_qslprint_export_csv'] = "Export requested QSLs to CSV-file"; +$lang['qslcard_qslprint_export_adif'] = "Export requested QSLs to ADIF-file"; +$lang['qslcard_qslprint_mark_requested_as_sent'] = "Mark requested QSLs as sent"; +$lang['qslcard_qslprint_no_qsls_found'] = "No QSLs to print were found!"; +$lang['qslcard_qslprint_add_to_queue'] = "Add to print queue"; +$lang['qslcard_qslprint_no_additional_qso_found'] = "No additional QSO's were found. That means they are probably already in the queue."; diff --git a/application/language/swedish/qslcard_lang.php b/application/language/swedish/qslcard_lang.php index c13dc03c..cf850ba5 100644 --- a/application/language/swedish/qslcard_lang.php +++ b/application/language/swedish/qslcard_lang.php @@ -22,7 +22,18 @@ $lang['qslcard_upload_front'] = 'Uppladdat QSL-kort bild framsida'; $lang['qslcard_upload_back'] = 'Uppladdat QSL-kort bild baksida'; $lang['qslcard_upload_button'] = 'Uppladdat QSL-kort bild'; - -$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent via bureau."; -$lang['qslcard_qslprint_text_line2'] = "Requested QSLs are any QSOs with a value of 'Requested' or 'Queued' in their 'QSL Sent' field."; - + +$lang['qslcard_qslprint_header'] = "Export Requested QSLs for Printing"; +$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent."; +$lang['qslcard_qslprint_text_line2'] = "Requested QSLs are any QSOs with a value of 'Requested' or 'Queued' in their 'QSL Sent' field."; +$lang['qslcard_qslprint_send_method'] = "Send Method"; +$lang['qslcard_qslprint_mark_as_sent'] = "Mark as sent"; +$lang['qslcard_qslprint_mark_selected_as_printed'] = "Mark selected QSOs as printed"; +$lang['qslcard_qslprint_remove_selected_from_queue'] = "Remove selected QSOs from the queue"; +$lang['qslcard_qslprint_export_csv'] = "Export requested QSLs to CSV-file"; +$lang['qslcard_qslprint_export_adif'] = "Export requested QSLs to ADIF-file"; +$lang['qslcard_qslprint_mark_requested_as_sent'] = "Mark requested QSLs as sent"; +$lang['qslcard_qslprint_no_qsls_found'] = "No QSLs to print were found!"; +$lang['qslcard_qslprint_add_to_queue'] = "Add to print queue"; +$lang['qslcard_qslprint_no_additional_qso_found'] = "No additional QSO's were found. That means they are probably already in the queue."; + diff --git a/application/language/turkish/qslcard_lang.php b/application/language/turkish/qslcard_lang.php index ee33a3dd..9e0fc6d7 100644 --- a/application/language/turkish/qslcard_lang.php +++ b/application/language/turkish/qslcard_lang.php @@ -23,6 +23,17 @@ $lang['qslcard_upload_back'] = 'Yüklenen QSL kartının arka resmi'; $lang['qslcard_upload_button'] = 'QSL kardını yükle'; -$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent via bureau."; +$lang['qslcard_qslprint_header'] = "Export Requested QSLs for Printing"; +$lang['qslcard_qslprint_text_line1'] = "Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent."; $lang['qslcard_qslprint_text_line2'] = "Requested QSLs are any QSOs with a value of 'Requested' or 'Queued' in their 'QSL Sent' field."; +$lang['qslcard_qslprint_send_method'] = "Send Method"; +$lang['qslcard_qslprint_mark_as_sent'] = "Mark as sent"; +$lang['qslcard_qslprint_mark_selected_as_printed'] = "Mark selected QSOs as printed"; +$lang['qslcard_qslprint_remove_selected_from_queue'] = "Remove selected QSOs from the queue"; +$lang['qslcard_qslprint_export_csv'] = "Export requested QSLs to CSV-file"; +$lang['qslcard_qslprint_export_adif'] = "Export requested QSLs to ADIF-file"; +$lang['qslcard_qslprint_mark_requested_as_sent'] = "Mark requested QSLs as sent"; +$lang['qslcard_qslprint_no_qsls_found'] = "No QSLs to print were found!"; +$lang['qslcard_qslprint_add_to_queue'] = "Add to print queue"; +$lang['qslcard_qslprint_no_additional_qso_found'] = "No additional QSO's were found. That means they are probably already in the queue."; diff --git a/application/views/qslprint/index.php b/application/views/qslprint/index.php index 679d3bfb..6981a963 100644 --- a/application/views/qslprint/index.php +++ b/application/views/qslprint/index.php @@ -13,7 +13,7 @@
- Export Requested QSLs for Printing +
diff --git a/application/views/qslprint/qslprint.php b/application/views/qslprint/qslprint.php index 0616370f..4ed37517 100644 --- a/application/views/qslprint/qslprint.php +++ b/application/views/qslprint/qslprint.php @@ -2,9 +2,9 @@ function echo_qsl_sent_via($method) { switch($method) { - case 'B': echo 'Bureau'; break; - case 'D': echo 'Direct'; break; - case 'E': echo 'Electronic'; break; + case 'B': echo lang('general_word_qslcard_bureau'); break; + case 'D': echo lang('general_word_qslcard_direct'); break; + case 'E': echo lang('general_word_qslcard_electronic'); break; } } @@ -27,10 +27,10 @@ if ($qsos->result() != NULL) { ' . lang('gen_hamradio_rstr') . ' ' . lang('gen_hamradio_qsl') . ' ' . lang('general_word_qslcard_via') . ' ' . lang('gen_hamradio_station') . ' -Sent method -Mark as sent -Remove -QSO List +' . lang('qslcard_qslprint_send_method') . ' +' . lang('qslcard_qslprint_mark_as_sent') . ' +' . lang('admin_remove') . ' +' . lang('qso_simplefle_qso_list') . ' '; @@ -64,18 +64,18 @@ if ($qsos->result() != NULL) { echo '
'; ?> -

+

-

+

-

Export requested QSLs to CSV-file +

- Export requested QSLs to ADIF-file + - Mark requested QSLs as sent

+

×No QSL\'s to print were found!
'; + echo '
' . lang('qslcard_qslprint_no_qsls_found') . '
'; } ?> diff --git a/application/views/qslprint/qsolist.php b/application/views/qslprint/qsolist.php index 0f21af05..b4408c32 100644 --- a/application/views/qslprint/qsolist.php +++ b/application/views/qslprint/qsolist.php @@ -12,13 +12,13 @@ if ($qsos->result() != NULL) { ' . lang('gen_hamradio_rstr') . ' ' . lang('gen_hamradio_station') . ' ' . lang('gen_hamradio_qsl') . ' ' . lang('general_word_qslcard_via') . ' - Sent method - QSL'; + ' . lang('qslcard_qslprint_send_method') . ' + ' . lang('gen_hamradio_qsl') . ''; if ($this->session->userdata('user_eqsl_name') != "") { - echo 'eQSL'; + echo '' . lang('eqsl_short') . ''; } if($this->session->userdata('user_lotw_name') != "") { - echo 'LoTW'; + echo '' . lang('lotw_short') . ''; } echo ' @@ -122,7 +122,7 @@ if ($qsos->result() != NULL) { echo " (".lang('general_word_qslcard_direct').")"; break; case "M": - echo " (Manager)"; + echo " (".lang('general_word_qslcard_manager').")"; break; case "E": echo " (".lang('general_word_qslcard_electronic').")"; @@ -189,7 +189,7 @@ if ($qsos->result() != NULL) { echo '">▼'; echo ''; } - echo ''; + echo ''; echo ''; } @@ -198,14 +198,14 @@ if ($qsos->result() != NULL) { ×No additional QSO\'s were found. That means they are probably already in the queue.'; + echo '
' . lang('qslcard_qslprint_no_additional_qso_found') . '
'; } function echo_qsl_sent_via($method) { switch($method) { - case 'B': echo 'Bureau'; break; - case 'D': echo 'Direct'; break; - case 'E': echo 'Electronic'; break; + case 'B': echo lang('general_word_qslcard_bureau'); break; + case 'D': echo lang('general_word_qslcard_direct'); break; + case 'E': echo lang('general_word_qslcard_electronic'); break; } } ?>