You've already forked roundcube-easy-unsubscribe
added localization support
This commit is contained in:
7
localization/en_US.inc
Normal file
7
localization/en_US.inc
Normal file
@ -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