blob: 4afa0cd3e903ff7b1155f3ecbe01d077802699c1 (
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
|
# 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: 2020-04-28 18: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: Plain text
#: Rules.md:2
msgid "Here are three horisontal rules / thematic breaks:"
msgstr "HERE ARE THREE HORISONTAL RULES / THEMATIC BREAKS:"
#. type: Plain text
#: Rules.md:8
#, no-wrap
msgid ""
"This is a paragraph\n"
"+++\n"
"which continues\n"
"===\n"
msgstr ""
"THIS IS A PARAGRAPH\n"
"+++\n"
"WHICH CONTINUES\n"
"===\n"
#. type: Plain text
#: Rules.md:10
#, no-wrap
msgid ""
"and continues\n"
"--\n"
msgstr ""
"AND CONTINUES\n"
"--\n"
#. type: Plain text
#: Rules.md:12
#, no-wrap
msgid ""
"**\n"
"__\n"
msgstr ""
"**\n"
"__\n"
#. type: Plain text
#: Rules.md:14
msgid "until here"
msgstr "UNTIL HERE"
#. type: Plain text
#: Rules.md:16
msgid "Here are three more rules:"
msgstr "HERE ARE THREE MORE RULES:"
#. type: Plain text
#: Rules.md:20
msgid "but this is code:"
msgstr "BUT THIS IS CODE:"
#. type: Plain text
#: Rules.md:22
#, no-wrap
msgid " ***\n"
msgstr " ***\n"
#. type: Plain text
#: Rules.md:24
msgid "and this is a paragraph:"
msgstr "AND THIS IS A PARAGRAPH:"
#. type: Plain text
#: Rules.md:27
#, no-wrap
msgid ""
"Foo\n"
" ***\n"
msgstr ""
"FOO\n"
" ***\n"
#. type: Plain text
#: Rules.md:29
msgid "here are 5 rules:"
msgstr "HERE ARE 5 RULES:"
#. type: Plain text
#: Rules.md:35
msgid "but these are not rules:"
msgstr "BUT THESE ARE NOT RULES:"
#. type: Plain text
#: Rules.md:37
msgid "_ _ _ _ a"
msgstr "_ _ _ _ A"
#. type: Plain text
#: Rules.md:39
msgid "a------"
msgstr "A------"
#. type: Plain text
#: Rules.md:41
msgid "---a---"
msgstr "---A---"
#. type: Plain text
#: Rules.md:43
#, no-wrap
msgid " *-*\n"
msgstr " *-*\n"
#. type: Plain text
#: Rules.md:45 Rules.md:51
msgid "Below is an interrupting rule:"
msgstr "BELOW IS AN INTERRUPTING RULE:"
#. type: Bullet: '- '
#: Rules.md:47
msgid "foo"
msgstr "FOO"
#. type: Plain text
#: Rules.md:49 Rules.md:55 Rules.md:61
msgid "bar"
msgstr "BAR"
#. type: Bullet: '- '
#: Rules.md:53 Rules.md:59 Rules.md:65 Rules.md:71
msgid "Foo"
msgstr "FOO"
#. type: Plain text
#: Rules.md:57
msgid "But this is a header:"
msgstr "BUT THIS IS A HEADER:"
#. type: Plain text
#: Rules.md:63
msgid "This is interrupted by rule:"
msgstr "THIS IS INTERRUPTED BY RULE:"
#. type: Bullet: '* '
#: Rules.md:67
msgid "Bar"
msgstr "BAR"
#. type: Plain text
#: Rules.md:69
msgid "This is a list:"
msgstr "THIS IS A LIST:"
#. type: Bullet: '- '
#: Rules.md:71
msgid "* * *"
msgstr "* * *"
|