Merge remote-tracking branch 'upstream/pull/3232'
This commit is contained in:
commit
36b0a3d135
12 changed files with 75 additions and 48 deletions
|
@ -1535,7 +1535,6 @@ en:
|
|||
unknown token: "That confirmation code has expired or does not exist."
|
||||
reconfirm_html: "If you need us to resend the confirmation email, <a href=\"%{reconfirm}\">click here</a>."
|
||||
confirm_resend:
|
||||
success_html: "We've sent a new confirmation note to %{email} and as soon as you confirm your account you'll be able to get mapping.<br /><br />If you use an antispam system which sends confirmation requests then please make sure you whitelist %{sender} as we are unable to reply to any confirmation requests."
|
||||
failure: "User %{name} not found."
|
||||
confirm_email:
|
||||
heading: Confirm a change of email address
|
||||
|
@ -1544,6 +1543,9 @@ en:
|
|||
success: "Confirmed your change of email address!"
|
||||
failure: "An email address has already been confirmed with this token."
|
||||
unknown_token: "That confirmation code has expired or does not exist."
|
||||
resend_success_flash:
|
||||
confirmation_sent: We've sent a new confirmation note to %{email} and as soon as you confirm your account you'll be able to get mapping.
|
||||
whitelist: If you use an antispam system which sends confirmation requests then please make sure you whitelist %{sender} as we are unable to reply to any confirmation requests.
|
||||
messages:
|
||||
inbox:
|
||||
title: "Inbox"
|
||||
|
@ -2332,8 +2334,6 @@ en:
|
|||
auth no password: "With third party authentication a password is not required, but some extra tools or server may still need one."
|
||||
continue: Sign Up
|
||||
terms accepted: "Thanks for accepting the new contributor terms!"
|
||||
terms declined: "We are sorry that you have decided to not accept the new Contributor Terms. For more information, please see <a href=\"%{url}\">this wiki page</a>."
|
||||
terms declined url: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
|
||||
terms:
|
||||
title: "Terms"
|
||||
heading: "Terms"
|
||||
|
@ -2356,6 +2356,10 @@ en:
|
|||
france: "France"
|
||||
italy: "Italy"
|
||||
rest_of_world: "Rest of the world"
|
||||
terms_declined_flash:
|
||||
terms_declined_html: We are sorry that you have decided to not accept the new Contributor Terms. For more information, please see %{terms_declined_link}.
|
||||
terms_declined_link: this wiki page
|
||||
terms_declined_url: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
|
||||
no_such_user:
|
||||
title: "No such user"
|
||||
heading: "The user %{user} does not exist"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue