diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-17 01:54:56 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-17 01:54:56 -0400 |
commit | c24a685ab5bb1ae8e2e71cbac0a64ee53c99fc1a (patch) | |
tree | ded8fdaa09bdab7ae9610ffb38786fb7e47b1516 /apps/files/l10n/en_GB.js | |
parent | bafa02d312fadc980504e35dc9eb62dfebcd46cf (diff) | |
download | nextcloud-server-c24a685ab5bb1ae8e2e71cbac0a64ee53c99fc1a.tar.gz nextcloud-server-c24a685ab5bb1ae8e2e71cbac0a64ee53c99fc1a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 7e1d81f89bd..ec8b821c3e7 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -32,6 +32,15 @@ OC.L10N.register( "Could not get result from server." : "Could not get result from server.", "Uploading..." : "Uploading...", "..." : "...", + "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} hour{plural_s} left", + "{hours}:{minutes}h" : "{hours}:{minutes}h", + "{minutes}:{seconds} minute{plural_s} left" : "{minutes}:{seconds} minute{plural_s} left", + "{minutes}:{seconds}m" : "{minutes}:{seconds}m", + "{seconds} second{plural_s} left" : "{seconds} second{plural_s} left", + "{seconds}s" : "{seconds}s", + "Any moment now..." : "Any moment now...", + "Soon..." : "Soon...", + "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})", "File upload is in progress. Leaving the page now will cancel the upload." : "File upload is in progress. Leaving the page now will cancel the upload.", "Actions" : "Actions", "Download" : "Download", @@ -77,6 +86,7 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], "Favorited" : "Favourited", "Favorite" : "Favourite", + "Local link" : "Local link", "Folder" : "Folder", "New folder" : "New folder", "{newname} already exists" : "{newname} already exists", |