added localization support
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$labels = array();
|
||||
|
||||
$labels['click_to_unsubscribe'] = "Click to unsubscribe";
|
||||
$labels['confirm'] = "Are you sure you want to unsubscribe?";
|
||||
$labels['unsubscribe'] = "Unsubscribe";
|
||||
Reference in New Issue
Block a user