blob: 6d6b469bca29d1358162eb5a8eaad7cd571df743 (
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
71
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0">
<context>
<name>QObject</name>
<message>
<location filename="main.cpp" line="12"/>
<source>
newline at the start</source>
<translation>
NEWLINE AT THE START</translation>
</message>
<message>
<location filename="main.cpp" line="13"/>
<source>newline at the end
</source>
<translation>NEWLINE AT THE END
</translation>
</message>
<message>
<location filename="main.cpp" line="14"/>
<source>newline and space at the end
</source>
<translation>NEWLINE AND SPACE AT THE END
</translation>
</message>
<message>
<location filename="main.cpp" line="15"/>
<source>space and newline at the end
</source>
<translation>SPACE AND NEWLINE AT THE END
</translation>
</message>
<message>
<location filename="main.cpp" line="16"/>
<source> Tab at the start and newline at the end
</source>
<translation> TAB AT THE START AND NEWLINE AT THE END
</translation>
</message>
<message>
<location filename="main.cpp" line="17"/>
<source>
newline and tab at the start</source>
<translation>
NEWLINE AND TAB AT THE START</translation>
</message>
<message>
<location filename="main.cpp" line="18"/>
<source> space and tab at the start</source>
<translation> SPACE AND TAB AT THE START</translation>
</message>
<message>
<location filename="main.cpp" line="19"/>
<source> space_first</source>
<translation> SPACE_FIRST</translation>
</message>
<message>
<location filename="main.cpp" line="20"/>
<source>space_last </source>
<translation>SPACE_LAST </translation>
</message>
<message>
<location filename="main.cpp" line="21"/>
<source>carriage return and line feed last
</source>
<translation type="unfinished">CARRIAGE RETURN AND LINE FEED LAST
</translation>
</message>
</context>
</TS>
|