File tree Expand file tree Collapse file tree 3 files changed +18
-10
lines changed
Flow.Launcher.Plugin.Program/Languages
Flow.Launcher.Plugin.WebSearch Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" ?>
2- <ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" xmlns : system =" clr-namespace:System;assembly=mscorlib" >
1+ <?xml version =" 1.0" ?>
2+ <ResourceDictionary
3+ xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5+ xmlns : system =" clr-namespace:System;assembly=mscorlib" >
36
47 <!-- Program setting -->
58 <system : String x : Key =" flowlauncher_plugin_program_reset" >기본값으로 되돌리기</system : String >
811 <system : String x : Key =" flowlauncher_plugin_program_add" >추가</system : String >
912 <system : String x : Key =" flowlauncher_plugin_program_name" >이름</system : String >
1013 <system : String x : Key =" flowlauncher_plugin_program_enable" >활성화</system : String >
11- <system : String x : Key =" flowlauncher_plugin_program_enabled" >켬 </system : String >
14+ <system : String x : Key =" flowlauncher_plugin_program_enabled" >사용 </system : String >
1215 <system : String x : Key =" flowlauncher_plugin_program_disable" >비활성화</system : String >
13- <system : String x : Key =" flowlauncher_plugin_program_status" >Status </system : String >
16+ <system : String x : Key =" flowlauncher_plugin_program_status" >상태 </system : String >
1417 <system : String x : Key =" flowlauncher_plugin_program_true" >켬</system : String >
15- <system : String x : Key =" flowlauncher_plugin_program_false" >Disabled </system : String >
18+ <system : String x : Key =" flowlauncher_plugin_program_false" >끔 </system : String >
1619 <system : String x : Key =" flowlauncher_plugin_program_location" >위치</system : String >
1720 <system : String x : Key =" flowlauncher_plugin_program_all_programs" >모든 프로그램</system : String >
1821 <system : String x : Key =" flowlauncher_plugin_program_suffixes" >파일 형식</system : String >
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" ?>
2- <ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" xmlns : system =" clr-namespace:System;assembly=mscorlib" >
1+ <?xml version =" 1.0" ?>
2+ <ResourceDictionary
3+ xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5+ xmlns : system =" clr-namespace:System;assembly=mscorlib" >
36
47 <system : String x : Key =" flowlauncher_plugin_websearch_window_title" >검색 출처 설정</system : String >
58 <system : String x : Key =" flowlauncher_plugin_websearch_open_search_in" >Open search in:</system : String >
912 <system : String x : Key =" flowlauncher_plugin_websearch_choose" >Choose</system : String >
1013 <system : String x : Key =" flowlauncher_plugin_websearch_delete" >삭제</system : String >
1114 <system : String x : Key =" flowlauncher_plugin_websearch_edit" >편집</system : String >
12- <system : String x : Key =" flowlauncher_plugin_websearch_add" >추</system : String >
15+ <system : String x : Key =" flowlauncher_plugin_websearch_add" >추가</system : String >
16+ <system : String x : Key =" flowlauncher_plugin_websearch_enabled" >사용</system : String >
1317 <system : String x : Key =" flowlauncher_plugin_websearch_true" >켬</system : String >
1418 <system : String x : Key =" flowlauncher_plugin_websearch_false" >Disabled</system : String >
1519 <system : String x : Key =" flowlauncher_plugin_websearch_confirm" >확인</system : String >
3236
3337 <!-- web search edit -->
3438 <system : String x : Key =" flowlauncher_plugin_websearch_title" >이름</system : String >
35- <system : String x : Key =" flowlauncher_plugin_websearch_enable" >Status</system : String >
39+ <system : String x : Key =" flowlauncher_plugin_websearch_enabled" >상태</system : String >
40+
3641 <system : String x : Key =" flowlauncher_plugin_websearch_select_icon" >아이콘 선택</system : String >
3742 <system : String x : Key =" flowlauncher_plugin_websearch_icon" >아이콘</system : String >
3843 <system : String x : Key =" flowlauncher_plugin_websearch_cancel" >취소</system : String >
Original file line number Diff line number Diff line change 179179 HorizontalAlignment =" Left"
180180 VerticalAlignment =" Center"
181181 FontSize =" 14"
182- Text =" {DynamicResource flowlauncher_plugin_websearch_enable }" />
182+ Text =" {DynamicResource flowlauncher_plugin_websearch_enabled }" />
183183 <CheckBox
184184 Grid.Row=" 4"
185185 Grid.Column=" 1"
You can’t perform that action at this time.
0 commit comments