mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
14 lines
1.2 KiB
XML
14 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<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">
|
|
|
|
<system:String x:Key="flowlauncher_plugin_processkiller_plugin_name">프로세스 킬러</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_processkiller_plugin_description">실행중인 프로세스를 Flow를 사용하여 종료합니다</system:String>
|
|
|
|
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all">"{0}"의 모든 인스턴스를 종료</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all_count">{0} 프로세스 종료</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_processkiller_kill_instances">모든 인스턴스 종료</system:String>
|
|
|
|
<system:String x:Key="flowlauncher_plugin_processkiller_show_window_title">Show title for processes with visible windows</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_processkiller_put_visible_window_process_top">Put processes with visible windows on the top</system:String>
|
|
|
|
</ResourceDictionary>
|