Skip to content

Commit

Permalink
Merge pull request #149 from LordDamionDevil/patch-1
Browse files Browse the repository at this point in the history
German v1.9.0 Translation
  • Loading branch information
Stanly5 authored Nov 2, 2019
2 parents 106dbb5 + 4850327 commit 1b447c4
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions StringDictionary.de.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ResourceDictionary
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:RaiDrive.Center.Languages"
Expand Down Expand Up @@ -54,7 +54,7 @@
<system:String x:Key="Vailidation.VolumeExist">Dieser Name existiert bereits</system:String>
<system:String x:Key="Vailidation.VolumeInvalidChar">Das Label kann folgende Zeichen nicht enthalten:</system:String>
<system:String x:Key="Vailidation.VolumeInvalidStr">Folgende Namen sind reserviert und nicht benutzbar:</system:String>
<system:String x:Key="Vailidation.Letter">Bitte wählen sie einen nicht zugewiesenen Laufwerkplatz</system:String>
<system:String x:Key="Vailidation.Letter">Bitte wählen sie einen nicht zugewiesenen Laufwerkbuchstabe</system:String>
<system:String x:Key="Vailidation.Address">Bitte geben Sie Hostname und IP Adresse ein</system:String>
<system:String x:Key="Vailidation.Address.WebDAV">Bitte geben Sie eine URL ein</system:String>
<system:String x:Key="Vailidation.Address.LocalDrive">Bitte wählen Sie einen Ordner auf Ihrem PC</system:String>
Expand Down Expand Up @@ -240,30 +240,30 @@
<!-- from version 1.8.0 -->
<system:String x:Key="Words.Public">Öffentlichkeit</system:String>
<system:String x:Key="Words.Private">Privatgelände</system:String>
<system:String x:Key="Words.Site">Site</system:String>
<system:String x:Key="Words.Site">Seite</system:String>

<!-- from version 1.9.0 -->
<system:String x:Key="Words.Project">Project</system:String>
<system:String x:Key="Words.Project">Projekt</system:String>
<system:String x:Key="Words.Bucket">Bucket</system:String>
<system:String x:Key="Words.Tenant">Tenant</system:String>
<system:String x:Key="Words.Subscription">Subscription</system:String>
<system:String x:Key="Words.Tenant">Mandanten</system:String>
<system:String x:Key="Words.Subscription">Abonnement</system:String>
<system:String x:Key="Words.Community">Community</system:String>
<system:String x:Key="Words.Document">Document</system:String>
<system:String x:Key="Words.Document">Dokument</system:String>

<system:String x:Key="Words.Cache">Cache</system:String>
<system:String x:Key="Words.Lifetime">Lifetime</system:String>
<system:String x:Key="Words.Read">Read</system:String>
<system:String x:Key="Words.Write">Write</system:String>
<system:String x:Key="Words.Second">second</system:String>
<system:String x:Key="Words.Cache">Zwischenspeicher</system:String>
<system:String x:Key="Words.Lifetime">Lebenszeit</system:String>
<system:String x:Key="Words.Read">Lesen</system:String>
<system:String x:Key="Words.Write">Schreiben</system:String>
<system:String x:Key="Words.Second">sekunden</system:String>

<system:String x:Key="Account.AccessKeyID">Access Key ID</system:String>
<system:String x:Key="Account.SecretAccessKey">Secret Access Key</system:String>
<system:String x:Key="Vailidation.AccessKeyID">Please enter Access Key ID</system:String>
<system:String x:Key="Vailidation.SecretAccessKey">Please enter Secret Access Key</system:String>
<system:String x:Key="Vailidation.AccessKeyID">Bitte gib den Access Key ID ein.</system:String>
<system:String x:Key="Vailidation.SecretAccessKey">Bitte gib den Secret Access Key ein.</system:String>

<system:String x:Key="Account.StorageAccount">Storage Account</system:String>
<system:String x:Key="Account.StorageKey">Key</system:String>
<system:String x:Key="Vailidation.StorageAccount">Please enter Storage account name</system:String>
<system:String x:Key="Vailidation.StorageKey">Please enter key1 or key2</system:String>
<system:String x:Key="Account.StorageAccount">Storage-Konto</system:String>
<system:String x:Key="Account.StorageKey">Schlüssel</system:String>
<system:String x:Key="Vailidation.StorageAccount">Bitte gib den Storage-Konto Name ein.</system:String>
<system:String x:Key="Vailidation.StorageKey">Bitte gib key1 oder key2 ein.</system:String>

</ResourceDictionary>

0 comments on commit 1b447c4

Please sign in to comment.