diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-17 01:55:43 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-17 01:55:43 -0400 |
commit | ce179dcdcb171aef4f7e84025706237b54f0340f (patch) | |
tree | 0a4ba40fd42895a82a9a977fa1dd5c3644cb7f48 /core/l10n/en_GB.php | |
parent | dd2dd7eaae9dd9e70942f216ebefa69fec3a1bab (diff) | |
download | nextcloud-server-ce179dcdcb171aef4f7e84025706237b54f0340f.tar.gz nextcloud-server-ce179dcdcb171aef4f7e84025706237b54f0340f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/en_GB.php')
-rw-r--r-- | core/l10n/en_GB.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/core/l10n/en_GB.php b/core/l10n/en_GB.php index 210ee74db26..ffaca5de1c5 100644 --- a/core/l10n/en_GB.php +++ b/core/l10n/en_GB.php @@ -34,6 +34,8 @@ $TRANSLATIONS = array( "Settings" => "Settings", "File" => "File", "Folder" => "Folder", +"Image" => "Image", +"Audio" => "Audio", "Saving..." => "Saving...", "seconds ago" => "seconds ago", "_%n minute ago_::_%n minutes ago_" => array("%n minute ago","%n minutes ago"), @@ -45,7 +47,12 @@ $TRANSLATIONS = array( "_%n month ago_::_%n months ago_" => array("%n month ago","%n months ago"), "last year" => "last year", "years ago" => "years ago", +"Couldn't send reset email. Please contact your administrator." => "Couldn't send reset email. Please contact your administrator.", +"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." => "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator.", +"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" => "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?", +"I know what I'm doing" => "I know what I'm doing", "Reset password" => "Reset password", +"Password can not be changed. Please contact your administrator." => "Password can not be changed. Please contact your administrator.", "Yes" => "Yes", "No" => "No", "Choose" => "Choose", @@ -119,6 +126,9 @@ $TRANSLATIONS = array( "Please reload the page." => "Please reload the page.", "The update was unsuccessful." => "The update was unsuccessful.", "The update was successful. Redirecting you to ownCloud now." => "The update was successful. Redirecting you to ownCloud now.", +"Couldn't reset password because the token is invalid" => "Couldn't reset password because the token is invalid", +"Couldn't send reset email. Please make sure your username is correct." => "Couldn't send reset email. Please make sure your username is correct.", +"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Couldn't send reset email because there is no email address for this username. Please contact your administrator.", "%s password reset" => "%s password reset", "Use the following link to reset your password: {link}" => "Use the following link to reset your password: {link}", "You will receive a link to reset your password via Email." => "You will receive a link to reset your password via email.", @@ -127,6 +137,7 @@ $TRANSLATIONS = array( "Yes, I really want to reset my password now" => "Yes, I really want to reset my password now", "Reset" => "Reset", "New password" => "New password", +"New Password" => "New Password", "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.", "Personal" => "Personal", @@ -175,6 +186,7 @@ $TRANSLATIONS = array( "Please change your password to secure your account again." => "Please change your password to secure your account again.", "Server side authentication failed!" => "Server side authentication failed!", "Please contact your administrator." => "Please contact your administrator.", +"Forgot your password? Reset it!" => "Forgot your password? Reset it!", "remember" => "remember", "Log in" => "Log in", "Alternative Logins" => "Alternative Logins", |