diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-24 00:20:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-24 00:20:35 +0000 |
commit | eae454b67f4992d13af73a07ce06a39de23cecb8 (patch) | |
tree | ee84a31f00bbd58974391f3858983e96b42eace9 /lib/l10n/en_GB.js | |
parent | d5d91436211ec5efe73fc6a6e04561e7983a54b9 (diff) | |
download | nextcloud-server-eae454b67f4992d13af73a07ce06a39de23cecb8.tar.gz nextcloud-server-eae454b67f4992d13af73a07ce06a39de23cecb8.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 59a2da4847f..e6ce982a4e1 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -82,6 +82,11 @@ OC.L10N.register( "Empty file" : "Empty file", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator.", "Dot files are not allowed" : "Dot files are not allowed", + "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" is a forbidden file or folder name.", + "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" is a forbidden prefix for file or folder names.", + "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" is not allowed inside a file or folder name.", + "\"%1$s\" is a forbidden file type." : "\"%1$s\" is a forbidden file type.", + "Filenames must not end with \"%1$s\"." : "Filenames must not end with \"%1$s\".", "File already exists" : "File already exists", "Invalid path" : "Invalid path", "Failed to create file from template" : "Failed to create file from template", |