Hi,
I have to translate a .txt file which have this content:
<!DOCTYPE QPH>
<QPH sourcelanguage="en" language="sv">
<phrase>
<source>Enable management inverted</source>
<target></target>
</phrase>
<phrase>
<source>Digital IO missconfigured</source>
<target></target>
</phrase>
<phrase>
<source>Command disabled</source>
<target></target>
</phrase>
The translation has to be inserted between <target></target>.
Beside, in the file there are several numbers that should not be touched:
<phrase>
<source>Internal Error Code = %1</source>
<target></target>
</phrase>
Furthermore, there must not be translated:
<phrase>
<source>Command result: "%1"</source>
<target></target>
</phrase>
<phrase>
<source>You don't have sufficient privileges to complete the operation</source>
<target></target>
Any idea how to set the txt file type?
Thanks
Translate