From d8aed6f323b538d5b0a77e6f0b9c13f1f716f51e Mon Sep 17 00:00:00 2001 From: Hovhannes Hambardzumyan Date: Tue, 9 Jan 2024 11:31:20 -0500 Subject: [PATCH 1/2] add strings --- tx-source/dash_core.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tx-source/dash_core.php b/tx-source/dash_core.php index b6992e835..aa3553e48 100644 --- a/tx-source/dash_core.php +++ b/tx-source/dash_core.php @@ -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'; $Definition['Search results of members'] = 'Search results of members'; $Definition['SearchScope.Everywhere'] = 'Everywhere'; $Definition['seconds'] = 'seconds'; @@ -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'; @@ -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'] = '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'; $Definition['Where is your Community Forum?'] = 'Where is your Community Forum?'; $Definition['Who\'s Online Settings'] = 'Who\'s Online Settings'; From c047af511e8f20b5c9611ddd17d01f68179391d8 Mon Sep 17 00:00:00 2001 From: Hovhannes Hambardzumyan <58438236+hhovhannes@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:33:03 -0500 Subject: [PATCH 2/2] Update tx-source/dash_core.php Co-authored-by: Sooraj <145580927+s-francis@users.noreply.github.com> --- tx-source/dash_core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tx-source/dash_core.php b/tx-source/dash_core.php index aa3553e48..c69223028 100644 --- a/tx-source/dash_core.php +++ b/tx-source/dash_core.php @@ -752,7 +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'; +$Definition['Search Result In New Tab'] = 'Search Result In New Tab'; $Definition['Search results of members'] = 'Search results of members'; $Definition['SearchScope.Everywhere'] = 'Everywhere'; $Definition['seconds'] = 'seconds';