0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-20 07:33:01 +00:00
kevinpapst_kimai2/translations/invoice-renderer.nl.xlf
2020-08-30 11:37:04 +02:00

85 lines
3.3 KiB
XML

<?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-renderer.en.xlf">
<body>
<trans-unit id="label.invoice_renderer">
<source>label.invoice_renderer</source>
<target>Factuurdocument</target>
</trans-unit>
<trans-unit id="help.upload">
<source>help.upload</source>
<target>Attentie: Bestaande bestanden zullen overschreven worden. Toegestaande bestandstypes zijn: DOCX, ODS, XLSX.</target>
</trans-unit>
<!-- Optgroups -->
<trans-unit id="programmatic">
<source>programmatic</source>
<target>Voor verdere verwerking</target>
</trans-unit>
<trans-unit id="Html">
<source>Html</source>
<target>HTML (voor afdrukken via de Browser)</target>
</trans-unit>
<trans-unit id="Docx">
<source>Docx</source>
<target>Microsoft Word (Docx)</target>
</trans-unit>
<trans-unit id="Xls">
<source>Xls</source>
<target>Microsoft Excel (Xls)</target>
</trans-unit>
<trans-unit id="Ods">
<source>Ods</source>
<target>Open Office (Spreadsheet)</target>
</trans-unit>
<trans-unit id="Xlsx">
<source>Xlsx</source>
<target>Microsoft Excel (Xlsx)</target>
</trans-unit>
<trans-unit id="Pdf">
<source>Pdf</source>
<target>PDF</target>
</trans-unit>
<!-- Renderer -->
<trans-unit id="default">
<source>default</source>
<target>Factuur</target>
</trans-unit>
<trans-unit id="default-pdf">
<source>default-pdf</source>
<target>Factuur</target>
</trans-unit>
<trans-unit id="xml">
<source>xml</source>
<target>XML</target>
</trans-unit>
<trans-unit id="javascript">
<source>javascript</source>
<target>JSON</target>
</trans-unit>
<trans-unit id="text">
<source>text</source>
<target>Text</target>
</trans-unit>
<trans-unit id="timesheet">
<source>timesheet</source>
<target>Tijdsregistratie</target>
</trans-unit>
<trans-unit id="freelancer">
<source>freelancer</source>
<target>Freelancer</target>
</trans-unit>
<trans-unit id="open-spreadsheet">
<source>open-spreadsheet</source>
<target>Factuur</target>
</trans-unit>
<trans-unit id="spreadsheet">
<source>spreadsheet</source>
<target>Factuur</target>
</trans-unit>
<trans-unit id="company">
<source>company</source>
<target>Bedrijfsfactuur</target>
</trans-unit>
</body>
</file>
</xliff>