Supplier mail changing and polishing
This commit is contained in:
@@ -19,7 +19,17 @@ en:
|
||||
unconfirmed: "You have to confirm your account before continuing."
|
||||
mailer:
|
||||
confirmation_instructions:
|
||||
subject: "Confirmation instructions"
|
||||
supplier_subject: "Confirmation instructions2"
|
||||
supplier:
|
||||
salutation: "Welcome to Qwaiter %{email}!"
|
||||
body: |
|
||||
<p>
|
||||
You requested a Qwaiter account or want to change data that need reconfirmation.
|
||||
If this is not wat you requested please ignore this email.<br>
|
||||
To activate your account click the link below:<br>
|
||||
<br>
|
||||
<a href="%{confirm_url}">Confirm my account or changes %{unconfirmed_email}</a>
|
||||
</p>
|
||||
reset_password_instructions:
|
||||
subject: "Reset password instructions"
|
||||
unlock_instructions:
|
||||
|
||||
@@ -9,6 +9,13 @@ nl:
|
||||
other: "%{count} fouten verhinderden het uitvoeren van de actie:"
|
||||
|
||||
devise:
|
||||
confirmations:
|
||||
send_instructions: 'Er wordt een een e-mail naar je toe gestuurd waarin je je account kan bevestigen.'
|
||||
confirmed: 'De activatie van je account is succesvol. Je bent nu aangemeld!'
|
||||
did_not_receive_instructions_link: "Heeft u geen bevestigingsinstructies ontvangen?"
|
||||
did_not_receive: 'Heeft u geen bevestigingsinstructies ontvangen?'
|
||||
supplier:
|
||||
confirmed_and_signed_in: Account bevestigd en ingelogd
|
||||
failure:
|
||||
already_authenticated: 'U bent reeds ingelogd.'
|
||||
unauthenticated: 'U moet inloggen voordat u verder kunt'
|
||||
@@ -35,11 +42,6 @@ nl:
|
||||
updated: 'Uw wachtwoord is succesvol gewijzigd. U bent nu ingelogd.'
|
||||
forgot_password: Wachtwoord vergeten?
|
||||
send_instructions_button: Stuur mij reset instructies
|
||||
confirmations:
|
||||
send_instructions: 'Er wordt een een e-mail naar je toe gestuurd waarin je je account kan bevestigen.'
|
||||
confirmed: 'De activatie van je account is succesvol. Je bent nu aangemeld!'
|
||||
did_not_receive_instructions_link: "Heeft u geen bevestigingsinstructies ontvangen?"
|
||||
did_not_receive: 'Heeft u geen bevestigingsinstructies ontvangen?'
|
||||
registrations:
|
||||
title: Aanmelden
|
||||
button: Aanmelden
|
||||
@@ -66,6 +68,17 @@ nl:
|
||||
mailer:
|
||||
confirmation_instructions:
|
||||
subject: 'Bevestigingsinstructies'
|
||||
#supplier_subject: "Confirmation instructions"
|
||||
supplier:
|
||||
salutation: "Welkom bij Qwaiter %{email}!"
|
||||
body: |
|
||||
<p>
|
||||
Je hebt een account aangevraag bij Qwaiter of wil een wijziging doorvoeren waarvoor bevestiging nodig is.
|
||||
Als dit niet de bedoeling is kan je deze email negeren.<br>
|
||||
Om je account te activeren of de aangevraagde wijziging door te voeren moet je op de bevestigingslink hieronder klikken:<br>
|
||||
<br>
|
||||
<a href="%{confirm_url}">Bevestig mijn Qwaiter account of verandering %{unconfirmed_email}</a>
|
||||
</p>
|
||||
reset_password_instructions:
|
||||
subject: 'Wachtwoord reset instructies'
|
||||
unlock_instructions:
|
||||
|
||||
@@ -24,8 +24,11 @@ en:
|
||||
lists:
|
||||
index:
|
||||
show_all: Show all ${models.plural.list}
|
||||
show_active: Show active ${models.plural.list}
|
||||
show_list_on_day: Lists on date
|
||||
show:
|
||||
title: Show %{list}
|
||||
users: Clients
|
||||
list:
|
||||
is_helped_button: Question answered!
|
||||
close_list: Close!
|
||||
|
||||
@@ -24,8 +24,11 @@ nl:
|
||||
lists:
|
||||
index:
|
||||
show_all: Toon alle ${models.plural.list}
|
||||
show_active: Toon actieve ${models.plural.list}
|
||||
show_list_on_day: 'Lijsten op datum'
|
||||
show:
|
||||
title: "%{list} tonen"
|
||||
users: Klanten
|
||||
list:
|
||||
is_helped_button: Vraag beantwoord!
|
||||
close_list: Afsluiten!
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
en:
|
||||
user:
|
||||
unknown_supplier_name: unknown
|
||||
active_list:
|
||||
title: Active list
|
||||
needs_payment: Check please!
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
nl:
|
||||
user:
|
||||
unknown_supplier_name: onbekend
|
||||
active_list:
|
||||
title: Actieve lijst
|
||||
needs_payment: Rekening vragen!
|
||||
|
||||
Reference in New Issue
Block a user