diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-06 21:44:36 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-06 21:44:36 -0500 |
commit | 263603aa4cf6747460c13443c400f53d90a31bf1 (patch) | |
tree | 06d29a356eb6723461e705885239322728eb7be4 /settings/l10n/en_GB.php | |
parent | b9aec16037f9bb98c7a69c63df3bdda1daa3f165 (diff) | |
download | nextcloud-server-263603aa4cf6747460c13443c400f53d90a31bf1.tar.gz nextcloud-server-263603aa4cf6747460c13443c400f53d90a31bf1.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/en_GB.php')
-rw-r--r-- | settings/l10n/en_GB.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/settings/l10n/en_GB.php b/settings/l10n/en_GB.php index a0789cc1f7f..c5c50b1e16d 100644 --- a/settings/l10n/en_GB.php +++ b/settings/l10n/en_GB.php @@ -2,8 +2,6 @@ $TRANSLATIONS = array( "Unable to load list from App Store" => "Unable to load list from App Store", "Authentication error" => "Authentication error", -"Your display name has been changed." => "Your display name has been changed.", -"Unable to change display name" => "Unable to change display name", "Group already exists" => "Group already exists", "Unable to add group" => "Unable to add group", "Email saved" => "Email saved", @@ -48,6 +46,11 @@ $TRANSLATIONS = array( "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__", +"Everything (fatal issues, errors, warnings, info, debug)" => "Everything (fatal issues, errors, warnings, info, debug)", +"Info, warnings, errors and fatal issues" => "Info, warnings, errors and fatal issues", +"Warnings, errors and fatal issues" => "Warnings, errors and fatal issues", +"Errors and fatal issues" => "Errors and fatal issues", +"Fatal issues only" => "Fatal issues only", "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.", "Setup Warning" => "Setup Warning", @@ -106,7 +109,6 @@ $TRANSLATIONS = array( "Current password" => "Current password", "New password" => "New password", "Change password" => "Change password", -"Display Name" => "Display Name", "Email" => "Email", "Your email address" => "Your email address", "Fill in an email address to enable password recovery" => "Fill in an email address to enable password recovery", @@ -130,11 +132,11 @@ $TRANSLATIONS = array( "Admin Recovery Password" => "Admin Recovery Password", "Enter the recovery password in order to recover the users files during password change" => "Enter the recovery password in order to recover the user's files during password change", "Default Storage" => "Default Storage", +"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Please enter storage quota (e.g. \"512 MB\" or \"12 GB\")", "Unlimited" => "Unlimited", "Other" => "Other", "Username" => "Username", "Storage" => "Storage", -"change display name" => "change display name", "set new password" => "set new password", "Default" => "Default" ); |