diff options
Diffstat (limited to 'settings/l10n/en_GB.php')
-rw-r--r-- | settings/l10n/en_GB.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/l10n/en_GB.php b/settings/l10n/en_GB.php index cb76efde611..a0789cc1f7f 100644 --- a/settings/l10n/en_GB.php +++ b/settings/l10n/en_GB.php @@ -46,6 +46,7 @@ $TRANSLATIONS = array( "A valid username must be provided" => "A valid username must be provided", "Error creating user" => "Error creating user", "A valid password must be provided" => "A valid password must be provided", +"Warning: Home directory for user \"{user}\" already exists" => "Warning: Home directory for user \"{user}\" already exists", "__language_name__" => "__language_name__", "Security Warning" => "Security Warning", "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root.", @@ -119,6 +120,7 @@ $TRANSLATIONS = array( "Language" => "Language", "Help translate" => "Help translate", "WebDAV" => "WebDAV", +"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>", "Encryption" => "Encryption", "The encryption app is no longer enabled, decrypt all your file" => "The encryption app is no longer enabled, decrypt all your files", "Log-in password" => "Log-in password", |