From 11b776795b1234a2404971de22626cf82c35700e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9ry=20Perrin?= Date: Sun, 7 Nov 2010 18:30:24 +0100 Subject: French translation update after massive man page typography MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Valéry Perrin --- man/po4a/po/debhelper.pot | 1781 ++++++++++++++++++++++++--------------------- 1 file changed, 932 insertions(+), 849 deletions(-) (limited to 'man/po4a/po/debhelper.pot') diff --git a/man/po4a/po/debhelper.pot b/man/po4a/po/debhelper.pot index b4c73c3a..cb93d720 100644 --- a/man/po4a/po/debhelper.pot +++ b/man/po4a/po/debhelper.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2010-08-07 11:36-0300\n" +"POT-Creation-Date: 2010-11-06 14:54+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -33,8 +33,8 @@ msgstr "" #. type: textblock #: debhelper.pod:7 msgid "" -"BI<*> [B<-v>] [B<-a>] [B<-i>] [B<-s>] [B<--no-act>] [B<-ppackage>] " -"[B<-Npackage] [-Ptmpdir>]" +"BI<*> [B<-v>] [B<-a>] [B<-i>] [B<-s>] [B<--no-act>] [B<-p>I] " +"[B<-N>I] [B<-P>I]" msgstr "" #. type: =head1 @@ -45,11 +45,11 @@ msgstr "" #. type: textblock #: debhelper.pod:11 msgid "" -"Debhelper is used to help you build a debian package. The philosophy behind " +"Debhelper is used to help you build a Debian package. The philosophy behind " "debhelper is to provide a collection of small, simple, and easily understood " -"tools that are used in debian/rules to automate various common aspects of " +"tools that are used in F to automate various common aspects of " "building a package. This means less work for you, the packager. It also, to " -"some degree means that these tools can be changed if debian policy changes, " +"some degree means that these tools can be changed if Debian policy changes, " "and packages that use them will require only a rebuild to comply with the " "new policy." msgstr "" @@ -57,19 +57,21 @@ msgstr "" #. type: textblock #: debhelper.pod:19 msgid "" -"A typical debian/rules file that uses debhelper will call several debhelper " -"commands in sequence, or use L to automate this process. Examples of " -"rules files that use debhelper are in F" +"A typical F file that uses debhelper will call several " +"debhelper commands in sequence, or use L to automate this " +"process. Examples of rules files that use debhelper are in " +"F" msgstr "" #. type: textblock #: debhelper.pod:23 msgid "" -"To create a new debian package using debhelper, you can just copy one of the " -"sample rules files and edit it by hand. Or you can try the dh-make package, " -"which contains a L command that partially automates the " -"process. For a more gentle introduction, the maint-guide debian package " -"contains a tutorial about making your first package using debhelper." +"To create a new Debian package using debhelper, you can just copy one of the " +"sample rules files and edit it by hand. Or you can try the B " +"package, which contains a L command that partially " +"automates the process. For a more gentle introduction, the B " +"Debian package contains a tutorial about making your first package using " +"debhelper." msgstr "" #. type: =head1 @@ -112,7 +114,7 @@ msgstr "" #. type: textblock #: debhelper.pod:52 msgid "" -"If a program's name starts with \"dh_\", and the program is not on the above " +"If a program's name starts with B, and the program is not on the above " "lists, then it is not part of the debhelper package, but it should still " "work like the other programs described on this page." msgstr "" @@ -129,38 +131,38 @@ msgid "" "do. Besides the common F and F, which are " "in all packages, not just those using debhelper, some additional files can " "be used to configure the behavior of specific debhelper commands. These " -"files are typically named debian/package.foo (where \"package\" of course, " +"files are typically named debian/I.foo (where I of course, " "is replaced with the package that is being acted on)." msgstr "" #. type: textblock #: debhelper.pod:65 msgid "" -"For example, dh_installdocs uses files named debian/package.docs to list the " -"documentation files it will install. See the man pages of individual " -"commands for details about the names and formats of the files they use. " -"Generally, these files will list files to act on, one file per line. Some " -"programs in debhelper use pairs of files and destinations or slightly more " -"complicated formats." +"For example, B uses files named F to " +"list the documentation files it will install. See the man pages of " +"individual commands for details about the names and formats of the files " +"they use. Generally, these files will list files to act on, one file per " +"line. Some programs in debhelper use pairs of files and destinations or " +"slightly more complicated formats." msgstr "" #. type: textblock #: debhelper.pod:72 msgid "" "Note that if a package is the first (or only) binary package listed in " -"debian/control, debhelper will use debian/foo if no debian/package.foo file " -"can be found." +"F, debhelper will use F if no " +"F file can be found." msgstr "" #. type: textblock #: debhelper.pod:76 msgid "" "In some rare cases, you may want to have different versions of these files " -"for different architectures or OSes. If files named debian/package.foo.ARCH " -"or debian/package.foo.OS exist, where \"ARCH\" and \"OS\" are the same as " -"the output of \"dpkg-architecture -qDEB_HOST_ARCH\" / \"dpkg-architecture " -"-qDEB_HOST_ARCH_OS\", then they will be used in preference to other, more " -"general files." +"for different architectures or OSes. If files named " +"debian/I.foo.I or debian/I.foo.I exist, where " +"I and I are the same as the output of \"B\" / \"B\", then they " +"will be used in preference to other, more general files." msgstr "" #. type: textblock @@ -169,13 +171,13 @@ msgid "" "In many cases, these config files are used to specify various types of " "files. Documentation or example files to install, files to move, and so on. " "When appropriate, in cases like these, you can use standard shell wildcard " -"characters ('?' and '*' and '[..]' character classes) in the files." +"characters (B and B<*> and B<[>I<..>B<]> character classes) in the files." msgstr "" #. type: textblock #: debhelper.pod:88 msgid "" -"You can also put comments in these files; lines beginning with \"#\" are " +"You can also put comments in these files; lines beginning with B<#> are " "ignored." msgstr "" @@ -235,13 +237,13 @@ msgstr "" #. type: =item #: debhelper.pod:115 -msgid "B<->I, B<--package=>I" +msgid "B<-p>I, B<--package=>I" msgstr "" #. type: textblock #: debhelper.pod:117 msgid "" -"Act on the package named \"package\". This option may be specified multiple " +"Act on the package named I. This option may be specified multiple " "times to make debhelper operate on a given set of packages." msgstr "" @@ -253,8 +255,8 @@ msgstr "" #. type: textblock #: debhelper.pod:122 msgid "" -"This used to be a smarter version of the -a flag, but the -a flag is now " -"equally smart." +"This used to be a smarter version of the B<-a> flag, but the B<-a> flag is " +"now equally smart." msgstr "" #. type: =item @@ -265,8 +267,8 @@ msgstr "" #. type: textblock #: debhelper.pod:127 msgid "" -"Do not act on the specified package even if an -a, -i, or -p option lists " -"the package as one that should be acted on." +"Do not act on the specified package even if an B<-a>, B<-i>, or B<-p> option " +"lists the package as one that should be acted on." msgstr "" #. type: =item @@ -292,17 +294,17 @@ msgstr "" #. type: textblock #: debhelper.pod:140 msgid "" -"Ignore the specified file. This can be used if debian/ contains a debhelper " -"config file that a debhelper command should not act on. Note that " -"debian/compat, debian/control, and debian/changelog can't be ignored, but " -"then, there should never be a reason to ignore those files." +"Ignore the specified file. This can be used if F contains a " +"debhelper config file that a debhelper command should not act on. Note that " +"F, F, and F can't be " +"ignored, but then, there should never be a reason to ignore those files." msgstr "" #. type: textblock #: debhelper.pod:145 msgid "" -"For example, if upstream ships a debian/init that you don't want " -"dh_installinit to install, use --ignore=debian/init" +"For example, if upstream ships a F that you don't want " +"B to install, use B<--ignore=debian/init>" msgstr "" #. type: =item @@ -312,7 +314,7 @@ msgstr "" #. type: textblock #: debhelper.pod:150 -msgid "Use \"tmpdir\" for package build directory. The default is debian/" +msgid "Use I for package build directory. The default is debian/I" msgstr "" #. type: =item @@ -324,14 +326,14 @@ msgstr "" #: debhelper.pod:154 msgid "" "This little-used option changes the package which debhelper considers the " -"\"main package\", that is, the first one listed in debian/control, and the " -"one for which debian/foo files can be used instead of the usual " -"debian/package.foo files." +"\"main package\", that is, the first one listed in F, and " +"the one for which F files can be used instead of the usual " +"F files." msgstr "" #. type: =item #: debhelper.pod:159 -msgid "B<-O=>I" +msgid "B<-O=>I