Flow.Launcher/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/he.xaml
Jeremy Wu ecebf17ea2
New Crowdin updates (#3186)
New translations
2025-03-14 11:08:08 +02:00

11 lines
913 B
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 Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all">סגור את כל המופעים של &quot;{0}&quot;</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>
</ResourceDictionary>