0
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
2 |
<!DOCTYPE TS>
|
|
3 |
<TS version="2.0">
|
|
4 |
<context>
|
|
5 |
<name>Context1</name>
|
|
6 |
<message>
|
|
7 |
<source>Foo</source>
|
|
8 |
<translation>in first context</translation>
|
|
9 |
</message>
|
|
10 |
</context>
|
|
11 |
<context>
|
|
12 |
<name>Context2</name>
|
|
13 |
<message>
|
|
14 |
<source>Bar</source>
|
|
15 |
<translation>in second context</translation>
|
|
16 |
</message>
|
|
17 |
</context>
|
|
18 |
<context>
|
|
19 |
<name>Action1</name>
|
|
20 |
<message>
|
|
21 |
<location filename="main.cpp" line="14"/>
|
|
22 |
<source>Component Name</source>
|
|
23 |
<translation>translation in first context</translation>
|
|
24 |
</message>
|
|
25 |
<message>
|
|
26 |
<source>Fooish bar</source>
|
|
27 |
<translation>the bar is fooish</translation>
|
|
28 |
</message>
|
|
29 |
</context>
|
|
30 |
<context>
|
|
31 |
<name>Action2</name>
|
|
32 |
<message>
|
|
33 |
<location filename="main.cpp" line="20"/>
|
|
34 |
<source>Component Name</source>
|
|
35 |
<translation>translation in second context</translation>
|
|
36 |
</message>
|
|
37 |
</context>
|
|
38 |
<context>
|
|
39 |
<name>Action3</name>
|
|
40 |
<message>
|
|
41 |
<location filename="main.cpp" line="26"/>
|
|
42 |
<source>Component Name</source>
|
|
43 |
<translation>translation in third context</translation>
|
|
44 |
</message>
|
|
45 |
</context>
|
|
46 |
</TS>
|