Skip to content

Commit ca60524

Browse files
Merge branch 'dev' into RefactorMainWindow
2 parents 47d109c + e94929a commit ca60524

File tree

2 files changed

+6
-7
lines changed
  • Plugins
    • Flow.Launcher.Plugin.Explorer/Languages
    • Flow.Launcher.Plugin.WebSearch/Languages

2 files changed

+6
-7
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
<!-- Context menu items -->
6868
<system:String x:Key="plugin_explorer_copypath">Copy path</system:String>
69-
<system:String x:Key="plugin_explorer_copypath_subtitle">Copy path of current result to clipboard</system:String>
69+
<system:String x:Key="plugin_explorer_copypath_subtitle">Copy path of current item to clipboard</system:String>
7070
<system:String x:Key="plugin_explorer_copyfilefolder">Copy</system:String>
7171
<system:String x:Key="plugin_explorer_copyfile_subtitle">Copy current file to clipboard</system:String>
7272
<system:String x:Key="plugin_explorer_copyfolder_subtitle">Copy current folder to clipboard</system:String>
@@ -78,7 +78,7 @@
7878
<system:String x:Key="plugin_explorer_runasdifferentuser">Run as different user</system:String>
7979
<system:String x:Key="plugin_explorer_runasdifferentuser_subtitle">Run the selected using a different user account</system:String>
8080
<system:String x:Key="plugin_explorer_opencontainingfolder">Open containing folder</system:String>
81-
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Opens the location that contains the item</system:String>
81+
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Opens the location that contains current item</system:String>
8282
<system:String x:Key="plugin_explorer_openwitheditor">Open With Editor:</system:String>
8383
<system:String x:Key="plugin_explorer_openwitheditor_error">Failed to open file at {0} with Editor {1} at {2}</system:String>
8484
<system:String x:Key="plugin_explorer_openwithshell">Open With Shell:</system:String>
@@ -89,15 +89,15 @@
8989
<system:String x:Key="plugin_explorer_openindexingoptions_subtitle">Manage indexed files and folders</system:String>
9090
<system:String x:Key="plugin_explorer_openindexingoptions_errormsg">Failed to open Windows Indexing Options</system:String>
9191
<system:String x:Key="plugin_explorer_add_to_quickaccess_title">Add to Quick Access</system:String>
92-
<system:String x:Key="plugin_explorer_add_to_quickaccess_subtitle">Add current result to Quick Access</system:String>
92+
<system:String x:Key="plugin_explorer_add_to_quickaccess_subtitle">Add current item to Quick Access</system:String>
9393
<system:String x:Key="plugin_explorer_addfilefoldersuccess">Successfully Added</system:String>
9494
<system:String x:Key="plugin_explorer_addfilefoldersuccess_detail">Successfully added to Quick Access</system:String>
9595
<system:String x:Key="plugin_explorer_removefilefoldersuccess">Successfully Removed</system:String>
9696
<system:String x:Key="plugin_explorer_removefilefoldersuccess_detail">Successfully removed from Quick Access</system:String>
9797
<system:String x:Key="plugin_explorer_contextmenu_titletooltip">Add to Quick Access so it can be opened with Explorer's Search Activation action keyword</system:String>
9898
<system:String x:Key="plugin_explorer_contextmenu_remove_titletooltip">Remove from Quick Access</system:String>
9999
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">Remove from Quick Access</system:String>
100-
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Remove current result from Quick Access</system:String>
100+
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Remove current item from Quick Access</system:String>
101101
<system:String x:Key="plugin_explorer_show_contextmenu_title">Show Windows Context Menu</system:String>
102102

103103
<!-- Everything -->
@@ -130,6 +130,6 @@
130130
<system:String x:Key="flowlauncher_plugin_everything_run_service">Click here to start it</system:String>
131131
<system:String x:Key="flowlauncher_plugin_everything_installing_select">Unable to find an Everything installation, would you like to manually select a location?{0}{0}Click no and Everything will be automatically installed for you</system:String>
132132
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
133-
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">"It can be very slow without index (which is only supported in Everything v1.5+)"</system:String>
133+
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
134134

135135
</ResourceDictionary>

Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ko.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<system:String x:Key="flowlauncher_plugin_websearch_delete">삭제</system:String>
1414
<system:String x:Key="flowlauncher_plugin_websearch_edit">편집</system:String>
1515
<system:String x:Key="flowlauncher_plugin_websearch_add">추가</system:String>
16-
<system:String x:Key="flowlauncher_plugin_websearch_enabled">사용</system:String>
1716
<system:String x:Key="flowlauncher_plugin_websearch_true">켬</system:String>
1817
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
1918
<system:String x:Key="flowlauncher_plugin_websearch_confirm">확인</system:String>
@@ -36,7 +35,7 @@
3635

3736
<!-- web search edit -->
3837
<system:String x:Key="flowlauncher_plugin_websearch_title">이름</system:String>
39-
<system:String x:Key="flowlauncher_plugin_websearch_enabled">상태</system:String>
38+
<system:String x:Key="flowlauncher_plugin_websearch_enabled">사용</system:String>
4039

4140
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">아이콘 선택</system:String>
4241
<system:String x:Key="flowlauncher_plugin_websearch_icon">아이콘</system:String>

0 commit comments

Comments
 (0)