mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 06:56:13 +01:00
9383b21737
Now that the Core uses XLIFF version 1.2, this extension
should do so (again), too.
This reverts commit e51dad6aea
.
36 lines
1.1 KiB
XML
36 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
|
<file source-language="en" target-language="de" datatype="plaintext" original="messages">
|
|
<header/>
|
|
<body>
|
|
<trans-unit id="plugin.tea">
|
|
<source>Tea</source>
|
|
<target>Tee</target>
|
|
</trans-unit>
|
|
<trans-unit id="plugin.tea.view">
|
|
<source>View</source>
|
|
<target>Ansicht</target>
|
|
</trans-unit>
|
|
<trans-unit id="plugin.tea.index">
|
|
<source>Tea list</source>
|
|
<target>Teeliste</target>
|
|
</trans-unit>
|
|
<trans-unit id="plugin.tea.show">
|
|
<source>Tea single view</source>
|
|
<target>Tee-Einzelansicht</target>
|
|
</trans-unit>
|
|
<trans-unit id="index.heading">
|
|
<source>Our selection of assorted teas</source>
|
|
<target>Unsere Auswahl an erlesenen Tees</target>
|
|
</trans-unit>
|
|
<trans-unit id="tx_tea_domain_model_product_tea.uid">
|
|
<source>UID</source>
|
|
<target>UID</target>
|
|
</trans-unit>
|
|
<trans-unit id="tx_tea_domain_model_product_tea.title">
|
|
<source>Title</source>
|
|
<target>Titel</target>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff>
|