[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
plugins
/
generic
/
lucene
/
locale
/
da_DK
/
[
Home
]
File: locale.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE locale SYSTEM "../../../../../lib/pkp/dtd/locale.dtd"> <!-- * plugins/generic/lucene/locale/da_DK/locale.xml * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * OJS solr/lucene search plugin localization strings --> <locale name="da_DK" full_name="Dansk"> <message key="plugins.generic.lucene.displayName">Lucene Search Plugin</message> <message key="plugins.generic.lucene.description">The Lucene plugin provides multi-language support, improved search result relevance, faster indexing, better scalability and more.</message> <message key="plugins.generic.lucene.faceting.displayName">Lucene Faceting</message> <message key="plugins.generic.lucene.faceting.description">Faceting Block Plugin for Lucene</message> <message key="plugins.generic.lucene.faceting.title">refine your search</message> <message key="plugins.generic.lucene.faceting.discipline">Discipline</message> <message key="plugins.generic.lucene.faceting.subject">Keyword</message> <message key="plugins.generic.lucene.faceting.type">Method/Approach</message> <message key="plugins.generic.lucene.faceting.coverage">Coverage</message> <message key="plugins.generic.lucene.faceting.journalTitle">Journal</message> <message key="plugins.generic.lucene.faceting.authors">Author</message> <message key="plugins.generic.lucene.faceting.publicationDate">Publication Date</message> <message key="plugins.generic.lucene.message.coreNotFound">The requested core '{$core}' was not found on the Solr server. Is it online?</message> <message key="plugins.generic.lucene.message.indexingIncomplete">An error occurred while indexing: Processed {$numProcessed} out of a batch of {$batchCount} ({$numDeleted} deleted documents in this batch).</message> <message key="plugins.generic.lucene.message.indexOnline">Index with {$numDocs} documents online.</message> <message key="plugins.generic.lucene.message.pullIndexingDisabled">Pull indexing is not enabled. Please enable it in the Lucene plug-in settings.</message> <message key="plugins.generic.lucene.message.searchServiceOffline">Unfortunately the OJS search service is currently offline.</message> <message key="plugins.generic.lucene.message.techAdminInformed">The technical administrator of this journal has been informed about the problem.</message> <message key="plugins.generic.lucene.message.webServiceError">The Lucene web service returned an error.</message> <message key="plugins.generic.lucene.rebuildIndex.pullResult">{$numMarked} articles marked for update</message> <message key="plugins.generic.lucene.results.didYouMean">Did you mean</message> <message key="plugins.generic.lucene.results.orderBy">Order results by</message> <message key="plugins.generic.lucene.results.orderBy.relevance">Relevance</message> <message key="plugins.generic.lucene.results.orderBy.author">Author</message> <message key="plugins.generic.lucene.results.orderBy.issue">Issue</message> <message key="plugins.generic.lucene.results.orderBy.date">Publication Date</message> <message key="plugins.generic.lucene.results.orderBy.journal">Journal Title</message> <message key="plugins.generic.lucene.results.orderBy.article">Article Title</message> <message key="plugins.generic.lucene.results.orderDir.asc">Ascending</message> <message key="plugins.generic.lucene.results.orderDir.desc">Descending</message> <message key="plugins.generic.lucene.results.similarDocuments">similar documents</message> <message key="plugins.generic.lucene.results.syntaxInstructions"><![CDATA[ <h4>Search tips:</h4><ul> <li>Search terms are case-insensitive</li> <li>Common words are ignored</li> <li>By default articles containing <em>any</em> term in the query are returned (i.e., <em>OR</em> is implied)</li> <li>Make sure that a word exists in an article by prefixing it with <strong>+</strong>; e.g., <em>+journal +access scholarly academic</em></li> <li>Combine multiple words with <em>AND</em> to find articles containing all terms; e.g., <em>education AND research</em></li> <li>Exclude a word by prefixing it with <strong>-</strong> or <em>NOT</em>; e.g., <em>online -politics</em> or <em>online NOT politics</em></li> <li>Search for an exact phrase by putting it in quotes; e.g., <em>"open access publishing"</em>. Hint: Quoting Chinese or Japanese words will help you to find exact word matches in mixed-language fields, e.g. "中国".</li> <li>Use parentheses to create more complex queries; e.g., <em>archive ((journal AND conference) NOT theses)</em></li> </ul> ]]></message> <message key="plugins.generic.lucene.settings">Settings</message> <message key="plugins.generic.lucene.settings.autosuggest">Auto-Suggest (show a dynamic drop-down with search term suggestions while entering a search query)</message> <message key="plugins.generic.lucene.settings.autosuggestTypeExplanation"><![CDATA[ <strong>Check terms for results</strong>: Only suggest terms that will actually produce search results. Suggestions will be cross-checked against the current journal and terms already entered into other search fields.<br /> <strong>Use global dictionary</strong>: This is faster, consumes less resources on the search server and therefore scales better for large installations. Suggestions may contain irrelevant terms, though, e.g. from other journals or terms that produce no search results. ]]></message> <message key="plugins.generic.lucene.settings.autosuggestTypeFaceting">Check terms for results</message> <message key="plugins.generic.lucene.settings.autosuggestTypeSuggester">Use global dictionary</message> <message key="plugins.generic.lucene.settings.customRanking">Custom Ranking (set individual ranking weights per journal section)</message> <message key="plugins.generic.lucene.settings.description"><![CDATA[ The Lucene plugin acesses the Lucene search index through a Solr server. This configuration page allows you to configure access to the Solr server. <strong>Please make sure you read the plugin's README file (plugins/generic/lucene/README) before you try to change the default configuration.</strong> If you are using the embedded scenario behind a firewall as explained in the README file then you may probably leave all configuration parameters unchanged. ]]></message> <message key="plugins.generic.lucene.settings.faceting">Faceting (display a navigation box with additional filters to refine your search)</message> <message key="plugins.generic.lucene.settings.facetingSelectCategory">You may select specific facet categories (the corresponding metadata must have beeen selected for indexing in journal setup, step 3.4)</message> <message key="plugins.generic.lucene.settings.featureDescription"><![CDATA[ The Lucene plugin provides several optional search features. Most of these features are enabled by default but can be disabled or fine-tuned. ]]></message> <message key="plugins.generic.lucene.settings.highlighting">Highlighting (display a short excerpt of each article's full text containing queried keywords)</message> <message key="plugins.generic.lucene.settings.instId">Unique Installation ID</message> <message key="plugins.generic.lucene.settings.instIdRequired">Please enter an ID that uniquely identifies this OJS installation to the Solr search server.</message> <message key="plugins.generic.lucene.settings.instIdInstructions">If you use a central search server then you'll have to provide a unique installation ID for every OJS installation sharing the same search index. This can be any arbitrary text but it must be different for every participating OJS server (e.g. the server's static IP address if you have one OJS installation per server).</message> <message key="plugins.generic.lucene.settings.internalError">Invalid selection.</message> <message key="plugins.generic.lucene.settings.luceneSettings">Lucene Plugin: Settings</message> <message key="plugins.generic.lucene.settings.password">Password</message> <message key="plugins.generic.lucene.settings.passwordInstructions">Please enter the Solr server password.</message> <message key="plugins.generic.lucene.settings.passwordRequired">Please enter a valid password to authenticate to the Solr search server.</message> <message key="plugins.generic.lucene.settings.pullIndexing">Pull indexing (this is an advanced feature, see README file for more information)</message> <message key="plugins.generic.lucene.settings.searchEndpoint">Search Endpoint URL</message> <message key="plugins.generic.lucene.settings.searchEndpointInstructions">The Solr search endpoint consists of the server URL and a search handler. See the default setting as an example. Only change this if you are using a central search server.</message> <message key="plugins.generic.lucene.settings.searchEndpointRequired">Please enter a valid URL representing the search endpoint (Solr search server and search handler) you would like to connect to.</message> <message key="plugins.generic.lucene.settings.searchFeatures">Search Feature Configuration</message> <message key="plugins.generic.lucene.settings.simdocs">More-Like-This (display a link "similar documents" for every search result)</message> <message key="plugins.generic.lucene.settings.solrServerSettings">Solr server settings</message> <message key="plugins.generic.lucene.settings.spellcheck">Alternative Spelling Suggestions (display alternative search terms)</message> <message key="plugins.generic.lucene.settings.username">Username</message> <message key="plugins.generic.lucene.settings.usernameInstructions">The Solr search server uses HTTP BASIC authentication. Please enter the username.</message> <message key="plugins.generic.lucene.settings.usernameRequired">Please enter a valid username to authenticate to the Solr search server (colons are disallowed).</message> <message key="plugins.generic.lucene.sectionForm.rankingBoost">Custom Ranking Weight</message> <message key="plugins.generic.lucene.sectionForm.rankingBoostInstructions"> The Lucene/Solr search plugin allows you to adjust the relative weight of articles in the result list of a search query. Setting the ranking weight higher (or lower) does not place articles in this section above (or below) all other articles. But they will rank better (or worse) than they would without the adjustment made. Setting this option to "never show" will completely exclude articles in this section from search results. </message> <message key="plugins.generic.lucene.sectionForm.rankingBoostInvalid">Please select a valid custom ranking weight.</message> <message key="plugins.generic.lucene.sectionForm.ranking.never">Never Show</message> <message key="plugins.generic.lucene.sectionForm.ranking.low">Rank Lower</message> <message key="plugins.generic.lucene.sectionForm.ranking.normal">Normal</message> <message key="plugins.generic.lucene.sectionForm.ranking.high">Rank Higher</message> </locale>