Add newsletter subscription option to petition form
Update email error message to suggest checking address Add petition form plugin to thank you page metadata
This commit is contained in:
parent
fcddc9af93
commit
269bfe994c
3 changed files with 5 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ error_ip_rate_limit = "Too many attempts from your IP address. Please wait 5 min
|
|||
error_time_check = "Multiple signature attempts were sent from the same computer within a short time. Please wait a moment and try again."
|
||||
error_referrer = "Invalid request."
|
||||
error_validation = "Please correct the errors in the form."
|
||||
error_email_send = "Could not send confirmation email. Please try again later."
|
||||
error_email_send = "Could not send confirmation email. Check if the email address is correct and try again."
|
||||
error_already_signed = "This email address has already signed this petition."
|
||||
success_pending = "Thank you! Check your email to confirm your signature."
|
||||
confirm_success = "Thank you! Your signature has been confirmed and added to the list."
|
||||
|
|
@ -77,6 +77,7 @@ privacy_policy_link = "Read the privacy policy"
|
|||
privacy_summary = "<strong>How we use your information:</strong> Name and region are displayed on the website based on your choice above. Email is only used for confirmation and is never shared. When the campaign ends, the recipient (e.g. Parliament) may request to verify signatures, but your name is only shared according to your choice. Your display choice cannot be changed later, but you can withdraw your signature at any time and choose to sign with a different display choice."
|
||||
gdpr_consent_text = "I have read the <a href=\"/en/personvern/\" target=\"_blank\">privacy policy</a> and consent to my data being processed as described. I understand that my name will only be shared according to my chosen display preference."
|
||||
gdpr_consent_required = "You must consent to the privacy policy to sign."
|
||||
newsletter_subscribe = "I would like to receive the Stopp Lidelsen newsletter (about 12 in a year). You can unsubscribe at any time."
|
||||
email_rights_info = "You have the right to access, rectify, and delete your information. Contact us at kontakt@stopplidelsen.no or file a complaint with the Norwegian Data Protection Authority (datatilsynet.no)."
|
||||
|
||||
; Norwegian regions (fylker) - kept in Norwegian as they are proper nouns
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ error_ip_rate_limit = "For mange forsøk fra din IP-adresse. Vennligst vent 5 mi
|
|||
error_time_check = "Flere underskrifter ble forsøkt levert fra samme PC innen et kort tidsrom. Vennligst vent en stund og prøv på nytt."
|
||||
error_referrer = "Ugyldig forespørsel."
|
||||
error_validation = "Vennligst rett opp feilene i skjemaet."
|
||||
error_email_send = "Kunne ikke sende bekreftelsesmail. Vennligst prøv igjen senere."
|
||||
error_email_send = "Kunne ikke sende bekreftelsesmail. Sjekk at epostadressen ikke inneholder feil og prøv igjen."
|
||||
error_already_signed = "Denne e-postadressen har allerede signert denne kampanjen."
|
||||
success_pending = "Takk! Sjekk din e-post for å bekrefte signaturen."
|
||||
confirm_success = "Takk! Din signatur er nå bekreftet og lagt til i listen."
|
||||
|
|
@ -77,6 +77,7 @@ privacy_policy_link = "Les personvernerklæringen"
|
|||
privacy_summary = "<strong>Slik bruker vi opplysningene dine:</strong> Navn og fylke vises på nettsiden basert på ditt valg ovenfor. E-post brukes kun til bekreftelse og vises aldri. Ved kampanjeslutt kan mottaker (f.eks. Stortinget) be om å verifisere signaturer, men ditt navn deles kun i henhold til ditt valg. Ditt valg av visning kan ikke endres i etterkant, men du kan når som helst trekke tilbake din signatur og eventuelt signere på nytt."
|
||||
gdpr_consent_text = "Jeg har lest <a href=\"/personvern/\" target=\"_blank\">personvernerklæringen</a> og samtykker til at mine opplysninger behandles som beskrevet. Jeg forstår at mitt navn kun deles i henhold til mitt valg av visningspreferanse."
|
||||
gdpr_consent_required = "Du må samtykke til personvernerklæringen for å signere."
|
||||
newsletter_subscribe = "Jeg ønsker å motta nyhetsbrev fra Stopp Lidelsen (omtrent 12 i året). Du kan melde deg av når som helst."
|
||||
email_rights_info = "Du har rett til innsyn, retting og sletting av dine opplysninger. Kontakt oss på kontakt@stopplidelsen.no eller klag til Datatilsynet (datatilsynet.no)."
|
||||
|
||||
[regions]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue