Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v9.2 #2051

Merged
merged 84 commits into from
Dec 3, 2024
Merged

v9.2 #2051

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
eda465a
Update LICENSE
d2phap Jul 27, 2024
ee4d7f6
FrmQuickSetup: skip quick setup if WebView2 not installed
d2phap Jul 29, 2024
d20c761
IG_OpenSettings: if WebView2 not installed, open config.json file
d2phap Jul 29, 2024
01b1062
IG_About: if WebView2 not installed, open native task dialog
d2phap Jul 29, 2024
63a6df4
FrmUpdate: if WebView2 not installed, open native task dialog
d2phap Jul 29, 2024
0715002
Merge branch 'develop' of https://github.com/d2phap/ImageGlass into d…
d2phap Jul 29, 2024
3e7eda1
switch to SVG native renderer if WebView2 not installed
d2phap Jul 29, 2024
e25d591
use Web2.CheckWebview2Installed()
d2phap Jul 29, 2024
4112c7f
Added method to process lang-href HTML attribute
stevencaiOR Aug 7, 2024
9f3f719
Added anchor element containing more info link to interpolation modes
stevencaiOR Aug 7, 2024
340155f
Added FrmSettings._ImageInterpolation._MoreInfo and FrmSettings._Imag…
stevencaiOR Aug 7, 2024
138e650
Revert "Added method to process lang-href HTML attribute"
stevencaiOR Aug 12, 2024
7baf0c2
Revert "Added anchor element containing more info link to interpolati…
stevencaiOR Aug 12, 2024
3d5cfbf
Revert "Added FrmSettings._ImageInterpolation._MoreInfo and FrmSettin…
stevencaiOR Aug 12, 2024
14b0470
Added anchor element containing updated learn more link to interpolat…
stevencaiOR Aug 12, 2024
df568bf
update deps
d2phap Aug 19, 2024
d61bcbd
show warning for outdated webview2
d2phap Aug 19, 2024
390fcac
code cleaning
d2phap Aug 19, 2024
44b1353
update Microsoft.Extensions.Configuration.*
d2phap Aug 19, 2024
0b4ee11
Move learn more link to inline
d2phap Aug 23, 2024
791a129
Merge pull request #1982 from stevencaiOR/develop
d2phap Aug 23, 2024
5f231e7
update js dependencies
d2phap Aug 23, 2024
3fdbca0
FrmQuickSetup: show WebView2 warning
d2phap Aug 25, 2024
f4c0d6a
FrmUpdate: sanitize html for non-webview2
d2phap Aug 25, 2024
2833460
TaskDialog: move webview2 warning msg to footer
d2phap Aug 25, 2024
a9a497b
IG_OpenSettings(): active FrmSettings when opening it again
d2phap Aug 25, 2024
ebebf11
fixed: hotkey is not correctly parsed in variant culture
d2phap Aug 25, 2024
73dd9ef
upgrade Magick.NET v14.0.0
d2phap Sep 7, 2024
b793db3
Create SECURITY.md
d2phap Sep 20, 2024
4584ed9
Update SECURITY.md
d2phap Sep 20, 2024
919a876
Remove alert sound for popup
d2phap Oct 25, 2024
33651c9
add Custom zoom for slideshow mode
d2phap Oct 25, 2024
9b2555d
WebUI settings: fixed the main content height
d2phap Oct 25, 2024
d0fc466
add support for app protocol for Tool & custom toolbar button
d2phap Oct 25, 2024
37c564d
updated .editorconfig
d2phap Oct 26, 2024
9dd3969
BHelper\Path: added FindFiles()
d2phap Oct 27, 2024
1a2d6a3
LoadImageListAsync(): use BHelpers.FindFiles()
d2phap Oct 27, 2024
b1f1924
deleted the old DirectoryFinder
d2phap Oct 27, 2024
9eab37c
add support for app protocol for editing app
d2phap Oct 27, 2024
12d840f
update WebUI js dependencies
d2phap Oct 27, 2024
7891ec4
DXCanvas: added event Drawing & NumberExtensions
d2phap Oct 27, 2024
41b582b
file watcher: auto-sort the new added image
d2phap Oct 27, 2024
e38c3ea
BHelper.Debounce(): use DebounceDispatcher()
d2phap Oct 27, 2024
df719ca
DXCanvas: use extension RectClientToSource()
d2phap Oct 28, 2024
4fb0e3a
DXCanvas: Crop as v8
d2phap Oct 28, 2024
7fb0635
DXCanvas: do not reset selection on mouse click
d2phap Oct 29, 2024
481275a
Crop: allow to pan by middle mouse
d2phap Oct 29, 2024
66af057
Fixed: resizing selection with aspect ratio
d2phap Oct 29, 2024
00fc579
Crop tool: correctly apply aspect ratio when opening tool and changin…
d2phap Oct 29, 2024
0791ea8
Crop: do not apply cached aspect ratio for FreeRatio option
d2phap Nov 1, 2024
ecb47de
Tooltip in Crop, Color Picker tool: make it theme-aware
d2phap Nov 1, 2024
fad4355
DXCanvas: improve resizing the crop selection
d2phap Nov 1, 2024
efb1f59
Crop selection: Resize selection area by dragging from any edge
d2phap Nov 1, 2024
58cb893
Crop selection: update cursors
d2phap Nov 1, 2024
eb00cb1
Photoing: add `ResizeImageAsync()`
d2phap Nov 3, 2024
27c2347
support resize single-frame image
d2phap Nov 3, 2024
576aa87
cancel resizing
d2phap Nov 3, 2024
3056491
add Resize tool
d2phap Nov 3, 2024
fcdcaaa
enable resize tool only for single-frame image
d2phap Nov 4, 2024
b76a62c
replaced default radio button with ModernRadioButton
d2phap Nov 4, 2024
030856a
update Resize tool menu position
d2phap Nov 4, 2024
904b9ba
Create ModernProgressBar.cs
d2phap Nov 8, 2024
763e3af
FrmResize: update progress bar to match current theme
d2phap Nov 8, 2024
a8081a4
ModernProgressBar: do not run timer when control is invisible
d2phap Nov 8, 2024
b41e0ea
FrmExportFrames: use ModernProgressBar
d2phap Nov 8, 2024
9bc373c
renamed DXCanvas => ViewerCanvas; updated codes for D2Phap.DXControl v4
d2phap Nov 9, 2024
e834e72
update D2Phap.DXControl to v4.0 for Software bitmap support, lift up …
d2phap Nov 9, 2024
09d861d
IgImgData: correctly convert BitmapSource to WicBitmapSource with alpha
d2phap Nov 9, 2024
9fbb400
ViewerCanvas: bav arrow btn crashed when changing backdrop style
d2phap Nov 10, 2024
f869b87
don't show preview when use webview2 for SVG
d2phap Nov 10, 2024
c484f0a
fixed: hotkey is not correctly parsed in variant culture
d2phap Nov 10, 2024
8a98e59
update Magick.NET v14.1
d2phap Nov 12, 2024
46fb5d4
Config: Correctly parse arguments of ToggleAction, SingleAction
d2phap Nov 12, 2024
8581a5d
removed legacy code
d2phap Nov 15, 2024
0d37980
added new API: `IG_ApplySettings`
d2phap Nov 16, 2024
35c3cb9
updated magick.net to v14.2
d2phap Nov 17, 2024
43c5e5c
handle monitor device lost
d2phap Nov 30, 2024
76418f1
support slideshow interval < 1s
d2phap Nov 30, 2024
962a0ae
support hotkeys for toolbar button
d2phap Nov 30, 2024
4e307da
updated JSON template for toolbar button
d2phap Nov 30, 2024
4da94a0
updated lang
d2phap Dec 3, 2024
2e458b3
bump version
d2phap Dec 3, 2024
fc957a6
updated msi installer
d2phap Dec 3, 2024
be41d46
Update README.md
d2phap Dec 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 8 additions & 12 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,25 @@ ImageGlass Software End-User License Agreement (EULA)
This is a legal agreement between you and ImageGlass Software
(Duong Dieu Phap) covering the use of ImageGlass (the "Software").

