Files
kimai2/translations/validators.fr.xlf
2019-12-09 13:25:31 +01:00

20 lines
1.0 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="fr" datatype="plaintext" original="validators.en.xlf">
<body>
<trans-unit id="This value is not a valid role.">
<source>This value is not a valid role.</source>
<target>Cette valeur n'est pas un rôle valide.</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>La date de fin ne doit pas être antérieure à la date de début.</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>La date du commencement ne peut pas se trouver dans le futur.</target>
</trans-unit>
</body>
</file>
</xliff>