Browsing Swedish translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Swedish guidelines.
110 of 17 results
12.
parsechangelog parses Debian changelogs as described in the Debian policy (version 3.9.8 at the time of this writing) and converts them to other output formats. See section L<"SEE ALSO"> for locations where to find the full format definition.
type: textblock
(no translation yet)
Located in ../bin/parsechangelog:75
23.
Any version given with C<--since>, C<--until>, C<--from>, or C<--to> must exist in the changelogfile, else parsechangelog will a wrong result or even abort with an error message. See L<https://bugs.debian.org/576606>
type: textblock
(no translation yet)
Located in ../bin/parsechangelog:241
36.
my $chglog = Parse::DebianChangelog->init( { infile => 'debian/changelog',
HTML => { outfile => 'changelog.html' } );
$chglog->html;

There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in ../lib/Parse/DebianChangelog.pm:30
37.
# the following is semantically equivalent
my $chglog = Parse::DebianChangelog->init();
$chglog->parse( { infile => 'debian/changelog' } );
$chglog->html( { outfile => 'changelog.html' } );

There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in ../lib/Parse/DebianChangelog.pm:34
38.
my $changes = $chglog->dpkg_str( { since => '1.0-1' } );
print $changes;

There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in ../lib/Parse/DebianChangelog.pm:39
47.
If C<infile>, C<instring> or C<handle> are specified (see L<parse>), C<parse()> is called from C<init>. If a fatal error is encountered during parsing (e.g. the file can't be opened), C<init> will not return a valid object but C<undef>!
type: textblock
(no translation yet)
Located in ../lib/Parse/DebianChangelog.pm:118
64.
Parses either the file named in configuration item C<infile>, the string saved in configuration item C<instring> or the open file handle saved in the configuration item C<handle>. In the latter case, the handle can be named by using the optional configuration item C<handlename>. Accepts a hash ref as optional argument which can contain configuration items.
type: textblock
(no translation yet)
Located in ../lib/Parse/DebianChangelog.pm:253
78.
Urgency
(no translation yet)
Located in ../lib/Parse/DebianChangelog.pm:649 ../lib/Parse/DebianChangelog/Entry.pm:66
79.
urgency (highest of all printed entries)
(no translation yet)
Located in ../lib/Parse/DebianChangelog.pm:651
82.
Timestamp
type: =item
(no translation yet)
Located in ../lib/Parse/DebianChangelog.pm:674
110 of 17 results

This translation is managed by Ubuntu Swedish Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Arve Eriksson.