Browsing French translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and French guidelines.
1120 of 135 results
17.
Similar to the C<dpkg> format, but the requested entries are returned as one stanza each, i.e. they are not merged. This is probably the format to use if you want a machine-usable representation of the changelog.
(no translation yet)
Located in ../bin/parsechangelog:93 ../lib/Parse/DebianChangelog.pm:70
19.
Just a simple XML dump of the changelog data. Without any schema or DTD currently, just some made up XML. The actual format might still change. Comments and Improvements welcome.
(no translation yet)
Located in ../bin/parsechangelog:99 ../lib/Parse/DebianChangelog.pm:76
21.
The changelog is converted to a somewhat nice looking HTML file with some nice features as a quick-link bar with direct links to every entry. NOTE: This is not configurable yet and was specifically designed to be used on L<http://packages.debian.org/>. This is planned to be changed until version 1.0. The used Parse::DebianChangelog module already supports configuration, however, this isn't exposed by this program yet.
(no translation yet)
Located in ../bin/parsechangelog:105
23.
Parse::DebianChangelog, the underlying Perl module
(no translation yet)
Located in ../bin/parsechangelog:242
24.
Description of the Debian changelog format in the Debian policy: L<http://www.debian.org/doc/debian-policy/ch-source.html#s-dpkgchangelog>.
(no translation yet)
Located in ../bin/parsechangelog:244 ../lib/Parse/DebianChangelog.pm:1255
31.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
(no translation yet)
Located in ../bin/parsechangelog:265 ../lib/Parse/DebianChangelog.pm:1276 ../lib/Parse/DebianChangelog/ChangesFilters.pm:187 ../lib/Parse/DebianChangelog/Entry.pm:171 ../lib/Parse/DebianChangelog/Util.pm:180
32.
Parse::DebianChangelog - parse Debian changelogs and output them in other formats
(no translation yet)
Located in ../lib/Parse/DebianChangelog.pm:24
33.
use Parse::DebianChangelog;

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:28
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
1120 of 135 results

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

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

Contributors to this translation: Pierre Slamich.