mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
New translations en.xaml (Spanish (Modern))
[ci skip]
This commit is contained in:
parent
b026e7b51a
commit
33d471c1f0
1 changed files with 11 additions and 0 deletions
11
Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/es.xaml
Normal file
11
Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/es.xaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?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">Finalizador de procesos</system:String>
|
||||
<system:String x:Key="flowlauncher_plugin_processkiller_plugin_description">Finaliza procesos en ejecución desde Flow Launcher</system:String>
|
||||
|
||||
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all">finaliza todas las instancias de "{0}"</system:String>
|
||||
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all_count">finalizar {0} procesos</system:String>
|
||||
<system:String x:Key="flowlauncher_plugin_processkiller_kill_instances">finaliza todas las instancias</system:String>
|
||||
|
||||
</ResourceDictionary>
|
||||
Loading…
Reference in a new issue