~ubuntu-branches/ubuntu/quantal/language-pack-bs-base/quantal

« back to all changes in this revision

Viewing changes to data/bs/LC_MESSAGES/Parse-DebianChangelog-Pod.po

  • Committer: Package Import Robot
  • Author(s): Ubuntu automatic language-pack builder
  • Date: 2012-01-02 17:18:28 UTC
  • Revision ID: package-import@ubuntu.com-20120102171828-4j4d8qjnw1a5qkrw
Tags: 1:12.04+20111229
Initial Release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Bosnian translation for libparse-debianchangelog-perl
 
2
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
 
3
# This file is distributed under the same license as the libparse-debianchangelog-perl package.
 
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
 
5
#
 
6
msgid ""
 
7
msgstr ""
 
8
"Project-Id-Version: libparse-debianchangelog-perl\n"
 
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 
10
"POT-Creation-Date: 2005-10-13 02:09+0200\n"
 
11
"PO-Revision-Date: 2011-10-17 10:50+0000\n"
 
12
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 
13
"Language-Team: Bosnian <bs@li.org>\n"
 
14
"MIME-Version: 1.0\n"
 
15
"Content-Type: text/plain; charset=UTF-8\n"
 
16
"Content-Transfer-Encoding: 8bit\n"
 
17
"X-Launchpad-Export-Date: 2011-12-29 15:25+0000\n"
 
18
"X-Generator: Launchpad (build 14560)\n"
 
19
 
 
20
#: ../bin/parsechangelog:20 ../lib/Parse/DebianChangelog.pm:22
 
21
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:21
 
22
#: ../lib/Parse/DebianChangelog/Entry.pm:21
 
23
#: ../lib/Parse/DebianChangelog/Util.pm:22 ../lib/Pod/UsageTrans.pm:30
 
24
msgid "NAME"
 
25
msgstr "NAZIV"
 
26
 
 
27
#: ../bin/parsechangelog:22
 
28
msgid ""
 
29
"parsechangelog - parse Debian changelogs and output them in other formats"
 
30
msgstr ""
 
31
 
 
32
#: ../bin/parsechangelog:24 ../lib/Parse/DebianChangelog.pm:26
 
33
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:25
 
34
#: ../lib/Parse/DebianChangelog/Entry.pm:25 ../lib/Pod/UsageTrans.pm:34
 
35
msgid "SYNOPSIS"
 
36
msgstr "SINOPSIS"
 
37
 
 
38
#: ../bin/parsechangelog:26
 
39
msgid "parsechangelog [options] [changelogfile]"
 
40
msgstr ""
 
41
 
 
42
#: ../bin/parsechangelog:28
 
43
#, no-wrap
 
44
msgid ""
 
45
" Options:\n"
 
46
"    --help, -h                  print usage information\n"
 
47
"    --version, -V               print version information\n"
 
48
"    --file, -l <file>           changelog file to parse, defaults\n"
 
49
"                                to 'debian/changelog'\n"
 
50
"    -F<changelogformat>         ignored if changelogformat = 'debian'\n"
 
51
"                                for compatibility with dpkg-dev\n"
 
52
"    -L<libdir>                  ignored for compatibility with dpkg-dev\n"
 
53
"    --format <outputformat>     see man page for list of available\n"
 
54
"                                output formats, defaults to 'dpkg'\n"
 
55
"                                for compatibility with dpkg-dev\n"
 
56
"    --since, -s, -v <version>   include all changes later than version\n"
 
57
"    --until, -u <version>       include all changes earlier than version\n"
 
58
"    --from, -f <version>        include all changes equal or later\n"
 
59
"                                than version\n"
 
60
"    --to, -t <version>          include all changes up to or equal\n"
 
61
"                                than version\n"
 
62
"    --count, -c, -n <number>    include <number> entries from the top\n"
 
63
"                                (or the tail if <number> is lower than 0)\n"
 
64
"    --offset, -o <number>       change the starting point for --count,\n"
 
65
"                                counted from the top (or the tail if\n"
 
66
"                                <number> is lower than 0)\n"
 
67
"    --all                       include all changes\n"
 
68
"\n"
 
69
msgstr ""
 
70
 
 
71
#: ../bin/parsechangelog:52
 
72
msgid ""
 
73
"If neither C<changelogfile> nor C<-l E<lt>fileE<gt>> are specified, "
 
74
"F<debian/changelog> will be used. If two different files are specified the "
 
75
"program will abort."
 
76
msgstr ""
 
77
 
 
78
#: ../bin/parsechangelog:56
 
79
msgid ""
 
80
"If the filename is C<-> the program reads the changelog from standard input."
 
81
msgstr ""
 
82
 
 
83
#: ../bin/parsechangelog:59
 
84
msgid ""
 
85
"C<--all> overrides all other range selecting options. C<--count> overrides "
 
86
"all other range selection options except for C<--all>.  The range selecting "
 
87
"options can be mixed together, but only one of C<--since> and C<--from> and "
 
88
"one of C<--until> and C<--to> can be specified at the same time."
 
89
msgstr ""
 
90
 
 
91
#: ../bin/parsechangelog:65
 
92
msgid ""
 
93
"The dpkg and rfc822 formats default to showing only the first entry when no "
 
94
"other options are given with while the HTML and XML formats default to "
 
95
"showing all entries."
 
96
msgstr ""
 
97
 
 
98
#: ../bin/parsechangelog:69
 
99
msgid ""
 
100
"For a more extensive documentation of the range selecting options and some "
 
101
"(hopefully enlightening) examples see L<Parse::DebianChangelog/\"COMMON "
 
102
"OUTPUT OPTIONS\">."
 
103
msgstr ""
 
104
 
 
105
#: ../bin/parsechangelog:73 ../lib/Parse/DebianChangelog.pm:42
 
106
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:27
 
107
#: ../lib/Parse/DebianChangelog/Entry.pm:27
 
108
#: ../lib/Parse/DebianChangelog/Util.pm:26 ../lib/Pod/UsageTrans.pm:64
 
109
msgid "DESCRIPTION"
 
110
msgstr "OPIS"
 
111
 
 
112
#: ../bin/parsechangelog:75
 
113
msgid ""
 
114
"parsechangelog parses Debian changelogs as described in the Debian policy "
 
115
"(version 3.6.2.1 at the time of this writing) and converts them to other "
 
116
"output formats. See section L<\"SEE ALSO\"> for locations where to find the "
 
117
"full format definition."
 
118
msgstr ""
 
119
 
 
120
#: ../bin/parsechangelog:80
 
121
msgid "The output formats supported are currently:"
 
122
msgstr ""
 
123
 
 
124
#: ../bin/parsechangelog:84 ../lib/Parse/DebianChangelog.pm:61
 
125
#: ../lib/Parse/DebianChangelog.pm:627
 
126
msgid "dpkg"
 
127
msgstr "dpkg"
 
128
 
 
129
#: ../bin/parsechangelog:86
 
130
msgid ""
 
131
"Format as known from L<dpkg-parsechangelog(1)>. All requested entries (see "
 
132
"L<\"SYNOPSIS\"> on how to select specific entries) are returned in the usual "
 
133
"Debian control format, merged in one stanza, ready to be used in a "
 
134
"F<.changes> file."
 
135
msgstr ""
 
