diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-18 01:56:40 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-18 01:56:40 -0500 |
commit | 5c6e08213e6ed52517f9f729ae91a2973f09c182 (patch) | |
tree | 88919cee5769c018a20c5fe757b89df719933739 /lib/l10n/de.json | |
parent | a341f96f9117d38a476a555a3ba07e38a0088afa (diff) | |
download | nextcloud-server-5c6e08213e6ed52517f9f729ae91a2973f09c182.tar.gz nextcloud-server-5c6e08213e6ed52517f9f729ae91a2973f09c182.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/de.json')
-rw-r--r-- | lib/l10n/de.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/l10n/de.json b/lib/l10n/de.json index 38a59c6970b..27816a8f8aa 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -1,12 +1,18 @@ { "translations": { - "Cannot write into \"config\" directory!" : "Das Schreiben in das \"config\"-Verzeichnis nicht möglich!", + "Cannot write into \"config\" directory!" : "Das Schreiben in das \"config\"-Verzeichnis ist nicht möglich!", "This can usually be fixed by giving the webserver write access to the config directory" : "Dies kann normalerweise repariert werden, indem dem Webserver Schreibzugriff auf das config-Verzeichnis gegeben wird", "See %s" : "Siehe %s", "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Dies kann normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das config-Verzeichnis %s gegeben wird.", "Sample configuration detected" : "Beispielkonfiguration gefunden", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Es wurde festgestellt, dass die Beispielkonfiguration kopiert wurde. Dies wird nicht unterstützt und kann zum Abruch Ihrer Installation führen. Bitte lies die Dokumentation vor der Änderung an der config.php.", "PHP %s or higher is required." : "PHP %s oder höher wird benötigt.", + "PHP with a version lower than %s is required." : "PHP wird in einer früheren Version als %s benötigt.", "Following databases are supported: %s" : "Die folgenden Datenbanken werden unterstützt: %s", + "The command line tool %s could not be found" : "Das Kommandozeilenwerkzeug %s konnte nicht gefunden werden", + "The library %s is not available." : "Die Bibliothek %s ist nicht verfügbar.", + "Following platforms are supported: %s" : "Die folgenden Plattformen werden unterstützt: %s", + "ownCloud %s or higher is required." : "ownCloud %s oder höher wird benötigt.", + "ownCloud with a version lower than %s is required." : "ownCloud wird in einer früheren Version als %s benötigt.", "Help" : "Hilfe", "Personal" : "Persönlich", "Settings" : "Einstellungen", @@ -14,6 +20,7 @@ "Admin" : "Administration", "Recommended" : "Empfohlen", "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Applikation \\\"%s\\\" kann nicht installiert werden, da sie mit dieser ownCloud Version nicht kompatibel ist.", + "App \\\"%s\\\" cannot be installed because the following dependencies are not fulfilled: %s" : "Die App \\\"%s\\\" kann nicht installiert werden, weil die folgenden Abhängigkeiten nicht erfüllt sind: %s", "No app name specified" : "Es wurde kein Applikation-Name angegeben", "Unknown filetype" : "Unbekannter Dateityp", "Invalid image" : "Ungültiges Bild", |