<%= gettext('Sign in using') %>
<%= gettext('Add another email') %> <%= gettext('This is not me...') %>
<% if (privacy_url && tos_url) { %>

<%= format( gettext('By clicking %s, you confirm that you accept this site\'s Terms of Use and Privacy Policy.'), [ gettext('sign in'), format(' href="%s" target="_new"', [tos_url]), format(' href="%s" target="_new"', [privacy_url]) ]) %>

<% } %>