diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-11-22 00:20:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-11-22 00:20:22 +0000 |
commit | 38a854752cd557789552bd3a8ab48d190f2057d1 (patch) | |
tree | e0b80e8c3f0004a8508ecf91e03a0aa7f72a40d9 /apps/settings/l10n/en_GB.json | |
parent | e6648f3dd10a897674441dfead8920bbe3b718c0 (diff) | |
download | nextcloud-server-38a854752cd557789552bd3a8ab48d190f2057d1.tar.gz nextcloud-server-38a854752cd557789552bd3a8ab48d190f2057d1.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/en_GB.json')
-rw-r--r-- | apps/settings/l10n/en_GB.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json index 9b3ab6f5c15..d8acdbdc7bc 100644 --- a/apps/settings/l10n/en_GB.json +++ b/apps/settings/l10n/en_GB.json @@ -122,6 +122,7 @@ "Mail Providers" : "Mail Providers", "Mail provider enables sending emails directly through the user's personal email account. At present, this functionality is limited to calendar invitations. It requires Nextcloud Mail 4.1 and an email account in Nextcloud Mail that matches the user's email address in Nextcloud." : "Mail provider enables sending emails directly through the user's personal email account. At present, this functionality is limited to calendar invitations. It requires Nextcloud Mail 4.1 and an email account in Nextcloud Mail that matches the user's email address in Nextcloud.", "Send emails using" : "Send emails using", + "User's email account" : "User's email account", "System email account" : "System email account", "Security & setup checks" : "Security & setup checks", "Background jobs" : "Background jobs", @@ -238,6 +239,11 @@ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface.", "PHP getenv" : "PHP getenv", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response.", + "PHP file size upload limit" : "PHP file size upload limit", + "The PHP upload_max_filesize is too low. A size of at least %1$s is recommended. Current value: %2$s." : "The PHP upload_max_filesize is too low. A size of at least %1$s is recommended. Current value: %2$s.", + "The PHP post_max_size is too low. A size of at least %1$s is recommended. Current value: %2$s." : "The PHP post_max_size is too low. A size of at least %1$s is recommended. Current value: %2$s.", + "The PHP max_input_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "The PHP max_input_time is too low. A time of at least %1$s is recommended. Current value: %2$s.", + "The PHP max_execution_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "The PHP max_execution_time is too low. A time of at least %1$s is recommended. Current value: %2$s.", "PHP memory limit" : "PHP memory limit", "The PHP memory limit is below the recommended value of %s." : "The PHP memory limit is below the recommended value of %s.", "PHP modules" : "PHP modules", @@ -791,6 +797,7 @@ "Privacy policy" : "Privacy policy", "None/STARTTLS" : "None/STARTTLS", "SSL" : "SSL", + "Mail delivery is disabled by instance config \"%s\"." : "Mail delivery is disabled by instance config \"%s\".", "Open documentation" : "Open documentation", "It is important to set up this server to be able to send emails, like for password reset and notifications." : "It is important to set up this server to be able to send emails, like for password reset and notifications.", "Send mode" : "Send mode", |