mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-01-05 05:17:52 +03:00
Added logs for Thunderbird
This commit is contained in:
parent
e56293e768
commit
cb035fd56e
@ -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
|
||||
|
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user