diff --git a/locales/en.json b/locales/en.json index 77ddeb0b..4583054e 100644 --- a/locales/en.json +++ b/locales/en.json @@ -219,7 +219,13 @@ "footer_links": "Footer links", "delete_footer_link_confirm": "Sure to remove this link?", "edit_place": "Edit place", - "new_announcement": "New announcement" + "new_announcement": "New announcement", + "show_smtp_setup": "Email settings", + "smtp_hostname": "SMTP Hostname", + "smtp_description": "Gancio send email:
", + "smtp_test_success": "A test email is sent to {admin_email}, please check your inbox", + "smtp_test_button": "Send a test email" + }, "auth": { "not_confirmed": "Not confirmed yet…", @@ -265,7 +271,7 @@ "setup": { "check_db": "Check DB", "completed": "Setup completed", - "completed_description": "Installation completed!
You can now login with the following user: {email} / {password}. Please write to us at gancio@cisti.org for any question.", + "completed_description": "

Installation completed!
You can now login with the following user:
User: {email}
Password: {password}

!

", "start": "Start" } }