diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-07 00:19:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-07 00:19:10 +0000 |
commit | 305c3812a4def18ea90d21031067d7eecedb092a (patch) | |
tree | 3dc3e1004f278f83b5dd4a3fa849b54a67240ed8 /apps/files/l10n/en_GB.js | |
parent | 8e1af4913a1b3e19bf203d4edaaefe43124cb2cd (diff) | |
download | nextcloud-server-305c3812a4def18ea90d21031067d7eecedb092a.tar.gz nextcloud-server-305c3812a4def18ea90d21031067d7eecedb092a.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 19db63187df..4b3fb19dbe4 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -37,10 +37,7 @@ OC.L10N.register( "Set reminder" : "Set reminder", "Edit locally" : "Edit locally", "Open" : "Open", - "Delete file" : "Delete file", - "Delete folder" : "Delete folder", - "Disconnect storage" : "Disconnect storage", - "Leave this share" : "Leave this share", + "_Delete file_::_Delete files_" : ["Delete file","Delete files"], "Could not load info for file \"{file}\"" : "Could not load info for file \"{file}\"", "Files" : "Files", "Details" : "Details", @@ -263,6 +260,7 @@ OC.L10N.register( "Blank" : "Blank", "Unable to create new file from template" : "Unable to create new file from template", "Delete permanently" : "Delete permanently", + "Delete and unshare" : "Delete and unshare", "Destination is not a folder" : "Destination is not a folder", "This file/folder is already in that directory" : "This file/folder is already in that directory", "You cannot move a file/folder onto itself or into a subfolder of itself" : "You cannot move a file/folder onto itself or into a subfolder of itself", |