diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-30 16:32:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-30 16:32:56 +0000 |
commit | 5ae6d1f4c34c652fd0bceb4de6e0ceebb0623f40 (patch) | |
tree | 2a9fcec85f856b181037e08ad5fdf4ff954ad9ab /lib/l10n/en_GB.json | |
parent | 69c00aea3d9feb46f77abfcc8a3f48535e00b12c (diff) | |
download | nextcloud-server-5ae6d1f4c34c652fd0bceb4de6e0ceebb0623f40.tar.gz nextcloud-server-5ae6d1f4c34c652fd0bceb4de6e0ceebb0623f40.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/en_GB.json')
-rw-r--r-- | lib/l10n/en_GB.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index 7d3aca2bb0d..76ee41c08c4 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -85,14 +85,15 @@ "\"%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\".", + "Invalid parent path" : "Invalid parent path", "File already exists" : "File already exists", "Invalid path" : "Invalid path", "Failed to create file from template" : "Failed to create file from template", "Templates" : "Templates", "Path contains invalid segments" : "Path contains invalid segments", - "File name is a reserved word" : "File name is a reserved word", - "File name contains at least one invalid character" : "File name contains at least one invalid character", - "File name is too long" : "File name is too long", + "Filename is a reserved word" : "Filename is a reserved word", + "Filename contains at least one invalid character" : "Filename contains at least one invalid character", + "Filename is too long" : "Filename is too long", "Empty filename is not allowed" : "Empty filename is not allowed", "App \"%s\" cannot be installed because appinfo file cannot be read." : "App \"%s\" cannot be installed because appinfo file cannot be read.", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "App \"%s\" cannot be installed. It is not compatible with this version of the server.", @@ -359,6 +360,9 @@ "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "Logged in user must be an admin, a sub-admin or has special right to access this setting", "Logged in user must be an admin or sub admin" : "Logged in user must be an admin or sub admin", "Logged in user must be an admin" : "Logged in user must be an admin", + "File name is a reserved word" : "File name is a reserved word", + "File name contains at least one invalid character" : "File name contains at least one invalid character", + "File name is too long" : "File name is too long", "Help" : "Help", "Users" : "Users", "Unknown user" : "Unknown user", |