136
 
 
137
#: ../bin/parsechangelog:91 ../lib/Parse/DebianChangelog.pm:68
 
138
#: ../lib/Parse/DebianChangelog.pm:740
 
139
msgid "rfc822"
 
140
msgstr "rfc822"
 
141
 
 
142
#: ../bin/parsechangelog:93 ../lib/Parse/DebianChangelog.pm:70
 
143
msgid ""
 
144
"Similar to the C<dpkg> format, but the requested entries are returned as one "
 
145
"stanza each, i.e. they are not merged. This is probably the format to use if "
 
146
"you want a machine-usable representation of the changelog."
 
147
msgstr ""
 
148
 
 
149
#: ../bin/parsechangelog:97 ../lib/Parse/DebianChangelog.pm:74
 
150
#: ../lib/Parse/DebianChangelog.pm:801
 
151
msgid "xml"
 
152
msgstr "xml"
 
153
 
 
154
#: ../bin/parsechangelog:99 ../lib/Parse/DebianChangelog.pm:76
 
155
msgid ""
 
156
"Just a simple XML dump of the changelog data. Without any schema or DTD "
 
157
"currently, just some made up XML. The actual format might still change. "
 
158
"Comments and Improvements welcome."
 
159
msgstr ""
 
160
 
 
161
#: ../bin/parsechangelog:103 ../lib/Parse/DebianChangelog.pm:80
 
162
#: ../lib/Parse/DebianChangelog.pm:880
 
163
msgid "html"
 
164
msgstr "html"
 
165
 
 
166
#: ../bin/parsechangelog:105
 
167
msgid ""
 
168
"The changelog is converted to a somewhat nice looking HTML file with some "
 
169
"nice features as a quick-link bar with direct links to every entry.  NOTE: "
 
170
"This is not configurable yet and was specifically designed to be used on "
 
171
"L<http://packages.debian.org/>. This is planned to be changed until version "
 
172
"1.0. The used Parse::DebianChangelog module already supports configuration, "
 
173
"however, this isn't exposed by this program yet."
 
174
msgstr ""
 
175
 
 
176
#: ../bin/parsechangelog:240 ../lib/Parse/DebianChangelog.pm:1251
 
177
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:165
 
178
#: ../lib/Parse/DebianChangelog/Entry.pm:149
 
179
#: ../lib/Parse/DebianChangelog/Util.pm:158 ../lib/Pod/UsageTrans.pm:88
 
180
msgid "SEE ALSO"
 
181
msgstr "VIDI I"
 
182
 
 
183
#: ../bin/parsechangelog:242
 
184
msgid "Parse::DebianChangelog, the underlying Perl module"
 
185
msgstr ""
 
186
 
 
187
#: ../bin/parsechangelog:244 ../lib/Parse/DebianChangelog.pm:1255
 
188
msgid ""
 
189
"Description of the Debian changelog format in the Debian policy: "
 
190
"L<http://www.debian.org/doc/debian-policy/ch-source.html#s-dpkgchangelog>."
 
191
msgstr ""
 
192
 
 
193
#: ../bin/parsechangelog:247 ../lib/Parse/DebianChangelog.pm:1258
 
194
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:169
 
195
#: ../lib/Parse/DebianChangelog/Entry.pm:153
 
196
#: ../lib/Parse/DebianChangelog/Util.pm:162 ../lib/Pod/UsageTrans.pm:92
 
197
msgid "AUTHOR"
 
198
msgstr "AUTOR"
 
199
 
 
200
#: ../bin/parsechangelog:249 ../lib/Parse/DebianChangelog.pm:1260
 
201
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:171
 
202
#: ../lib/Parse/DebianChangelog/Entry.pm:155
 
203
#: ../lib/Parse/DebianChangelog/Util.pm:164 ../lib/Pod/UsageTrans.pm:94
 
204
msgid "Frank Lichtenheld, E<lt>frank@lichtenheld.deE<gt>"
 
205
msgstr "Frank Lichtenheld, E<lt>frank@lichtenheld.deE<gt>"
 
206
 
 
207
#: ../bin/parsechangelog:251 ../lib/Parse/DebianChangelog.pm:1262
 
208
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:173
 
209
#: ../lib/Parse/DebianChangelog/Entry.pm:157
 
210
#: ../lib/Parse/DebianChangelog/Util.pm:166
 
211
msgid "COPYRIGHT AND LICENSE"
 
212
msgstr ""
 
213
 
 
214
#: ../bin/parsechangelog:253 ../lib/Parse/DebianChangelog.pm:1264
 
215
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:175
 
216
#: ../lib/Parse/DebianChangelog/Entry.pm:159
 
217
#: ../lib/Parse/DebianChangelog/Util.pm:168
 
218
msgid "Copyright (C) 2005 by Frank Lichtenheld"
 
219
msgstr ""
 
220
 
 
221
#: ../bin/parsechangelog:255 ../lib/Parse/DebianChangelog.pm:1266
 
222
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:177
 
223
#: ../lib/Parse/DebianChangelog/Entry.pm:161
 
224
#: ../lib/Parse/DebianChangelog/Util.pm:170
 
225
msgid ""
 
226
"This program is free software; you can redistribute it and/or modify it "
 
227
"under the terms of the GNU General Public License as published by the Free "
 
228
"Software Foundation; either version 2 of the License, or (at your option) "
 
229
"any later version."
 
230
msgstr ""
 
231
"Ovaj program je slobodan; možete ga raspodeljivati i/ili mijenjati pod "
 
232
"uslovima GNU Opšte Javne Licence (GNU GPL) kako je objavljuje Zadužbina za "
 
233
"Slobodni Softver (FSF); bilo verzije 2 te Licence, bilo (po vašem nahođenju) "
 
234
"bilo koje novije verzije."
 
235
 
 
236
#: ../bin/parsechangelog:260 ../lib/Parse/DebianChangelog.pm:1271
 
237
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:182
 
238
#: ../lib/Parse/DebianChangelog/Entry.pm:166
 
239
#: ../lib/Parse/DebianChangelog/Util.pm:175
 
240
msgid ""
 
241
"This program is distributed in the hope that it will be useful, but WITHOUT "
 
242
"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
 
243
"FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
 
244
"more details."
 
245
msgstr ""
 
246
"Ovaj program se raspodjeljuje u nadi da će biti od koristi, ali BEZ IKAKVIH "
 
247
"GARANCIJA; čak i bez podrazumijevane garancije KORISNOSTI ili PRILAGOĐENOSTI "
 
248
"ODREĐENOJ NAMENI.  Vidite GNU Opštu Javnu Licencu za više detalja."
 
249
 
 
250
#: ../bin/parsechangelog:265 ../lib/Parse/DebianChangelog.pm:1276
 
251
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:187
 
252
#: ../lib/Parse/DebianChangelog/Entry.pm:171
 
253
#: ../lib/Parse/DebianChangelog/Util.pm:180
 
254
msgid ""
 
255
"You should have received a copy of the GNU General Public License along with "
 
256
"this program; if not, write to the Free Software Foundation, Inc., 51 "
 
257
"Franklin St, Fifth Floor, Boston, MA 02110-1301 USA"
 
258
msgstr ""
 
259
 
 
260
#: ../lib/Parse/DebianChangelog.pm:24
 
261
msgid ""
 
262
"Parse::DebianChangelog - parse Debian changelogs and output them in other "
 
