Browsing Swedish translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Swedish guidelines.
110 of 12 results
34.
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
35.
# 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
36.
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
45.
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
62.
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
76.
Urgency
(no translation yet)
Located in ../lib/Parse/DebianChangelog.pm:649 ../lib/Parse/DebianChangelog/Entry.pm:66
77.
urgency (highest of all printed entries)
(no translation yet)
Located in ../lib/Parse/DebianChangelog.pm:651
98.
Both methods support the common output options described in section L<"COMMON OUTPUT OPTIONS"> and additionally the following configuration options (as usual to give in a hash reference as parameter to the method call):
(no translation yet)
Located in ../lib/Parse/DebianChangelog.pm:810 ../lib/Parse/DebianChangelog.pm:893
118.
COMMON OUTPUT OPTIONS
(no translation yet)
Located in ../lib/Parse/DebianChangelog.pm:1170
149.
Checks if the object is actually initialized with data. Due to limitations in Parse::DebianChangelog this currently simply checks if one of the fields Source, Version, Maintainer, Date, or Changes is initalized.
type: textblock
(no translation yet)
Located in ../lib/Parse/DebianChangelog/Entry.pm:41
110 of 12 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.