diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-06-13 00:08:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-06-13 00:08:22 +0000 |
commit | ea64cb00289a40ee3c12c195d7a2804ea1abe97e (patch) | |
tree | 7c0702c338a40c82c3c67ddf0cce00ffa3ed181a /lib/l10n/de.js | |
parent | aa243376ef64c3c693c35bde11335a353ca15a57 (diff) | |
download | nextcloud-server-ea64cb00289a40ee3c12c195d7a2804ea1abe97e.tar.gz nextcloud-server-ea64cb00289a40ee3c12c195d7a2804ea1abe97e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/de.js')
-rw-r--r-- | lib/l10n/de.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/de.js b/lib/l10n/de.js index 2ea8384a732..5ee8ee8bbfc 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -206,7 +206,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "Dein Datenverzeichnis muss einen eindeutigen Pfad haben", "Check the value of \"datadirectory\" in your configuration" : "Überprüfe bitte die Angabe unter „datadirectory“ in Deiner Konfiguration", "Your data directory is invalid" : "Dein Datenverzeichnis ist ungültig", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Bitte stelle sicher, dass das Datenverzeichnis auf seiner ersten Ebene eine Datei namens „.ocdata“ enthält.", "Could not obtain lock type %d on \"%s\"." : "Sperrtyp %d auf „%s“ konnte nicht ermittelt werden.", "Storage unauthorized. %s" : "Speicher nicht authorisiert. %s", "Storage incomplete configuration. %s" : "Speicher-Konfiguration unvollständig. %s", @@ -225,6 +224,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Berechtigungen können normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das Wurzelverzeichnis %s gegeben wird.", "Data directory (%s) is readable by other users" : "Datenverzeichnis (%s) ist von anderen Nutzern lesbar", "Data directory (%s) must be an absolute path" : "Das Datenverzeichnis (%s) muss ein absoluter Pfad sein", - "Data directory (%s) is invalid" : "Datenverzeichnis (%s) ist ungültig" + "Data directory (%s) is invalid" : "Datenverzeichnis (%s) ist ungültig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Bitte stelle sicher, dass das Datenverzeichnis auf seiner ersten Ebene eine Datei namens „.ocdata“ enthält." }, "nplurals=2; plural=(n != 1);"); |