diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-30 16:32:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-30 16:32:47 +0000 |
commit | 4758166e2ddb5ed93ee596687de55f01ae4494cf (patch) | |
tree | 78f914c2b86172941fd522f8638019a8a72f9c6e /lib/l10n/en_GB.js | |
parent | 791fc9d95a3477ebfe7c72bb92aa44a28ec366db (diff) | |
download | nextcloud-server-4758166e2ddb5ed93ee596687de55f01ae4494cf.tar.gz nextcloud-server-4758166e2ddb5ed93ee596687de55f01ae4494cf.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 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index e6ce982a4e1..ba558c620e1 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -87,14 +87,15 @@ OC.L10N.register( "\"%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.", @@ -361,6 +362,9 @@ OC.L10N.register( "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", |