263
"formats"
 
264
msgstr ""
 
265
 
 
266
#: ../lib/Parse/DebianChangelog.pm:28
 
267
#, no-wrap
 
268
msgid ""
 
269
"    use Parse::DebianChangelog;\n"
 
270
"\n"
 
271
msgstr ""
 
272
 
 
273
#: ../lib/Parse/DebianChangelog.pm:30
 
274
#, no-wrap
 
275
msgid ""
 
276
"    my $chglog = Parse::DebianChangelog->init( { infile => "
 
277
"'debian/changelog',\n"
 
278
"                                                 HTML => { outfile => "
 
279
"'changelog.html' } );\n"
 
280
"    $chglog->html;\n"
 
281
"\n"
 
282
msgstr ""
 
283
 
 
284
#: ../lib/Parse/DebianChangelog.pm:34
 
285
#, no-wrap
 
286
msgid ""
 
287
"    # the following is semantically equivalent\n"
 
288
"    my $chglog = Parse::DebianChangelog->init();\n"
 
289
"    $chglog->parse( { infile => 'debian/changelog' } );\n"
 
290
"    $chglog->html( { outfile => 'changelog.html' } );\n"
 
291
"\n"
 
292
msgstr ""
 
293
 
 
294
#: ../lib/Parse/DebianChangelog.pm:39
 
295
#, no-wrap
 
296
msgid ""
 
297
"    my $changes = $chglog->dpkg_str( { since => '1.0-1' } );\n"
 
298
"    print $changes;\n"
 
299
"\n"
 
300
msgstr ""
 
301
 
 
302
#: ../lib/Parse/DebianChangelog.pm:44
 
303
msgid ""
 
304
"Parse::DebianChangelog parses Debian changelogs as described in the Debian "
 
305
"policy (version 3.6.2.1 at the time of this writing). See section L<\"SEE "
 
306
"ALSO\"> for locations where to find this definition."
 
307
msgstr ""
 
308
 
 
309
#: ../lib/Parse/DebianChangelog.pm:48
 
310
msgid ""
 
311
"The parser tries to ignore most cruft like # or /* */ style comments, CVS "
 
312
"comments, vim variables, emacs local variables and stuff from older "
 
313
"changelogs with other formats at the end of the file.  NOTE: most of these "
 
314
"are ignored silently currently, there is no parser error issued for them. "
 
315
"This should become configurable in the future."
 
316
msgstr ""
 
317
 
 
318
#: ../lib/Parse/DebianChangelog.pm:55
 
319
msgid ""
 
320
"Beside giving access to the details of the parsed file via the L<\"data\"> "
 
321
"method, Parse::DebianChangelog also supports converting these changelogs to "
 
322
"various other formats. These are currently:"
 
323
msgstr ""
 
324
 
 
325
#: ../lib/Parse/DebianChangelog.pm:63
 
326
msgid ""
 
327
"Format as known from L<dpkg-parsechangelog(1)>. All requested entries (see "
 
328
"L<\"METHODS\"> for an explanation what this means) are returned in the usual "
 
329
"Debian control format, merged in one stanza, ready to be used in a "
 
330
"F<.changes> file."
 
331
msgstr ""
 
332
 
 
333
#: ../lib/Parse/DebianChangelog.pm:82
 
334
msgid ""
 
335
"The changelog is converted to a somewhat nice looking HTML file with some "
 
336
"nice features as a quick-link bar with direct links to every entry.  NOTE: "
 
337
"This is not very configurable yet and was specifically designed to be used "
 
338
"on L<http://packages.debian.org/>. This is planned to be changed until "
 
339
"version 1.0."
 
340
msgstr ""
 
341
 
 
342
#: ../lib/Parse/DebianChangelog.pm:90
 
343
msgid "METHODS"
 
344
msgstr ""
 
345
 
 
346
#: ../lib/Parse/DebianChangelog.pm:110
 
347
#: ../lib/Parse/DebianChangelog/Entry.pm:31
 
348
msgid "init"
 
349
msgstr "init"
 
350
 
 
351
#: ../lib/Parse/DebianChangelog.pm:112
 
352
msgid ""
 
353
"Creates a new object instance. Takes a reference to a hash as optional "
 
354
"argument, which is interpreted as configuration options.  There are "
 
355
"currently no supported general configuration options, but see the other "
 
356
"methods for more specific configuration options which can also specified to "
 
357
"C<init>."
 
358
msgstr ""
 
359
 
 
360
#: ../lib/Parse/DebianChangelog.pm:118
 
361
msgid ""
 
362
"If C<infile> or C<instring> are specified (see L<parse>), C<parse()> is "
 
363
"called from C<init>. If a fatal error is encountered during parsing (e.g. "
 
364
"the file can't be opened), C<init> will not return a valid object but "
 
365
"C<undef>!"
 
366
msgstr ""
 
367
 
 
368
#: ../lib/Parse/DebianChangelog.pm:146
 
369
msgid "reset_parse_errors"
 
370
msgstr "reset_parse_errors"
 
371
 
 
372
#: ../lib/Parse/DebianChangelog.pm:148
 
373
msgid ""
 
374
"Can be used to delete all information about errors ocurred during previous "
 
375
"L<parse> runs. Note that C<parse()> also calls this method."
 
376
msgstr ""
 
377
 
 
378
#: ../lib/Parse/DebianChangelog.pm:177
 
379
msgid "get_parse_errors"
 
380
msgstr "get_parse_errors"
 
381
 
 
382
#: ../lib/Parse/DebianChangelog.pm:179
 
383
msgid ""
 
384
"Returns all error messages from the last L<parse> run.  If called in scalar "
 
385
"context returns a human readable string representation. If called in list "
 
386
"context returns an array of arrays. Each of these arrays contains"
 
387
msgstr ""
 
388
 
 
389
#: ../lib/Parse/DebianChangelog.pm:186
 
390
msgid "1."
 
391
msgstr "1."
 
392
 
 
393
#: ../lib/Parse/DebianChangelog.pm:188
 
394
msgid ""
 
395
"the filename of the parsed file or C<String> if a string was parsed directly"
 
396
msgstr ""
 
397
 
 
398
#: ../lib/Parse/DebianChangelog.pm:191
 
399
msgid "2."
 
400
msgstr "2."
 
401
 
 
402
#: ../lib/Parse/DebianChangelog.pm:193
 
403
msgid "the line number where the error occurred"
 
404
msgstr ""
 
405
 
 
406
#: ../lib/Parse/DebianChangelog.pm:195
 
407
msgid "3."
 
408
msgstr "3."
 
409
 
 
410
#: ../lib/Parse/DebianChangelog.pm:197
 
411
msgid "an error description"
 
412
msgstr ""
 
413
 
 
414
#: ../lib/Parse/DebianChangelog.pm:199
 
415
msgid "4."
 
416
msgstr "4."
 
417
 
 
418
#: ../lib/Parse/DebianChangelog.pm:201
 
419
msgid "the original line"
 
420
msgstr ""
 
421
 
 
422
#: ../lib/Parse/DebianChangelog.pm:205
 
423
msgid ""
 
424
"NOTE: This format isn't stable yet and may change in later versions of this "
 
425
"module."
 
426
msgstr ""
 
427
 
 
428
#: ../lib/Parse/DebianChangelog.pm:237
 
