diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-08-13 00:13:29 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-08-13 00:13:29 +0000 |
commit | 4da01eeef642ebd48c9c8974e17e08db3de70687 (patch) | |
tree | f1211a30779518ae1ab56d0f770bbe7671e300ce /lib/l10n/de.js | |
parent | 11e089f112380b2c81bf1faa533ea6f626b40832 (diff) | |
download | nextcloud-server-4da01eeef642ebd48c9c8974e17e08db3de70687.tar.gz nextcloud-server-4da01eeef642ebd48c9c8974e17e08db3de70687.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/de.js')
-rw-r--r-- | lib/l10n/de.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/l10n/de.js b/lib/l10n/de.js index 0f0973d8e31..5e5107264e9 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -168,6 +168,12 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "Unvollständige Konfiguration des Storage. %s", "Storage connection error. %s" : "Verbindungsfehler zum Speicherplatz. %s", "Storage not available" : "Speicher nicht verfügbar", - "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s" + "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s", + "ownCloud %s or higher is required." : "ownCloud %s oder höher ist erforderlich.", + "ownCloud %s or lower is required." : "ownCloud %s oder niedriger ist erforderlich.", + "App \"%s\" cannot be installed because it is not compatible with this version of Nextcloud." : "Die App \"%s\" kann nicht installiert werden, da sie mit dieser Version von Nextcloud nicht kompatibel ist.", + "App can't be installed because it is not compatible with this version of Nextcloud" : "Die App kann nicht installiert werden, da sie mit dieser Version von Nextcloud nicht kompatibel ist", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "App kann nicht installiert werden, da die in info.xml/version angegebene Version von der vom App-Store berichteten abweicht", + "Hint: You can speed up the upgrade by executing this SQL command manually: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;" : "Tipp: Du kannst die Aktualisierung beschleunigen indem Du folgenden SQL-Befehl manuell ausführst: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;" }, "nplurals=2; plural=(n != 1);"); |