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
|
# 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: 2008-10-12 21:59+0300\n"
"PO-Revision-Date: 2008-10-12 22:05+0200\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: Title =
#: Titles.adoc:2
#, no-wrap
msgid "Title0"
msgstr "TITLE0"
#. type: Title -
#: Titles.adoc:5
#, no-wrap
msgid "Title1"
msgstr "TITLE1"
#. type: Title ~
#: Titles.adoc:8
#, no-wrap
msgid "Title level 2"
msgstr "TITLE LEVEL 2"
#. type: Title ^
#: Titles.adoc:11
#, no-wrap
msgid "Title level 3"
msgstr "TITLE LEVEL 3"
#. type: Title +
#: Titles.adoc:14
#, no-wrap
msgid "Title level 4"
msgstr "TITLE LEVEL 4"
#. type: Title =
#: Titles.adoc:16
#, no-wrap
msgid "Document Title (level 0)"
msgstr "DOCUMENT TITLE (LEVEL 0)"
#. type: Title ==
#: Titles.adoc:18
#, no-wrap
msgid "Section title (level 1)"
msgstr "SECTION TITLE (LEVEL 1)"
#. type: Title ===
#: Titles.adoc:20
#, no-wrap
msgid "Section title (level 2)"
msgstr "SECTION TITLE (LEVEL 2)"
#. type: Title ====
#: Titles.adoc:22
#, no-wrap
msgid "Section title (level 3)"
msgstr "SECTION TITLE (LEVEL 3)"
#. type: Title =====
#: Titles.adoc:24
#, no-wrap
msgid "Section title (level 4)"
msgstr "SECTION TITLE (LEVEL 4)"
#. type: Title ~
#: Titles.adoc:27
#, no-wrap
msgid "Title level 2 short"
msgstr "TITLE LEVEL 2 SHORT"
#. type: Title ~
#: Titles.adoc:30
#, no-wrap
msgid "Title level 2 long"
msgstr "TITLE LEVEL 2 LONG"
|