429
msgid "get_error"
 
430
msgstr "get_error"
 
431
 
 
432
#: ../lib/Parse/DebianChangelog.pm:239
 
433
msgid ""
 
434
"Get the last non-parser error (e.g. the file to parse couldn't be opened)."
 
435
msgstr ""
 
436
 
 
437
#: ../lib/Parse/DebianChangelog.pm:251
 
438
msgid "parse"
 
439
msgstr "parse"
 
440
 
 
441
#: ../lib/Parse/DebianChangelog.pm:253
 
442
msgid ""
 
443
"Parses either the file named in configuration item C<infile> or the string "
 
444
"saved in configuration item C<instring>.  Accepts a hash ref as optional "
 
445
"argument which can contain configuration items."
 
446
msgstr ""
 
447
 
 
448
#: ../lib/Parse/DebianChangelog.pm:258
 
449
msgid ""
 
450
"Returns C<undef> in case of error (e.g. \"file not found\", B<not> parse "
 
451
"errors) and the object if successful. If C<undef> was returned, you can get "
 
452
"the reason for the failure by calling the L<get_error> method."
 
453
msgstr ""
 
454
 
 
455
#: ../lib/Parse/DebianChangelog.pm:511
 
456
msgid "data"
 
457
msgstr "data"
 
458
 
 
459
#: ../lib/Parse/DebianChangelog.pm:513
 
460
msgid ""
 
461
"C<data> returns an array (if called in list context) or a reference to an "
 
462
"array of Parse::DebianChangelog::Entry objects which each represent one "
 
463
"entry of the changelog."
 
464
msgstr ""
 
465
 
 
466
#: ../lib/Parse/DebianChangelog.pm:517
 
467
msgid ""
 
468
"This is currently merely a placeholder to enable users to get to the raw "
 
469
"data, expect changes to this API in the near future."
 
470
msgstr ""
 
471
 
 
472
#: ../lib/Parse/DebianChangelog.pm:520
 
473
msgid ""
 
474
"This method supports the common output options described in section "
 
475
"L<\"COMMON OUTPUT OPTIONS\">."
 
476
msgstr ""
 
477
 
 
478
#: ../lib/Parse/DebianChangelog.pm:629
 
479
msgid "(and B<dpkg_str>)"
 
480
msgstr "(i B<dpkg_str>)"
 
481
 
 
482
#: ../lib/Parse/DebianChangelog.pm:631
 
483
msgid ""
 
484
"C<dpkg> returns a hash (in list context) or a hash reference (in scalar "
 
485
"context) where the keys are field names and the values are field values. The "
 
486
"following fields are given:"
 
487
msgstr ""
 
488
 
 
489
#: ../lib/Parse/DebianChangelog.pm:637
 
490
#: ../lib/Parse/DebianChangelog/Entry.pm:54
 
491
msgid "Source"
 
492
msgstr "Izvor"
 
493
 
 
494
#: ../lib/Parse/DebianChangelog.pm:639
 
495
msgid "package name (in the first entry)"
 
496
msgstr ""
 
497
 
 
498
#: ../lib/Parse/DebianChangelog.pm:641
 
499
#: ../lib/Parse/DebianChangelog/Entry.pm:58
 
500
msgid "Version"
 
501
msgstr "Verzija"
 
502
 
 
503
#: ../lib/Parse/DebianChangelog.pm:643
 
504
msgid "packages' version (from first entry)"
 
505
msgstr ""
 
506
 
 
507
#: ../lib/Parse/DebianChangelog.pm:645
 
508
#: ../lib/Parse/DebianChangelog/Entry.pm:62
 
509
msgid "Distribution"
 
510
msgstr "Distribucija"
 
511
 
 
512
#: ../lib/Parse/DebianChangelog.pm:647
 
513
msgid "target distribution (from first entry)"
 
514
msgstr ""
 
515
 
 
516
#: ../lib/Parse/DebianChangelog.pm:649
 
517
#: ../lib/Parse/DebianChangelog/Entry.pm:66
 
518
msgid "Urgency"
 
519
msgstr "Hitnost"
 
520
 
 
521
#: ../lib/Parse/DebianChangelog.pm:651
 
522
msgid "urgency (highest of all printed entries)"
 
523
msgstr ""
 
524
 
 
525
#: ../lib/Parse/DebianChangelog.pm:653
 
526
msgid "Maintainer"
 
527
msgstr "Održava"
 
528
 
 
529
#: ../lib/Parse/DebianChangelog.pm:655
 
530
msgid "person that created the (first) entry"
 
531
msgstr ""
 
532
 
 
533
#: ../lib/Parse/DebianChangelog.pm:657
 
534
#: ../lib/Parse/DebianChangelog/Entry.pm:94
 
535
msgid "Date"
 
536
msgstr "Datum"
 
537
 
 
538
#: ../lib/Parse/DebianChangelog.pm:659
 
539
msgid "date of the (first) entry"
 
540
msgstr ""
 
541
 
 
542
#: ../lib/Parse/DebianChangelog.pm:661
 
543
msgid "Closes"
 
544
msgstr ""
 
545
 
 
546
#: ../lib/Parse/DebianChangelog.pm:663
 
547
msgid "bugs closed by the entry/entries, sorted by bug number"
 
548
msgstr ""
 
549
 
 
550
#: ../lib/Parse/DebianChangelog.pm:665
 
551
msgid "Changes"
 
552
msgstr "Izmjene"
 
553
 
 
554
#: ../lib/Parse/DebianChangelog.pm:667
 
555
msgid "content of the the entry/entries"
 
556
msgstr ""
 
557
 
 
558
#: ../lib/Parse/DebianChangelog.pm:671
 
559
msgid ""
 
560
"C<dpkg_str> returns a stringified version of this hash which should look "
 
561
"exactly like the output of L<dpkg-parsechangelog(1)>. The fields are ordered "
 
562
"like in the list above."
 
563
msgstr ""
 
564
 
 
565
#: ../lib/Parse/DebianChangelog.pm:675 ../lib/Parse/DebianChangelog.pm:754
 
566
msgid ""
 
567
"Both methods only support the common output options described in section "
 
568
"L<\"COMMON OUTPUT OPTIONS\">."
 
569
msgstr ""
 
570
 
 
571
#: ../lib/Parse/DebianChangelog.pm:678
 
572
msgid "dpkg_str"
 
573
msgstr "dpkg_str"
 
574
 
 
575
#: ../lib/Parse/DebianChangelog.pm:680
 
576
msgid "See L<dpkg>."
 
577
msgstr "Vidi L<dpkg>."
 
578
 
 
579
#: ../lib/Parse/DebianChangelog.pm:742
 
580
msgid "(and B<rfc822_str>)"
 
581
msgstr "(i B<rfc822_str>)"
 
582
 
 
583
#: ../lib/Parse/DebianChangelog.pm:744
 
584
msgid ""
 
585
"C<rfc822> returns an array of hashes (in list context) or a reference to "
 
586
"this array (in scalar context) where each hash represents one entry in the "
 
587
"changelog. For the format of such a hash see the description of the "
 
588
"L<\"dpkg\"> method (while ignoring the remarks about which values are taken "
 
589
"from the first entry)."
 
590
msgstr ""
 
591
 
 
592
#: ../lib/Parse/DebianChangelog.pm:750
 
