Skip to content

Commit 3555e53

Browse files
clean diff
1 parent 6dad379 commit 3555e53

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

tx-source/dash_core.php

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2271,3 +2271,40 @@
22712271
] =
22722272
"Failed to authenticate your password reset request. Try using the reset request form again.";
22732273
$Definition["Invitation not found."] = "Invitation not found.";
2274+
2275+
$Definition['# of automation rules'] = '# of automation rules';
2276+
$Definition['Add Template'] = 'Add Template';
2277+
$Definition['Choose who should receive this email when this automation rule is run'] = 'Choose who should receive this email when this automation rule is run';
2278+
$Definition['Delete an email template.'] = 'Delete an email template.';
2279+
$Definition['Email Audience'] = 'Email Audience';
2280+
$Definition['Email Template'] = 'Email Template';
2281+
$Definition['Email Templates'] = 'Email Templates';
2282+
$Definition['Email Template successfully deleted.'] = 'Email Template successfully deleted.';
2283+
$Definition['Email Template not enabled.'] = 'Email Template not enabled.';
2284+
$Definition['Email template not found.'] = 'Email template not found.';
2285+
$Definition['Email template name already exists. Enter a unique name to proceed.'] = 'Email template name already exists. Enter a unique name to proceed.';
2286+
$Definition['Email templates can be used in conjunction with <0/> to communicate with users based on member activity or other community triggers.'] = 'Email templates can be used in conjunction with <0/> to communicate with users based on member activity or other community triggers.';
2287+
$Definition['Enable this option to send a follow-up email when the rule is triggered.'] = 'Enable this option to send a follow-up email when the rule is triggered.';
2288+
$Definition['Impacted User'] = 'Impacted User';
2289+
$Definition['Search and select one or more roles to receive this email'] = 'Search and select one or more roles to receive this email';
2290+
$Definition['Search and select one or more users to receive this email.'] = 'Search and select one or more users to receive this email.';
2291+
$Definition['Select Roles'] = 'Select Roles';
2292+
$Definition['Select User'] = 'Select User';
2293+
$Definition['Select the email template to send.'] = 'Select the email template to send.';
2294+
$Definition['Send an Email After This Rule Runs'] = 'Send an Email After This Rule Runs';
2295+
$Definition['Send email'] = 'Send email';
2296+
$Definition['Send the email'] = 'Send the email';
2297+
$Definition['Send email to user'] = 'Send email to user';
2298+
$Definition['Specific Roles'] = 'Specific Roles';
2299+
$Definition['Specific Users'] = 'Specific Users';
2300+
$Definition['System email templates cannot be deleted.'] = 'System email templates cannot be deleted.';
2301+
$Definition['template name'] = 'template name';
2302+
$Definition['Use this page to create and manage your templates, then configure your <0/> to control when each email is sent and to whom.'] = 'Use this page to create and manage your templates, then configure your <0/> to control when each email is sent and to whom.';
2303+
$Definition['View the full list of available placeholders.'] = 'View the full list of available placeholders.';
2304+
$Definition['You can also include placeholders in your email content—these will be automatically replaced with relevant user or post information when the email is sent. For example, Hello {user.name}! or Check out {discussion.name}.'] = 'You can also include placeholders in your email content—these will be automatically replaced with relevant user or post information when the email is sent. For example, Hello {user.name}! or Check out {discussion.name}.';
2305+
$Definition['You cannot delete system emails'] = 'You cannot delete system emails';
2306+
$Definition['You cannot delete a template that is used in automation rules.'] = 'You cannot delete a template that is used in automation rules.';
2307+
$Definition['You will no longer receive community engagement emails.'] = 'You will no longer receive community engagement emails.';
2308+
$Definition['Delete Email Template'] = 'Delete Email Template';
2309+
$Definition["Template Styles"] = "Template Styles";
2310+
$Definition["Leave any field blank to use your default email styles as configured on the <0>Email Settings</0> page."] = "Leave any field blank to use your default email styles as configured on the <0>Email Settings</0> page.";

0 commit comments

Comments
 (0)