-
-
Notifications
You must be signed in to change notification settings - Fork 445
Add Support for Automatically Checking Plugin Updates #3827
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
Changes from 8 commits
79f81a6
c0c7546
6ec659e
6eb52b8
b393d36
b5baf3e
69d5e33
44fbc6e
ed57495
a858aa8
77a7c6e
37d6cea
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,6 +93,7 @@ | |
<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 app updates and notify if there are any updates 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> | ||
|
@@ -108,16 +109,16 @@ | |
<system:String x:Key="ShouldUseDoublePinyin">Use Double Pinyin</system:String> | ||
<system:String x:Key="ShouldUseDoublePinyinToolTip">Allows using Double Pinyin to search. Double Pinyin is a variation of Pinyin that uses two characters.</system:String> | ||
<system:String x:Key="DoublePinyinSchema">Double Pinyin Schema</system:String> | ||
<system:String x:Key="DoublePinyinSchemasXiaoHe">Xiao He</system:String> | ||
Check warning on line 112 in Flow.Launcher/Languages/en.xaml
|
||
<system:String x:Key="DoublePinyinSchemasZiRanMa">Zi Ran Ma</system:String> | ||
<system:String x:Key="DoublePinyinSchemasWeiRuan">Wei Ruan</system:String> | ||
Check warning on line 114 in Flow.Launcher/Languages/en.xaml
|
||
<system:String x:Key="DoublePinyinSchemasZhiNengABC">Zhi Neng ABC</system:String> | ||
Check warning on line 115 in Flow.Launcher/Languages/en.xaml
|
||
<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> | ||
|
@@ -150,6 +151,8 @@ | |
<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> | ||
jjw24 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
<!-- Setting Plugin --> | ||
<system:String x:Key="searchplugin">Search Plugin</system:String> | ||
|
@@ -231,6 +234,11 @@ | |
<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 all plugins</system:String> | ||
<system:String x:Key="checkPluginUpdatesTooltip">Check plugin updates</system:String> | ||
|
||
<!-- Setting Theme --> | ||
<system:String x:Key="theme">Theme</system:String> | ||
|
Uh oh!
There was an error while loading. Please reload this page.