mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Introduced MinimumAppVersion property to PluginMetadata, enabling plugins to specify required Flow Launcher version. Plugin installation now checks this requirement and prompts users if unsatisfied. Minimum app version logic moved to PluginManager and applied to manifest updates. Added localized strings for user prompts. Refactored SameOrLesserPluginVersionExists to accept PluginMetadata.
685 lines
59 KiB
XML
685 lines
59 KiB
XML
<ResourceDictionary
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
|
<!-- Startup -->
|
|
<system:String x:Key="runtimePluginInstalledChooseRuntimePrompt">
|
|
Flow detected you have installed {0} plugins, which will require {1} to run. Would you like to download {1}?
|
|
{2}{2}
|
|
Click no if it's already installed, and you will be prompted to select the folder that contains the {1} executable
|
|
</system:String>
|
|
<system:String x:Key="runtimePluginChooseRuntimeExecutable">Please select the {0} executable</system:String>
|
|
<system:String x:Key="runtimeExecutableInvalidChooseDownload">
|
|
Your selected {0} executable is invalid.
|
|
{2}{2}
|
|
Click yes if you would like select the {0} executable again. Click no if you would like to download {1}
|
|
</system:String>
|
|
<system:String x:Key="runtimePluginUnableToSetExecutablePath">Unable to set {0} executable path, please try from Flow's settings (scroll down to the bottom).</system:String>
|
|
<system:String x:Key="failedToInitializePluginsTitle">Fail to Init Plugins</system:String>
|
|
<system:String x:Key="failedToInitializePluginsMessage">Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help</system:String>
|
|
|
|
<!-- Portable -->
|
|
<system:String x:Key="restartToDisablePortableMode">Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept</system:String>
|
|
<system:String x:Key="restartToEnablePortableMode">Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept</system:String>
|
|
<system:String x:Key="moveToDifferentLocation">Flow Launcher has detected you enabled portable mode, would you like to move it to a different location?</system:String>
|
|
<system:String x:Key="shortcutsUninstallerCreated">Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created</system:String>
|
|
<system:String x:Key="userDataDuplicated">Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred.</system:String>
|
|
|
|
<!-- Plugin Loader -->
|
|
<system:String x:Key="pluginHasErrored">The following plugin has errored and cannot be loaded:</system:String>
|
|
<system:String x:Key="pluginsHaveErrored">The following plugins have errored and cannot be loaded:</system:String>
|
|
<system:String x:Key="referToLogs">Please refer to the logs for more information</system:String>
|
|
|
|
<!-- Http -->
|
|
<system:String x:Key="pleaseTryAgain">Please try again</system:String>
|
|
<system:String x:Key="parseProxyFailed">Unable to parse Http Proxy</system:String>
|
|
|
|
<!-- AbstractPluginEnvironment -->
|
|
<system:String x:Key="failToInstallTypeScriptEnv">Failed to install TypeScript environment. Please try again later</system:String>
|
|
<system:String x:Key="failToInstallPythonEnv">Failed to install Python environment. Please try again later.</system:String>
|
|
|
|
<!-- MainWindow -->
|
|
<system:String x:Key="registerHotkeyFailed">Failed to register hotkey "{0}". The hotkey may be in use by another program. Change to a different hotkey, or exit another program.</system:String>
|
|
<system:String x:Key="unregisterHotkeyFailed">Failed to unregister hotkey "{0}". Please try again or see log for details</system:String>
|
|
<system:String x:Key="MessageBoxTitle">Flow Launcher</system:String>
|
|
<system:String x:Key="couldnotStartCmd">Could not start {0}</system:String>
|
|
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Invalid Flow Launcher plugin file format</system:String>
|
|
<system:String x:Key="setAsTopMostInThisQuery">Set as topmost in this query</system:String>
|
|
<system:String x:Key="cancelTopMostInThisQuery">Cancel topmost in this query</system:String>
|
|
<system:String x:Key="executeQuery">Execute query: {0}</system:String>
|
|
<system:String x:Key="lastExecuteTime">Last execution time: {0}</system:String>
|
|
<system:String x:Key="iconTrayOpen">Open</system:String>
|
|
<system:String x:Key="iconTraySettings">Settings</system:String>
|
|
<system:String x:Key="iconTrayAbout">About</system:String>
|
|
<system:String x:Key="iconTrayExit">Exit</system:String>
|
|
<system:String x:Key="closeWindow">Close</system:String>
|
|
<system:String x:Key="copy">Copy</system:String>
|
|
<system:String x:Key="cut">Cut</system:String>
|
|
<system:String x:Key="paste">Paste</system:String>
|
|
<system:String x:Key="undo">Undo</system:String>
|
|
<system:String x:Key="selectAll">Select All</system:String>
|
|
<system:String x:Key="fileTitle">File</system:String>
|
|
<system:String x:Key="folderTitle">Folder</system:String>
|
|
<system:String x:Key="textTitle">Text</system:String>
|
|
<system:String x:Key="GameMode">Game Mode</system:String>
|
|
<system:String x:Key="GameModeToolTip">Suspend the use of Hotkeys.</system:String>
|
|
<system:String x:Key="PositionReset">Position Reset</system:String>
|
|
<system:String x:Key="PositionResetToolTip">Reset search window position</system:String>
|
|
<system:String x:Key="queryTextBoxPlaceholder">Type here to search</system:String>
|
|
<system:String x:Key="pluginStillInitializing">{0}: This plugin is still initializing...</system:String>
|
|
<system:String x:Key="pluginStillInitializingSubtitle">Select this result to requery</system:String>
|
|
<system:String x:Key="pluginFailedToRespond">{0}: Failed to respond!</system:String>
|
|
<system:String x:Key="pluginFailedToRespondSubtitle">Select this result for more info</system:String>
|
|
|
|
<!-- Setting General -->
|
|
<system:String x:Key="flowlauncher_settings">Settings</system:String>
|
|
<system:String x:Key="general">General</system:String>
|
|
<system:String x:Key="portableMode">Portable Mode</system:String>
|
|
<system:String x:Key="portableModeToolTIp">Store all settings and user data in one folder (Useful when used with removable drives or cloud services).</system:String>
|
|
<system:String x:Key="startFlowLauncherOnSystemStartup">Start Flow Launcher on system startup</system:String>
|
|
<system:String x:Key="useLogonTaskForStartup">Use logon task instead of startup entry for faster startup experience</system:String>
|
|
<system:String x:Key="useLogonTaskForStartupTooltip">After uninstallation, you need to manually remove this task (Flow.Launcher Startup) via Task Scheduler</system:String>
|
|
<system:String x:Key="setAutoStartFailed">Error setting launch on startup</system:String>
|
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Hide Flow Launcher when focus is lost</system:String>
|
|
<system:String x:Key="showTaskbarWhenOpened">Show taskbar when Flow Launcher is opened</system:String>
|
|
<system:String x:Key="showTaskbarWhenOpenedToolTip">Temporarily show the taskbar when Flow Launcher is opened, useful for auto-hidden taskbars.</system:String>
|
|
<system:String x:Key="dontPromptUpdateMsg">Do not show new version notifications</system:String>
|
|
<system:String x:Key="SearchWindowPosition">Search Window Location</system:String>
|
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
|
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
|
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
|
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
|
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
|
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
|
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
|
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
|
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
|
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
|
<system:String x:Key="SearchWindowAlignCustom">Custom Position</system:String>
|
|
<system:String x:Key="language">Language</system:String>
|
|
<system:String x:Key="lastQueryMode">Last Query Style</system:String>
|
|
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
|
<system:String x:Key="LastQueryPreserved">Preserve Last Query</system:String>
|
|
<system:String x:Key="LastQuerySelected">Select last Query</system:String>
|
|
<system:String x:Key="LastQueryEmpty">Empty last Query</system:String>
|
|
<system:String x:Key="LastQueryActionKeywordPreserved">Preserve Last Action Keyword</system:String>
|
|
<system:String x:Key="LastQueryActionKeywordSelected">Select Last Action Keyword</system:String>
|
|
<system:String x:Key="maxShowResults">Maximum results shown</system:String>
|
|
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
|
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignore hotkeys in fullscreen mode</system:String>
|
|
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Disable Flow Launcher activation when a full screen application is active (Recommended for games).</system:String>
|
|
<system:String x:Key="defaultFileManager">Default File Manager</system:String>
|
|
<system:String x:Key="defaultFileManagerToolTip">Select the file manager to use when opening the folder.</system:String>
|
|
<system:String x:Key="defaultBrowser">Default Web Browser</system:String>
|
|
<system:String x:Key="defaultBrowserToolTip">Setting for New Tab, New Window, Private Mode.</system:String>
|
|
<system:String x:Key="pythonFilePath">Python Path</system:String>
|
|
<system:String x:Key="nodeFilePath">Node.js Path</system:String>
|
|
<system:String x:Key="selectNodeExecutable">Please select the Node.js executable</system:String>
|
|
<system:String x:Key="selectPythonExecutable">Please select pythonw.exe</system:String>
|
|
<system:String x:Key="typingStartEn">Always Start Typing in English Mode</system:String>
|
|
<system:String x:Key="typingStartEnTooltip">Temporarily change your input method to English mode when activating Flow.</system:String>
|
|
<system:String x:Key="autoUpdates">Auto Update</system:String>
|
|
<system:String x:Key="autoUpdatesTooltip">Automatically check and update the app when available</system:String>
|
|
<system:String x:Key="select">Select</system:String>
|
|
<system:String x:Key="hideOnStartup">Hide Flow Launcher on startup</system:String>
|
|
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
|
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
|
<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>
|
|
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
|
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
|
<system:String x:Key="SearchPrecisionNone">None</system:String>
|
|
<system:String x:Key="SearchPrecisionLow">Low</system:String>
|
|
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
|
|
<system:String x:Key="ShouldUsePinyin">Search with Pinyin</system:String>
|
|
<system:String x:Key="ShouldUsePinyinToolTip">Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search.</system:String>
|
|
<system:String x:Key="ShouldUseDoublePinyin">Use Double Pinyin</system:String>
|
|
<system:String x:Key="ShouldUseDoublePinyinToolTip">Use Double Pinyin instead of Full Pinyin to search.</system:String>
|
|
<system:String x:Key="DoublePinyinSchema">Double Pinyin Schema</system:String>
|
|
<system:String x:Key="DoublePinyinSchemasXiaoHe">Xiao He</system:String>
|
|
<system:String x:Key="DoublePinyinSchemasZiRanMa">Zi Ran Ma</system:String>
|
|
<system:String x:Key="DoublePinyinSchemasWeiRuan">Wei Ruan</system:String>
|
|
<system:String x:Key="DoublePinyinSchemasZhiNengABC">Zhi Neng ABC</system:String>
|
|
<system:String x:Key="DoublePinyinSchemasZiGuangPinYin">Zi Guang Pin Yin</system:String>
|
|
<system:String x:Key="DoublePinyinSchemasPinYinJiaJia">Pin Yin Jia Jia</system:String>
|
|
<system:String x:Key="DoublePinyinSchemasXingKongJianDao">Xing Kong Jian Dao</system:String>
|
|
<system:String x:Key="DoublePinyinSchemasDaNiu">Da Niu</system:String>
|
|
<system:String x:Key="DoublePinyinSchemasXiaoLang">Xiao Lang</system:String>
|
|
|
|
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
|
|
<system:String x:Key="AlwaysPreviewToolTip">Always open preview panel when Flow activates. Press {0} to toggle preview.</system:String>
|
|
<system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>
|
|
<system:String x:Key="searchDelay">Search Delay</system:String>
|
|
<system:String x:Key="searchDelayToolTip">Adds a short delay while typing to reduce UI flicker and result load. Recommended if your typing speed is average.</system:String>
|
|
<system:String x:Key="searchDelayNumberBoxToolTip">Enter the wait time (in ms) until input is considered complete. This can only be edited if Search Delay is enabled.</system:String>
|
|
<system:String x:Key="searchDelayTime">Default Search Delay Time</system:String>
|
|
<system:String x:Key="searchDelayTimeToolTip">Wait time before showing results after typing stops. Higher values wait longer. (ms)</system:String>
|
|
<system:String x:Key="KoreanImeTitle">Information for Korean IME user</system:String>
|
|
<system:String x:Key="KoreanImeGuide">
|
|
The Korean input method used in Windows 11 may cause some issues in Flow Launcher.

