Files
kimai2/translations/validators.es.xliff
Ivan Castro d6d9abd05e added Spanish translations (#266)
Spanish translation for kimai
2018-08-18 23:39:40 +02:00

16 lines
767 B
XML

<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file date="2017-01-12T20:00:00Z" 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>
</body>
</file>
</xliff>