From cad55abdbbf824f6668c7e56960726ab1e379bee Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Fri, 29 Dec 2023 08:25:56 +0100 Subject: [PATCH] previous contacts language --- application/language/bulgarian/qso_lang.php | 2 ++ application/language/chinese_simplified/qso_lang.php | 2 ++ application/language/czech/qso_lang.php | 2 ++ application/language/dutch/qso_lang.php | 2 ++ application/language/english/qso_lang.php | 2 ++ application/language/finnish/qso_lang.php | 2 ++ application/language/french/qso_lang.php | 2 ++ application/language/german/qso_lang.php | 2 ++ application/language/greek/qso_lang.php | 2 ++ application/language/italian/qso_lang.php | 2 ++ application/language/polish/qso_lang.php | 2 ++ application/language/russian/qso_lang.php | 2 ++ application/language/spanish/qso_lang.php | 2 ++ application/language/swedish/qso_lang.php | 2 ++ application/language/turkish/qso_lang.php | 2 ++ 15 files changed, 30 insertions(+) diff --git a/application/language/bulgarian/qso_lang.php b/application/language/bulgarian/qso_lang.php index 474c1aff..5ff7b23e 100644 --- a/application/language/bulgarian/qso_lang.php +++ b/application/language/bulgarian/qso_lang.php @@ -6,7 +6,9 @@ defined('BASEPATH') OR exit('Не е разрешен директен дост $lang['qso_title_qso_map'] = 'Карта на QSO'; $lang['qso_title_suggestions'] = 'Предложения'; $lang['qso_title_previous_contacts'] = 'Предишни контакти'; +$lang['qso_title_times_worked_before'] = "times worked before"; $lang['qso_title_image'] = 'Profile Picture'; +$lang['qso_previous_max_shown'] = "Max. 5 previous contacts are shown"; // Quicklog on Dashboard $lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; diff --git a/application/language/chinese_simplified/qso_lang.php b/application/language/chinese_simplified/qso_lang.php index 5886904c..ab449384 100644 --- a/application/language/chinese_simplified/qso_lang.php +++ b/application/language/chinese_simplified/qso_lang.php @@ -6,7 +6,9 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['qso_title_qso_map'] = 'QSO 地图'; $lang['qso_title_suggestions'] = '建议'; $lang['qso_title_previous_contacts'] = '先前通联'; +$lang['qso_title_times_worked_before'] = "times worked before"; $lang['qso_title_image'] = '操作员照片'; +$lang['qso_previous_max_shown'] = "Max. 5 previous contacts are shown"; // Quicklog on Dashboard $lang['qso_quicklog_enter_callsign'] = 'QUICKLOG 输入呼号'; diff --git a/application/language/czech/qso_lang.php b/application/language/czech/qso_lang.php index 81f8663e..67eddeed 100644 --- a/application/language/czech/qso_lang.php +++ b/application/language/czech/qso_lang.php @@ -6,7 +6,9 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['qso_title_qso_map'] = 'Mapa spojení'; $lang['qso_title_suggestions'] = 'Návrhy'; $lang['qso_title_previous_contacts'] = 'Předchozí spojení'; +$lang['qso_title_times_worked_before'] = "times worked before"; $lang['qso_title_image'] = 'Profile Picture'; +$lang['qso_previous_max_shown'] = "Max. 5 previous contacts are shown"; // Quicklog on Dashboard $lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; diff --git a/application/language/dutch/qso_lang.php b/application/language/dutch/qso_lang.php index 103f76b4..9d099f7a 100644 --- a/application/language/dutch/qso_lang.php +++ b/application/language/dutch/qso_lang.php @@ -6,7 +6,9 @@ defined('BASEPATH') OR exit('Directe toegang tot scripts is niet toegestaan'); $lang['qso_title_qso_map'] = 'QSO Kaart'; $lang['qso_title_suggestions'] = 'Suggesties'; $lang['qso_title_previous_contacts'] = 'Eerdere verbindingen'; +$lang['qso_title_times_worked_before'] = "times worked before"; $lang['qso_title_image'] = 'Profile Picture'; +$lang['qso_previous_max_shown'] = "Max. 5 previous contacts are shown"; // Quicklog on Dashboard $lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; diff --git a/application/language/english/qso_lang.php b/application/language/english/qso_lang.php index b71f2b88..74e05456 100644 --- a/application/language/english/qso_lang.php +++ b/application/language/english/qso_lang.php @@ -6,7 +6,9 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['qso_title_qso_map'] = 'QSO Map'; $lang['qso_title_suggestions'] = 'Suggestions'; $lang['qso_title_previous_contacts'] = 'Previous Contacts'; +$lang['qso_title_times_worked_before'] = "times worked before"; $lang['qso_title_image'] = 'Profile Picture'; +$lang['qso_previous_max_shown'] = "Max. 5 previous contacts are shown"; // Quicklog on Dashboard $lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; diff --git a/application/language/finnish/qso_lang.php b/application/language/finnish/qso_lang.php index ec2d4ab3..10124af8 100644 --- a/application/language/finnish/qso_lang.php +++ b/application/language/finnish/qso_lang.php @@ -6,7 +6,9 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['qso_title_qso_map'] = 'Vasta-aseman sijainti kartalla'; $lang['qso_title_suggestions'] = 'Kutsumerkkiehdotukset'; $lang['qso_title_previous_contacts'] = 'Edelliset yhteydet'; +$lang['qso_title_times_worked_before'] = "times worked before"; $lang['qso_title_image'] = 'Profiilikuva'; +$lang['qso_previous_max_shown'] = "Max. 5 previous contacts are shown"; // Quicklog on Dashboard $lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; diff --git a/application/language/french/qso_lang.php b/application/language/french/qso_lang.php index 4d1d3296..567fde91 100644 --- a/application/language/french/qso_lang.php +++ b/application/language/french/qso_lang.php @@ -6,7 +6,9 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['qso_title_qso_map'] = 'Carte QSO'; $lang['qso_title_suggestions'] = 'Suggestions'; $lang['qso_title_previous_contacts'] = 'Contacts précédents'; +$lang['qso_title_times_worked_before'] = "times worked before"; $lang['qso_title_image'] = 'Profile Picture'; +$lang['qso_previous_max_shown'] = "Max. 5 previous contacts are shown"; // Quicklog on Dashboard $lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; diff --git a/application/language/german/qso_lang.php b/application/language/german/qso_lang.php index c9c73bd3..a07112b0 100644 --- a/application/language/german/qso_lang.php +++ b/application/language/german/qso_lang.php @@ -6,7 +6,9 @@ defined('BASEPATH') OR exit('Direkter Zugriff auf Skripte ist nicht erlaubt'); $lang['qso_title_qso_map'] = 'QSO-Karte'; $lang['qso_title_suggestions'] = 'Vorschläge'; $lang['qso_title_previous_contacts'] = 'Vorherige Kontakte'; +$lang['qso_title_times_worked_before'] = " mal vorher gearbeitet"; $lang['qso_title_image'] = 'Profilbild'; +$lang['qso_previous_max_shown'] = "Es werden maximal 5 Kontakte angezeigt."; // Quicklog on Dashboard $lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Rufzeichen'; diff --git a/application/language/greek/qso_lang.php b/application/language/greek/qso_lang.php index 6126855a..8b94c41f 100644 --- a/application/language/greek/qso_lang.php +++ b/application/language/greek/qso_lang.php @@ -6,7 +6,9 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['qso_title_qso_map'] = 'Χάρτης QSO'; $lang['qso_title_suggestions'] = 'Εισήγησης'; $lang['qso_title_previous_contacts'] = 'Προηγούμενες Επαφές'; +$lang['qso_title_times_worked_before'] = "times worked before"; $lang['qso_title_image'] = 'Εικόνα προφίλ'; +$lang['qso_previous_max_shown'] = "Max. 5 previous contacts are shown"; // Quicklog on Dashboard $lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; diff --git a/application/language/italian/qso_lang.php b/application/language/italian/qso_lang.php index b89ea8d2..01f8b073 100644 --- a/application/language/italian/qso_lang.php +++ b/application/language/italian/qso_lang.php @@ -6,7 +6,9 @@ defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script'); $lang['qso_title_qso_map'] = 'Mappa QSO'; $lang['qso_title_suggestions'] = 'Suggerimenti'; $lang['qso_title_previous_contacts'] = 'Contatti Precedenti'; +$lang['qso_title_times_worked_before'] = "times worked before"; $lang['qso_title_image'] = 'Immagine Profilo'; +$lang['qso_previous_max_shown'] = "Max. 5 previous contacts are shown"; // Quicklog on Dashboard $lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; diff --git a/application/language/polish/qso_lang.php b/application/language/polish/qso_lang.php index 036ba89f..ef8227f0 100644 --- a/application/language/polish/qso_lang.php +++ b/application/language/polish/qso_lang.php @@ -6,7 +6,9 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['qso_title_qso_map'] = 'Mapa łączności'; $lang['qso_title_suggestions'] = 'Sugestie'; $lang['qso_title_previous_contacts'] = 'Poprzednie łączności'; +$lang['qso_title_times_worked_before'] = "times worked before"; $lang['qso_title_image'] = 'Profile Picture'; +$lang['qso_previous_max_shown'] = "Max. 5 previous contacts are shown"; // Quicklog on Dashboard $lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; diff --git a/application/language/russian/qso_lang.php b/application/language/russian/qso_lang.php index 32f06e10..e0efcc36 100644 --- a/application/language/russian/qso_lang.php +++ b/application/language/russian/qso_lang.php @@ -6,7 +6,9 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['qso_title_qso_map'] = 'Карта QSO'; $lang['qso_title_suggestions'] = 'Предложения'; $lang['qso_title_previous_contacts'] = 'Предыдущие контакты'; +$lang['qso_title_times_worked_before'] = "times worked before"; $lang['qso_title_image'] = 'Profile Picture'; +$lang['qso_previous_max_shown'] = "Max. 5 previous contacts are shown"; // Quicklog on Dashboard $lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; diff --git a/application/language/spanish/qso_lang.php b/application/language/spanish/qso_lang.php index 03243a41..c1275d93 100644 --- a/application/language/spanish/qso_lang.php +++ b/application/language/spanish/qso_lang.php @@ -6,7 +6,9 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['qso_title_qso_map'] = 'Mapa de QSO'; $lang['qso_title_suggestions'] = 'Sugerencias'; $lang['qso_title_previous_contacts'] = 'Contactos previos'; +$lang['qso_title_times_worked_before'] = "times worked before"; $lang['qso_title_image'] = 'Profile Picture'; +$lang['qso_previous_max_shown'] = "Max. 5 previous contacts are shown"; // Quicklog on Dashboard $lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; diff --git a/application/language/swedish/qso_lang.php b/application/language/swedish/qso_lang.php index 7a4e2c8a..4de77389 100644 --- a/application/language/swedish/qso_lang.php +++ b/application/language/swedish/qso_lang.php @@ -6,7 +6,9 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['qso_title_qso_map'] = 'QSO-karta'; $lang['qso_title_suggestions'] = 'Förslag'; $lang['qso_title_previous_contacts'] = 'Föregående QSOn'; +$lang['qso_title_times_worked_before'] = "times worked before"; $lang['qso_title_image'] = 'Profilbild'; +$lang['qso_previous_max_shown'] = "Max. 5 previous contacts are shown"; // Quicklog on Dashboard $lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; diff --git a/application/language/turkish/qso_lang.php b/application/language/turkish/qso_lang.php index 78ec8417..83a07fea 100644 --- a/application/language/turkish/qso_lang.php +++ b/application/language/turkish/qso_lang.php @@ -6,7 +6,9 @@ defined('BASEPATH') OR exit('Doğrudan komut dosyası erişimine izin verilmez') $lang['qso_title_qso_map'] = 'QSO Haritası'; $lang['qso_title_suggestions'] = 'Öneriler'; $lang['qso_title_previous_contacts'] = 'Önceki Görüşmeler'; +$lang['qso_title_times_worked_before'] = "times worked before"; $lang['qso_title_image'] = 'Profil Resmi'; +$lang['qso_previous_max_shown'] = "Max. 5 previous contacts are shown"; // Quicklog on Dashboard $lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign';