diff --git a/gpoa/locale/ru_RU/LC_MESSAGES/gpoa.po b/gpoa/locale/ru_RU/LC_MESSAGES/gpoa.po index efad125..33e9cbf 100644 --- a/gpoa/locale/ru_RU/LC_MESSAGES/gpoa.po +++ b/gpoa/locale/ru_RU/LC_MESSAGES/gpoa.po @@ -880,6 +880,15 @@ msgstr "Версия GPO не найдена" msgid "SYSVOL entry found in cache" msgstr "Запись SYSVOL найдена в кеше" +msgid "Wrote Thunderbird preferences to" +msgstr "Настройки Thunderbird записаны в" + +msgid "Running Thunderbird applier for machine" +msgstr "Запуск применение настроек Thunderbird для машины" + +msgid "Thunderbird applier for machine will not be started" +msgstr "Применение настроек Thunderbird для компьютера не запускается" + # Debug_end # Warning diff --git a/gpoa/messages/__init__.py b/gpoa/messages/__init__.py index a3e3baa..ca7fb16 100644 --- a/gpoa/messages/__init__.py +++ b/gpoa/messages/__init__.py @@ -323,7 +323,9 @@ def debug_code(code): debug_ids[208] = 'No entry found for the specified path' debug_ids[209] = 'Creating an ini file with policies for dconf' debug_ids[211] = 'SYSVOL entry found in cache' - #debug_ids[210] = 'GPO version was not found' + debug_ids[212] = 'Wrote Thunderbird preferences to' + debug_ids[213] = 'Running Thunderbird applier for machine' + debug_ids[214] = 'Thunderbird applier for machine will not be started' return debug_ids.get(code, 'Unknown debug code')