Convert language labels of newTenant module to XLIFF

This commit is contained in:
Alexander Bigga 2021-11-27 17:50:19 +01:00
parent 269df15c3a
commit 4316edc0be
5 changed files with 801 additions and 274 deletions

View File

@ -87,6 +87,7 @@ class NewTenantController extends AbstractController
{
// Load backend localization file.
$this->getLanguageService()->includeLLFile('EXT:dlf/Resources/Private/Language/locallang_be.xlf');
$this->getLanguageService()->includeLLFile('EXT:dlf/Resources/Private/Language/locallang_mod_newtenant.xlf');
}
/**
@ -110,7 +111,7 @@ class NewTenantController extends AbstractController
}
$data['tx_dlf_metadata'][uniqid('NEW')] = [
'pid' => intval($this->pid),
'label' => $GLOBALS['LANG']->sL('LLL:EXT:dlf/Resources/Private/Language/NewTenant.xml:metadata.' . $index_name),
'label' => $this->getLanguageService()->getLL('metadata.' . $index_name),
'index_name' => $index_name,
'format' => implode(',', $formatIds),
'default_value' => $values['default_value'],
@ -156,7 +157,7 @@ class NewTenantController extends AbstractController
// Build data array.
$data['tx_dlf_solrcores'][uniqid('NEW')] = [
'pid' => intval($this->pid),
'label' => $GLOBALS['LANG']->sL('LLL:EXT:dlf/Resources/Private/Language/NewTenant.xml:solrcore') . ' (PID ' . $this->pid . ')',
'label' => $this->getLanguageService()->getLL('solrcore') . ' (PID ' . $this->pid . ')',
'index_name' => '',
];
$_ids = Helper::processDBasAdmin($data);
@ -193,7 +194,7 @@ class NewTenantController extends AbstractController
$data['tx_dlf_structures'][uniqid('NEW')] = [
'pid' => intval($this->pid),
'toplevel' => $values['toplevel'],
'label' => $GLOBALS['LANG']->sL('LLL:EXT:dlf/Resources/Private/Language/NewTenant.xml:structure.' . $index_name),
'label' => $this->getLanguageService()->getLL('structure.' . $index_name),
'index_name' => $index_name,
'oai_name' => $values['oai_name'],
'thumbnail' => 0,

View File

@ -1,258 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!--
* (c) Kitodo. Key to digital objects e.V. <contact@kitodo.org>
*
* This file is part of the Kitodo and TYPO3 projects.
*
* @license GNU General Public License version 3 or later.
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
-->
<T3locallang>
<meta type="array">
<type>module</type>
<description>Language labels for module NewTenant</description>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="csh.description">This module allows you to add a new tenant with some basic configuration.</label>
<label index="csh.alttitle">New Tenant</label>
<label index="title">New Client</label>
<label index="solrcore">Solr Core</label>
<!-- structural data -->
<label index="structure.act">Act</label>
<label index="structure.additional">Additional</label>
<label index="structure.address">Address</label>
<label index="structure.album">Album</label>
<label index="structure.annotation">Annotation</label>
<label index="structure.article">Article</label>
<label index="structure.atlas">Atlas</label>
<label index="structure.bachelor_thesis">Bachelor Thesis</label>
<label index="structure.binding">Binding</label>
<label index="structure.bookplate">Bookplate</label>
<label index="structure.cartulary">Cartulary</label>
<label index="structure.chapter">Chapter</label>
<label index="structure.collation">Collation</label>
<label index="structure.colophon">Colophon</label>
<label index="structure.contained_work">Contained Work</label>
<label index="structure.contents">Table of Contents</label>
<label index="structure.corrigenda">Corrigenda</label>
<label index="structure.cover">Cover</label>
<label index="structure.cover_front">Front Cover</label>
<label index="structure.cover_back">Back Cover</label>
<label index="structure.day">Day</label>
<label index="structure.dedication">Dedication</label>
<label index="structure.diploma_thesis">Diploma Thesis</label>
<label index="structure.doctoral_thesis">Doctoral Thesis</label>
<label index="structure.document">Document</label>
<label index="structure.dossier">Dossier</label>
<label index="structure.edge">Edge</label>
<label index="structure.endsheet">Endsheet</label>
<label index="structure.engraved_titlepage">Engraved Titlepage</label>
<label index="structure.entry">Entry</label>
<label index="structure.ephemera">Ephemera</label>
<label index="structure.fascicle">Fascicle</label>
<label index="structure.file">File</label>
<label index="structure.folder">Folder</label>
<label index="structure.fragment">Fragment</label>
<label index="structure.ground_plan">Ground Plan</label>
<label index="structure.habilitation_thesis">Habilitation Thesis</label>
<label index="structure.illustration">Illustration</label>
<label index="structure.image">Image</label>
<label index="structure.imprint">Imprint</label>
<label index="structure.index">Index</label>
<label index="structure.initial_decoration">Initial Decoration</label>
<label index="structure.inventory">Inventory</label>
<label index="structure.issue">Issue</label>
<label index="structure.judgement">Judgement</label>
<label index="structure.land_register">Land Register</label>
<label index="structure.leaflet">Leaflet</label>
<label index="structure.lecture">Lecture</label>
<label index="structure.letter">Letter</label>
<label index="structure.magister_thesis">Magister Thesis</label>
<label index="structure.master_thesis">Master Thesis</label>
<label index="structure.manuscript">Manuscript</label>
<label index="structure.map">Map</label>
<label index="structure.monograph">Monograph</label>
<label index="structure.month">Month</label>
<label index="structure.multivolume_work">Multivolume Work</label>
<label index="structure.musical_notation">Musical Notation</label>
<label index="structure.newspaper">Newspaper</label>
<label index="structure.note">Note</label>
<label index="structure.official_notification">Official Notification</label>
<label index="structure.ornament">Ornament</label>
<label index="structure.page">Page</label>
<label index="structure.paper">Paper</label>
<label index="structure.paste_down">Paste Down</label>
<label index="structure.periodical">Periodical</label>
<label index="structure.photograph">Photograph</label>
<label index="structure.plan">Plan</label>
<label index="structure.poster">Poster</label>
<label index="structure.preface">Preface</label>
<label index="structure.preprint">Preprint</label>
<label index="structure.printed_archives">Printed Archives</label>
<label index="structure.printers_mark">Printers Mark</label>
<label index="structure.privileges">Privileges</label>
<label index="structure.proceeding">Proceeding</label>
<label index="structure.provenance">Provenance</label>
<label index="structure.register">Register</label>
<label index="structure.report">Report</label>
<label index="structure.research_paper">Research Paper</label>
<label index="structure.scheme">Scheme</label>
<label index="structure.seal">Seal</label>
<label index="structure.section">Section</label>
<label index="structure.spine">Spine</label>
<label index="structure.stamp">Stamp</label>
<label index="structure.study">Study</label>
<label index="structure.subinventory">Subinventory</label>
<label index="structure.table">Table</label>
<label index="structure.text">Text</label>
<label index="structure.title_page">Titlepage</label>
<label index="structure.verse">Verse</label>
<label index="structure.volume">Volume</label>
<label index="structure.year">Year</label>
<!-- metadata -->
<label index="metadata.prod_id">Kitodo Process Number</label>
<label index="metadata.record_id">OAI Identifier</label>
<label index="metadata.opac_id">OPAC Identifier</label>
<label index="metadata.union_id">Union Catalog ID</label>
<label index="metadata.urn">URN</label>
<label index="metadata.purl">PURL</label>
<label index="metadata.type">Type</label>
<label index="metadata.title">Title</label>
<label index="metadata.author">Author</label>
<label index="metadata.year">Year of Publication</label>
<label index="metadata.place">Place of Publication</label>
<label index="metadata.volume">Volume</label>
<label index="metadata.collection">Collection(s)</label>
<label index="metadata.owner">Owner</label>
<label index="metadata.language">Language</label>
<label index="metadata.coordinates">Coordinates</label>
<label index="metadata.license">License</label>
<label index="metadata.terms">Terms of Use</label>
<label index="metadata.restrictions">Restrictions on Access</label>
<label index="metadata.out_of_print">Out Of Print Works</label>
<label index="metadata.rights_info">Rights Information</label>
</languageKey>
<languageKey index="de" type="array">
<label index="csh.description">Dieses Modul erlaubt Ihnen das Hinzufügen eines neuen Mandanten mit einer Grundkonfiguration.</label>
<label index="csh.alttitle">Neuer Mandant</label>
<label index="title">Neuer Mandant</label>
<label index="solrcore">Solr Kern</label>
<!-- Strukturdaten -->
<label index="structure.act">Urkunde</label>
<label index="structure.additional">Beilage</label>
<label index="structure.address">Anrede</label>
<label index="structure.album">Album</label>
<label index="structure.annotation">Annotation</label>
<label index="structure.article">Artikel</label>
<label index="structure.atlas">Atlas</label>
<label index="structure.bachelor_thesis">Bachelorarbeit</label>
<label index="structure.binding">Einband</label>
<label index="structure.bookplate">Exlibris</label>
<label index="structure.cartulary">Kartular</label>
<label index="structure.chapter">Kapitel</label>
<label index="structure.collation">Bogensignatur</label>
<label index="structure.colophon">Kolophon</label>
<label index="structure.contained_work">Enthaltenes Werk</label>
<label index="structure.contents">Inhaltsverzeichnis</label>
<label index="structure.corrigenda">Errata</label>
<label index="structure.cover">Deckel</label>
<label index="structure.cover_front">Vorderdeckel</label>
<label index="structure.cover_back">Rückdeckel</label>
<label index="structure.day">Tag</label>
<label index="structure.dedication">Widmung</label>
<label index="structure.diploma_thesis">Diplomarbeit</label>
<label index="structure.doctoral_thesis">Dissertation</label>
<label index="structure.document">Dokument</label>
<label index="structure.dossier">Vorgang</label>
<label index="structure.edge">Schnitt</label>
<label index="structure.endsheet">Vorsatz</label>
<label index="structure.engraved_titlepage">Kupfertitel</label>
<label index="structure.entry">Eintrag</label>
<label index="structure.ephemera">Konzertprogramm</label>
<label index="structure.fascicle">Faszikel</label>
<label index="structure.file">Akte</label>
<label index="structure.folder">Mappe</label>
<label index="structure.fragment">Fragment</label>
<label index="structure.ground_plan">Grundriss</label>
<label index="structure.habilitation_thesis">Habilitation</label>
<label index="structure.illustration">Illustration</label>
<label index="structure.image">Bild</label>
<label index="structure.imprint">Impressum</label>
<label index="structure.index">Register</label>
<label index="structure.initial_decoration">Initialschmuck</label>
<label index="structure.inventory">Bestand</label>
<label index="structure.issue">Ausgabe</label>
<label index="structure.judgement">Urteil</label>
<label index="structure.land_register">Grundbuch</label>
<label index="structure.leaflet">Flugblatt</label>
<label index="structure.lecture">Vorlesung</label>
<label index="structure.letter">Brief</label>
<label index="structure.magister_thesis">Magisterarbeit</label>
<label index="structure.master_thesis">Masterarbeit</label>
<label index="structure.structure.manuscript">Handschrift</label>
<label index="structure.map">Karte</label>
<label index="structure.monograph">Monographie</label>
<label index="structure.month">Monat</label>
<label index="structure.multivolume_work">Mehrbändiges Werk</label>
<label index="structure.musical_notation">Musiknotation</label>
<label index="structure.newspaper">Zeitung</label>
<label index="structure.note">Vermerk</label>
<label index="structure.official_notification">Bescheid</label>
<label index="structure.ornament">Buchschmuck</label>
<label index="structure.page">Seite</label>
<label index="structure.paper">Vortrag</label>
<label index="structure.paste_down">Spiegel</label>
<label index="structure.periodical">Zeitschrift</label>
<label index="structure.photograph">Fotografie</label>
<label index="structure.plan">Plan</label>
<label index="structure.poster">Plakat</label>
<label index="structure.preface">Vorwort</label>
<label index="structure.preprint">Vorabdruck</label>
<label index="structure.printed_archives">Druckerzeugnis</label>
<label index="structure.printers_mark">Druckermarke</label>
<label index="structure.privileges">Privilegien</label>
<label index="structure.proceeding">Tagungsband</label>
<label index="structure.provenance">Besitznachweis</label>
<label index="structure.register">Amtsbuch</label>
<label index="structure.report">Bericht</label>
<label index="structure.research_paper">Forschungsbericht</label>
<label index="structure.scheme">Schema</label>
<label index="structure.seal">Siegel</label>
<label index="structure.section">Abschnitt</label>
<label index="structure.spine">Rücken</label>
<label index="structure.stamp">Stempel</label>
<label index="structure.study">Studie</label>
<label index="structure.table">Tabelle</label>
<label index="structure.text">Text</label>
<label index="structure.title_page">Titelseite</label>
<label index="structure.subinventory">Unterbestand</label>
<label index="structure.verse">Vers</label>
<label index="structure.volume">Band</label>
<label index="structure.year">Jahr</label>
<!-- Metadaten -->
<label index="metadata.prod_id">Kitodo-Vorgangsnummer</label>
<label index="metadata.record_id">OAI-Identifier</label>
<label index="metadata.opac_id">OPAC-Identifier</label>
<label index="metadata.union_id">Verbund-Identifier</label>
<label index="metadata.urn">URN</label>
<label index="metadata.purl">PURL</label>
<label index="metadata.type">Strukturtyp</label>
<label index="metadata.title">Titel</label>
<label index="metadata.author">Autor</label>
<label index="metadata.year">Erscheinungsjahr</label>
<label index="metadata.place">Erscheinungsort</label>
<label index="metadata.volume">Band</label>
<label index="metadata.collection">Sammlung(en)</label>
<label index="metadata.owner">Besitzer</label>
<label index="metadata.language">Sprache</label>
<label index="metadata.coordinates">Geoinformationen</label>
<label index="metadata.license">Lizenz</label>
<label index="metadata.terms">Nutzungsbedingungen</label>
<label index="metadata.restrictions">Zugriffsinformationen</label>
<label index="metadata.out_of_print">Vergriffene Werke</label>
<label index="metadata.rights_info">Rechteinformation</label>
</languageKey>
</data>
</T3locallang>

View File

@ -1,10 +1,94 @@
<?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-11-26T16:44:16Z">
<file source-language="en" target-language="de" datatype="plaintext" original="messages" date="2021-11-27T16:32:02Z">
<header>
<generator>LFEditor</generator>
</header>
<body>
<trans-unit id="metadata.author" approved="yes">
<source><![CDATA[Author]]></source>
<target><![CDATA[Autor]]></target>
</trans-unit>
<trans-unit id="metadata.collection" approved="yes">
<source><![CDATA[Collection(s)]]></source>
<target><![CDATA[Sammlung(en)]]></target>
</trans-unit>
<trans-unit id="metadata.coordinates" approved="yes">
<source><![CDATA[Coordinates]]></source>
<target><![CDATA[Geoinformationen]]></target>
</trans-unit>
<trans-unit id="metadata.language" approved="yes">
<source><![CDATA[Language]]></source>
<target><![CDATA[Sprache]]></target>
</trans-unit>
<trans-unit id="metadata.license" approved="yes">
<source><![CDATA[License]]></source>
<target><![CDATA[Lizenz]]></target>
</trans-unit>
<trans-unit id="metadata.opac_id" approved="yes">
<source><![CDATA[OPAC Identifier]]></source>
<target><![CDATA[OPAC-Identifier]]></target>
</trans-unit>
<trans-unit id="metadata.out_of_print" approved="yes">
<source><![CDATA[Out Of Print Works]]></source>
<target><![CDATA[Vergriffene Werke]]></target>
</trans-unit>
<trans-unit id="metadata.owner" approved="yes">
<source><![CDATA[Owner]]></source>
<target><![CDATA[Besitzer]]></target>
</trans-unit>
<trans-unit id="metadata.place" approved="yes">
<source><![CDATA[Place of Publication]]></source>
<target><![CDATA[Erscheinungsort]]></target>
</trans-unit>
<trans-unit id="metadata.prod_id" approved="yes">
<source><![CDATA[Kitodo Process Number]]></source>
<target><![CDATA[Kitodo-Vorgangsnummer]]></target>
</trans-unit>
<trans-unit id="metadata.purl" approved="yes">
<source><![CDATA[PURL]]></source>
<target><![CDATA[PURL]]></target>
</trans-unit>
<trans-unit id="metadata.record_id" approved="yes">
<source><![CDATA[OAI Identifier]]></source>
<target><![CDATA[OAI-Identifier]]></target>
</trans-unit>
<trans-unit id="metadata.restrictions" approved="yes">
<source><![CDATA[Restrictions on Access]]></source>
<target><![CDATA[Zugriffsinformationen]]></target>
</trans-unit>
<trans-unit id="metadata.rights_info" approved="yes">
<source><![CDATA[Rights Information]]></source>
<target><![CDATA[Rechteinformation]]></target>
</trans-unit>
<trans-unit id="metadata.terms" approved="yes">
<source><![CDATA[Terms of Use]]></source>
<target><![CDATA[Nutzungsbedingungen]]></target>
</trans-unit>
<trans-unit id="metadata.title" approved="yes">
<source><![CDATA[Title]]></source>
<target><![CDATA[Titel]]></target>
</trans-unit>
<trans-unit id="metadata.type" approved="yes">
<source><![CDATA[Type]]></source>
<target><![CDATA[Strukturtyp]]></target>
</trans-unit>
<trans-unit id="metadata.union_id" approved="yes">
<source><![CDATA[Union Catalog ID]]></source>
<target><![CDATA[Verbund-Identifier]]></target>
</trans-unit>
<trans-unit id="metadata.urn" approved="yes">
<source><![CDATA[URN]]></source>
<target><![CDATA[URN]]></target>
</trans-unit>
<trans-unit id="metadata.volume" approved="yes">
<source><![CDATA[Volume]]></source>
<target><![CDATA[Band]]></target>
</trans-unit>
<trans-unit id="metadata.year" approved="yes">
<source><![CDATA[Year of Publication]]></source>
<target><![CDATA[Erscheinungsjahr]]></target>
</trans-unit>
<trans-unit id="mlang_labels_tabdescr" approved="yes">
<source><![CDATA[This module allows you to add a new tenant with some basic configuration.]]></source>
<target><![CDATA[Dieses Modul erlaubt Ihnen das Hinzufügen eines neuen Mandanten mit einer Grundkonfiguration.]]></target>
@ -17,6 +101,370 @@
<source><![CDATA[New Tenant]]></source>
<target><![CDATA[Neuer Mandant]]></target>
</trans-unit>
<trans-unit id="structure.act" approved="yes">
<source><![CDATA[Act]]></source>
<target><![CDATA[Urkunde]]></target>
</trans-unit>
<trans-unit id="structure.additional" approved="yes">
<source><![CDATA[Additional]]></source>
<target><![CDATA[Beilage]]></target>
</trans-unit>
<trans-unit id="structure.address" approved="yes">
<source><![CDATA[Address]]></source>
<target><![CDATA[Anrede]]></target>
</trans-unit>
<trans-unit id="structure.album" approved="yes">
<source><![CDATA[Album]]></source>
<target><![CDATA[Album]]></target>
</trans-unit>
<trans-unit id="structure.annotation" approved="yes">
<source><![CDATA[Annotation]]></source>
<target><![CDATA[Annotation]]></target>
</trans-unit>
<trans-unit id="structure.article" approved="yes">
<source><![CDATA[Article]]></source>
<target><![CDATA[Artikel]]></target>
</trans-unit>
<trans-unit id="structure.atlas" approved="yes">
<source><![CDATA[Atlas]]></source>
<target><![CDATA[Atlas]]></target>
</trans-unit>
<trans-unit id="structure.bachelor_thesis" approved="yes">
<source><![CDATA[Bachelor Thesis]]></source>
<target><![CDATA[Bachelorarbeit]]></target>
</trans-unit>
<trans-unit id="structure.binding" approved="yes">
<source><![CDATA[Binding]]></source>
<target><![CDATA[Einband]]></target>
</trans-unit>
<trans-unit id="structure.bookplate" approved="yes">
<source><![CDATA[Bookplate]]></source>
<target><![CDATA[Exlibris]]></target>
</trans-unit>
<trans-unit id="structure.cartulary" approved="yes">
<source><![CDATA[Cartulary]]></source>
<target><![CDATA[Kartular]]></target>
</trans-unit>
<trans-unit id="structure.chapter" approved="yes">
<source><![CDATA[Chapter]]></source>
<target><![CDATA[Kapitel]]></target>
</trans-unit>
<trans-unit id="structure.collation" approved="yes">
<source><![CDATA[Collation]]></source>
<target><![CDATA[Bogensignatur]]></target>
</trans-unit>
<trans-unit id="structure.colophon" approved="yes">
<source><![CDATA[Colophon]]></source>
<target><![CDATA[Kolophon]]></target>
</trans-unit>
<trans-unit id="structure.contained_work" approved="yes">
<source><![CDATA[Contained Work]]></source>
<target><![CDATA[Enthaltenes Werk]]></target>
</trans-unit>
<trans-unit id="structure.contents" approved="yes">
<source><![CDATA[Table of Contents]]></source>
<target><![CDATA[Inhaltsverzeichnis]]></target>
</trans-unit>
<trans-unit id="structure.corrigenda" approved="yes">
<source><![CDATA[Corrigenda]]></source>
<target><![CDATA[Errata]]></target>
</trans-unit>
<trans-unit id="structure.cover" approved="yes">
<source><![CDATA[Cover]]></source>
<target><![CDATA[Deckel]]></target>
</trans-unit>
<trans-unit id="structure.cover_back" approved="yes">
<source><![CDATA[Back Cover]]></source>
<target><![CDATA[Vorderdeckel]]></target>
</trans-unit>
<trans-unit id="structure.cover_front" approved="yes">
<source><![CDATA[Front Cover]]></source>
<target><![CDATA[Rückdeckel]]></target>
</trans-unit>
<trans-unit id="structure.day" approved="yes">
<source><![CDATA[Day]]></source>
<target><![CDATA[Tag]]></target>
</trans-unit>
<trans-unit id="structure.dedication" approved="yes">
<source><![CDATA[Dedication]]></source>
<target><![CDATA[Widmung]]></target>
</trans-unit>
<trans-unit id="structure.diploma_thesis" approved="yes">
<source><![CDATA[Diploma Thesis]]></source>
<target><![CDATA[Diplomarbeit]]></target>
</trans-unit>
<trans-unit id="structure.doctoral_thesis" approved="yes">
<source><![CDATA[Doctoral Thesis]]></source>
<target><![CDATA[Dissertation]]></target>
</trans-unit>
<trans-unit id="structure.document" approved="yes">
<source><![CDATA[Document]]></source>
<target><![CDATA[Dokument]]></target>
</trans-unit>
<trans-unit id="structure.dossier" approved="yes">
<source><![CDATA[Dossier]]></source>
<target><![CDATA[Vorgang]]></target>
</trans-unit>
<trans-unit id="structure.edge" approved="yes">
<source><![CDATA[Edge]]></source>
<target><![CDATA[Schnitt]]></target>
</trans-unit>
<trans-unit id="structure.endsheet" approved="yes">
<source><![CDATA[Endsheet]]></source>
<target><![CDATA[Vorsatz]]></target>
</trans-unit>
<trans-unit id="structure.engraved_titlepage" approved="yes">
<source><![CDATA[Engraved Titlepage]]></source>
<target><![CDATA[Kupfertitel]]></target>
</trans-unit>
<trans-unit id="structure.entry" approved="yes">
<source><![CDATA[Entry]]></source>
<target><![CDATA[Eintrag]]></target>
</trans-unit>
<trans-unit id="structure.ephemera" approved="yes">
<source><![CDATA[Ephemera]]></source>
<target><![CDATA[Konzertprogramm]]></target>
</trans-unit>
<trans-unit id="structure.fascicle" approved="yes">
<source><![CDATA[Fascicle]]></source>
<target><![CDATA[Faszikel]]></target>
</trans-unit>
<trans-unit id="structure.file" approved="yes">
<source><![CDATA[File]]></source>
<target><![CDATA[Akte]]></target>
</trans-unit>
<trans-unit id="structure.folder" approved="yes">
<source><![CDATA[Folder]]></source>
<target><![CDATA[Mappe]]></target>
</trans-unit>
<trans-unit id="structure.fragment" approved="yes">
<source><![CDATA[Fragment]]></source>
<target><![CDATA[Fragment]]></target>
</trans-unit>
<trans-unit id="structure.ground_plan" approved="yes">
<source><![CDATA[Ground Plan]]></source>
<target><![CDATA[Grundriss]]></target>
</trans-unit>
<trans-unit id="structure.habilitation_thesis" approved="yes">
<source><![CDATA[Habilitation Thesis]]></source>
<target><![CDATA[Habilitation]]></target>
</trans-unit>
<trans-unit id="structure.illustration" approved="yes">
<source><![CDATA[Illustration]]></source>
<target><![CDATA[Illustration]]></target>
</trans-unit>
<trans-unit id="structure.image" approved="yes">
<source><![CDATA[Image]]></source>
<target><![CDATA[Bild]]></target>
</trans-unit>
<trans-unit id="structure.imprint" approved="yes">
<source><![CDATA[Imprint]]></source>
<target><![CDATA[Impressum]]></target>
</trans-unit>
<trans-unit id="structure.index" approved="yes">
<source><![CDATA[Index]]></source>
<target><![CDATA[Register]]></target>
</trans-unit>
<trans-unit id="structure.initial_decoration" approved="yes">
<source><![CDATA[Initial Decoration]]></source>
<target><![CDATA[Initialschmuck]]></target>
</trans-unit>
<trans-unit id="structure.inventory" approved="yes">
<source><![CDATA[Inventory]]></source>
<target><![CDATA[Bestand]]></target>
</trans-unit>
<trans-unit id="structure.issue" approved="yes">
<source><![CDATA[Issue]]></source>
<target><![CDATA[Ausgabe]]></target>
</trans-unit>
<trans-unit id="structure.judgement" approved="yes">
<source><![CDATA[Judgement]]></source>
<target><![CDATA[Urteil]]></target>
</trans-unit>
<trans-unit id="structure.land_register" approved="yes">
<source><![CDATA[Land Register]]></source>
<target><![CDATA[Grundbuch]]></target>
</trans-unit>
<trans-unit id="structure.leaflet" approved="yes">
<source><![CDATA[Leaflet]]></source>
<target><![CDATA[Flugblatt]]></target>
</trans-unit>
<trans-unit id="structure.lecture" approved="yes">
<source><![CDATA[Lecture]]></source>
<target><![CDATA[Vorlesung]]></target>
</trans-unit>
<trans-unit id="structure.letter" approved="yes">
<source><![CDATA[Letter]]></source>
<target><![CDATA[Brief]]></target>
</trans-unit>
<trans-unit id="structure.magister_thesis" approved="yes">
<source><![CDATA[Magister Thesis]]></source>
<target><![CDATA[Magisterarbeit]]></target>
</trans-unit>
<trans-unit id="structure.manuscript" approved="yes">
<source><![CDATA[Manuscript]]></source>
<target><![CDATA[Handschrift]]></target>
</trans-unit>
<trans-unit id="structure.map" approved="yes">
<source><![CDATA[Map]]></source>
<target><![CDATA[Karte]]></target>
</trans-unit>
<trans-unit id="structure.master_thesis" approved="yes">
<source><![CDATA[Master Thesis]]></source>
<target><![CDATA[Masterarbeit]]></target>
</trans-unit>
<trans-unit id="structure.monograph" approved="yes">
<source><![CDATA[Monograph]]></source>
<target><![CDATA[Monographie]]></target>
</trans-unit>
<trans-unit id="structure.month" approved="yes">
<source><![CDATA[Month]]></source>
<target><![CDATA[Monat]]></target>
</trans-unit>
<trans-unit id="structure.multivolume_work" approved="yes">
<source><![CDATA[Multivolume Work]]></source>
<target><![CDATA[Mehrbändiges Werk]]></target>
</trans-unit>
<trans-unit id="structure.musical_notation" approved="yes">
<source><![CDATA[Musical Notation]]></source>
<target><![CDATA[Musiknotation]]></target>
</trans-unit>
<trans-unit id="structure.newspaper" approved="yes">
<source><![CDATA[Newspaper]]></source>
<target><![CDATA[Zeitung]]></target>
</trans-unit>
<trans-unit id="structure.note" approved="yes">
<source><![CDATA[Note]]></source>
<target><![CDATA[Vermerk]]></target>
</trans-unit>
<trans-unit id="structure.official_notification" approved="yes">
<source><![CDATA[Official Notification]]></source>
<target><![CDATA[Bescheid]]></target>
</trans-unit>
<trans-unit id="structure.ornament" approved="yes">
<source><![CDATA[Ornament]]></source>
<target><![CDATA[Buchschmuck]]></target>
</trans-unit>
<trans-unit id="structure.page" approved="yes">
<source><![CDATA[Page]]></source>
<target><![CDATA[Seite]]></target>
</trans-unit>
<trans-unit id="structure.paper" approved="yes">
<source><![CDATA[Paper]]></source>
<target><![CDATA[Vortrag]]></target>
</trans-unit>
<trans-unit id="structure.paste_down" approved="yes">
<source><![CDATA[Paste Down]]></source>
<target><![CDATA[Spiegel]]></target>
</trans-unit>
<trans-unit id="structure.periodical" approved="yes">
<source><![CDATA[Periodical]]></source>
<target><![CDATA[Zeitschrift]]></target>
</trans-unit>
<trans-unit id="structure.photograph" approved="yes">
<source><![CDATA[Photograph]]></source>
<target><![CDATA[Fotografie]]></target>
</trans-unit>
<trans-unit id="structure.plan" approved="yes">
<source><![CDATA[Plan]]></source>
<target><![CDATA[Plan]]></target>
</trans-unit>
<trans-unit id="structure.poster" approved="yes">
<source><![CDATA[Poster]]></source>
<target><![CDATA[Plakat]]></target>
</trans-unit>
<trans-unit id="structure.preface" approved="yes">
<source><![CDATA[Preface]]></source>
<target><![CDATA[Vorwort]]></target>
</trans-unit>
<trans-unit id="structure.preprint" approved="yes">
<source><![CDATA[Preprint]]></source>
<target><![CDATA[Vorabdruck]]></target>
</trans-unit>
<trans-unit id="structure.printed_archives" approved="yes">
<source><![CDATA[Printed Archives]]></source>
<target><![CDATA[Druckerzeugnis]]></target>
</trans-unit>
<trans-unit id="structure.printers_mark" approved="yes">
<source><![CDATA[Printers Mark]]></source>
<target><![CDATA[Druckermarke]]></target>
</trans-unit>
<trans-unit id="structure.privileges" approved="yes">
<source><![CDATA[Privileges]]></source>
<target><![CDATA[Privilegien]]></target>
</trans-unit>
<trans-unit id="structure.proceeding" approved="yes">
<source><![CDATA[Proceeding]]></source>
<target><![CDATA[Tagungsband]]></target>
</trans-unit>
<trans-unit id="structure.provenance" approved="yes">
<source><![CDATA[Provenance]]></source>
<target><![CDATA[Besitznachweis]]></target>
</trans-unit>
<trans-unit id="structure.register" approved="yes">
<source><![CDATA[Register]]></source>
<target><![CDATA[Amtsbuch]]></target>
</trans-unit>
<trans-unit id="structure.report" approved="yes">
<source><![CDATA[Report]]></source>
<target><![CDATA[Bericht]]></target>
</trans-unit>
<trans-unit id="structure.research_paper" approved="yes">
<source><![CDATA[Research Paper]]></source>
<target><![CDATA[Forschungsbericht]]></target>
</trans-unit>
<trans-unit id="structure.scheme" approved="yes">
<source><![CDATA[Scheme]]></source>
<target><![CDATA[Schema]]></target>
</trans-unit>
<trans-unit id="structure.seal" approved="yes">
<source><![CDATA[Seal]]></source>
<target><![CDATA[Siegel]]></target>
</trans-unit>
<trans-unit id="structure.section" approved="yes">
<source><![CDATA[Section]]></source>
<target><![CDATA[Abschnitt]]></target>
</trans-unit>
<trans-unit id="structure.spine" approved="yes">
<source><![CDATA[Spine]]></source>
<target><![CDATA[Rücken]]></target>
</trans-unit>
<trans-unit id="structure.stamp" approved="yes">
<source><![CDATA[Stamp]]></source>
<target><![CDATA[Stempel]]></target>
</trans-unit>
<trans-unit id="structure.study" approved="yes">
<source><![CDATA[Study]]></source>
<target><![CDATA[Studie]]></target>
</trans-unit>
<trans-unit id="structure.subinventory" approved="yes">
<source><![CDATA[Subinventory]]></source>
<target><![CDATA[Unterbestand]]></target>
</trans-unit>
<trans-unit id="structure.table" approved="yes">
<source><![CDATA[Table]]></source>
<target><![CDATA[Tabelle]]></target>
</trans-unit>
<trans-unit id="structure.text" approved="yes">
<source><![CDATA[Text]]></source>
<target><![CDATA[Text]]></target>
</trans-unit>
<trans-unit id="structure.title_page" approved="yes">
<source><![CDATA[Titlepage]]></source>
<target><![CDATA[Titelseite]]></target>
</trans-unit>
<trans-unit id="structure.verse" approved="yes">
<source><![CDATA[Verse]]></source>
<target><![CDATA[Vers]]></target>
</trans-unit>
<trans-unit id="structure.volume" approved="yes">
<source><![CDATA[Volume]]></source>
<target><![CDATA[Band]]></target>
</trans-unit>
<trans-unit id="structure.year" approved="yes">
<source><![CDATA[Year]]></source>
<target><![CDATA[Jahr]]></target>
</trans-unit>
</body>
</file>
</xliff>
</xliff>

View File

@ -1,19 +1,355 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<xliff version="1.0">
<file source-language="en" datatype="plaintext" original="messages" date="2021-10-25T09:43:48Z">
<file source-language="en" datatype="plaintext" original="messages" date="2021-11-27T12:07:34Z">
<header>
<generator>LFEditor</generator>
</header>
<body>
<trans-unit id="mlang_tabs_tab" approved="yes">
<source><![CDATA[New Tenant]]></source>
</trans-unit>
<trans-unit id="mlang_labels_tabdescr" approved="yes">
<source><![CDATA[This module allows you to add a new tenant with some basic configuration.]]></source>
</trans-unit>
<trans-unit id="mlang_labels_tablabel" approved="yes">
<source><![CDATA[New Tenant]]></source>
</trans-unit>
<trans-unit id="metadata.author">
<source><![CDATA[Author]]></source>
</trans-unit>
<trans-unit id="metadata.collection">
<source><![CDATA[Collection(s)]]></source>
</trans-unit>
<trans-unit id="metadata.coordinates">
<source><![CDATA[Coordinates]]></source>
</trans-unit>
<trans-unit id="metadata.language">
<source><![CDATA[Language]]></source>
</trans-unit>
<trans-unit id="metadata.license">
<source><![CDATA[License]]></source>
</trans-unit>
<trans-unit id="metadata.opac_id">
<source><![CDATA[OPAC Identifier]]></source>
</trans-unit>
<trans-unit id="metadata.out_of_print">
<source><![CDATA[Out Of Print Works]]></source>
</trans-unit>
<trans-unit id="metadata.owner">
<source><![CDATA[Owner]]></source>
</trans-unit>
<trans-unit id="metadata.place">
<source><![CDATA[Place of Publication]]></source>
</trans-unit>
<trans-unit id="metadata.prod_id">
<source><![CDATA[Kitodo Process Number]]></source>
</trans-unit>
<trans-unit id="metadata.purl">
<source><![CDATA[PURL]]></source>
</trans-unit>
<trans-unit id="metadata.record_id">
<source><![CDATA[OAI Identifier]]></source>
</trans-unit>
<trans-unit id="metadata.restrictions">
<source><![CDATA[Restrictions on Access]]></source>
</trans-unit>
<trans-unit id="metadata.rights_info">
<source><![CDATA[Rights Information]]></source>
</trans-unit>
<trans-unit id="metadata.terms">
<source><![CDATA[Terms of Use]]></source>
</trans-unit>
<trans-unit id="metadata.title">
<source><![CDATA[Title]]></source>
</trans-unit>
<trans-unit id="metadata.type">
<source><![CDATA[Type]]></source>
</trans-unit>
<trans-unit id="metadata.union_id">
<source><![CDATA[Union Catalog ID]]></source>
</trans-unit>
<trans-unit id="metadata.urn">
<source><![CDATA[URN]]></source>
</trans-unit>
<trans-unit id="metadata.volume">
<source><![CDATA[Volume]]></source>
</trans-unit>
<trans-unit id="metadata.year">
<source><![CDATA[Year of Publication]]></source>
</trans-unit>
<trans-unit id="mlang_labels_tabdescr">
<source><![CDATA[This module allows you to add a new tenant with some basic configuration.]]></source>
</trans-unit>
<trans-unit id="mlang_labels_tablabel">
<source><![CDATA[New Tenant]]></source>
</trans-unit>
<trans-unit id="mlang_tabs_tab">
<source><![CDATA[New Tenant]]></source>
</trans-unit>
<trans-unit id="structure.act">
<source><![CDATA[Act]]></source>
</trans-unit>
<trans-unit id="structure.additional">
<source><![CDATA[Additional]]></source>
</trans-unit>
<trans-unit id="structure.address">
<source><![CDATA[Address]]></source>
</trans-unit>
<trans-unit id="structure.album">
<source><![CDATA[Album]]></source>
</trans-unit>
<trans-unit id="structure.annotation">
<source><![CDATA[Annotation]]></source>
</trans-unit>
<trans-unit id="structure.article">
<source><![CDATA[Article]]></source>
</trans-unit>
<trans-unit id="structure.atlas">
<source><![CDATA[Atlas]]></source>
</trans-unit>
<trans-unit id="structure.bachelor_thesis">
<source><![CDATA[Bachelor Thesis]]></source>
</trans-unit>
<trans-unit id="structure.binding">
<source><![CDATA[Binding]]></source>
</trans-unit>
<trans-unit id="structure.bookplate">
<source><![CDATA[Bookplate]]></source>
</trans-unit>
<trans-unit id="structure.cartulary">
<source><![CDATA[Cartulary]]></source>
</trans-unit>
<trans-unit id="structure.chapter">
<source><![CDATA[Chapter]]></source>
</trans-unit>
<trans-unit id="structure.collation">
<source><![CDATA[Collation]]></source>
</trans-unit>
<trans-unit id="structure.colophon">
<source><![CDATA[Colophon]]></source>
</trans-unit>
<trans-unit id="structure.contained_work">
<source><![CDATA[Contained Work]]></source>
</trans-unit>
<trans-unit id="structure.contents">
<source><![CDATA[Table of Contents]]></source>
</trans-unit>
<trans-unit id="structure.corrigenda">
<source><![CDATA[Corrigenda]]></source>
</trans-unit>
<trans-unit id="structure.cover">
<source><![CDATA[Cover]]></source>
</trans-unit>
<trans-unit id="structure.cover_back">
<source><![CDATA[Back Cover]]></source>
</trans-unit>
<trans-unit id="structure.cover_front">
<source><![CDATA[Front Cover]]></source>
</trans-unit>
<trans-unit id="structure.day">
<source><![CDATA[Day]]></source>
</trans-unit>
<trans-unit id="structure.dedication">
<source><![CDATA[Dedication]]></source>
</trans-unit>
<trans-unit id="structure.diploma_thesis">
<source><![CDATA[Diploma Thesis]]></source>
</trans-unit>
<trans-unit id="structure.doctoral_thesis">
<source><![CDATA[Doctoral Thesis]]></source>
</trans-unit>
<trans-unit id="structure.document">
<source><![CDATA[Document]]></source>
</trans-unit>
<trans-unit id="structure.dossier">
<source><![CDATA[Dossier]]></source>
</trans-unit>
<trans-unit id="structure.edge">
<source><![CDATA[Edge]]></source>
</trans-unit>
<trans-unit id="structure.endsheet">
<source><![CDATA[Endsheet]]></source>
</trans-unit>
<trans-unit id="structure.engraved_titlepage">
<source><![CDATA[Engraved Titlepage]]></source>
</trans-unit>
<trans-unit id="structure.entry">
<source><![CDATA[Entry]]></source>
</trans-unit>
<trans-unit id="structure.ephemera">
<source><![CDATA[Ephemera]]></source>
</trans-unit>
<trans-unit id="structure.fascicle">
<source><![CDATA[Fascicle]]></source>
</trans-unit>
<trans-unit id="structure.file">
<source><![CDATA[File]]></source>
</trans-unit>
<trans-unit id="structure.folder">
<source><![CDATA[Folder]]></source>
</trans-unit>
<trans-unit id="structure.fragment">
<source><![CDATA[Fragment]]></source>
</trans-unit>
<trans-unit id="structure.ground_plan">
<source><![CDATA[Ground Plan]]></source>
</trans-unit>
<trans-unit id="structure.habilitation_thesis">
<source><![CDATA[Habilitation Thesis]]></source>
</trans-unit>
<trans-unit id="structure.illustration">
<source><![CDATA[Illustration]]></source>
</trans-unit>
<trans-unit id="structure.image">
<source><![CDATA[Image]]></source>
</trans-unit>
<trans-unit id="structure.imprint">
<source><![CDATA[Imprint]]></source>
</trans-unit>
<trans-unit id="structure.index">
<source><![CDATA[Index]]></source>
</trans-unit>
<trans-unit id="structure.initial_decoration">
<source><![CDATA[Initial Decoration]]></source>
</trans-unit>
<trans-unit id="structure.inventory">
<source><![CDATA[Inventory]]></source>
</trans-unit>
<trans-unit id="structure.issue">
<source><![CDATA[Issue]]></source>
</trans-unit>
<trans-unit id="structure.judgement">
<source><![CDATA[Judgement]]></source>
</trans-unit>
<trans-unit id="structure.land_register">
<source><![CDATA[Land Register]]></source>
</trans-unit>
<trans-unit id="structure.leaflet">
<source><![CDATA[Leaflet]]></source>
</trans-unit>
<trans-unit id="structure.lecture">
<source><![CDATA[Lecture]]></source>
</trans-unit>
<trans-unit id="structure.letter">
<source><![CDATA[Letter]]></source>
</trans-unit>
<trans-unit id="structure.magister_thesis">
<source><![CDATA[Magister Thesis]]></source>
</trans-unit>
<trans-unit id="structure.manuscript">
<source><![CDATA[Manuscript]]></source>
</trans-unit>
<trans-unit id="structure.map">
<source><![CDATA[Map]]></source>
</trans-unit>
<trans-unit id="structure.master_thesis">
<source><![CDATA[Master Thesis]]></source>
</trans-unit>
<trans-unit id="structure.monograph">
<source><![CDATA[Monograph]]></source>
</trans-unit>
<trans-unit id="structure.month">
<source><![CDATA[Month]]></source>
</trans-unit>
<trans-unit id="structure.multivolume_work">
<source><![CDATA[Multivolume Work]]></source>
</trans-unit>
<trans-unit id="structure.musical_notation">
<source><![CDATA[Musical Notation]]></source>
</trans-unit>
<trans-unit id="structure.newspaper">
<source><![CDATA[Newspaper]]></source>
</trans-unit>
<trans-unit id="structure.note">
<source><![CDATA[Note]]></source>
</trans-unit>
<trans-unit id="structure.official_notification">
<source><![CDATA[Official Notification]]></source>
</trans-unit>
<trans-unit id="structure.ornament">
<source><![CDATA[Ornament]]></source>
</trans-unit>
<trans-unit id="structure.page">
<source><![CDATA[Page]]></source>
</trans-unit>
<trans-unit id="structure.paper">
<source><![CDATA[Paper]]></source>
</trans-unit>
<trans-unit id="structure.paste_down">
<source><![CDATA[Paste Down]]></source>
</trans-unit>
<trans-unit id="structure.periodical">
<source><![CDATA[Periodical]]></source>
</trans-unit>
<trans-unit id="structure.photograph">
<source><![CDATA[Photograph]]></source>
</trans-unit>
<trans-unit id="structure.plan">
<source><![CDATA[Plan]]></source>
</trans-unit>
<trans-unit id="structure.poster">
<source><![CDATA[Poster]]></source>
</trans-unit>
<trans-unit id="structure.preface">
<source><![CDATA[Preface]]></source>
</trans-unit>
<trans-unit id="structure.preprint">
<source><![CDATA[Preprint]]></source>
</trans-unit>
<trans-unit id="structure.printed_archives">
<source><![CDATA[Printed Archives]]></source>
</trans-unit>
<trans-unit id="structure.printers_mark">
<source><![CDATA[Printers Mark]]></source>
</trans-unit>
<trans-unit id="structure.privileges">
<source><![CDATA[Privileges]]></source>
</trans-unit>
<trans-unit id="structure.proceeding">
<source><![CDATA[Proceeding]]></source>
</trans-unit>
<trans-unit id="structure.provenance">
<source><![CDATA[Provenance]]></source>
</trans-unit>
<trans-unit id="structure.register">
<source><![CDATA[Register]]></source>
</trans-unit>
<trans-unit id="structure.report">
<source><![CDATA[Report]]></source>
</trans-unit>
<trans-unit id="structure.research_paper">
<source><![CDATA[Research Paper]]></source>
</trans-unit>
<trans-unit id="structure.scheme">
<source><![CDATA[Scheme]]></source>
</trans-unit>
<trans-unit id="structure.seal">
<source><![CDATA[Seal]]></source>
</trans-unit>
<trans-unit id="structure.section">
<source><![CDATA[Section]]></source>
</trans-unit>
<trans-unit id="structure.spine">
<source><![CDATA[Spine]]></source>
</trans-unit>
<trans-unit id="structure.stamp">
<source><![CDATA[Stamp]]></source>
</trans-unit>
<trans-unit id="structure.study">
<source><![CDATA[Study]]></source>
</trans-unit>
<trans-unit id="structure.subinventory">
<source><![CDATA[Subinventory]]></source>
</trans-unit>
<trans-unit id="structure.table">
<source><![CDATA[Table]]></source>
</trans-unit>
<trans-unit id="structure.text">
<source><![CDATA[Text]]></source>
</trans-unit>
<trans-unit id="structure.title_page">
<source><![CDATA[Titlepage]]></source>
</trans-unit>
<trans-unit id="structure.verse">
<source><![CDATA[Verse]]></source>
</trans-unit>
<trans-unit id="structure.volume">
<source><![CDATA[Volume]]></source>
</trans-unit>
<trans-unit id="structure.year">
<source><![CDATA[Year]]></source>
</trans-unit>
</body>
</file>
</xliff>

View File

@ -23,7 +23,7 @@ if (\TYPO3_MODE === 'BE') {
[// Additional configuration
'access' => 'admin',
'icon' => 'EXT:dlf/Resources/Public/Icons/Extension.svg',
'labels' => 'LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf',
'labels' => 'LLL:EXT:dlf/Resources/Private/Language/locallang_mod_newtenant.xlf',
'navigationComponentId' => 'TYPO3/CMS/Backend/PageTree/PageTreeElement'
],
);