Nenhuma Descrição

resources-clean.xlf 919B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
  3. <file source-language="fr-FR" target-language="en-US" datatype="plaintext" original="file.ext">
  4. <header>
  5. <tool tool-id="symfony" tool-name="Symfony"/>
  6. </header>
  7. <body>
  8. <trans-unit id="acbd18db4cc2f85cedef654fccc4a4d8" resname="foo">
  9. <source>foo</source>
  10. <target>bar</target>
  11. <note priority="1" from="bar">baz</note>
  12. </trans-unit>
  13. <trans-unit id="3c6e0b8a9c15224a8228b9a98ca1531d" resname="key">
  14. <source>key</source>
  15. <target></target>
  16. <note>baz</note>
  17. <note>qux</note>
  18. </trans-unit>
  19. <trans-unit id="18e6a493872558d949b4c16ea1fa6ab6" resname="key.with.cdata">
  20. <source>key.with.cdata</source>
  21. <target><![CDATA[<source> & <target>]]></target>
  22. </trans-unit>
  23. </body>
  24. </file>
  25. </xliff>