Файл: system/languages/en/controllers/subscriptions/subscriptions.php
Строк: 63
<?php
define('LANG_SUBSCRIPTIONS_CONTROLLER', 'Subscriptions');
define('LANG_SBSCR_ISSUBSCRIBE', 'You are subscribed');
define('LANG_SBSCR_GUEST_FORM_TITLE', 'Enter the data for the subscription');
define('LANG_SBSCR_GUEST_EMAIL_CONFIRMATION', 'Request guest confirmation via e-mail');
define('LANG_SBSCR_GUEST_EMAIL_CONFIRM_SEND', 'You received an email to confirm your subscription to E-mail');
define('LANG_SBSCR_GUEST_IS_EXISTS', 'Subscription to this E-mail has already been done before');
define('LANG_SBSCR_NEED_AUTH', 'Subscriptions are only available to registered users');
define('LANG_SBSCR_VERIFY_EXP', 'Link confirmation lifetime');
define('LANG_SBSCR_VERIFY_SUCCESS', 'E-mail address and subscription confirmed');
define('LANG_SBSCR_ADMIN_EMAIL', 'E-mail addresses for notifications (you can specify several separated by commas) about new lists without names');
define('LANG_SBSCR_QUEUE_NAME', 'mailings');
define('LANG_SBSCR_LIST', 'Subscription Lists');
define('LANG_SBSCR_SUBSCRIBERS', 'Subscribers');
define('LANG_SBSCR_LIMIT', 'Number of subscriptions per page in the tab');
define('LANG_SBSCR_NOTIFY_NEW', 'Notify about new entries in subscriptions');
define('LANG_SBSCR_DELETE_CONFIRM', 'Delete this list?nAll subscribers will be unsubscribed.');
define('LANG_SBSCR_PM_NOTIFY', 'Update in your subscription list «<a href="%s">%s</a>»: %s.');
define('LANG_SBSCR_UNSUBSCRIBE_SUCCESS', 'You successfully unsubscribed from the subscription');
define('LANG_SBSCR_CTYPE_ON', 'Enable Subscriptions');
define('LANG_SBSCR_CTYPE_RECURSIVE_CATEGORIES', 'Include nested categories');