593
msgid ""
 
594
"C<rfc822_str> returns a stringified version of this hash which looks similar "
 
595
"to the output of dpkg-parsechangelog but instead of one stanza the output "
 
596
"contains one stanza for each entry."
 
597
msgstr ""
 
598
 
 
599
#: ../lib/Parse/DebianChangelog.pm:757
 
600
msgid "rfc822_str"
 
601
msgstr "rfc822_str"
 
602
 
 
603
#: ../lib/Parse/DebianChangelog.pm:759
 
604
msgid "See L<rfc822>."
 
605
msgstr "Vidi L<rfc822>."
 
606
 
 
607
#: ../lib/Parse/DebianChangelog.pm:803
 
608
msgid "(and B<xml_str>)"
 
609
msgstr "(i B<xml_str>)"
 
610
 
 
611
#: ../lib/Parse/DebianChangelog.pm:805
 
612
msgid ""
 
613
"C<xml> converts the changelog to some free-form (i.e. there is neither a DTD "
 
614
"or a schema for it) XML."
 
615
msgstr ""
 
616
 
 
617
#: ../lib/Parse/DebianChangelog.pm:808
 
618
msgid "The method C<xml_str> is an alias for C<xml>."
 
619
msgstr ""
 
620
 
 
621
#: ../lib/Parse/DebianChangelog.pm:810 ../lib/Parse/DebianChangelog.pm:893
 
622
msgid ""
 
623
"Both methods support the common output options described in section "
 
624
"L<\"COMMON OUTPUT OPTIONS\"> and additionally the following configuration "
 
625
"options (as usual to give in a hash reference as parameter to the method "
 
626
"call):"
 
627
msgstr ""
 
628
 
 
629
#: ../lib/Parse/DebianChangelog.pm:817 ../lib/Parse/DebianChangelog.pm:900
 
630
msgid "outfile"
 
631
msgstr ""
 
632
 
 
633
#: ../lib/Parse/DebianChangelog.pm:819 ../lib/Parse/DebianChangelog.pm:902
 
634
msgid "directly write the output to the file specified"
 
635
msgstr ""
 
636
 
 
637
#: ../lib/Parse/DebianChangelog.pm:823
 
638
msgid "xml_str"
 
639
msgstr "xml_str"
 
640
 
 
641
#: ../lib/Parse/DebianChangelog.pm:825
 
642
msgid "See L<xml>."
 
643
msgstr "Vidi L<xml>."
 
644
 
 
645
#: ../lib/Parse/DebianChangelog.pm:882
 
646
msgid "(and B<html_str>)"
 
647
msgstr "(i B<html_str>)"
 
648
 
 
649
#: ../lib/Parse/DebianChangelog.pm:884
 
650
msgid ""
 
651
"C<html> converts the changelog to a HTML file with some nice features such "
 
652
"as a quick-link bar with direct links to every entry. The HTML is generated "
 
653
"with the help of HTML::Template. If you want to change the output you should "
 
654
"use the default template provided with this module as a base and read the "
 
655
"documentation of HTML::Template to understand how to edit it."
 
656
msgstr ""
 
657
 
 
658
#: ../lib/Parse/DebianChangelog.pm:891
 
659
msgid "The method C<html_str> is an alias for C<html>."
 
660
msgstr ""
 
661
 
 
662
#: ../lib/Parse/DebianChangelog.pm:904
 
663
msgid "template"
 
664
msgstr "template"
 
665
 
 
666
#: ../lib/Parse/DebianChangelog.pm:906
 
667
msgid ""
 
668
"template file to use, defaults to tmpl/default.tmpl, so you most likely want "
 
669
"to override that.  NOTE: The plan is to provide a configuration file for the "
 
670
"module later to be able to use sane defaults here."
 
671
msgstr ""
 
672
 
 
673
#: ../lib/Parse/DebianChangelog.pm:911
 
674
msgid "style"
 
675
msgstr "style"
 
676
 
 
677
#: ../lib/Parse/DebianChangelog.pm:913
 
678
msgid ""
 
679
"path to the CSS stylesheet to use (a default might be specified in the "
 
680
"template and will be honoured, see the default template for an example)"
 
681
msgstr ""
 
682
 
 
683
#: ../lib/Parse/DebianChangelog.pm:917
 
684
msgid "print_style"
 
685
msgstr "print_style"
 
686
 
 
687
#: ../lib/Parse/DebianChangelog.pm:919
 
688
msgid ""
 
689
"path to the CSS stylesheet to use for printing (see the notes for C<style> "
 
690
"about default values)"
 
691
msgstr ""
 
692
 
 
693
#: ../lib/Parse/DebianChangelog.pm:924
 
694
msgid "html_str"
 
695
msgstr "html_str"
 
696
 
 
697
#: ../lib/Parse/DebianChangelog.pm:926
 
698
msgid "See L<html>."
 
699
msgstr "Vidi L<html>."
 
700
 
 
701
#: ../lib/Parse/DebianChangelog.pm:1062
 
702
msgid "init_filters"
 
703
msgstr "init_filters"
 
704
 
 
705
#: ../lib/Parse/DebianChangelog.pm:1064 ../lib/Parse/DebianChangelog.pm:1083
 
706
#: ../lib/Parse/DebianChangelog.pm:1100
 
707
msgid "not yet documented"
 
708
msgstr ""
 
709
 
 
710
#: ../lib/Parse/DebianChangelog.pm:1081
 
711
msgid "apply_filters"
 
712
msgstr "apply_filters"
 
713
 
 
714
#: ../lib/Parse/DebianChangelog.pm:1098
 
715
msgid "add_filter, delete_filter, replace_filter"
 
716
msgstr "add_filter, delete_filter, replace_filter"
 
717
 
 
718
#: ../lib/Parse/DebianChangelog.pm:1170
 
719
msgid "COMMON OUTPUT OPTIONS"
 
720
msgstr ""
 
721
 
 
722
#: ../lib/Parse/DebianChangelog.pm:1172
 
723
msgid ""
 
724
"The following options are supported by all output methods, all take a "
 
725
"version number as value:"
 
726
msgstr ""
 
727
 
 
728
#: ../lib/Parse/DebianChangelog.pm:1177
 
729
msgid "since"
 
730
msgstr "since"
 
731
 
 
732
#: ../lib/Parse/DebianChangelog.pm:1179
 
733
msgid ""
 
734
"Causes changelog information from all versions strictly later than "
 
735
"B<version> to be used."
 
736
msgstr ""
 
737
 
 
738
#: ../lib/Parse/DebianChangelog.pm:1182
 
739
msgid "(works exactly like the C<-v> option of dpkg-parsechangelog)."
 
740
msgstr ""
 
741
 
 
742
#: ../lib/Parse/DebianChangelog.pm:1184
 
743
msgid "until"
 
744
msgstr "until"
 
745
 
 
746
#: ../lib/Parse/DebianChangelog.pm:1186
 
747
msgid ""
 
748
"Causes changelog information from all versions strictly earlier than "
 
749
"B<version> to be used."
 
750
msgstr ""
 
751
 
 
752
#: ../lib/Parse/DebianChangelog.pm:1189
 
753
msgid "from"
 
754
msgstr "from"
 
755
 
 
756
#: ../lib/Parse/DebianChangelog.pm:1191
 
757
msgid ""
 
