diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-14 00:25:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-14 00:25:59 +0000 |
commit | dfbc0d8572395c459aa80df5e503b8688e2b7f6f (patch) | |
tree | e9f4e8342840c78bd5c24d8f7f418d9f28d52a36 /lib/l10n/en_GB.json | |
parent | b7d0c6031f5a7f744d73da1446663a6f0e4cd94c (diff) | |
download | nextcloud-server-dfbc0d8572395c459aa80df5e503b8688e2b7f6f.tar.gz nextcloud-server-dfbc0d8572395c459aa80df5e503b8688e2b7f6f.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/en_GB.json')
-rw-r--r-- | lib/l10n/en_GB.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index addf208cd88..e37d5ea041a 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -242,8 +242,6 @@ "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.", @@ -274,6 +272,8 @@ "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." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |