Skip to content

Commit

Permalink
Merge pull request #783 from vanilla/add-roi-strings-8351
Browse files Browse the repository at this point in the history
Add strings for ROI calculator
  • Loading branch information
daisybarrette-vanilla authored Oct 23, 2024
2 parents 8405ce1 + b1a3fa4 commit 8c864ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tx-source/dash_core.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

$Definition['1 day'] = '1 day';
$Definition['1 hour'] = '1 hour';
$Definition['1 in 5 is recommended for most communities.'] = '1 in 5 is recommended for most communities.';
$Definition['1 in 20 is recommended for most communities.'] = '1 in 20 is recommended for most communities.';
$Definition['1 month'] = '1 month';
$Definition['1 month after being sent'] = '1 month after being sent';
$Definition['1 week'] = '1 week';
Expand Down Expand Up @@ -56,6 +58,7 @@
$Definition['Accept Answer'] = 'Accept Answer';
$Definition['"Accept Answer" if a suggestion answers your question.'] = '"Accept Answer" if a suggestion answers your question.';
$Definition['Account Sync Failed'] = 'Account Sync Failed';
$Definition['Accepted answer pageview ratio representing a deflected case'] = 'Accepted answer pageview ratio representing a deflected case';
$Definition['Action'] = 'Action';
$Definition['Actions and Permissions'] = 'Actions and Permissions';
$Definition['Actions Based on Votes'] = 'Actions Based on Votes';
Expand Down Expand Up @@ -725,6 +728,7 @@

$Definition['Page Color'] = 'Page Color';
$Definition['Page Views'] = 'Page Views';
$Definition['Pageview ratio representing a deflected case'] = 'Pageview ratio representing a deflected case';
$Definition['Passwords'] = 'Passwords';
$Definition['Password Options'] = 'Password Options';
$Definition['Password Minimum Length'] = 'Password Minimum Length';
Expand Down Expand Up @@ -809,6 +813,7 @@
$Definition["Revert"] = "Revert";
$Definition['Revert to Original Version'] = 'Revert to Original Version';
$Definition['Revision Label:'] = 'Revision Label:';
$Definition['ROI Calculation Documentation'] = 'ROI Calculation Documentation';
$Definition['Role'] = 'Role';
$Definition['Assign to'] = 'Assign to';
$Definition['Role Applicants'] = 'Role Applicants';
Expand Down

0 comments on commit 8c864ba

Please sign in to comment.