Updated.
[gedcom-parse.git] / po / gedcom-parse.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 #, fuzzy
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "POT-Creation-Date: 2002-03-27 21:09+0100\n"
10 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=CHARSET\n"
15 "Content-Transfer-Encoding: ENCODING\n"
16
17 #: gedcom/encoding.c:67
18 #, c-format
19 msgid "Duplicate entry found for encoding '%s', ignoring"
20 msgstr ""
21
22 #: gedcom/encoding.c:92
23 #, c-format
24 msgid "No encoding defined for '%s'"
25 msgstr ""
26
27 #: gedcom/encoding.c:172
28 #, c-format
29 msgid "Could not open encoding configuration file '%s'"
30 msgstr ""
31
32 #: gedcom/encoding.c:179
33 #, c-format
34 msgid "Line too long in encoding configuration file '%s'"
35 msgstr ""
36
37 #: gedcom/encoding.c:188
38 #, c-format
39 msgid "Missing data in encoding configuration file '%s'"
40 msgstr ""
41
42 #: gedcom/encoding.c:220
43 #, c-format
44 msgid "Error opening conversion context for encoding %s: %s"
45 msgstr ""
46
47 #. empty
48 #: gedcom/gedcom.y:1356 gedcom/gedcom.y:3548
49 msgid "Missing value"
50 msgstr ""
51
52 #: gedcom/gedcom.y:3484 gedcom/gedcom.y:3508
53 #, c-format
54 msgid "Undefined tag (and not a valid user tag): %s"
55 msgstr ""
56
57 #. empty
58 #: gedcom/gedcom.y:3543
59 msgid "Missing pointer"
60 msgstr ""
61
62 #: gedcom/gedcom.y:3621
63 msgid "Missing cross-reference"
64 msgstr ""
65
66 #: gedcom/gedcom.y:3784
67 msgid "Internal error: count array overflow"
68 msgstr ""
69
70 #: gedcom/gedcom.y:3790
71 msgid "Internal error: count array calloc error"
72 msgstr ""
73
74 #: gedcom/gedcom.y:3835
75 msgid "Internal error: count array underflow"
76 msgstr ""
77
78 #: gedcom/gedcom.y:3897
79 msgid "Enabling compatibility with 'ftree'"
80 msgstr ""
81
82 #: gedcom/multilex.c:75
83 msgid "One-byte encoding"
84 msgstr ""
85
86 #: gedcom/multilex.c:81
87 msgid "Two-byte encoding, high-low"
88 msgstr ""
89
90 #: gedcom/multilex.c:87
91 msgid "Two-byte encoding, high-low, with BOM"
92 msgstr ""
93
94 #: gedcom/multilex.c:92
95 msgid "Two-byte encoding, low-high"
96 msgstr ""
97
98 #: gedcom/multilex.c:98
99 msgid "Two-byte encoding, low-high, with BOM"
100 msgstr ""
101
102 #: gedcom/multilex.c:102
103 msgid "Unknown encoding, falling back to one-byte"
104 msgstr ""
105
106 #: gedcom/multilex.c:130
107 msgid "Internal error: GEDCOM parser not initialized"
108 msgstr ""
109
110 #: gedcom/multilex.c:136
111 #, c-format
112 msgid "Could not open file '%s'"
113 msgstr ""
114
115 #: gedcom/message.c:108
116 #, c-format
117 msgid "Warning on line %d: "
118 msgstr ""
119
120 #: gedcom/message.c:124
121 #, c-format
122 msgid "Error on line %d: "
123 msgstr ""
124
125 #: gedcom/interface.c:98
126 msgid "null value"
127 msgstr ""
128
129 #: gedcom/interface.c:99
130 msgid "character string"
131 msgstr ""
132
133 #: gedcom/interface.c:100
134 msgid "date"
135 msgstr ""
136
137 #: gedcom/interface.c:101
138 msgid "cross-reference"
139 msgstr ""
140
141 #: gedcom/interface.c:108
142 #, c-format
143 msgid "Wrong cast of value in file %s, at line %d: %s instead of %s"
144 msgstr ""
145
146 #: gedcom/xref.c:31
147 msgid "nothing"
148 msgstr ""
149
150 #: gedcom/xref.c:32
151 msgid "a family"
152 msgstr ""
153
154 #: gedcom/xref.c:33
155 msgid "an individual"
156 msgstr ""
157
158 #: gedcom/xref.c:34
159 msgid "a note"
160 msgstr ""
161
162 #: gedcom/xref.c:35
163 msgid "a multimedia object"
164 msgstr ""
165
166 #: gedcom/xref.c:36
167 msgid "a source repository"
168 msgstr ""
169
170 #: gedcom/xref.c:37
171 msgid "a source"
172 msgstr ""
173
174 #: gedcom/xref.c:38
175 msgid "a submitter"
176 msgstr ""
177
178 #: gedcom/xref.c:39
179 msgid "a submission record"
180 msgstr ""
181
182 #: gedcom/xref.c:40
183 msgid "an application-specific record"
184 msgstr ""
185
186 #: gedcom/xref.c:104
187 #, c-format
188 msgid "Cross-reference %s used on line %d is not defined"
189 msgstr ""
190
191 #: gedcom/xref.c:109
192 #, c-format
193 msgid "Cross-reference %s defined on line %d is never used"
194 msgstr ""
195
196 #: gedcom/xref.c:148
197 #, c-format
198 msgid "Cross-reference %s previously defined as pointer to %s, on line %d"
199 msgstr ""
200
201 #: gedcom/xref.c:157
202 #, c-format
203 msgid "Cross-reference %s previously used as pointer to %s, on line %d"
204 msgstr ""