Your IP : 216.73.216.68


Current Path : /home/jeromecohp/www/administrator/language/en-GB/
Upload File :
Current File : /home/jeromecohp/www/administrator/language/en-GB/en-GB.plg_actionlog_emailbeautifier.ini

; @package     EmailBeautifier
; @subpackage  Actionlog.jbolo
; @copyright   Copyright (C) 2009 - 2022 Techjoomla. All rights reserved.
; @license     GNU General Public License version 2 or later
; Note:        All ini files need to be saved as UTF-8

PLG_ACTIONLOG_EMAILBEAUTIFIER="Action Log - Email Beautifier"
PLG_ACTIONLOG_EMAILBEAUTIFIER_XML_DESCRIPTION="Record the actions of users on the site for JTIcketing extension so they can be reviewed if required."

; params
PLG_ACTIONLOG_EMAILBEAUTIFIER_LOG_ACTION_TEMPLATE_SAVE_LBL="Log action for email template save?"
PLG_ACTIONLOG_EMAILBEAUTIFIER_LOG_ACTION_TEMPLATE_DELETE_LBL="Log action for email template delete?"
PLG_ACTIONLOG_EMAILBEAUTIFIER_LOG_ACTION_TEMPLATE_STATUS_CHANGE_LBL="Log action for email template publish/unpublish?"
PLG_ACTIONLOG_EMAILBEAUTIFIER_LOG_ACTION_TEMPLATE_TOGGLE_DEFAULT_LBL="Log action for email template set/unset as default?"
PLG_ACTIONLOG_EMAILBEAUTIFIER_LOG_ACTION_COMMON_DESC="This action will be logged only when you set this to 'Yes'"

; Event actions
PLG_ACTIONLOGS_EMAILBEAUTIFIER_TEMPLATE_ADDED="User <a href=\"{userAccountLink}\">{userName}</a> has added email template <a href=\"{editTemplateLink}\">{templateName}</a>"
PLG_ACTIONLOGS_EMAILBEAUTIFIER_TEMPLATE_EDITED="User <a href=\"{userAccountLink}\">{userName}</a> has edited email template <a href=\"{editTemplateLink}\">{templateName}</a>"
PLG_ACTIONLOGS_EMAILBEAUTIFIER_TEMPLATE_DELETED="User <a href=\"{userAccountLink}\">{userName}</a> has deleted email template '{templateName}'"
PLG_ACTIONLOGS_EMAILBEAUTIFIER_TEMPLATE_PUBLISHED="User <a href=\"{userAccountLink}\">{userName}</a> has published email template <a href=\"{editTemplateLink}\">{templateName}</a>"
PLG_ACTIONLOGS_EMAILBEAUTIFIER_TEMPLATE_UNPUBLISHED="User <a href=\"{userAccountLink}\">{userName}</a> has unpublished email template <a href=\"{editTemplateLink}\">{templateName}</a>"
PLG_ACTIONLOGS_EMAILBEAUTIFIER_TEMPLATE_SET_DEFAULT="User <a href=\"{userAccountLink}\">{userName}</a> has set email template <a href=\"{editTemplateLink}\">{templateName}</a> as default"
PLG_ACTIONLOGS_EMAILBEAUTIFIER_TEMPLATE_UNSET_DEFAULT="User <a href=\"{userAccountLink}\">{userName}</a> has unset email template <a href=\"{editTemplateLink}\">{templateName}</a> as default"