758
"Similar to C<since> but also includes the information for the specified "
 
759
"B<version> itself."
 
760
msgstr ""
 
761
 
 
762
#: ../lib/Parse/DebianChangelog.pm:1194
 
763
msgid "to"
 
764
msgstr "to"
 
765
 
 
766
#: ../lib/Parse/DebianChangelog.pm:1196
 
767
msgid ""
 
768
"Similar to C<until> but also includes the information for the specified "
 
769
"B<version> itself."
 
770
msgstr ""
 
771
 
 
772
#: ../lib/Parse/DebianChangelog.pm:1201
 
773
msgid ""
 
774
"The following options also supported by all output methods but don't take "
 
775
"version numbers as values:"
 
776
msgstr ""
 
777
 
 
778
#: ../lib/Parse/DebianChangelog.pm:1206
 
779
msgid "all"
 
780
msgstr "all"
 
781
 
 
782
#: ../lib/Parse/DebianChangelog.pm:1208
 
783
msgid ""
 
784
"If set to a true value, all entries of the changelog are returned, this "
 
785
"overrides all other options. While the XML and HTML formats default to all "
 
786
"== true, this does of course not overwrite other options unless it is set "
 
787
"explicitly with the call."
 
788
msgstr ""
 
789
 
 
790
#: ../lib/Parse/DebianChangelog.pm:1213
 
791
msgid "count"
 
792
msgstr "count"
 
793
 
 
794
#: ../lib/Parse/DebianChangelog.pm:1215
 
795
msgid ""
 
796
"Expects a signed integer as value. Returns C<value> entries from the top of "
 
797
"the changelog if set to a positive integer, and C<abs(value)> entries from "
 
798
"the tail if set to a negative integer."
 
799
msgstr ""
 
800
 
 
801
#: ../lib/Parse/DebianChangelog.pm:1219
 
802
msgid "offset"
 
803
msgstr "offset"
 
804
 
 
805
#: ../lib/Parse/DebianChangelog.pm:1221
 
806
msgid ""
 
807
"Expects a signed integer as value. Changes the starting point for C<count>, "
 
808
"either counted from the top (positive integer) or from the tail (negative "
 
809
"integer). C<offset> has no effect if C<count> wasn't given as well."
 
810
msgstr ""
 
811
 
 
812
#: ../lib/Parse/DebianChangelog.pm:1228
 
813
msgid ""
 
814
"Some examples for the above options. Imagine an example changelog with "
 
815
"entries for the versions 1.2, 1.3, 2.0, 2.1, 2.2, 3.0 and 3.1."
 
816
msgstr ""
 
817
 
 
818
#: ../lib/Parse/DebianChangelog.pm:1231
 
819
#, no-wrap
 
820
msgid ""
 
821
"            Call                               Included entries\n"
 
822
" C<E<lt>formatE<gt>({ since =E<gt> '2.0' })>  3.1, 3.0, 2.2\n"
 
823
" C<E<lt>formatE<gt>({ until =E<gt> '2.0' })>  1.3, 1.2\n"
 
824
" C<E<lt>formatE<gt>({ from =E<gt> '2.0' })>   3.1, 3.0, 2.2, 2.1, 2.0\n"
 
825
" C<E<lt>formatE<gt>({ to =E<gt> '2.0' })>     2.0, 1.3, 1.2\n"
 
826
" C<E<lt>formatE<gt>({ count =E<gt> 2 }>>      3.1, 3.0\n"
 
827
" C<E<lt>formatE<gt>({ count =E<gt> -2 }>>     1.3, 1.2\n"
 
828
" C<E<lt>formatE<gt>({ count =E<gt> 3,\n"
 
829
"\t\t      offset=E<gt> 2 }>>      2.2, 2.1, 2.0\n"
 
830
" C<E<lt>formatE<gt>({ count =E<gt> 2,\n"
 
831
"\t\t      offset=E<gt> -3 }>>     2.0, 1.3\n"
 
832
" C<E<lt>formatE<gt>({ count =E<gt> -2,\n"
 
833
"\t\t      offset=E<gt> 3 }>>      3.0, 2.2\n"
 
834
" C<E<lt>formatE<gt>({ count =E<gt> -2,\n"
 
835
"\t\t      offset=E<gt> -3 }>>     2.2, 2.1\n"
 
836
"\n"
 
837
msgstr ""
 
838
"            Poziv                               Uključeno\n"
 
839
" C<E<lt>formatE<gt>({ since =E<gt> '2.0' })>  3.1, 3.0, 2.2\n"
 
840
" C<E<lt>formatE<gt>({ until =E<gt> '2.0' })>  1.3, 1.2\n"
 
841
" C<E<lt>formatE<gt>({ from =E<gt> '2.0' })>   3.1, 3.0, 2.2, 2.1, 2.0\n"
 
842
" C<E<lt>formatE<gt>({ to =E<gt> '2.0' })>     2.0, 1.3, 1.2\n"
 
843
" C<E<lt>formatE<gt>({ count =E<gt> 2 }>>      3.1, 3.0\n"
 
844
" C<E<lt>formatE<gt>({ count =E<gt> -2 }>>     1.3, 1.2\n"
 
845
" C<E<lt>formatE<gt>({ count =E<gt> 3,\n"
 
846
"\t\t      offset=E<gt> 2 }>>      2.2, 2.1, 2.0\n"
 
847
" C<E<lt>formatE<gt>({ count =E<gt> 2,\n"
 
848
"\t\t      offset=E<gt> -3 }>>     2.0, 1.3\n"
 
849
" C<E<lt>formatE<gt>({ count =E<gt> -2,\n"
 
850
"\t\t      offset=E<gt> 3 }>>      3.0, 2.2\n"
 
851
" C<E<lt>formatE<gt>({ count =E<gt> -2,\n"
 
852
"\t\t      offset=E<gt> -3 }>>     2.2, 2.1\n"
 
853
"\n"
 
854
 
 
855
#: ../lib/Parse/DebianChangelog.pm:1247
 
856
msgid ""
 
857
"Any combination of one option of C<since> and C<from> and one of C<until> "
 
858
"and C<to> returns the intersection of the two results with only one of the "
 
859
"options specified."
 
860
msgstr ""
 
861
 
 
862
#: ../lib/Parse/DebianChangelog.pm:1253
 
863
msgid "Parse::DebianChangelog::Entry, Parse::DebianChangelog::ChangesFilters"
 
864
msgstr ""
 
865
 
 
866
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:23
 
867
msgid ""
 
868
"Parse::DebianChangelog::ChangesFilters - filters to be applied to Debian "
 
869
"changelog entries"
 
870
msgstr ""
 
871
 
 
872
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:29
 
873
msgid ""
 
874
"This is currently only used internally by Parse::DebianChangelog and is not "
 
875
"yet documented. There may be still API changes until this module is "
 
876
"finalized."
 
877
msgstr ""
 
878
 
 
879
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:167
 
880
#: ../lib/Parse/DebianChangelog/Entry.pm:151
 
881
msgid "Parse::DebianChangelog"
 
882
msgstr ""
 
883
 
 
884
#: ../lib/Parse/DebianChangelog/Entry.pm:23
 
885
msgid ""
 
886
"Parse::DebianChangelog::Entry - represents one entry in a Debian changelog"
 
887
msgstr ""
 
