File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Plugins/Flow.Launcher.Plugin.BrowserBookmark Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
<system : String x : Key =" flowlauncher_plugin_browserbookmark_plugin_description" >Search your browser bookmarks</system : String >
9
9
10
10
<!-- Settings -->
11
- <system : String x : Key =" BookmarkDataSetting " >Bookmark Data</system : String >
11
+ <system : String x : Key =" flowlauncher_plugin_browserbookmark_bookmarkDataSetting " >Bookmark Data</system : String >
12
12
<system : String x : Key =" flowlauncher_plugin_browserbookmark_settings_openBookmarks" >Open bookmarks in:</system : String >
13
13
<system : String x : Key =" flowlauncher_plugin_browserbookmark_settings_newWindow" >New window</system : String >
14
14
<system : String x : Key =" flowlauncher_plugin_browserbookmark_settings_newTab" >New tab</system : String >
Original file line number Diff line number Diff line change 9
9
<system : String x : Key =" flowlauncher_plugin_browserbookmark_plugin_description" >Pesquisar nos marcadores do navegador</system : String >
10
10
11
11
<!-- Settings -->
12
- <system : String x : Key =" BookmarkDataSetting " >Bookmmark Data</system : String >
12
+ <system : String x : Key =" flowlauncher_plugin_browserbookmark_bookmarkDataSetting " >Bookmmark Data</system : String >
13
13
<system : String x : Key =" flowlauncher_plugin_browserbookmark_settings_openBookmarks" >Abrir marcadores em:</system : String >
14
14
<system : String x : Key =" flowlauncher_plugin_browserbookmark_settings_newWindow" >Nova janela</system : String >
15
15
<system : String x : Key =" flowlauncher_plugin_browserbookmark_settings_newTab" >Novo separador</system : String >
Original file line number Diff line number Diff line change 5
5
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
6
xmlns : local =" clr-namespace:Flow.Launcher.Plugin.BrowserBookmark.Models"
7
7
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
8
- Title =" {DynamicResource BookmarkDataSetting }"
8
+ Title =" {DynamicResource flowlauncher_plugin_browserbookmark_bookmarkDataSetting }"
9
9
Width =" 520"
10
10
Background =" {DynamicResource PopuBGColor}"
11
11
Foreground =" {DynamicResource PopupTextColor}"
67
67
FontFamily =" Segoe UI"
68
68
FontSize =" 20"
69
69
FontWeight =" SemiBold"
70
- Text =" {DynamicResource BookmarkDataSetting }"
70
+ Text =" {DynamicResource flowlauncher_plugin_browserbookmark_bookmarkDataSetting }"
71
71
TextAlignment =" Left" />
72
72
</StackPanel >
73
73
Original file line number Diff line number Diff line change 4
4
"Name" : " Browser Bookmarks" ,
5
5
"Description" : " Search your browser bookmarks" ,
6
6
"Author" : " qianlifeng, Ioannis G." ,
7
- "Version" : " 1.6.1 " ,
7
+ "Version" : " 1.6.2 " ,
8
8
"Language" : " csharp" ,
9
9
"Website" : " https://github.com/Flow-Launcher/Flow.Launcher" ,
10
10
"ExecuteFileName" : " Flow.Launcher.Plugin.BrowserBookmark.dll" ,
You can’t perform that action at this time.
0 commit comments