renamed translation files from .xliff to .xlf (#1314)

This commit is contained in:
Kevin Papst
2019-12-09 13:25:31 +01:00
committed by GitHub
parent 261b4646e4
commit b14ad9f3ab
244 changed files with 266 additions and 254 deletions

View File

@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="nl" datatype="plaintext" original="invoice-calculator.en.xlf">
<body>
<trans-unit id="label.invoice_calculator">
<source>label.invoice_calculator</source>
<target>Som berekening</target>
</trans-unit>
<trans-unit id="default">
<source>default</source>
<target>Invoerafhankelijk een invoer per tijdmeting (standaard)</target>
</trans-unit>
<trans-unit id="short">
<source>short</source>
<target>Uren opgeteld slechts een invoer</target>
</trans-unit>
<trans-unit id="user">
<source>user</source>
<target>gebruikers gegroepeerd een invoer per gebruiker</target>
</trans-unit>
<trans-unit id="activity">
<source>activity</source>
<target>activiteiten gegroepeerd een invoer per activiteit</target>
</trans-unit>
<trans-unit id="project">
<source>project</source>
<target>Eén invoer per dossier</target>
</trans-unit>
<trans-unit id="date">
<source>date</source>
<target>Eén invoer per dag (gebruik de startdatum)</target>
</trans-unit>
</body>
</file>
</xliff>