diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-02-15 01:12:49 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-02-15 01:12:49 +0000 |
commit | 49a0ea01e53be89c4a8bccf26e2327f6f5c41fc5 (patch) | |
tree | be251c41f9e373cb497706f33d18490132867650 /apps/files/l10n/en_GB.js | |
parent | f3dc0d32dbcc9568321d3442a7bd9f0c3f179cee (diff) | |
download | nextcloud-server-49a0ea01e53be89c4a8bccf26e2327f6f5c41fc5.tar.gz nextcloud-server-49a0ea01e53be89c4a8bccf26e2327f6f5c41fc5.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 36dc2d26c45..7f9675a7934 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -137,7 +137,6 @@ OC.L10N.register( "Show hidden files" : "Show hidden files", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>", - "Cancel upload" : "Cancel upload", "No files in here" : "No files in here", "Upload some content or sync with your devices!" : "Upload some content or sync with your devices!", "No entries found in this folder" : "No entries found in this folder", @@ -153,6 +152,7 @@ OC.L10N.register( "Shared by link" : "Shared by link", "Text file" : "Text file", "New text file.txt" : "New text file.txt", - "Target folder" : "Target folder" + "Target folder" : "Target folder", + "Cancel upload" : "Cancel upload" }, "nplurals=2; plural=(n != 1);"); |