diff options
Diffstat (limited to 'core/l10n/en_GB.json')
-rw-r--r-- | core/l10n/en_GB.json | 69 |
1 files changed, 35 insertions, 34 deletions
diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json index e22897e3ba6..9b3ab370d5d 100644 --- a/core/l10n/en_GB.json +++ b/core/l10n/en_GB.json @@ -205,6 +205,25 @@ "Login form is disabled." : "Login form is disabled.", "The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "The Nextcloud login form is disabled. Use another login option if available or contact your administration.", "More actions" : "More actions", + "Security warning" : "Security warning", + "Storage & database" : "Storage & database", + "Data folder" : "Data folder", + "Install and activate additional PHP modules to choose other database types." : "Install and activate additional PHP modules to choose other database types.", + "For more details check out the documentation." : "For more details check out the documentation.", + "Performance warning" : "Performance warning", + "You chose SQLite as database." : "You chose SQLite as database.", + "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite should only be used for minimal and development instances. For production we recommend a different database backend.", + "If you use clients for file syncing, the use of SQLite is highly discouraged." : "If you use clients for file syncing, the use of SQLite is highly discouraged.", + "Database user" : "Database user", + "Database password" : "Database password", + "Database name" : "Database name", + "Database tablespace" : "Database tablespace", + "Please specify the port number along with the host name (e.g., localhost:5432)." : "Please specify the port number along with the host name (e.g., localhost:5432).", + "Database host" : "Database host", + "Installing …" : "Installing …", + "Install" : "Install", + "Need help?" : "Need help?", + "See the documentation" : "See the documentation", "{name} version {version} and above" : "{name} version {version} and above", "This browser is not supported" : "This browser is not supported", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Your browser is not supported. Please upgrade to a newer version or a supported one.", @@ -245,11 +264,6 @@ "Type to search for existing projects" : "Type to search for existing projects", "New in" : "New in", "View changelog" : "View changelog", - "Very weak password" : "Very weak password", - "Weak password" : "Weak password", - "So-so password" : "So-so password", - "Good password" : "Good password", - "Strong password" : "Strong password", "No action available" : "No action available", "Error fetching contact actions" : "Error fetching contact actions", "Close \"{dialogTitle}\" dialog" : "Close \"{dialogTitle}\" dialogue", @@ -287,34 +301,6 @@ "File: %s" : "File: %s", "Line: %s" : "Line: %s", "Trace" : "Trace", - "Security warning" : "Security warning", - "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Your data directory and files are probably accessible from the internet because the .htaccess file does not work.", - "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>.", - "<strong>Create an admin account</strong>" : "<strong>Create an admin account</strong>", - "New admin account name" : "New admin account name", - "New admin password" : "New admin password", - "Show password" : "Show password", - "Toggle password visibility" : "Toggle password visibility", - "Storage & database" : "Storage & database", - "Data folder" : "Data folder", - "Configure the database" : "Configure the database", - "Only %s is available." : "Only %s is available.", - "Install and activate additional PHP modules to choose other database types." : "Install and activate additional PHP modules to choose other database types.", - "For more details check out the documentation." : "For more details check out the documentation.", - "Database account" : "Database account", - "Database password" : "Database password", - "Database name" : "Database name", - "Database tablespace" : "Database tablespace", - "Database host" : "Database host", - "Please specify the port number along with the host name (e.g., localhost:5432)." : "Please specify the port number along with the host name (e.g., localhost:5432).", - "Performance warning" : "Performance warning", - "You chose SQLite as database." : "You chose SQLite as database.", - "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite should only be used for minimal and development instances. For production we recommend a different database backend.", - "If you use clients for file syncing, the use of SQLite is highly discouraged." : "If you use clients for file syncing, the use of SQLite is highly discouraged.", - "Install" : "Install", - "Installing …" : "Installing …", - "Need help?" : "Need help?", - "See the documentation" : "See the documentation", "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue.", "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Could not remove CAN_INSTALL from the config folder. Please remove this file manually.", "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page.", @@ -383,7 +369,22 @@ "Edit Profile" : "Edit Profile", "The headline and about sections will show up here" : "The headline and about sections will show up here", "Error loading message template: {error}" : "Error loading message template: {error}", + "Very weak password" : "Very weak password", + "Weak password" : "Weak password", + "So-so password" : "So-so password", + "Good password" : "Good password", + "Strong password" : "Strong password", "Profile not found" : "Profile not found", - "The profile does not exist." : "The profile does not exist." + "The profile does not exist." : "The profile does not exist.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Your data directory and files are probably accessible from the internet because the .htaccess file does not work.", + "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>.", + "<strong>Create an admin account</strong>" : "<strong>Create an admin account</strong>", + "New admin account name" : "New admin account name", + "New admin password" : "New admin password", + "Show password" : "Show password", + "Toggle password visibility" : "Toggle password visibility", + "Configure the database" : "Configure the database", + "Only %s is available." : "Only %s is available.", + "Database account" : "Database account" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |