diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-30 16:33:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-30 16:33:04 +0000 |
commit | 49634892696ff77d86fcae650a73f82cca4160bb (patch) | |
tree | 831a1b8b8cb6e5f35f82d78899fb859299eccc5c /apps/files/l10n/en_GB.js | |
parent | 3dd43006fd5539b833d547884c5d52d9cc4883e7 (diff) | |
download | nextcloud-server-49634892696ff77d86fcae650a73f82cca4160bb.tar.gz nextcloud-server-49634892696ff77d86fcae650a73f82cca4160bb.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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 7e2e9b6efef..3813445dd8e 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -379,6 +379,10 @@ OC.L10N.register( "Copy direct link (only works for users who have access to this file/folder)" : "Copy direct link (only works for users who have access to this file/folder)", "\"remote user\"" : "\"remote user\"", "{newName} already exists." : "{newName} already exists.", + "\"{segment}\" is not allowed inside a filename." : "\"{segment}\" is not allowed inside a filename.", + "\"{segment}\" is a forbidden file or folder name." : "\"{segment}\" is a forbidden file or folder name.", + "\"{segment}\" is not an allowed filetype." : "\"{segment}\" is not an allowed filetype.", + "Filenames must not end with \"{segment}\"." : "Filenames must not end with \"{segment}\".", "Name cannot be empty" : "Name cannot be empty", "Another entry with the same name already exists" : "Another entry with the same name already exists", "Storage informations" : "Storage informations", |