diff options
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 7c2316a8589..921f23cde33 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -22,6 +22,8 @@ OC.L10N.register( "An unknown error has occurred" : "An unknown error has occurred", "File could not be uploaded" : "File could not be uploaded", "Uploading …" : "Uploading …", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})", + "Uploading … ({currentNumber}/{total})" : "Uploading … ({currentNumber}/{total})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})", "Uploading that item is not supported" : "Uploading that item is not supported", "Target folder does not exist any more" : "Target folder does not exist any more", |