diff --git a/application/controllers/Logbook.php b/application/controllers/Logbook.php index fc495f42..682197f3 100755 --- a/application/controllers/Logbook.php +++ b/application/controllers/Logbook.php @@ -3,6 +3,18 @@ class Logbook extends CI_Controller { + function __construct() + { + parent::__construct(); + + // Load language files + $this->lang->load(array( + 'qslcard', + 'lotw', + 'qso' + )); + } + function index() { $this->load->model('user_model'); diff --git a/application/language/english/general_words_lang.php b/application/language/english/general_words_lang.php index 8bb2f0ec..a133d8a8 100644 --- a/application/language/english/general_words_lang.php +++ b/application/language/english/general_words_lang.php @@ -12,6 +12,7 @@ $lang['general_word_choose_file'] = 'Choose file'; $lang['general_word_date'] = 'Date'; $lang['general_word_time'] = 'Time'; +$lang['general_word_datetime'] = 'Date/Time'; $lang['general_word_none'] = 'None'; $lang['general_word_name'] = 'Name'; $lang['general_word_location'] = 'Location'; @@ -37,6 +38,8 @@ $lang['general_word_method'] = 'Method'; $lang['general_word_sent'] = 'Sent'; $lang['general_word_received'] = 'Received'; $lang['general_word_requested'] = 'Requested'; +$lang['general_word_qslcard'] = 'QSL Card'; +$lang['general_word_qslcard_management'] = 'QSL Management'; $lang['general_word_qslcards'] = 'QSL Cards'; $lang['general_word_qslcard_direct'] = 'Direct'; $lang['general_word_qslcard_bureau'] = 'Bureau'; @@ -48,6 +51,8 @@ $lang['general_mark_qsl_rx_direct'] = 'Mark QSL Received (Direct)'; $lang['general_delete_qso'] = 'Delete QSO'; +$lang['general_total_distance'] = 'Total Distance'; + // Cloudlog Terms $lang['cloudlog_station_profile'] = 'Station Profile'; diff --git a/application/language/english/lotw_lang.php b/application/language/english/lotw_lang.php index 3887f497..15599113 100644 --- a/application/language/english/lotw_lang.php +++ b/application/language/english/lotw_lang.php @@ -2,6 +2,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); +$lang['lotw_short'] = 'LoTW'; $lang['lotw_title'] = 'Logbook of the World'; $lang['lotw_title_available_cert'] = 'Available Certificates'; $lang['lotw_title_information'] = 'Information'; @@ -46,4 +47,6 @@ $lang['lotw_btn_import_matches'] = 'Import LoTW Matches'; $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'; -$lang['lotw_p12_export_step_four'] = 'Upload File below.'; \ No newline at end of file +$lang['lotw_p12_export_step_four'] = 'Upload File below.'; + +$lang['lotw_confirmed'] = 'This QSO is confirmed on LoTW'; diff --git a/application/language/english/qslcard_lang.php b/application/language/english/qslcard_lang.php index 4fa98cd1..1ee4ad28 100644 --- a/application/language/english/qslcard_lang.php +++ b/application/language/english/qslcard_lang.php @@ -5,3 +5,14 @@ defined('BASEPATH') OR exit('No direct script access allowed'); // Tiles $lang['qslcard_string_your_are_using'] = 'You are using'; $lang['qslcard_string_disk_space'] = 'of disk space to store QSL Card assets'; + +$lang['qslcard_info'] = 'QSL Info'; +$lang['qslcard_sent_bureau'] = 'QSL Card has been sent via the bureau'; +$lang['qslcard_sent_direct'] = 'QSL Card has been sent via direct'; +$lang['qslcard_recv_bureau'] = 'QSL Card has been received via the bureau'; +$lang['qslcard_recv_direct'] = 'QSL Card has been received via direct'; + +$lang['qslcard_upload_front'] = 'Uploaded QSL Card front image'; +$lang['qslcard_upload_back'] = 'Uploaded QSL Card back image'; + +$lang['qslcard_upload_button'] = 'Upload QSL Card image'; diff --git a/application/language/english/qso_lang.php b/application/language/english/qso_lang.php index fa9a044d..2fda9909 100644 --- a/application/language/english/qso_lang.php +++ b/application/language/english/qso_lang.php @@ -22,4 +22,9 @@ $lang['qso_notes_helptext'] = 'Note content is used within Cloudlog only and is // Button Text on /qso Display $lang['qso_btn_reset_qso'] = 'Reset'; -$lang['qso_btn_save_qso'] = 'Save QSO'; \ No newline at end of file +$lang['qso_btn_save_qso'] = 'Save QSO'; +$lang['qso_btn_edit_qso'] = 'Edit QSO'; + +// QSO Details + +$lang['qso_details'] = 'QSO Details'; diff --git a/application/language/spanish/general_words_lang.php b/application/language/spanish/general_words_lang.php index dbb85640..37e69cad 100644 --- a/application/language/spanish/general_words_lang.php +++ b/application/language/spanish/general_words_lang.php @@ -12,6 +12,7 @@ $lang['general_word_choose_file'] = 'Elegir archivo'; $lang['general_word_date'] = 'Fecha'; $lang['general_word_time'] = 'Hora'; +$lang['general_word_datetime'] = 'Fecha/Hora'; $lang['general_word_none'] = 'Ninguno'; $lang['general_word_name'] = 'Nombre'; $lang['general_word_location'] = 'Localización'; @@ -37,6 +38,8 @@ $lang['general_word_method'] = 'Método'; $lang['general_word_sent'] = 'Enviado'; $lang['general_word_received'] = 'Recibido'; $lang['general_word_requested'] = 'Solicitadas'; +$lang['general_word_qslcard'] = 'Tarjeta QSL'; +$lang['general_word_qslcard_management'] = 'Gestión de QSL'; $lang['general_word_qslcards'] = 'Tarjetas QSL'; $lang['general_word_qslcard_direct'] = 'Directo'; $lang['general_word_qslcard_bureau'] = 'Buró'; @@ -48,6 +51,8 @@ $lang['general_mark_qsl_rx_direct'] = 'Marcar QSL Recibida (Directa)'; $lang['general_delete_qso'] = 'Eliminar QSO'; +$lang['general_total_distance'] = 'Distancia total'; + // Cloudlog Terms $lang['cloudlog_station_profile'] = 'Perfil de estación'; diff --git a/application/language/spanish/lotw_lang.php b/application/language/spanish/lotw_lang.php index 4000fc26..3ea4b271 100644 --- a/application/language/spanish/lotw_lang.php +++ b/application/language/spanish/lotw_lang.php @@ -2,6 +2,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); +$lang['lotw_short'] = 'LoTW'; $lang['lotw_title'] = 'Logbook of the World'; $lang['lotw_title_available_cert'] = 'Certificados disponibles'; $lang['lotw_title_information'] = 'Información'; @@ -47,3 +48,5 @@ $lang['lotw_p12_export_step_one'] = 'Abrir TQSL e ir a la pestaña "Callsign Cer $lang['lotw_p12_export_step_two'] = 'Clic derecho en el indicativo deseado.'; $lang['lotw_p12_export_step_three'] = 'Clic en "Save Callsign Certificate File" sin añadir la contraseña.'; $lang['lotw_p12_export_step_four'] = 'Subir aquí el archivo descargado.'; + +$lang['lotw_confirmed'] = 'Este QSO está confirmado en LoTW'; diff --git a/application/language/spanish/qslcard_lang.php b/application/language/spanish/qslcard_lang.php index fffd600c..d40e5060 100644 --- a/application/language/spanish/qslcard_lang.php +++ b/application/language/spanish/qslcard_lang.php @@ -5,3 +5,14 @@ defined('BASEPATH') OR exit('No direct script access allowed'); // Tiles $lang['qslcard_string_your_are_using'] = 'Está usando'; $lang['qslcard_string_disk_space'] = 'de espacio en disco para almacenar recursos relacionados con las tarjetas QSL'; + +$lang['qslcard_info'] = 'QSL info'; +$lang['qslcard_sent_bureau'] = 'La QSL se envió vía buró'; +$lang['qslcard_sent_direct'] = 'La QSL se envió via directa'; +$lang['qslcard_recv_bureau'] = 'La QSL se recibió via buró'; +$lang['qslcard_recv_direct'] = 'La QSL se recibió vía directa'; + +$lang['qslcard_upload_front'] = 'Imagen delantera de la QSL subida'; +$lang['qslcard_upload_back'] = 'Imagen trasera de la QSL subida'; + +$lang['qslcard_upload_button'] = 'Subir QSL'; diff --git a/application/language/spanish/qso_lang.php b/application/language/spanish/qso_lang.php index bf4b39e7..fb95d38a 100644 --- a/application/language/spanish/qso_lang.php +++ b/application/language/spanish/qso_lang.php @@ -23,3 +23,8 @@ $lang['qso_notes_helptext'] = 'El contenido es usado solo dentro de Cloudlog y n $lang['qso_btn_reset_qso'] = 'Resetear'; $lang['qso_btn_save_qso'] = 'Guardar QSO'; +$lang['qso_btn_edit_qso'] = 'Editar QSO'; + +// QSO Details + +$lang['qso_details'] = 'Detalles de QSO'; diff --git a/application/views/view_log/qso.php b/application/views/view_log/qso.php index 16d323b1..92e8f926 100644 --- a/application/views/view_log/qso.php +++ b/application/views/view_log/qso.php @@ -3,10 +3,10 @@