diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-31 01:55:39 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-31 01:55:39 -0400 |
commit | e00f25e5b06e6bc119a91f36a0bf232109cf964f (patch) | |
tree | 1088a2881aea48b3c5741ee1425a665f6dfadf2e /settings/l10n/en_GB.js | |
parent | 1c7f1a878742fc159ad8d221dc7b42d138f00a38 (diff) | |
download | nextcloud-server-e00f25e5b06e6bc119a91f36a0bf232109cf964f.tar.gz nextcloud-server-e00f25e5b06e6bc119a91f36a0bf232109cf964f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/en_GB.js')
-rw-r--r-- | settings/l10n/en_GB.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/settings/l10n/en_GB.js b/settings/l10n/en_GB.js index b35062e2824..ba8ac429ea6 100644 --- a/settings/l10n/en_GB.js +++ b/settings/l10n/en_GB.js @@ -1,9 +1,11 @@ OC.L10N.register( "settings", { - "Enabled" : "Enabled", - "Not enabled" : "Not enabled", - "Recommended" : "Recommended", + "Cron" : "Cron", + "Sharing" : "Sharing", + "Security" : "Security", + "Email Server" : "Email Server", + "Log" : "Log", "Authentication error" : "Authentication error", "Your full name has been changed." : "Your full name has been changed.", "Unable to change full name" : "Unable to change full name", @@ -33,6 +35,9 @@ OC.L10N.register( "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", + "Enabled" : "Enabled", + "Not enabled" : "Not enabled", + "Recommended" : "Recommended", "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.", @@ -117,14 +122,12 @@ OC.L10N.register( "Connectivity checks" : "Connectivity checks", "No problems found" : "No problems found", "Please double check the <a href='%s'>installation guides</a>." : "Please double check the <a href='%s'>installation guides</a>.", - "Cron" : "Cron", "Last cron was executed at %s." : "Last cron was executed at %s.", "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Last cron was executed at %s. This is more than an hour ago, something seems wrong.", "Cron was not executed yet!" : "Cron was not executed yet!", "Execute one task with each page loaded" : "Execute one task with each page loaded", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php is registered at a webcron service to call cron.php every 15 minutes over http.", "Use system's cron service to call the cron.php file every 15 minutes." : "Use system's cron service to call the cron.php file every 15 minutes.", - "Sharing" : "Sharing", "Allow apps to use the Share API" : "Allow apps to use the Share API", "Allow users to share via link" : "Allow users to share via link", "Enforce password protection" : "Enforce password protection", @@ -138,11 +141,9 @@ OC.L10N.register( "Allow users to send mail notification for shared files" : "Allow users to send mail notification for shared files", "Exclude groups from sharing" : "Exclude groups from sharing", "These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.", - "Security" : "Security", "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.", "Send mode" : "Send mode", "From address" : "From address", @@ -157,7 +158,6 @@ OC.L10N.register( "Store credentials" : "Store credentials", "Test email settings" : "Test email settings", "Send email" : "Send email", - "Log" : "Log", "Log level" : "Log level", "More" : "More", "Less" : "Less", |