diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-12-21 02:30:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-12-21 02:30:14 +0000 |
commit | 78d8723d0cc8c726cc02dd41439f1c7e2a50136d (patch) | |
tree | 309032247bd62ee756313ecfb9b87ff806ed9fa5 /lib/l10n/en_GB.js | |
parent | 761221bc80d01cd6f79f4e6ce4ba3fc298547ac1 (diff) | |
download | nextcloud-server-78d8723d0cc8c726cc02dd41439f1c7e2a50136d.tar.gz nextcloud-server-78d8723d0cc8c726cc02dd41439f1c7e2a50136d.zip |
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 1b4f1783425..58a09b89beb 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -263,32 +263,12 @@ OC.L10N.register( "Storage connection error. %s" : "Storage connection error. %s", "Storage is temporarily not available" : "Storage is temporarily not available", "Storage connection timeout. %s" : "Storage connection timeout. %s", - "This can usually be fixed by giving the webserver write access to the config directory." : "This can usually be fixed by giving the webserver write access to the config directory.", "%s enter the database username and name." : "%s enter the database username and name.", "%s enter the database username." : "%s enter the database username.", "%s enter the database name." : "%s enter the database name.", "%s you may not use dots in the database name" : "%s you may not use dots in the database name", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir setting has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged.", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP.", - "The user limit has been reached and the user was not created." : "The user limit has been reached and the user was not created.", - "Cannot read file" : "Cannot read file", - "Cannot write into \"config\" directory" : "Cannot write into \"config\" directory", - "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "This can usually be fixed by giving the webserver write access to the config directory. See %s", - "Cannot write into \"apps\" directory" : "Cannot write into \"apps\" directory", - "This can usually be fixed by giving the webserver write access to the apps directory or disabling the App Store in the config file." : "This can usually be fixed by giving the webserver write access to the apps directory or disabling the App Store in the config file.", - "Cannot create \"data\" directory" : "Cannot create \"data\" directory", - "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "This can usually be fixed by giving the webserver write access to the root directory. See %s", - "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s.", - "Setting locale to %s failed" : "Setting locale to %s failed", - "Please install one of these locales on your system and restart your webserver." : "Please install one of these locales on your system and restart your webserver.", - "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"", - "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini", - "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", - "Your data directory must be an absolute path" : "Your data directory must be an absolute path", - "Check the value of \"datadirectory\" in your configuration" : "Check the value of \"datadirectory\" in your configuration", - "Your data directory is invalid" : "Your data directory is invalid", "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." }, "nplurals=2; plural=(n != 1);"); |