diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-22 00:20:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-22 00:20:22 +0000 |
commit | b33260a22c7099e15903f2f9cf8f27d64680d663 (patch) | |
tree | 01280bd0f2c447d6d905532dab3b8f785e1251e7 /lib/l10n/en_GB.js | |
parent | 003bf4b8ee3a1cf8e19f62b94bafe26e03448ddb (diff) | |
download | nextcloud-server-b33260a22c7099e15903f2f9cf8f27d64680d663.tar.gz nextcloud-server-b33260a22c7099e15903f2f9cf8f27d64680d663.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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 5730d364764..9efd9d0f7ec 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -82,8 +82,6 @@ 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", - "Invalid character \"%1$s\" in filename" : "Invalid character \"%1$s\" in filename", - "Invalid filename extension \"%1$s\"" : "Invalid filename extension \"%1$s\"", "File already exists" : "File already exists", "Invalid path" : "Invalid path", "Failed to create file from template" : "Failed to create file from template", @@ -274,7 +272,7 @@ OC.L10N.register( "The audio to transcribe" : "The audio to transcribe", "Transcription" : "Transcription", "The transcribed text" : "The transcribed text", - "ContextWrite" : "ContextWrite", + "Context write" : "Context write", "Writes text in a given style based on the provided source material." : "Writes text in a given style based on the provided source material.", "Writing style" : "Writing style", "Demonstrate a writing style that you would like to immitate" : "Demonstrate a writing style that you would like to immitate", @@ -378,6 +376,8 @@ OC.L10N.register( "User disabled" : "User disabled", "Your data directory is readable by other users." : "Your data directory is readable by other users.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Please change the permissions to 0770 so that the directory cannot be listed by other users.", - "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ensure there is a file called \".ocdata\" in the root of the data directory." + "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ensure there is a file called \".ocdata\" in the root of the data directory.", + "Invalid character \"%1$s\" in filename" : "Invalid character \"%1$s\" in filename", + "Invalid filename extension \"%1$s\"" : "Invalid filename extension \"%1$s\"" }, "nplurals=2; plural=(n != 1);"); |