added localization support

This commit is contained in:
Sergei Filinov
2021-07-12 17:53:49 +07:00
parent d09f4428ae
commit 5acfc11b48
2 changed files with 11 additions and 2 deletions

7
localization/en_US.inc Normal file
View 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";