ImageGlass is copyright (c) 2010 - 2023 by Duong Dieu Phap.
ImageGlass is copyright (c) 2010 - 2024 by Duong Dieu Phap.
- Official website: https://imageglass.org
- Source code: https://imageglass.org/source or
https://github.com/d2phap/ImageGlass
- Source code: https://github.com/d2phap/ImageGlass

1) ImageGlass is an open-source software available in two main releases:
ImageGlass Store and ImageGlass Classic.
1a) ImageGlass Store, which is published on the Microsoft Store, is a
paid version.
1b) ImageGlass Classic is free for both personal and commercial use.
It is not available on Microsoft Store.
1c) If you intend to use ImageGlass Classic at your place of business or for
commercial purposes, it's recommended but not enforced to register
at https://imageglass.org/license.
1c) If you intend to use ImageGlass Classic at your place of business
or for commercial purposes, submitting an optional registration
at https://imageglass.org/license would be appreciated.
1d) By installing, copying, or otherwise using the Software, you agree to
be bound by the terms of this EULA.

2) The name and logo of ImageGlass Software are the property of Duong
Dieu Phap and are protected by copyright laws and international treaty
provisions. Therefore, the Software must be treated as any other
copyrighted material. Any software utilizing the ImageGlass source code
must obtain written permission from the author before using the ImageGlass
Software name and logo.
2) The ImageGlass name and logo are trademarks of Duong Dieu Phap.
Written permission must be obtained prior to using the ImageGlass name
or logo in any distributed works.

