From 74167a91e39da13d45614228767ffa08f7ee9f4f Mon Sep 17 00:00:00 2001 From: 01Dri Date: Sun, 25 May 2025 03:04:18 -0300 Subject: [PATCH] Strings translations and warning box --- .../Languages/en.xaml | 4 ++++ .../Views/QuickAccessLinkSettings.xaml | 23 ++++++++++--------- .../Views/QuickAccessLinkSettings.xaml.cs | 12 +++++++++- 3 files changed, 27 insertions(+), 12 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml index 960373ef1..573fba4d9 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml @@ -5,6 +5,7 @@ Please make a selection first + Please select path folder Please select a folder link Are you sure you want to delete {0}? Are you sure you want to permanently delete this file? @@ -27,6 +28,9 @@ Add General Setting Customise Action Keywords + Customise Quick Access + Add + Quick Access Links Everything Setting Preview Panel diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/QuickAccessLinkSettings.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/QuickAccessLinkSettings.xaml index e6ad44e4e..ad2335c39 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/QuickAccessLinkSettings.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/QuickAccessLinkSettings.xaml @@ -61,7 +61,7 @@ Margin="0 0 0 0" FontSize="20" FontWeight="SemiBold" - Text="{DynamicResource plugin_explorer_manageactionkeywords_header}" + Text="{DynamicResource plugin_explorer_manage_quick_access_links_header}" TextAlignment="Left" /> @@ -71,11 +71,12 @@ HorizontalAlignment="Left" VerticalAlignment="Center" FontSize="14" - Text="{DynamicResource plugin_explorer_actionkeyword_current}" /> + Text="{DynamicResource plugin_explorer_name}" /> @@ -86,23 +87,23 @@ HorizontalAlignment="Left" VerticalAlignment="Center" FontSize="14" - Text="Path:" /> + Text="{DynamicResource plugin_explorer_path}" /> - - + Text="{Binding SelectedPath, Mode=TwoWay}" + IsReadOnly="True" />