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
|
# 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 ""
#. type: TextBlock
#: Lists.rd:5
msgid "One textblock..."
msgstr ""
#. type: ItemListItem *
#: Lists.rd:6
msgid "this is an item of an itemlist"
msgstr ""
#. type: ItemListItem *
#: Lists.rd:7
msgid "first sublist item"
msgstr ""
#. type: ItemListItem *
#: Lists.rd:8
msgid "second sublist item"
msgstr ""
#. type: ItemListItem *
#: Lists.rd:9
msgid "this is a second item for the same itemlist"
msgstr ""
#. type: EnumListItem (1)
#: Lists.rd:12
msgid "item 1 of an enumlist nested inside"
msgstr ""
#. type: EnumListItem (2)
#: Lists.rd:13
msgid "item 2 of the enumlist"
msgstr ""
#. type: EnumListItem (5)
#: Lists.rd:15
msgid "item 3"
msgstr ""
#. type: EnumListItem (4)
#: Lists.rd:16
msgid "item 4"
msgstr ""
#. type: ItemListItem *
#: Lists.rd:17
msgid "a third item with different indentation"
msgstr ""
#. type: Verbatim
#: Lists.rd:18
#, no-wrap
msgid ""
" verbatim\n"
" block\n"
" nested\n"
" inside\n"
" the\n"
" item\n"
msgstr ""
#. type: TextBlock
#: Lists.rd:24
msgid "some more text for the item"
msgstr ""
#. 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 ""
#. type: DescListItem Term :
#: Lists.rd:30
msgid "odd word"
msgstr ""
#. type: DescListItem Description
#: Lists.rd:32
msgid "this is an explanation of the odd word"
msgstr ""
#. type: ItemListItem *
#: Lists.rd:34
msgid "further clarification"
msgstr ""
#. 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 ""
#. type: TextBlock
#: Lists.rd:39
msgid "a final note"
msgstr ""
#. type: DescListItem Term :
#: Lists.rd:41
msgid "weird word"
msgstr ""
#. type: DescListItem Description
#: Lists.rd:42
msgid "this is an explanation of the weird word"
msgstr ""
#. type: DescListItem Term :
#: Lists.rd:46
msgid "awkward word"
msgstr ""
#. type: EnumListItem (1)
#: Lists.rd:47
msgid "this word cannot be explained"
msgstr ""
#. type: EnumListItem (2)
#: Lists.rd:48
msgid "see previous point"
msgstr ""
#. type: MethodListItem Description --- MyClass#mymethod(val)
#: Lists.rd:51
msgid "This method operates on val and turns it into magic!"
msgstr ""
#. type: MethodListItem Description --- MyClass#othermethod2()
#: Lists.rd:54
msgid "These methods are useless."
msgstr ""
#. type: TextBlock
#: Lists.rd:56
msgid "Bye."
msgstr ""
|