<?xml version="1.0" encoding="UTF-8"?>
<!-- XLIFF 2.0 replaced the 1.2 inline vocabulary wholesale: <pc> for a paired code (or <sc/>/<ec/>
     when the pair crosses a segment boundary), <ph/> for standalone codes and placeholders, and
     an <originalData> block that holds the markup by reference rather than inline. The ids are
     NOT the 1.2 ids: 2.0 requires inline-code ids to be unique within the unit, and the original
     markup moves out of the text into data elements. A 1.2 -> 2.0 converter that keeps the old
     ids and inlines the markup produces a file that validates and still round-trips wrong. -->
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en" trgLang="de">
  <file id="f1" original="upgrade.html">
    <unit id="u1">
      <originalData>
        <data id="d1">&lt;b&gt;</data>
        <data id="d2">&lt;/b&gt;</data>
      </originalData>
      <segment state="translated">
        <source>Your plan renews on <pc id="1" dataRefStart="d1" dataRefEnd="d2">14 March</pc>.</source>
        <target>Ihr Tarif verlängert sich am <pc id="1" dataRefStart="d1" dataRefEnd="d2">14. März</pc>.</target>
      </segment>
    </unit>
    <unit id="u2">
      <originalData>
        <data id="d3">&lt;br/&gt;</data>
      </originalData>
      <segment state="translated">
        <source>Line one<ph id="2" dataRef="d3"/>line two</source>
        <target>Zeile eins<ph id="2" dataRef="d3"/>Zeile zwei</target>
      </segment>
    </unit>
    <unit id="u3">
      <originalData>
        <data id="d4">&lt;a href="/help"&gt;</data>
        <data id="d5">&lt;/a&gt;</data>
      </originalData>
      <segment state="translated">
        <source>See the <pc id="3" dataRefStart="d4" dataRefEnd="d5">help centre</pc> for details.</source>
        <target>Weitere Informationen finden Sie im <pc id="3" dataRefStart="d4" dataRefEnd="d5">Hilfecenter</pc>.</target>
      </segment>
    </unit>
    <unit id="u4">
      <originalData>
        <data id="d6">%1$s</data>
        <data id="d7">%2$d</data>
      </originalData>
      <notes><note>%1$s and %2$d are positional and MAY be reordered by the target language.</note></notes>
      <segment state="initial">
        <source>Welcome back, <ph id="4" dataRef="d6"/> — you have <ph id="5" dataRef="d7"/> new messages.</source>
        <target>Willkommen zurück, <ph id="4" dataRef="d6"/> — Sie haben <ph id="5" dataRef="d7"/> neue Nachrichten.</target>
      </segment>
    </unit>
  </file>
</xliff>
