summaryrefslogtreecommitdiffstats
path: root/tools/localize/testdata/strip_xliff.xliff
blob: 9254cf2538aee8aba71a5ba7eb797dd2e6bb86d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="UTF-8" ?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2"
        version="1.2"
        >
    <file datatype="x-android-res"
            original="//device/tools/localization/tests/res/values/strings.xml"
            product-version="1.0"
            date="08:10:54 12/07/07 PST"
            source-language="en-US"
            product-name="kila"
            target-language="zz-ZZ"
            build-num="32138"
            >
        <body>

            <trans-unit id="string:string-000-0">
            </trans-unit>
            <trans-unit id="string:string-001-0">
                <alt-trans>
                    <source xml:lang="en" xml:space="preserve">source</source>
                </alt-trans>
            </trans-unit>
            <trans-unit id="string:string-010-0">
                <alt-trans>
                    <target xml:lang="zz" xml:space="preserve">target</target>
                </alt-trans>
            </trans-unit>
            <trans-unit id="string:string-011-0">
                <alt-trans>
                    <source xml:lang="en" xml:space="preserve">source</source>
                    <target xml:lang="zz" xml:space="preserve">target</target>
                </alt-trans>
            </trans-unit>

            <trans-unit id="string:string-100-1">
                <source xml:space="preserve">source</source>
            </trans-unit>
            <trans-unit id="string:string-101-1">
                <source xml:space="preserve">source</source>
                <alt-trans>
                    <source xml:lang="en" xml:space="preserve">source</source>
                </alt-trans>
            </trans-unit>
            <trans-unit id="string:string-110-1">
                <source xml:space="preserve">source</source>
                <alt-trans>
                    <target xml:lang="zz" xml:space="preserve">target</target>
                </alt-trans>
            </trans-unit>

            <trans-unit id="string:string-111-0">
                <source xml:space="preserve">source</source>
                <alt-trans>
                    <source xml:lang="en" xml:space="preserve">source</source>
                    <target xml:lang="zz" xml:space="preserve">target</target>
                </alt-trans>
            </trans-unit>
            <trans-unit id="string:string-111-1">
                <source xml:space="preserve">source</source>
                <alt-trans>
                    <source xml:lang="en" xml:space="preserve">alt-source</source>
                    <target xml:lang="zz" xml:space="preserve">target</target>
                </alt-trans>
            </trans-unit>

        </body>
    </file>
</xliff>