|
17 | 17 | <!--Setting General-->
|
18 | 18 | <system:String x:Key="flowlauncher_settings">Flow Launcher Settings</system:String>
|
19 | 19 | <system:String x:Key="general">General</system:String>
|
| 20 | + <system:String x:Key="portableMode">Portable Mode</system:String> |
20 | 21 | <system:String x:Key="startFlowLauncherOnSystemStartup">Start Flow Launcher on system startup</system:String>
|
21 | 22 | <system:String x:Key="hideFlowLauncherWhenLoseFocus">Hide Flow Launcher when focus is lost</system:String>
|
22 | 23 | <system:String x:Key="dontPromptUpdateMsg">Do not show new version notifications</system:String>
|
|
39 | 40 | <!--Setting Plugin-->
|
40 | 41 | <system:String x:Key="plugin">Plugin</system:String>
|
41 | 42 | <system:String x:Key="browserMorePlugins">Find more plugins</system:String>
|
| 43 | + <system:String x:Key="enable">Enable</system:String> |
42 | 44 | <system:String x:Key="disable">Disable</system:String>
|
43 | 45 | <system:String x:Key="actionKeywords">Action keyword:</system:String>
|
44 | 46 | <system:String x:Key="currentActionKeywords">Current action keyword:</system:String>
|
45 | 47 | <system:String x:Key="newActionKeyword">New action keyword:</system:String>
|
46 |
| - <system:String x:Key="currentPriority">Current Priority: </system:String> |
47 |
| - <system:String x:Key="newPriority">New Priority: </system:String> |
| 48 | + <system:String x:Key="currentPriority">Current Priority:</system:String> |
| 49 | + <system:String x:Key="newPriority">New Priority:</system:String> |
48 | 50 | <system:String x:Key="pluginDirectory">Plugin Directory</system:String>
|
49 | 51 | <system:String x:Key="author">Author</system:String>
|
50 | 52 | <system:String x:Key="plugin_init_time">Init time:</system:String>
|
|
109 | 111 | <!--Priority Setting Dialog-->
|
110 | 112 | <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>
|
111 | 113 | <system:String x:Key="invalidPriority">Please provide an valid integer for Priority!</system:String>
|
112 |
| - |
| 114 | + |
113 | 115 | <!--Action Keyword Setting Dialog-->
|
114 | 116 | <system:String x:Key="oldActionKeywords">Old Action Keyword</system:String>
|
115 | 117 | <system:String x:Key="newActionKeywords">New Action Keyword</system:String>
|
|
122 | 124 | <system:String x:Key="actionkeyword_tips">Use * if you don't want to specify an action keyword</system:String>
|
123 | 125 |
|
124 | 126 | <!--Custom Query Hotkey Dialog-->
|
| 127 | + <system:String x:Key="customeQueryHotkeyTitle">Custom Plugin Hotkey</system:String> |
125 | 128 | <system:String x:Key="preview">Preview</system:String>
|
126 | 129 | <system:String x:Key="hotkeyIsNotUnavailable">Hotkey is unavailable, please select a new hotkey</system:String>
|
127 | 130 | <system:String x:Key="invalidPluginHotkey">Invalid plugin hotkey</system:String>
|
|
146 | 149 | <system:String x:Key="reportWindow_report_failed">Failed to send report</system:String>
|
147 | 150 | <system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher got an error</system:String>
|
148 | 151 |
|
| 152 | + <!--General Notice--> |
| 153 | + <system:String x:Key="pleaseWait">Please wait...</system:String> |
| 154 | + |
149 | 155 | <!--update-->
|
| 156 | + <system:String x:Key="update_flowlauncher_update_check">Checking for new update</system:String> |
| 157 | + <system:String x:Key="update_flowlauncher_already_on_latest">You already have the latest Flow Launcher version</system:String> |
| 158 | + <system:String x:Key="update_flowlauncher_update_found">Update found</system:String> |
| 159 | + <system:String x:Key="update_flowlauncher_updating">Updating...</system:String> |
| 160 | + <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. |
| 161 | + Please manually move your profile data folder from {0} to {1}</system:String> |
| 162 | + <system:String x:Key="update_flowlauncher_new_update">New Update</system:String> |
150 | 163 | <system:String x:Key="update_flowlauncher_update_new_version_available">New Flow Launcher release {0} is now available</system:String>
|
151 | 164 | <system:String x:Key="update_flowlauncher_update_error">An error occurred while trying to install software updates</system:String>
|
152 | 165 | <system:String x:Key="update_flowlauncher_update">Update</system:String>
|
153 | 166 | <system:String x:Key="update_flowlauncher_update_cancel">Cancel</system:String>
|
| 167 | + <system:String x:Key="update_flowlauncher_fail">Update Failed</system:String> |
| 168 | + <system:String x:Key="update_flowlauncher_check_connection">Check your connection and try updating proxy settings to github-cloud.s3.amazonaws.com.</system:String> |
154 | 169 | <system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">This upgrade will restart Flow Launcher</system:String>
|
155 | 170 | <system:String x:Key="update_flowlauncher_update_upadte_files">Following files will be updated</system:String>
|
156 | 171 | <system:String x:Key="update_flowlauncher_update_files">Update files</system:String>
|
|
0 commit comments