Translations by Eugênio F

Eugênio F has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

136 of 36 results
34.
my $chglog = Parse::DebianChangelog->init( { infile => 'debian/changelog', HTML => { outfile => 'changelog.html' } ); $chglog->html;
2010-10-24
my $chglog = Parse::DebianChangelog->init( { infile => 'debian/changelog', HTML => { outfile => 'changelog.html' } ); $chglog->html;
35.
# the following is semantically equivalent my $chglog = Parse::DebianChangelog->init(); $chglog->parse( { infile => 'debian/changelog' } ); $chglog->html( { outfile => 'changelog.html' } );
2010-10-24
# o seguinte é semânticamente o mesmo my $chglog = Parse::DebianChangelog->init(); $chglog->parse( { infile => 'debian/changelog' } ); $chglog->html( { outfile => 'changelog.html' } );
36.
my $changes = $chglog->dpkg_str( { since => '1.0-1' } ); print $changes;
2010-10-24
my $changes = $chglog->dpkg_str( { since => '1.0-1' } ); print $changes;
46.
reset_parse_errors
2010-10-24
reset_parse_errors
48.
get_parse_errors
2010-10-24
get_parse_errors
59.
get_error
2010-10-24
get_error
68.
(and B<dpkg_str>)
2010-10-24
(e B<dpkg_str>)
75.
target distribution (from first entry)
2010-10-24
distribuição alvo (da primeira entrada)
88.
dpkg_str
2010-10-24
dpkg_str
90.
(and B<rfc822_str>)
2010-10-24
(e B<rfc822_str>)
93.
rfc822_str
2010-10-24
rfc822_str
95.
(and B<xml_str>)
2010-10-24
(e B<xml_str>)
97.
The method C<xml_str> is an alias for C<xml>.
2010-10-24
O método C<xml_str> é um pseudônimo de C<xml>.
103.
(and B<html_str>)
2010-10-24
(e B<html_str>)
105.
The method C<html_str> is an alias for C<html>.
2010-10-24
O método C<html_str> é um pseudônimo de C<html>.
110.
print_style
2010-10-24
print_style
112.
html_str
2010-10-24
html_str
114.
init_filters
2010-10-24
init_filters
116.
apply_filters
2010-10-24
apply_filters
117.
add_filter, delete_filter, replace_filter
2010-10-24
add_filter, delete_filter, replace_filter
122.
(works exactly like the C<-v> option of dpkg-parsechangelog).
2010-10-24
(funciona exatamente como a opção C<-v> do dpkg-parsechangelog).
137.
Call Included entries C<E<lt>formatE<gt>({ since =E<gt> '2.0' })> 3.1, 3.0, 2.2 C<E<lt>formatE<gt>({ until =E<gt> '2.0' })> 1.3, 1.2 C<E<lt>formatE<gt>({ from =E<gt> '2.0' })> 3.1, 3.0, 2.2, 2.1, 2.0 C<E<lt>formatE<gt>({ to =E<gt> '2.0' })> 2.0, 1.3, 1.2 C<E<lt>formatE<gt>({ count =E<gt> 2 }>> 3.1, 3.0 C<E<lt>formatE<gt>({ count =E<gt> -2 }>> 1.3, 1.2 C<E<lt>formatE<gt>({ count =E<gt> 3, offset=E<gt> 2 }>> 2.2, 2.1, 2.0 C<E<lt>formatE<gt>({ count =E<gt> 2, offset=E<gt> -3 }>> 2.0, 1.3 C<E<lt>formatE<gt>({ count =E<gt> -2, offset=E<gt> 3 }>> 3.0, 2.2 C<E<lt>formatE<gt>({ count =E<gt> -2, offset=E<gt> -3 }>> 2.2, 2.1
2010-10-24
Chamada Entradas incluidas C<E<lt>formatE<gt>({ since =E<gt> '2.0' })> 3.1, 3.0, 2.2 C<E<lt>formatE<gt>({ until =E<gt> '2.0' })> 1.3, 1.2 C<E<lt>formatE<gt>({ from =E<gt> '2.0' })> 3.1, 3.0, 2.2, 2.1, 2.0 C<E<lt>formatE<gt>({ to =E<gt> '2.0' })> 2.0, 1.3, 1.2 C<E<lt>formatE<gt>({ count =E<gt> 2 }>> 3.1, 3.0 C<E<lt>formatE<gt>({ count =E<gt> -2 }>> 1.3, 1.2 C<E<lt>formatE<gt>({ count =E<gt> 3, offset=E<gt> 2 }>> 2.2, 2.1, 2.0 C<E<lt>formatE<gt>({ count =E<gt> 2, offset=E<gt> -3 }>> 2.0, 1.3 C<E<lt>formatE<gt>({ count =E<gt> -2, offset=E<gt> 3 }>> 3.0, 2.2 C<E<lt>formatE<gt>({ count =E<gt> -2, offset=E<gt> -3 }>> 2.2, 2.1
145.
Creates a new object, no options.
2010-10-24
Cria um novo objeto, sem opções.
147.
Alias for init.
2010-10-24
Pseudônimo para init.
148.
is_empty
2010-10-24
is_empty
158.
Maintainer (name B<and> email address)
2010-10-24
Mantenedor (nome B<and> endereço de email)
164.
find_closes
2010-10-24
find_closes
166.
data2rfc822
2010-10-24
data2rfc822
169.
data2rfc822_mult
2010-10-24
data2rfc822_mult
172.
get_dpkg_changes
2010-10-24
get_dpkg_changes
175.
Parse::DebianChangelog, Parse::DebianChangelog::Entry
2010-10-24
Parse::DebianChangelog, Parse::DebianChangelog::Entry
178.
setlocale(LC_MESSAGES,''); textdomain('prog');
2010-10-24
setlocale(LC_MESSAGES,''); textdomain('prog');
180.
pod2usage($message_text);
2010-10-24
pod2usage($message_text);
181.
pod2usage($exit_status);
2010-10-24
pod2usage($exit_status);
182.
pod2usage( { -message => gettext( $message_text ) , -exitval => $exit_status , -verbose => $verbose_level, -output => $filehandle, -textdomain => $textdomain } );
2010-10-24
pod2usage( { -message => gettext( $message_text ) , -exitval => $exit_status , -verbose => $verbose_level, -output => $filehandle, -textdomain => $textdomain } );
183.
pod2usage( -msg => $message_text , -exitval => $exit_status , -verbose => $verbose_level, -output => $filehandle, -textdomain => $textdomain );
2010-10-24
pod2usage( -msg => $message_text , -exitval => $exit_status , -verbose => $verbose_level, -output => $filehandle, -textdomain => $textdomain );