|
94 | 94 | <system:String x:Key="select">Vælg</system:String>
|
95 | 95 | <system:String x:Key="hideOnStartup">Skjul Flow Launcher ved opstart</system:String>
|
96 | 96 | <system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
97 |
| - <system:String x:Key="hideNotifyIcon">Hide tray icon</system:String> |
| 97 | + <system:String x:Key="hideNotifyIcon"></system:String> |
98 | 98 | <system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
|
99 | 99 | <system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
100 | 100 | <system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
|
136 | 136 | <system:String x:Key="historyResultsForHomePage">Show History Results in Home Page</system:String>
|
137 | 137 | <system:String x:Key="historyResultsCountForHomePage">Maximum History Results Shown in Home Page</system:String>
|
138 | 138 | <system:String x:Key="homeToggleBoxToolTip">This can only be edited if plugin supports Home feature and Home Page is enabled.</system:String>
|
| 139 | + <system:String x:Key="showAtTopmost">Show Search Window at Topmost</system:String> |
| 140 | + <system:String x:Key="showAtTopmostToolTip">Show search window above other windows</system:String> |
139 | 141 |
|
140 | 142 | <!-- Setting Plugin -->
|
141 | 143 | <system:String x:Key="searchplugin">Search Plugin</system:String>
|
|
370 | 372 | <system:String x:Key="LogLevelINFO">Info</system:String>
|
371 | 373 | <system:String x:Key="settingWindowFontTitle">Setting Window Font</system:String>
|
372 | 374 |
|
| 375 | + <!-- Release Notes Window --> |
| 376 | + <system:String x:Key="seeMoreReleaseNotes">See more release notes on GitHub</system:String> |
| 377 | + <system:String x:Key="checkNetworkConnectionTitle">Failed to fetch release notes</system:String> |
| 378 | + <system:String x:Key="checkNetworkConnectionSubTitle">Please check your network connection or ensure GitHub is accessible</system:String> |
| 379 | + <system:String x:Key="appUpdateTitle">Flow Launcher has been updated to {0}</system:String> |
| 380 | + <system:String x:Key="appUpdateButtonContent">Click here to view the release notes</system:String> |
| 381 | + |
373 | 382 | <!-- FileManager Setting Dialog -->
|
374 | 383 | <system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
375 | 384 | <system:String x:Key="fileManager_learnMore">Learn more</system:String>
|
@@ -480,6 +489,7 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
480 | 489 | </system:String>
|
481 | 490 | <system:String x:Key="errorTitle">Error</system:String>
|
482 | 491 | <system:String x:Key="folderOpenError">An error occurred while opening the folder. {0}</system:String>
|
| 492 | + <system:String x:Key="browserOpenError">An error occurred while opening the URL in the browser. Please check your Default Web Browser configuration in the General section of the settings window</system:String> |
483 | 493 |
|
484 | 494 | <!-- General Notice -->
|
485 | 495 | <system:String x:Key="pleaseWait">Please wait...</system:String>
|
|
0 commit comments