Skip to content

Commit 4a6341e

Browse files
committed
custom browser language updates
1 parent 9b70eea commit 4a6341e

File tree

1 file changed

+11
-6
lines changed
  • Plugins/Flow.Launcher.Plugin.BrowserBookmarks/Languages

1 file changed

+11
-6
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmarks/Languages/en.xaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,21 @@
1919
<system:String x:Key="flowlauncher_plugin_browserbookmark_editBrowserBookmark">Edit</system:String>
2020
<system:String x:Key="flowlauncher_plugin_browserbookmark_removeBrowserBookmark">Delete</system:String>
2121
<system:String x:Key="flowlauncher_plugin_browserbookmark_enable_favicons">Enable favicons</system:String>
22-
<system:String x:Key="flowlauncher_plugin_browserbookmark_fetch_favicons">Fetch missing favicons from the web</system:String>
22+
<system:String x:Key="flowlauncher_plugin_browserbookmark_fetch_missing_favicons">Fetch missing favicons from the web</system:String>
2323

2424
<!-- Custom Browser Window -->
2525
<system:String x:Key="flowlauncher_plugin_browserbookmark_bookmarkDataSetting">Custom Browser Setting</system:String>
2626
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">Browser Name</system:String>
27-
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserEngine">Browser Engine</system:String>
28-
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory">Data Directory Path</system:String>
27+
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory">Data / Profile Path</system:String>
2928
<system:String x:Key="flowlauncher_plugin_browserbookmark_browseBrowserBookmark">Browse</system:String>
30-
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage01">Set your custom browser's information here.</system:String>
31-
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage02">For Chromium browsers (Brave, Vivaldi, etc.), this is the 'User Data' folder.</system:String>
32-
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage03">For Firefox browsers, this is the root profile folder (e.g., 'Mozilla\Firefox').</system:String>
29+
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage01">Enter your custom browser information here.</system:String>
30+
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage02">Chromium-based browsers: enter the path to your 'Bookmarks' file.</system:String>
31+
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage03">Firefox-based browsers: enter the path to your 'places.sqlite' file.</system:String>
32+
33+
<!-- Engine Detection -->
34+
<system:String x:Key="flowlauncher_plugin_browserbookmark_engine_detection_invalid">Invalid or unsupported profile directory.</system:String>
35+
<system:String x:Key="flowlauncher_plugin_browserbookmark_engine_detection_chromium">Detected: Chromium-based browser</system:String>
36+
<system:String x:Key="flowlauncher_plugin_browserbookmark_engine_detection_firefox">Detected: Firefox-based browser</system:String>
37+
<system:String x:Key="flowlauncher_plugin_browserbookmark_engine_detection_select_directory">Please select a data directory.</system:String>
3338

3439
</ResourceDictionary>

0 commit comments

Comments
 (0)