Add German Translation

Add German Translation to Core and Defaultplugins
This commit is contained in:
Xaver Schulz
2016-02-28 17:22:51 +01:00
parent c00583dd98
commit 7d1dbbb27a
27 changed files with 397 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<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>

View File

@@ -10,6 +10,6 @@
<system:String x:Key="wox_plugin_folder_delete_folder_link">Are your sure to delete {0}?</system:String>
<system:String x:Key="wox_plugin_folder_plugin_name">Folder</system:String>
<system:String x:Key="wox_plugin_folder_plugin_description">Open favorite folder from wox directorily</system:String>
<system:String x:Key="wox_plugin_folder_plugin_description">Open favorite folder from wox directly</system:String>
</ResourceDictionary>

View File

@@ -91,6 +91,11 @@
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<Content Include="Languages\de.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Wox.Infrastructure\Wox.Infrastructure.csproj">