mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-04-30 23:40:11 +00:00

* cleanup invoice templates * cleanup invoice translations * fix invoice datetime for now * support invoice archive order by number and status * bump version * allow meta-field sub-classing * removed unused translation task.delete * prevent null in str_replace
41 lines
1.5 KiB
XML
41 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
|
<file source-language="en" target-language="nl" datatype="plaintext" original="invoice-renderer.en.xlf">
|
|
<body>
|
|
<trans-unit id="hOcTt2G" resname="invoice_renderer">
|
|
<source>invoice_renderer</source>
|
|
<target>Factuurdocument</target>
|
|
</trans-unit>
|
|
<trans-unit id="7mEUv6C" resname="help.upload">
|
|
<source>help.upload</source>
|
|
<target>Attentie: Bestaande bestanden zullen overschreven worden. Toegestaande bestandstypes zijn: %extensions%.</target>
|
|
</trans-unit>
|
|
<!-- Optgroups -->
|
|
<trans-unit id="E5BwZHT" resname="programmatic">
|
|
<source>programmatic</source>
|
|
<target>Voor verdere verwerking</target>
|
|
</trans-unit>
|
|
<!-- Renderer -->
|
|
<trans-unit id="Utbj3k_" resname="invoice">
|
|
<source>invoice</source>
|
|
<target>Factuur</target>
|
|
</trans-unit>
|
|
<trans-unit id="N6juwc4" resname="default">
|
|
<source>default</source>
|
|
<target>Factuur</target>
|
|
</trans-unit>
|
|
<trans-unit id="mC2ePrm" resname="text">
|
|
<source>text</source>
|
|
<target>Text</target>
|
|
</trans-unit>
|
|
<trans-unit id="lt2Y2LO" resname="timesheet">
|
|
<source>timesheet</source>
|
|
<target>Tijdsregistratie</target>
|
|
</trans-unit>
|
|
<trans-unit id="m1UyfD9" resname="service-date">
|
|
<source>service-date</source>
|
|
<target>Freelancer</target>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff>
|