diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-03-04 02:27:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-03-04 02:27:21 +0000 |
commit | a5370fc71e88a6dad1950e57beb4643358c3bc4c (patch) | |
tree | 3ed6e782e504254d0c9e03c35575a9b2c3f48731 /apps/settings | |
parent | 6c796217457ab24a5edb51503792e26c5c04c568 (diff) | |
download | nextcloud-server-a5370fc71e88a6dad1950e57beb4643358c3bc4c.tar.gz nextcloud-server-a5370fc71e88a6dad1950e57beb4643358c3bc4c.zip |
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings')
-rw-r--r-- | apps/settings/l10n/en_GB.js | 1 | ||||
-rw-r--r-- | apps/settings/l10n/en_GB.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index 5d47bdf12a4..d1d3a1cb5f9 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -446,6 +446,7 @@ OC.L10N.register( "Server address" : "Server address", "Port" : "Port", "Authentication method" : "Authentication method", + "Only applies when authentication is required" : "Only applies when authentication is required", "Authentication required" : "Authentication required", "Credentials" : "Credentials", "SMTP Username" : "SMTP Username", diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json index d0df4f955a6..fe8f00acd08 100644 --- a/apps/settings/l10n/en_GB.json +++ b/apps/settings/l10n/en_GB.json @@ -444,6 +444,7 @@ "Server address" : "Server address", "Port" : "Port", "Authentication method" : "Authentication method", + "Only applies when authentication is required" : "Only applies when authentication is required", "Authentication required" : "Authentication required", "Credentials" : "Credentials", "SMTP Username" : "SMTP Username", |