|
8568.
|
|
|
To remove this from your watchlist go to %s
|
Context: |
|
notification/email/lang/en.utf8/notification.email.php unsubscribe_watchlist
|
|
|
|
(no translation yet)
|
|
|
|
Located in
notification/email/lang/en.utf8/notification.email.php unsubscribe_watchlist
|
|
8569.
|
|
|
Remove your watchlist notification for "%s"
|
Context: |
|
notification/email/lang/en.utf8/notification.email.php unsubscribe_watchlist_heading
|
|
|
|
(no translation yet)
|
|
|
|
Located in
notification/email/lang/en.utf8/notification.email.php unsubscribe_watchlist_heading
|
|
8570.
|
|
|
Message from %s: Daily digest
|
Context: |
|
notification/emaildigest/lang/en.utf8/notification.emaildigest.php emailsubject
|
|
|
|
(no translation yet)
|
|
|
|
Located in
notification/emaildigest/lang/en.utf8/notification.emaildigest.php emailsubject
|
|
8571.
|
|
|
|
Context: |
|
notification/emaildigest/lang/en.utf8/notification.emaildigest.php emailbodynoreply
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
notification/emaildigest/lang/en.utf8/notification.emaildigest.php emailbodynoreply
|
|
8572.
|
|
|
To update your notification preferences, visit %s
|
Context: |
|
notification/emaildigest/lang/en.utf8/notification.emaildigest.php emailbodyending
|
|
|
|
(no translation yet)
|
|
|
|
Located in
notification/emaildigest/lang/en.utf8/notification.emaildigest.php emailbodyending
|
|
8573.
|
|
|
Email digest
|
Context: |
|
notification/emaildigest/lang/en.utf8/notification.emaildigest.php name
|
|
|
|
(no translation yet)
|
|
|
|
Located in
notification/emaildigest/lang/en.utf8/notification.emaildigest.php name
|
|
8574.
|
|
|
Inbox
|
Context: |
|
notification/internal/lang/en.utf8/notification.internal.php name
|
|
|
|
Inbox:
|
|
Translated and reviewed by
Marian BANICA
|
|
|
|
Located in
notification/internal/lang/en.utf8/notification.internal.php name
|
|
8575.
|
|
|
<!-- @license https://www.gnu.org/licenses/gpl-3.0.html GNU GPL version 3 or later --> 
<!-- @copyright For copyright information on Mahara, please see the README file distributed with this software. --> 
<h1>Elasticsearch analyzer</h1>

<p>The Elasticsearch analyzer performs the analysis process of the search database.</p> 
<p>Mahara uses the built-in <strong>mahara_analyzer</strong>.</p> 
<p><a href="https://www.elastic.co/guide/en/elasticsearch/reference/8.4/analysis-custom-analyzer.html">Read the Elasticsearch instructions</a> if you wish to use a different analyzer.</p> 
<p>This setting cannot be changed through the web interface. You may change it by setting a value in your config.php file for the following config variable:</p> 
<p><code>$cfg->plugin_search_elasticsearch_analyzer</code>.</p> 
<p>It is recommended that you don't change the default "mahara_analyzer" 
unless you know what you are doing.</p>
|
Context: |
|
search/elasticsearch/lang/en.utf8/help/forms/pluginconfig.analyzer.html
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
search/elasticsearch/lang/en.utf8/help/forms/pluginconfig.analyzer.html
|
|
8576.
|
|
|
<!-- @license https://www.gnu.org/licenses/gpl-3.0.html GNU GPL version 3 or later --> 
<!-- @copyright For copyright information on Mahara, please see the README file distributed with this software. --> 
<h1>Bypass index name</h1>

<p>Most of the time, this setting should be left blank.</p> 
<p>If this setting is populated, then Mahara will load new index data into the Elasticsearch index of this name while still retrieving search results from the Elasticsearch index stored under the "Index name" field.</p> 
<p>If you want to reindex the whole site in a new index, but don't want to bring your current search capability down until reindexing finishes, you can use this field to point the reindexing cron at a new index, while the search functionality continues to use the old index.</p> 
<p>Once the queue is empty, copy this index's name to the <code>$cfg->plugin_search_elasticsearch_indexname</code> variable in your config.php.</p> 
<p>This setting cannot be changed through the web interface. You may change it by setting a value in your config.php file for the following config variable:</p> 
<p><code>$cfg->plugin_search_elasticsearch_bypassindexname</code>.</p>
|
Context: |
|
search/elasticsearch/lang/en.utf8/help/forms/pluginconfig.bypassindexname.html
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
search/elasticsearch/lang/en.utf8/help/forms/pluginconfig.bypassindexname.html
|
|
8577.
|
|
|
<!-- @license https://www.gnu.org/licenses/gpl-3.0.html GNU GPL version 3 or later --> 
<!-- @copyright For copyright information on Mahara, please see the README file distributed with this software. --> 
<h1>Elasticsearch host</h1>

<p>The hostname or IP address of the Elasticsearch server.</p> 
<p>This setting cannot be changed through the web interface. You may change it by setting a value in your config.php file for the following config variable:</p> 
<p><code>$cfg->plugin_search_elasticsearch_host</code>.</p>
|
Context: |
|
search/elasticsearch/lang/en.utf8/help/forms/pluginconfig.host.html
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
search/elasticsearch/lang/en.utf8/help/forms/pluginconfig.host.html
|