Skip to content

Commit ff78c60

Browse files
committed
㊗️ Update translations
Changes: - Updated translations - QuickLibrary v2.5.8 Added: - Croatian language Fixed: - Application not opening (#26) - Auto-zoom is enabled after enabling always on top - In-app notifications anchored to the PicturePanel - Always on top mode for update dialog (#64)
1 parent 2bdf1bb commit ff78c60

File tree

89 files changed

+1962
-885
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+1962
-885
lines changed

.vs/quick-picture-viewer/v16/.suo

16 KB
Binary file not shown.

README.md

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -64,30 +64,6 @@ Tools:
6464

6565
If you want to report a bug, first, thank you, that helps us a lot. Please open an <a href="https://github.com/ModuleArt/quick-picture-viewer/issues/new">issue</a> and mention your OS, your Quick Picture Viewer version, and how to reproduce it. Adding a screenshot of the issue or screen recording is a big help too.
6666

67-
## 🔨 Contribution:
68-
69-
Help Module Art!
70-
71-
* Give us a star ⭐
72-
* Fork and Clone! Awesome
73-
* Select existing <a href="https://github.com/ModuleArt/quick-picture-viewer/issues">issues</a> or create a <a href="https://github.com/ModuleArt/quick-picture-viewer/issues/new">new issue</a> and give us a PR with your bugfix or improvement after. We love it ❤
74-
75-
Code contributors:
76-
77-
- <a href="https://github.com/FLeXyo">FLeXyo</a> - Open folder recursively feature
78-
- <a href="https://github.com/Beelink">Beelink</a> - Everything else =)
79-
80-
Translation contributors:
81-
82-
- <a href="https://github.com/jiwangyihao">jiwangyihao</a> - Chinese
83-
- <a href="https://github.com/b0bdN">b0bdN</a> - French
84-
- <a href="https://github.com/l-33ter">l-33ter</a> - German
85-
- <a href="https://github.com/KristofKekesi">KristofKekesi</a> - Hungarian
86-
- <a href="https://github.com/Beelink">Beelink</a> - Russian
87-
- <a href="https://github.com/asluppiter">asluppiter</a> - Spanish [Help needed]
88-
89-
<a href="https://github.com/ModuleArt/quick-picture-viewer/wiki/Help-us-translate-this-app">Help us translate this app</a>
90-
9167
## 💿 Another installation methods:
9268

