Convert backend language labels to XLIFF format

This commit is contained in:
Alexander Bigga 2021-10-15 16:16:17 +02:00
parent 4be06cbba3
commit 5df6649fe5
8 changed files with 229 additions and 120 deletions

View File

@ -11,42 +11,21 @@
namespace Kitodo\Dlf\Controller;
use TYPO3\CMS\Extbase\Configuration\ConfigurationManager;
use TYPO3\CMS\Core\Configuration\ExtensionConfiguration;
use TYPO3\CMS\Core\Database\Connection;
use TYPO3\CMS\Core\Database\ConnectionPool;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use Kitodo\Dlf\Common\Document;
use Kitodo\Dlf\Common\DocumentList;
use Kitodo\Dlf\Common\Helper;
use Kitodo\Dlf\Common\Indexer;
use Kitodo\Dlf\Common\Solr;
use TYPO3\CMS\Core\Configuration\ExtensionConfiguration;
use TYPO3\CMS\Core\Database\Connection;
use TYPO3\CMS\Core\Database\ConnectionPool;
use TYPO3\CMS\Core\Utility\GeneralUtility;
class SearchController extends \TYPO3\CMS\Extbase\Mvc\Controller\ActionController
class SearchController extends AbstractController
{
public $prefixId = 'tx_dlf';
public $extKey = 'dlf';
/**
* @var ConfigurationManager
*/
protected $configurationManager;
/**
* @var \TYPO3\CMS\Core\Log\LogManager
*/
protected $logger;
/**
* SearchController constructor.
* @param $configurationManager
*/
public function __construct(ConfigurationManager $configurationManager)
{
$this->configurationManager = $configurationManager;
$this->logger = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\CMS\Core\Log\LogManager')->getLogger(__CLASS__);
}
/**
* Search action
*/

View File

@ -107,7 +107,7 @@
<settings.targetPid>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:flexform.targetPid</label>
<label>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:flexform.targetPidPageView</label>
<config>
<type>group</type>
<internal_type>db</internal_type>

View File

@ -16,7 +16,7 @@
<sDEF>
<ROOT>
<TCEforms>
<sheetTitle>LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.sheet_general</sheetTitle>
<sheetTitle>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:flexform.sheet_general</sheetTitle>
</TCEforms>
<type>array</type>
<el>
@ -45,16 +45,16 @@
<settings.fulltext>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.fulltext</label>
<label>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.flexform.fulltext</label>
<config>
<type>radio</type>
<items type="array">
<numIndex index="0" type="array">
<numIndex index="0">LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.fulltext.yes</numIndex>
<numIndex index="0">LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:text.yes</numIndex>
<numIndex index="1">1</numIndex>
</numIndex>
<numIndex index="1" type="array">
<numIndex index="0">LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.fulltext.no</numIndex>
<numIndex index="0">LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:text.no</numIndex>
<numIndex index="1">0</numIndex>
</numIndex>
</items>
@ -67,7 +67,7 @@
<TCEforms>
<displayCond>FIELD:settings.pages:REQ:true</displayCond>
<exclude>1</exclude>
<label>LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.solrcore</label>
<label>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.flexform.solrcore</label>
<config>
<type>select</type>
<items type="array"></items>
@ -82,7 +82,7 @@
<TCEforms>
<displayCond>FIELD:settings.pages:REQ:true</displayCond>
<exclude>1</exclude>
<label>LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.extSearch.slotCount</label>
<label>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.flexform.extSearch.slotCount</label>
<config>
<type>input</type>
<eval>num,int</eval>
@ -98,7 +98,7 @@
<TCEforms>
<displayCond>FIELD:settings.pages:REQ:true</displayCond>
<exclude>1</exclude>
<label>LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.extSearch.fields</label>
<label>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.flexform.extSearch.fields</label>
<config>
<type>select</type>
<items type="array"></items>
@ -114,24 +114,24 @@
<settings.searchIn>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.searchIn</label>
<label>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.flexform.searchIn</label>
<config>
<type>select</type>
<items type="array">
<numIndex index="0" type="array">
<numIndex index="0">LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.searchIn.none</numIndex>
<numIndex index="0">LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:text.none</numIndex>
<numIndex index="1">none</numIndex>
</numIndex>
<numIndex index="1" type="array">
<numIndex index="0">LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.searchIn.document</numIndex>
<numIndex index="0">LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.flexform.searchIn.document</numIndex>
<numIndex index="1">document</numIndex>
</numIndex>
<numIndex index="2" type="array">
<numIndex index="0">LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.searchIn.collection</numIndex>
<numIndex index="0">LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.flexform.searchIn.collection</numIndex>
<numIndex index="1">collection</numIndex>
</numIndex>
<numIndex index="3" type="array">
<numIndex index="0">LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.searchIn.all</numIndex>
<numIndex index="0">LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.flexform.searchIn.all</numIndex>
<numIndex index="1">all</numIndex>
</numIndex>
</items>
@ -145,7 +145,7 @@
<TCEforms>
<displayCond>FIELD:settings.pages:REQ:true</displayCond>
<exclude>1</exclude>
<label>LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.collections</label>
<label>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.flexform.collections</label>
<config>
<type>select</type>
<items type="array"/>
@ -162,7 +162,7 @@
<TCEforms>
<displayCond>FIELD:settings.pages:REQ:true</displayCond>
<exclude>1</exclude>
<label>LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.facets</label>
<label>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.flexform.facets</label>
<config>
<type>select</type>
<items type="array"></items>
@ -179,7 +179,7 @@
<TCEforms>
<displayCond>FIELD:settings.pages:REQ:true</displayCond>
<exclude>1</exclude>
<label>LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.facetCollections</label>
<label>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.flexform.facets.collections</label>
<config>
<type>select</type>
<items type="array"/>
@ -196,7 +196,7 @@
<TCEforms>
<displayCond>FIELD:settings.pages:REQ:true</displayCond>
<exclude>1</exclude>
<label>LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.limitFacets</label>
<label>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.flexform.facets.limit</label>
<config>
<type>input</type>
<eval>num,int</eval>
@ -211,7 +211,7 @@
<settings.resetFacets>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.resetFacets</label>
<label>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.flexform.facets.reset</label>
<config>
<type>check</type>
<default>0</default>
@ -221,16 +221,16 @@
<settings.sortingFacets>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.sortingFacets</label>
<label>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.flexform.facets.sorting</label>
<config>
<type>select</type>
<items type="array">
<numIndex index="0" type="array">
<numIndex index="0">LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.sortingFacets.count</numIndex>
<numIndex index="0">LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.flexform.facets.sorting.count</numIndex>
<numIndex index="1">count</numIndex>
</numIndex>
<numIndex index="1" type="array">
<numIndex index="0">LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.sortingFacets.index</numIndex>
<numIndex index="0">LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.flexform.facets.sorting.index</numIndex>
<numIndex index="1">index</numIndex>
</numIndex>
</items>
@ -243,7 +243,7 @@
<settings.suggest>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.suggest</label>
<label>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.flexform.suggest</label>
<config>
<type>check</type>
<default>1</default>
@ -253,7 +253,7 @@
<settings.showLogicalPageField>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.showLogicalPageField</label>
<label>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.flexform.showLogicalPageField</label>
<config>
<type>check</type>
<default>0</default>
@ -264,7 +264,7 @@
<TCEforms>
<onChange>reload</onChange>
<exclude>1</exclude>
<label>LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.showSingleResult</label>
<label>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.flexform.showSingleResult</label>
<config>
<type>check</type>
<default>0</default>
@ -274,7 +274,7 @@
<settings.targetPid>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.targetPid</label>
<label>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:flexform.targetPid</label>
<config>
<type>group</type>
<internal_type>db</internal_type>
@ -295,7 +295,7 @@
<TCEforms>
<displayCond>FIELD:settings.showSingleResult:=:1</displayCond>
<exclude>1</exclude>
<label>LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.targetPidPageView</label>
<label>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:flexform.targetPidPageView</label>
<config>
<type>group</type>
<internal_type>db</internal_type>
@ -309,7 +309,7 @@
<settings.templateFile>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.templateFile</label>
<label>LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:flexform.templateFile</label>
<config>
<type>group</type>
<internal_type>file_reference</internal_type>

View File

@ -96,7 +96,7 @@ $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['dlf_validato
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
'Kitodo.Dlf',
'Search',
'LLL:EXT:dlf/Resources/Private/Language/Labels.xml:tt_content.dlf_search',
'LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf:plugins.search.title',
'EXT:dlf/Resources/Public/Icons/tx-dlf-search.svg'
);

View File

@ -162,14 +162,12 @@
<label index="tt_content.dlf_basket">DLF: Basket</label>
<label index="tt_content.dlf_calendar">DLF: Calendar</label>
<label index="tt_content.dlf_collection">DLF: Collection</label>
<label index="tt_content.dlf_feeds">DLF: Feeds</label>
<label index="tt_content.dlf_listview">DLF: List View</label>
<label index="tt_content.dlf_metadata">DLF: Metadata</label>
<label index="tt_content.dlf_navigation">DLF: Navigation</label>
<label index="tt_content.dlf_oaipmh">DLF: OAI-PMH Interface</label>
<label index="tt_content.dlf_pagegrid">DLF: Page Preview</label>
<label index="tt_content.dlf_pageview">DLF: Page View</label>
<label index="tt_content.dlf_search">DLF: Search</label>
<label index="tt_content.dlf_statistics">DLF: Statistics</label>
<label index="tt_content.dlf_tableofcontents">DLF: Table of Contents</label>
<label index="tt_content.dlf_toolbox">DLF: Toolbox</label>
@ -372,14 +370,12 @@
<label index="tt_content.dlf_basket">DLF: Warenkorb</label>
<label index="tt_content.dlf_calendar">DLF: Kalender</label>
<label index="tt_content.dlf_collection">DLF: Kollektion</label>
<label index="tt_content.dlf_feeds">DLF: Feeds</label>
<label index="tt_content.dlf_listview">DLF: Listenansicht</label>
<label index="tt_content.dlf_metadata">DLF: Metadaten</label>
<label index="tt_content.dlf_navigation">DLF: Navigation</label>
<label index="tt_content.dlf_oaipmh">DLF: OAI-PMH-Schnittstelle</label>
<label index="tt_content.dlf_pagegrid">DLF: Seitenvorschau</label>
<label index="tt_content.dlf_pageview">DLF: Seitenansicht</label>
<label index="tt_content.dlf_search">DLF: Suche</label>
<label index="tt_content.dlf_statistics">DLF: Statistik</label>
<label index="tt_content.dlf_tableofcontents">DLF: Inhaltsverzeichnis</label>
<label index="tt_content.dlf_toolbox">DLF: Werkzeugkasten</label>

View File

@ -15,35 +15,6 @@
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="tt_content.plugin.title">Search</label>
<label index="tt_content.plugin.description">Search Plugin for Kitodo.Presentation</label>
<label index="tt_content.pi_flexform.sheet_general">Options</label>
<label index="tt_content.pi_flexform.facetCollections">Use only this collections as facet</label>
<label index="tt_content.pi_flexform.fulltext">Enable fulltext search?</label>
<label index="tt_content.pi_flexform.fulltext.yes">yes</label>
<label index="tt_content.pi_flexform.fulltext.no">no</label>
<label index="tt_content.pi_flexform.solrcore">Solr Core</label>
<label index="tt_content.pi_flexform.extSearch.slotCount">Number of search slots</label>
<label index="tt_content.pi_flexform.extSearch.fields">Fields for extended search</label>
<label index="tt_content.pi_flexform.collections">Restrict search to these collections</label>
<label index="tt_content.pi_flexform.searchIn">Restrict search to current document or collection?</label>
<label index="tt_content.pi_flexform.searchIn.none">none</label>
<label index="tt_content.pi_flexform.searchIn.document">document only (incl. subordinates)</label>
<label index="tt_content.pi_flexform.searchIn.collection">collection only</label>
<label index="tt_content.pi_flexform.searchIn.all">both</label>
<label index="tt_content.pi_flexform.facets">Show these facets</label>
<label index="tt_content.pi_flexform.limitFacets">Maximum facet values</label>
<label index="tt_content.pi_flexform.resetFacets">Allow to reset facets</label>
<label index="tt_content.pi_flexform.sortingFacets">Facet sorting</label>
<label index="tt_content.pi_flexform.sortingFacets.count">Count (highest count first)</label>
<label index="tt_content.pi_flexform.sortingFacets.index">Lexicographic by indexed term (alphabetically for terms in the ASCII range)</label>
<label index="tt_content.pi_flexform.suggest">Show search suggestions</label>
<label index="tt_content.pi_flexform.targetPid">Target page (with "DLF: List View" plugin)</label>
<label index="tt_content.pi_flexform.targetPidPageView">Target page (with "DLF: Page View" plugin)</label>
<label index="tt_content.pi_flexform.separator">Separator for metadata in TS array</label>
<label index="tt_content.pi_flexform.templateFile">Template file</label>
<label index="tt_content.pi_flexform.showLogicalPageField">Show field for logical page?</label>
<label index="tt_content.pi_flexform.showSingleResult">Show single result in Page View?</label>
<label index="label.query">Search for:</label>
<label index="label.submit">Search</label>
<label index="label.inFulltext">in fulltext</label>
@ -58,35 +29,6 @@
<label index="resetFacet">Reset selection (%s)</label>
</languageKey>
<languageKey index="de" type="array">
<label index="tt_content.plugin.title">Suche</label>
<label index="tt_content.plugin.description">Suche Plugin für Kitodo.Presentation</label>
<label index="tt_content.pi_flexform.sheet_general">Einstellungen</label>
<label index="tt_content.pi_flexform.facetCollections">Folgende Kollektionen als Facetten anzeigen</label>
<label index="tt_content.pi_flexform.fulltext">Volltext-Suche aktivieren?</label>
<label index="tt_content.pi_flexform.fulltext.yes">ja</label>
<label index="tt_content.pi_flexform.fulltext.no">nein</label>
<label index="tt_content.pi_flexform.solrcore">Solr Kern</label>
<label index="tt_content.pi_flexform.extSearch.slotCount">Anzahl Suchfelder</label>
<label index="tt_content.pi_flexform.extSearch.fields">Felder für erweiterte Suche</label>
<label index="tt_content.pi_flexform.collections">Suche auf diese Kollektionen einschränken</label>
<label index="tt_content.pi_flexform.searchIn">Suche auf aktuelle/s Kollektion/Dokument einschränken?</label>
<label index="tt_content.pi_flexform.searchIn.none">nein</label>
<label index="tt_content.pi_flexform.searchIn.document">nur Dokument (inkl. Unterordnungen)</label>
<label index="tt_content.pi_flexform.searchIn.collection">nur Kollektion</label>
<label index="tt_content.pi_flexform.searchIn.all">beides</label>
<label index="tt_content.pi_flexform.facets">Diese Facetten anzeigen</label>
<label index="tt_content.pi_flexform.limitFacets">Maximale Facettenwerte</label>
<label index="tt_content.pi_flexform.resetFacets">Facetten zurücksetzen erlauben</label>
<label index="tt_content.pi_flexform.sortingFacets">Facetten Sortierung</label>
<label index="tt_content.pi_flexform.sortingFacets.count">Anzahl (höchste Anzahl zuerst)</label>
<label index="tt_content.pi_flexform.sortingFacets.index">Lexikographisch nach indexiertem Begriff (alphabetisch für Begriffe im ASCII-Bereich)</label>
<label index="tt_content.pi_flexform.suggest">Suchvorschläge anzeigen</label>
<label index="tt_content.pi_flexform.targetPid">Zielseite (mit Plugin "DLF: Listenansicht")</label>
<label index="tt_content.pi_flexform.targetPidPageView">Zielseite (mit Plugin "DLF: Seitenansicht")</label>
<label index="tt_content.pi_flexform.separator">Trennzeichen für Metadaten im TS-Array</label>
<label index="tt_content.pi_flexform.templateFile">HTML-Template</label>
<label index="tt_content.pi_flexform.showLogicalPageField">Feld für logische Seite anzeigen?</label>
<label index="tt_content.pi_flexform.showSingleResult">Einzelnes Ergebnis in Seitenansicht anzeigen?</label>
<label index="label.query">Suchen nach:</label>
<label index="label.submit">Suchen</label>
<label index="label.inFulltext">im Volltext</label>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<xliff version="1.0">
<file source-language="en" target-language="de" datatype="plaintext" original="messages" date="2021-10-14T15:49:58Z">
<file source-language="en" target-language="de" datatype="plaintext" original="messages" date="2021-10-15T14:15:26Z">
<header>
<generator>LFEditor</generator>
</header>
@ -30,9 +30,17 @@
<target><![CDATA[Einstellungen]]></target>
</trans-unit>
<trans-unit id="flexform.targetPid" approved="yes">
<source><![CDATA[Target page (with "DLF: Page View" plugin)]]></source>
<source><![CDATA[Target page (with "Kitodo: List View" plugin)]]></source>
<target><![CDATA[Zielseite (mit Plugin "DLF: Seitenansicht")]]></target>
</trans-unit>
<trans-unit id="flexform.targetPidPageView" approved="yes">
<source><![CDATA[Target page (with "Kitodo: Page View" plugin)]]></source>
<target><![CDATA[Zielseite (mit Plugin "Kitodo: Seitenansicht")]]></target>
</trans-unit>
<trans-unit id="flexform.templateFile" approved="yes">
<source><![CDATA[Template file]]></source>
<target><![CDATA[HTML-Template]]></target>
</trans-unit>
<trans-unit id="plugins.feeds.description" approved="yes">
<source><![CDATA[Feeds Plugin for Kitodo.Presentation]]></source>
<target><![CDATA[Feeds Plugin für Kitodo.Presentation]]></target>
@ -49,6 +57,106 @@
<source><![CDATA[Kitodo: Feeds]]></source>
<target><![CDATA[Kitodo: Feeds]]></target>
</trans-unit>
<trans-unit id="plugins.search.description" approved="yes">
<source><![CDATA[Search Plugin for Kitodo.Presentation]]></source>
<target><![CDATA[Suche Plugin für Kitodo.Presentation]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.collections" approved="yes">
<source><![CDATA[Restrict search to these collections]]></source>
<target><![CDATA[Suche auf diese Kollektionen einschränken]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.extSearch.fields" approved="yes">
<source><![CDATA[Fields for extended search]]></source>
<target><![CDATA[Felder für erweiterte Suche]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.extSearch.slotCount" approved="yes">
<source><![CDATA[Number of search slots]]></source>
<target><![CDATA[Anzahl Suchfelder]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.facets" approved="yes">
<source><![CDATA[Show these facets]]></source>
<target><![CDATA[Diese Facetten anzeigen]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.facets.collections" approved="yes">
<source><![CDATA[Use only this collections as facet]]></source>
<target><![CDATA[Folgende Kollektionen als Facetten anzeigen]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.facets.limit" approved="yes">
<source><![CDATA[Maximum facet values]]></source>
<target><![CDATA[Maximale Facettenwerte]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.facets.reset" approved="yes">
<source><![CDATA[Allow to reset facets]]></source>
<target><![CDATA[Facetten zurücksetzen erlauben]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.facets.sorting" approved="yes">
<source><![CDATA[Facet sorting]]></source>
<target><![CDATA[Facetten Sortierung]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.facets.sorting.count" approved="yes">
<source><![CDATA[Count (highest count first)]]></source>
<target><![CDATA[Anzahl (höchste Anzahl zuerst)]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.facets.sorting.index" approved="yes">
<source><![CDATA[Lexicographic by indexed term (alphabetically for terms in the ASCII range)]]></source>
<target><![CDATA[Lexikographisch nach indexiertem Begriff (alphabetisch für Begriffe im ASCII-Bereich)]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.fulltext" approved="yes">
<source><![CDATA[Enable full text search?]]></source>
<target><![CDATA[Volltext-Suche aktivieren?]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.searchIn" approved="yes">
<source><![CDATA[Restrict search to current document or collection?]]></source>
<target><![CDATA[Suche auf aktuelle/s Kollektion/Dokument einschränken?]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.searchIn.all" approved="yes">
<source><![CDATA[both]]></source>
<target><![CDATA[beides]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.searchIn.collection" approved="yes">
<source><![CDATA[collection only]]></source>
<target><![CDATA[nur Kollektion]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.searchIn.document" approved="yes">
<source><![CDATA[document only (incl. subordinates)]]></source>
<target><![CDATA[nur Dokument (inkl. Unterordnungen)]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.separator" approved="yes">
<source><![CDATA[Separator for metadata in TS array]]></source>
<target><![CDATA[Zielseite (mit Plugin "DLF: Listenansicht")]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.showLogicalPageField" approved="yes">
<source><![CDATA[Show field for logical page?]]></source>
<target><![CDATA[Feld für logische Seite anzeigen?]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.showSingleResult" approved="yes">
<source><![CDATA[Show single result in Page View?]]></source>
<target><![CDATA[Einzelnes Ergebnis in Seitenansicht anzeigen?]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.solrcore" approved="yes">
<source><![CDATA[Solr Core]]></source>
<target><![CDATA[Solr Kern]]></target>
</trans-unit>
<trans-unit id="plugins.search.flexform.suggest" approved="yes">
<source><![CDATA[Show search suggestions]]></source>
<target><![CDATA[Suchvorschläge anzeigen]]></target>
</trans-unit>
<trans-unit id="plugins.search.title" approved="yes">
<source><![CDATA[Kitodo: Search]]></source>
<target><![CDATA[Kitodo: Suche]]></target>
</trans-unit>
<trans-unit id="text.no" approved="yes">
<source><![CDATA[No]]></source>
<target><![CDATA[Nein]]></target>
</trans-unit>
<trans-unit id="text.none" approved="yes">
<source><![CDATA[none]]></source>
<target><![CDATA[nein]]></target>
</trans-unit>
<trans-unit id="text.yes" approved="yes">
<source><![CDATA[Yes]]></source>
<target><![CDATA[Ja]]></target>
</trans-unit>
</body>
</file>
</xliff>

View File

@ -24,7 +24,10 @@
<source><![CDATA[Options]]></source>
</trans-unit>
<trans-unit id="flexform.targetPid">
<source><![CDATA[Target page (with "DLF: Page View" plugin)]]></source>
<source><![CDATA[Target page (with "Kitodo: List View" plugin)]]></source>
</trans-unit>
<trans-unit id="flexform.targetPidPageView">
<source><![CDATA[Target page (with "Kitodo: Page View" plugin)]]></source>
</trans-unit>
<trans-unit id="plugins.feeds.description">
<source><![CDATA[Feeds Plugin for Kitodo.Presentation]]></source>
@ -38,6 +41,87 @@
<trans-unit id="plugins.feeds.title">
<source><![CDATA[Kitodo: Feeds]]></source>
</trans-unit>
<trans-unit id="plugins.search.title">
<source><![CDATA[Kitodo: Search]]></source>
</trans-unit>
<trans-unit id="plugins.search.description">
<source><![CDATA[Search Plugin for Kitodo.Presentation]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.facets.collections">
<source><![CDATA[Use only this collections as facet]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.fulltext">
<source><![CDATA[Enable full text search?]]></source>
</trans-unit>
<trans-unit id="text.yes">
<source><![CDATA[Yes]]></source>
</trans-unit>
<trans-unit id="text.no">
<source><![CDATA[No]]></source>
</trans-unit>
<trans-unit id="text.none">
<source><![CDATA[none]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.solrcore">
<source><![CDATA[Solr Core]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.extSearch.slotCount">
<source><![CDATA[Number of search slots]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.extSearch.fields">
<source><![CDATA[Fields for extended search]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.collections">
<source><![CDATA[Restrict search to these collections]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.searchIn">
<source><![CDATA[Restrict search to current document or collection?]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.searchIn.document">
<source><![CDATA[document only (incl. subordinates)]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.searchIn.collection">
<source><![CDATA[collection only]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.searchIn.all">
<source><![CDATA[both]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.facets">
<source><![CDATA[Show these facets]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.facets.limit">
<source><![CDATA[Maximum facet values]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.facets.reset">
<source><![CDATA[Allow to reset facets]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.facets.sorting">
<source><![CDATA[Facet sorting]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.facets.sorting.count">
<source><![CDATA[Count (highest count first)]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.facets.sorting.index">
<source><![CDATA[Lexicographic by indexed term (alphabetically for terms in the ASCII range)]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.suggest">
<source><![CDATA[Show search suggestions]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.suggest">
<source><![CDATA[Show search suggestions]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.separator">
<source><![CDATA[Separator for metadata in TS array]]></source>
</trans-unit>
<trans-unit id="flexform.templateFile">
<source><![CDATA[Template file]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.showLogicalPageField">
<source><![CDATA[Show field for logical page?]]></source>
</trans-unit>
<trans-unit id="plugins.search.flexform.showSingleResult">
<source><![CDATA[Show single result in Page View?]]></source>
</trans-unit>
</body>
</file>
</xliff>