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;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package WebGUI::i18n::English::AssetAspect_Subscriber;
|
|||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'Subscription group' => {
|
||||
'Subscription group' => {
|
||||
message => 'Subscription group',
|
||||
},
|
||||
'Enable subscription' => {
|
||||
|
|
@ -24,7 +24,7 @@ our $I18N = {
|
|||
'confirmation email template' => {
|
||||
message => 'Confirmation email template',
|
||||
},
|
||||
'no mutation subject' => {
|
||||
'no mutation subject' => {
|
||||
message => 'No mutation email subject',
|
||||
},
|
||||
'no mutation template' => {
|
||||
|
|
@ -34,7 +34,6 @@ our $I18N = {
|
|||
message => 'Subscription',
|
||||
},
|
||||
|
||||
|
||||
'subscribe' => {
|
||||
message => 'Subscribe',
|
||||
},
|
||||
|
|
@ -52,17 +51,20 @@ our $I18N = {
|
|||
'anonnymous not allowed' => {
|
||||
message => 'Anonymous subscription is not allowed. Please log in to (un)subscribe',
|
||||
},
|
||||
|
||||
|
||||
'subscription successful' => {
|
||||
message => 'You are succesfully subscribed. <a href="%s">Back to site</a>',
|
||||
message => 'You are succesfully subscribed.',
|
||||
},
|
||||
'unsubscription successful' => {
|
||||
message => 'You are succesfully unsubscribed. <a href="%s">Back to site</a>',
|
||||
message => 'You are succesfully unsubscribed.',
|
||||
},
|
||||
'wrong code' => {
|
||||
message => 'The verification code you supplied is either unknown, already used or expired. Please try again to (un)subscribe or contact the site administrators.',
|
||||
},
|
||||
|
||||
'confirm mutation template' => {
|
||||
message => 'Mutation confirmation template',
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue