Flow.Launcher/Plugins/Flow.Launcher.Plugin.Sys/Languages/de.xaml

21 lines
1.6 KiB
Text
Raw Permalink Normal View History

<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">
2020-04-21 12:54:41 +00:00
<system:String x:Key="flowlauncher_plugin_sys_command">Befehl</system:String>
<system:String x:Key="flowlauncher_plugin_sys_desc">Beschreibung</system:String>
2020-04-21 12:54:41 +00:00
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Computer herunterfahren</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">Computer neu starten</system:String>
<system:String x:Key="flowlauncher_plugin_sys_log_off">Abmelden</system:String>
<system:String x:Key="flowlauncher_plugin_sys_lock">Computer sperren</system:String>
2020-04-22 10:26:09 +00:00
<system:String x:Key="flowlauncher_plugin_sys_exit">Flow Launcher schließen</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart">Flow Launcher neu starten</system:String>
2020-04-21 12:54:41 +00:00
<system:String x:Key="flowlauncher_plugin_sys_setting">Anwendung beschleunigen</system:String>
<system:String x:Key="flowlauncher_plugin_sys_sleep">Computer in Schlafmodus versetzen</system:String>
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">Papierkorb leeren</system:String>
2020-04-21 12:54:41 +00:00
<system:String x:Key="flowlauncher_plugin_sys_plugin_name">Systembefehle</system:String>
<system:String x:Key="flowlauncher_plugin_sys_plugin_description">Stellt Systemrelevante Befehle bereit. z.B. herunterfahren, sperren, Einstellungen, usw.</system:String>
</ResourceDictionary>