8 lines
187 B
PHP
8 lines
187 B
PHP
|
<?php
|
||
|
|
||
|
$labels = array();
|
||
|
|
||
|
$labels['click_to_unsubscribe'] = "Click to unsubscribe";
|
||
|
$labels['confirm'] = "Are you sure you want to unsubscribe?";
|
||
|
$labels['unsubscribe'] = "Unsubscribe";
|