Code Cleanup, version 1.0.23.0

This commit is contained in:
Markus Hofknecht 2021-10-23 17:40:48 +02:00
parent d3e4c655ae
commit ed362a8f9d
5 changed files with 5 additions and 4 deletions

View file

@ -121,7 +121,7 @@
<value>Au sujet de</value>
</data>
<data name="buttonOk" xml:space="preserve">
<value>OK</value>
<value>D'accord</value>
</data>
<data name="Autostart" xml:space="preserve">
<value>Autostart</value>

View file

@ -121,7 +121,7 @@
<value>約</value>
</data>
<data name="buttonOk" xml:space="preserve">
<value>OK</value>
<value>わかった</value>
</data>
<data name="Autostart" xml:space="preserve">
<value>自動スタート</value>

View file

@ -121,7 +121,7 @@
<value>Over</value>
</data>
<data name="buttonOk" xml:space="preserve">
<value>OK</value>
<value>Oke</value>
</data>
<data name="Autostart" xml:space="preserve">
<value>Autostart</value>

View file

@ -337,7 +337,7 @@
<value>加载</value>
</data>
<data name="Problem with Shortcut" xml:space="preserve">
<value>Problem with Shortcut</value>
<value>快捷方式问题</value>
</data>
<data name="The item that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." xml:space="preserve">
<value>此快捷方式所指的项目已被更改或移动,因此此快捷方式将不再正常工作。</value>

View file

@ -39,6 +39,7 @@ namespace SystemTrayMenu.UserInterface
buttonOk.Text = Translator.GetText("buttonOk");
buttonDetails.Text = Translator.GetText("buttonDetails");
buttonSystemInfo.Text = Translator.GetText("buttonSystemInfo");
Text = Translator.GetText("About");
}
// <summary>