Browsing Croatian translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Croatian Translators guidelines.
46424651 of 4723 results
4642.
Inbox
Context:
notification/internal/lang/en.utf8/notification.internal.php name
Pretinac za poruke
Translated by Tomislav Negulić
Located in notification/internal/lang/en.utf8/notification.internal.php name
4643.
<!-- @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later -->
<!-- @copyright For copyright information on Mahara, please see the README file distributed with this software. -->
<h3>Elasticsearch analyzer</h3>

<p>The Elasticsearch analyzer performs the analysis process of the search database.</p>
<p>The Maraha system uses the built-in <strong>mahara_analyzer</strong>.</p>
<p><a href="http://www.elasticsearch.org/guide/reference/index-modules/analysis/custom-analyzer/">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
There are line breaks here. Each one 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
4644.
<!-- @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later -->
<!-- @copyright For copyright information on Mahara, please see the README file distributed with this software. -->
<h3>Bypass index name</h3>

<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
There are line breaks here. Each one 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
4645.
<!-- @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later -->
<!-- @copyright For copyright information on Mahara, please see the README file distributed with this software. -->
<h3>Elasticsearch host</h3>

<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
There are line breaks here. Each one 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
4646.
<!-- @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later -->
<!-- @copyright For copyright information on Mahara, please see the README file distributed with this software. -->
<h3>Index name</h3>

<p>This is the name of the Elasticsearch index that will be used by the search functionality of the site. It is unlikely that you will need to change this from its default value unless you are using the same Elasticsearch cluster as an index
for multiple Mahara sites, or if you have done a reindex using the "Bypass index"
setting.</p>
<p>If you change this to a new value, you may need to use the "reset ALL indexes"
button to trigger the creation of the new index.</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->indexname</code>.</p>
Context:
search/elasticsearch/lang/en.utf8/help/forms/pluginconfig.indexname.html
There are line breaks here. Each one 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.indexname.html
4647.
<!-- @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later -->
<!-- @copyright For copyright information on Mahara, please see the README file distributed with this software. -->
<h3>Auth password</h3>

<p>If your Elasticsearch server requires an HTTP basic auth username and password to access it, you may provide the <strong>password</strong> here. <strong>Note:</strong> The core Elasticsearch software itself does not provide username or password features, but you may achieve this functionality by using a plugin or by accessing it through a proxy.</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->password</code>.</p>
Context:
search/elasticsearch/lang/en.utf8/help/forms/pluginconfig.password.html
There are line breaks here. Each one 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.password.html
4648.
<!-- @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later -->
<!-- @copyright For copyright information on Mahara, please see the README file distributed with this software. -->
<h3>Elasticsearch port</h3>

<p>The port number to access the Elasticsearch server on.</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->port</code>.</p>
Context:
search/elasticsearch/lang/en.utf8/help/forms/pluginconfig.port.html
There are line breaks here. Each one 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.port.html
4649.
<!-- @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later -->
<!-- @copyright For copyright information on Mahara, please see the README file distributed with this software. -->
<h3>Elasticsearch search types</h3>

<p>This is a comma-separated list of the elements to index. Each of these must match an ElasticsearchType subclass under search/elasticsearch/type.</p>
<p>You shouldn't need to change this unless you have implemented a new search type, or want to disable a particular search type.</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->types</code>.</p>
Context:
search/elasticsearch/lang/en.utf8/help/forms/pluginconfig.types.html
There are line breaks here. Each one 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.types.html
4650.
<!-- @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later -->
<!-- @copyright For copyright information on Mahara, please see the README file distributed with this software. -->
<h3>Auth username</h3>

<p>If your Elasticsearch server requires an HTTP basic auth username and password to access it, you may provide the <strong>username</strong> here. <strong>Note:</strong> The core Elasticsearch software itself does not provide username or password features, but you may achieve this functionality by using a plugin or by accessing it through a proxy.</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->username</code>.</p>
Context:
search/elasticsearch/lang/en.utf8/help/forms/pluginconfig.username.html
There are line breaks here. Each one 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.username.html
4651.
Administrator
Context:
search/elasticsearch/lang/en.utf8/search.elasticsearch.php admin
(no translation yet)
Located in search/elasticsearch/lang/en.utf8/search.elasticsearch.php admin
46424651 of 4723 results

This translation is managed by Launchpad Croatian Translators, assigned by Mahara Translation Group.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Davor Buday, Mahara Bot, Mirjana Horvacki, Richard Mansfield, Son Nguyen, Tomislav Negulić, Zvonko Martinović, gogo.