Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add strings for ROI calculator #783

Merged
merged 2 commits into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading