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 external search and test digest modal #747

Merged
merged 2 commits into from
Jan 9, 2024
Merged
Changes from 1 commit
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
3 changes: 3 additions & 0 deletions tx-source/dash_core.php
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,7 @@
$Definition['Save Colors'] = 'Save Colors';
$Definition['Score Count'] = 'Score Count';
$Definition['Search by user or role.'] = 'Search for users by name or email, optionally using % as a wildcard. You can also search by user ID, the name of a role, or “banned”.';
$Definition['Search Result in New Tab'] = 'Search Result in New Tab';
hhovhannes marked this conversation as resolved.
Show resolved Hide resolved
$Definition['Search results of members'] = 'Search results of members';
$Definition['SearchScope.Everywhere'] = 'Everywhere';
$Definition['seconds'] = 'seconds';
Expand Down Expand Up @@ -797,6 +798,7 @@
$Definition['Start Discussions'] = 'Start Discussions';
$Definition['Start Private Conversations'] = 'Start Private Conversations';
$Definition['Start the digest subject line with the [Banner Title] set in Appearance > Branding & SEO'] = 'Start the digest subject line with the [Banner Title] set in Appearance > Branding & SEO';
$Definition['Start typing username'] = 'Start typing username';
$Definition['State'] = 'State';
$Definition['Statistics'] = 'Statistics';
$Definition['Strip Embeds'] = 'Strip Embeds';
Expand Down Expand Up @@ -971,6 +973,7 @@
$Definition['We only accept urls that begin with http:// or https://'] = 'We only accept urls that begin with http:// or https://';
$Definition['We will attempt to use the local mail server to send email by default. If you want to use a separate SMTP mail server, you can configure it below.'] = 'We will attempt to use the local mail server to send email by default. If you want to use a separate SMTP mail server, you can configure it below.';
$Definition['What\'s the Buzz?'] = 'What\'s the Buzz?';
$Definition['When enabled, search result will open in a new browser tab.'] = 'When enabled, search result will open in a new browser tab.';
$Definition['When this setting is enabled, user details in Analytics data will be anonymized by default, until the user consents to Analytics cookies. <0>Learn more</0>'] = 'When this setting is enabled, user details in Analytics data will be anonymized by default, until the user consents to Analytics cookies. <0>Learn more</0>';
$Definition['Where is your Community Forum?'] = 'Where is your Community Forum?';
$Definition['Who\'s Online Settings'] = 'Who\'s Online Settings';
Expand Down