888
 
 
889
#: ../lib/Parse/DebianChangelog/Entry.pm:29
 
890
msgid "Methods"
 
891
msgstr "Metode"
 
892
 
 
893
#: ../lib/Parse/DebianChangelog/Entry.pm:33
 
894
msgid "Creates a new object, no options."
 
895
msgstr ""
 
896
 
 
897
#: ../lib/Parse/DebianChangelog/Entry.pm:35
 
898
msgid "new"
 
899
msgstr "new"
 
900
 
 
901
#: ../lib/Parse/DebianChangelog/Entry.pm:37
 
902
msgid "Alias for init."
 
903
msgstr ""
 
904
 
 
905
#: ../lib/Parse/DebianChangelog/Entry.pm:39
 
906
msgid "is_empty"
 
907
msgstr "is_empty"
 
908
 
 
909
#: ../lib/Parse/DebianChangelog/Entry.pm:41
 
910
msgid ""
 
911
"Checks if the object is actually initialized with data. Due to limitations "
 
912
"in Parse::DebianChangelog this currently simply checks if one of the fields "
 
913
"Source, Version, Maintainer, Date, or Changes is initalized."
 
914
msgstr ""
 
915
 
 
916
#: ../lib/Parse/DebianChangelog/Entry.pm:45
 
917
msgid "Accessors"
 
918
msgstr ""
 
919
 
 
920
#: ../lib/Parse/DebianChangelog/Entry.pm:47
 
921
msgid ""
 
922
"The following fields are available via accessor functions (all fields are "
 
923
"string values unless otherwise noted):"
 
924
msgstr ""
 
925
 
 
926
#: ../lib/Parse/DebianChangelog/Entry.pm:52
 
927
#: ../lib/Parse/DebianChangelog/Entry.pm:56
 
928
#: ../lib/Parse/DebianChangelog/Entry.pm:60
 
929
#: ../lib/Parse/DebianChangelog/Entry.pm:64
 
930
#: ../lib/Parse/DebianChangelog/Entry.pm:68
 
931
#: ../lib/Parse/DebianChangelog/Entry.pm:72
 
932
#: ../lib/Parse/DebianChangelog/Entry.pm:76
 
933
#: ../lib/Parse/DebianChangelog/Entry.pm:80
 
934
#: ../lib/Parse/DebianChangelog/Entry.pm:84
 
935
#: ../lib/Parse/DebianChangelog/Entry.pm:88
 
936
#: ../lib/Parse/DebianChangelog/Entry.pm:92
 
937
#: ../lib/Parse/DebianChangelog/Entry.pm:96
 
938
#: ../lib/Parse/DebianChangelog/Entry.pm:100
 
939
msgid "*"
 
940
msgstr "*"
 
941
 
 
942
#: ../lib/Parse/DebianChangelog/Entry.pm:70
 
943
msgid "ExtraFields (all fields except for urgency as hash)"
 
944
msgstr ""
 
945
 
 
946
#: ../lib/Parse/DebianChangelog/Entry.pm:74
 
947
msgid "Header (the whole header in verbatim form)"
 
948
msgstr ""
 
949
 
 
950
#: ../lib/Parse/DebianChangelog/Entry.pm:78
 
951
msgid "Changes (the actual content of the bug report, in verbatim form)"
 
952
msgstr ""
 
953
 
 
954
#: ../lib/Parse/DebianChangelog/Entry.pm:82
 
955
msgid "Trailer (the whole trailer in verbatim form)"
 
956
msgstr ""
 
957
 
 
958
#: ../lib/Parse/DebianChangelog/Entry.pm:86
 
959
msgid "Closes (Array of bug numbers)"
 
960
msgstr ""
 
961
 
 
962
#: ../lib/Parse/DebianChangelog/Entry.pm:90
 
963
msgid "Maintainer (name B<and> email address)"
 
964
msgstr ""
 
965
 
 
966
#: ../lib/Parse/DebianChangelog/Entry.pm:98
 
967
msgid "Timestamp (Date expressed in seconds since the epoche)"
 
968
msgstr ""
 
969
 
 
970
#: ../lib/Parse/DebianChangelog/Entry.pm:102
 
971
msgid ""
 
972
"ERROR (last parse error related to this entry in the format described at "
 
973
"Parse::DebianChangelog::get_parse_errors."
 
974
msgstr ""
 
975
 
 
976
#: ../lib/Parse/DebianChangelog/Util.pm:24
 
977
msgid ""
 
978
"Parse::DebianChangelog::Util - utility functions for parsing Debian "
 
979
"changelogs"
 
980
msgstr ""
 
981
 
 
982
#: ../lib/Parse/DebianChangelog/Util.pm:28
 
983
msgid ""
 
984
"This is currently only used internally by Parse::DebianChangelog.  There may "
 
985
"be still API changes until this module is finalized."
 
986
msgstr ""
 
987
 
 
988
#: ../lib/Parse/DebianChangelog/Util.pm:31
 
989
msgid "Functions"
 
990
msgstr "Funkcije"
 
991
 
 
992
#: ../lib/Parse/DebianChangelog/Util.pm:58
 
993
msgid "find_closes"
 
994
msgstr ""
 
995
 
 
996
#: ../lib/Parse/DebianChangelog/Util.pm:60
 
997
msgid ""
 
998
"Takes one string as argument and finds \"Closes: #123456, #654321\" "
 
999
"statements as supported by the Debian Archive software in it. Returns all "
 
1000
"closed bug numbers in an array reference."
 
1001
msgstr ""
 
1002
 
 
1003
#: ../lib/Parse/DebianChangelog/Util.pm:80
 
1004
msgid "data2rfc822"
 
1005
msgstr "data2rfc822"
 
1006
 
 
1007
#: ../lib/Parse/DebianChangelog/Util.pm:82
 
1008
msgid ""
 
1009
"Takes two hash references as arguments. The first should contain the data to "
 
1010
"output in RFC822 format. The second can contain a sorting order for the "
 
1011
"fields. The higher the numerical value of the hash value, the earlier the "
 
1012
"field is printed if it exists."
 
1013
msgstr ""
 
1014
 
 
1015
#: ../lib/Parse/DebianChangelog/Util.pm:87
 
1016
msgid "Return the data in RFC822 format as string."
 
1017
msgstr ""
 
1018
 
 
1019
#: ../lib/Parse/DebianChangelog/Util.pm:115
 
1020
msgid "data2rfc822_mult"
 
1021
msgstr "data2rfc822_mult"
 
1022
 
 
1023
#: ../lib/Parse/DebianChangelog/Util.pm:117
 
1024
msgid ""
 
1025
"The first argument should be an array ref to an array of hash references.  "
 
1026
"The second argument is a hash reference and has the same meaning as the "
 
1027
"second argument of L<data2rfc822>."
 
1028
msgstr ""
 
1029
 
 
1030
#: ../lib/Parse/DebianChangelog/Util.pm:121
 
1031
msgid ""
 
1032
"Calls L<data2rfc822> for each element of the array given as first argument "
 
1033
"and returns the concatenated results."
 
1034
msgstr ""
 
1035
 
 
1036
#: ../lib/Parse/DebianChangelog/Util.pm:139
 
1037
msgid "get_dpkg_changes"
 
1038
msgstr "get_dpkg_changes"
 
