|
1 |
| -<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
2 |
| - xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
3 |
| - xmlns:system="clr-namespace:System;assembly=mscorlib"> |
4 |
| - <!--MainWindow--> |
| 1 | +<ResourceDictionary |
| 2 | + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
| 3 | + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| 4 | + xmlns:system="clr-namespace:System;assembly=mscorlib"> |
| 5 | + <!-- MainWindow --> |
5 | 6 | <system:String x:Key="registerHotkeyFailed">Failed to register hotkey: {0}</system:String>
|
6 | 7 | <system:String x:Key="couldnotStartCmd">Could not start {0}</system:String>
|
7 | 8 | <system:String x:Key="invalidFlowLauncherPluginFileFormat">Invalid Flow Launcher plugin file format</system:String>
|
|
15 | 16 | <system:String x:Key="iconTrayExit">Exit</system:String>
|
16 | 17 | <system:String x:Key="closeWindow">Close</system:String>
|
17 | 18 |
|
18 |
| - <!--Setting General--> |
| 19 | + <!-- Setting General --> |
19 | 20 | <system:String x:Key="flowlauncher_settings">Flow Launcher Settings</system:String>
|
20 | 21 | <system:String x:Key="general">General</system:String>
|
21 | 22 | <system:String x:Key="portableMode">Portable Mode</system:String>
|
|
33 | 34 | <system:String x:Key="maxShowResults">Maximum results shown</system:String>
|
34 | 35 | <system:String x:Key="ignoreHotkeysOnFullscreen">Ignore hotkeys in fullscreen mode</system:String>
|
35 | 36 | <system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Disable Flow Launcher activation when a full screen application is active (Recommended for games).</system:String>
|
| 37 | + <system:String x:Key="defaultFileManager">Default File Manager</system:String> |
| 38 | + <system:String x:Key="defaultFileManagerToolTip">Select the file manager to use when opening the folder.</system:String> |
36 | 39 | <system:String x:Key="pythonDirectory">Python Directory</system:String>
|
37 | 40 | <system:String x:Key="autoUpdates">Auto Update</system:String>
|
38 | 41 | <system:String x:Key="selectPythonDirectory">Select</system:String>
|
|
44 | 47 | <system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese</system:String>
|
45 | 48 | <system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>
|
46 | 49 |
|
47 |
| - <!--Setting Plugin--> |
| 50 | + <!-- Setting Plugin --> |
48 | 51 | <system:String x:Key="plugin">Plugins</system:String>
|
49 | 52 | <system:String x:Key="browserMorePlugins">Find more plugins</system:String>
|
50 | 53 | <system:String x:Key="enable">On</system:String>
|
|
62 | 65 | <system:String x:Key="plugin_query_time">Query time:</system:String>
|
63 | 66 |
|
64 | 67 |
|
65 |
| - <!--Setting Plugin Store--> |
| 68 | + <!-- Setting Plugin Store --> |
66 | 69 | <system:String x:Key="pluginStore">Plugin Store</system:String>
|
67 | 70 | <system:String x:Key="refresh">Refresh</system:String>
|
68 | 71 | <system:String x:Key="install">Install</system:String>
|
69 | 72 |
|
70 |
| - <!--Setting Theme--> |
| 73 | + <!-- Setting Theme --> |
71 | 74 | <system:String x:Key="theme">Theme</system:String>
|
72 | 75 | <system:String x:Key="browserMoreThemes">Theme Gallery</system:String>
|
73 | 76 | <system:String x:Key="howToCreateTheme">How to create a theme</system:String>
|
|
81 | 84 | <system:String x:Key="ThemeFolder">Theme Folder</system:String>
|
82 | 85 | <system:String x:Key="OpenThemeFolder">Open Theme Folder</system:String>
|
83 | 86 |
|
84 |
| - <!--Setting Hotkey--> |
| 87 | + <!-- Setting Hotkey --> |
85 | 88 | <system:String x:Key="hotkey">Hotkey</system:String>
|
86 | 89 | <system:String x:Key="flowlauncherHotkey">Flow Launcher Hotkey</system:String>
|
87 | 90 | <system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
|
102 | 105 | <system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
|
103 | 106 | <system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
|
104 | 107 |
|
105 |
| - <!--Setting Proxy--> |
| 108 | + <!-- Setting Proxy --> |
106 | 109 | <system:String x:Key="proxy">HTTP Proxy</system:String>
|
107 | 110 | <system:String x:Key="enableProxy">Enable HTTP Proxy</system:String>
|
108 | 111 | <system:String x:Key="server">HTTP Server</system:String>
|
|
118 | 121 | <system:String x:Key="proxyIsCorrect">Proxy configured correctly</system:String>
|
119 | 122 | <system:String x:Key="proxyConnectFailed">Proxy connection failed</system:String>
|
120 | 123 |
|
121 |
| - <!--Setting About--> |
| 124 | + <!-- Setting About --> |
122 | 125 | <system:String x:Key="about">About</system:String>
|
123 | 126 | <system:String x:Key="website">Website</system:String>
|
124 | 127 | <system:String x:Key="version">Version</system:String>
|
|
127 | 130 | <system:String x:Key="newVersionTips">New version {0} is available, would you like to restart Flow Launcher to use the update?</system:String>
|
128 | 131 | <system:String x:Key="checkUpdatesFailed">Check updates failed, please check your connection and proxy settings to api.github.com.</system:String>
|
129 | 132 | <system:String x:Key="downloadUpdatesFailed">
|
130 |
| - Download updates failed, please check your connection and proxy settings to github-cloud.s3.amazonaws.com, |
| 133 | + Download updates failed, please check your connection and proxy settings to github-cloud.s3.amazonaws.com, |
131 | 134 | or go to https://github.com/Flow-Launcher/Flow.Launcher/releases to download updates manually.
|
132 | 135 | </system:String>
|
133 | 136 | <system:String x:Key="releaseNotes">Release Notes</system:String>
|
134 | 137 | <system:String x:Key="documentation">Usage Tips:</system:String>
|
135 | 138 |
|
136 |
| - <!--Priority Setting Dialog--> |
| 139 | + <!-- FileManager Setting Dialog --> |
| 140 | + <system:String x:Key="fileManagerWindow">Select File Manager</system:String> |
| 141 | + <system:String x:Key="fileManager_tips">Please specify the file location of the file manager you using and add arguments if necessary. The default arguments is "%d", and a path is entered at that location. For example, If a command is required such as "totalcmd.exe /A c:\windows", argument is /A "%d".</system:String> |
| 142 | + <system:String x:Key="fileManager_tips2">"%f" is an argument that represent the file path. It is used to emphasize the file/folder name when opening a specific file location in 3rd party file manager. This argument is only available in the "Arg for File" item. If the file manager does not have that function, you can use "%d".</system:String> |
| 143 | + <system:String x:Key="fileManager_name">File Manager</system:String> |
| 144 | + <system:String x:Key="fileManager_profile_name">Profile Name</system:String> |
| 145 | + <system:String x:Key="fileManager_path">File Manager Path</system:String> |
| 146 | + <system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String> |
| 147 | + <system:String x:Key="fileManager_file_arg">Arg For File</system:String> |
| 148 | + |
| 149 | + <!-- Priority Setting Dialog --> |
137 | 150 | <system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
138 | 151 | <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>
|
139 | 152 | <system:String x:Key="invalidPriority">Please provide an valid integer for Priority!</system:String>
|
140 | 153 |
|
141 |
| - <!--Action Keyword Setting Dialog--> |
| 154 | + <!-- Action Keyword Setting Dialog --> |
142 | 155 | <system:String x:Key="oldActionKeywords">Old Action Keyword</system:String>
|
143 | 156 | <system:String x:Key="newActionKeywords">New Action Keyword</system:String>
|
144 | 157 | <system:String x:Key="cancel">Cancel</system:String>
|
|
148 | 161 | <system:String x:Key="newActionKeywordsHasBeenAssigned">This new Action Keyword is already assigned to another plugin, please choose a different one</system:String>
|
149 | 162 | <system:String x:Key="success">Success</system:String>
|
150 | 163 | <system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
151 |
| - <system:String x:Key="actionkeyword_tips">Enter the action keyword you need to start the plug-in. Use * if you don't want to specify an action keyword. In the case, The plug-in works without keywords. </system:String> |
| 164 | + <system:String x:Key="actionkeyword_tips">Enter the action keyword you need to start the plug-in. Use * if you don't want to specify an action keyword. In the case, The plug-in works without keywords.</system:String> |
152 | 165 |
|
153 |
| - <!--Custom Query Hotkey Dialog--> |
| 166 | + <!-- Custom Query Hotkey Dialog --> |
154 | 167 | <system:String x:Key="customeQueryHotkeyTitle">Custom Query Hotkey</system:String>
|
155 | 168 | <system:String x:Key="customeQueryHotkeyTips">Press the custom hotkey to automatically insert the specified query.</system:String>
|
156 | 169 | <system:String x:Key="preview">Preview</system:String>
|
157 | 170 | <system:String x:Key="hotkeyIsNotUnavailable">Hotkey is unavailable, please select a new hotkey</system:String>
|
158 | 171 | <system:String x:Key="invalidPluginHotkey">Invalid plugin hotkey</system:String>
|
159 | 172 | <system:String x:Key="update">Update</system:String>
|
160 | 173 |
|
161 |
| - <!--Hotkey Control--> |
| 174 | + <!-- Hotkey Control --> |
162 | 175 | <system:String x:Key="hotkeyUnavailable">Hotkey Unavailable</system:String>
|
163 | 176 |
|
164 |
| - <!--Crash Reporter--> |
| 177 | + <!-- Crash Reporter --> |
165 | 178 | <system:String x:Key="reportWindow_version">Version</system:String>
|
166 | 179 | <system:String x:Key="reportWindow_time">Time</system:String>
|
167 | 180 | <system:String x:Key="reportWindow_reproduce">Please tell us how application crashed so we can fix it</system:String>
|
|
177 | 190 | <system:String x:Key="reportWindow_report_failed">Failed to send report</system:String>
|
178 | 191 | <system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher got an error</system:String>
|
179 | 192 |
|
180 |
| - <!--General Notice--> |
| 193 | + <!-- General Notice --> |
181 | 194 | <system:String x:Key="pleaseWait">Please wait...</system:String>
|
182 | 195 |
|
183 |
| - <!--update--> |
| 196 | + <!-- update --> |
184 | 197 | <system:String x:Key="update_flowlauncher_update_check">Checking for new update</system:String>
|
185 | 198 | <system:String x:Key="update_flowlauncher_already_on_latest">You already have the latest Flow Launcher version</system:String>
|
186 | 199 | <system:String x:Key="update_flowlauncher_update_found">Update found</system:String>
|
187 | 200 | <system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
188 |
| - <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. |
189 |
| - Please manually move your profile data folder from {0} to {1}</system:String> |
| 201 | + <system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data"> |
| 202 | + Flow Launcher was not able to move your user profile data to the new update version. |
| 203 | + Please manually move your profile data folder from {0} to {1} |
| 204 | + </system:String> |
190 | 205 | <system:String x:Key="update_flowlauncher_new_update">New Update</system:String>
|
191 | 206 | <system:String x:Key="update_flowlauncher_update_new_version_available">New Flow Launcher release {0} is now available</system:String>
|
192 | 207 | <system:String x:Key="update_flowlauncher_update_error">An error occurred while trying to install software updates</system:String>
|
|
0 commit comments