diff options
Diffstat (limited to 'lib/l10n/en_GB.json')
-rw-r--r-- | lib/l10n/en_GB.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index c6900709344..f836cdd3096 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -34,6 +34,9 @@ "The following platforms are supported: %s" : "The following platforms are supported: %s", "Server version %s or higher is required." : "Server version %s or higher is required.", "Server version %s or lower is required." : "Server version %s or lower is required.", + "Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "Logged in account must be an admin, a sub admin or gotten special right to access this setting", + "Logged in account must be an admin or sub admin" : "Logged in account must be an admin or sub admin", + "Logged in account must be an admin" : "Logged in account must be an admin", "Wiping of device %s has started" : "Wiping of device %s has started", "Wiping of device »%s« has started" : "Wiping of device »%s« has started", "»%s« started remote wipe" : "»%s« started remote wipe", @@ -112,15 +115,22 @@ "Headline" : "Headline", "Organisation" : "Organisation", "Role" : "Role", + "Unknown account" : "Unknown account", "Additional settings" : "Additional settings", + "Enter the database Login and name for %s" : "Enter the database Login and name for %s", + "Enter the database Login for %s" : "Enter the database Login for %s", "Enter the database name for %s" : "Enter the database name for %s", "You cannot use dots in the database name %s" : "You cannot use dots in the database name %s", + "MySQL Login and/or password not valid" : "MySQL Login and/or password not valid", "You need to enter details of an existing account." : "You need to enter details of an existing account.", "Oracle connection could not be established" : "Oracle connection could not be established", + "Oracle Login and/or password not valid" : "Oracle Login and/or password not valid", + "PostgreSQL Login and/or password not valid" : "PostgreSQL Login and/or password not valid", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! ", "For the best results, please consider using a GNU/Linux server instead." : "For the best results, please consider using a GNU/Linux server instead.", "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.", + "Set an admin Login." : "Set an admin Login.", "Set an admin password." : "Set an admin password.", "Cannot create or write into the data directory %s" : "Cannot create or write into the data directory %s", "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Sharing backend %s must implement the interface OCP\\Share_Backend", @@ -138,6 +148,7 @@ "Expiration date is in the past" : "Expiration date is in the past", "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Cannot set expiration date more than %n day in the future","Cannot set expiration date more than %n days in the future"], "Sharing is only allowed with group members" : "Sharing is only allowed with group members", + "Sharing %s failed, because this item is already shared with the account %s" : "Sharing %s failed, because this item is already shared with the account %s", "%1$s shared »%2$s« with you" : "%1$s shared »%2$s« with you", "%1$s shared »%2$s« with you." : "%1$s shared »%2$s« with you.", "Click the button below to open it." : "Click the button below to open it.", @@ -191,6 +202,14 @@ "Nov." : "Nov.", "Dec." : "Dec.", "A valid password must be provided" : "A valid password must be provided", + "The Login is already being used" : "The Login is already being used", + "Could not create account" : "Could not create account", + "Only the following characters are allowed in an Login: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Only the following characters are allowed in an Login: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"", + "A valid Login must be provided" : "A valid Login must be provided", + "Login contains whitespace at the beginning or at the end" : "Login contains whitespace at the beginning or at the end", + "Login must not consist of dots only" : "Login must not consist of dots only", + "Login is invalid because files already exist for this user" : "Login is invalid because files already exist for this user", + "Account disabled" : "Account disabled", "Login canceled by app" : "Login cancelled by app", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s", "a safe home for all your data" : "a safe home for all your data", @@ -223,6 +242,8 @@ "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.", + "Your data directory is readable by other people." : "Your data directory is readable by other people.", + "Please change the permissions to 0770 so that the directory cannot be listed by other people." : "Please change the permissions to 0770 so that the directory cannot be listed by other people.", "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.", |