Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/AntonyCorbett/OnlyM
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonyCorbett committed Aug 29, 2021
2 parents d5331be + 0f8d8cd commit 7496ae4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions OnlyM/Properties/Resources.it-IT.resx
Original file line number Diff line number Diff line change
Expand Up @@ -573,11 +573,11 @@
<comment>Option in Settings =&gt; Display</comment>
</data>
<data name="MEDIA_WINDOW_FIXED_SIZE" xml:space="preserve">
<value>Fixed size:</value>
<value>Dimensione fissa:</value>
<comment>See Settings =&gt; Display</comment>
</data>
<data name="MEDIA_WINDOW_RESIZABLE" xml:space="preserve">
<value>Resizable</value>
<value>Ridimensionabile</value>
<comment>See Settings =&gt; Display</comment>
</data>
</root>
4 changes: 2 additions & 2 deletions OnlyM/Properties/Resources.ru-RU.resx
Original file line number Diff line number Diff line change
Expand Up @@ -573,11 +573,11 @@
<comment>Option in Settings =&gt; Display</comment>
</data>
<data name="MEDIA_WINDOW_FIXED_SIZE" xml:space="preserve">
<value>Fixed size:</value>
<value>Фиксированный размер:</value>
<comment>See Settings =&gt; Display</comment>
</data>
<data name="MEDIA_WINDOW_RESIZABLE" xml:space="preserve">
<value>Resizable</value>
<value>Изменяемый размер</value>
<comment>See Settings =&gt; Display</comment>
</data>
</root>
4 changes: 2 additions & 2 deletions OnlyMSlideManager/Properties/Resources.ru-RU.resx
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,11 @@
<value>..\Resources\flower.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ERROR_NEW_FILE" xml:space="preserve">
<value>Could not create new file!</value>
<value>Не удалось создать новый файл!</value>
<comment>Message displayed when an error occurred trying to create a new slideshow file</comment>
</data>
<data name="ERROR_OPEN_FILE" xml:space="preserve">
<value>Could not open file!</value>
<value>Не удалось открыть файл!</value>
<comment>Message displayed when an error occurred trying to open a slideshow file</comment>
</data>
</root>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A Windows Media player using C# and WPF. Designed for media playback at Kingdom

### Download

If you just want to install the application, please download the [OnlyMSetup.exe](https://github.com/AntonyCorbett/OnlyM/releases/latest) file (there is also a portable version if you'd prefer to just copy a folder). You may also need to download and install the Microsoft .NET 5.0 Desktop runtime (x86) from [here](https://dotnet.microsoft.com/download/dotnet/5.0/runtime). **Note that it's the _desktop x86_ version that you need!**
If you just want to install the application, please download the [OnlyMSetup.exe](https://github.com/AntonyCorbett/OnlyM/releases/latest) file (there is also a portable version if you'd prefer to just copy a folder). If you choose the portable version, you may also need to download and install the Microsoft .NET 5.0 Desktop runtime (x86) from [here](https://dotnet.microsoft.com/download/dotnet/5.0/runtime).

### Documentation

Expand Down

0 comments on commit 7496ae4

Please sign in to comment.