2020-02-12 21:25:39 +00:00
|
|
|
<?php
|
|
|
|
// Heading
|
|
|
|
$_['heading_title'] = 'Newsletter Subscription';
|
|
|
|
|
|
|
|
// Text
|
2020-03-02 00:28:04 +00:00
|
|
|
$_['text_account'] = 'Tili';
|
2020-03-02 08:58:49 +00:00
|
|
|
$_['text_newsletter'] = 'Uutiskirje';
|
2020-02-12 21:25:39 +00:00
|
|
|
$_['text_success'] = 'Success: Your newsletter subscription has been successfully updated!';
|
|
|
|
|
|
|
|
// Entry
|
2020-03-02 00:28:04 +00:00
|
|
|
$_['entry_newsletter'] = 'Subscribe';
|