diff options
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 6be3cb74991..c4c0e33b0d4 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -244,8 +244,6 @@ OC.L10N.register( "Please ask your server administrator to restart the web server." : "Please ask your server administrator to restart the web server.", "The required %s config variable is not configured in the config.php file." : "The required %s config variable is not configured in the config.php file.", "Please ask your server administrator to check the Nextcloud configuration." : "Please ask your server administrator to check the Nextcloud configuration.", - "PostgreSQL >= 9 required." : "PostgreSQL >= 9 required.", - "Please upgrade your database version." : "Please upgrade your database version.", "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.", "Your data directory must be an absolute path." : "Your data directory must be an absolute path.", @@ -264,9 +262,9 @@ OC.L10N.register( "Storage is temporarily not available" : "Storage is temporarily not available", "Storage connection timeout. %s" : "Storage connection timeout. %s", "Free prompt" : "Free prompt", - "Runs an arbitrary prompt through the built-in language model." : "Runs an arbitrary prompt through the built-in language model.", + "Runs an arbitrary prompt through the language model." : "Runs an arbitrary prompt through the language model.", "Generate headline" : "Generate headline", - "Generates a possible headline for a text" : "Generates a possible headline for a text", + "Generates a possible headline for a text." : "Generates a possible headline for a text.", "Summarize" : "Summarise", "Summarizes text by reducing its length without losing key information." : "Summarizes text by reducing its length without losing key information.", "Extract topics" : "Extract topics", @@ -276,6 +274,8 @@ OC.L10N.register( "The user limit has been reached and the user was not created. Check your notifications to learn more." : "The user limit has been reached and the user was not created. Check your notifications to learn more.", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"", "libxml2 2.7.0 is at least required. Currently %s is installed." : "libxml2 2.7.0 is at least required. Currently %s is installed.", - "To fix this issue update your libxml2 version and restart your web server." : "To fix this issue update your libxml2 version and restart your web server." + "To fix this issue update your libxml2 version and restart your web server." : "To fix this issue update your libxml2 version and restart your web server.", + "PostgreSQL >= 9 required." : "PostgreSQL >= 9 required.", + "Please upgrade your database version." : "Please upgrade your database version." }, "nplurals=2; plural=(n != 1);"); |