blob: b5f98d66429df99d0df31c6fe5b234b11fc9eb75 (
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
|
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-04-06 00:25+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: Headline =
#: Lists.rd:3
msgid "List test"
msgstr "LIST TEST"
#. type: TextBlock
#: Lists.rd:5
msgid "One textblock..."
msgstr "ONE TEXTBLOCK..."
#. type: ItemListItem *
#: Lists.rd:6
msgid "this is an item of an itemlist"
msgstr "THIS IS AN ITEM OF AN ITEMLIST"
#. type: ItemListItem *
#: Lists.rd:7
msgid "first sublist item"
msgstr "FIRST SUBLIST ITEM"
#. type: ItemListItem *
#: Lists.rd:8
msgid "second sublist item"
msgstr "SECOND SUBLIST ITEM"
#. type: ItemListItem *
#: Lists.rd:9
msgid "this is a second item for the same itemlist"
msgstr "THIS IS A SECOND ITEM FOR THE SAME ITEMLIST"
#. type: EnumListItem (1)
#: Lists.rd:12
msgid "item 1 of an enumlist nested inside"
msgstr "ITEM 1 OF AN ENUMLIST NESTED INSIDE"
#. type: EnumListItem (2)
#: Lists.rd:13
msgid "item 2 of the enumlist"
msgstr "ITEM 2 OF AN ENUMLIST"
#. type: EnumListItem (5)
#: Lists.rd:15
msgid "item 3"
msgstr "ITEM 3"
#. type: EnumListItem (4)
#: Lists.rd:16
msgid "item 4"
msgstr "ITEM 4"
#. type: ItemListItem *
#: Lists.rd:17
msgid "a third item with different indentation"
msgstr "A THIRD ITEM WITH DIFFERENT INDENTATION"
#. type: Verbatim
#: Lists.rd:18
#, no-wrap
msgid ""
" verbatim\n"
" block\n"
" nested\n"
" inside\n"
" the\n"
" item\n"
msgstr ""
" VERBATIM\n"
" BLOCK\n"
" NESTED\n"
" INSIDE\n"
" THE\n"
" ITEM\n"
#. type: TextBlock
#: Lists.rd:24
msgid "some more text for the item"
msgstr "SOME MORE TEXT FOR THE ITEM"
#. type: TextBlock
#: Lists.rd:26
msgid ""
"This is another textblock inside the itemlist item. Since I need to test how "
"indentation works for multi-line output, this textblock is a bit long..."
msgstr ""
"THIS IS ANOTHER TEXTBLOCK INSIDE THE ITEMLIST ITEM. SINCE I NEED TO TEST HOW "
"INDENTATION WORKS FOR MULTI-LINE OUTPUT, THIS TEXTBLOCK IS A BIT LONG..."
#. type: DescListItem Term :
#: Lists.rd:30
msgid "odd word"
msgstr "ODD WORD"
#. type: DescListItem Description
#: Lists.rd:32
msgid "this is an explanation of the odd word"
msgstr "THIS IS AN EXPLANATION OF THE ODD WORD"
#. type: ItemListItem *
#: Lists.rd:34
msgid "further clarification"
msgstr "FURTHER CLARIFICATION"
#. type: ItemListItem *
#: Lists.rd:36
msgid ""
"another long long clarification (this is so long that it will end up taking "
"more than one line in the output...)"
msgstr ""
"ANOTHER LONG LONG CLARIFICATION (THIS IS SO LONG THAT IT WILL END UP TAKING "
"MORE THAN ONE LINE IN THE OUTPUT...)"
#. type: TextBlock
#: Lists.rd:39
msgid "a final note"
msgstr "A FINAL NOTE"
#. type: DescListItem Term :
#: Lists.rd:41
msgid "weird word"
msgstr "WEIRD WORD"
#. type: DescListItem Description
#: Lists.rd:42
msgid "this is an explanation of the weird word"
msgstr "THIS IS AN EXPLANATION OF THE WEIRD WORD"
#. type: DescListItem Term :
#: Lists.rd:46
msgid "awkward word"
msgstr "AWKWARD WORD"
#. type: EnumListItem (1)
#: Lists.rd:47
msgid "this word cannot be explained"
msgstr "THIS WORD CANNOT BE EXPLAINED"
#. type: EnumListItem (2)
#: Lists.rd:48
msgid "see previous point"
msgstr "SEE PREVIOUS POINT"
#. type: MethodListItem Description --- MyClass#mymethod(val)
#: Lists.rd:51
msgid "This method operates on val and turns it into magic!"
msgstr "THIS METHOD OPERATES ON VAL AND TURNS IT INTO MAGIC!"
#. type: MethodListItem Description --- MyClass#othermethod2()
#: Lists.rd:54
msgid "These methods are useless."
msgstr "THESE METHODS ARE USELESS."
#. type: TextBlock
#: Lists.rd:56
msgid "Bye."
msgstr "BYE."
|