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
|
# 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: 2021-11-16 22:40+0100\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: definition of entity &dhfirstname;
#, no-wrap
msgid "<firstname>fname</firstname>"
msgstr "<firstname>FNAME</firstname>"
#. type: definition of entity &dhsurname;
#, no-wrap
msgid "<surname>Surname</surname>"
msgstr "<surname>SURNAME</surname>"
#. type: definition of entity &dhemail;
#, no-wrap
msgid "<email>email@1.com</email>"
msgstr "<email>EMAIL@1.COM</email>"
#. type: definition of entity &dhuemail;
#, no-wrap
msgid "<email>email@2.com</email>"
msgstr "<email>EMAIL@2.COM</email>"
#. type: definition of entity &dhusername;
#, no-wrap
msgid "Jane Doe"
msgstr "JANE DOE"
#. type: definition of entity &dhuusername;
#, no-wrap
msgid "John Doe"
msgstr "JOHN DOE"
#. type: <address></address>
#: basic.sgml:13
#, no-wrap
msgid ""
"<address>\n"
" &dhemail; and &dhuemail;\n"
" "
msgstr ""
"<address>\n"
" &dhemail; AND &dhuemail;\n"
" "
#. type: <author></author>
#: basic.sgml:21
msgid "&dhfirstname; &dhsurname;"
msgstr "&dhfirstname; &dhsurname;"
#. type: <copyright><holder>
#: basic.sgml:25
msgid "<year>2004, 2007</year>"
msgstr "<year>2004, 2007</year>"
#. type: <holder></holder>
#: basic.sgml:25
#, no-wrap
msgid "&dhusername; and &dhuusername;"
msgstr "&dhusername; and &dhuusername;"
#. type: <refname></refname>
#: basic.sgml:30
#, no-wrap
msgid "test"
msgstr "TEST"
#. type: <refpurpose></refpurpose>
#: basic.sgml:31
#, no-wrap
msgid "test refentry"
msgstr "TEST REFENTRY"
#. type: <title></title>
#: basic.sgml:34
#, no-wrap
msgid "refsect1"
msgstr "REFSECT1"
#. type: <para></para>
#: basic.sgml:35
msgid "Help Options:"
msgstr "HELP OPTIONS:"
#. type: <term></term>
#: basic.sgml:38
#, no-wrap
msgid "<option>-?</option> <option>--help</option>"
msgstr ""
#. type: <para></para>
#: basic.sgml:40
msgid "Show help options."
msgstr "SHOW HELP OPTIONS."
#. type: <para></para>
#: basic.sgml:46 basic.sgml:48
msgid "Test test1 test2 test3 test4."
msgstr "TEST TEST1 TEST2 TEST3 TEST4."
|