blob: 474444f13fd64ff5ca141c9c321484bcb26c3753 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS><TS version="1.1" language="zh_CN">
<context>
<name>FindDialog</name>
<message>
<source></source>
<comment>magic context comment</comment>
<translatorcomment>random translator comment</translatorcomment>
<translation></translation>
</message>
<message>
<location filename="finddialog.cpp" line="14"/>
<source>Enter the text you want to find.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="finddialog.cpp" line="15"/>
<source>Search reached end of the document</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="finddialog.cpp" line="16"/>
<source>Search reached start of the document</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="finddialog.cpp" line="17"/>
<source>Text not found</source>
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
<location filename="finddialog.cpp" line="22"/>
<source>%n item(s)</source>
<comment>merge from singular to plural form</comment>
<translation type="unfinished">
<numerusform></numerusform>
</translation>
</message>
<message numerus="yes">
<location filename="finddialog.cpp" line="23"/>
<source>%n item(s)</source>
<comment>merge from a finished singular form to an unfinished plural form</comment>
<translation type="unfinished">
<numerusform></numerusform>
</translation>
</message>
</context>
</TS>
|