Files
kimai2/translations/validators.cs.xliff
2019-09-16 23:19:46 +02:00

20 lines
986 B
XML

<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="cs" 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>Tato hodnota není platná role.</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>Datum ukončení nesmí být dříve než datum začátku.</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>Datum zažátku nemůže být v budoucnosti.</target>
</trans-unit>
</body>
</file>
</xliff>