|
|
If you experience any problems, you may need to enable "Use previous version of Korean IME".


|
|
Open Setting in Windows 11 and go to:

|
|
Time & Language > Language & Region > Korean > Language Options > Keyboard - Microsoft IME > Compatibility,

|
|
and enable "Use previous version of Microsoft IME".


|
|
</system:String>
|
|
<system:String x:Key="KoreanImeOpenLink">Open Language and Region System Settings</system:String>
|
|
<system:String x:Key="KoreanImeOpenLinkToolTip">Opens the Korean IME setting location. Go to Korean > Language Options > Keyboard - Microsoft IME > Compatibility</system:String>
|
|
<system:String x:Key="KoreanImeOpenLinkButton">Open</system:String>
|
|
<system:String x:Key="KoreanImeRegistry">Use Previous Korean IME</system:String>
|
|
<system:String x:Key="KoreanImeRegistryTooltip">You can change the Previous Korean IME settings directly from here</system:String>
|
|
<system:String x:Key="KoreanImeSettingChangeFailTitle">Failed to change Korean IME setting</system:String>
|
|
<system:String x:Key="KoreanImeSettingChangeFailSubTitle">Please check your system registry access or contact support.</system:String>
|
|
<system:String x:Key="homePage">Home Page</system:String>
|
|
<system:String x:Key="homePageToolTip">Show home page results when query text is empty.</system:String>
|
|
<system:String x:Key="historyResultsForHomePage">Show History Results in Home Page</system:String>
|
|
<system:String x:Key="historyResultsCountForHomePage">Maximum History Results Shown in Home Page</system:String>
|
|
<system:String x:Key="historyStyle">History Style</system:String>
|
|
<system:String x:Key="historyStyleTooltip">Choose the type of history to show in the History and Home Page</system:String>
|
|
<system:String x:Key="queryHistory">Query history</system:String>
|
|
<system:String x:Key="executedHistory">Last opened history</system:String>
|
|
<system:String x:Key="homeToggleBoxToolTip">This can only be edited if plugin supports Home feature and Home Page is enabled.</system:String>
|
|
<system:String x:Key="showAtTopmost">Show Search Window at Foremost</system:String>
|
|
<system:String x:Key="showAtTopmostToolTip">Overrides other programs' 'Always on Top' setting and displays Flow in the foremost position.</system:String>
|
|
<system:String x:Key="autoRestartAfterChanging">Restart after modifying plugin via Plugin Store</system:String>
|
|
<system:String x:Key="autoRestartAfterChangingToolTip">Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store</system:String>
|
|
<system:String x:Key="showUnknownSourceWarning">Show unknown source warning</system:String>
|
|
<system:String x:Key="showUnknownSourceWarningToolTip">Show warning when installing plugins from unknown sources</system:String>
|
|
<system:String x:Key="autoUpdatePlugins">Auto update plugins</system:String>
|
|
<system:String x:Key="autoUpdatePluginsToolTip">Automatically check plugin updates and notify if there are any updates available</system:String>
|
|
|
|
<!-- Setting Plugin -->
|
|
<system:String x:Key="searchplugin">Search Plugin</system:String>
|
|
<system:String x:Key="searchpluginToolTip">Ctrl+F to search plugins</system:String>
|
|
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
|
|
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
|
|
<system:String x:Key="plugin">Plugin</system:String>
|
|
<system:String x:Key="plugins">Plugins</system:String>
|
|
<system:String x:Key="browserMorePlugins">Find more plugins</system:String>
|
|
<system:String x:Key="enable">On</system:String>
|
|
<system:String x:Key="disable">Off</system:String>
|
|
<system:String x:Key="actionKeywordsTitle">Action keyword Setting</system:String>
|
|
<system:String x:Key="actionKeywords">Action keyword</system:String>
|
|
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
|
|
<system:String x:Key="newActionKeyword">New action keyword</system:String>
|
|
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
|
|
<system:String x:Key="pluginSearchDelayTime">Plugin search delay time</system:String>
|
|
<system:String x:Key="pluginSearchDelayTimeTooltip">Change Plugin Search Delay Time</system:String>
|
|
<system:String x:Key="FilterComboboxLabel">Advanced Settings:</system:String>
|
|
<system:String x:Key="DisplayModeOnOff">Enabled</system:String>
|
|
<system:String x:Key="DisplayModePriority">Priority</system:String>
|
|
<system:String x:Key="DisplayModeSearchDelay">Search Delay</system:String>
|
|
<system:String x:Key="DisplayModeHomeOnOff">Home Page</system:String>
|
|
<system:String x:Key="currentPriority">Current Priority</system:String>
|
|
<system:String x:Key="newPriority">New Priority</system:String>
|
|
<system:String x:Key="priority">Priority</system:String>
|
|
<system:String x:Key="priorityToolTip">Change Plugin Results Priority</system:String>
|
|
<system:String x:Key="pluginDirectory">Plugin Directory</system:String>
|
|
<system:String x:Key="author">by</system:String>
|
|
<system:String x:Key="plugin_init_time">Init time:</system:String>
|
|
<system:String x:Key="plugin_query_time">Query time:</system:String>
|
|
<system:String x:Key="plugin_query_version">Version</system:String>
|
|
<system:String x:Key="plugin_query_web">Website</system:String>
|
|
<system:String x:Key="plugin_uninstall">Uninstall</system:String>
|
|
<system:String x:Key="plugin_default_search_delay_time">Search delay time: default</system:String>
|
|
<system:String x:Key="plugin_search_delay_time">Search delay time: {0}ms</system:String>
|
|
<system:String x:Key="failedToRemovePluginSettingsTitle">Fail to remove plugin settings</system:String>
|
|
<system:String x:Key="failedToRemovePluginSettingsMessage">Plugins: {0} - Fail to remove plugin settings files, please remove them manually</system:String>
|
|
<system:String x:Key="failedToRemovePluginCacheTitle">Fail to remove plugin cache</system:String>
|
|
<system:String x:Key="failedToRemovePluginCacheMessage">Plugins: {0} - Fail to remove plugin cache files, please remove them manually</system:String>
|
|
<system:String x:Key="pluginModifiedAlreadyTitle">{0} modified already</system:String>
|
|
<system:String x:Key="pluginModifiedAlreadyMessage">Please restart Flow before making any further changes</system:String>
|
|
<system:String x:Key="failedToInstallPluginTitle">Fail to install {0}</system:String>
|
|
<system:String x:Key="failedToUninstallPluginTitle">Fail to uninstall {0}</system:String>
|
|
<system:String x:Key="fileNotFoundMessage">Unable to find plugin.json from the extracted zip file, or this path {0} does not exist</system:String>
|
|
<system:String x:Key="pluginExistAlreadyMessage">A plugin with the same ID and version already exists, or the version is greater than this downloaded plugin</system:String>
|
|
<system:String x:Key="errorCreatingSettingPanel">Error creating setting panel for plugin {0}:{1}{2}</system:String>
|
|
<system:String x:Key="pluginMinimumAppVersionUnsatisfiedTitle">{0} requires Flow {1}+ version to run</system:String>
|
|
<system:String x:Key="pluginMinimumAppVersionUnsatisfiedMessage">Flow does not meet the minimum version requirements for {0} to run. Do you want to continue installing it? Note that you'd better update Flow to the latest version to ensure that {0} works without issues</system:String>
|
|
|
|
<!-- Setting Plugin Store -->
|
|
<system:String x:Key="pluginStore">Plugin Store</system:String>
|
|
<system:String x:Key="pluginStore_NewRelease">New Release</system:String>
|
|
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
|
<system:String x:Key="pluginStore_None">Plugins</system:String>
|
|
<system:String x:Key="pluginStore_Installed">Installed</system:String>
|
|
<system:String x:Key="refresh">Refresh</system:String>
|
|
<system:String x:Key="installbtn">Install</system:String>
|
|
<system:String x:Key="uninstallbtn">Uninstall</system:String>
|
|
<system:String x:Key="updatebtn">Update</system:String>
|
|
<system:String x:Key="LabelInstalledToolTip">Plugin already installed</system:String>
|
|
<system:String x:Key="LabelNew">New Version</system:String>
|
|
<system:String x:Key="LabelNewToolTip">This plugin has been updated within the last 7 days</system:String>
|
|
<system:String x:Key="LabelUpdateToolTip">New Update is Available</system:String>
|
|
<system:String x:Key="ErrorInstallingPlugin">Error installing plugin</system:String>
|
|
<system:String x:Key="ErrorUninstallingPlugin">Error uninstalling plugin</system:String>
|
|
<system:String x:Key="ErrorUpdatingPlugin">Error updating plugin</system:String>
|
|
<system:String x:Key="KeepPluginSettingsTitle">Keep plugin settings</system:String>
|
|
<system:String x:Key="KeepPluginSettingsSubtitle">Do you want to keep the settings of the plugin for the next usage?</system:String>
|
|
<system:String x:Key="InstallSuccessNoRestart">Plugin {0} successfully installed. Please restart Flow.</system:String>
|
|
<system:String x:Key="UninstallSuccessNoRestart">Plugin {0} successfully uninstalled. Please restart Flow.</system:String>
|
|
<system:String x:Key="UpdateSuccessNoRestart">Plugin {0} successfully updated. Please restart Flow.</system:String>
|
|
<system:String x:Key="InstallPromptTitle">Plugin install</system:String>
|
|
<system:String x:Key="InstallPromptSubtitle">{0} by {1} {2}{2}Would you like to install this plugin?</system:String>
|
|
<system:String x:Key="UninstallPromptTitle">Plugin uninstall</system:String>
|
|
<system:String x:Key="UninstallPromptSubtitle">{0} by {1} {2}{2}Would you like to uninstall this plugin?</system:String>
|
|
<system:String x:Key="UpdatePromptTitle">Plugin update</system:String>
|
|
<system:String x:Key="UpdatePromptSubtitle">{0} by {1} {2}{2}Would you like to update this plugin?</system:String>
|
|
<system:String x:Key="DownloadingPlugin">Downloading plugin</system:String>
|
|
<system:String x:Key="AutoRestartAfterChange">Automatically restart after installing/uninstalling/updating plugins in plugin store</system:String>
|
|
<system:String x:Key="ZipFileNotHavePluginJson">Zip file does not have a valid plugin.json configuration</system:String>
|
|
<system:String x:Key="InstallFromUnknownSourceTitle">Installing from an unknown source</system:String>
|
|
<system:String x:Key="InstallFromUnknownSourceSubtitle">This plugin is from an unknown source and it may contain potential risks!{0}{0}Please ensure you understand where this plugin is from and that it is safe.{0}{0}Would you like to continue still?{0}{0}(You can switch off this warning in general section of setting window)</system:String>
|
|
<system:String x:Key="ZipFiles">Zip files</system:String>
|
|
<system:String x:Key="SelectZipFile">Please select zip file</system:String>
|
|
<system:String x:Key="installLocalPluginTooltip">Install plugin from local path</system:String>
|
|
<system:String x:Key="updateNoResultTitle">No update available</system:String>
|
|
<system:String x:Key="updateNoResultSubtitle">All plugins are up to date</system:String>
|
|
<system:String x:Key="updateAllPluginsTitle">Plugin updates available</system:String>
|
|
<system:String x:Key="updateAllPluginsButtonContent">Update plugins</system:String>
|
|
<system:String x:Key="checkPluginUpdatesTooltip">Check plugin updates</system:String>
|
|
<system:String x:Key="PluginsUpdateSuccessNoRestart">Plugins are successfully updated. Please restart Flow.</system:String>
|
|
|
|
<!-- Setting Theme -->
|
|
<system:String x:Key="theme">Theme</system:String>
|
|
<system:String x:Key="appearance">Appearance</system:String>
|
|
<system:String x:Key="browserMoreThemes">Theme Gallery</system:String>
|
|
<system:String x:Key="howToCreateTheme">How to create a theme</system:String>
|
|
<system:String x:Key="hiThere">Hi There</system:String>
|
|
<system:String x:Key="SampleTitleExplorer">Explorer</system:String>
|
|
<system:String x:Key="SampleSubTitleExplorer">Search for files, folders and file contents</system:String>
|
|
<system:String x:Key="SampleTitleWebSearch">WebSearch</system:String>
|
|
<system:String x:Key="SampleSubTitleWebSearch">Search the web with different search engine support</system:String>
|
|
<system:String x:Key="SampleTitleProgram">Program</system:String>
|
|
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
|
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
|
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
|
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
|
|
<system:String x:Key="ItemHeight">Item Height</system:String>
|
|
<system:String x:Key="queryBoxFont">Query Box Font</system:String>
|
|
<system:String x:Key="resultItemFont">Result Title Font</system:String>
|
|
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
|
<system:String x:Key="resetCustomize">Reset</system:String>
|
|
<system:String x:Key="resetCustomizeToolTip">Reset to the recommended font and size settings.</system:String>
|
|
<system:String x:Key="ImportThemeSize">Import Theme Size</system:String>
|
|
<system:String x:Key="ImportThemeSizeToolTip">If a size value intended by the theme designer is available, it will be retrieved and applied.</system:String>
|
|
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
|
<system:String x:Key="windowMode">Window Mode</system:String>
|
|
<system:String x:Key="opacity">Opacity</system:String>
|
|
<system:String x:Key="theme_load_failure_path_not_exists">Theme {0} not exists, fallback to default theme</system:String>
|
|
<system:String x:Key="theme_load_failure_parse_error">Fail to load theme {0}, fallback to default theme</system:String>
|
|
<system:String x:Key="ThemeFolder">Theme Folder</system:String>
|
|
<system:String x:Key="OpenThemeFolder">Open Theme Folder</system:String>
|
|
<system:String x:Key="ColorScheme">Color Scheme</system:String>
|
|
<system:String x:Key="ColorSchemeSystem">System Default</system:String>
|
|
<system:String x:Key="ColorSchemeLight">Light</system:String>
|
|
<system:String x:Key="ColorSchemeDark">Dark</system:String>
|
|
<system:String x:Key="SoundEffect">Sound Effect</system:String>
|
|
<system:String x:Key="SoundEffectTip">Play a small sound when the search window opens</system:String>
|
|
<system:String x:Key="SoundEffectVolume">Sound Effect Volume</system:String>
|
|
<system:String x:Key="SoundEffectVolumeTip">Adjust the volume of the sound effect</system:String>
|
|
<system:String x:Key="SoundEffectWarning">Windows Media Player is unavailable and is required for Flow's volume adjustment. Please check your installation if you need to adjust volume.</system:String>
|
|
<system:String x:Key="Animation">Animation</system:String>
|
|
<system:String x:Key="AnimationTip">Use Animation in UI</system:String>
|
|
<system:String x:Key="AnimationSpeed">Animation Speed</system:String>
|
|
<system:String x:Key="AnimationSpeedTip">The speed of the UI animation</system:String>
|
|
<system:String x:Key="AnimationSpeedSlow">Slow</system:String>
|
|
<system:String x:Key="AnimationSpeedMedium">Medium</system:String>
|
|
<system:String x:Key="AnimationSpeedFast">Fast</system:String>
|
|
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
|
<system:String x:Key="Clock">Clock</system:String>
|
|
<system:String x:Key="Date">Date</system:String>
|
|
<system:String x:Key="BackdropType">Backdrop Type</system:String>
|
|
<system:String x:Key="BackdropInfo">The backdrop effect is not applied in the preview.</system:String>
|
|
<system:String x:Key="BackdropTypeDisabledToolTip">Backdrop supported starting from Windows 11 build 22000 and above</system:String>
|
|
<system:String x:Key="BackdropTypesNone">None</system:String>
|
|
<system:String x:Key="BackdropTypesAcrylic">Acrylic</system:String>
|
|
<system:String x:Key="BackdropTypesMica">Mica</system:String>
|
|
<system:String x:Key="BackdropTypesMicaAlt">Mica Alt</system:String>
|
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two (light/dark) modes.</system:String>
|
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
|
<system:String x:Key="ShowPlaceholder">Show placeholder</system:String>
|
|
<system:String x:Key="ShowPlaceholderTip">Display placeholder when query is empty</system:String>
|
|
<system:String x:Key="PlaceholderText">Placeholder text</system:String>
|
|
<system:String x:Key="PlaceholderTextTip">Change placeholder text. Input empty will use: {0}</system:String>
|
|
<system:String x:Key="KeepMaxResults">Fixed Window Size</system:String>
|
|
<system:String x:Key="KeepMaxResultsToolTip">The window size is not adjustable by dragging.</system:String>
|
|
<system:String x:Key="MaxShowResultsCannotWorkWithAlwaysPreview">Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height</system:String>
|
|
|
|
<!-- Setting Hotkey -->
|
|
<system:String x:Key="hotkey">Hotkey</system:String>
|
|
<system:String x:Key="hotkeys">Hotkeys</system:String>
|
|
<system:String x:Key="flowlauncherHotkey">Open Flow Launcher</system:String>
|
|
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
|
<system:String x:Key="previewHotkey">Toggle Preview</system:String>
|
|
<system:String x:Key="previewHotkeyToolTip">Enter shortcut to show/hide preview in search window.</system:String>
|
|
<system:String x:Key="hotkeyPresets">Hotkey Presets</system:String>
|
|
<system:String x:Key="hotkeyPresetsToolTip">List of currently registered hotkeys</system:String>
|
|
<system:String x:Key="openResultModifiers">Open Result Modifier Key</system:String>
|
|
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
|
<system:String x:Key="showOpenResultHotkey">Show Hotkey</system:String>
|
|
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
|
<system:String x:Key="autoCompleteHotkey">Auto Complete</system:String>
|
|
<system:String x:Key="autoCompleteHotkeyToolTip">Runs autocomplete for the selected items.</system:String>
|
|
<system:String x:Key="SelectNextItemHotkey">Select Next Item</system:String>
|
|
<system:String x:Key="SelectPrevItemHotkey">Select Previous Item</system:String>
|
|
<system:String x:Key="SelectNextPageHotkey">Next Page</system:String>
|
|
<system:String x:Key="SelectPrevPageHotkey">Previous Page</system:String>
|
|
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
|
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
|
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
|
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
|
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
|
|
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
|
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
|
<system:String x:Key="ToggleHistoryHotkey">Toggle History</system:String>
|
|
<system:String x:Key="OpenContainFolderHotkey">Open Containing Folder</system:String>
|
|
<system:String x:Key="RunAsAdminHotkey">Run As Admin</system:String>
|
|
<system:String x:Key="RequeryHotkey">Refresh Search Results</system:String>
|
|
<system:String x:Key="ReloadPluginHotkey">Reload Plugins Data</system:String>
|
|
<system:String x:Key="QuickWidthHotkey">Quick Adjust Window Width</system:String>
|
|
<system:String x:Key="QuickHeightHotkey">Quick Adjust Window Height</system:String>
|
|
<system:String x:Key="ReloadPluginHotkeyToolTip">Use when require plugins to reload and update their existing data.</system:String>
|
|
<system:String x:Key="AdditionalHotkeyToolTip">You can add one more hotkey for this function.</system:String>
|
|
<system:String x:Key="customQueryHotkey">Custom Query Hotkeys</system:String>
|
|
<system:String x:Key="customQueryShortcut">Custom Query Shortcuts</system:String>
|
|
<system:String x:Key="builtinShortcuts">Built-in Shortcuts</system:String>
|
|
<system:String x:Key="customQuery">Query</system:String>
|
|
<system:String x:Key="customShortcut">Shortcut</system:String>
|
|
<system:String x:Key="customShortcutExpansion">Expansion</system:String>
|
|
<system:String x:Key="builtinShortcutDescription">Description</system:String>
|
|
<system:String x:Key="delete">Delete</system:String>
|
|
<system:String x:Key="edit">Edit</system:String>
|
|
<system:String x:Key="add">Add</system:String>
|
|
<system:String x:Key="none">None</system:String>
|
|
<system:String x:Key="pleaseSelectAnItem">Please select an item</system:String>
|
|
<system:String x:Key="deleteCustomHotkeyWarning">Are you sure you want to delete {0} plugin hotkey?</system:String>
|
|
<system:String x:Key="deleteCustomShortcutWarning">Are you sure you want to delete shortcut: {0} with expansion {1}?</system:String>
|
|
<system:String x:Key="shortcut_clipboard_description">Get text from clipboard.</system:String>
|
|
<system:String x:Key="shortcut_active_explorer_path">Get path from active explorer.</system:String>
|
|
<system:String x:Key="queryWindowShadowEffect">Query window shadow effect</system:String>
|
|
<system:String x:Key="shadowEffectCPUUsage">Shadow effect has a substantial usage of GPU. Not recommended if your computer performance is limited.</system:String>
|
|
<system:String x:Key="windowWidthSize">Window Width Size</system:String>
|
|
<system:String x:Key="windowWidthSizeToolTip">You can also quickly adjust this by using Ctrl+[ and Ctrl+].</system:String>
|
|
<system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
|
|
<system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
|
|
<system:String x:Key="flowlauncherPressHotkey">Press Key</system:String>
|
|
<system:String x:Key="showBadges">Show Result Badges</system:String>
|
|
<system:String x:Key="showBadgesToolTip">For supported plugins, badges are displayed to help distinguish them more easily.</system:String>
|
|
<system:String x:Key="showBadgesGlobalOnly">Show Result Badges for Global Query Only</system:String>
|
|
<system:String x:Key="showBadgesGlobalOnlyToolTip">Show badges for global query results only</system:String>
|
|
<system:String x:Key="dialogJumpHotkey">Dialog Jump</system:String>
|
|
<system:String x:Key="dialogJumpHotkeyToolTip">Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager.</system:String>
|
|
<system:String x:Key="dialogJump">Dialog Jump</system:String>
|
|
<system:String x:Key="dialogJumpToolTip">When Open/Save As dialog window opens, quickly navigate to the current path of the file manager.</system:String>
|
|
<system:String x:Key="autoDialogJump">Dialog Jump Automatically</system:String>
|
|
<system:String x:Key="autoDialogJumpToolTip">When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental)</system:String>
|
|
<system:String x:Key="showDialogJumpWindow">Show Dialog Jump Window</system:String>
|
|
<system:String x:Key="showDialogJumpWindowToolTip">Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations.</system:String>
|
|
<system:String x:Key="dialogJumpWindowPosition">Dialog Jump Window Position</system:String>
|
|
<system:String x:Key="dialogJumpWindowPositionToolTip">Select position for the Dialog Jump search window</system:String>
|
|
<system:String x:Key="DialogJumpWindowPositionUnderDialog">Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed</system:String>
|
|
<system:String x:Key="DialogJumpWindowPositionFollowDefault">Default search window position. Displayed when triggered by search window hotkey</system:String>
|
|
<system:String x:Key="dialogJumpResultBehaviour">Dialog Jump Result Navigation Behaviour</system:String>
|
|
<system:String x:Key="dialogJumpResultBehaviourToolTip">Behaviour to navigate Open/Save As dialog window to the selected result path</system:String>
|
|
<system:String x:Key="DialogJumpResultBehaviourLeftClick">Left click or Enter key</system:String>
|
|
<system:String x:Key="DialogJumpResultBehaviourRightClick">Right click</system:String>
|
|
<system:String x:Key="dialogJumpFileResultBehaviour">Dialog Jump File Navigation Behaviour</system:String>
|
|
<system:String x:Key="dialogJumpFileResultBehaviourToolTip">Behaviour to navigate Open/Save As dialog window when the result is a file path</system:String>
|
|
<system:String x:Key="DialogJumpFileResultBehaviourFullPath">Fill full path in file name box</system:String>
|
|
<system:String x:Key="DialogJumpFileResultBehaviourFullPathOpen">Fill full path in file name box and open</system:String>
|
|
<system:String x:Key="DialogJumpFileResultBehaviourDirectory">Fill directory in path box</system:String>
|
|
|
|
<!-- Setting Proxy -->
|
|
<system:String x:Key="proxy">HTTP Proxy</system:String>
|
|
<system:String x:Key="enableProxy">Enable HTTP Proxy</system:String>
|
|
<system:String x:Key="server">HTTP Server</system:String>
|
|
<system:String x:Key="port">Port</system:String>
|
|
<system:String x:Key="userName">User Name</system:String>
|
|
<system:String x:Key="password">Password</system:String>
|
|
<system:String x:Key="testProxy">Test Proxy</system:String>
|
|
<system:String x:Key="save">Save</system:String>
|
|
<system:String x:Key="serverCantBeEmpty">Server field can't be empty</system:String>
|
|
<system:String x:Key="portCantBeEmpty">Port field can't be empty</system:String>
|
|
<system:String x:Key="invalidPortFormat">Invalid port format</system:String>
|
|
<system:String x:Key="saveProxySuccessfully">Proxy configuration saved successfully</system:String>
|
|
<system:String x:Key="proxyIsCorrect">Proxy configured correctly</system:String>
|
|
<system:String x:Key="proxyConnectFailed">Proxy connection failed</system:String>
|
|
|
|
<!-- Setting About -->
|
|
<system:String x:Key="about">About</system:String>
|
|
<system:String x:Key="website">Website</system:String>
|
|
<system:String x:Key="github">GitHub</system:String>
|
|
<system:String x:Key="docs">Docs</system:String>
|
|
<system:String x:Key="version">Version</system:String>
|
|
<system:String x:Key="icons">Icons</system:String>
|
|
<system:String x:Key="about_activate_times">You have activated Flow Launcher {0} times</system:String>
|
|
<system:String x:Key="checkUpdates">Check for Updates</system:String>
|
|
<system:String x:Key="BecomeASponsor">Become a Sponsor</system:String>
|
|
<system:String x:Key="newVersionTips">New version {0} is available, would you like to restart Flow Launcher to use the update?</system:String>
|
|
<system:String x:Key="checkUpdatesFailed">Check updates failed, please check your connection and proxy settings to api.github.com.</system:String>
|
|
<system:String x:Key="downloadUpdatesFailed">
|
|
Download updates failed, please check your connection and proxy settings to github-cloud.s3.amazonaws.com,
|
|
or go to https://github.com/Flow-Launcher/Flow.Launcher/releases to download updates manually.
|
|
</system:String>
|
|
<system:String x:Key="releaseNotes">Release Notes</system:String>
|
|
<system:String x:Key="documentation">Usage Tips</system:String>
|
|
<system:String x:Key="devtool">DevTools</system:String>
|
|
<system:String x:Key="settingfolder">Setting Folder</system:String>
|
|
<system:String x:Key="logfolder">Log Folder</system:String>
|
|
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
|
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
|
<system:String x:Key="cachefolder">Cache Folder</system:String>
|
|
<system:String x:Key="clearcachefolder">Clear Caches</system:String>
|
|
<system:String x:Key="clearcachefolderMessage">Are you sure you want to delete all caches?</system:String>
|
|
<system:String x:Key="clearfolderfailMessage">Failed to clear part of folders and files. Please see log file for more information</system:String>
|
|
<system:String x:Key="welcomewindow">Wizard</system:String>
|
|
<system:String x:Key="userdatapath">User Data Location</system:String>
|
|
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
|
|
<system:String x:Key="userdatapathButton">Open Folder</system:String>
|
|
<system:String x:Key="advanced">Advanced</system:String>
|
|
<system:String x:Key="logLevel">Log Level</system:String>
|
|
<system:String x:Key="LogLevelNONE">Silent</system:String>
|
|
<system:String x:Key="LogLevelERROR">Error</system:String>
|
|
<system:String x:Key="LogLevelINFO">Info</system:String>
|
|
<system:String x:Key="LogLevelDEBUG">Debug</system:String>
|
|
<system:String x:Key="settingWindowFontTitle">Setting Window Font</system:String>
|
|
|
|
<!-- Release Notes Window -->
|
|
<system:String x:Key="seeMoreReleaseNotes">See more release notes on GitHub</system:String>
|
|
<system:String x:Key="checkNetworkConnectionTitle">Failed to fetch release notes</system:String>
|
|
<system:String x:Key="checkNetworkConnectionSubTitle">Please check your network connection or ensure GitHub is accessible</system:String>
|
|
<system:String x:Key="appUpdateTitle">Flow Launcher has been updated to {0}</system:String>
|
|
<system:String x:Key="appUpdateButtonContent">Click here to view the release notes</system:String>
|
|
|
|
<!-- FileManager Setting Dialog -->
|
|
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
|
<system:String x:Key="fileManager_learnMore">Learn more</system:String>
|
|
<system:String x:Key="fileManager_tips">Please specify the file location of the file manager you using and add arguments as required. The "%d" represents the directory path to open for, used by the Arg for Folder field and for commands opening specific directories. The "%f" represents the file path to open for, used by the Arg for File field and for commands opening specific files.</system:String>
|
|
<system:String x:Key="fileManager_tips2">For example, if the file manager uses a command such as "totalcmd.exe /A c:\windows" to open the c:\windows directory, the File Manager Path will be totalcmd.exe, and the Arg For Folder will be /A "%d". Certain file managers like QTTabBar may just require a path to be supplied, in this instance use "%d" as the File Manager Path and leave the rest of the fields blank.</system:String>
|
|
<system:String x:Key="fileManager_name">File Manager</system:String>
|
|
<system:String x:Key="fileManager_profile_name">Profile Name</system:String>
|
|
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
|
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
|
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
|
<system:String x:Key="fileManagerPathNotFound">The file manager '{0}' could not be located at '{1}'. Would you like to continue?</system:String>
|
|
<system:String x:Key="fileManagerPathError">File Manager Path Error</system:String>
|
|
<system:String x:Key="fileManagerExplorer">File Explorer</system:String>
|
|
|
|
<!-- DefaultBrowser Setting Dialog -->
|
|
<system:String x:Key="defaultBrowserTitle">Default Web Browser</system:String>
|
|
<system:String x:Key="defaultBrowser_tips">The default setting follows the OS default browser setting. If specified separately, flow uses that browser.</system:String>
|
|
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
|
<system:String x:Key="defaultBrowser_profile_name">Browser Name</system:String>
|
|
<system:String x:Key="defaultBrowser_path">Browser Path</system:String>
|
|
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
|
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
|
<system:String x:Key="defaultBrowser_parameter">Private Mode</system:String>
|
|
<system:String x:Key="defaultBrowser_default">Default</system:String>
|
|
<system:String x:Key="defaultBrowser_new_profile">New Profile</system:String>
|
|
|
|
<!-- Priority Setting Dialog -->
|
|
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
|
<system:String x:Key="priority_tips">Greater the number, the higher the result will be ranked. Try setting it as 5. If you want the results to be lower than any other plugin's, provide a negative number</system:String>
|
|
<system:String x:Key="invalidPriority">Please provide an valid integer for Priority!</system:String>
|
|
|
|
<!-- Action Keyword Setting Dialog -->
|
|
<system:String x:Key="oldActionKeywords">Old Action Keyword</system:String>
|
|
<system:String x:Key="newActionKeywords">New Action Keyword</system:String>
|
|
<system:String x:Key="cancel">Cancel</system:String>
|
|
<system:String x:Key="done">Done</system:String>
|
|
<system:String x:Key="cannotFindSpecifiedPlugin">Can't find specified plugin</system:String>
|
|
<system:String x:Key="newActionKeywordsCannotBeEmpty">New Action Keyword can't be empty</system:String>
|
|
<system:String x:Key="newActionKeywordsHasBeenAssigned">This new Action Keyword is already assigned to another plugin, please choose a different one</system:String>
|
|
<system:String x:Key="newActionKeywordsSameAsOld">This new Action Keyword is the same as old, please choose a different one</system:String>
|
|
<system:String x:Key="success">Success</system:String>
|
|
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
|
<system:String x:Key="failedToCopy">Failed to copy</system:String>
|
|
<system:String x:Key="actionkeyword_tips">Enter the action keywords you like to use to start the plugin and use whitespace to divide them. Use * if you don't want to specify any, and the plugin will be triggered without any action keywords.</system:String>
|
|
|
|
<!-- Search Delay Settings Dialog -->
|
|
<system:String x:Key="searchDelayTimeTitle">Search Delay Time Setting</system:String>
|
|
<system:String x:Key="searchDelayTimeTips">Input the search delay time in ms you like to use for the plugin. Input empty if you don't want to specify any, and the plugin will use default search delay time.</system:String>
|
|
|
|
<!-- Search Delay Settings Dialog -->
|
|
<system:String x:Key="homeTitle">Home Page</system:String>
|
|
<system:String x:Key="homeTips">Enable the plugin home page state if you like to show the plugin results when query is empty.</system:String>
|
|
|
|
<!-- Custom Query Hotkey Dialog -->
|
|
<system:String x:Key="customeQueryHotkeyTitle">Custom Query Hotkey</system:String>
|
|
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Launcher and input the specified query automatically.</system:String>
|
|
<system:String x:Key="preview">Preview</system:String>
|
|
<system:String x:Key="hotkeyIsNotUnavailable">Hotkey is unavailable, please select a new hotkey</system:String>
|
|
<system:String x:Key="invalidPluginHotkey">Hotkey is invalid</system:String>
|
|
<system:String x:Key="update">Update</system:String>
|
|
<system:String x:Key="hotkeyRegTitle">Binding Hotkey</system:String>
|
|
<system:String x:Key="hotkeyUnavailable">Current hotkey is unavailable.</system:String>
|
|
<system:String x:Key="hotkeyUnavailableUneditable">This hotkey is reserved for "{0}" and can't be used. Please choose another hotkey.</system:String>
|
|
<system:String x:Key="hotkeyUnavailableEditable">This hotkey is already in use by "{0}". If you press "Overwrite", it will be removed from "{0}".</system:String>
|
|
<system:String x:Key="hotkeyRegGuide">Press the keys you want to use for this function.</system:String>
|
|
<system:String x:Key="emptyPluginHotkey">Hotkey and action keyword are empty</system:String>
|
|
|
|
<!-- Custom Query Shortcut Dialog -->
|
|
<system:String x:Key="customeQueryShortcutTitle">Custom Query Shortcut</system:String>
|
|
<system:String x:Key="customeQueryShortcutTips">Enter a shortcut that automatically expands to the specified query.</system:String>
|
|
<system:String x:Key="customeQueryShortcutGuide" xml:space="preserve">A shortcut is expanded when it exactly matches the query. If you add an '@' prefix while inputting a shortcut, it matches any position in the query. Builtin shortcuts match any position in a query.
|
|
</system:String>
|
|
<system:String x:Key="duplicateShortcut">Shortcut already exists, please enter a new Shortcut or edit the existing one.</system:String>
|
|
<system:String x:Key="emptyShortcut">Shortcut and/or its expansion is empty.</system:String>
|
|
<system:String x:Key="invalidShortcut">Shortcut is invalid</system:String>
|
|
|
|
<!-- Common Action -->
|
|
<system:String x:Key="commonSave">Save</system:String>
|
|
<system:String x:Key="commonOverwrite">Overwrite</system:String>
|
|
<system:String x:Key="commonCancel">Cancel</system:String>
|
|
<system:String x:Key="commonReset">Reset</system:String>
|
|
<system:String x:Key="commonDelete">Delete</system:String>
|
|
<system:String x:Key="commonOK">OK</system:String>
|
|
<system:String x:Key="commonYes">Yes</system:String>
|
|
<system:String x:Key="commonNo">No</system:String>
|
|
<system:String x:Key="commonBackground">Background</system:String>
|
|
|
|
<!-- Crash Reporter -->
|
|
<system:String x:Key="reportWindow_version">Version</system:String>
|
|
<system:String x:Key="reportWindow_time">Time</system:String>
|
|
<system:String x:Key="reportWindow_reproduce">Please tell us how application crashed so we can fix it</system:String>
|
|
<system:String x:Key="reportWindow_send_report">Send Report</system:String>
|
|
<system:String x:Key="reportWindow_cancel">Cancel</system:String>
|
|
<system:String x:Key="reportWindow_general">General</system:String>
|
|
<system:String x:Key="reportWindow_exceptions">Exceptions</system:String>
|
|
<system:String x:Key="reportWindow_exception_type">Exception Type</system:String>
|
|
<system:String x:Key="reportWindow_source">Source</system:String>
|
|
<system:String x:Key="reportWindow_stack_trace">Stack Trace</system:String>
|
|
<system:String x:Key="reportWindow_sending">Sending</system:String>
|
|
<system:String x:Key="reportWindow_report_succeed">Report sent successfully</system:String>
|
|
<system:String x:Key="reportWindow_report_failed">Failed to send report</system:String>
|
|
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher got an error</system:String>
|
|
<system:String x:Key="reportWindow_please_open_issue">Please open new issue in</system:String>
|
|
<system:String x:Key="reportWindow_upload_log">1. Upload log file: {0}</system:String>
|
|
<system:String x:Key="reportWindow_copy_below">2. Copy below exception message</system:String>
|
|
|
|
<!-- File Open Error -->
|
|
<system:String x:Key="fileManagerNotFoundTitle">File Manager Error</system:String>
|
|
<system:String x:Key="fileManagerNotFound">
|
|
The specified file manager could not be found. Please check the Custom File Manager setting under Settings > General.
|
|
</system:String>
|
|
<system:String x:Key="errorTitle">Error</system:String>
|
|
<system:String x:Key="folderOpenError">An error occurred while opening the folder.</system:String>
|
|
<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>
|
|
<system:String x:Key="fileNotFoundError">File or directory not found: {0}</system:String>
|
|
|
|
<!-- General Notice -->
|
|
<system:String x:Key="pleaseWait">Please wait...</system:String>
|
|
|
|
<!-- Update -->
|
|
<system:String x:Key="update_flowlauncher_update_check">Checking for new update</system:String>
|
|
<system:String x:Key="update_flowlauncher_already_on_latest">You already have the latest Flow Launcher version</system:String>
|
|
<system:String x:Key="update_flowlauncher_update_found">Update found</system:String>
|
|
<system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
|
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
|
|
Flow Launcher was not able to move your user profile data to the new update version.
|
|
Please manually move your profile data folder from {0} to {1}
|
|
</system:String>
|
|
<system:String x:Key="update_flowlauncher_new_update">New Update</system:String>
|
|
<system:String x:Key="update_flowlauncher_update_new_version_available">New Flow Launcher release {0} is now available</system:String>
|
|
<system:String x:Key="update_flowlauncher_update_error">An error occurred while trying to install software updates</system:String>
|
|
<system:String x:Key="update_flowlauncher_update">Update</system:String>
|
|
<system:String x:Key="update_flowlauncher_update_cancel">Cancel</system:String>
|
|
<system:String x:Key="update_flowlauncher_fail">Update Failed</system:String>
|
|
<system:String x:Key="update_flowlauncher_check_connection">Check your connection and try updating proxy settings to github-cloud.s3.amazonaws.com.</system:String>
|
|
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">This upgrade will restart Flow Launcher</system:String>
|
|
<system:String x:Key="update_flowlauncher_update_update_files">Following files will be updated</system:String>
|
|
<system:String x:Key="update_flowlauncher_update_files">Update files</system:String>
|
|
<system:String x:Key="update_flowlauncher_update_update_description">Update description</system:String>
|
|
|
|
<!-- Plugin Update Window -->
|
|
<system:String x:Key="restartAfterUpdating">Restart Flow Launcher after updating plugins</system:String>
|
|
<system:String x:Key="updatePluginCheckboxContent">{0}: Update from v{1} to v{2}</system:String>
|
|
<system:String x:Key="updatePluginNoSelected">No plugin selected</system:String>
|
|
|
|
<!-- Welcome Window -->
|
|
<system:String x:Key="Skip">Skip</system:String>
|
|
<system:String x:Key="Welcome_Page1_Title">Welcome to Flow Launcher</system:String>
|
|
<system:String x:Key="Welcome_Page1_Text01">Hello, this is the first time you are running Flow Launcher!</system:String>
|
|
<system:String x:Key="Welcome_Page1_Text02">Before starting, this wizard will assist in setting up Flow Launcher. You can skip this if you wish. Please choose a language</system:String>
|
|
<system:String x:Key="Welcome_Page2_Title">Search and run all files and applications on your PC</system:String>
|
|
<system:String x:Key="Welcome_Page2_Text01">Search everything from applications, files, bookmarks, YouTube, Twitter and more. All from the comfort of your keyboard without ever touching the mouse.</system:String>
|
|
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher starts with the hotkey below, go ahead and try it out now. To change it, click on the input and press the desired hotkey on the keyboard.</system:String>
|
|
<system:String x:Key="Welcome_Page3_Title">Hotkeys</system:String>
|
|
<system:String x:Key="Welcome_Page4_Title">Action Keyword and Commands</system:String>
|
|
<system:String x:Key="Welcome_Page4_Text01">Search the web, launch applications or run various functions through Flow Launcher plugins. Certain functions start with an action keyword, and if necessary, they can be used without action keywords. Try the queries below in Flow Launcher.</system:String>
|
|
<system:String x:Key="Welcome_Page5_Title">Let's Start Flow Launcher</system:String>
|
|
<system:String x:Key="Welcome_Page5_Text01">Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :)</system:String>
|
|
|
|
<!-- General Guide & Hotkey -->
|
|
|
|
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
|
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
|
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
|
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
|
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
|
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
|
|
<system:String x:Key="HotkeyCtrlIDesc">Open Setting Window</system:String>
|
|
<system:String x:Key="HotkeyF5Desc">Reload Plugin Data</system:String>
|
|
|
|
<system:String x:Key="HotkeySelectFirstResult">Select first result</system:String>
|
|
<system:String x:Key="HotkeySelectLastResult">Select last result</system:String>
|
|
<system:String x:Key="HotkeyRequery">Run current query again</system:String>
|
|
<system:String x:Key="HotkeyOpenResult">Open result</system:String>
|
|
<system:String x:Key="HotkeyOpenResultN">Open result #{0}</system:String>
|
|
|
|
<system:String x:Key="RecommendWeather">Weather</system:String>
|
|
<system:String x:Key="RecommendWeatherDesc">Weather in Google Result</system:String>
|
|
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
|
<system:String x:Key="RecommendShellDesc">Shell Command</system:String>
|
|
<system:String x:Key="RecommendBluetooth">s Bluetooth</system:String>
|
|
<system:String x:Key="RecommendBluetoothDesc">Bluetooth in Windows Settings</system:String>
|
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
|
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
|
|
|
<!-- Preview Area -->
|
|
<system:String x:Key="FileSize">File Size</system:String>
|
|
<system:String x:Key="Created">Created</system:String>
|
|
<system:String x:Key="LastModified">Last Modified</system:String>
|
|
</ResourceDictionary>
|