3) Warranty Disclaimer: ImageGlass and documentation are provided "as is"
without any warranty, express or implied, including, but not limited to,
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ ImageGlass is a lightweight software designed for seamless viewing of images in


<a href="https://www.imageglass.org/download" target="_blank" title="View screen shots">
<img src="https://raw.githubusercontent.com/ImageGlass/releases/main/screenshots/v9.0/9.0_b1.webp" alt="ImageGlass 9.0.11.25" width="640">
<img src="https://raw.githubusercontent.com/ImageGlass/releases/main/screenshots/v9.0/9.0_b1.webp" alt="ImageGlass 9" width="640">
</a><br/>


## 📥 Download
<a href="https://apps.microsoft.com/detail/9N33VZK3C7TH?launch=true&cid=GitHubRelease&mode=full">
<img height="58" src="https://github.com/d2phap/ImageGlass/assets/3154213/08a071bb-a6ae-420c-b53b-2317004570d4" />
<img height="58" src="https://github.com/d2phap/ImageGlass/assets/3154213/08a071bb-a6ae-420c-b53b-2317004570d4" />
</a>

<br/>
Expand All @@ -42,9 +42,9 @@ ImageGlass is a lightweight software designed for seamless viewing of images in
| [Advanced configs<br/>for Power users](https://imageglass.org/docs/app-configs) | ✅ | ✅ |
| Distribution | 🌐[ImageGlass.org](https://imageglass.org) and various sources | 🛍️[Microsoft Store](https://apps.microsoft.com/detail/9N33VZK3C7TH?launch=true&cid=GitHubRelease&mode=full) only |
| Price | 🆓 Free | 🪙Fee, with a 7-day trial |
| Commercial use | ✅, Recommended to [register](https://imageglass.org/license) | ✅ |
| Auto-update | ❌, User-managed | ✅, Seamless auto-updates |
| Hotfix update | ❌, Available in official releases only | ✅, Available as soon as they are fixed |
| Commercial use | ✅ Recommended to [register](https://imageglass.org/license) | ✅ |
| Auto-update | ❌ User-managed | ✅ Seamless auto-updates |
| Hotfix update | ❌ Available in official releases only | ✅ Available as soon as they are fixed |


## 🪁 System Requirements
Expand Down
13 changes: 13 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | --------- |
| 9.x | ✅ |
| > [8.12](https://github.com/d2phap/ImageGlass/releases/tag/8.12.4.30) | ✅ Paid Support only |
| ≤ [8.12](https://github.com/d2phap/ImageGlass/releases/tag/8.12.4.30) | ❌ |

73 changes: 19 additions & 54 deletions Setup/AdvancedInstaller/ImageGlass_9_x64.aip

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions Setup/Assets/Language/Arabic, Egypt.iglang.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"EnglishName": "Arabic",
"LocalName": "الاسم المحلي للغة",
"Author": "sysy1413",
"MinVersion": "9.1"
"MinVersion": "9.2"
},
"Items": {
"FrmCrop.SelectionAspectRatio._Original": "Original",
Expand All @@ -19,6 +19,7 @@
"_.MouseWheelAction._PanHorizontally": "Pan left / right",
"FrmMain.MnuPrint": "إطبع…",
"FrmSettings.Toolbar._ToolbarButtons": "Toolbar buttons",
"FrmResize.LblResample": "Resample:",
"_.ImageOrderBy._Extension": "ملحق",
"FrmSettings.Nav._Viewer": "العارض",
"FrmSettings.EditAppDialog._EditApp": "Edit app",
Expand Down Expand Up @@ -217,6 +218,7 @@
"FrmSettings.Layout._ToolbarPosition": "موضع شريط الأدوات",
"FrmUpdate._StatusUpdated": "You are using the latest version!",
"FrmMain.MnuExit": "خروج",
"_._Webview2._Outdated": "Your WebView2 Runtime is not supported. Please update to version {0} or later.",
"_._Yes": "نعم",
"FrmMain.MnuRotateLeft": "تدوير لليسار",
"FrmSettings._EnableStartupBoost": "Enable Startup Boost",
Expand Down Expand Up @@ -258,6 +260,7 @@
"FrmQuickSetup._Text": "ImageGlass Quick Setup",
"FrmMain.MnuLosslessCompression._Done": "Done lossless compression.\r\nThe new file size is {0}, saved {1}.",
"FrmMain.MnuLosslessCompression": "Magick.NET Lossless Compression",
"FrmResize.RadResizeByPercentage": "Percentage",
"FrmSettings._StartupBoost._Disabled": "Startup Boost is disabled",
"FrmMain.MnuToggleCheckerboard": "خلفية لوحة التدقيق",
"FrmSettings._MinEmbeddedThumbnailSize._Height": "الطول",
Expand Down Expand Up @@ -302,6 +305,7 @@
"FrmMain.MnuZoomOut": "تكبير خارجي",
"FrmSettings.Toolbar._EditButton": "Edit toolbar button",
"FrmMain.MnuCustomZoom._Description": "أدخل قيمة التكبير/التصغير الجديدة",
"FrmResize.RadResizeByPixels": "Pixels",
"FrmMain.MnuEdit": "تحرير الصورة {0}…",
"FrmSettings.Layout._GalleryPosition": "Gallery position",
"FrmMain.MnuWindowFit": "Window Fit",
Expand All @@ -310,6 +314,7 @@
"_.Position._Left": "Left",
"FrmSettings._ShouldOpenLastSeenImage": "Open the last seen image",
"_.Position._Bottom": "أسفل",
"FrmResize.ChkKeepRatio": "Keep ratio propotional",
"FrmMain.MnuGoTo": "انتقل إلى…",
"FrmSlideshow.MnuPauseResumeSlideshow": "Pause/resume slideshow",
"FrmSettings.Tools._Integrated": "Integrated",
Expand Down Expand Up @@ -352,6 +357,7 @@
"FrmToolNotFound.BtnSelectExecutable": "Select…",
"FrmUpdate._StatusOutdated": "A new update is available!",
"_.ImageOrderBy._Random": "عشوائي",
"FrmResize.LblCurrentSize": "Current Size:",
"_._Apply": "تطبيق",
"FrmAbout._Slogan": "عارض صور متنوع",
"FrmMain.MnuPanToTop": "Pan image to top",
Expand All @@ -361,6 +367,7 @@
"_._CreatingFileError": "Could not create temporary image file",
"FrmMain.MnuGoTo._Description": "Enter the image index to view, and then press ENTER",
"FrmSettings.Toolbar._EnableCenterToolbar": "Use center alignment for toolbar",
"FrmMain.MnuResizeTool": "Resize image",
"FrmSettings.Layout._Toolbar": "شريط الأدوات",
"FrmMain.MnuHelp": "مساعدة",
"_.ImageOrderBy._FileSize": "File size",
Expand Down Expand Up @@ -423,6 +430,7 @@
"_.ImageInterpolation._Antisotropic": "Antisotropic",
"FrmMain._ReachedFirstImage": "وصلت إلى أول صورة",
"_._UnhandledException": "Unhandled exception",
"FrmResize.LblNewSize": "New Size:",
"FrmMain._ClipboardImage": "Clipboard image",
"FrmMain.MnuExportFrames": "Export image frames…",
"FrmMain.MnuFile": "ملف",
Expand Down Expand Up @@ -464,7 +472,7 @@
"FrmSettings.Tools._AddNewTool": "Add an external tool",
"FrmMain.MnuRename": "إعادة تسمية الصورة…",
"FrmMain.MnuViewLastFrame": "View last frame",
"_._Webview2._NotFound": "Please install the latest version of WebView2 Runtime.",
"_._Webview2._NotFound": "Please install WebView2 Runtime to access full features of ImageGlass.",
"FrmMain.MnuGetMoreTools": "Get more tools…",
"FrmSettings.Nav._Appearance": "Appearance",
"FrmSettings._SlideshowInterval": "الفاصل الزمني لعرض الشرائح:",
Expand Down
12 changes: 10 additions & 2 deletions Setup/Assets/Language/Armenian.iglang.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"EnglishName": "Armenian",
"LocalName": "Հայերեն",
"Author": "Hrach Mkrtchyan",
"MinVersion": "9.1"
"MinVersion": "9.2"
},
"Items": {
"FrmCrop.SelectionAspectRatio._Original": "Original",
Expand All @@ -19,6 +19,7 @@
"_.MouseWheelAction._PanHorizontally": "Pan left / right",
"FrmMain.MnuPrint": "Տպել…",
"FrmSettings.Toolbar._ToolbarButtons": "Toolbar buttons",
"FrmResize.LblResample": "Resample:",
"_.ImageOrderBy._Extension": "Կցորդ",
"FrmSettings.Nav._Viewer": "Դիտման պատուհան",
"FrmSettings.EditAppDialog._EditApp": "Edit app",
Expand Down Expand Up @@ -217,6 +218,7 @@
"FrmSettings.Layout._ToolbarPosition": "Toolbar position",
"FrmUpdate._StatusUpdated": "You are using the latest version!",
"FrmMain.MnuExit": "Ելք",
"_._Webview2._Outdated": "Your WebView2 Runtime is not supported. Please update to version {0} or later.",
"_._Yes": "Այո",
"FrmMain.MnuRotateLeft": "Շրջել ձախ",
"FrmSettings._EnableStartupBoost": "Enable Startup Boost",
Expand Down Expand Up @@ -258,6 +260,7 @@
"FrmQuickSetup._Text": "ImageGlass Quick Setup",
"FrmMain.MnuLosslessCompression._Done": "Done lossless compression.\r\nThe new file size is {0}, saved {1}.",
"FrmMain.MnuLosslessCompression": "Magick.NET Lossless Compression",
"FrmResize.RadResizeByPercentage": "Percentage",
"FrmSettings._StartupBoost._Disabled": "Startup Boost is disabled",
"FrmMain.MnuToggleCheckerboard": "Ֆոն (լիարժեք / թափանցիկ)",
"FrmSettings._MinEmbeddedThumbnailSize._Height": "Բարձրություն",
Expand Down Expand Up @@ -302,6 +305,7 @@
"FrmMain.MnuZoomOut": "Հեռացնել",
"FrmSettings.Toolbar._EditButton": "Edit toolbar button",
"FrmMain.MnuCustomZoom._Description": "Գրեք մասշտաբի նոր արժեքը",
"FrmResize.RadResizeByPixels": "Pixels",
"FrmMain.MnuEdit": "Խմբագրել պատկերը {0}…",
"FrmSettings.Layout._GalleryPosition": "Gallery position",
"FrmMain.MnuWindowFit": "Window Fit",
Expand All @@ -310,6 +314,7 @@
"_.Position._Left": "Ձախ",
"FrmSettings._ShouldOpenLastSeenImage": "Open the last seen image",
"_.Position._Bottom": "Ներքև",
"FrmResize.ChkKeepRatio": "Keep ratio propotional",
"FrmMain.MnuGoTo": "Անցնել…",
"FrmSlideshow.MnuPauseResumeSlideshow": "Pause/resume slideshow",
"FrmSettings.Tools._Integrated": "Integrated",
Expand Down Expand Up @@ -352,6 +357,7 @@
"FrmToolNotFound.BtnSelectExecutable": "Select…",
"FrmUpdate._StatusOutdated": "A new update is available!",
"_.ImageOrderBy._Random": "Պատահական",
"FrmResize.LblCurrentSize": "Current Size:",
"_._Apply": "Կիրառել",
"FrmAbout._Slogan": "Պատկեր դիտելու թեթև, ճկուն հավելված",
"FrmMain.MnuPanToTop": "Pan image to top",
Expand All @@ -361,6 +367,7 @@
"_._CreatingFileError": "Could not create temporary image file",
"FrmMain.MnuGoTo._Description": "Enter the image index to view, and then press ENTER",
"FrmSettings.Toolbar._EnableCenterToolbar": "Use center alignment for toolbar",
"FrmMain.MnuResizeTool": "Resize image",
"FrmSettings.Layout._Toolbar": "Գործիքների վահանակ",
"FrmMain.MnuHelp": "Օգնություն",
"_.ImageOrderBy._FileSize": "Ֆայլի չափը",
Expand Down Expand Up @@ -423,6 +430,7 @@
"_.ImageInterpolation._Antisotropic": "Antisotropic",
"FrmMain._ReachedFirstImage": "Հասել ենք առաջին պատկերին",
"_._UnhandledException": "Unhandled exception",
"FrmResize.LblNewSize": "New Size:",
"FrmMain._ClipboardImage": "Clipboard image",
"FrmMain.MnuExportFrames": "Export image frames…",
"FrmMain.MnuFile": "Նիշք",
Expand Down Expand Up @@ -464,7 +472,7 @@
"FrmSettings.Tools._AddNewTool": "Add an external tool",
"FrmMain.MnuRename": "Անվանափոխել պատկերը…",
"FrmMain.MnuViewLastFrame": "View last frame",
"_._Webview2._NotFound": "Please install the latest version of WebView2 Runtime.",
"_._Webview2._NotFound": "Please install WebView2 Runtime to access full features of ImageGlass.",
"FrmMain.MnuGetMoreTools": "Get more tools…",
"FrmSettings.Nav._Appearance": "Appearance",
"FrmSettings._SlideshowInterval": "Slideshow interval:",
Expand Down
12 changes: 10 additions & 2 deletions Setup/Assets/Language/Bulgarian.iglang.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"EnglishName": "Bulgarian",
"LocalName": "Български",
"Author": "Стоян Димитров",
"MinVersion": "9.1"
"MinVersion": "9.2"
},
"Items": {
"FrmCrop.SelectionAspectRatio._Original": "Original",
Expand All @@ -19,6 +19,7 @@
"_.MouseWheelAction._PanHorizontally": "Pan left / right",
"FrmMain.MnuPrint": "Разпечатване…",
"FrmSettings.Toolbar._ToolbarButtons": "Toolbar buttons",
"FrmResize.LblResample": "Resample:",
"_.ImageOrderBy._Extension": "Разширение",
"FrmSettings.Nav._Viewer": "Разглеждач",
"FrmSettings.EditAppDialog._EditApp": "Edit app",
Expand Down Expand Up @@ -217,6 +218,7 @@
"FrmSettings.Layout._ToolbarPosition": "Позиция на инструменталната лента",
"FrmUpdate._StatusUpdated": "You are using the latest version!",
"FrmMain.MnuExit": "Изход",
"_._Webview2._Outdated": "Your WebView2 Runtime is not supported. Please update to version {0} or later.",
"_._Yes": "Да",
"FrmMain.MnuRotateLeft": "Завърти наляво",
"FrmSettings._EnableStartupBoost": "Enable Startup Boost",
Expand Down Expand Up @@ -258,6 +260,7 @@
"FrmQuickSetup._Text": "ImageGlass Quick Setup",
"FrmMain.MnuLosslessCompression._Done": "Done lossless compression.\r\nThe new file size is {0}, saved {1}.",
"FrmMain.MnuLosslessCompression": "Magick.NET Lossless Compression",
"FrmResize.RadResizeByPercentage": "Percentage",
"FrmSettings._StartupBoost._Disabled": "Startup Boost is disabled",
"FrmMain.MnuToggleCheckerboard": "Шахматен фон",
"FrmSettings._MinEmbeddedThumbnailSize._Height": "Височина",
Expand Down Expand Up @@ -302,6 +305,7 @@
"FrmMain.MnuZoomOut": "Отдалечаване",
"FrmSettings.Toolbar._EditButton": "Edit toolbar button",
"FrmMain.MnuCustomZoom._Description": "Въведи нова стойност на мащаба",
"FrmResize.RadResizeByPixels": "Pixels",
"FrmMain.MnuEdit": "Редактирай изображението {0}…",
"FrmSettings.Layout._GalleryPosition": "Gallery position",
"FrmMain.MnuWindowFit": "Window Fit",
Expand All @@ -310,6 +314,7 @@
"_.Position._Left": "Left",
"FrmSettings._ShouldOpenLastSeenImage": "Open the last seen image",
"_.Position._Bottom": "В дъното",
"FrmResize.ChkKeepRatio": "Keep ratio propotional",
"FrmMain.MnuGoTo": "Отиди на…",
"FrmSlideshow.MnuPauseResumeSlideshow": "Pause/resume slideshow",
"FrmSettings.Tools._Integrated": "Integrated",
Expand Down Expand Up @@ -352,6 +357,7 @@
"FrmToolNotFound.BtnSelectExecutable": "Select…",
"FrmUpdate._StatusOutdated": "A new update is available!",
"_.ImageOrderBy._Random": "Случаен",
"FrmResize.LblCurrentSize": "Current Size:",
"_._Apply": "Прилагане",
"FrmAbout._Slogan": "Лека, многофункционална програма за преглед на изображения",
"FrmMain.MnuPanToTop": "Pan image to top",
Expand All @@ -361,6 +367,7 @@
"_._CreatingFileError": "Could not create temporary image file",
"FrmMain.MnuGoTo._Description": "Enter the image index to view, and then press ENTER",
"FrmSettings.Toolbar._EnableCenterToolbar": "Use center alignment for toolbar",
"FrmMain.MnuResizeTool": "Resize image",
"FrmSettings.Layout._Toolbar": "Инструментална лента",
"FrmMain.MnuHelp": "Помощ",
"_.ImageOrderBy._FileSize": "File size",
Expand Down Expand Up @@ -423,6 +430,7 @@
"_.ImageInterpolation._Antisotropic": "Antisotropic",
"FrmMain._ReachedFirstImage": "Стигни до първото изображение",
"_._UnhandledException": "Unhandled exception",
"FrmResize.LblNewSize": "New Size:",
"FrmMain._ClipboardImage": "Clipboard image",
"FrmMain.MnuExportFrames": "Export image frames…",
"FrmMain.MnuFile": "Файл",
Expand Down Expand Up @@ -464,7 +472,7 @@
"FrmSettings.Tools._AddNewTool": "Add an external tool",
"FrmMain.MnuRename": "Преименувай изображението…",
"FrmMain.MnuViewLastFrame": "View last frame",
"_._Webview2._NotFound": "Please install the latest version of WebView2 Runtime.",
"_._Webview2._NotFound": "Please install WebView2 Runtime to access full features of ImageGlass.",
"FrmMain.MnuGetMoreTools": "Get more tools…",
"FrmSettings.Nav._Appearance": "Appearance",
"FrmSettings._SlideshowInterval": "Интервал на презентацията:",
Expand Down
Loading
Loading