diff options
Diffstat (limited to 'apps/settings/l10n/en_GB.js')
-rw-r--r-- | apps/settings/l10n/en_GB.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index 9a38166c566..5d47bdf12a4 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -435,6 +435,7 @@ OC.L10N.register( "Error: This app cannot be enabled because it makes the server unstable" : "Error: This app cannot be enabled because it makes the server unstable", "Documentation" : "Documentation", "Forum" : "Forum", + "Login" : "Login", "SSL/TLS" : "SSL/TLS", "Open documentation" : "Open documentation", "It is important to set up this server to be able to send emails, like for password reset and notifications." : "It is important to set up this server to be able to send emails, like for password reset and notifications.", @@ -444,6 +445,8 @@ OC.L10N.register( "From address" : "From address", "Server address" : "Server address", "Port" : "Port", + "Authentication method" : "Authentication method", + "Authentication required" : "Authentication required", "Credentials" : "Credentials", "SMTP Username" : "SMTP Username", "SMTP Password" : "SMTP Password", @@ -522,12 +525,9 @@ OC.L10N.register( "Address" : "Address", "Avatar" : "Avatar", "An error occured during the request. Unable to proceed." : "An error occured during the request. Unable to proceed.", - "Login" : "Login", "Plain" : "Plain", "NT LAN Manager" : "NT LAN Manager", "STARTTLS" : "STARTTLS", - "Authentication method" : "Authentication method", - "Authentication required" : "Authentication required", "Please read carefully before activating server-side encryption: " : "Please read carefully before activating server-side encryption: ", "Enable encryption" : "Enable encryption", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'", |