Skip to content

Commit

Permalink
Reworked installer custom localization strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Sep 22, 2024
1 parent c146c93 commit dc2fc2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packaging/inno/locale/en/cm.isl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
;

[CustomMessages]
OptNetStatus=Optimizing MSIL binary...
CompCoreDesc=Core files
OptNetStatus=Optimizing MSIL binaries...
CompCoreDesc=Main application files
CompDebugDesc=Crash reporter data files
CompPluginsMetaDesc=Additional plugins
CompPluginKBHelperDesc=System hotkeys disabler
CompLocalesMetaDesc=Localizations
CompLocaleEnDesc=English (United States)
CompLocaleRuDesc=Russian (Russian Federation)
CompLocaleEnDesc=English
CompLocaleRuDesc=Russian
4 changes: 2 additions & 2 deletions packaging/inno/locale/ru/cm.isl
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ CompDebugDesc=Файлы для системы обнаружения ошибо
CompPluginsMetaDesc=Дополнительные внешние модули
CompPluginKBHelperDesc=Модуль отключения системных клавиш
CompLocalesMetaDesc=Локализации (многоязыковая поддержка)
CompLocaleEnDesc=Английский (English)
CompLocaleRuDesc=Русский (Russian)
CompLocaleEnDesc=Английский
CompLocaleRuDesc=Русский

0 comments on commit dc2fc2b

Please sign in to comment.