diff options
Diffstat (limited to 'apps/files/l10n/de.js')
-rw-r--r-- | apps/files/l10n/de.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js index 791524dc6b1..068cbe85376 100644 --- a/apps/files/l10n/de.js +++ b/apps/files/l10n/de.js @@ -32,6 +32,15 @@ OC.L10N.register( "Could not get result from server." : "Ergebnis konnte nicht vom Server abgerufen werden.", "Uploading..." : "Hochladen…", "..." : "...", + "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} Stunde{plural_s} übrig", + "{hours}:{minutes}h" : "{hours}:{minutes}h", + "{minutes}:{seconds} minute{plural_s} left" : "{minutes}:{seconds} Minute{plural_s} übrig", + "{minutes}:{seconds}m" : "{minutes}:{seconds}m", + "{seconds} second{plural_s} left" : "{seconds} Sekund{plural_s} übrig", + "{seconds}s" : "{seconds}n", + "Any moment now..." : "Jeden Augenblick...", + "Soon..." : "Bald...", + "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})", "File upload is in progress. Leaving the page now will cancel the upload." : "Dateiupload läuft. Wenn Du die Seite jetzt verlässt, wird der Upload abgebrochen.", "Actions" : "Aktionen", "Download" : "Herunterladen", |