diff options
Diffstat (limited to 'apps/settings/l10n/en_GB.js')
-rw-r--r-- | apps/settings/l10n/en_GB.js | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index 402caa03b33..e95be641687 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -140,33 +140,29 @@ OC.L10N.register( "Reshare" : "Reshare", "Unlimited" : "Unlimited", "Verifying" : "Verifying", - "Checking for old user imported certificate" : "Checking for old user imported certificate", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "A background job is pending that checks for user imported SSL certificates. Please check back later.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", - "Checking for default phone region" : "Checking for default phone region", "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file.", "Internet connectivity" : "Internet connectivity", "Internet connectivity is disabled in configuration file." : "Internet connectivity is disabled in configuration file.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features.", - "Checking for old server-side-encryption being disabled" : "Checking for old server-side-encryption being disabled", + "Disabled" : "Disabled", "The old server-side-encryption format is enabled. We recommend disabling this." : "The old server-side-encryption format is enabled. We recommend disabling this.", - "Checking for PHP default charset" : "Checking for PHP default charset", "PHP configuration option default_charset should be UTF-8" : "PHP configuration option default_charset should be UTF-8", + "Supported" : "Supported", + "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 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 modules" : "PHP modules", - "This instance is missing some required PHP modules. It is required to install them: %s" : "This instance is missing some required PHP modules. It is required to install them: %s", - "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s", - "Checking for PHP version" : "Checking for PHP version", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible.", "You are currently running PHP %s." : "You are currently running PHP %s.", - "Checking for PHP output_buffering option" : "Checking for PHP output_buffering option", "PHP configuration option output_buffering must be disabled" : "PHP configuration option output_buffering must be disabled", - "Checking for configuration file access rights" : "Checking for configuration file access rights", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update.", "Nextcloud configuration file is writable" : "Nextcloud configuration file is writable", - "Checking for database version" : "Checking for database version", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher.", + "Architecture" : "Architecture", + "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel.", "Profile information" : "Profile information", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled", "Nextcloud settings" : "Nextcloud settings", @@ -211,7 +207,6 @@ OC.L10N.register( "Admin documentation" : "Admin documentation", "Developer documentation" : "Developer documentation", "This app is supported via your current Nextcloud subscription." : "This app is supported via your current Nextcloud subscription.", - "Supported" : "Supported", "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Featured apps are developed by and within the community. They offer central functionality and are ready for production use.", "Featured" : "Featured", "Update to {update}" : "Update to {update}", |