Rectify11 / Installer

A Windows 11 modification which makes it more consistent.
GNU General Public License v3.0
2.68k stars 153 forks source link

Adding a string to tell the user to disable antivirus if install failed #492

Closed GuyWhoChad closed 3 months ago

GuyWhoChad commented 4 months ago

Many people have made issues regarding this despite it being mentioned in the discord #FAQ. therefore i have decided to add a string to suggest this aswell. if you need translations, i'd be more than happy to do them. thank you.

e-tcy commented 3 months ago

Russian translation + Extra changes in the ones I copied with the InstallError because I'm a native, duh.

starting from line 439


    <value>Rectify11 завершил установку. Пожалуйста, перезагрузите ваш ПК, чтобы применить изменения.</value>
  </data>
  <data name="r11InstallErrorPart1" xml:space="preserve">
    <value>Установка Rectify11 провалилась. Пожалуйста, попробуйте отключить ваш антивирус. Если оно не поможет, тогда пожалуйста отправьте</value>
  </data>
  <data name="r11InstallErrorPart2" xml:space="preserve">
    <value> и откройте проблему на GitHub или отправьте это на Дискорд сервер Rectify11 для помощи.</value>
  </data>
  <data name="r11UninstallThanks" xml:space="preserve">
    <value>Спасибо за использование Rectify11.</value>
  </data>
  <data name="r11UninstallSubTitle" xml:space="preserve">
    <value>Удаление завершится через пару минут.</value>
  </data>
  <data name="tooNewBuild" xml:space="preserve">
    <value>Вы используйте слишком новую версию Windows 11, Rectify11 не полностью её поддерживает.</value>
  </data>
</root>