16 lines
749 B
XML
Executable File
16 lines
749 B
XML
Executable File
<?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="it" 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>Questo valore non é valido.</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 data di fine non può essere prima di quella iniziale.</target>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff>
|