diff options
Diffstat (limited to 'lib/l10n/de.json')
-rw-r--r-- | lib/l10n/de.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/l10n/de.json b/lib/l10n/de.json index 72e05f676e4..9349f1cad2b 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -166,6 +166,12 @@ "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;" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |