Danish translations (#1296)

This commit is contained in:
Badgie
2019-12-02 00:25:28 +01:00
committed by Kevin Papst
parent fdf4fdfb6a
commit 47414cfd0e
27 changed files with 1755 additions and 18 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="da" datatype="plaintext" original="validators.en.xliff">
<body>
<trans-unit id="This value is not a valid role.">
<source>This value is not a valid role.</source>
<target>Denne værdi er ikke en gyldig rolle.</target>
</trans-unit>
<trans-unit id="End date must not be earlier then start date.">
<source>End date must not be earlier then start date.</source>
<target>Slutdato må ikke være før startdato.</target>
</trans-unit>
<trans-unit id="The begin date cannot be in the future.">
<source>The begin date cannot be in the future.</source>
<target>Startdato kan ikke være i fremtiden.</target>
</trans-unit>
</body>
</file>
</xliff>