blob: e5024e6058d492a7b21e6986ff8d9bb018c7856f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
en:
devise:
invitations:
send_instructions: 'An invitation email has been sent to %{email}.'
invitation_token_invalid: 'The invitation token provided is not valid!'
updated: 'Your password was set successfully. You are now signed in.'
no_invitations_remaining: "No invitations remaining"
invitation_removed: 'Your invitation was removed.'
new:
header: "Send invitation"
submit_button: "Send an invitation"
edit:
header: "Set your password"
submit_button: "Set my password"
mailer:
invitation_instructions:
subject: 'Invitation instructions'
hello: 'Hello %{email}'
someone_invited_you: 'Someone has invited you to %{url}, you can accept it through the link below.'
accept: 'Accept invitation'
ignore: "If you don't want to accept the invitation, please ignore this email.<br />Your account won't be created until you access the link above and set your password."
|