Files
kimai2/translations/validators.es.xliff
2019-06-13 13:41:26 +02:00

20 lines
989 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="es" datatype="plaintext" original="none">
<body>
<trans-unit id="This value is not a valid role.">
<source>This value is not a valid role.</source>
<target>El valor indicado no es un tipo de rol válido.</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 fecha final no puede ser anterior a la fecha de inicio.</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 fecha de inicio no puede estar en el futuro.</target>
</trans-unit>
</body>
</file>
</xliff>