diff --git a/chirp/drivers/ksun_m6.py b/chirp/drivers/ksun_m6.py index 590584d9..a2e3a342 100644 --- a/chirp/drivers/ksun_m6.py +++ b/chirp/drivers/ksun_m6.py @@ -289,7 +289,7 @@ def get_settings(self): led = settings.led rsv = RadioSettingValueList(LED_LIST, LED_LIST[led]) - rs = RadioSetting("led", "LED brighness", rsv) + rs = RadioSetting("led", "LED brightness", rsv) basic.append(rs) led_timeout = settings.led_timeout diff --git a/chirp/drivers/radioddity_r2.py b/chirp/drivers/radioddity_r2.py index a140cf7d..0ee72246 100644 --- a/chirp/drivers/radioddity_r2.py +++ b/chirp/drivers/radioddity_r2.py @@ -187,7 +187,7 @@ def _r2_enter_programming_mode(radio): raise errors.RadioError("Error communicating with radio 2") # The latest Retevis RT24 (and likely the RT24V and H777S) models no - # longer acknowlege the CMD_ACK above so the 'ack' will be empty and + # longer acknowledge the CMD_ACK above so the 'ack' will be empty and # fail the check causing cloning to fail. # # The factory CPS continues with or without an ack so CHIRP will diff --git a/chirp/drivers/retevis_ra87.py b/chirp/drivers/retevis_ra87.py index a56953e3..2345292c 100644 --- a/chirp/drivers/retevis_ra87.py +++ b/chirp/drivers/retevis_ra87.py @@ -823,7 +823,7 @@ def get_settings(self): # menu 17 - APO options = ["Off", "30", "60", "90", "120", "180"] rs = RadioSettingValueList(options, options[_settings.apo]) - rset = RadioSetting("apo", "Automaitc Power Off [min]", rs) + rset = RadioSetting("apo", "Automatic Power Off [min]", rs) rset.set_doc("Menu 17") basic.append(rset) diff --git a/chirp/drivers/th_uv88.py b/chirp/drivers/th_uv88.py index 9c257271..719632e2 100644 --- a/chirp/drivers/th_uv88.py +++ b/chirp/drivers/th_uv88.py @@ -1010,7 +1010,7 @@ def get_settings(self): def _name_apply(setting, obj1, atrb1, obj2, atrb2): # Store a trunctaded version avec the first line # in basicsettings.intrScreen1. The original - # do this for an unkown reason + # do this for an unknown reason setattr(obj1, atrb1, str(setting.value)[:12]) setattr(obj2, atrb2, setting.value) return @@ -1036,7 +1036,7 @@ def _char_to_name(name): rx.set_validate_callback(_name_validate) rset = RadioSetting("openradioname.name1", "Intro Line 1", rx) - # On model others than RA89 store a trunctated name1 into + # On model others than RA89 store a truncated name1 into # basicsettings if self.MODEL != "RA89": rset.set_apply_callback(_name_apply, _settings, "introScreen1", diff --git a/chirp/locale/bg_BG.po b/chirp/locale/bg_BG.po index 3f235090..849c9fd5 100644 --- a/chirp/locale/bg_BG.po +++ b/chirp/locale/bg_BG.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: CHIRP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-20 14:50-0700\n" +"POT-Creation-Date: 2024-08-24 14:40+0200\n" "PO-Revision-Date: 2024-07-05 10:00+0300\n" "Last-Translator: Стоян \n" "Language-Team: \n" @@ -2186,7 +2186,7 @@ msgstr "" msgid "" "The debug log file is not available when CHIRP is run interactively from the " "command-line. Thus, this tool will not upload what you expect. It is " -"recomended that you quit now and run CHIRP non-interactively (or with stdin " +"recommended that you quit now and run CHIRP non-interactively (or with stdin " "redirected to /dev/null)" msgstr "" diff --git a/chirp/locale/de.po b/chirp/locale/de.po index 82ae3082..309e0946 100644 --- a/chirp/locale/de.po +++ b/chirp/locale/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: CHIRP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-20 14:50-0700\n" +"POT-Creation-Date: 2024-08-24 14:40+0200\n" "PO-Revision-Date: 2012-10-02 22:11+0100\n" "Last-Translator: Benjamin, HB9EUK \n" "Language-Team: German\n" @@ -2235,7 +2235,7 @@ msgstr "" msgid "" "The debug log file is not available when CHIRP is run interactively from the " "command-line. Thus, this tool will not upload what you expect. It is " -"recomended that you quit now and run CHIRP non-interactively (or with stdin " +"recommended that you quit now and run CHIRP non-interactively (or with stdin " "redirected to /dev/null)" msgstr "" diff --git a/chirp/locale/el.po b/chirp/locale/el.po index 18efb377..a5a58b07 100644 --- a/chirp/locale/el.po +++ b/chirp/locale/el.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: CHIRP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-20 14:50-0700\n" +"POT-Creation-Date: 2024-08-24 14:40+0200\n" "PO-Revision-Date: 2023-02-11 15:12+0200\n" "Last-Translator: Sokratis Alichanidis \n" "Language-Team: Greek\n" @@ -2220,7 +2220,7 @@ msgstr "" msgid "" "The debug log file is not available when CHIRP is run interactively from the " "command-line. Thus, this tool will not upload what you expect. It is " -"recomended that you quit now and run CHIRP non-interactively (or with stdin " +"recommended that you quit now and run CHIRP non-interactively (or with stdin " "redirected to /dev/null)" msgstr "" diff --git a/chirp/locale/en_US.po b/chirp/locale/en_US.po index fd162da8..4cdaea06 100644 --- a/chirp/locale/en_US.po +++ b/chirp/locale/en_US.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: CHIRP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-20 14:50-0700\n" +"POT-Creation-Date: 2024-08-24 14:40+0200\n" "PO-Revision-Date: 2011-11-29 16:07-0800\n" "Last-Translator: Dan Smith \n" "Language-Team: English\n" @@ -2201,7 +2201,7 @@ msgstr "" msgid "" "The debug log file is not available when CHIRP is run interactively from the " "command-line. Thus, this tool will not upload what you expect. It is " -"recomended that you quit now and run CHIRP non-interactively (or with stdin " +"recommended that you quit now and run CHIRP non-interactively (or with stdin " "redirected to /dev/null)" msgstr "" diff --git a/chirp/locale/es.po b/chirp/locale/es.po index 5fc5525a..8fc7fe13 100644 --- a/chirp/locale/es.po +++ b/chirp/locale/es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: CHIRP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-20 14:50-0700\n" +"POT-Creation-Date: 2024-08-24 14:40+0200\n" "PO-Revision-Date: 2024-06-26 00:31-0400\n" "Last-Translator: MELERIX\n" "Language-Team: \n" @@ -2740,10 +2740,11 @@ msgstr "" "seguridad. ¿Proceder de todos modos?" #: ../wxui/bugreport.py:169 +#, fuzzy msgid "" "The debug log file is not available when CHIRP is run interactively from the " "command-line. Thus, this tool will not upload what you expect. It is " -"recomended that you quit now and run CHIRP non-interactively (or with stdin " +"recommended that you quit now and run CHIRP non-interactively (or with stdin " "redirected to /dev/null)" msgstr "" "El archivo de registro de depuración no está disponible cuando CHIRP se " diff --git a/chirp/locale/fr.po b/chirp/locale/fr.po index d3cebf2a..37b5eec2 100644 --- a/chirp/locale/fr.po +++ b/chirp/locale/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: CHIRP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-20 14:50-0700\n" +"POT-Creation-Date: 2024-08-24 14:40+0200\n" "PO-Revision-Date: 2024-05-22 16:39-0400\n" "Last-Translator: Alexandre J. Raymond \n" "Language-Team: French\n" @@ -2743,7 +2743,7 @@ msgstr "" msgid "" "The debug log file is not available when CHIRP is run interactively from the " "command-line. Thus, this tool will not upload what you expect. It is " -"recomended that you quit now and run CHIRP non-interactively (or with stdin " +"recommended that you quit now and run CHIRP non-interactively (or with stdin " "redirected to /dev/null)" msgstr "" diff --git a/chirp/locale/hu.po b/chirp/locale/hu.po index 230248bd..18a7f325 100644 --- a/chirp/locale/hu.po +++ b/chirp/locale/hu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: CHIRP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-20 14:50-0700\n" +"POT-Creation-Date: 2024-08-24 14:40+0200\n" "PO-Revision-Date: 2015-01-28 13:47+0100\n" "Last-Translator: Attila Joubert \n" "Language-Team: English\n" @@ -2240,7 +2240,7 @@ msgstr "" msgid "" "The debug log file is not available when CHIRP is run interactively from the " "command-line. Thus, this tool will not upload what you expect. It is " -"recomended that you quit now and run CHIRP non-interactively (or with stdin " +"recommended that you quit now and run CHIRP non-interactively (or with stdin " "redirected to /dev/null)" msgstr "" diff --git a/chirp/locale/it.po b/chirp/locale/it.po index 3350a719..ff78675f 100644 --- a/chirp/locale/it.po +++ b/chirp/locale/it.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: CHIRP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-20 14:50-0700\n" +"POT-Creation-Date: 2024-08-24 14:40+0200\n" "PO-Revision-Date: 2024-06-27 19:05+0200\n" "Last-Translator: Giovanni Scafora IK5TWZ \n" "Language-Team: CHIRP Italian Translation\n" @@ -2747,10 +2747,11 @@ msgstr "" "rischio per la sicurezza. Vuoi procedere comunque?" #: ../wxui/bugreport.py:169 +#, fuzzy msgid "" "The debug log file is not available when CHIRP is run interactively from the " "command-line. Thus, this tool will not upload what you expect. It is " -"recomended that you quit now and run CHIRP non-interactively (or with stdin " +"recommended that you quit now and run CHIRP non-interactively (or with stdin " "redirected to /dev/null)" msgstr "" "Il file di log di debug non è disponibile quando CHIRP viene eseguito " diff --git a/chirp/locale/ja_JP.po b/chirp/locale/ja_JP.po index 1d26ff45..0c611f6f 100644 --- a/chirp/locale/ja_JP.po +++ b/chirp/locale/ja_JP.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: CHIRP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-20 14:50-0700\n" +"POT-Creation-Date: 2024-08-24 14:40+0200\n" "PO-Revision-Date: 2023-12-03 11:04+0900\n" "Last-Translator: weboo \n" "Language-Team: Japanese \n" @@ -2190,7 +2190,7 @@ msgstr "" msgid "" "The debug log file is not available when CHIRP is run interactively from the " "command-line. Thus, this tool will not upload what you expect. It is " -"recomended that you quit now and run CHIRP non-interactively (or with stdin " +"recommended that you quit now and run CHIRP non-interactively (or with stdin " "redirected to /dev/null)" msgstr "" diff --git a/chirp/locale/nl.po b/chirp/locale/nl.po index 6df05a71..04692185 100644 --- a/chirp/locale/nl.po +++ b/chirp/locale/nl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: CHIRP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-20 14:50-0700\n" +"POT-Creation-Date: 2024-08-24 14:40+0200\n" "PO-Revision-Date: 2012-03-18 12:01+0100\n" "Last-Translator: Michael Tel \n" "Language-Team: Dutch\n" @@ -2222,7 +2222,7 @@ msgstr "" msgid "" "The debug log file is not available when CHIRP is run interactively from the " "command-line. Thus, this tool will not upload what you expect. It is " -"recomended that you quit now and run CHIRP non-interactively (or with stdin " +"recommended that you quit now and run CHIRP non-interactively (or with stdin " "redirected to /dev/null)" msgstr "" diff --git a/chirp/locale/pl.po b/chirp/locale/pl.po index 355fdbbc..1f277c58 100644 --- a/chirp/locale/pl.po +++ b/chirp/locale/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: CHIRP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-20 14:50-0700\n" +"POT-Creation-Date: 2024-08-24 14:40+0200\n" "PO-Revision-Date: 2023-07-12 21:21+0200\n" "Last-Translator: szporwolik\n" "Language-Team: Polish\n" @@ -2247,7 +2247,7 @@ msgstr "" msgid "" "The debug log file is not available when CHIRP is run interactively from the " "command-line. Thus, this tool will not upload what you expect. It is " -"recomended that you quit now and run CHIRP non-interactively (or with stdin " +"recommended that you quit now and run CHIRP non-interactively (or with stdin " "redirected to /dev/null)" msgstr "" diff --git a/chirp/locale/pt_BR.po b/chirp/locale/pt_BR.po index af78cb82..68b26ac0 100644 --- a/chirp/locale/pt_BR.po +++ b/chirp/locale/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: CHIRP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-20 14:50-0700\n" +"POT-Creation-Date: 2024-08-24 14:40+0200\n" "PO-Revision-Date: 2013-03-30 22:04-0300\n" "Last-Translator: Crezivando \n" "Language-Team: Language pt-BR\n" @@ -2221,7 +2221,7 @@ msgstr "" msgid "" "The debug log file is not available when CHIRP is run interactively from the " "command-line. Thus, this tool will not upload what you expect. It is " -"recomended that you quit now and run CHIRP non-interactively (or with stdin " +"recommended that you quit now and run CHIRP non-interactively (or with stdin " "redirected to /dev/null)" msgstr "" diff --git a/chirp/locale/ru.po b/chirp/locale/ru.po index ff71f81c..cee9f7f0 100644 --- a/chirp/locale/ru.po +++ b/chirp/locale/ru.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: CHIRP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-20 14:50-0700\n" +"POT-Creation-Date: 2024-08-24 14:40+0200\n" "PO-Revision-Date: 2023-10-11 16:47+0300\n" "Last-Translator: Olesya Gerasimenko \n" "Language-Team: Basealt Translation Team\n" @@ -2713,7 +2713,7 @@ msgstr "" msgid "" "The debug log file is not available when CHIRP is run interactively from the " "command-line. Thus, this tool will not upload what you expect. It is " -"recomended that you quit now and run CHIRP non-interactively (or with stdin " +"recommended that you quit now and run CHIRP non-interactively (or with stdin " "redirected to /dev/null)" msgstr "" diff --git a/chirp/locale/tr_TR.po b/chirp/locale/tr_TR.po index 8792ed9d..4c4d259d 100644 --- a/chirp/locale/tr_TR.po +++ b/chirp/locale/tr_TR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: CHIRP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-20 14:50-0700\n" +"POT-Creation-Date: 2024-08-24 14:40+0200\n" "PO-Revision-Date: 2024-03-02 00:22+0300\n" "Last-Translator: Abdullah YILMAZ (TA1AUB) \n" "Language-Team: TURKISH\n" @@ -2695,7 +2695,7 @@ msgstr "" msgid "" "The debug log file is not available when CHIRP is run interactively from the " "command-line. Thus, this tool will not upload what you expect. It is " -"recomended that you quit now and run CHIRP non-interactively (or with stdin " +"recommended that you quit now and run CHIRP non-interactively (or with stdin " "redirected to /dev/null)" msgstr "" diff --git a/chirp/locale/uk_UA.po b/chirp/locale/uk_UA.po index d2a14c49..6b77ccad 100644 --- a/chirp/locale/uk_UA.po +++ b/chirp/locale/uk_UA.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: CHIRP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-20 14:50-0700\n" +"POT-Creation-Date: 2024-08-24 14:40+0200\n" "PO-Revision-Date: 2015-11-30 10:36+0200\n" "Last-Translator: laser \n" "Language-Team: laser \n" @@ -2229,7 +2229,7 @@ msgstr "" msgid "" "The debug log file is not available when CHIRP is run interactively from the " "command-line. Thus, this tool will not upload what you expect. It is " -"recomended that you quit now and run CHIRP non-interactively (or with stdin " +"recommended that you quit now and run CHIRP non-interactively (or with stdin " "redirected to /dev/null)" msgstr "" diff --git a/chirp/locale/zh_CN.po b/chirp/locale/zh_CN.po index 5dd60ddf..db064e74 100644 --- a/chirp/locale/zh_CN.po +++ b/chirp/locale/zh_CN.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: CHIRP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-20 14:50-0700\n" +"POT-Creation-Date: 2024-08-24 14:40+0200\n" "PO-Revision-Date: 2024-01-26 13:30+0800\n" "Last-Translator: DuckSoft, BH2UEP \n" "Language-Team: \n" @@ -2226,7 +2226,7 @@ msgstr "" msgid "" "The debug log file is not available when CHIRP is run interactively from the " "command-line. Thus, this tool will not upload what you expect. It is " -"recomended that you quit now and run CHIRP non-interactively (or with stdin " +"recommended that you quit now and run CHIRP non-interactively (or with stdin " "redirected to /dev/null)" msgstr "" diff --git a/chirp/wxui/bugreport.py b/chirp/wxui/bugreport.py index e44cceb3..33ad15a8 100644 --- a/chirp/wxui/bugreport.py +++ b/chirp/wxui/bugreport.py @@ -168,7 +168,7 @@ def _build(self, vbox): self, _('The debug log file is not available when CHIRP is run ' 'interactively from the command-line. Thus, this tool will ' - 'not upload what you expect. It is recomended that you ' + 'not upload what you expect. It is recommended that you ' 'quit now and run CHIRP non-interactively (or with stdin ' 'redirected to /dev/null)'), _('Warning'),