9369
- Using <a href="https://github.com/chocolatey/choco">Chocolatey</a>:<br>
@@ -106,6 +82,31 @@ Powershell $> scoop bucket add extras
10682
Powershell $> scoop install quick-picture-viewer
10783
```
10884

85+
## 🔨 Contribution:
86+
87+
Help Module Art!
88+
89+
* Give us a star ⭐
90+
* Fork and Clone! Awesome
91+
* Select existing <a href="https://github.com/ModuleArt/quick-picture-viewer/issues">issues</a> or create a <a href="https://github.com/ModuleArt/quick-picture-viewer/issues/new">new issue</a> and give us a PR with your bugfix or improvement after. We love it ❤
92+
93+
Code contributors:
94+
95+
- <a href="https://github.com/FLeXyo">FLeXyo</a> - Open folder recursively feature
96+
- <a href="https://github.com/Beelink">Beelink</a> - Everything else =)
97+
98+
Translation contributors:
99+
100+
- Chinese: <a href="https://github.com/jiwangyihao">jiwangyihao</a>
101+
- Croatian: <a href="https://github.com/anotherus3r">anotherus3r</a>
102+
- French: <a href="https://github.com/b0bdN">b0bdN</a>
103+
- German: <a href="https://github.com/l-33ter">l-33ter</a>
104+
- Hungarian: <a href="https://github.com/KristofKekesi">KristofKekesi</a>
105+
- Russian: <a href="https://github.com/Beelink">Beelink</a>
106+
- Spanish: <a href="https://github.com/asluppiter">asluppiter</a>, <a href="https://github.com/Alplox">Alplox</a>
107+
108+
<a href="https://github.com/ModuleArt/quick-picture-viewer/wiki/Help-us-translate-this-app">Help us translate this app</a>
109+
109110
## 🔗 Useful links:
110111

111112
- <a href="https://www.howtogeek.com/224798/how-to-uninstall-windows-10s-built-in-apps-and-how-to-reinstall-them/">How to uninstall built-in photos app in Windows 10</a><br>
@@ -119,4 +120,4 @@ Powershell [Admin] $> Get-AppxPackage *photos* | Remove-AppxPackage
119120

120121
- <a href="https://github.com/ModuleArt/quick-color-picker/">Quick Color Picker</a> - Lightweight desktop color picker and color editor utility for Windows.<br>
121122
- <a href="https://github.com/ModuleArt/quick-screen-recorder/">Quick Screen Recorder</a> - Lightweight desktop screen recorder for Windows.<br>
122-
- <a href="https://github.com/ModuleArt/quick-whiteboard/">Quick Whiteboard</a> - Lightweight tool to draw or keep notes on your desktop background for Windows.
123+
- <a href="https://github.com/ModuleArt/quick-whiteboard/">Quick Whiteboard</a> - Lightweight tool to draw or keep notes on your desktop background for Windows.

quick-picture-viewer/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.1.3")]
36-
[assembly: AssemblyFileVersion("3.1.3")]
35+
[assembly: AssemblyVersion("3.1.4")]
36+
[assembly: AssemblyFileVersion("3.1.4")]
3737
[assembly: NeutralResourcesLanguage("en")]
512 Bytes
Binary file not shown.
2 KB
Binary file not shown.

quick-picture-viewer/bin/Debug/languages/lang_cn.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<comment>Settings</comment>
176176
</data>
177177
<data name="browse-folder-with-qpv" xml:space="preserve">
178-
<value>使用QuickPictureViewer浏览此文件夹</value>
178+
<value>使用Quick Picture Viewer浏览此文件夹</value>
179179
<comment>Settings</comment>
180180
</data>
181181
<data name="browse-for-plugins" xml:space="preserve">
@@ -579,7 +579,7 @@
579579
<comment>Menu</comment>
580580
</data>
581581
<data name="open-with-qpv" xml:space="preserve">
582-
<value>使用QuickPictureViewer打开</value>
582+
<value>使用Quick Picture Viewer打开</value>
583583
<comment>Settings</comment>
584584
</data>
585585
<data name="original-size" xml:space="preserve">

quick-picture-viewer/bin/Debug/languages/lang_de.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@
578578
<comment>Menu</comment>
579579
</data>
580580
<data name="open-with-qpv" xml:space="preserve">
581-
<value>Mit QuickPictureViewer öffnen</value>
581+
<value>Mit Quick Picture Viewer öffnen</value>
582582
<comment>Settings</comment>
583583
</data>
584584
<data name="original-size" xml:space="preserve">

quick-picture-viewer/bin/Debug/languages/lang_en.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<comment>Settings</comment>
175175
</data>
176176
<data name="browse-folder-with-qpv" xml:space="preserve">
177-
<value>Browse with QuickPictureViewer</value>
177+
<value>Browse with Quick Picture Viewer</value>
178178
<comment>Settings</comment>
179179
</data>
180180
<data name="browse-for-plugins" xml:space="preserve">
@@ -578,7 +578,7 @@
578578
<comment>Menu</comment>
579579
</data>
580580
<data name="open-with-qpv" xml:space="preserve">
581-
<value>Open with QuickPictureViewer</value>
581+
<value>Open with Quick Picture Viewer</value>
582582
<comment>Settings</comment>
583583
</data>
584584
<data name="original-size" xml:space="preserve">

0 commit comments

Comments
 (0)