1039
 
 
1040
#: ../lib/Parse/DebianChangelog/Util.pm:141
 
1041
msgid "Takes a Parse::DebianChangelog::Entry object as first argument."
 
1042
msgstr ""
 
1043
 
 
1044
#: ../lib/Parse/DebianChangelog/Util.pm:143
 
1045
msgid ""
 
1046
"Returns a string that is suitable for using it in a C<Changes> field in the "
 
1047
"output format of C<dpkg-parsechangelog>."
 
1048
msgstr ""
 
1049
 
 
1050
#: ../lib/Parse/DebianChangelog/Util.pm:160
 
1051
msgid "Parse::DebianChangelog, Parse::DebianChangelog::Entry"
 
1052
msgstr ""
 
1053
 
 
1054
#: ../lib/Pod/UsageTrans.pm:32
 
1055
msgid ""
 
1056
"Pod::UsageTrans, pod2usage() - print a usage message from embedded pod "
 
1057
"documentation"
 
1058
msgstr ""
 
1059
 
 
1060
#: ../lib/Pod/UsageTrans.pm:36
 
1061
#, no-wrap
 
1062
msgid ""
 
1063
"  use Pod::UsageTrans\n"
 
1064
"  use Locale::gettext;\n"
 
1065
"\n"
 
1066
msgstr ""
 
1067
 
 
1068
#: ../lib/Pod/UsageTrans.pm:39
 
1069
#, no-wrap
 
1070
msgid ""
 
1071
"  setlocale(LC_MESSAGES,'');\n"
 
1072
"  textdomain('prog');\n"
 
1073
"\n"
 
1074
msgstr ""
 
1075
 
 
1076
#: ../lib/Pod/UsageTrans.pm:42
 
1077
#, no-wrap
 
1078
msgid ""
 
1079
"  my $message_text  = \"This text precedes the usage message.\";\n"
 
1080
"  my $exit_status   = 2;          ## The exit status to use\n"
 
1081
"  my $verbose_level = 0;          ## The verbose level to use\n"
 
1082
"  my $filehandle    = \\*STDERR;   ## The filehandle to write to\n"
 
1083
"  my $textdomain    = 'prog-pod'; ## The gettext domain for the Pod "
 
1084
"documentation\n"
 
1085
"\n"
 
1086
msgstr ""
 
1087
 
 
1088
#: ../lib/Pod/UsageTrans.pm:48
 
1089
#, no-wrap
 
1090
msgid ""
 
1091
"  pod2usage($message_text);\n"
 
1092
"\n"
 
1093
msgstr ""
 
1094
"  pod2usage($message_text);\n"
 
1095
"\n"
 
1096
 
 
1097
#: ../lib/Pod/UsageTrans.pm:50
 
1098
#, no-wrap
 
1099
msgid ""
 
1100
"  pod2usage($exit_status);\n"
 
1101
"\n"
 
1102
msgstr ""
 
1103
"  pod2usage($exit_status);\n"
 
1104
"\n"
 
1105
 
 
1106
#: ../lib/Pod/UsageTrans.pm:52
 
1107
#, no-wrap
 
1108
msgid ""
 
1109
"  pod2usage( { -message => gettext( $message_text ) ,\n"
 
1110
"               -exitval => $exit_status  ,\n"
 
1111
"               -verbose => $verbose_level,\n"
 
1112
"               -output  => $filehandle,\n"
 
1113
"               -textdomain => $textdomain } );\n"
 
1114
"\n"
 
1115
msgstr ""
 
1116
"  pod2usage( { -message => gettext( $message_text ) ,\n"
 
1117
"               -exitval => $exit_status  ,\n"
 
1118
"               -verbose => $verbose_level,\n"
 
1119
"               -output  => $filehandle,\n"
 
1120
"               -textdomain => $textdomain } );\n"
 
1121
"\n"
 
1122
 
 
1123
#: ../lib/Pod/UsageTrans.pm:58
 
1124
#, no-wrap
 
1125
msgid ""
 
1126
"  pod2usage(   -msg     => $message_text ,\n"
 
1127
"               -exitval => $exit_status  ,\n"
 
1128
"               -verbose => $verbose_level,\n"
 
1129
"               -output  => $filehandle,\n"
 
1130
"               -textdomain => $textdomain );\n"
 
1131
"\n"
 
1132
msgstr ""
 
1133
"  pod2usage(   -msg     => $message_text ,\n"
 
1134
"               -exitval => $exit_status  ,\n"
 
1135
"               -verbose => $verbose_level,\n"
 
1136
"               -output  => $filehandle,\n"
 
1137
"               -textdomain => $textdomain );\n"
 
1138
"\n"
 
1139
 
 
1140
#: ../lib/Pod/UsageTrans.pm:66
 
1141
msgid ""
 
1142
"Pod::UsageTrans works exactly like Pod::Usage but allows you to easily "
 
1143
"translate your messages. It was specifically written to be compatible with "
 
1144
"the F<.po> files produced by po4a(7). If you want to use any other method to "
 
1145
"produce your F<.po> files you should probably take a look at the source of "
 
1146
"code of this module to see which msgids you will need to use."
 
1147
msgstr ""
 
1148
 
 
1149
#: ../lib/Pod/UsageTrans.pm:73
 
1150
msgid ""
 
1151
"For documentation on calling pod2usage from your program see Pod::Usage. "
 
1152
"Pod::UsageTrans additionally supports a C<-textdomain> option where you can "
 
1153
"specify the gettext domain to use. If C<-textdomain> isn't set, "
 
1154
"Pod::UsageTrans will behave exactly like Pod::Usage."
 
1155
msgstr ""
 
1156
 
 
1157
#: ../lib/Pod/UsageTrans.pm:79
 
1158
msgid "BUGS"
 
1159
msgstr "GREŠKE"
 
1160
 
 
1161
#: ../lib/Pod/UsageTrans.pm:81
 
1162
msgid ""
 
1163
"Pod::UsageTrans is currently in the state of a quickly hacked together "
 
1164
"solution that was tested with exactly one use case. Expect bugs in corner "
 
1165
"cases."
 
1166
msgstr ""
 
1167
 
 
1168
#: ../lib/Pod/UsageTrans.pm:85
 
1169
msgid ""
 
1170
"It specifically doesn't support many of the po4a options like charset "
 
1171
"conversion between the POD input and the msgstr in the F<.pot> file."
 
1172
msgstr ""
 
1173
 
 
1174
#: ../lib/Pod/UsageTrans.pm:90
 
1175
msgid "po4a(7), Pod::Usage, gettext info documentation"
 
1176
msgstr ""
 
1177
 
 
1178
#: ../lib/Pod/UsageTrans.pm:96
 
1179
msgid ""
 
1180
"Based on Pod::Usage by Brad Appleton E<lt>bradapp@enteract.comE<gt> which is "
 
1181
"based on code for B<Pod::Text::pod2text()> written by Tom Christiansen "
 
1182
"E<lt>tchrist@mox.perl.comE<gt>"
 
1183
msgstr ""
 
1184
 
 
1185
#: ../lib/Pod/UsageTrans.pm:100
 
1186
msgid ""
 
1187
"Also based on Locale::Po4a::Pod, Locale::Po4a::Po and "
 
1188
"Locale::Po4a::TransTractor by Martin Quinson and Denis Barbier."
 
1189
msgstr ""