mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-13 02:56:10 +01:00
Daniel Siepmann
cbe4eda380
* Add first basic CI with defaults. * Add ecs for coding guideline. * Fix invalid xliff files.
17 lines
701 B
XML
17 lines
701 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
|
<file source-language="en" datatype="plaintext" original="messages" date="2019-04-03T12:11:11Z" product-name="Events">
|
|
<header/>
|
|
<body>
|
|
<trans-unit id="tx_events.name">
|
|
<source>Events</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_events.description">
|
|
<source>Event Modul</source>
|
|
</trans-unit>
|
|
<trans-unit id="tx_events.flexform.selected.selectedRecords">
|
|
<source>Records to show</source>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff>
|