diff --git a/application/language/bulgarian/general_words_lang.php b/application/language/bulgarian/general_words_lang.php index 3f6bcd7f4..069f1ce8c 100644 --- a/application/language/bulgarian/general_words_lang.php +++ b/application/language/bulgarian/general_words_lang.php @@ -17,6 +17,7 @@ $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; $lang['general_word_cancel'] = "Cancel"; $lang['general_word_ok'] = "OK"; +$lang['general_word_show'] = "Show"; $lang['general_word_attention'] = "Attention"; $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; @@ -51,6 +52,9 @@ $lang['general_word_year'] = 'Година'; $lang['general_word_month'] = 'Месец'; $lang['general_word_day'] = "Day"; $lang['general_word_days'] = "Days"; +$lang['general_word_period'] = "Period"; +$lang['general_word_yearly'] = "Yearly"; +$lang['general_word_monthly'] = "Monthly"; $lang['general_word_colors'] = "Colors"; $lang['general_word_light'] = "Light/Laser"; diff --git a/application/language/bulgarian/statistics_lang.php b/application/language/bulgarian/statistics_lang.php index 97a2f0b93..d83be79c1 100644 --- a/application/language/bulgarian/statistics_lang.php +++ b/application/language/bulgarian/statistics_lang.php @@ -58,3 +58,15 @@ $lang['statistics_dwq_current_streak_continuous_days'] = "Current streak (contin $lang['statistics_dwq_make_qso_to_extend_streak'] = "If you make a QSO today, you can continue to extend your streak... or else your current streak will be broken!"; $lang['statistics_dwq_no_current_streak'] = "No current streak found!"; +/* +* +* Accumulated Stats +* +*/ + +$lang['statistics_accumulated_worked_dxcc'] = "Accumulated Number of DXCCs worked"; +$lang['statistics_accumulated_worked_states'] = "Accumulated Number of States worked"; +$lang['statistics_accumulated_worked_iota'] = "Accumulated Number of IOTAs worked"; +$lang['statistics_accumulated_worked_cqzone'] = "Accumulated Number of CQ Zones worked"; + + diff --git a/application/language/chinese_simplified/general_words_lang.php b/application/language/chinese_simplified/general_words_lang.php index 0726eed2c..e2a286e74 100644 --- a/application/language/chinese_simplified/general_words_lang.php +++ b/application/language/chinese_simplified/general_words_lang.php @@ -17,6 +17,7 @@ $lang['general_word_next'] = '后一项'; $lang['general_word_previous'] = '前一项'; $lang['general_word_cancel'] = "取消"; $lang['general_word_ok'] = "确认"; +$lang['general_word_show'] = "Show"; $lang['general_word_attention'] = "注意"; $lang['general_word_enabled'] = "已启用"; $lang['general_word_disabled'] = "已禁用"; @@ -51,6 +52,9 @@ $lang['general_word_year'] = '年'; $lang['general_word_month'] = '月'; $lang['general_word_day'] = "日"; $lang['general_word_days'] = "天"; +$lang['general_word_period'] = "Period"; +$lang['general_word_yearly'] = "Yearly"; +$lang['general_word_monthly'] = "Monthly"; $lang['general_word_colors'] = "颜色"; $lang['general_word_light'] = "浅色/高光"; diff --git a/application/language/chinese_simplified/statistics_lang.php b/application/language/chinese_simplified/statistics_lang.php index 6e8acf079..607a3256c 100644 --- a/application/language/chinese_simplified/statistics_lang.php +++ b/application/language/chinese_simplified/statistics_lang.php @@ -58,3 +58,15 @@ $lang['statistics_dwq_current_streak_continuous_days'] = "当前连续天数"; $lang['statistics_dwq_make_qso_to_extend_streak'] = "如果你今天进行了QSO,那么就能延长你的连续天数,否则将会被打破清零"; $lang['statistics_dwq_no_current_streak'] = "没有找到连续的天数"; +/* +* +* Accumulated Stats +* +*/ + +$lang['statistics_accumulated_worked_dxcc'] = "Accumulated Number of DXCCs worked"; +$lang['statistics_accumulated_worked_states'] = "Accumulated Number of States worked"; +$lang['statistics_accumulated_worked_iota'] = "Accumulated Number of IOTAs worked"; +$lang['statistics_accumulated_worked_cqzone'] = "Accumulated Number of CQ Zones worked"; + + diff --git a/application/language/czech/general_words_lang.php b/application/language/czech/general_words_lang.php index 3be8b5faa..b9e7542ae 100644 --- a/application/language/czech/general_words_lang.php +++ b/application/language/czech/general_words_lang.php @@ -17,6 +17,7 @@ $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; $lang['general_word_cancel'] = "Cancel"; $lang['general_word_ok'] = "OK"; +$lang['general_word_show'] = "Show"; $lang['general_word_attention'] = "Attention"; $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; @@ -51,6 +52,9 @@ $lang['general_word_year'] = 'Rok'; $lang['general_word_month'] = 'Měsíc'; $lang['general_word_day'] = "Day"; $lang['general_word_days'] = "Days"; +$lang['general_word_period'] = "Period"; +$lang['general_word_yearly'] = "Yearly"; +$lang['general_word_monthly'] = "Monthly"; $lang['general_word_colors'] = "Colors"; $lang['general_word_light'] = "Light/Laser"; diff --git a/application/language/czech/statistics_lang.php b/application/language/czech/statistics_lang.php index f636a7d14..8ec5bce3b 100644 --- a/application/language/czech/statistics_lang.php +++ b/application/language/czech/statistics_lang.php @@ -58,3 +58,15 @@ $lang['statistics_dwq_current_streak_continuous_days'] = "Current streak (contin $lang['statistics_dwq_make_qso_to_extend_streak'] = "If you make a QSO today, you can continue to extend your streak... or else your current streak will be broken!"; $lang['statistics_dwq_no_current_streak'] = "No current streak found!"; +/* +* +* Accumulated Stats +* +*/ + +$lang['statistics_accumulated_worked_dxcc'] = "Accumulated Number of DXCCs worked"; +$lang['statistics_accumulated_worked_states'] = "Accumulated Number of States worked"; +$lang['statistics_accumulated_worked_iota'] = "Accumulated Number of IOTAs worked"; +$lang['statistics_accumulated_worked_cqzone'] = "Accumulated Number of CQ Zones worked"; + + diff --git a/application/language/dutch/general_words_lang.php b/application/language/dutch/general_words_lang.php index 88457f533..725e26bcf 100644 --- a/application/language/dutch/general_words_lang.php +++ b/application/language/dutch/general_words_lang.php @@ -17,6 +17,7 @@ $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; $lang['general_word_cancel'] = "Cancel"; $lang['general_word_ok'] = "OK"; +$lang['general_word_show'] = "Show"; $lang['general_word_attention'] = "Attention"; $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; @@ -51,6 +52,9 @@ $lang['general_word_year'] = 'Jaar'; $lang['general_word_month'] = 'Maand'; $lang['general_word_day'] = "Day"; $lang['general_word_days'] = "Days"; +$lang['general_word_period'] = "Period"; +$lang['general_word_yearly'] = "Yearly"; +$lang['general_word_monthly'] = "Monthly"; $lang['general_word_colors'] = "Colors"; $lang['general_word_light'] = "Light/Laser"; diff --git a/application/language/dutch/statistics_lang.php b/application/language/dutch/statistics_lang.php index 62bfe00dd..1251eb082 100644 --- a/application/language/dutch/statistics_lang.php +++ b/application/language/dutch/statistics_lang.php @@ -58,3 +58,15 @@ $lang['statistics_dwq_current_streak_continuous_days'] = "Current streak (contin $lang['statistics_dwq_make_qso_to_extend_streak'] = "If you make a QSO today, you can continue to extend your streak... or else your current streak will be broken!"; $lang['statistics_dwq_no_current_streak'] = "No current streak found!"; +/* +* +* Accumulated Stats +* +*/ + +$lang['statistics_accumulated_worked_dxcc'] = "Accumulated Number of DXCCs worked"; +$lang['statistics_accumulated_worked_states'] = "Accumulated Number of States worked"; +$lang['statistics_accumulated_worked_iota'] = "Accumulated Number of IOTAs worked"; +$lang['statistics_accumulated_worked_cqzone'] = "Accumulated Number of CQ Zones worked"; + + diff --git a/application/language/english/general_words_lang.php b/application/language/english/general_words_lang.php index 60340fc9f..36287942b 100644 --- a/application/language/english/general_words_lang.php +++ b/application/language/english/general_words_lang.php @@ -17,6 +17,7 @@ $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; $lang['general_word_cancel'] = "Cancel"; $lang['general_word_ok'] = "OK"; +$lang['general_word_show'] = "Show"; $lang['general_word_attention'] = "Attention"; $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; @@ -51,6 +52,9 @@ $lang['general_word_year'] = 'Year'; $lang['general_word_month'] = 'Month'; $lang['general_word_day'] = "Day"; $lang['general_word_days'] = "Days"; +$lang['general_word_period'] = "Period"; +$lang['general_word_yearly'] = "Yearly"; +$lang['general_word_monthly'] = "Monthly"; $lang['general_word_colors'] = "Colors"; $lang['general_word_light'] = "Light/Laser"; diff --git a/application/language/english/statistics_lang.php b/application/language/english/statistics_lang.php index c995c0f2a..a861bd426 100644 --- a/application/language/english/statistics_lang.php +++ b/application/language/english/statistics_lang.php @@ -58,3 +58,15 @@ $lang['statistics_dwq_current_streak_continuous_days'] = "Current streak (contin $lang['statistics_dwq_make_qso_to_extend_streak'] = "If you make a QSO today, you can continue to extend your streak... or else your current streak will be broken!"; $lang['statistics_dwq_no_current_streak'] = "No current streak found!"; +/* +* +* Accumulated Stats +* +*/ + +$lang['statistics_accumulated_worked_dxcc'] = "Accumulated Number of DXCCs worked"; +$lang['statistics_accumulated_worked_states'] = "Accumulated Number of States worked"; +$lang['statistics_accumulated_worked_iota'] = "Accumulated Number of IOTAs worked"; +$lang['statistics_accumulated_worked_cqzone'] = "Accumulated Number of CQ Zones worked"; + + diff --git a/application/language/finnish/general_words_lang.php b/application/language/finnish/general_words_lang.php index 54934250d..0963cfe05 100644 --- a/application/language/finnish/general_words_lang.php +++ b/application/language/finnish/general_words_lang.php @@ -17,6 +17,7 @@ $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; $lang['general_word_cancel'] = "Cancel"; $lang['general_word_ok'] = "OK"; +$lang['general_word_show'] = "Show"; $lang['general_word_attention'] = "Attention"; $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; @@ -51,6 +52,9 @@ $lang['general_word_year'] = 'Vuosi'; $lang['general_word_month'] = 'Kuukausi'; $lang['general_word_day'] = "Day"; $lang['general_word_days'] = "Days"; +$lang['general_word_period'] = "Period"; +$lang['general_word_yearly'] = "Yearly"; +$lang['general_word_monthly'] = "Monthly"; $lang['general_word_colors'] = "Colors"; $lang['general_word_light'] = "Light/Laser"; diff --git a/application/language/finnish/statistics_lang.php b/application/language/finnish/statistics_lang.php index c5b611023..37bdd4a71 100644 --- a/application/language/finnish/statistics_lang.php +++ b/application/language/finnish/statistics_lang.php @@ -58,3 +58,15 @@ $lang['statistics_dwq_current_streak_continuous_days'] = "Current streak (contin $lang['statistics_dwq_make_qso_to_extend_streak'] = "If you make a QSO today, you can continue to extend your streak... or else your current streak will be broken!"; $lang['statistics_dwq_no_current_streak'] = "No current streak found!"; +/* +* +* Accumulated Stats +* +*/ + +$lang['statistics_accumulated_worked_dxcc'] = "Accumulated Number of DXCCs worked"; +$lang['statistics_accumulated_worked_states'] = "Accumulated Number of States worked"; +$lang['statistics_accumulated_worked_iota'] = "Accumulated Number of IOTAs worked"; +$lang['statistics_accumulated_worked_cqzone'] = "Accumulated Number of CQ Zones worked"; + + diff --git a/application/language/french/general_words_lang.php b/application/language/french/general_words_lang.php index d85e944eb..dc5b2961f 100644 --- a/application/language/french/general_words_lang.php +++ b/application/language/french/general_words_lang.php @@ -17,6 +17,7 @@ $lang['general_word_next'] = "Suivant"; $lang['general_word_previous'] = "Précédent"; $lang['general_word_cancel'] = "Annuler"; $lang['general_word_ok'] = "OK"; +$lang['general_word_show'] = "Show"; $lang['general_word_attention'] = "Attention"; $lang['general_word_enabled'] = "Activé"; $lang['general_word_disabled'] = "Désactivé"; @@ -51,6 +52,9 @@ $lang['general_word_year'] = "Année"; $lang['general_word_month'] = "Mois"; $lang['general_word_day'] = "Day"; $lang['general_word_days'] = "Days"; +$lang['general_word_period'] = "Period"; +$lang['general_word_yearly'] = "Yearly"; +$lang['general_word_monthly'] = "Monthly"; $lang['general_word_colors'] = "Couleurs"; $lang['general_word_light'] = "Lumière/Laser"; diff --git a/application/language/french/statistics_lang.php b/application/language/french/statistics_lang.php index c9631523d..b55004c83 100644 --- a/application/language/french/statistics_lang.php +++ b/application/language/french/statistics_lang.php @@ -58,3 +58,15 @@ $lang['statistics_dwq_current_streak_continuous_days'] = "Current streak (contin $lang['statistics_dwq_make_qso_to_extend_streak'] = "If you make a QSO today, you can continue to extend your streak... or else your current streak will be broken!"; $lang['statistics_dwq_no_current_streak'] = "No current streak found!"; +/* +* +* Accumulated Stats +* +*/ + +$lang['statistics_accumulated_worked_dxcc'] = "Accumulated Number of DXCCs worked"; +$lang['statistics_accumulated_worked_states'] = "Accumulated Number of States worked"; +$lang['statistics_accumulated_worked_iota'] = "Accumulated Number of IOTAs worked"; +$lang['statistics_accumulated_worked_cqzone'] = "Accumulated Number of CQ Zones worked"; + + diff --git a/application/language/german/general_words_lang.php b/application/language/german/general_words_lang.php index 58d8c9ba7..0d28c5d5f 100644 --- a/application/language/german/general_words_lang.php +++ b/application/language/german/general_words_lang.php @@ -17,6 +17,7 @@ $lang['general_word_next'] = 'Weiter'; $lang['general_word_previous'] = 'Zurück'; $lang['general_word_cancel'] = "Abbrechen"; $lang['general_word_ok'] = "OK"; +$lang['general_word_show'] = "Anzeigen"; $lang['general_word_attention'] = "Achtung"; $lang['general_word_enabled'] = "Eingeschaltet"; $lang['general_word_disabled'] = "Ausgeschaltet"; @@ -51,6 +52,9 @@ $lang['general_word_year'] = 'Jahr'; $lang['general_word_month'] = 'Monat'; $lang['general_word_day'] = "Tag"; $lang['general_word_days'] = "Tage"; +$lang['general_word_period'] = "Zeitraum"; +$lang['general_word_yearly'] = "jährlich"; +$lang['general_word_monthly'] = "monatlich"; $lang['general_word_colors'] = "Farben"; $lang['general_word_light'] = "Licht/Laser"; diff --git a/application/language/german/statistics_lang.php b/application/language/german/statistics_lang.php index f91e0d988..ba6260892 100644 --- a/application/language/german/statistics_lang.php +++ b/application/language/german/statistics_lang.php @@ -58,3 +58,15 @@ $lang['statistics_dwq_current_streak_continuous_days'] = "Aktuelle Serie (fortla $lang['statistics_dwq_make_qso_to_extend_streak'] = "Wenn Sie heute ein QSO machen, können Sie Ihre Serie verlängern... Andernfalls wird Ihre aktuelle Serie unterbrochen!"; $lang['statistics_dwq_no_current_streak'] = "Keine aktuelle Serie gefunden!"; +/* +* +* Accumulated Stats +* +*/ + +$lang['statistics_accumulated_worked_dxcc'] = "Kumulierte Statistik gearbeiteter DXCC"; +$lang['statistics_accumulated_worked_states'] = "Kumulierte Statistik gearbeiteter US Staaten"; +$lang['statistics_accumulated_worked_iota'] = "Kumulierte Statistik gearbeiteter IOTA"; +$lang['statistics_accumulated_worked_cqzone'] = "Kumulierte Statistik gearbeiteter CQ Zonen"; + + diff --git a/application/language/greek/general_words_lang.php b/application/language/greek/general_words_lang.php index d8338ed90..e28c2c380 100644 --- a/application/language/greek/general_words_lang.php +++ b/application/language/greek/general_words_lang.php @@ -17,6 +17,7 @@ $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; $lang['general_word_cancel'] = "Cancel"; $lang['general_word_ok'] = "OK"; +$lang['general_word_show'] = "Show"; $lang['general_word_attention'] = "Attention"; $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; @@ -51,6 +52,9 @@ $lang['general_word_year'] = 'Ετος'; $lang['general_word_month'] = 'Μήνας'; $lang['general_word_day'] = "Day"; $lang['general_word_days'] = "Days"; +$lang['general_word_period'] = "Period"; +$lang['general_word_yearly'] = "Yearly"; +$lang['general_word_monthly'] = "Monthly"; $lang['general_word_colors'] = "Colors"; $lang['general_word_light'] = "Light/Laser"; diff --git a/application/language/greek/statistics_lang.php b/application/language/greek/statistics_lang.php index c995c0f2a..a861bd426 100644 --- a/application/language/greek/statistics_lang.php +++ b/application/language/greek/statistics_lang.php @@ -58,3 +58,15 @@ $lang['statistics_dwq_current_streak_continuous_days'] = "Current streak (contin $lang['statistics_dwq_make_qso_to_extend_streak'] = "If you make a QSO today, you can continue to extend your streak... or else your current streak will be broken!"; $lang['statistics_dwq_no_current_streak'] = "No current streak found!"; +/* +* +* Accumulated Stats +* +*/ + +$lang['statistics_accumulated_worked_dxcc'] = "Accumulated Number of DXCCs worked"; +$lang['statistics_accumulated_worked_states'] = "Accumulated Number of States worked"; +$lang['statistics_accumulated_worked_iota'] = "Accumulated Number of IOTAs worked"; +$lang['statistics_accumulated_worked_cqzone'] = "Accumulated Number of CQ Zones worked"; + + diff --git a/application/language/italian/general_words_lang.php b/application/language/italian/general_words_lang.php index 95eeba3d6..be073d51d 100644 --- a/application/language/italian/general_words_lang.php +++ b/application/language/italian/general_words_lang.php @@ -17,6 +17,7 @@ $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; $lang['general_word_cancel'] = "Cancel"; $lang['general_word_ok'] = "OK"; +$lang['general_word_show'] = "Show"; $lang['general_word_attention'] = "Attention"; $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; @@ -51,6 +52,9 @@ $lang['general_word_year'] = 'Anno'; $lang['general_word_month'] = 'Mese'; $lang['general_word_day'] = "Day"; $lang['general_word_days'] = "Days"; +$lang['general_word_period'] = "Period"; +$lang['general_word_yearly'] = "Yearly"; +$lang['general_word_monthly'] = "Monthly"; $lang['general_word_colors'] = "Colors"; $lang['general_word_light'] = "Light/Laser"; diff --git a/application/language/italian/statistics_lang.php b/application/language/italian/statistics_lang.php index c995c0f2a..a861bd426 100644 --- a/application/language/italian/statistics_lang.php +++ b/application/language/italian/statistics_lang.php @@ -58,3 +58,15 @@ $lang['statistics_dwq_current_streak_continuous_days'] = "Current streak (contin $lang['statistics_dwq_make_qso_to_extend_streak'] = "If you make a QSO today, you can continue to extend your streak... or else your current streak will be broken!"; $lang['statistics_dwq_no_current_streak'] = "No current streak found!"; +/* +* +* Accumulated Stats +* +*/ + +$lang['statistics_accumulated_worked_dxcc'] = "Accumulated Number of DXCCs worked"; +$lang['statistics_accumulated_worked_states'] = "Accumulated Number of States worked"; +$lang['statistics_accumulated_worked_iota'] = "Accumulated Number of IOTAs worked"; +$lang['statistics_accumulated_worked_cqzone'] = "Accumulated Number of CQ Zones worked"; + + diff --git a/application/language/polish/general_words_lang.php b/application/language/polish/general_words_lang.php index 9ce44d79c..5c7a0bcf2 100644 --- a/application/language/polish/general_words_lang.php +++ b/application/language/polish/general_words_lang.php @@ -17,6 +17,7 @@ $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; $lang['general_word_cancel'] = "Cancel"; $lang['general_word_ok'] = "OK"; +$lang['general_word_show'] = "Show"; $lang['general_word_attention'] = "Attention"; $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; @@ -51,6 +52,9 @@ $lang['general_word_year'] = 'Rok'; $lang['general_word_month'] = 'Miesiąc'; $lang['general_word_day'] = "Day"; $lang['general_word_days'] = "Days"; +$lang['general_word_period'] = "Period"; +$lang['general_word_yearly'] = "Yearly"; +$lang['general_word_monthly'] = "Monthly"; $lang['general_word_colors'] = "Colors"; $lang['general_word_light'] = "Light/Laser"; diff --git a/application/language/polish/statistics_lang.php b/application/language/polish/statistics_lang.php index c995c0f2a..a861bd426 100644 --- a/application/language/polish/statistics_lang.php +++ b/application/language/polish/statistics_lang.php @@ -58,3 +58,15 @@ $lang['statistics_dwq_current_streak_continuous_days'] = "Current streak (contin $lang['statistics_dwq_make_qso_to_extend_streak'] = "If you make a QSO today, you can continue to extend your streak... or else your current streak will be broken!"; $lang['statistics_dwq_no_current_streak'] = "No current streak found!"; +/* +* +* Accumulated Stats +* +*/ + +$lang['statistics_accumulated_worked_dxcc'] = "Accumulated Number of DXCCs worked"; +$lang['statistics_accumulated_worked_states'] = "Accumulated Number of States worked"; +$lang['statistics_accumulated_worked_iota'] = "Accumulated Number of IOTAs worked"; +$lang['statistics_accumulated_worked_cqzone'] = "Accumulated Number of CQ Zones worked"; + + diff --git a/application/language/russian/general_words_lang.php b/application/language/russian/general_words_lang.php index b8e58246f..92c5305cb 100644 --- a/application/language/russian/general_words_lang.php +++ b/application/language/russian/general_words_lang.php @@ -17,6 +17,7 @@ $lang['general_word_next'] = 'След.'; $lang['general_word_previous'] = 'Пред.'; $lang['general_word_cancel'] = "Отмена"; $lang['general_word_ok'] = "ОК"; +$lang['general_word_show'] = "Show"; $lang['general_word_attention'] = "Внимание"; $lang['general_word_enabled'] = "Включено"; $lang['general_word_disabled'] = "Выключено"; @@ -51,6 +52,9 @@ $lang['general_word_year'] = 'Год'; $lang['general_word_month'] = 'Месяц'; $lang['general_word_day'] = "Day"; $lang['general_word_days'] = "Days"; +$lang['general_word_period'] = "Period"; +$lang['general_word_yearly'] = "Yearly"; +$lang['general_word_monthly'] = "Monthly"; $lang['general_word_colors'] = "Цвета"; $lang['general_word_light'] = "Свет/лазер"; diff --git a/application/language/russian/statistics_lang.php b/application/language/russian/statistics_lang.php index 2e9efab2c..b14a00c8d 100644 --- a/application/language/russian/statistics_lang.php +++ b/application/language/russian/statistics_lang.php @@ -58,3 +58,15 @@ $lang['statistics_dwq_current_streak_continuous_days'] = "Current streak (contin $lang['statistics_dwq_make_qso_to_extend_streak'] = "If you make a QSO today, you can continue to extend your streak... or else your current streak will be broken!"; $lang['statistics_dwq_no_current_streak'] = "No current streak found!"; +/* +* +* Accumulated Stats +* +*/ + +$lang['statistics_accumulated_worked_dxcc'] = "Accumulated Number of DXCCs worked"; +$lang['statistics_accumulated_worked_states'] = "Accumulated Number of States worked"; +$lang['statistics_accumulated_worked_iota'] = "Accumulated Number of IOTAs worked"; +$lang['statistics_accumulated_worked_cqzone'] = "Accumulated Number of CQ Zones worked"; + + diff --git a/application/language/spanish/general_words_lang.php b/application/language/spanish/general_words_lang.php index d662499a4..cb326841b 100644 --- a/application/language/spanish/general_words_lang.php +++ b/application/language/spanish/general_words_lang.php @@ -17,6 +17,7 @@ $lang['general_word_next'] = 'Siguiente'; $lang['general_word_previous'] = 'Anterior'; $lang['general_word_cancel'] = "Cancelar"; $lang['general_word_ok'] = "OK"; +$lang['general_word_show'] = "Show"; $lang['general_word_attention'] = "Atención"; $lang['general_word_enabled'] = "Activado"; @@ -51,6 +52,9 @@ $lang['general_word_total'] = 'Total'; $lang['general_word_year'] = 'Año'; $lang['general_word_month'] = 'Mes'; $lang['general_word_day'] = "Day"; +$lang['general_word_period'] = "Period"; +$lang['general_word_yearly'] = "Yearly"; +$lang['general_word_monthly'] = "Monthly"; $lang['general_word_days'] = "Days"; $lang['general_word_colors'] = "Colores"; diff --git a/application/language/spanish/statistics_lang.php b/application/language/spanish/statistics_lang.php index 034e83168..bcb8a5649 100644 --- a/application/language/spanish/statistics_lang.php +++ b/application/language/spanish/statistics_lang.php @@ -58,3 +58,15 @@ $lang['statistics_dwq_current_streak_continuous_days'] = "Current streak (contin $lang['statistics_dwq_make_qso_to_extend_streak'] = "If you make a QSO today, you can continue to extend your streak... or else your current streak will be broken!"; $lang['statistics_dwq_no_current_streak'] = "No current streak found!"; +/* +* +* Accumulated Stats +* +*/ + +$lang['statistics_accumulated_worked_dxcc'] = "Accumulated Number of DXCCs worked"; +$lang['statistics_accumulated_worked_states'] = "Accumulated Number of States worked"; +$lang['statistics_accumulated_worked_iota'] = "Accumulated Number of IOTAs worked"; +$lang['statistics_accumulated_worked_cqzone'] = "Accumulated Number of CQ Zones worked"; + + diff --git a/application/language/swedish/general_words_lang.php b/application/language/swedish/general_words_lang.php index 5e90e0d3f..91391f286 100644 --- a/application/language/swedish/general_words_lang.php +++ b/application/language/swedish/general_words_lang.php @@ -17,6 +17,7 @@ $lang['general_word_choose_file'] = 'Välj fil'; $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; $lang['general_word_not_display'] = "Not display"; +$lang['general_word_show'] = "Show"; $lang['general_word_icon'] = "Icon"; $lang['general_word_cancel'] = "Cancel"; @@ -51,6 +52,9 @@ $lang['general_word_city'] = 'City'; $lang['general_word_total'] = 'Totalt'; $lang['general_word_day'] = "Day"; $lang['general_word_days'] = "Days"; +$lang['general_word_period'] = "Period"; +$lang['general_word_yearly'] = "Yearly"; +$lang['general_word_monthly'] = "Monthly"; $lang['general_word_year'] = 'I år'; $lang['general_word_month'] = 'Denna månad'; diff --git a/application/language/swedish/statistics_lang.php b/application/language/swedish/statistics_lang.php index 054191326..936fd6e13 100644 --- a/application/language/swedish/statistics_lang.php +++ b/application/language/swedish/statistics_lang.php @@ -58,3 +58,15 @@ $lang['statistics_dwq_current_streak_continuous_days'] = "Current streak (contin $lang['statistics_dwq_make_qso_to_extend_streak'] = "If you make a QSO today, you can continue to extend your streak... or else your current streak will be broken!"; $lang['statistics_dwq_no_current_streak'] = "No current streak found!"; +/* +* +* Accumulated Stats +* +*/ + +$lang['statistics_accumulated_worked_dxcc'] = "Accumulated Number of DXCCs worked"; +$lang['statistics_accumulated_worked_states'] = "Accumulated Number of States worked"; +$lang['statistics_accumulated_worked_iota'] = "Accumulated Number of IOTAs worked"; +$lang['statistics_accumulated_worked_cqzone'] = "Accumulated Number of CQ Zones worked"; + + diff --git a/application/language/turkish/general_words_lang.php b/application/language/turkish/general_words_lang.php index bfe432b1d..47f2eee90 100644 --- a/application/language/turkish/general_words_lang.php +++ b/application/language/turkish/general_words_lang.php @@ -17,6 +17,7 @@ $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; $lang['general_word_cancel'] = "Cancel"; $lang['general_word_ok'] = "OK"; +$lang['general_word_show'] = "Show"; $lang['general_word_attention'] = "Attention"; $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; @@ -51,6 +52,9 @@ $lang['general_word_year'] = 'Yıl'; $lang['general_word_month'] = 'Ay'; $lang['general_word_day'] = "Day"; $lang['general_word_days'] = "Days"; +$lang['general_word_period'] = "Period"; +$lang['general_word_yearly'] = "Yearly"; +$lang['general_word_monthly'] = "Monthly"; $lang['general_word_colors'] = "Colors"; $lang['general_word_light'] = "Light/Laser"; diff --git a/application/language/turkish/statistics_lang.php b/application/language/turkish/statistics_lang.php index c995c0f2a..a861bd426 100644 --- a/application/language/turkish/statistics_lang.php +++ b/application/language/turkish/statistics_lang.php @@ -58,3 +58,15 @@ $lang['statistics_dwq_current_streak_continuous_days'] = "Current streak (contin $lang['statistics_dwq_make_qso_to_extend_streak'] = "If you make a QSO today, you can continue to extend your streak... or else your current streak will be broken!"; $lang['statistics_dwq_no_current_streak'] = "No current streak found!"; +/* +* +* Accumulated Stats +* +*/ + +$lang['statistics_accumulated_worked_dxcc'] = "Accumulated Number of DXCCs worked"; +$lang['statistics_accumulated_worked_states'] = "Accumulated Number of States worked"; +$lang['statistics_accumulated_worked_iota'] = "Accumulated Number of IOTAs worked"; +$lang['statistics_accumulated_worked_cqzone'] = "Accumulated Number of CQ Zones worked"; + +