diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-03-12 01:57:17 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-03-12 01:57:17 -0400 |
commit | 8320b8eb7aed2e5ca951663d2b3894f0484f407d (patch) | |
tree | d364c5f36ac404291a7c24718ee4fa961f6448a7 /settings/l10n/en_GB.php | |
parent | 364e1f852fe8640d7d6fa149f784a0d2d1de0a57 (diff) | |
download | nextcloud-server-8320b8eb7aed2e5ca951663d2b3894f0484f407d.tar.gz nextcloud-server-8320b8eb7aed2e5ca951663d2b3894f0484f407d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/en_GB.php')
-rw-r--r-- | settings/l10n/en_GB.php | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/settings/l10n/en_GB.php b/settings/l10n/en_GB.php index dafd8ab6d8d..2a02d53bd42 100644 --- a/settings/l10n/en_GB.php +++ b/settings/l10n/en_GB.php @@ -1,5 +1,13 @@ <?php $TRANSLATIONS = array( +"Invalid value supplied for %s" => "Invalid value supplied for %s", +"Saved" => "Saved", +"test email settings" => "test email settings", +"If you received this email, the settings seem to be correct." => "If you received this email, the settings seem to be correct.", +"A problem occurred while sending the e-mail. Please revisit your settings." => "A problem occurred whilst sending the e-mail. Please revisit your settings.", +"Email sent" => "Email sent", +"You need to set your user email before being able to send test emails." => "You need to set your user email before being able to send test emails.", +"Send mode" => "Send mode", "Encryption" => "Encryption", "Unable to load list from App Store" => "Unable to load list from App Store", "Authentication error" => "Authentication error", @@ -23,7 +31,9 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Incorrect admin recovery password. Please check the password and try again.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Back-end doesn't support password change, but the user's encryption key was successfully updated.", "Unable to change password" => "Unable to change password", +"Sending..." => "Sending...", "User Documentation" => "User Documentation", +"Admin Documentation" => "Admin Documentation", "Update to {appversion}" => "Update to {appversion}", "Disable" => "Disable", "Enable" => "Enable", @@ -36,6 +46,11 @@ $TRANSLATIONS = array( "Update" => "Update", "Updated" => "Updated", "Select a profile picture" => "Select a profile picture", +"Very weak password" => "Very weak password", +"Weak password" => "Weak password", +"So-so password" => "So-so password", +"Good password" => "Good password", +"Strong password" => "Strong password", "Decrypting files... Please wait, this can take some time." => "Decrypting files... Please wait, this can take some time.", "deleted" => "deleted", "undo" => "undo", @@ -54,6 +69,12 @@ $TRANSLATIONS = array( "Warnings, errors and fatal issues" => "Warnings, errors and fatal issues", "Errors and fatal issues" => "Errors and fatal issues", "Fatal issues only" => "Fatal issues only", +"None" => "None", +"Login" => "Login", +"Plain" => "Plain", +"NT LAN Manager" => "NT LAN Manager", +"SSL" => "SSL", +"TLS" => "TLS", "Security Warning" => "Security Warning", "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead.", "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.", @@ -91,6 +112,17 @@ $TRANSLATIONS = array( "Enforce HTTPS" => "Enforce HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "Forces the clients to connect to %s via an encrypted connection.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Please connect to your %s via HTTPS to enable or disable the SSL enforcement.", +"Email Server" => "Email Server", +"This is used for sending out notifications." => "This is used for sending out notifications.", +"From address" => "From address", +"Authentication required" => "Authentication required", +"Server address" => "Server address", +"Port" => "Port", +"Credentials" => "Credentials", +"SMTP Username" => "SMTP Username", +"SMTP Password" => "SMTP Password", +"Test email settings" => "Test email settings", +"Send email" => "Send email", "Log" => "Log", "Log level" => "Log level", "More" => "More", @@ -100,7 +132,9 @@ $TRANSLATIONS = array( "Add your App" => "Add your App", "More Apps" => "More Apps", "Select an App" => "Select an App", +"Documentation:" => "Documentation:", "See application page at apps.owncloud.com" => "See application page at apps.owncloud.com", +"See application website" => "See application website", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>", "Administrator Documentation" => "Administrator Documentation", "Online Documentation" => "Online Documentation", @@ -119,12 +153,14 @@ $TRANSLATIONS = array( "Full Name" => "Full Name", "Email" => "Email", "Your email address" => "Your email address", +"Fill in an email address to enable password recovery and receive notifications" => "Fill in an email address to enable password recovery and receive notifications", "Profile picture" => "Profile picture", "Upload new" => "Upload new", "Select new from Files" => "Select new from Files", "Remove image" => "Remove image", "Either png or jpg. Ideally square but you will be able to crop it." => "Either png or jpg. Ideally square but you will be able to crop it.", "Your avatar is provided by your original account." => "Your avatar is provided by your original account.", +"Cancel" => "Cancel", "Choose as profile image" => "Choose as profile image", "Language" => "Language", "Help translate" => "Help translate", |