mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 19:49:15 +08:00
15 lines
1023 B
Plaintext
15 lines
1023 B
Plaintext
|
<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="wox_plugin_folder_delete">Löschen</system:String>
|
||
|
<system:String x:Key="wox_plugin_folder_edit">Bearbeiten</system:String>
|
||
|
<system:String x:Key="wox_plugin_folder_add">Hinzufügen</system:String>
|
||
|
<system:String x:Key="wox_plugin_folder_folder_path">Ordnerpfad</system:String>
|
||
|
<system:String x:Key="wox_plugin_folder_select_folder_link_warning">Bitte wähle eine Ordnerverknüpfung</system:String>
|
||
|
<system:String x:Key="wox_plugin_folder_delete_folder_link">Bist du sicher {0} zu löschen?</system:String>
|
||
|
|
||
|
<system:String x:Key="wox_plugin_folder_plugin_name">Ordner</system:String>
|
||
|
<system:String x:Key="wox_plugin_folder_plugin_description">Öffne deine Lieblingsordner direkt von Wox aus</system:String>
|
||
|
|
||
|
</ResourceDictionary>
|