Template confirm mutation screen.
This commit is contained in:
parent
b9aaf63ec2
commit
745addd5d1
5 changed files with 66 additions and 15 deletions
|
|
@ -3,7 +3,7 @@ package WebGUI::i18n::Dutch::AssetAspect_Subscriber;
|
|||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'Subscription group' => {
|
||||
'Subscription group' => {
|
||||
message => 'Abonnee groep',
|
||||
},
|
||||
'Enable subscription' => {
|
||||
|
|
@ -24,7 +24,7 @@ our $I18N = {
|
|||
'confirmation email template' => {
|
||||
message => 'Verificatie email: sjabloon',
|
||||
},
|
||||
'no mutation subject' => {
|
||||
'no mutation subject' => {
|
||||
message => 'Geen wijziging email: onderwerp',
|
||||
},
|
||||
'no mutation template' => {
|
||||
|
|
@ -52,16 +52,19 @@ our $I18N = {
|
|||
'anonnymous not allowed' => {
|
||||
message => 'Anonieme inschrijvingen zijn niet toegestaan. Log in om in- of uit te schrijven.',
|
||||
},
|
||||
|
||||
|
||||
'subscription successful' => {
|
||||
message => 'Uw inschrijving is geslaagd. <a href="%s">Terug naar de site</a>',
|
||||
message => 'Uw inschrijving is geslaagd.',
|
||||
},
|
||||
'unsubscription successful' => {
|
||||
message => 'Uw uitschrijving is geslaagd. <a href="%s">Terug naar de site</a>',
|
||||
message => 'Uw uitschrijving is geslaagd.',
|
||||
},
|
||||
'wrong code' => {
|
||||
message => 'De verificatiecode in de link is onbekend, al gebruikt of verlopen. Als u zich wilt in- of uitschrijven probeer dit dan opnieuw of neem contact op met de websitebeheerders.',
|
||||
},
|
||||
'confirm mutation template' => {
|
||||
message => 'Mutatie bevestigings template',
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue