kitodo-presentation/Resources/Private/Language/Calendar.xml

31 lines
1.3 KiB
XML

<?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 plugin Calendar</description>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="allYears">All years overview - </label>
<label index="label.please_choose_year">Please choose a year first.</label>
<label index="label.view_calendar">Calendar</label>
<label index="label.view_list">List View</label>
</languageKey>
<languageKey index="de" type="array">
<label index="allYears">Jahrgangsübersicht - </label>
<label index="label.please_choose_year">Bitte wählen Sie zunächst einen Jahrgang aus.</label>
<label index="label.view_calendar">Kalender</label>
<label index="label.view_list">Listenansicht</label>
</languageKey>
</data>
</T3locallang>