diff --git a/application/language/bulgarian/contesting_lang.php b/application/language/bulgarian/contesting_lang.php index e6f3d1d1..35976bd4 100644 --- a/application/language/bulgarian/contesting_lang.php +++ b/application/language/bulgarian/contesting_lang.php @@ -4,10 +4,20 @@ defined('BASEPATH') OR exit('Не е разрешен директен дост $lang['contesting_page_title'] = 'Регистриране на състезание'; $lang['contesting_button_reset_contest_session'] = 'Нулиране на сесията на състезанието'; +$lang['contesting_operator_callsign'] = 'Operator Callsign'; $lang['contesting_exchange_type'] = 'Тип обмен'; $lang['contesting_exchange_type_serial'] = 'Serial'; +$lang['contesting_exchange_type_none'] = 'None'; +$lang['contesting_exchange_type_exchange'] = 'Exchange'; +$lang['contesting_exchange_type_gridsquare'] = 'Gridsquare'; $lang['contesting_exchange_type_other'] = 'Друг'; +$lang['contesting_exchange_type_serial_exchange'] = 'Serial + Exchange'; +$lang['contesting_exchange_type_serial_gridsquare'] = 'Serial + Gridsquare'; +$lang['contesting_exchange_serial_s'] = 'Serial (S)'; +$lang['contesting_exchange_serial_r'] = 'Serial (R)'; +$lang['contesting_exchange_gridsquare_s'] = 'Gridsquare (S)'; +$lang['contesting_exchange_gridsquare_r'] = 'Gridsquare (R)'; $lang['contesting_contest_name'] = 'Име на състезанието'; @@ -15,4 +25,8 @@ $lang['contesting_btn_reset_qso'] = 'Нулиране на QSO'; $lang['contesting_btn_save_qso'] = 'Запазване на QSO'; $lang['contesting_title_callsign_suggestions'] = 'Предложения за инициали'; -$lang['contesting_title_contest_logbook'] = 'Дневник на състезанието'; \ No newline at end of file +$lang['contesting_title_contest_logbook'] = 'Дневник на състезанието'; + +$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!'; + + diff --git a/application/language/chinese_simplified/contesting_lang.php b/application/language/chinese_simplified/contesting_lang.php index 3154f7fb..a65ffa3f 100644 --- a/application/language/chinese_simplified/contesting_lang.php +++ b/application/language/chinese_simplified/contesting_lang.php @@ -4,10 +4,20 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['contesting_page_title'] = '竞赛日志'; $lang['contesting_button_reset_contest_session'] = '重置竞赛会话'; +$lang['contesting_operator_callsign'] = 'Operator Callsign'; $lang['contesting_exchange_type'] = '信号交换类型'; $lang['contesting_exchange_type_serial'] = '序列编号'; +$lang['contesting_exchange_type_none'] = 'None'; +$lang['contesting_exchange_type_exchange'] = 'Exchange'; +$lang['contesting_exchange_type_gridsquare'] = 'Gridsquare'; $lang['contesting_exchange_type_other'] = '其他'; +$lang['contesting_exchange_type_serial_exchange'] = 'Serial + Exchange'; +$lang['contesting_exchange_type_serial_gridsquare'] = 'Serial + Gridsquare'; +$lang['contesting_exchange_serial_s'] = 'Serial (S)'; +$lang['contesting_exchange_serial_r'] = 'Serial (R)'; +$lang['contesting_exchange_gridsquare_s'] = 'Gridsquare (S)'; +$lang['contesting_exchange_gridsquare_r'] = 'Gridsquare (R)'; $lang['contesting_contest_name'] = '竞赛名称'; @@ -15,4 +25,8 @@ $lang['contesting_btn_reset_qso'] = '重置 QSO'; $lang['contesting_btn_save_qso'] = '保存 QSO'; $lang['contesting_title_callsign_suggestions'] = '呼号建议'; -$lang['contesting_title_contest_logbook'] = '竞赛日志簿'; \ No newline at end of file +$lang['contesting_title_contest_logbook'] = '竞赛日志簿'; + +$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!'; + + diff --git a/application/language/czech/contesting_lang.php b/application/language/czech/contesting_lang.php index 67fa5643..3f636050 100644 --- a/application/language/czech/contesting_lang.php +++ b/application/language/czech/contesting_lang.php @@ -4,10 +4,20 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['contesting_page_title'] = 'Závodní deník'; $lang['contesting_button_reset_contest_session'] = 'Resetovat závod'; +$lang['contesting_operator_callsign'] = 'Operator Callsign'; $lang['contesting_exchange_type'] = 'Typ předávaného kódu'; $lang['contesting_exchange_type_serial'] = 'Číslo spojení'; +$lang['contesting_exchange_type_none'] = 'None'; +$lang['contesting_exchange_type_exchange'] = 'Exchange'; +$lang['contesting_exchange_type_gridsquare'] = 'Gridsquare'; $lang['contesting_exchange_type_other'] = 'Jiné'; +$lang['contesting_exchange_type_serial_exchange'] = 'Serial + Exchange'; +$lang['contesting_exchange_type_serial_gridsquare'] = 'Serial + Gridsquare'; +$lang['contesting_exchange_serial_s'] = 'Serial (S)'; +$lang['contesting_exchange_serial_r'] = 'Serial (R)'; +$lang['contesting_exchange_gridsquare_s'] = 'Gridsquare (S)'; +$lang['contesting_exchange_gridsquare_r'] = 'Gridsquare (R)'; $lang['contesting_contest_name'] = 'Název závodu'; @@ -15,4 +25,8 @@ $lang['contesting_btn_reset_qso'] = 'Smazat QSO'; $lang['contesting_btn_save_qso'] = 'Uložit QSO'; $lang['contesting_title_callsign_suggestions'] = 'Našeptávač značek'; -$lang['contesting_title_contest_logbook'] = 'Závodní deník'; \ No newline at end of file +$lang['contesting_title_contest_logbook'] = 'Závodní deník'; + +$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!'; + + diff --git a/application/language/dutch/contesting_lang.php b/application/language/dutch/contesting_lang.php index 9fbce0f6..d5c6f5f8 100644 --- a/application/language/dutch/contesting_lang.php +++ b/application/language/dutch/contesting_lang.php @@ -4,10 +4,20 @@ defined('BASEPATH') OR exit('Directe toegang tot scripts is niet toegestaan'); $lang['contesting_page_title'] = 'Contest Logging'; $lang['contesting_button_reset_contest_session'] = 'Herstel Contest Sessie'; +$lang['contesting_operator_callsign'] = 'Operator Callsign'; $lang['contesting_exchange_type'] = 'Soort uitwisseling'; $lang['contesting_exchange_type_serial'] = 'Volgnummer'; +$lang['contesting_exchange_type_none'] = 'None'; +$lang['contesting_exchange_type_exchange'] = 'Exchange'; +$lang['contesting_exchange_type_gridsquare'] = 'Gridsquare'; $lang['contesting_exchange_type_other'] = 'Anders'; +$lang['contesting_exchange_type_serial_exchange'] = 'Serial + Exchange'; +$lang['contesting_exchange_type_serial_gridsquare'] = 'Serial + Gridsquare'; +$lang['contesting_exchange_serial_s'] = 'Serial (S)'; +$lang['contesting_exchange_serial_r'] = 'Serial (R)'; +$lang['contesting_exchange_gridsquare_s'] = 'Gridsquare (S)'; +$lang['contesting_exchange_gridsquare_r'] = 'Gridsquare (R)'; $lang['contesting_contest_name'] = 'Contest Naam'; @@ -15,4 +25,8 @@ $lang['contesting_btn_reset_qso'] = 'Wis QSO'; $lang['contesting_btn_save_qso'] = 'Bewaar QSO'; $lang['contesting_title_callsign_suggestions'] = 'Roepnaam suggesties'; -$lang['contesting_title_contest_logbook'] = 'Contest Logboek'; \ No newline at end of file +$lang['contesting_title_contest_logbook'] = 'Contest Logboek'; + +$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!'; + + diff --git a/application/language/english/contesting_lang.php b/application/language/english/contesting_lang.php index 8c619179..f078f321 100644 --- a/application/language/english/contesting_lang.php +++ b/application/language/english/contesting_lang.php @@ -4,10 +4,20 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['contesting_page_title'] = 'Contest Logging'; $lang['contesting_button_reset_contest_session'] = 'Start new Contest Session'; +$lang['contesting_operator_callsign'] = 'Operator Callsign'; $lang['contesting_exchange_type'] = 'Exchange Type'; $lang['contesting_exchange_type_serial'] = 'Serial'; +$lang['contesting_exchange_type_none'] = 'None'; +$lang['contesting_exchange_type_exchange'] = 'Exchange'; +$lang['contesting_exchange_type_gridsquare'] = 'Gridsquare'; $lang['contesting_exchange_type_other'] = 'Other'; +$lang['contesting_exchange_type_serial_exchange'] = 'Serial + Exchange'; +$lang['contesting_exchange_type_serial_gridsquare'] = 'Serial + Gridsquare'; +$lang['contesting_exchange_serial_s'] = 'Serial (S)'; +$lang['contesting_exchange_serial_r'] = 'Serial (R)'; +$lang['contesting_exchange_gridsquare_s'] = 'Gridsquare (S)'; +$lang['contesting_exchange_gridsquare_r'] = 'Gridsquare (R)'; $lang['contesting_contest_name'] = 'Contest Name'; @@ -16,3 +26,7 @@ $lang['contesting_btn_save_qso'] = 'Save QSO'; $lang['contesting_title_callsign_suggestions'] = 'Callsign Suggestions'; $lang['contesting_title_contest_logbook'] = 'Contest Logbook'; + +$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!'; + + diff --git a/application/language/finnish/contesting_lang.php b/application/language/finnish/contesting_lang.php index 1e37e860..eb8a3ad8 100644 --- a/application/language/finnish/contesting_lang.php +++ b/application/language/finnish/contesting_lang.php @@ -4,10 +4,20 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['contesting_page_title'] = 'Kilpailuloki'; $lang['contesting_button_reset_contest_session'] = 'Nollaa kilpailuloki'; +$lang['contesting_operator_callsign'] = 'Operator Callsign'; $lang['contesting_exchange_type'] = 'Annettava sanoma'; $lang['contesting_exchange_type_serial'] = 'Sarjanumero'; +$lang['contesting_exchange_type_none'] = 'None'; +$lang['contesting_exchange_type_exchange'] = 'Exchange'; +$lang['contesting_exchange_type_gridsquare'] = 'Gridsquare'; $lang['contesting_exchange_type_other'] = 'Muu'; +$lang['contesting_exchange_type_serial_exchange'] = 'Serial + Exchange'; +$lang['contesting_exchange_type_serial_gridsquare'] = 'Serial + Gridsquare'; +$lang['contesting_exchange_serial_s'] = 'Serial (S)'; +$lang['contesting_exchange_serial_r'] = 'Serial (R)'; +$lang['contesting_exchange_gridsquare_s'] = 'Gridsquare (S)'; +$lang['contesting_exchange_gridsquare_r'] = 'Gridsquare (R)'; $lang['contesting_contest_name'] = 'Kilpailun nimi'; @@ -15,4 +25,8 @@ $lang['contesting_btn_reset_qso'] = 'Nollaa QSO'; $lang['contesting_btn_save_qso'] = 'TALLENNA QSO'; $lang['contesting_title_callsign_suggestions'] = 'Ehdotettu kutsu'; -$lang['contesting_title_contest_logbook'] = 'Kilpailussa pidetyt yhteydet'; \ No newline at end of file +$lang['contesting_title_contest_logbook'] = 'Kilpailussa pidetyt yhteydet'; + +$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!'; + + diff --git a/application/language/french/contesting_lang.php b/application/language/french/contesting_lang.php index 87ae5b2b..f062d6e2 100644 --- a/application/language/french/contesting_lang.php +++ b/application/language/french/contesting_lang.php @@ -4,10 +4,20 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['contesting_page_title'] = 'Logging Contest'; $lang['contesting_button_reset_contest_session'] = 'Réinitialiser la session Contest'; +$lang['contesting_operator_callsign'] = 'Operator Callsign'; $lang['contesting_exchange_type'] = 'Type d\'échange'; $lang['contesting_exchange_type_serial'] = 'Série'; +$lang['contesting_exchange_type_none'] = 'None'; +$lang['contesting_exchange_type_exchange'] = 'Exchange'; +$lang['contesting_exchange_type_gridsquare'] = 'Gridsquare'; $lang['contesting_exchange_type_other'] = 'Autre'; +$lang['contesting_exchange_type_serial_exchange'] = 'Serial + Exchange'; +$lang['contesting_exchange_type_serial_gridsquare'] = 'Serial + Gridsquare'; +$lang['contesting_exchange_serial_s'] = 'Serial (S)'; +$lang['contesting_exchange_serial_r'] = 'Serial (R)'; +$lang['contesting_exchange_gridsquare_s'] = 'Gridsquare (S)'; +$lang['contesting_exchange_gridsquare_r'] = 'Gridsquare (R)'; $lang['contesting_contest_name'] = 'Nom du Contest'; @@ -16,3 +26,7 @@ $lang['contesting_btn_save_qso'] = 'Sauvegarder QSO'; $lang['contesting_title_callsign_suggestions'] = 'Suggestion d\'indicatif'; $lang['contesting_title_contest_logbook'] = 'Logbook du Contest'; + +$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!'; + + diff --git a/application/language/german/contesting_lang.php b/application/language/german/contesting_lang.php index 9ba387c7..127e32a8 100644 --- a/application/language/german/contesting_lang.php +++ b/application/language/german/contesting_lang.php @@ -4,10 +4,20 @@ defined('BASEPATH') OR exit('Direkter Zugriff auf Skripte ist nicht erlaubt'); $lang['contesting_page_title'] = 'Contest-Logging'; $lang['contesting_button_reset_contest_session'] = 'Beginne neue Contest-Sitzung'; +$lang['contesting_operator_callsign'] = 'Operator Rufzeichen'; $lang['contesting_exchange_type'] = 'Austauschtyp'; -$lang['contesting_exchange_type_serial'] = 'Laufende Nummer'; +$lang['contesting_exchange_type_serial'] = '(Lauf)-Nummer'; +$lang['contesting_exchange_type_none'] = 'Nichts'; +$lang['contesting_exchange_type_exchange'] = 'Exchange'; +$lang['contesting_exchange_type_gridsquare'] = 'Planquadrat'; $lang['contesting_exchange_type_other'] = 'Andere'; +$lang['contesting_exchange_type_serial_exchange'] = 'Serial + Exchange'; +$lang['contesting_exchange_type_serial_gridsquare'] = 'Serial + Planquadrat'; +$lang['contesting_exchange_serial_s'] = 'Nummer (S)'; +$lang['contesting_exchange_serial_r'] = 'Nummer (R)'; +$lang['contesting_exchange_gridsquare_s'] = 'Planquadrat (S)'; +$lang['contesting_exchange_gridsquare_r'] = 'Planquadrat (R)'; $lang['contesting_contest_name'] = 'Contest-Name'; @@ -16,3 +26,7 @@ $lang['contesting_btn_save_qso'] = 'Speichere QSO'; $lang['contesting_title_callsign_suggestions'] = 'Rufzeichenvorschläge'; $lang['contesting_title_contest_logbook'] = 'Contest-Logbuch'; + +$lang['contesting_copy_exch_to_dok'] = 'Kopiere den erhaltenen Exchange in das DOK Feld der Datenbank!'; + + diff --git a/application/language/greek/contesting_lang.php b/application/language/greek/contesting_lang.php index 85be4a56..2350f539 100644 --- a/application/language/greek/contesting_lang.php +++ b/application/language/greek/contesting_lang.php @@ -4,10 +4,20 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['contesting_page_title'] = 'Αρχείο διαγωνισμού'; $lang['contesting_button_reset_contest_session'] = 'Επαναφορά Session διαγωνισμού'; +$lang['contesting_operator_callsign'] = 'Operator Callsign'; $lang['contesting_exchange_type'] = 'Είδος Ανταλλαγής'; $lang['contesting_exchange_type_serial'] = 'Serial'; +$lang['contesting_exchange_type_none'] = 'None'; +$lang['contesting_exchange_type_exchange'] = 'Exchange'; +$lang['contesting_exchange_type_gridsquare'] = 'Gridsquare'; $lang['contesting_exchange_type_other'] = 'Αλλα'; +$lang['contesting_exchange_type_serial_exchange'] = 'Serial + Exchange'; +$lang['contesting_exchange_type_serial_gridsquare'] = 'Serial + Gridsquare'; +$lang['contesting_exchange_serial_s'] = 'Serial (S)'; +$lang['contesting_exchange_serial_r'] = 'Serial (R)'; +$lang['contesting_exchange_gridsquare_s'] = 'Gridsquare (S)'; +$lang['contesting_exchange_gridsquare_r'] = 'Gridsquare (R)'; $lang['contesting_contest_name'] = 'Ονομα Διαγωνισμού'; @@ -16,3 +26,7 @@ $lang['contesting_btn_save_qso'] = 'Aποθήκευση QSO'; $lang['contesting_title_callsign_suggestions'] = 'Προτάσεις διακριτικού'; $lang['contesting_title_contest_logbook'] = 'Αρχείο διαγωνισμού'; + +$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!'; + + diff --git a/application/language/italian/contesting_lang.php b/application/language/italian/contesting_lang.php index be96e2b5..4821a34c 100644 --- a/application/language/italian/contesting_lang.php +++ b/application/language/italian/contesting_lang.php @@ -4,10 +4,20 @@ defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script'); $lang['contesting_page_title'] = 'Log per Contest'; $lang['contesting_button_reset_contest_session'] = 'Azzera Sessione Contest'; +$lang['contesting_operator_callsign'] = 'Operator Callsign'; $lang['contesting_exchange_type'] = 'Tipologia Scambio'; $lang['contesting_exchange_type_serial'] = 'Seriale'; +$lang['contesting_exchange_type_none'] = 'None'; +$lang['contesting_exchange_type_exchange'] = 'Exchange'; +$lang['contesting_exchange_type_gridsquare'] = 'Gridsquare'; $lang['contesting_exchange_type_other'] = 'Altro'; +$lang['contesting_exchange_type_serial_exchange'] = 'Serial + Exchange'; +$lang['contesting_exchange_type_serial_gridsquare'] = 'Serial + Gridsquare'; +$lang['contesting_exchange_serial_s'] = 'Serial (S)'; +$lang['contesting_exchange_serial_r'] = 'Serial (R)'; +$lang['contesting_exchange_gridsquare_s'] = 'Gridsquare (S)'; +$lang['contesting_exchange_gridsquare_r'] = 'Gridsquare (R)'; $lang['contesting_contest_name'] = 'Nome Contest'; @@ -16,3 +26,7 @@ $lang['contesting_btn_save_qso'] = 'Salva QSO'; $lang['contesting_title_callsign_suggestions'] = 'Suggerimenti Nominativi'; $lang['contesting_title_contest_logbook'] = 'Log del Contest'; + +$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!'; + + diff --git a/application/language/polish/contesting_lang.php b/application/language/polish/contesting_lang.php index 0e81005a..3b9b940b 100644 --- a/application/language/polish/contesting_lang.php +++ b/application/language/polish/contesting_lang.php @@ -4,10 +4,20 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['contesting_page_title'] = 'Logowanie Zawodów'; $lang['contesting_button_reset_contest_session'] = 'Wyczyść sesje'; +$lang['contesting_operator_callsign'] = 'Operator Callsign'; $lang['contesting_exchange_type'] = 'Typ wymiany'; $lang['contesting_exchange_type_serial'] = 'Numeracja'; +$lang['contesting_exchange_type_none'] = 'None'; +$lang['contesting_exchange_type_exchange'] = 'Exchange'; +$lang['contesting_exchange_type_gridsquare'] = 'Gridsquare'; $lang['contesting_exchange_type_other'] = 'Inne'; +$lang['contesting_exchange_type_serial_exchange'] = 'Serial + Exchange'; +$lang['contesting_exchange_type_serial_gridsquare'] = 'Serial + Gridsquare'; +$lang['contesting_exchange_serial_s'] = 'Serial (S)'; +$lang['contesting_exchange_serial_r'] = 'Serial (R)'; +$lang['contesting_exchange_gridsquare_s'] = 'Gridsquare (S)'; +$lang['contesting_exchange_gridsquare_r'] = 'Gridsquare (R)'; $lang['contesting_contest_name'] = 'Nazwa Zawodów'; @@ -16,3 +26,7 @@ $lang['contesting_btn_save_qso'] = 'Zapisz łączność'; $lang['contesting_title_callsign_suggestions'] = 'Podpowiadanie znaków'; $lang['contesting_title_contest_logbook'] = 'Log zawodów'; + +$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!'; + + diff --git a/application/language/russian/contesting_lang.php b/application/language/russian/contesting_lang.php index d55e0b4d..1b27e105 100644 --- a/application/language/russian/contesting_lang.php +++ b/application/language/russian/contesting_lang.php @@ -4,10 +4,20 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['contesting_page_title'] = 'Журнал соревнований'; $lang['contesting_button_reset_contest_session'] = 'Сбросить сессию соревнований'; +$lang['contesting_operator_callsign'] = 'Operator Callsign'; $lang['contesting_exchange_type'] = 'Тип обмена'; $lang['contesting_exchange_type_serial'] = 'Последовательный'; +$lang['contesting_exchange_type_none'] = 'None'; +$lang['contesting_exchange_type_exchange'] = 'Exchange'; +$lang['contesting_exchange_type_gridsquare'] = 'Gridsquare'; $lang['contesting_exchange_type_other'] = 'Другой'; +$lang['contesting_exchange_type_serial_exchange'] = 'Serial + Exchange'; +$lang['contesting_exchange_type_serial_gridsquare'] = 'Serial + Gridsquare'; +$lang['contesting_exchange_serial_s'] = 'Serial (S)'; +$lang['contesting_exchange_serial_r'] = 'Serial (R)'; +$lang['contesting_exchange_gridsquare_s'] = 'Gridsquare (S)'; +$lang['contesting_exchange_gridsquare_r'] = 'Gridsquare (R)'; $lang['contesting_contest_name'] = 'Название соревнований'; @@ -16,3 +26,7 @@ $lang['contesting_btn_save_qso'] = 'Сохранить QSO'; $lang['contesting_title_callsign_suggestions'] = 'Предложение позывных'; $lang['contesting_title_contest_logbook'] = 'Журнал соревнований'; + +$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!'; + + diff --git a/application/language/spanish/contesting_lang.php b/application/language/spanish/contesting_lang.php index 7e2b0371..7bd9c978 100644 --- a/application/language/spanish/contesting_lang.php +++ b/application/language/spanish/contesting_lang.php @@ -4,10 +4,20 @@ defined('BASEPATH') OR exit('Acceso directo a los scripts restringido'); $lang['contesting_page_title'] = 'Registro de concurso'; $lang['contesting_button_reset_contest_session'] = 'Resetar la sesión del concurso'; +$lang['contesting_operator_callsign'] = 'Operator Callsign'; $lang['contesting_exchange_type'] = 'Tipo de intercambio'; $lang['contesting_exchange_type_serial'] = 'Serial'; +$lang['contesting_exchange_type_none'] = 'None'; +$lang['contesting_exchange_type_exchange'] = 'Exchange'; +$lang['contesting_exchange_type_gridsquare'] = 'Gridsquare'; $lang['contesting_exchange_type_other'] = 'Other'; +$lang['contesting_exchange_type_serial_exchange'] = 'Serial + Exchange'; +$lang['contesting_exchange_type_serial_gridsquare'] = 'Serial + Gridsquare'; +$lang['contesting_exchange_serial_s'] = 'Serial (S)'; +$lang['contesting_exchange_serial_r'] = 'Serial (R)'; +$lang['contesting_exchange_gridsquare_s'] = 'Gridsquare (S)'; +$lang['contesting_exchange_gridsquare_r'] = 'Gridsquare (R)'; $lang['contesting_contest_name'] = 'Nombre del concurso'; @@ -16,3 +26,7 @@ $lang['contesting_btn_save_qso'] = 'Guardar QSO'; $lang['contesting_title_callsign_suggestions'] = 'Indicativos sugeridos'; $lang['contesting_title_contest_logbook'] = 'Logbook del concurso'; + +$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!'; + + diff --git a/application/language/swedish/contesting_lang.php b/application/language/swedish/contesting_lang.php index 25c7c51b..624c1542 100644 --- a/application/language/swedish/contesting_lang.php +++ b/application/language/swedish/contesting_lang.php @@ -4,10 +4,20 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['contesting_page_title'] = 'Contest-loggning'; $lang['contesting_button_reset_contest_session'] = 'Nollställ denna contest-session'; +$lang['contesting_operator_callsign'] = 'Operator Callsign'; $lang['contesting_exchange_type'] = 'Exchange-typ'; $lang['contesting_exchange_type_serial'] = 'Seriell'; +$lang['contesting_exchange_type_none'] = 'None'; +$lang['contesting_exchange_type_exchange'] = 'Exchange'; +$lang['contesting_exchange_type_gridsquare'] = 'Gridsquare'; $lang['contesting_exchange_type_other'] = 'Annat'; +$lang['contesting_exchange_type_serial_exchange'] = 'Serial + Exchange'; +$lang['contesting_exchange_type_serial_gridsquare'] = 'Serial + Gridsquare'; +$lang['contesting_exchange_serial_s'] = 'Serial (S)'; +$lang['contesting_exchange_serial_r'] = 'Serial (R)'; +$lang['contesting_exchange_gridsquare_s'] = 'Gridsquare (S)'; +$lang['contesting_exchange_gridsquare_r'] = 'Gridsquare (R)'; $lang['contesting_contest_name'] = 'Contest-namn'; @@ -16,3 +26,7 @@ $lang['contesting_btn_save_qso'] = 'Spara QSO'; $lang['contesting_title_callsign_suggestions'] = 'Signal-förslag'; $lang['contesting_title_contest_logbook'] = 'Contest loggbok'; + +$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!'; + + diff --git a/application/language/turkish/contesting_lang.php b/application/language/turkish/contesting_lang.php index c01bd2ee..4cec6522 100644 --- a/application/language/turkish/contesting_lang.php +++ b/application/language/turkish/contesting_lang.php @@ -4,10 +4,20 @@ defined('BASEPATH') OR exit('Doğrudan komut dosyası erişimine izin verilmez') $lang['contesting_page_title'] = 'Contest Logging'; $lang['contesting_button_reset_contest_session'] = 'Yarışma oturumunu baştan başlat'; +$lang['contesting_operator_callsign'] = 'Operator Callsign'; $lang['contesting_exchange_type'] = 'Haberleşme Tipi'; $lang['contesting_exchange_type_serial'] = 'Seri numarası'; +$lang['contesting_exchange_type_none'] = 'None'; +$lang['contesting_exchange_type_exchange'] = 'Exchange'; +$lang['contesting_exchange_type_gridsquare'] = 'Gridsquare'; $lang['contesting_exchange_type_other'] = 'Diğer'; +$lang['contesting_exchange_type_serial_exchange'] = 'Serial + Exchange'; +$lang['contesting_exchange_type_serial_gridsquare'] = 'Serial + Gridsquare'; +$lang['contesting_exchange_serial_s'] = 'Serial (S)'; +$lang['contesting_exchange_serial_r'] = 'Serial (R)'; +$lang['contesting_exchange_gridsquare_s'] = 'Gridsquare (S)'; +$lang['contesting_exchange_gridsquare_r'] = 'Gridsquare (R)'; $lang['contesting_contest_name'] = 'Yarışma İsmi'; @@ -16,3 +26,7 @@ $lang['contesting_btn_save_qso'] = 'QSO\'yu kaydet'; $lang['contesting_title_callsign_suggestions'] = 'Çağrı Kodu Önerileri'; $lang['contesting_title_contest_logbook'] = 'Yarışma kayıt defteri'; + +$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!'; + + diff --git a/application/views/contesting/index.php b/application/views/contesting/index.php index aaa54a6c..4a6026af 100644 --- a/application/views/contesting/index.php +++ b/application/views/contesting/index.php @@ -12,12 +12,12 @@
@@ -31,7 +31,7 @@ - +
' required>
@@ -112,7 +112,7 @@ @@ -122,7 +122,7 @@ @@ -132,7 +132,7 @@ @@ -142,7 +142,7 @@ @@ -165,7 +165,7 @@
- +
@@ -198,10 +198,10 @@ - Serial (S) - Serial (R) - Gridsquare - Vucc Gridsquare + + + +