diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-01-06 01:11:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-01-06 01:11:09 +0000 |
commit | 2e683d350203fed52c835f9cda9ed53b912f6bbb (patch) | |
tree | 492295e7f3a9e9e8d28641f08fa36178db74a5c1 /apps/files/l10n/en_GB.js | |
parent | 68e205e827c3bac7dcd3d392823e367fb58b66f7 (diff) | |
download | nextcloud-server-2e683d350203fed52c835f9cda9ed53b912f6bbb.tar.gz nextcloud-server-2e683d350203fed52c835f9cda9ed53b912f6bbb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 424d470d970..21f6e339784 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -62,8 +62,11 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "You don’t have permission to upload or create files here", "_Uploading %n file_::_Uploading %n files_" : ["Uploading %n file","Uploading %n files"], "New" : "New", + "{used} of {quota} used" : "{used} of {quota} used", + "{used} used" : "{used} used", "\"{name}\" is an invalid file name." : "\"{name}\" is an invalid file name.", "File name cannot be empty." : "File name cannot be empty.", + "\"/\" is not allowed inside a file name." : "\"/\" is not allowed inside a file name.", "\"{name}\" is not an allowed filetype" : "\"{name}\" is not an allowed filetype", "Storage of {owner} is full, files can not be updated or synced anymore!" : "Storage of {owner} is full, files can not be updated or synced anymore!", "Your storage is full, files can not be updated or synced anymore!" : "Your storage is full, files can not be updated or synced anymore!", |