Selaa lähdekoodia

Fix the typos reported by Helge Kreutzmann in the dpkg.1, dpkg-divert.8,
and deb-control.5 man pages.

Nicolas FRANCOIS 20 vuotta sitten
vanhempi
commit
a838782172

+ 4 - 4
man/C/deb-control.5

@@ -43,7 +43,7 @@ software that was packaged.
 .BR " " "<long description>"
 .BR " " "<long description>"
 .br
 .br
 The format for the package description is a short brief summary on the
 The format for the package description is a short brief summary on the
-first line (after the "Description" field). The following lines can be
+first line (after the "Description" field). The following lines should be
 used as a longer, more detailed description. Each line of the long description
 used as a longer, more detailed description. Each line of the long description
 must be preceded by a space, and blank lines in the long description must
 must be preceded by a space, and blank lines in the long description must
 contain a single '.' following the preceding space.
 contain a single '.' following the preceding space.
@@ -65,7 +65,7 @@ and
 .B Priority
 .B Priority
 fields have a defined set of accepted values based on the Policy Manual.
 fields have a defined set of accepted values based on the Policy Manual.
 They are used to decide how the packages are layed out in the archive.
 They are used to decide how the packages are layed out in the archive.
-A list of these can be obtained from the latest version of
+A list of these values can be obtained from the latest version of the
 .B debian-policy
 .B debian-policy
 package.
 package.
 .TP
 .TP
@@ -82,7 +82,7 @@ for. Common architectures are `i386', `m68k', `sparc', `alpha', `powerpc'
 etc. Note that the
 etc. Note that the
 .B all
 .B all
 option is meant for packages that are architecture independent. Some examples
 option is meant for packages that are architecture independent. Some examples
-of this are shell or Perl scripts, or documentation.
+of this are shell and Perl scripts, and documentation.
 .TP
 .TP
 .BR Source: " <source name>"
 .BR Source: " <source name>"
 The name of the source package that this binary package came from, if
 The name of the source package that this binary package came from, if
@@ -126,7 +126,7 @@ and
 fields is a list of groups of alternative packages. Each group is a list
 fields is a list of groups of alternative packages. Each group is a list
 of packages separated by vertical bar (or `pipe') symbols, `|'. The
 of packages separated by vertical bar (or `pipe') symbols, `|'. The
 groups are separated by commas. Commas are to be read as `AND', and pipes
 groups are separated by commas. Commas are to be read as `AND', and pipes
-as `OR', with pipes binding more tightly. Each item is a package name
+as `OR', with pipes binding more tightly. Each package name is
 optionally followed by a version number specification in parentheses.
 optionally followed by a version number specification in parentheses.
 .LP
 .LP
 A version number may start with a `>>', in which case any later version
 A version number may start with a `>>', in which case any later version

+ 20 - 12
man/C/dpkg-divert.8

@@ -24,7 +24,9 @@ dpkg\-divert - override a package's version of a file
 .I <file>
 .I <file>
 .
 .
 .SH DESCRIPTION
 .SH DESCRIPTION
-File `diversions' are a way of forcing dpkg not to install a file into its
+File `diversions' are a way of forcing
+.BR dpkg (1)
+not to install a file into its
 location, but to a `diverted' location. Diversions can be used through the
 location, but to a `diverted' location. Diversions can be used through the
 Debian package scripts to move a file away when it causes a conflict. System
 Debian package scripts to move a file away when it causes a conflict. System
 administrators can also use it to override some package's configuration
 administrators can also use it to override some package's configuration
@@ -45,14 +47,19 @@ specified.
 Set the dpkg data directory to \fI<directory>\fP (default: \fI/var/lib/dpkg\fP).
 Set the dpkg data directory to \fI<directory>\fP (default: \fI/var/lib/dpkg\fP).
 .TP
 .TP
 .BI \-\-divert " <divert-to>"
 .BI \-\-divert " <divert-to>"
-\fI<divert-to>\fP is the name used by other packages' versions.
+\fI<divert-to>\fP is the location where the versions of \fI<file>\fP, as
+provided by other packages, will be diverted.
 .TP
 .TP
 .B \-\-local
 .B \-\-local
-Specifies that all packages' versions are diverted.
+Specifies that all packages' versions of this file are diverted.
+This means, that there are no exceptions, and whatever package is installed,
+the file is diverted. This can be used by an admin to install a locally
+modified version.
 .TP
 .TP
 .BI \-\-package " <package>"
 .BI \-\-package " <package>"
 \fI<package>\fP is the name of a package whose copy of \fI<file>\fP will not
 \fI<package>\fP is the name of a package whose copy of \fI<file>\fP will not
-be diverted.
+be diverted. i.e. \fI<file>\fP will be diverted for all packages except
+\fI<package>\fP.
 .TP
 .TP
 .B \-\-quiet
 .B \-\-quiet
 Quiet mode, i.e. no verbose output.
 Quiet mode, i.e. no verbose output.
@@ -77,21 +84,22 @@ and \fB\-\-divert\fP must match if specified.
 
 
 Directories can't be diverted with \fBdpkg\-divert\fP.
 Directories can't be diverted with \fBdpkg\-divert\fP.
 
 
-Care should be taken when diverting shared libraries, \fBldconfig\fP (8)
+Care should be taken when diverting shared libraries, \fBldconfig\fP(8)
 creates a symbolic link based on the DT_SONAME field embedded in the library.
 creates a symbolic link based on the DT_SONAME field embedded in the library.
-Because ldconfig doesn't honour diverts (only dpkg does), if a diverted
-library has the same SONAME as the undiverted one the symlink may end up
-pointing at the diverted library.
+Because ldconfig doesn't honour diverts (only dpkg does), the symlink may
+end up pointing at the diverted library, if a diverted library has the
+same SONAME as the undiverted one.
 .
 .
 .SH EXAMPLES
 .SH EXAMPLES
-To divert all copies of a \fI/usr/bin/example.foo\fR to \fI/usr/bin/example\fR,
-performing the rename if required:
+To divert all copies of a \fI/usr/bin/example\fR to \fI/usr/bin/example.foo\fR,
+i.e. directs all packages providing \fI/usr/bin/example\fR to install it as
+\fI/usr/bin/example.foo\fR, performing the rename if required:
 .HP
 .HP
-dpkg-divert \-\-divert /usr/bin/example \-\-rename /usr/bin/example.foo
+dpkg-divert \-\-divert /usr/bin/example.foo \-\-rename /usr/bin/example
 .PP
 .PP
 To remove that diversion:
 To remove that diversion:
 .HP
 .HP
-dpkg-divert \-\-rename \-\-remove /usr/bin/example.foo
+dpkg-divert \-\-rename \-\-remove /usr/bin/example
 
 
 .PP
 .PP
 To divert any package trying to install \fI/usr/bin/example\fR to
 To divert any package trying to install \fI/usr/bin/example\fR to

+ 18 - 18
man/C/dpkg.1

@@ -21,10 +21,10 @@ packages are particularly inadequate.
 Debian packages. The primary and more user-friendly
 Debian packages. The primary and more user-friendly
 front-end for \fBdpkg\fP is \fBdselect\fP(1). \fBdpkg\fP itself is
 front-end for \fBdpkg\fP is \fBdselect\fP(1). \fBdpkg\fP itself is
 controlled entirely via command line parameters, which consist of exactly
 controlled entirely via command line parameters, which consist of exactly
-one action and zero or more options. The action-parameter tells dpkg
+one action and zero or more options. The action-parameter tells \fBdpkg\fP
 what to do and options control the behavior of the action in some way.
 what to do and options control the behavior of the action in some way.
 
 
-\fBdpkg\fP can be also be used as a front-end to \fBdpkg\-deb\fP.
+\fBdpkg\fP can be also be used as a front-end to \fBdpkg\-deb\fP(1).
 The following
 The following
 are \fBdpkg\-deb\fP actions, and if they are encountered, \fBdpkg\fP
 are \fBdpkg\-deb\fP actions, and if they are encountered, \fBdpkg\fP
 just runs \fBdpkg\-deb\fP with the parameters given to it:
 just runs \fBdpkg\-deb\fP with the parameters given to it:
@@ -215,7 +215,7 @@ reason still haven't been installed.
 .TP
 .TP
 .TP
 .TP
 .B dpkg \-\-print\-architecture
 .B dpkg \-\-print\-architecture
-Print architecture of packages dpkg installs (for example, "i386").
+Print architecture of packages \fBdpkg\fP installs (for example, "i386").
 .TP
 .TP
 .B dpkg \-\-compare\-versions \fIver1 op ver2\fP
 .B dpkg \-\-compare\-versions \fIver1 op ver2\fP
 Compare version numbers, where \fIop\fP is a binary operator. \fBdpkg\fP
 Compare version numbers, where \fIop\fP is a binary operator. \fBdpkg\fP
@@ -248,7 +248,7 @@ Display \fBdpkg\fP licence.
 \fBdpkg \-\-version\fP
 \fBdpkg \-\-version\fP
 Display \fBdpkg\fP version information.
 Display \fBdpkg\fP version information.
 .TP
 .TP
-\fBdpkg\-deb\-actions\fP
+\fBdpkg\-deb actions\fP
 See \fBdpkg\-deb\fP(1) for more information about the following actions.
 See \fBdpkg\-deb\fP(1) for more information about the following actions.
 
 
 .nf
 .nf
@@ -273,7 +273,7 @@ See \fBdpkg\-deb\fP(1) for more information about the following actions.
 .fi
 .fi
 
 
 .TP
 .TP
-\fBdpkg\-query\-actions\fP
+\fBdpkg\-query actions\fP
 See \fBdpkg\-query\fP(1) for more information about the following actions.
 See \fBdpkg\-query\fP(1) for more information about the following actions.
 
 
 .nf
 .nf
@@ -298,7 +298,7 @@ without leading dashes) or a comment (if it starts with a \fB#\fR).
 .br
 .br
 .TP
 .TP
 \fB\-\-abort\-after=\fP\fInumber\fP
 \fB\-\-abort\-after=\fP\fInumber\fP
-Change after how many errors dpkg will abort. The default is 50.
+Change after how many errors \fBdpkg\fP will abort. The default is 50.
 .TP
 .TP
 .BR \-B | \-\-auto\-deconfigure
 .BR \-B | \-\-auto\-deconfigure
 When a package is removed, there is a possibility that another
 When a package is removed, there is a possibility that another
@@ -307,7 +307,7 @@ option will cause automatic deconfiguration of the package which
 depended on the removed package.
 depended on the removed package.
 .TP
 .TP
 \fB\-D\fIoctal\fP | \fB\-\-debug=\fP\fIoctal\fP
 \fB\-D\fIoctal\fP | \fB\-\-debug=\fP\fIoctal\fP
-Set debugging on. \fIoctal\fP is formed by bitwise-orring desired
+Switch debugging on. \fIoctal\fP is formed by bitwise-orring desired
 values together from the list below (note that these values may change
 values together from the list below (note that these values may change
 in future releases). \fB\-Dh\fP or \fB\-\-debug=help\fP display these
 in future releases). \fB\-Dh\fP or \fB\-\-debug=help\fP display these
 debugging values.
 debugging values.
@@ -336,7 +336,7 @@ only. Using them without fully understanding their effects may break
 your whole system.\fP
 your whole system.\fP
 
 
 \fBall\fP:
 \fBall\fP:
-Turns on(or off) all force options.
+Turns on (or off) all force options.
 
 
 \fBdowngrade\fP(*):
 \fBdowngrade\fP(*):
 Install a package, even if newer version of it is already installed.
 Install a package, even if newer version of it is already installed.
@@ -448,7 +448,7 @@ be used with \fB\-i\fP, \fB\-A\fP, \fB\-\-install\fP, \fB\-\-unpack\fP and
 .TP
 .TP
 \fB\-G\fP
 \fB\-G\fP
 Don't install a package if a newer version of the same package is already
 Don't install a package if a newer version of the same package is already
-installed. This is an alias of \fB\-\-refuse\-downgrade.\fP
+installed. This is an alias of \fB\-\-refuse\-downgrade\fP.
 .TP
 .TP
 \fB\-\-root=\fP\fIdir\fP | \fB\-\-admindir=\fP\fIdir\fP | \fB\-\-instdir=\fP\fIdir\fP
 \fB\-\-root=\fP\fIdir\fP | \fB\-\-admindir=\fP\fIdir\fP | \fB\-\-instdir=\fP\fIdir\fP
 Change default directories. \fBadmindir\fP defaults to
 Change default directories. \fBadmindir\fP defaults to
@@ -456,7 +456,7 @@ Change default directories. \fBadmindir\fP defaults to
 about status of installed or uninstalled packages, etc. \fBinstdir\fP
 about status of installed or uninstalled packages, etc. \fBinstdir\fP
 defaults to \fI/\fP and refers to the directory where packages are to
 defaults to \fI/\fP and refers to the directory where packages are to
 be installed. \fBinstdir\fP is also the directory passed to
 be installed. \fBinstdir\fP is also the directory passed to
-\fBchroot\fP(2) before running \fIpackage\fP's installation scripts, which
+\fBchroot\fP(2) before running package's installation scripts, which
 means that the scripts see \fBinstdir\fP as a root directory.
 means that the scripts see \fBinstdir\fP as a root directory.
 Changing \fBroot\fP changes \fBinstdir\fP to \fIdir\fP and
 Changing \fBroot\fP changes \fBinstdir\fP to \fIdir\fP and
 \fBadmindir\fP to \fIdir\fP\fB/var/lib/dpkg\fP.
 \fBadmindir\fP to \fIdir\fP\fB/var/lib/dpkg\fP.
@@ -473,10 +473,10 @@ installed.
 .TP
 .TP
 \fB\-\-status\-fd \fP\fI<n>\fP
 \fB\-\-status\-fd \fP\fI<n>\fP
 Send package status info to file descriptor \fI<n>\fP. This can be given
 Send package status info to file descriptor \fI<n>\fP. This can be given
-multiple times. Status updates are of the form `status: <pkg>: <pkg qstate>'.
+multiple times. Status updates are of the form `status: <pkg>: <pkg state>'.
 Errors are reported as `status: <pkg>: error: extend-error-message'.
 Errors are reported as `status: <pkg>: error: extend-error-message'.
 Configuration file conflicts are reported as 
 Configuration file conflicts are reported as 
-`status: conffile-prompt: conffile : 'current-conffile' 'new-conffile' useredited distedited'
+`status: conffile-prompt: conffile : 'current-conffile' 'new-conffile' useredited distedited'.
 .TP
 .TP
 \fB\-\-log=\fP\fIfilename\fP
 \fB\-\-log=\fP\fIfilename\fP
 Log status change updates and actions to \fIfilename\fP, instead of
 Log status change updates and actions to \fIfilename\fP, instead of
@@ -487,7 +487,7 @@ times, the last filename is used. Log messages are of the form
 `YYYY-MM-DD HH:MM:SS <action> <pkg> <installed-version>
 `YYYY-MM-DD HH:MM:SS <action> <pkg> <installed-version>
 <available-version>' for actions where \fI<action>\fP is one of install,
 <available-version>' for actions where \fI<action>\fP is one of install,
 upgrade, remove, purge; and `YYYY-MM-DD HH:MM:SS conffile <filename>
 upgrade, remove, purge; and `YYYY-MM-DD HH:MM:SS conffile <filename>
-<decision>' for conffile changes where \fI<decision\fP is either install
+<decision>' for conffile changes where \fI<decision>\fP is either install
 or keep.
 or keep.
 .TP
 .TP
 \fB\-\-no\-debsig\fP
 \fB\-\-no\-debsig\fP
@@ -536,19 +536,19 @@ Define this to something if you prefer \fBdpkg\fP starting a new
 shell rather than suspending itself, while doing a shell escape.
 shell rather than suspending itself, while doing a shell escape.
 .TP
 .TP
 .B SHELL
 .B SHELL
-The program \fBdpkg\fP will execute while starting a new shell.
+The program \fBdpkg\fP will execute when starting a new shell.
 .TP
 .TP
 .B COLUMNS
 .B COLUMNS
 Sets the number of columns \fBdpkg\fP should use when displaying formatted
 Sets the number of columns \fBdpkg\fP should use when displaying formatted
 text. Currently only used by \-l.
 text. Currently only used by \-l.
 .
 .
 .SH EXAMPLES
 .SH EXAMPLES
-To list packages related to the editor vi:
+To list packages related to the editor \fBvi\fP(1):
 .br
 .br
 \fB     dpkg \-l \(aq*vi*\(aq\fP
 \fB     dpkg \-l \(aq*vi*\(aq\fP
 .br
 .br
 
 
-To see the entries in \fI/var/lib/dpkg/available\fP on two packages:
+To see the entries in \fI/var/lib/dpkg/available\fP of two packages:
 .br
 .br
 \fB     dpkg \-\-print\-avail elvis vim | less\fP
 \fB     dpkg \-\-print\-avail elvis vim | less\fP
 .br
 .br
@@ -611,6 +611,6 @@ and
 .
 .
 .SH AUTHORS
 .SH AUTHORS
 .nf
 .nf
-See \fI/usr/share/doc/dpkg/THANKS.gz\fP for the list of people who have
-contributed to \fBdpkg\fP .
+See \fI/usr/share/doc/dpkg/THANKS\fP for the list of people who have
+contributed to \fBdpkg\fP.
 .fi
 .fi

+ 15 - 0
man/ChangeLog

@@ -1,3 +1,18 @@
+2006-08-02  Nicolas Francois  <nicolas.francois@centraliens.net>
+
+	* C/dpkg.1: Typo fix.
+	* C/dpkg-divert.8: Likewise.
+	* C/deb-control.5: Likewise.
+	* po4a/dpkg.1/po/dpkg.1.pot: Regenerated.
+	* po4a/dpkg-divert.8/po/dpkg-divert.8.pot: Likewise.
+	* po4a/deb-control.5/po/deb-control.5.pot: Likewise.
+	* po4a/dpkg.1/po/*.po: Merge with pot file.
+	Former completed translations become 199t15f
+	* po4a/dpkg-divert.8/po/*.po: Likewise.
+	Former completed translations become 46t7f1u.
+	* po4a/deb-control.5/po/*.po: Likewise.
+	Former completed translations become 49t4f.
+
 2006-08-02  KISE Hiroshi  <kise@fuyuneko.jp>
 2006-08-02  KISE Hiroshi  <kise@fuyuneko.jp>
 
 
 	* po4a/add_ja/deb.5.ja.add: Recode the addendum in UTF-8.
 	* po4a/add_ja/deb.5.ja.add: Recode the addendum in UTF-8.

+ 10 - 10
man/po4a/deb-control.5/po/deb-control.5.pot

@@ -6,7 +6,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-06-20 21:06+0200\n"
+"POT-Creation-Date: 2006-07-31 20:34+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -142,10 +142,10 @@ msgstr ""
 #: ../../../man/po4a/../C/deb-control.5:50
 #: ../../../man/po4a/../C/deb-control.5:50
 msgid ""
 msgid ""
 "The format for the package description is a short brief summary on the first "
 "The format for the package description is a short brief summary on the first "
-"line (after the \"Description\" field). The following lines can be used as a "
-"longer, more detailed description. Each line of the long description must be "
-"preceded by a space, and blank lines in the long description must contain a "
-"single '.' following the preceding space."
+"line (after the \"Description\" field). The following lines should be used "
+"as a longer, more detailed description. Each line of the long description "
+"must be preceded by a space, and blank lines in the long description must "
+"contain a single '.' following the preceding space."
 msgstr ""
 msgstr ""
 
 
 # type: SH
 # type: SH
@@ -186,8 +186,8 @@ msgstr ""
 msgid ""
 msgid ""
 "In Debian, the B<Section> and B<Priority> fields have a defined set of "
 "In Debian, the B<Section> and B<Priority> fields have a defined set of "
 "accepted values based on the Policy Manual.  They are used to decide how the "
 "accepted values based on the Policy Manual.  They are used to decide how the "
-"packages are layed out in the archive.  A list of these can be obtained from "
-"the latest version of B<debian-policy> package."
+"packages are layed out in the archive.  A list of these values can be "
+"obtained from the latest version of the B<debian-policy> package."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
@@ -217,7 +217,7 @@ msgid ""
 "The architecture specifies which type of hardware this package was compiled "
 "The architecture specifies which type of hardware this package was compiled "
 "for. Common architectures are `i386', `m68k', `sparc', `alpha', `powerpc' "
 "for. Common architectures are `i386', `m68k', `sparc', `alpha', `powerpc' "
 "etc. Note that the B<all> option is meant for packages that are architecture "
 "etc. Note that the B<all> option is meant for packages that are architecture "
-"independent. Some examples of this are shell or Perl scripts, or "
+"independent. Some examples of this are shell and Perl scripts, and "
 "documentation."
 "documentation."
 msgstr ""
 msgstr ""
 
 
@@ -300,8 +300,8 @@ msgid ""
 "fields is a list of groups of alternative packages. Each group is a list of "
 "fields is a list of groups of alternative packages. Each group is a list of "
 "packages separated by vertical bar (or `pipe') symbols, `|'. The groups are "
 "packages separated by vertical bar (or `pipe') symbols, `|'. The groups are "
 "separated by commas. Commas are to be read as `AND', and pipes as `OR', with "
 "separated by commas. Commas are to be read as `AND', and pipes as `OR', with "
-"pipes binding more tightly. Each item is a package name optionally followed "
-"by a version number specification in parentheses."
+"pipes binding more tightly. Each package name is optionally followed by a "
+"version number specification in parentheses."
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text

+ 10 - 10
man/po4a/deb-control.5/po/es.po

@@ -5,7 +5,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-06-20 21:06+0200\n"
+"POT-Creation-Date: 2006-07-31 20:34+0200\n"
 "PO-Revision-Date: 2005-07-03 15:04+0200\n"
 "PO-Revision-Date: 2005-07-03 15:04+0200\n"
 "Last-Translator: Unknown translator\n"
 "Last-Translator: Unknown translator\n"
 "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
 "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -165,10 +165,10 @@ msgstr "B< >E<lt>descripci
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "The format for the package description is a short brief summary on the first "
 "The format for the package description is a short brief summary on the first "
-"line (after the \"Description\" field). The following lines can be used as a "
-"longer, more detailed description. Each line of the long description must be "
-"preceded by a space, and blank lines in the long description must contain a "
-"single '.' following the preceding space."
+"line (after the \"Description\" field). The following lines should be used "
+"as a longer, more detailed description. Each line of the long description "
+"must be preceded by a space, and blank lines in the long description must "
+"contain a single '.' following the preceding space."
 msgstr ""
 msgstr ""
 "La descripción corta del paquete debe ser de una línea (después del campo "
 "La descripción corta del paquete debe ser de una línea (después del campo "
 "\"Description\"). La líneas siguientes se usan como descripción más "
 "\"Description\"). La líneas siguientes se usan como descripción más "
@@ -222,8 +222,8 @@ msgstr ""
 msgid ""
 msgid ""
 "In Debian, the B<Section> and B<Priority> fields have a defined set of "
 "In Debian, the B<Section> and B<Priority> fields have a defined set of "
 "accepted values based on the Policy Manual.  They are used to decide how the "
 "accepted values based on the Policy Manual.  They are used to decide how the "
-"packages are layed out in the archive.  A list of these can be obtained from "
-"the latest version of B<debian-policy> package."
+"packages are layed out in the archive.  A list of these values can be "
+"obtained from the latest version of the B<debian-policy> package."
 msgstr ""
 msgstr ""
 "En Debian, los campos B<Section> y B<Priority> tienen definidos un conjunto "
 "En Debian, los campos B<Section> y B<Priority> tienen definidos un conjunto "
 "reducido de valores válidos de acuerdo a las Normas de Debian (Policy "
 "reducido de valores válidos de acuerdo a las Normas de Debian (Policy "
@@ -266,7 +266,7 @@ msgid ""
 "The architecture specifies which type of hardware this package was compiled "
 "The architecture specifies which type of hardware this package was compiled "
 "for. Common architectures are `i386', `m68k', `sparc', `alpha', `powerpc' "
 "for. Common architectures are `i386', `m68k', `sparc', `alpha', `powerpc' "
 "etc. Note that the B<all> option is meant for packages that are architecture "
 "etc. Note that the B<all> option is meant for packages that are architecture "
-"independent. Some examples of this are shell or Perl scripts, or "
+"independent. Some examples of this are shell and Perl scripts, and "
 "documentation."
 "documentation."
 msgstr ""
 msgstr ""
 "La arquitectura para la que se compiló el paquete. Arquitecturas comunes son "
 "La arquitectura para la que se compiló el paquete. Arquitecturas comunes son "
@@ -377,8 +377,8 @@ msgid ""
 "fields is a list of groups of alternative packages. Each group is a list of "
 "fields is a list of groups of alternative packages. Each group is a list of "
 "packages separated by vertical bar (or `pipe') symbols, `|'. The groups are "
 "packages separated by vertical bar (or `pipe') symbols, `|'. The groups are "
 "separated by commas. Commas are to be read as `AND', and pipes as `OR', with "
 "separated by commas. Commas are to be read as `AND', and pipes as `OR', with "
-"pipes binding more tightly. Each item is a package name optionally followed "
-"by a version number specification in parentheses."
+"pipes binding more tightly. Each package name is optionally followed by a "
+"version number specification in parentheses."
 msgstr ""
 msgstr ""
 "La sintaxis de los campos B<Depends ,> B<Pre-Depends ,> B<Recommends> y "
 "La sintaxis de los campos B<Depends ,> B<Pre-Depends ,> B<Recommends> y "
 "B<Suggests> es una lista de grupos de paquetes alternativos. Cada grupo es "
 "B<Suggests> es una lista de grupos de paquetes alternativos. Cada grupo es "

+ 14 - 10
man/po4a/deb-control.5/po/fr.po

@@ -5,7 +5,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-06-20 21:06+0200\n"
+"POT-Creation-Date: 2006-07-31 20:34+0200\n"
 "PO-Revision-Date: 2006-05-14 10:30+0200\n"
 "PO-Revision-Date: 2006-05-14 10:30+0200\n"
 "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
 "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -159,12 +159,13 @@ msgstr "B< >E<lt>description longueE<gt>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/deb-control.5:50
 #: ../../../man/po4a/../C/deb-control.5:50
+#, fuzzy
 msgid ""
 msgid ""
 "The format for the package description is a short brief summary on the first "
 "The format for the package description is a short brief summary on the first "
-"line (after the \"Description\" field). The following lines can be used as a "
-"longer, more detailed description. Each line of the long description must be "
-"preceded by a space, and blank lines in the long description must contain a "
-"single '.' following the preceding space."
+"line (after the \"Description\" field). The following lines should be used "
+"as a longer, more detailed description. Each line of the long description "
+"must be preceded by a space, and blank lines in the long description must "
+"contain a single '.' following the preceding space."
 msgstr ""
 msgstr ""
 "Le format de la description du paquet est un résumé bref sur la première "
 "Le format de la description du paquet est un résumé bref sur la première "
 "ligne (après le champ «\\ Description\\ »). Les lignes suivantes peuvent "
 "ligne (après le champ «\\ Description\\ »). Les lignes suivantes peuvent "
@@ -214,11 +215,12 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/deb-control.5:71
 #: ../../../man/po4a/../C/deb-control.5:71
+#, fuzzy
 msgid ""
 msgid ""
 "In Debian, the B<Section> and B<Priority> fields have a defined set of "
 "In Debian, the B<Section> and B<Priority> fields have a defined set of "
 "accepted values based on the Policy Manual.  They are used to decide how the "
 "accepted values based on the Policy Manual.  They are used to decide how the "
-"packages are layed out in the archive.  A list of these can be obtained from "
-"the latest version of B<debian-policy> package."
+"packages are layed out in the archive.  A list of these values can be "
+"obtained from the latest version of the B<debian-policy> package."
 msgstr ""
 msgstr ""
 "Les champs B<Section> et B<Priority> possèdent un ensemble défini de valeurs "
 "Les champs B<Section> et B<Priority> possèdent un ensemble défini de valeurs "
 "acceptées, tiré de la Charte Debian («\\ Policy manual\\ »). Ces valeurs "
 "acceptées, tiré de la Charte Debian («\\ Policy manual\\ »). Ces valeurs "
@@ -253,11 +255,12 @@ msgstr "B<Architecture:> E<lt>arch|allE<gt>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/deb-control.5:86
 #: ../../../man/po4a/../C/deb-control.5:86
+#, fuzzy
 msgid ""
 msgid ""
 "The architecture specifies which type of hardware this package was compiled "
 "The architecture specifies which type of hardware this package was compiled "
 "for. Common architectures are `i386', `m68k', `sparc', `alpha', `powerpc' "
 "for. Common architectures are `i386', `m68k', `sparc', `alpha', `powerpc' "
 "etc. Note that the B<all> option is meant for packages that are architecture "
 "etc. Note that the B<all> option is meant for packages that are architecture "
-"independent. Some examples of this are shell or Perl scripts, or "
+"independent. Some examples of this are shell and Perl scripts, and "
 "documentation."
 "documentation."
 msgstr ""
 msgstr ""
 "L'architecture précise pour quel type de matériel le paquet a été compilé. "
 "L'architecture précise pour quel type de matériel le paquet a été compilé. "
@@ -361,13 +364,14 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/deb-control.5:131
 #: ../../../man/po4a/../C/deb-control.5:131
+#, fuzzy
 msgid ""
 msgid ""
 "The syntax of B<Depends>, B<Pre-Depends>, B<Recommends> and B<Suggests> "
 "The syntax of B<Depends>, B<Pre-Depends>, B<Recommends> and B<Suggests> "
 "fields is a list of groups of alternative packages. Each group is a list of "
 "fields is a list of groups of alternative packages. Each group is a list of "
 "packages separated by vertical bar (or `pipe') symbols, `|'. The groups are "
 "packages separated by vertical bar (or `pipe') symbols, `|'. The groups are "
 "separated by commas. Commas are to be read as `AND', and pipes as `OR', with "
 "separated by commas. Commas are to be read as `AND', and pipes as `OR', with "
-"pipes binding more tightly. Each item is a package name optionally followed "
-"by a version number specification in parentheses."
+"pipes binding more tightly. Each package name is optionally followed by a "
+"version number specification in parentheses."
 msgstr ""
 msgstr ""
 "La syntaxe des champs B<Depends,> B<Pre-Depends,> B<Recommends,> et "
 "La syntaxe des champs B<Depends,> B<Pre-Depends,> B<Recommends,> et "
 "B<Suggests> est une liste de groupes contenant des paquets successifs. "
 "B<Suggests> est une liste de groupes contenant des paquets successifs. "

+ 14 - 10
man/po4a/deb-control.5/po/hu.po

@@ -1,7 +1,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: \n"
 "Project-Id-Version: \n"
-"POT-Creation-Date: 2006-06-20 21:06+0200\n"
+"POT-Creation-Date: 2006-07-31 20:34+0200\n"
 "PO-Revision-Date: 2006-05-28 18:33+0100\n"
 "PO-Revision-Date: 2006-05-28 18:33+0100\n"
 "Language-Team: hu\n"
 "Language-Team: hu\n"
 "MIME-Version: 1.0\n"
 "MIME-Version: 1.0\n"
@@ -150,12 +150,13 @@ msgstr "B< >E<lt>hossz
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/deb-control.5:50
 #: ../../../man/po4a/../C/deb-control.5:50
+#, fuzzy
 msgid ""
 msgid ""
 "The format for the package description is a short brief summary on the first "
 "The format for the package description is a short brief summary on the first "
-"line (after the \"Description\" field). The following lines can be used as a "
-"longer, more detailed description. Each line of the long description must be "
-"preceded by a space, and blank lines in the long description must contain a "
-"single '.' following the preceding space."
+"line (after the \"Description\" field). The following lines should be used "
+"as a longer, more detailed description. Each line of the long description "
+"must be preceded by a space, and blank lines in the long description must "
+"contain a single '.' following the preceding space."
 msgstr ""
 msgstr ""
 "A csomagleírás formátuma egy rövid összefoglaló az 1. sorban (a \"Description"
 "A csomagleírás formátuma egy rövid összefoglaló az 1. sorban (a \"Description"
 "\" tag után). A következõ sorok hosszabb leírásra használhatók. A hosszú "
 "\" tag után). A következõ sorok hosszabb leírásra használhatók. A hosszú "
@@ -201,11 +202,12 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/deb-control.5:71
 #: ../../../man/po4a/../C/deb-control.5:71
+#, fuzzy
 msgid ""
 msgid ""
 "In Debian, the B<Section> and B<Priority> fields have a defined set of "
 "In Debian, the B<Section> and B<Priority> fields have a defined set of "
 "accepted values based on the Policy Manual.  They are used to decide how the "
 "accepted values based on the Policy Manual.  They are used to decide how the "
-"packages are layed out in the archive.  A list of these can be obtained from "
-"the latest version of B<debian-policy> package."
+"packages are layed out in the archive.  A list of these values can be "
+"obtained from the latest version of the B<debian-policy> package."
 msgstr ""
 msgstr ""
 "A Debianban a B<Section> és B<Priority> mezõk a Policy Manual-ban megadott "
 "A Debianban a B<Section> és B<Priority> mezõk a Policy Manual-ban megadott "
 "értékeket vehetik fel. Ezek adják meg egy csomag elhelyezkedését az "
 "értékeket vehetik fel. Ezek adják meg egy csomag elhelyezkedését az "
@@ -239,11 +241,12 @@ msgstr "B<Architecture:> E<lt>arch|allE<gt>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/deb-control.5:86
 #: ../../../man/po4a/../C/deb-control.5:86
+#, fuzzy
 msgid ""
 msgid ""
 "The architecture specifies which type of hardware this package was compiled "
 "The architecture specifies which type of hardware this package was compiled "
 "for. Common architectures are `i386', `m68k', `sparc', `alpha', `powerpc' "
 "for. Common architectures are `i386', `m68k', `sparc', `alpha', `powerpc' "
 "etc. Note that the B<all> option is meant for packages that are architecture "
 "etc. Note that the B<all> option is meant for packages that are architecture "
-"independent. Some examples of this are shell or Perl scripts, or "
+"independent. Some examples of this are shell and Perl scripts, and "
 "documentation."
 "documentation."
 msgstr ""
 msgstr ""
 "Az architektúra megadja, hogy e csomag mely géptípusra fordított. A "
 "Az architektúra megadja, hogy e csomag mely géptípusra fordított. A "
@@ -339,13 +342,14 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/deb-control.5:131
 #: ../../../man/po4a/../C/deb-control.5:131
+#, fuzzy
 msgid ""
 msgid ""
 "The syntax of B<Depends>, B<Pre-Depends>, B<Recommends> and B<Suggests> "
 "The syntax of B<Depends>, B<Pre-Depends>, B<Recommends> and B<Suggests> "
 "fields is a list of groups of alternative packages. Each group is a list of "
 "fields is a list of groups of alternative packages. Each group is a list of "
 "packages separated by vertical bar (or `pipe') symbols, `|'. The groups are "
 "packages separated by vertical bar (or `pipe') symbols, `|'. The groups are "
 "separated by commas. Commas are to be read as `AND', and pipes as `OR', with "
 "separated by commas. Commas are to be read as `AND', and pipes as `OR', with "
-"pipes binding more tightly. Each item is a package name optionally followed "
-"by a version number specification in parentheses."
+"pipes binding more tightly. Each package name is optionally followed by a "
+"version number specification in parentheses."
 msgstr ""
 msgstr ""
 "A B<Depends>, B<Pre-Depends>, B<Recommends> és B<Suggests> mezõk szintaxisa "
 "A B<Depends>, B<Pre-Depends>, B<Recommends> és B<Suggests> mezõk szintaxisa "
 "más csomagok csoportjainak listája. Minden csoport egy függõleges vonalakkal "
 "más csomagok csoportjainak listája. Minden csoport egy függõleges vonalakkal "

+ 10 - 10
man/po4a/deb-control.5/po/ja.po

@@ -5,7 +5,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-06-20 21:06+0200\n"
+"POT-Creation-Date: 2006-07-31 20:34+0200\n"
 "PO-Revision-Date: 2005-07-03 15:04+0200\n"
 "PO-Revision-Date: 2005-07-03 15:04+0200\n"
 "Last-Translator: Unknown translator\n"
 "Last-Translator: Unknown translator\n"
 "Language-Team: Japanese <debian-l10n-japanese@lists.debian.org>\n"
 "Language-Team: Japanese <debian-l10n-japanese@lists.debian.org>\n"
@@ -168,10 +168,10 @@ msgstr "B< >E<lt>長
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "The format for the package description is a short brief summary on the first "
 "The format for the package description is a short brief summary on the first "
-"line (after the \"Description\" field). The following lines can be used as a "
-"longer, more detailed description. Each line of the long description must be "
-"preceded by a space, and blank lines in the long description must contain a "
-"single '.' following the preceding space."
+"line (after the \"Description\" field). The following lines should be used "
+"as a longer, more detailed description. Each line of the long description "
+"must be preceded by a space, and blank lines in the long description must "
+"contain a single '.' following the preceding space."
 msgstr ""
 msgstr ""
 "最初の行(\"Description\"フィールドタグの後)は、パッケージの説明のための 簡単"
 "最初の行(\"Description\"フィールドタグの後)は、パッケージの説明のための 簡単"
 "な説明である。以下に続く行はより長い詳細な説明に使うことができる。 長い説明の"
 "な説明である。以下に続く行はより長い詳細な説明に使うことができる。 長い説明の"
@@ -224,8 +224,8 @@ msgstr ""
 msgid ""
 msgid ""
 "In Debian, the B<Section> and B<Priority> fields have a defined set of "
 "In Debian, the B<Section> and B<Priority> fields have a defined set of "
 "accepted values based on the Policy Manual.  They are used to decide how the "
 "accepted values based on the Policy Manual.  They are used to decide how the "
-"packages are layed out in the archive.  A list of these can be obtained from "
-"the latest version of B<debian-policy> package."
+"packages are layed out in the archive.  A list of these values can be "
+"obtained from the latest version of the B<debian-policy> package."
 msgstr ""
 msgstr ""
 "Debianの中では B<Section> と B<Priority> フィールドで、使える値はポリシーマ"
 "Debianの中では B<Section> と B<Priority> フィールドで、使える値はポリシーマ"
 "ニュアルで決められている。 これらはアーカイブでどのようにパッケージが配置され"
 "ニュアルで決められている。 これらはアーカイブでどのようにパッケージが配置され"
@@ -265,7 +265,7 @@ msgid ""
 "The architecture specifies which type of hardware this package was compiled "
 "The architecture specifies which type of hardware this package was compiled "
 "for. Common architectures are `i386', `m68k', `sparc', `alpha', `powerpc' "
 "for. Common architectures are `i386', `m68k', `sparc', `alpha', `powerpc' "
 "etc. Note that the B<all> option is meant for packages that are architecture "
 "etc. Note that the B<all> option is meant for packages that are architecture "
-"independent. Some examples of this are shell or Perl scripts, or "
+"independent. Some examples of this are shell and Perl scripts, and "
 "documentation."
 "documentation."
 msgstr ""
 msgstr ""
 "Architectureはこのパッケージがどのタイプのハードウェアむけにコンパイルされた "
 "Architectureはこのパッケージがどのタイプのハードウェアむけにコンパイルされた "
@@ -376,8 +376,8 @@ msgid ""
 "fields is a list of groups of alternative packages. Each group is a list of "
 "fields is a list of groups of alternative packages. Each group is a list of "
 "packages separated by vertical bar (or `pipe') symbols, `|'. The groups are "
 "packages separated by vertical bar (or `pipe') symbols, `|'. The groups are "
 "separated by commas. Commas are to be read as `AND', and pipes as `OR', with "
 "separated by commas. Commas are to be read as `AND', and pipes as `OR', with "
-"pipes binding more tightly. Each item is a package name optionally followed "
-"by a version number specification in parentheses."
+"pipes binding more tightly. Each package name is optionally followed by a "
+"version number specification in parentheses."
 msgstr ""
 msgstr ""
 "B<Depends ,> B<Pre-Depends ,> B<Recommends ,> B<Suggests> フィールドは、代替"
 "B<Depends ,> B<Pre-Depends ,> B<Recommends ,> B<Suggests> フィールドは、代替"
 "パッケージのグループのリストで表現する。 各グループではパッケージを縦棒 (もし"
 "パッケージのグループのリストで表現する。 各グループではパッケージを縦棒 (もし"

+ 13 - 10
man/po4a/deb-control.5/po/ru.po

@@ -6,7 +6,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-06-20 21:06+0200\n"
+"POT-Creation-Date: 2006-07-31 20:34+0200\n"
 "PO-Revision-Date: 2006-04-08 15:06+0300\n"
 "PO-Revision-Date: 2006-04-08 15:06+0300\n"
 "Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
 "Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
 "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
 "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -161,10 +161,10 @@ msgstr "B< >E<lt>длинное описаниеE<gt>"
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "The format for the package description is a short brief summary on the first "
 "The format for the package description is a short brief summary on the first "
-"line (after the \"Description\" field). The following lines can be used as a "
-"longer, more detailed description. Each line of the long description must be "
-"preceded by a space, and blank lines in the long description must contain a "
-"single '.' following the preceding space."
+"line (after the \"Description\" field). The following lines should be used "
+"as a longer, more detailed description. Each line of the long description "
+"must be preceded by a space, and blank lines in the long description must "
+"contain a single '.' following the preceding space."
 msgstr ""
 msgstr ""
 "Формат описания пакета -- это краткое и ёмкое описание в первой строке "
 "Формат описания пакета -- это краткое и ёмкое описание в первой строке "
 "(после поля \"Description\"). Последующие строки могут быть использованы как "
 "(после поля \"Description\"). Последующие строки могут быть использованы как "
@@ -213,11 +213,12 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/deb-control.5:71
 #: ../../../man/po4a/../C/deb-control.5:71
+#, fuzzy
 msgid ""
 msgid ""
 "In Debian, the B<Section> and B<Priority> fields have a defined set of "
 "In Debian, the B<Section> and B<Priority> fields have a defined set of "
 "accepted values based on the Policy Manual.  They are used to decide how the "
 "accepted values based on the Policy Manual.  They are used to decide how the "
-"packages are layed out in the archive.  A list of these can be obtained from "
-"the latest version of B<debian-policy> package."
+"packages are layed out in the archive.  A list of these values can be "
+"obtained from the latest version of the B<debian-policy> package."
 msgstr ""
 msgstr ""
 "Поля B<Section> и B<Priority> могут принимать только значения из списка, "
 "Поля B<Section> и B<Priority> могут принимать только значения из списка, "
 "который определен в политике Debian. Они используются для того, чтобы "
 "который определен в политике Debian. Они используются для того, чтобы "
@@ -251,11 +252,12 @@ msgstr "B<Architecture:> E<lt>архитектура|allE<gt>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/deb-control.5:86
 #: ../../../man/po4a/../C/deb-control.5:86
+#, fuzzy
 msgid ""
 msgid ""
 "The architecture specifies which type of hardware this package was compiled "
 "The architecture specifies which type of hardware this package was compiled "
 "for. Common architectures are `i386', `m68k', `sparc', `alpha', `powerpc' "
 "for. Common architectures are `i386', `m68k', `sparc', `alpha', `powerpc' "
 "etc. Note that the B<all> option is meant for packages that are architecture "
 "etc. Note that the B<all> option is meant for packages that are architecture "
-"independent. Some examples of this are shell or Perl scripts, or "
+"independent. Some examples of this are shell and Perl scripts, and "
 "documentation."
 "documentation."
 msgstr ""
 msgstr ""
 "Архитектура определяет, для какого типа аппаратной платформы был "
 "Архитектура определяет, для какого типа аппаратной платформы был "
@@ -355,13 +357,14 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/deb-control.5:131
 #: ../../../man/po4a/../C/deb-control.5:131
+#, fuzzy
 msgid ""
 msgid ""
 "The syntax of B<Depends>, B<Pre-Depends>, B<Recommends> and B<Suggests> "
 "The syntax of B<Depends>, B<Pre-Depends>, B<Recommends> and B<Suggests> "
 "fields is a list of groups of alternative packages. Each group is a list of "
 "fields is a list of groups of alternative packages. Each group is a list of "
 "packages separated by vertical bar (or `pipe') symbols, `|'. The groups are "
 "packages separated by vertical bar (or `pipe') symbols, `|'. The groups are "
 "separated by commas. Commas are to be read as `AND', and pipes as `OR', with "
 "separated by commas. Commas are to be read as `AND', and pipes as `OR', with "
-"pipes binding more tightly. Each item is a package name optionally followed "
-"by a version number specification in parentheses."
+"pipes binding more tightly. Each package name is optionally followed by a "
+"version number specification in parentheses."
 msgstr ""
 msgstr ""
 "Синтаксис полей B<Depends>, B<Pre-Depends>, B<Recommends> и B<Suggests> "
 "Синтаксис полей B<Depends>, B<Pre-Depends>, B<Recommends> и B<Suggests> "
 "позволяет описать группу альтернативных пакетов. Каждая такая группа -- это "
 "позволяет описать группу альтернативных пакетов. Каждая такая группа -- это "

+ 14 - 10
man/po4a/deb-control.5/po/sv.po

@@ -5,7 +5,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-06-20 21:06+0200\n"
+"POT-Creation-Date: 2006-07-31 20:34+0200\n"
 "PO-Revision-Date: 2006-05-14 16:18+0100\n"
 "PO-Revision-Date: 2006-05-14 16:18+0100\n"
 "Last-Translator: Peter Karlsson <peterk@debian.org>\n"
 "Last-Translator: Peter Karlsson <peterk@debian.org>\n"
 "Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
 "Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
@@ -156,12 +156,13 @@ msgstr "B< >E<lt>l
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/deb-control.5:50
 #: ../../../man/po4a/../C/deb-control.5:50
+#, fuzzy
 msgid ""
 msgid ""
 "The format for the package description is a short brief summary on the first "
 "The format for the package description is a short brief summary on the first "
-"line (after the \"Description\" field). The following lines can be used as a "
-"longer, more detailed description. Each line of the long description must be "
-"preceded by a space, and blank lines in the long description must contain a "
-"single '.' following the preceding space."
+"line (after the \"Description\" field). The following lines should be used "
+"as a longer, more detailed description. Each line of the long description "
+"must be preceded by a space, and blank lines in the long description must "
+"contain a single '.' following the preceding space."
 msgstr ""
 msgstr ""
 "Formatet för paketbeskrivningen är en kortfattad sammanfattning på den "
 "Formatet för paketbeskrivningen är en kortfattad sammanfattning på den "
 "första raden (efter \"Description\"-fältet). Följande rader kan användas som "
 "första raden (efter \"Description\"-fältet). Följande rader kan användas som "
@@ -210,11 +211,12 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/deb-control.5:71
 #: ../../../man/po4a/../C/deb-control.5:71
+#, fuzzy
 msgid ""
 msgid ""
 "In Debian, the B<Section> and B<Priority> fields have a defined set of "
 "In Debian, the B<Section> and B<Priority> fields have a defined set of "
 "accepted values based on the Policy Manual.  They are used to decide how the "
 "accepted values based on the Policy Manual.  They are used to decide how the "
-"packages are layed out in the archive.  A list of these can be obtained from "
-"the latest version of B<debian-policy> package."
+"packages are layed out in the archive.  A list of these values can be "
+"obtained from the latest version of the B<debian-policy> package."
 msgstr ""
 msgstr ""
 "I Debian har fälten B<Section> och B<Priority> fördefinierade accepterade "
 "I Debian har fälten B<Section> och B<Priority> fördefinierade accepterade "
 "värden baserade på policymanualen, vilka används för att bestämma hur "
 "värden baserade på policymanualen, vilka används för att bestämma hur "
@@ -249,11 +251,12 @@ msgstr "B<Architecture:> E<lt>arkitektur|allE<gt>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/deb-control.5:86
 #: ../../../man/po4a/../C/deb-control.5:86
+#, fuzzy
 msgid ""
 msgid ""
 "The architecture specifies which type of hardware this package was compiled "
 "The architecture specifies which type of hardware this package was compiled "
 "for. Common architectures are `i386', `m68k', `sparc', `alpha', `powerpc' "
 "for. Common architectures are `i386', `m68k', `sparc', `alpha', `powerpc' "
 "etc. Note that the B<all> option is meant for packages that are architecture "
 "etc. Note that the B<all> option is meant for packages that are architecture "
-"independent. Some examples of this are shell or Perl scripts, or "
+"independent. Some examples of this are shell and Perl scripts, and "
 "documentation."
 "documentation."
 msgstr ""
 msgstr ""
 "Arkitekturen anger vilken sorts maskinvara paketet kompilerades för. Vanliga "
 "Arkitekturen anger vilken sorts maskinvara paketet kompilerades för. Vanliga "
@@ -353,13 +356,14 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/deb-control.5:131
 #: ../../../man/po4a/../C/deb-control.5:131
+#, fuzzy
 msgid ""
 msgid ""
 "The syntax of B<Depends>, B<Pre-Depends>, B<Recommends> and B<Suggests> "
 "The syntax of B<Depends>, B<Pre-Depends>, B<Recommends> and B<Suggests> "
 "fields is a list of groups of alternative packages. Each group is a list of "
 "fields is a list of groups of alternative packages. Each group is a list of "
 "packages separated by vertical bar (or `pipe') symbols, `|'. The groups are "
 "packages separated by vertical bar (or `pipe') symbols, `|'. The groups are "
 "separated by commas. Commas are to be read as `AND', and pipes as `OR', with "
 "separated by commas. Commas are to be read as `AND', and pipes as `OR', with "
-"pipes binding more tightly. Each item is a package name optionally followed "
-"by a version number specification in parentheses."
+"pipes binding more tightly. Each package name is optionally followed by a "
+"version number specification in parentheses."
 msgstr ""
 msgstr ""
 "Syntaxen för B<Depends>, B<Pre-Depends>, B<Recommends> och B<Suggests>-"
 "Syntaxen för B<Depends>, B<Pre-Depends>, B<Recommends> och B<Suggests>-"
 "fälten är en lista över grupper av alternativa paket. Varje grupp innehåller "
 "fälten är en lista över grupper av alternativa paket. Varje grupp innehåller "

+ 69 - 61
man/po4a/dpkg-divert.8/po/dpkg-divert.8.pot

@@ -6,7 +6,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-06-20 21:07+0200\n"
+"POT-Creation-Date: 2006-08-02 21:53+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -82,19 +82,19 @@ msgid "DESCRIPTION"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:34
+#: ../../../man/po4a/../C/dpkg-divert.8:36
 msgid ""
 msgid ""
-"File `diversions' are a way of forcing dpkg not to install a file into its "
-"location, but to a `diverted' location. Diversions can be used through the "
-"Debian package scripts to move a file away when it causes a conflict. System "
-"administrators can also use it to override some package's configuration "
-"file, or whenever some files (which aren't marked as 'conffiles') need to be "
-"preserved by dpkg, when installing a newer version of a package which "
-"contains those files."
+"File `diversions' are a way of forcing B<dpkg>(1)  not to install a file "
+"into its location, but to a `diverted' location. Diversions can be used "
+"through the Debian package scripts to move a file away when it causes a "
+"conflict. System administrators can also use it to override some package's "
+"configuration file, or whenever some files (which aren't marked as "
+"'conffiles') need to be preserved by dpkg, when installing a newer version "
+"of a package which contains those files."
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:42
+#: ../../../man/po4a/../C/dpkg-divert.8:44
 msgid ""
 msgid ""
 "B<dpkg-divert> is the utility used to set up and update the list of "
 "B<dpkg-divert> is the utility used to set up and update the list of "
 "diversions. It functions in three basic modes - adding, removing, and "
 "diversions. It functions in three basic modes - adding, removing, and "
@@ -104,124 +104,131 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:42
+#: ../../../man/po4a/../C/dpkg-divert.8:44
 #, no-wrap
 #, no-wrap
 msgid "OPTIONS"
 msgid "OPTIONS"
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:43
+#: ../../../man/po4a/../C/dpkg-divert.8:45
 #, no-wrap
 #, no-wrap
 msgid "B<--admindir>I< E<lt>directoryE<gt>>"
 msgid "B<--admindir>I< E<lt>directoryE<gt>>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:46
+#: ../../../man/po4a/../C/dpkg-divert.8:48
 msgid ""
 msgid ""
 "Set the dpkg data directory to I<E<lt>directoryE<gt>> (default: "
 "Set the dpkg data directory to I<E<lt>directoryE<gt>> (default: "
 "I</var/lib/dpkg>)."
 "I</var/lib/dpkg>)."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:46
+#: ../../../man/po4a/../C/dpkg-divert.8:48
 #, no-wrap
 #, no-wrap
 msgid "B<--divert>I< E<lt>divert-toE<gt>>"
 msgid "B<--divert>I< E<lt>divert-toE<gt>>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:49
-msgid "I<E<lt>divert-toE<gt>> is the name used by other packages' versions."
+#: ../../../man/po4a/../C/dpkg-divert.8:52
+msgid ""
+"I<E<lt>divert-toE<gt>> is the location where the versions of "
+"I<E<lt>fileE<gt>>, as provided by other packages, will be diverted."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:49
+#: ../../../man/po4a/../C/dpkg-divert.8:52
 #, no-wrap
 #, no-wrap
 msgid "B<--local>"
 msgid "B<--local>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:52
-msgid "Specifies that all packages' versions are diverted."
+#: ../../../man/po4a/../C/dpkg-divert.8:58
+msgid ""
+"Specifies that all packages' versions of this file are diverted.  This "
+"means, that there are no exceptions, and whatever package is installed, the "
+"file is diverted. This can be used by an admin to install a locally modified "
+"version."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:52
+#: ../../../man/po4a/../C/dpkg-divert.8:58
 #, no-wrap
 #, no-wrap
 msgid "B<--package>I< E<lt>packageE<gt>>"
 msgid "B<--package>I< E<lt>packageE<gt>>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:56
+#: ../../../man/po4a/../C/dpkg-divert.8:63
 msgid ""
 msgid ""
 "I<E<lt>packageE<gt>> is the name of a package whose copy of "
 "I<E<lt>packageE<gt>> is the name of a package whose copy of "
-"I<E<lt>fileE<gt>> will not be diverted."
+"I<E<lt>fileE<gt>> will not be diverted. i.e. I<E<lt>fileE<gt>> will be "
+"diverted for all packages except I<E<lt>packageE<gt>>."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:56
+#: ../../../man/po4a/../C/dpkg-divert.8:63
 #, no-wrap
 #, no-wrap
 msgid "B<--quiet>"
 msgid "B<--quiet>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:59
+#: ../../../man/po4a/../C/dpkg-divert.8:66
 msgid "Quiet mode, i.e. no verbose output."
 msgid "Quiet mode, i.e. no verbose output."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:59
+#: ../../../man/po4a/../C/dpkg-divert.8:66
 #, no-wrap
 #, no-wrap
 msgid "B<--rename>"
 msgid "B<--rename>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:63
+#: ../../../man/po4a/../C/dpkg-divert.8:70
 msgid ""
 msgid ""
 "Actually move the file aside (or back). dpkg-divert will abort operation in "
 "Actually move the file aside (or back). dpkg-divert will abort operation in "
 "case the destination file already exists."
 "case the destination file already exists."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:63
+#: ../../../man/po4a/../C/dpkg-divert.8:70
 #, no-wrap
 #, no-wrap
 msgid "B<--test>"
 msgid "B<--test>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:66
+#: ../../../man/po4a/../C/dpkg-divert.8:73
 msgid "Test mode, i.e. don't actually perform any changes, just demonstrate."
 msgid "Test mode, i.e. don't actually perform any changes, just demonstrate."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:66
+#: ../../../man/po4a/../C/dpkg-divert.8:73
 #, no-wrap
 #, no-wrap
 msgid "B<--help>"
 msgid "B<--help>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:69
+#: ../../../man/po4a/../C/dpkg-divert.8:76
 msgid "Output short usage instructions, and exit successfully."
 msgid "Output short usage instructions, and exit successfully."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:69
+#: ../../../man/po4a/../C/dpkg-divert.8:76
 #, no-wrap
 #, no-wrap
 msgid "B<--version>"
 msgid "B<--version>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:72
+#: ../../../man/po4a/../C/dpkg-divert.8:79
 msgid "Output program name and version and exit successfully."
 msgid "Output program name and version and exit successfully."
 msgstr ""
 msgstr ""
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:73
+#: ../../../man/po4a/../C/dpkg-divert.8:80
 #, no-wrap
 #, no-wrap
 msgid "NOTES"
 msgid "NOTES"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:77
+#: ../../../man/po4a/../C/dpkg-divert.8:84
 msgid ""
 msgid ""
 "When adding, default is B<--local> and B<--divert> "
 "When adding, default is B<--local> and B<--divert> "
 "I<E<lt>originalE<gt>.distrib>. When removing, B<--package> or B<--local> and "
 "I<E<lt>originalE<gt>.distrib>. When removing, B<--package> or B<--local> and "
@@ -229,81 +236,82 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:79
+#: ../../../man/po4a/../C/dpkg-divert.8:86
 msgid "Directories can't be diverted with B<dpkg-divert>."
 msgid "Directories can't be diverted with B<dpkg-divert>."
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:85
+#: ../../../man/po4a/../C/dpkg-divert.8:92
 msgid ""
 msgid ""
-"Care should be taken when diverting shared libraries, B<ldconfig> (8)  "
+"Care should be taken when diverting shared libraries, B<ldconfig>(8)  "
 "creates a symbolic link based on the DT_SONAME field embedded in the "
 "creates a symbolic link based on the DT_SONAME field embedded in the "
-"library.  Because ldconfig doesn't honour diverts (only dpkg does), if a "
-"diverted library has the same SONAME as the undiverted one the symlink may "
-"end up pointing at the diverted library."
+"library.  Because ldconfig doesn't honour diverts (only dpkg does), the "
+"symlink may end up pointing at the diverted library, if a diverted library "
+"has the same SONAME as the undiverted one."
 msgstr ""
 msgstr ""
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:86
+#: ../../../man/po4a/../C/dpkg-divert.8:93
 #, no-wrap
 #, no-wrap
 msgid "EXAMPLES"
 msgid "EXAMPLES"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:89
+#: ../../../man/po4a/../C/dpkg-divert.8:97
 msgid ""
 msgid ""
-"To divert all copies of a I</usr/bin/example.foo> to I</usr/bin/example>, "
-"performing the rename if required:"
+"To divert all copies of a I</usr/bin/example> to I</usr/bin/example.foo>, "
+"i.e. directs all packages providing I</usr/bin/example> to install it as "
+"I</usr/bin/example.foo>, performing the rename if required:"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:91
-msgid "dpkg-divert --divert /usr/bin/example --rename /usr/bin/example.foo"
+#: ../../../man/po4a/../C/dpkg-divert.8:99
+msgid "dpkg-divert --divert /usr/bin/example.foo --rename /usr/bin/example"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:93 ../../../man/po4a/../C/dpkg-divert.8:103
+#: ../../../man/po4a/../C/dpkg-divert.8:101 ../../../man/po4a/../C/dpkg-divert.8:111
 msgid "To remove that diversion:"
 msgid "To remove that diversion:"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:95
-msgid "dpkg-divert --rename --remove /usr/bin/example.foo"
+#: ../../../man/po4a/../C/dpkg-divert.8:103
+msgid "dpkg-divert --rename --remove /usr/bin/example"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:99
+#: ../../../man/po4a/../C/dpkg-divert.8:107
 msgid ""
 msgid ""
 "To divert any package trying to install I</usr/bin/example> to "
 "To divert any package trying to install I</usr/bin/example> to "
 "I</usr/bin/example.foo>, except your own I<wibble> package:"
 "I</usr/bin/example.foo>, except your own I<wibble> package:"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:101
+#: ../../../man/po4a/../C/dpkg-divert.8:109
 msgid ""
 msgid ""
 "dpkg-divert --package wibble --divert /usr/bin/example.foo --rename "
 "dpkg-divert --package wibble --divert /usr/bin/example.foo --rename "
 "/usr/bin/example"
 "/usr/bin/example"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:105
+#: ../../../man/po4a/../C/dpkg-divert.8:113
 msgid "dpkg-divert --package wibble --rename --remove /usr/bin/example"
 msgid "dpkg-divert --package wibble --rename --remove /usr/bin/example"
 msgstr ""
 msgstr ""
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:106
+#: ../../../man/po4a/../C/dpkg-divert.8:114
 #, no-wrap
 #, no-wrap
 msgid "FILES"
 msgid "FILES"
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:107
+#: ../../../man/po4a/../C/dpkg-divert.8:115
 #, no-wrap
 #, no-wrap
 msgid "I</var/lib/dpkg/diversions>"
 msgid "I</var/lib/dpkg/diversions>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:112
+#: ../../../man/po4a/../C/dpkg-divert.8:120
 msgid ""
 msgid ""
 "File which contains the current list of diversions of the system. It is "
 "File which contains the current list of diversions of the system. It is "
 "located in the dpkg administration directory, along with other files "
 "located in the dpkg administration directory, along with other files "
@@ -311,36 +319,36 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:115
+#: ../../../man/po4a/../C/dpkg-divert.8:123
 msgid ""
 msgid ""
 "Note: B<dpkg-divert> preserves the old copy of this file, with extension "
 "Note: B<dpkg-divert> preserves the old copy of this file, with extension "
 "\"-old\", before replacing it with the new one."
 "\"-old\", before replacing it with the new one."
 msgstr ""
 msgstr ""
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:116
+#: ../../../man/po4a/../C/dpkg-divert.8:124
 #, no-wrap
 #, no-wrap
 msgid "SEE ALSO"
 msgid "SEE ALSO"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:118
+#: ../../../man/po4a/../C/dpkg-divert.8:126
 msgid "B<dpkg>(1)."
 msgid "B<dpkg>(1)."
 msgstr ""
 msgstr ""
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:118
+#: ../../../man/po4a/../C/dpkg-divert.8:126
 #, no-wrap
 #, no-wrap
 msgid "AUTHOR"
 msgid "AUTHOR"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:120
+#: ../../../man/po4a/../C/dpkg-divert.8:128
 msgid "Copyright (C) 1995 Ian Jackson."
 msgid "Copyright (C) 1995 Ian Jackson."
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:122
+#: ../../../man/po4a/../C/dpkg-divert.8:130
 msgid ""
 msgid ""
 "This is free software; see the GNU General Public Licence version 2 or later "
 "This is free software; see the GNU General Public Licence version 2 or later "
 "for copying conditions. There is NO warranty."
 "for copying conditions. There is NO warranty."

+ 85 - 65
man/po4a/dpkg-divert.8/po/es.po

@@ -5,7 +5,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-06-20 21:07+0200\n"
+"POT-Creation-Date: 2006-08-02 21:53+0200\n"
 "PO-Revision-Date: 2005-07-03 15:04+0200\n"
 "PO-Revision-Date: 2005-07-03 15:04+0200\n"
 "Last-Translator: Unknown translator\n"
 "Last-Translator: Unknown translator\n"
 "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
 "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -86,16 +86,16 @@ msgid "DESCRIPTION"
 msgstr "DESCRIPCIÓN"
 msgstr "DESCRIPCIÓN"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:34
+#: ../../../man/po4a/../C/dpkg-divert.8:36
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
-"File `diversions' are a way of forcing dpkg not to install a file into its "
-"location, but to a `diverted' location. Diversions can be used through the "
-"Debian package scripts to move a file away when it causes a conflict. System "
-"administrators can also use it to override some package's configuration "
-"file, or whenever some files (which aren't marked as 'conffiles') need to be "
-"preserved by dpkg, when installing a newer version of a package which "
-"contains those files."
+"File `diversions' are a way of forcing B<dpkg>(1)  not to install a file "
+"into its location, but to a `diverted' location. Diversions can be used "
+"through the Debian package scripts to move a file away when it causes a "
+"conflict. System administrators can also use it to override some package's "
+"configuration file, or whenever some files (which aren't marked as "
+"'conffiles') need to be preserved by dpkg, when installing a newer version "
+"of a package which contains those files."
 msgstr ""
 msgstr ""
 "La `redirección' de archivos es una forma de forzar a dpkg para no instalar "
 "La `redirección' de archivos es una forma de forzar a dpkg para no instalar "
 "un archivo en su ubicación, sino en una ubicación `redirigida'. Las "
 "un archivo en su ubicación, sino en una ubicación `redirigida'. Las "
@@ -107,7 +107,7 @@ msgstr ""
 "que contiene estos archivos."
 "que contiene estos archivos."
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:42
+#: ../../../man/po4a/../C/dpkg-divert.8:44
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "B<dpkg-divert> is the utility used to set up and update the list of "
 "B<dpkg-divert> is the utility used to set up and update the list of "
@@ -123,19 +123,19 @@ msgstr ""
 "Pueden especificarse otras opciones (listadas a continuación)."
 "Pueden especificarse otras opciones (listadas a continuación)."
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:42
+#: ../../../man/po4a/../C/dpkg-divert.8:44
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "OPTIONS"
 msgid "OPTIONS"
 msgstr "OPCIONES"
 msgstr "OPCIONES"
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:43
+#: ../../../man/po4a/../C/dpkg-divert.8:45
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "B<--admindir>I< E<lt>directoryE<gt>>"
 msgid "B<--admindir>I< E<lt>directoryE<gt>>"
 msgstr "I<--admindir E<lt>directorioE<gt>>"
 msgstr "I<--admindir E<lt>directorioE<gt>>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:46
+#: ../../../man/po4a/../C/dpkg-divert.8:48
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Set the dpkg data directory to I<E<lt>directoryE<gt>> (default: I</var/lib/"
 "Set the dpkg data directory to I<E<lt>directoryE<gt>> (default: I</var/lib/"
@@ -145,66 +145,73 @@ msgstr ""
 "var/lib/dpkg)."
 "var/lib/dpkg)."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:46
+#: ../../../man/po4a/../C/dpkg-divert.8:48
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "B<--divert>I< E<lt>divert-toE<gt>>"
 msgid "B<--divert>I< E<lt>divert-toE<gt>>"
 msgstr "I<--divert E<lt>redirigir-aE<gt>>"
 msgstr "I<--divert E<lt>redirigir-aE<gt>>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:49
+#: ../../../man/po4a/../C/dpkg-divert.8:52
 #, fuzzy
 #, fuzzy
-msgid "I<E<lt>divert-toE<gt>> is the name used by other packages' versions."
+msgid ""
+"I<E<lt>divert-toE<gt>> is the location where the versions of "
+"I<E<lt>fileE<gt>>, as provided by other packages, will be diverted."
 msgstr ""
 msgstr ""
-"E<lt>redirigir-aE<gt> es el nombre usado por las otras versiones del paquete."
+"E<lt>paqueteE<gt> es el nombre de un paquete cuya copia de E<lt>ficheroE<gt> "
+"no se redigirá."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:49
+#: ../../../man/po4a/../C/dpkg-divert.8:52
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "B<--local>"
 msgid "B<--local>"
 msgstr "I<--local>"
 msgstr "I<--local>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:52
-#, fuzzy
-msgid "Specifies that all packages' versions are diverted."
-msgstr "Especifica que todas las versiones del paquete son redirigidas."
+#: ../../../man/po4a/../C/dpkg-divert.8:58
+msgid ""
+"Specifies that all packages' versions of this file are diverted.  This "
+"means, that there are no exceptions, and whatever package is installed, the "
+"file is diverted. This can be used by an admin to install a locally modified "
+"version."
+msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:52
+#: ../../../man/po4a/../C/dpkg-divert.8:58
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "B<--package>I< E<lt>packageE<gt>>"
 msgid "B<--package>I< E<lt>packageE<gt>>"
 msgstr "I<--package E<lt>paqueteE<gt>>"
 msgstr "I<--package E<lt>paqueteE<gt>>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:56
+#: ../../../man/po4a/../C/dpkg-divert.8:63
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "I<E<lt>packageE<gt>> is the name of a package whose copy of "
 "I<E<lt>packageE<gt>> is the name of a package whose copy of "
-"I<E<lt>fileE<gt>> will not be diverted."
+"I<E<lt>fileE<gt>> will not be diverted. i.e. I<E<lt>fileE<gt>> will be "
+"diverted for all packages except I<E<lt>packageE<gt>>."
 msgstr ""
 msgstr ""
 "E<lt>paqueteE<gt> es el nombre de un paquete cuya copia de E<lt>ficheroE<gt> "
 "E<lt>paqueteE<gt> es el nombre de un paquete cuya copia de E<lt>ficheroE<gt> "
 "no se redigirá."
 "no se redigirá."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:56
+#: ../../../man/po4a/../C/dpkg-divert.8:63
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "B<--quiet>"
 msgid "B<--quiet>"
 msgstr "I<--quiet>"
 msgstr "I<--quiet>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:59
+#: ../../../man/po4a/../C/dpkg-divert.8:66
 #, fuzzy
 #, fuzzy
 msgid "Quiet mode, i.e. no verbose output."
 msgid "Quiet mode, i.e. no verbose output."
 msgstr "Modo silencioso, esto es: sin información detallada."
 msgstr "Modo silencioso, esto es: sin información detallada."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:59
+#: ../../../man/po4a/../C/dpkg-divert.8:66
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "B<--rename>"
 msgid "B<--rename>"
 msgstr "I<--rename>"
 msgstr "I<--rename>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:63
+#: ../../../man/po4a/../C/dpkg-divert.8:70
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Actually move the file aside (or back). dpkg-divert will abort operation in "
 "Actually move the file aside (or back). dpkg-divert will abort operation in "
@@ -214,51 +221,51 @@ msgstr ""
 "caso de que el archivo destino ya exista."
 "caso de que el archivo destino ya exista."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:63
+#: ../../../man/po4a/../C/dpkg-divert.8:70
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "B<--test>"
 msgid "B<--test>"
 msgstr "I<--test>"
 msgstr "I<--test>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:66
+#: ../../../man/po4a/../C/dpkg-divert.8:73
 #, fuzzy
 #, fuzzy
 msgid "Test mode, i.e. don't actually perform any changes, just demonstrate."
 msgid "Test mode, i.e. don't actually perform any changes, just demonstrate."
 msgstr ""
 msgstr ""
 "Modo de prueba, esto es: no realiza ningún cambio, solo muestra su ejecución."
 "Modo de prueba, esto es: no realiza ningún cambio, solo muestra su ejecución."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:66
+#: ../../../man/po4a/../C/dpkg-divert.8:73
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "B<--help>"
 msgid "B<--help>"
 msgstr "I<--help>"
 msgstr "I<--help>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:69
+#: ../../../man/po4a/../C/dpkg-divert.8:76
 #, fuzzy
 #, fuzzy
 msgid "Output short usage instructions, and exit successfully."
 msgid "Output short usage instructions, and exit successfully."
 msgstr ""
 msgstr ""
 "Imprime la versión e instrucciones de uso breves, y finaliza normalmente."
 "Imprime la versión e instrucciones de uso breves, y finaliza normalmente."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:69
+#: ../../../man/po4a/../C/dpkg-divert.8:76
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "B<--version>"
 msgid "B<--version>"
 msgstr "I<--version>"
 msgstr "I<--version>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:72
+#: ../../../man/po4a/../C/dpkg-divert.8:79
 #, fuzzy
 #, fuzzy
 msgid "Output program name and version and exit successfully."
 msgid "Output program name and version and exit successfully."
 msgstr "Imprime el nombre del programa y su versión, y finaliza correctamente."
 msgstr "Imprime el nombre del programa y su versión, y finaliza correctamente."
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:73
+#: ../../../man/po4a/../C/dpkg-divert.8:80
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "NOTES"
 msgid "NOTES"
 msgstr "NOTAS"
 msgstr "NOTAS"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:77
+#: ../../../man/po4a/../C/dpkg-divert.8:84
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "When adding, default is B<--local> and B<--divert> I<E<lt>originalE<gt>."
 "When adding, default is B<--local> and B<--divert> I<E<lt>originalE<gt>."
@@ -270,20 +277,20 @@ msgstr ""
 "si se especifican."
 "si se especifican."
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:79
+#: ../../../man/po4a/../C/dpkg-divert.8:86
 #, fuzzy
 #, fuzzy
 msgid "Directories can't be diverted with B<dpkg-divert>."
 msgid "Directories can't be diverted with B<dpkg-divert>."
 msgstr "Los directorios no pueden ser redirigidos con dpkg-divert."
 msgstr "Los directorios no pueden ser redirigidos con dpkg-divert."
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:85
+#: ../../../man/po4a/../C/dpkg-divert.8:92
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
-"Care should be taken when diverting shared libraries, B<ldconfig> (8)  "
+"Care should be taken when diverting shared libraries, B<ldconfig>(8)  "
 "creates a symbolic link based on the DT_SONAME field embedded in the "
 "creates a symbolic link based on the DT_SONAME field embedded in the "
-"library.  Because ldconfig doesn't honour diverts (only dpkg does), if a "
-"diverted library has the same SONAME as the undiverted one the symlink may "
-"end up pointing at the diverted library."
+"library.  Because ldconfig doesn't honour diverts (only dpkg does), the "
+"symlink may end up pointing at the diverted library, if a diverted library "
+"has the same SONAME as the undiverted one."
 msgstr ""
 msgstr ""
 "Debe de tenerse cuidado cuando se redireccionen bibliotecas compartidas, "
 "Debe de tenerse cuidado cuando se redireccionen bibliotecas compartidas, "
 "ldconfig (8) crea un enlace simbólico basado en el campo DT_SONAME empotrado "
 "ldconfig (8) crea un enlace simbólico basado en el campo DT_SONAME empotrado "
@@ -293,67 +300,68 @@ msgstr ""
 "biblioteca redirigida."
 "biblioteca redirigida."
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:86
+#: ../../../man/po4a/../C/dpkg-divert.8:93
 #, no-wrap
 #, no-wrap
 msgid "EXAMPLES"
 msgid "EXAMPLES"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:89
+#: ../../../man/po4a/../C/dpkg-divert.8:97
 msgid ""
 msgid ""
-"To divert all copies of a I</usr/bin/example.foo> to I</usr/bin/example>, "
-"performing the rename if required:"
+"To divert all copies of a I</usr/bin/example> to I</usr/bin/example.foo>, i."
+"e. directs all packages providing I</usr/bin/example> to install it as I</"
+"usr/bin/example.foo>, performing the rename if required:"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:91
-msgid "dpkg-divert --divert /usr/bin/example --rename /usr/bin/example.foo"
+#: ../../../man/po4a/../C/dpkg-divert.8:99
+msgid "dpkg-divert --divert /usr/bin/example.foo --rename /usr/bin/example"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:93
-#: ../../../man/po4a/../C/dpkg-divert.8:103
+#: ../../../man/po4a/../C/dpkg-divert.8:101
+#: ../../../man/po4a/../C/dpkg-divert.8:111
 msgid "To remove that diversion:"
 msgid "To remove that diversion:"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:95
-msgid "dpkg-divert --rename --remove /usr/bin/example.foo"
+#: ../../../man/po4a/../C/dpkg-divert.8:103
+msgid "dpkg-divert --rename --remove /usr/bin/example"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:99
+#: ../../../man/po4a/../C/dpkg-divert.8:107
 msgid ""
 msgid ""
 "To divert any package trying to install I</usr/bin/example> to I</usr/bin/"
 "To divert any package trying to install I</usr/bin/example> to I</usr/bin/"
 "example.foo>, except your own I<wibble> package:"
 "example.foo>, except your own I<wibble> package:"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:101
+#: ../../../man/po4a/../C/dpkg-divert.8:109
 msgid ""
 msgid ""
 "dpkg-divert --package wibble --divert /usr/bin/example.foo --rename /usr/bin/"
 "dpkg-divert --package wibble --divert /usr/bin/example.foo --rename /usr/bin/"
 "example"
 "example"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:105
+#: ../../../man/po4a/../C/dpkg-divert.8:113
 msgid "dpkg-divert --package wibble --rename --remove /usr/bin/example"
 msgid "dpkg-divert --package wibble --rename --remove /usr/bin/example"
 msgstr ""
 msgstr ""
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:106
+#: ../../../man/po4a/../C/dpkg-divert.8:114
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "FILES"
 msgid "FILES"
 msgstr "ARCHIVOS"
 msgstr "ARCHIVOS"
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:107
+#: ../../../man/po4a/../C/dpkg-divert.8:115
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "I</var/lib/dpkg/diversions>"
 msgid "I</var/lib/dpkg/diversions>"
 msgstr "I</var/lib/dpkg/diversions>"
 msgstr "I</var/lib/dpkg/diversions>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:112
+#: ../../../man/po4a/../C/dpkg-divert.8:120
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "File which contains the current list of diversions of the system. It is "
 "File which contains the current list of diversions of the system. It is "
@@ -365,7 +373,7 @@ msgstr ""
 "importantes para dpkg, como `status' o `available'."
 "importantes para dpkg, como `status' o `available'."
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:115
+#: ../../../man/po4a/../C/dpkg-divert.8:123
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Note: B<dpkg-divert> preserves the old copy of this file, with extension \"-"
 "Note: B<dpkg-divert> preserves the old copy of this file, with extension \"-"
@@ -375,31 +383,31 @@ msgstr ""
 "extensión \"-old\", antes de reemplazarlo con uno nuevo."
 "extensión \"-old\", antes de reemplazarlo con uno nuevo."
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:116
+#: ../../../man/po4a/../C/dpkg-divert.8:124
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "SEE ALSO"
 msgid "SEE ALSO"
 msgstr "VEA TAMBIÉN"
 msgstr "VEA TAMBIÉN"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:118
+#: ../../../man/po4a/../C/dpkg-divert.8:126
 #, fuzzy
 #, fuzzy
 msgid "B<dpkg>(1)."
 msgid "B<dpkg>(1)."
 msgstr "B<dpkg>(8)."
 msgstr "B<dpkg>(8)."
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:118
+#: ../../../man/po4a/../C/dpkg-divert.8:126
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "AUTHOR"
 msgid "AUTHOR"
 msgstr "AUTOR"
 msgstr "AUTOR"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:120
+#: ../../../man/po4a/../C/dpkg-divert.8:128
 #, fuzzy
 #, fuzzy
 msgid "Copyright (C) 1995 Ian Jackson."
 msgid "Copyright (C) 1995 Ian Jackson."
 msgstr "Copyright (C) 1995 Ian Jackson."
 msgstr "Copyright (C) 1995 Ian Jackson."
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:122
+#: ../../../man/po4a/../C/dpkg-divert.8:130
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "This is free software; see the GNU General Public Licence version 2 or later "
 "This is free software; see the GNU General Public Licence version 2 or later "
@@ -408,6 +416,18 @@ msgstr ""
 "Esto es software libre; véa la versión 2 o posterior de la Licencia Pública "
 "Esto es software libre; véa la versión 2 o posterior de la Licencia Pública "
 "General GNU para condiciones de copia.  NO hay ninguna garantía."
 "General GNU para condiciones de copia.  NO hay ninguna garantía."
 
 
+# type: Plain text
+#, fuzzy
+#~ msgid "I<E<lt>divert-toE<gt>> is the name used by other packages' versions."
+#~ msgstr ""
+#~ "E<lt>redirigir-aE<gt> es el nombre usado por las otras versiones del "
+#~ "paquete."
+
+# type: Plain text
+#, fuzzy
+#~ msgid "Specifies that all packages' versions are diverted."
+#~ msgstr "Especifica que todas las versiones del paquete son redirigidas."
+
 # type: TH
 # type: TH
 #, fuzzy
 #, fuzzy
 #~ msgid "DPKG-DIVERT"
 #~ msgid "DPKG-DIVERT"

+ 93 - 67
man/po4a/dpkg-divert.8/po/fr.po

@@ -5,7 +5,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-06-20 21:07+0200\n"
+"POT-Creation-Date: 2006-08-02 21:53+0200\n"
 "PO-Revision-Date: 2006-06-24 10:26+0200\n"
 "PO-Revision-Date: 2006-06-24 10:26+0200\n"
 "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
 "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -82,15 +82,16 @@ msgid "DESCRIPTION"
 msgstr "DESCRIPTION"
 msgstr "DESCRIPTION"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:34
+#: ../../../man/po4a/../C/dpkg-divert.8:36
+#, fuzzy
 msgid ""
 msgid ""
-"File `diversions' are a way of forcing dpkg not to install a file into its "
-"location, but to a `diverted' location. Diversions can be used through the "
-"Debian package scripts to move a file away when it causes a conflict. System "
-"administrators can also use it to override some package's configuration "
-"file, or whenever some files (which aren't marked as 'conffiles') need to be "
-"preserved by dpkg, when installing a newer version of a package which "
-"contains those files."
+"File `diversions' are a way of forcing B<dpkg>(1)  not to install a file "
+"into its location, but to a `diverted' location. Diversions can be used "
+"through the Debian package scripts to move a file away when it causes a "
+"conflict. System administrators can also use it to override some package's "
+"configuration file, or whenever some files (which aren't marked as "
+"'conffiles') need to be preserved by dpkg, when installing a newer version "
+"of a package which contains those files."
 msgstr ""
 msgstr ""
 "Le «\\ détournement\\ » de fichier est un moyen d'obliger dpkg à installer "
 "Le «\\ détournement\\ » de fichier est un moyen d'obliger dpkg à installer "
 "un fichier non pas dans l'emplacement prévu mais dans un autre. Les scripts "
 "un fichier non pas dans l'emplacement prévu mais dans un autre. Les scripts "
@@ -102,7 +103,7 @@ msgstr ""
 "Dpkg."
 "Dpkg."
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:42
+#: ../../../man/po4a/../C/dpkg-divert.8:44
 msgid ""
 msgid ""
 "B<dpkg-divert> is the utility used to set up and update the list of "
 "B<dpkg-divert> is the utility used to set up and update the list of "
 "diversions. It functions in three basic modes - adding, removing, and "
 "diversions. It functions in three basic modes - adding, removing, and "
@@ -117,19 +118,19 @@ msgstr ""
 "B<--truename>. On peut indiquer d'autres options (voyez la liste ci-dessous)."
 "B<--truename>. On peut indiquer d'autres options (voyez la liste ci-dessous)."
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:42
+#: ../../../man/po4a/../C/dpkg-divert.8:44
 #, no-wrap
 #, no-wrap
 msgid "OPTIONS"
 msgid "OPTIONS"
 msgstr "OPTIONS"
 msgstr "OPTIONS"
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:43
+#: ../../../man/po4a/../C/dpkg-divert.8:45
 #, no-wrap
 #, no-wrap
 msgid "B<--admindir>I< E<lt>directoryE<gt>>"
 msgid "B<--admindir>I< E<lt>directoryE<gt>>"
 msgstr "B<--admindir>I< E<lt>répertoireE<gt>>"
 msgstr "B<--admindir>I< E<lt>répertoireE<gt>>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:46
+#: ../../../man/po4a/../C/dpkg-divert.8:48
 msgid ""
 msgid ""
 "Set the dpkg data directory to I<E<lt>directoryE<gt>> (default: I</var/lib/"
 "Set the dpkg data directory to I<E<lt>directoryE<gt>> (default: I</var/lib/"
 "dpkg>)."
 "dpkg>)."
@@ -138,63 +139,72 @@ msgstr ""
 "défaut c'est I</var/lib/dpkg>)."
 "défaut c'est I</var/lib/dpkg>)."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:46
+#: ../../../man/po4a/../C/dpkg-divert.8:48
 #, no-wrap
 #, no-wrap
 msgid "B<--divert>I< E<lt>divert-toE<gt>>"
 msgid "B<--divert>I< E<lt>divert-toE<gt>>"
 msgstr "B<--divert>I< E<lt>détourner-dansE<gt>>"
 msgstr "B<--divert>I< E<lt>détourner-dansE<gt>>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:49
-msgid "I<E<lt>divert-toE<gt>> is the name used by other packages' versions."
+#: ../../../man/po4a/../C/dpkg-divert.8:52
+#, fuzzy
+msgid ""
+"I<E<lt>divert-toE<gt>> is the location where the versions of "
+"I<E<lt>fileE<gt>>, as provided by other packages, will be diverted."
 msgstr ""
 msgstr ""
-"I<E<lt>détourner-dansE<gt>> est le nom utilisé pour les autres versions des "
-"paquets."
+"I<E<lt>paquetE<gt>> est le nom du paquet dont la copie de "
+"I<E<lt>fichierE<gt>> ne sera pas détournée."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:49
+#: ../../../man/po4a/../C/dpkg-divert.8:52
 #, no-wrap
 #, no-wrap
 msgid "B<--local>"
 msgid "B<--local>"
 msgstr "B<--local>"
 msgstr "B<--local>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:52
-msgid "Specifies that all packages' versions are diverted."
-msgstr "Indique que toutes les versions des paquets sont détournées."
+#: ../../../man/po4a/../C/dpkg-divert.8:58
+msgid ""
+"Specifies that all packages' versions of this file are diverted.  This "
+"means, that there are no exceptions, and whatever package is installed, the "
+"file is diverted. This can be used by an admin to install a locally modified "
+"version."
+msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:52
+#: ../../../man/po4a/../C/dpkg-divert.8:58
 #, no-wrap
 #, no-wrap
 msgid "B<--package>I< E<lt>packageE<gt>>"
 msgid "B<--package>I< E<lt>packageE<gt>>"
 msgstr "B<--package>I< E<lt>paquetE<gt>>"
 msgstr "B<--package>I< E<lt>paquetE<gt>>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:56
+#: ../../../man/po4a/../C/dpkg-divert.8:63
+#, fuzzy
 msgid ""
 msgid ""
 "I<E<lt>packageE<gt>> is the name of a package whose copy of "
 "I<E<lt>packageE<gt>> is the name of a package whose copy of "
-"I<E<lt>fileE<gt>> will not be diverted."
+"I<E<lt>fileE<gt>> will not be diverted. i.e. I<E<lt>fileE<gt>> will be "
+"diverted for all packages except I<E<lt>packageE<gt>>."
 msgstr ""
 msgstr ""
 "I<E<lt>paquetE<gt>> est le nom du paquet dont la copie de "
 "I<E<lt>paquetE<gt>> est le nom du paquet dont la copie de "
 "I<E<lt>fichierE<gt>> ne sera pas détournée."
 "I<E<lt>fichierE<gt>> ne sera pas détournée."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:56
+#: ../../../man/po4a/../C/dpkg-divert.8:63
 #, no-wrap
 #, no-wrap
 msgid "B<--quiet>"
 msgid "B<--quiet>"
 msgstr "B<--quiet>"
 msgstr "B<--quiet>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:59
+#: ../../../man/po4a/../C/dpkg-divert.8:66
 msgid "Quiet mode, i.e. no verbose output."
 msgid "Quiet mode, i.e. no verbose output."
 msgstr "Mode silencieux, pas de bavardage."
 msgstr "Mode silencieux, pas de bavardage."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:59
+#: ../../../man/po4a/../C/dpkg-divert.8:66
 #, no-wrap
 #, no-wrap
 msgid "B<--rename>"
 msgid "B<--rename>"
 msgstr "B<--rename>"
 msgstr "B<--rename>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:63
+#: ../../../man/po4a/../C/dpkg-divert.8:70
 msgid ""
 msgid ""
 "Actually move the file aside (or back). dpkg-divert will abort operation in "
 "Actually move the file aside (or back). dpkg-divert will abort operation in "
 "case the destination file already exists."
 "case the destination file already exists."
@@ -203,46 +213,46 @@ msgstr ""
 "divert interrompt l'opération."
 "divert interrompt l'opération."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:63
+#: ../../../man/po4a/../C/dpkg-divert.8:70
 #, no-wrap
 #, no-wrap
 msgid "B<--test>"
 msgid "B<--test>"
 msgstr "B<--test>"
 msgstr "B<--test>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:66
+#: ../../../man/po4a/../C/dpkg-divert.8:73
 msgid "Test mode, i.e. don't actually perform any changes, just demonstrate."
 msgid "Test mode, i.e. don't actually perform any changes, just demonstrate."
 msgstr "Mode de test, ne rien modifier réellement, seulement montrer."
 msgstr "Mode de test, ne rien modifier réellement, seulement montrer."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:66
+#: ../../../man/po4a/../C/dpkg-divert.8:73
 #, no-wrap
 #, no-wrap
 msgid "B<--help>"
 msgid "B<--help>"
 msgstr "B<--help>"
 msgstr "B<--help>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:69
+#: ../../../man/po4a/../C/dpkg-divert.8:76
 msgid "Output short usage instructions, and exit successfully."
 msgid "Output short usage instructions, and exit successfully."
 msgstr "Affiche quelques instructions d'aide, et se termine normalement."
 msgstr "Affiche quelques instructions d'aide, et se termine normalement."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:69
+#: ../../../man/po4a/../C/dpkg-divert.8:76
 #, no-wrap
 #, no-wrap
 msgid "B<--version>"
 msgid "B<--version>"
 msgstr "B<--version>"
 msgstr "B<--version>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:72
+#: ../../../man/po4a/../C/dpkg-divert.8:79
 msgid "Output program name and version and exit successfully."
 msgid "Output program name and version and exit successfully."
 msgstr "Affiche le nom du programme et sa version puis se termine normalement."
 msgstr "Affiche le nom du programme et sa version puis se termine normalement."
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:73
+#: ../../../man/po4a/../C/dpkg-divert.8:80
 #, no-wrap
 #, no-wrap
 msgid "NOTES"
 msgid "NOTES"
 msgstr "NOTES"
 msgstr "NOTES"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:77
+#: ../../../man/po4a/../C/dpkg-divert.8:84
 msgid ""
 msgid ""
 "When adding, default is B<--local> and B<--divert> I<E<lt>originalE<gt>."
 "When adding, default is B<--local> and B<--divert> I<E<lt>originalE<gt>."
 "distrib>. When removing, B<--package> or B<--local> and B<--divert> must "
 "distrib>. When removing, B<--package> or B<--local> and B<--divert> must "
@@ -253,18 +263,19 @@ msgstr ""
 "doivent correspondre quand ils sont précisés."
 "doivent correspondre quand ils sont précisés."
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:79
+#: ../../../man/po4a/../C/dpkg-divert.8:86
 msgid "Directories can't be diverted with B<dpkg-divert>."
 msgid "Directories can't be diverted with B<dpkg-divert>."
 msgstr "On ne peut pas détourner des répertoires avec B<dpkg-divert>."
 msgstr "On ne peut pas détourner des répertoires avec B<dpkg-divert>."
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:85
+#: ../../../man/po4a/../C/dpkg-divert.8:92
+#, fuzzy
 msgid ""
 msgid ""
-"Care should be taken when diverting shared libraries, B<ldconfig> (8)  "
+"Care should be taken when diverting shared libraries, B<ldconfig>(8)  "
 "creates a symbolic link based on the DT_SONAME field embedded in the "
 "creates a symbolic link based on the DT_SONAME field embedded in the "
-"library.  Because ldconfig doesn't honour diverts (only dpkg does), if a "
-"diverted library has the same SONAME as the undiverted one the symlink may "
-"end up pointing at the diverted library."
+"library.  Because ldconfig doesn't honour diverts (only dpkg does), the "
+"symlink may end up pointing at the diverted library, if a diverted library "
+"has the same SONAME as the undiverted one."
 msgstr ""
 msgstr ""
 "Il faut faire attention quand une bibliothèque partagée est détournée. "
 "Il faut faire attention quand une bibliothèque partagée est détournée. "
 "B<ldconfig> (8) crée un lien symbolique à partir du champ DT_SONAME embarqué "
 "B<ldconfig> (8) crée un lien symbolique à partir du champ DT_SONAME embarqué "
@@ -274,38 +285,42 @@ msgstr ""
 "sur la bibliothèque détournée."
 "sur la bibliothèque détournée."
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:86
+#: ../../../man/po4a/../C/dpkg-divert.8:93
 #, no-wrap
 #, no-wrap
 msgid "EXAMPLES"
 msgid "EXAMPLES"
 msgstr "EXEMPLES"
 msgstr "EXEMPLES"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:89
+#: ../../../man/po4a/../C/dpkg-divert.8:97
+#, fuzzy
 msgid ""
 msgid ""
-"To divert all copies of a I</usr/bin/example.foo> to I</usr/bin/example>, "
-"performing the rename if required:"
+"To divert all copies of a I</usr/bin/example> to I</usr/bin/example.foo>, i."
+"e. directs all packages providing I</usr/bin/example> to install it as I</"
+"usr/bin/example.foo>, performing the rename if required:"
 msgstr ""
 msgstr ""
 "Pour détourner toutes les copies de I</usr/bin/example.foo> vers I</usr/bin/"
 "Pour détourner toutes les copies de I</usr/bin/example.foo> vers I</usr/bin/"
 "example>, il faut modifier le nom si c'est demandé\\ :"
 "example>, il faut modifier le nom si c'est demandé\\ :"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:91
-msgid "dpkg-divert --divert /usr/bin/example --rename /usr/bin/example.foo"
+#: ../../../man/po4a/../C/dpkg-divert.8:99
+#, fuzzy
+msgid "dpkg-divert --divert /usr/bin/example.foo --rename /usr/bin/example"
 msgstr "dpkg-divert --divert /usr/bin/example --rename /usr/bin/example.foo"
 msgstr "dpkg-divert --divert /usr/bin/example --rename /usr/bin/example.foo"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:93
-#: ../../../man/po4a/../C/dpkg-divert.8:103
+#: ../../../man/po4a/../C/dpkg-divert.8:101
+#: ../../../man/po4a/../C/dpkg-divert.8:111
 msgid "To remove that diversion:"
 msgid "To remove that diversion:"
 msgstr "Pour supprimer ce détournement\\ :"
 msgstr "Pour supprimer ce détournement\\ :"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:95
-msgid "dpkg-divert --rename --remove /usr/bin/example.foo"
+#: ../../../man/po4a/../C/dpkg-divert.8:103
+#, fuzzy
+msgid "dpkg-divert --rename --remove /usr/bin/example"
 msgstr "dpkg-divert --rename --remove /usr/bin/example.foo"
 msgstr "dpkg-divert --rename --remove /usr/bin/example.foo"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:99
+#: ../../../man/po4a/../C/dpkg-divert.8:107
 msgid ""
 msgid ""
 "To divert any package trying to install I</usr/bin/example> to I</usr/bin/"
 "To divert any package trying to install I</usr/bin/example> to I</usr/bin/"
 "example.foo>, except your own I<wibble> package:"
 "example.foo>, except your own I<wibble> package:"
@@ -314,7 +329,7 @@ msgstr ""
 "bin/example.foo>, sauf votre propre paquet I<wibble>\\ :"
 "bin/example.foo>, sauf votre propre paquet I<wibble>\\ :"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:101
+#: ../../../man/po4a/../C/dpkg-divert.8:109
 msgid ""
 msgid ""
 "dpkg-divert --package wibble --divert /usr/bin/example.foo --rename /usr/bin/"
 "dpkg-divert --package wibble --divert /usr/bin/example.foo --rename /usr/bin/"
 "example"
 "example"
@@ -323,24 +338,24 @@ msgstr ""
 "example"
 "example"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:105
+#: ../../../man/po4a/../C/dpkg-divert.8:113
 msgid "dpkg-divert --package wibble --rename --remove /usr/bin/example"
 msgid "dpkg-divert --package wibble --rename --remove /usr/bin/example"
 msgstr "dpkg-divert --package wibble --rename --remove /usr/bin/example"
 msgstr "dpkg-divert --package wibble --rename --remove /usr/bin/example"
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:106
+#: ../../../man/po4a/../C/dpkg-divert.8:114
 #, no-wrap
 #, no-wrap
 msgid "FILES"
 msgid "FILES"
 msgstr "FICHIERS"
 msgstr "FICHIERS"
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:107
+#: ../../../man/po4a/../C/dpkg-divert.8:115
 #, no-wrap
 #, no-wrap
 msgid "I</var/lib/dpkg/diversions>"
 msgid "I</var/lib/dpkg/diversions>"
 msgstr "I</var/lib/dpkg/diversions>"
 msgstr "I</var/lib/dpkg/diversions>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:112
+#: ../../../man/po4a/../C/dpkg-divert.8:120
 msgid ""
 msgid ""
 "File which contains the current list of diversions of the system. It is "
 "File which contains the current list of diversions of the system. It is "
 "located in the dpkg administration directory, along with other files "
 "located in the dpkg administration directory, along with other files "
@@ -351,7 +366,7 @@ msgstr ""
 "fichiers importants comme «\\ status\\ » ou «\\ available\\ »."
 "fichiers importants comme «\\ status\\ » ou «\\ available\\ »."
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:115
+#: ../../../man/po4a/../C/dpkg-divert.8:123
 msgid ""
 msgid ""
 "Note: B<dpkg-divert> preserves the old copy of this file, with extension \"-"
 "Note: B<dpkg-divert> preserves the old copy of this file, with extension \"-"
 "old\", before replacing it with the new one."
 "old\", before replacing it with the new one."
@@ -360,35 +375,46 @@ msgstr ""
 "l'extension «\\ -old\\ », avant de la remplacer par la nouvelle."
 "l'extension «\\ -old\\ », avant de la remplacer par la nouvelle."
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:116
+#: ../../../man/po4a/../C/dpkg-divert.8:124
 #, no-wrap
 #, no-wrap
 msgid "SEE ALSO"
 msgid "SEE ALSO"
 msgstr "VOIR AUSSI"
 msgstr "VOIR AUSSI"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:118
+#: ../../../man/po4a/../C/dpkg-divert.8:126
 msgid "B<dpkg>(1)."
 msgid "B<dpkg>(1)."
 msgstr "B<dpkg>(1)."
 msgstr "B<dpkg>(1)."
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:118
+#: ../../../man/po4a/../C/dpkg-divert.8:126
 #, no-wrap
 #, no-wrap
 msgid "AUTHOR"
 msgid "AUTHOR"
 msgstr "AUTEUR"
 msgstr "AUTEUR"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:120
+#: ../../../man/po4a/../C/dpkg-divert.8:128
 msgid "Copyright (C) 1995 Ian Jackson."
 msgid "Copyright (C) 1995 Ian Jackson."
 msgstr "Copyright (C) 1995 Ian Jackson."
 msgstr "Copyright (C) 1995 Ian Jackson."
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:122
+#: ../../../man/po4a/../C/dpkg-divert.8:130
 msgid ""
 msgid ""
 "This is free software; see the GNU General Public Licence version 2 or later "
 "This is free software; see the GNU General Public Licence version 2 or later "
 "for copying conditions. There is NO warranty."
 "for copying conditions. There is NO warranty."
 msgstr ""
 msgstr ""
-"Ce programme est un logiciel libre\\ ; voyez la «\\ GNU General Public Licence\\ » "
-"version 2 ou supérieure pour le copyright. Il n'y a PAS de garantie."
+"Ce programme est un logiciel libre\\ ; voyez la «\\ GNU General Public "
+"Licence\\ » version 2 ou supérieure pour le copyright. Il n'y a PAS de "
+"garantie."
+
+# type: Plain text
+#~ msgid "I<E<lt>divert-toE<gt>> is the name used by other packages' versions."
+#~ msgstr ""
+#~ "I<E<lt>détourner-dansE<gt>> est le nom utilisé pour les autres versions "
+#~ "des paquets."
+
+# type: Plain text
+#~ msgid "Specifies that all packages' versions are diverted."
+#~ msgstr "Indique que toutes les versions des paquets sont détournées."
 
 
 # type: TH
 # type: TH
 #~ msgid "DPKG-DIVERT"
 #~ msgid "DPKG-DIVERT"

+ 84 - 65
man/po4a/dpkg-divert.8/po/ja.po

@@ -5,7 +5,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-06-20 21:07+0200\n"
+"POT-Creation-Date: 2006-08-02 21:53+0200\n"
 "PO-Revision-Date: 2005-07-03 15:04+0200\n"
 "PO-Revision-Date: 2005-07-03 15:04+0200\n"
 "Last-Translator: Unknown translator\n"
 "Last-Translator: Unknown translator\n"
 "Language-Team: Japanese <debian-l10n-japanese@lists.debian.org>\n"
 "Language-Team: Japanese <debian-l10n-japanese@lists.debian.org>\n"
@@ -86,16 +86,16 @@ msgid "DESCRIPTION"
 msgstr "説明"
 msgstr "説明"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:34
+#: ../../../man/po4a/../C/dpkg-divert.8:36
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
-"File `diversions' are a way of forcing dpkg not to install a file into its "
-"location, but to a `diverted' location. Diversions can be used through the "
-"Debian package scripts to move a file away when it causes a conflict. System "
-"administrators can also use it to override some package's configuration "
-"file, or whenever some files (which aren't marked as 'conffiles') need to be "
-"preserved by dpkg, when installing a newer version of a package which "
-"contains those files."
+"File `diversions' are a way of forcing B<dpkg>(1)  not to install a file "
+"into its location, but to a `diverted' location. Diversions can be used "
+"through the Debian package scripts to move a file away when it causes a "
+"conflict. System administrators can also use it to override some package's "
+"configuration file, or whenever some files (which aren't marked as "
+"'conffiles') need to be preserved by dpkg, when installing a newer version "
+"of a package which contains those files."
 msgstr ""
 msgstr ""
 "`diversions' というファイルにより、dpkg はファイルをインストールする時に 本来"
 "`diversions' というファイルにより、dpkg はファイルをインストールする時に 本来"
 "意図していた場所ではなく退避した(`diverted')場所にインストールする ようにな"
 "意図していた場所ではなく退避した(`diverted')場所にインストールする ようにな"
@@ -106,7 +106,7 @@ msgstr ""
 "うにするために diversion を 使うことができる。"
 "うにするために diversion を 使うことができる。"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:42
+#: ../../../man/po4a/../C/dpkg-divert.8:44
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "B<dpkg-divert> is the utility used to set up and update the list of "
 "B<dpkg-divert> is the utility used to set up and update the list of "
@@ -122,19 +122,19 @@ msgstr ""
 "ションも指定することができる。"
 "ションも指定することができる。"
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:42
+#: ../../../man/po4a/../C/dpkg-divert.8:44
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "OPTIONS"
 msgid "OPTIONS"
 msgstr "オプション"
 msgstr "オプション"
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:43
+#: ../../../man/po4a/../C/dpkg-divert.8:45
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "B<--admindir>I< E<lt>directoryE<gt>>"
 msgid "B<--admindir>I< E<lt>directoryE<gt>>"
 msgstr "I<--admindir E<lt>directoryE<gt>>"
 msgstr "I<--admindir E<lt>directoryE<gt>>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:46
+#: ../../../man/po4a/../C/dpkg-divert.8:48
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Set the dpkg data directory to I<E<lt>directoryE<gt>> (default: I</var/lib/"
 "Set the dpkg data directory to I<E<lt>directoryE<gt>> (default: I</var/lib/"
@@ -144,65 +144,73 @@ msgstr ""
 "lib/dpkg)"
 "lib/dpkg)"
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:46
+#: ../../../man/po4a/../C/dpkg-divert.8:48
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "B<--divert>I< E<lt>divert-toE<gt>>"
 msgid "B<--divert>I< E<lt>divert-toE<gt>>"
 msgstr "I<--divert E<lt>divert-toE<gt>>"
 msgstr "I<--divert E<lt>divert-toE<gt>>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:49
+#: ../../../man/po4a/../C/dpkg-divert.8:52
 #, fuzzy
 #, fuzzy
-msgid "I<E<lt>divert-toE<gt>> is the name used by other packages' versions."
-msgstr "E<lt>divert-toE<gt> は他のパッケージで使われる名前である。"
+msgid ""
+"I<E<lt>divert-toE<gt>> is the location where the versions of "
+"I<E<lt>fileE<gt>>, as provided by other packages, will be diverted."
+msgstr ""
+"E<lt>packageE<gt> は E<lt>fileE<gt> が退避されることのないパッケージの名前で"
+"ある。"
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:49
+#: ../../../man/po4a/../C/dpkg-divert.8:52
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "B<--local>"
 msgid "B<--local>"
 msgstr "I<--local>"
 msgstr "I<--local>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:52
-#, fuzzy
-msgid "Specifies that all packages' versions are diverted."
-msgstr "全てのパッケージを退避する対象にする。"
+#: ../../../man/po4a/../C/dpkg-divert.8:58
+msgid ""
+"Specifies that all packages' versions of this file are diverted.  This "
+"means, that there are no exceptions, and whatever package is installed, the "
+"file is diverted. This can be used by an admin to install a locally modified "
+"version."
+msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:52
+#: ../../../man/po4a/../C/dpkg-divert.8:58
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "B<--package>I< E<lt>packageE<gt>>"
 msgid "B<--package>I< E<lt>packageE<gt>>"
 msgstr "I<--package E<lt>packageE<gt>>"
 msgstr "I<--package E<lt>packageE<gt>>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:56
+#: ../../../man/po4a/../C/dpkg-divert.8:63
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "I<E<lt>packageE<gt>> is the name of a package whose copy of "
 "I<E<lt>packageE<gt>> is the name of a package whose copy of "
-"I<E<lt>fileE<gt>> will not be diverted."
+"I<E<lt>fileE<gt>> will not be diverted. i.e. I<E<lt>fileE<gt>> will be "
+"diverted for all packages except I<E<lt>packageE<gt>>."
 msgstr ""
 msgstr ""
 "E<lt>packageE<gt> は E<lt>fileE<gt> が退避されることのないパッケージの名前で"
 "E<lt>packageE<gt> は E<lt>fileE<gt> が退避されることのないパッケージの名前で"
 "ある。"
 "ある。"
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:56
+#: ../../../man/po4a/../C/dpkg-divert.8:63
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "B<--quiet>"
 msgid "B<--quiet>"
 msgstr "I<--quiet>"
 msgstr "I<--quiet>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:59
+#: ../../../man/po4a/../C/dpkg-divert.8:66
 #, fuzzy
 #, fuzzy
 msgid "Quiet mode, i.e. no verbose output."
 msgid "Quiet mode, i.e. no verbose output."
 msgstr "静かなモード。つまり無駄な出力をしない。"
 msgstr "静かなモード。つまり無駄な出力をしない。"
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:59
+#: ../../../man/po4a/../C/dpkg-divert.8:66
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "B<--rename>"
 msgid "B<--rename>"
 msgstr "I<--rename>"
 msgstr "I<--rename>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:63
+#: ../../../man/po4a/../C/dpkg-divert.8:70
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Actually move the file aside (or back). dpkg-divert will abort operation in "
 "Actually move the file aside (or back). dpkg-divert will abort operation in "
@@ -212,13 +220,13 @@ msgstr ""
 "存在していると動作を中断する。"
 "存在していると動作を中断する。"
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:63
+#: ../../../man/po4a/../C/dpkg-divert.8:70
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "B<--test>"
 msgid "B<--test>"
 msgstr "I<--test>"
 msgstr "I<--test>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:66
+#: ../../../man/po4a/../C/dpkg-divert.8:73
 #, fuzzy
 #, fuzzy
 msgid "Test mode, i.e. don't actually perform any changes, just demonstrate."
 msgid "Test mode, i.e. don't actually perform any changes, just demonstrate."
 msgstr ""
 msgstr ""
@@ -226,37 +234,37 @@ msgstr ""
 "る。"
 "る。"
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:66
+#: ../../../man/po4a/../C/dpkg-divert.8:73
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "B<--help>"
 msgid "B<--help>"
 msgstr "I<--help>"
 msgstr "I<--help>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:69
+#: ../../../man/po4a/../C/dpkg-divert.8:76
 #, fuzzy
 #, fuzzy
 msgid "Output short usage instructions, and exit successfully."
 msgid "Output short usage instructions, and exit successfully."
 msgstr "バージョンと簡単な利用法を表示して正常終了する。"
 msgstr "バージョンと簡単な利用法を表示して正常終了する。"
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:69
+#: ../../../man/po4a/../C/dpkg-divert.8:76
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "B<--version>"
 msgid "B<--version>"
 msgstr "I<--version>"
 msgstr "I<--version>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:72
+#: ../../../man/po4a/../C/dpkg-divert.8:79
 #, fuzzy
 #, fuzzy
 msgid "Output program name and version and exit successfully."
 msgid "Output program name and version and exit successfully."
 msgstr "プログラム名とバージョンを表示して正常終了する。"
 msgstr "プログラム名とバージョンを表示して正常終了する。"
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:73
+#: ../../../man/po4a/../C/dpkg-divert.8:80
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "NOTES"
 msgid "NOTES"
 msgstr "注意"
 msgstr "注意"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:77
+#: ../../../man/po4a/../C/dpkg-divert.8:84
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "When adding, default is B<--local> and B<--divert> I<E<lt>originalE<gt>."
 "When adding, default is B<--local> and B<--divert> I<E<lt>originalE<gt>."
@@ -268,20 +276,20 @@ msgstr ""
 "ば 追加した時と一致していなければいけない。"
 "ば 追加した時と一致していなければいけない。"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:79
+#: ../../../man/po4a/../C/dpkg-divert.8:86
 #, fuzzy
 #, fuzzy
 msgid "Directories can't be diverted with B<dpkg-divert>."
 msgid "Directories can't be diverted with B<dpkg-divert>."
 msgstr "dpkg-divert ではディレクトリは退避できない。"
 msgstr "dpkg-divert ではディレクトリは退避できない。"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:85
+#: ../../../man/po4a/../C/dpkg-divert.8:92
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
-"Care should be taken when diverting shared libraries, B<ldconfig> (8)  "
+"Care should be taken when diverting shared libraries, B<ldconfig>(8)  "
 "creates a symbolic link based on the DT_SONAME field embedded in the "
 "creates a symbolic link based on the DT_SONAME field embedded in the "
-"library.  Because ldconfig doesn't honour diverts (only dpkg does), if a "
-"diverted library has the same SONAME as the undiverted one the symlink may "
-"end up pointing at the diverted library."
+"library.  Because ldconfig doesn't honour diverts (only dpkg does), the "
+"symlink may end up pointing at the diverted library, if a diverted library "
+"has the same SONAME as the undiverted one."
 msgstr ""
 msgstr ""
 "共有ライブラリを退避する場合、注意すべきである。ldconfig(8)は ライブラリに埋"
 "共有ライブラリを退避する場合、注意すべきである。ldconfig(8)は ライブラリに埋"
 "め込まれている DT_SONAME フィールドに基づいて、 シンボリックリンクを作成す"
 "め込まれている DT_SONAME フィールドに基づいて、 シンボリックリンクを作成す"
@@ -290,67 +298,68 @@ msgstr ""
 "ンボリックリンクは退避した ライブラリを指す。"
 "ンボリックリンクは退避した ライブラリを指す。"
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:86
+#: ../../../man/po4a/../C/dpkg-divert.8:93
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "EXAMPLES"
 msgid "EXAMPLES"
 msgstr "EXAMPLES"
 msgstr "EXAMPLES"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:89
+#: ../../../man/po4a/../C/dpkg-divert.8:97
 msgid ""
 msgid ""
-"To divert all copies of a I</usr/bin/example.foo> to I</usr/bin/example>, "
-"performing the rename if required:"
+"To divert all copies of a I</usr/bin/example> to I</usr/bin/example.foo>, i."
+"e. directs all packages providing I</usr/bin/example> to install it as I</"
+"usr/bin/example.foo>, performing the rename if required:"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:91
-msgid "dpkg-divert --divert /usr/bin/example --rename /usr/bin/example.foo"
+#: ../../../man/po4a/../C/dpkg-divert.8:99
+msgid "dpkg-divert --divert /usr/bin/example.foo --rename /usr/bin/example"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:93
-#: ../../../man/po4a/../C/dpkg-divert.8:103
+#: ../../../man/po4a/../C/dpkg-divert.8:101
+#: ../../../man/po4a/../C/dpkg-divert.8:111
 msgid "To remove that diversion:"
 msgid "To remove that diversion:"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:95
-msgid "dpkg-divert --rename --remove /usr/bin/example.foo"
+#: ../../../man/po4a/../C/dpkg-divert.8:103
+msgid "dpkg-divert --rename --remove /usr/bin/example"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:99
+#: ../../../man/po4a/../C/dpkg-divert.8:107
 msgid ""
 msgid ""
 "To divert any package trying to install I</usr/bin/example> to I</usr/bin/"
 "To divert any package trying to install I</usr/bin/example> to I</usr/bin/"
 "example.foo>, except your own I<wibble> package:"
 "example.foo>, except your own I<wibble> package:"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:101
+#: ../../../man/po4a/../C/dpkg-divert.8:109
 msgid ""
 msgid ""
 "dpkg-divert --package wibble --divert /usr/bin/example.foo --rename /usr/bin/"
 "dpkg-divert --package wibble --divert /usr/bin/example.foo --rename /usr/bin/"
 "example"
 "example"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:105
+#: ../../../man/po4a/../C/dpkg-divert.8:113
 msgid "dpkg-divert --package wibble --rename --remove /usr/bin/example"
 msgid "dpkg-divert --package wibble --rename --remove /usr/bin/example"
 msgstr ""
 msgstr ""
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:106
+#: ../../../man/po4a/../C/dpkg-divert.8:114
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "FILES"
 msgid "FILES"
 msgstr "ファイル"
 msgstr "ファイル"
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-divert.8:107
+#: ../../../man/po4a/../C/dpkg-divert.8:115
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "I</var/lib/dpkg/diversions>"
 msgid "I</var/lib/dpkg/diversions>"
 msgstr "I</var/lib/dpkg/diversions>"
 msgstr "I</var/lib/dpkg/diversions>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:112
+#: ../../../man/po4a/../C/dpkg-divert.8:120
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "File which contains the current list of diversions of the system. It is "
 "File which contains the current list of diversions of the system. It is "
@@ -361,7 +370,7 @@ msgstr ""
 "ル `status' や `available' がある dpkg の管理ディレクトリにある。"
 "ル `status' や `available' がある dpkg の管理ディレクトリにある。"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:115
+#: ../../../man/po4a/../C/dpkg-divert.8:123
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Note: B<dpkg-divert> preserves the old copy of this file, with extension \"-"
 "Note: B<dpkg-divert> preserves the old copy of this file, with extension \"-"
@@ -371,31 +380,31 @@ msgstr ""
 "いう名前をつけたファイルにコピーしておく。"
 "いう名前をつけたファイルにコピーしておく。"
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:116
+#: ../../../man/po4a/../C/dpkg-divert.8:124
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "SEE ALSO"
 msgid "SEE ALSO"
 msgstr "関連項目"
 msgstr "関連項目"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:118
+#: ../../../man/po4a/../C/dpkg-divert.8:126
 #, fuzzy
 #, fuzzy
 msgid "B<dpkg>(1)."
 msgid "B<dpkg>(1)."
 msgstr "B<dpkg>(8)."
 msgstr "B<dpkg>(8)."
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-divert.8:118
+#: ../../../man/po4a/../C/dpkg-divert.8:126
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid "AUTHOR"
 msgid "AUTHOR"
 msgstr "著者"
 msgstr "著者"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:120
+#: ../../../man/po4a/../C/dpkg-divert.8:128
 #, fuzzy
 #, fuzzy
 msgid "Copyright (C) 1995 Ian Jackson."
 msgid "Copyright (C) 1995 Ian Jackson."
 msgstr "Copyright (C) 1995 Ian Jackson."
 msgstr "Copyright (C) 1995 Ian Jackson."
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-divert.8:122
+#: ../../../man/po4a/../C/dpkg-divert.8:130
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "This is free software; see the GNU General Public Licence version 2 or later "
 "This is free software; see the GNU General Public Licence version 2 or later "
@@ -404,6 +413,16 @@ msgstr ""
 "This is free software; see the GNU General Public Licence version 2 or later "
 "This is free software; see the GNU General Public Licence version 2 or later "
 "for copying conditions.  There is NO warranty."
 "for copying conditions.  There is NO warranty."
 
 
+# type: Plain text
+#, fuzzy
+#~ msgid "I<E<lt>divert-toE<gt>> is the name used by other packages' versions."
+#~ msgstr "E<lt>divert-toE<gt> は他のパッケージで使われる名前である。"
+
+# type: Plain text
+#, fuzzy
+#~ msgid "Specifies that all packages' versions are diverted."
+#~ msgstr "全てのパッケージを退避する対象にする。"
+
 # type: TH
 # type: TH
 #, fuzzy
 #, fuzzy
 #~ msgid "DPKG-DIVERT"
 #~ msgid "DPKG-DIVERT"

+ 21 - 21
man/po4a/dpkg.1/po/dpkg.1.pot

@@ -6,7 +6,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-06-20 21:06+0200\n"
+"POT-Creation-Date: 2006-08-02 22:21+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -95,14 +95,14 @@ msgid ""
 "primary and more user-friendly front-end for B<dpkg> is "
 "primary and more user-friendly front-end for B<dpkg> is "
 "B<dselect>(1). B<dpkg> itself is controlled entirely via command line "
 "B<dselect>(1). B<dpkg> itself is controlled entirely via command line "
 "parameters, which consist of exactly one action and zero or more "
 "parameters, which consist of exactly one action and zero or more "
-"options. The action-parameter tells dpkg what to do and options control the "
-"behavior of the action in some way."
+"options. The action-parameter tells B<dpkg> what to do and options control "
+"the behavior of the action in some way."
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:31
 #: ../../../man/po4a/../C/dpkg.1:31
 msgid ""
 msgid ""
-"B<dpkg> can be also be used as a front-end to B<dpkg-deb>.  The following "
+"B<dpkg> can be also be used as a front-end to B<dpkg-deb>(1).  The following "
 "are B<dpkg-deb> actions, and if they are encountered, B<dpkg> just runs "
 "are B<dpkg-deb> actions, and if they are encountered, B<dpkg> just runs "
 "B<dpkg-deb> with the parameters given to it:"
 "B<dpkg-deb> with the parameters given to it:"
 msgstr ""
 msgstr ""
@@ -575,7 +575,7 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:219
 #: ../../../man/po4a/../C/dpkg.1:219
-msgid "Print architecture of packages dpkg installs (for example, \"i386\")."
+msgid "Print architecture of packages B<dpkg> installs (for example, \"i386\")."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
@@ -669,7 +669,7 @@ msgstr ""
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg.1:250
 #: ../../../man/po4a/../C/dpkg.1:250
 #, no-wrap
 #, no-wrap
-msgid "B<dpkg-deb-actions>"
+msgid "B<dpkg-deb actions>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
@@ -704,7 +704,7 @@ msgstr ""
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg.1:275
 #: ../../../man/po4a/../C/dpkg.1:275
 #, no-wrap
 #, no-wrap
-msgid "B<dpkg-query-actions>"
+msgid "B<dpkg-query actions>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
@@ -752,7 +752,7 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:302
 #: ../../../man/po4a/../C/dpkg.1:302
-msgid "Change after how many errors dpkg will abort. The default is 50."
+msgid "Change after how many errors B<dpkg> will abort. The default is 50."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
@@ -779,7 +779,7 @@ msgstr ""
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:314
 #: ../../../man/po4a/../C/dpkg.1:314
 msgid ""
 msgid ""
-"Set debugging on. I<octal> is formed by bitwise-orring desired values "
+"Switch debugging on. I<octal> is formed by bitwise-orring desired values "
 "together from the list below (note that these values may change in future "
 "together from the list below (note that these values may change in future "
 "releases). B<-Dh> or B<--debug=help> display these debugging values."
 "releases). B<-Dh> or B<--debug=help> display these debugging values."
 msgstr ""
 msgstr ""
@@ -826,7 +826,7 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:340
 #: ../../../man/po4a/../C/dpkg.1:340
-msgid "B<all>: Turns on(or off) all force options."
+msgid "B<all>: Turns on (or off) all force options."
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
@@ -1043,7 +1043,7 @@ msgstr ""
 #: ../../../man/po4a/../C/dpkg.1:452
 #: ../../../man/po4a/../C/dpkg.1:452
 msgid ""
 msgid ""
 "Don't install a package if a newer version of the same package is already "
 "Don't install a package if a newer version of the same package is already "
-"installed. This is an alias of B<--refuse-downgrade.>"
+"installed. This is an alias of B<--refuse-downgrade>."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
@@ -1059,7 +1059,7 @@ msgid ""
 "contains many files that give information about status of installed or "
 "contains many files that give information about status of installed or "
 "uninstalled packages, etc. B<instdir> defaults to I</> and refers to the "
 "uninstalled packages, etc. B<instdir> defaults to I</> and refers to the "
 "directory where packages are to be installed. B<instdir> is also the "
 "directory where packages are to be installed. B<instdir> is also the "
-"directory passed to B<chroot>(2) before running I<package>'s installation "
+"directory passed to B<chroot>(2) before running package's installation "
 "scripts, which means that the scripts see B<instdir> as a root directory.  "
 "scripts, which means that the scripts see B<instdir> as a root directory.  "
 "Changing B<root> changes B<instdir> to I<dir> and B<admindir> to "
 "Changing B<root> changes B<instdir> to I<dir> and B<admindir> to "
 "I<dir>B</var/lib/dpkg>."
 "I<dir>B</var/lib/dpkg>."
@@ -1104,10 +1104,10 @@ msgstr ""
 msgid ""
 msgid ""
 "Send package status info to file descriptor I<E<lt>nE<gt>>. This can be "
 "Send package status info to file descriptor I<E<lt>nE<gt>>. This can be "
 "given multiple times. Status updates are of the form `status: E<lt>pkgE<gt>: "
 "given multiple times. Status updates are of the form `status: E<lt>pkgE<gt>: "
-"E<lt>pkg qstateE<gt>'.  Errors are reported as `status: E<lt>pkgE<gt>: "
-"error: extend-error-message'.  Configuration file conflicts are reported as "
+"E<lt>pkg stateE<gt>'.  Errors are reported as `status: E<lt>pkgE<gt>: error: "
+"extend-error-message'.  Configuration file conflicts are reported as "
 "`status: conffile-prompt: conffile : 'current-conffile' 'new-conffile' "
 "`status: conffile-prompt: conffile : 'current-conffile' 'new-conffile' "
-"useredited distedited'"
+"useredited distedited'."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
@@ -1127,7 +1127,7 @@ msgid ""
 "E<lt>installed-versionE<gt> E<lt>available-versionE<gt>' for actions where "
 "E<lt>installed-versionE<gt> E<lt>available-versionE<gt>' for actions where "
 "I<E<lt>actionE<gt>> is one of install, upgrade, remove, purge; and "
 "I<E<lt>actionE<gt>> is one of install, upgrade, remove, purge; and "
 "`YYYY-MM-DD HH:MM:SS conffile E<lt>filenameE<gt> E<lt>decisionE<gt>' for "
 "`YYYY-MM-DD HH:MM:SS conffile E<lt>filenameE<gt> E<lt>decisionE<gt>' for "
-"conffile changes where I<E<lt>decision> is either install or keep."
+"conffile changes where I<E<lt>decisionE<gt>> is either install or keep."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
@@ -1271,7 +1271,7 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:540
 #: ../../../man/po4a/../C/dpkg.1:540
-msgid "The program B<dpkg> will execute while starting a new shell."
+msgid "The program B<dpkg> will execute when starting a new shell."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
@@ -1295,7 +1295,7 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:547
 #: ../../../man/po4a/../C/dpkg.1:547
-msgid "To list packages related to the editor vi:"
+msgid "To list packages related to the editor B<vi>(1):"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
@@ -1306,7 +1306,7 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:552
 #: ../../../man/po4a/../C/dpkg.1:552
-msgid "To see the entries in I</var/lib/dpkg/available> on two packages:"
+msgid "To see the entries in I</var/lib/dpkg/available> of two packages:"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
@@ -1439,6 +1439,6 @@ msgstr ""
 #: ../../../man/po4a/../C/dpkg.1:616
 #: ../../../man/po4a/../C/dpkg.1:616
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
-"See I</usr/share/doc/dpkg/THANKS.gz> for the list of people who have\n"
-"contributed to B<dpkg> .\n"
+"See I</usr/share/doc/dpkg/THANKS> for the list of people who have\n"
+"contributed to B<dpkg>.\n"
 msgstr ""
 msgstr ""

+ 22 - 21
man/po4a/dpkg.1/po/es.po

@@ -5,7 +5,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-06-20 21:06+0200\n"
+"POT-Creation-Date: 2006-08-02 22:21+0200\n"
 "PO-Revision-Date: 2005-07-03 15:04+0200\n"
 "PO-Revision-Date: 2005-07-03 15:04+0200\n"
 "Last-Translator: Unknown translator\n"
 "Last-Translator: Unknown translator\n"
 "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
 "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -105,8 +105,8 @@ msgid ""
 "primary and more user-friendly front-end for B<dpkg> is B<dselect>(1). "
 "primary and more user-friendly front-end for B<dpkg> is B<dselect>(1). "
 "B<dpkg> itself is controlled entirely via command line parameters, which "
 "B<dpkg> itself is controlled entirely via command line parameters, which "
 "consist of exactly one action and zero or more options. The action-parameter "
 "consist of exactly one action and zero or more options. The action-parameter "
-"tells dpkg what to do and options control the behavior of the action in some "
-"way."
+"tells B<dpkg> what to do and options control the behavior of the action in "
+"some way."
 msgstr ""
 msgstr ""
 "B<dpkg> es una herramienta de nivel medio para instalar, construir, borrar y "
 "B<dpkg> es una herramienta de nivel medio para instalar, construir, borrar y "
 "gestionar los paquetes de Debian GNU/Linux. Se llama con parámetros desde "
 "gestionar los paquetes de Debian GNU/Linux. Se llama con parámetros desde "
@@ -118,7 +118,7 @@ msgstr ""
 #: ../../../man/po4a/../C/dpkg.1:31
 #: ../../../man/po4a/../C/dpkg.1:31
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
-"B<dpkg> can be also be used as a front-end to B<dpkg-deb>.  The following "
+"B<dpkg> can be also be used as a front-end to B<dpkg-deb>(1).  The following "
 "are B<dpkg-deb> actions, and if they are encountered, B<dpkg> just runs "
 "are B<dpkg-deb> actions, and if they are encountered, B<dpkg> just runs "
 "B<dpkg-deb> with the parameters given to it:"
 "B<dpkg-deb> with the parameters given to it:"
 msgstr ""
 msgstr ""
@@ -702,7 +702,8 @@ msgstr "B<dpkg --print-architecture>"
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:219
 #: ../../../man/po4a/../C/dpkg.1:219
 #, fuzzy
 #, fuzzy
-msgid "Print architecture of packages dpkg installs (for example, \"i386\")."
+msgid ""
+"Print architecture of packages B<dpkg> installs (for example, \"i386\")."
 msgstr ""
 msgstr ""
 "Imprime la arquitectura de destino (por ejemplo, «i386»). Esta opción usa a "
 "Imprime la arquitectura de destino (por ejemplo, «i386»). Esta opción usa a "
 "B<gcc>."
 "B<gcc>."
@@ -817,7 +818,7 @@ msgstr "Muestra la versi
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg.1:250
 #: ../../../man/po4a/../C/dpkg.1:250
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
-msgid "B<dpkg-deb-actions>"
+msgid "B<dpkg-deb actions>"
 msgstr "B<dpkg-deb-actions>"
 msgstr "B<dpkg-deb-actions>"
 
 
 # type: Plain text
 # type: Plain text
@@ -869,7 +870,7 @@ msgstr ""
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg.1:275
 #: ../../../man/po4a/../C/dpkg.1:275
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
-msgid "B<dpkg-query-actions>"
+msgid "B<dpkg-query actions>"
 msgstr "B<dpkg-query-actions>"
 msgstr "B<dpkg-query-actions>"
 
 
 # type: Plain text
 # type: Plain text
@@ -935,7 +936,7 @@ msgstr "B<--abort-after=>I<n
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:302
 #: ../../../man/po4a/../C/dpkg.1:302
 #, fuzzy
 #, fuzzy
-msgid "Change after how many errors dpkg will abort. The default is 50."
+msgid "Change after how many errors B<dpkg> will abort. The default is 50."
 msgstr ""
 msgstr ""
 "Cambiar después de cuántos errores abortará B<dpkg>. El valor por omisión es "
 "Cambiar después de cuántos errores abortará B<dpkg>. El valor por omisión es "
 "50."
 "50."
@@ -969,7 +970,7 @@ msgstr "B<-D>I<octal>B< | --debug=>I<octal>"
 #: ../../../man/po4a/../C/dpkg.1:314
 #: ../../../man/po4a/../C/dpkg.1:314
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
-"Set debugging on. I<octal> is formed by bitwise-orring desired values "
+"Switch debugging on. I<octal> is formed by bitwise-orring desired values "
 "together from the list below (note that these values may change in future "
 "together from the list below (note that these values may change in future "
 "releases). B<-Dh> or B<--debug=help> display these debugging values."
 "releases). B<-Dh> or B<--debug=help> display these debugging values."
 msgstr ""
 msgstr ""
@@ -1041,7 +1042,7 @@ msgstr ""
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:340
 #: ../../../man/po4a/../C/dpkg.1:340
 #, fuzzy
 #, fuzzy
-msgid "B<all>: Turns on(or off) all force options."
+msgid "B<all>: Turns on (or off) all force options."
 msgstr "B<all>: Activa (o desactiva) todas las opciones de forzar."
 msgstr "B<all>: Activa (o desactiva) todas las opciones de forzar."
 
 
 # type: Plain text
 # type: Plain text
@@ -1350,7 +1351,7 @@ msgstr "B<-G>"
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Don't install a package if a newer version of the same package is already "
 "Don't install a package if a newer version of the same package is already "
-"installed. This is an alias of B<--refuse-downgrade.>"
+"installed. This is an alias of B<--refuse-downgrade>."
 msgstr ""
 msgstr ""
 "No instala un paquete del que hay ya instalada una versión más nueva. Es lo "
 "No instala un paquete del que hay ya instalada una versión más nueva. Es lo "
 "mismo que B<--refuse-downgrade>."
 "mismo que B<--refuse-downgrade>."
@@ -1369,7 +1370,7 @@ msgid ""
 "contains many files that give information about status of installed or "
 "contains many files that give information about status of installed or "
 "uninstalled packages, etc. B<instdir> defaults to I</> and refers to the "
 "uninstalled packages, etc. B<instdir> defaults to I</> and refers to the "
 "directory where packages are to be installed. B<instdir> is also the "
 "directory where packages are to be installed. B<instdir> is also the "
-"directory passed to B<chroot>(2) before running I<package>'s installation "
+"directory passed to B<chroot>(2) before running package's installation "
 "scripts, which means that the scripts see B<instdir> as a root directory.  "
 "scripts, which means that the scripts see B<instdir> as a root directory.  "
 "Changing B<root> changes B<instdir> to I<dir> and B<admindir> to I<dir>B</"
 "Changing B<root> changes B<instdir> to I<dir> and B<admindir> to I<dir>B</"
 "var/lib/dpkg>."
 "var/lib/dpkg>."
@@ -1430,10 +1431,10 @@ msgstr "B<--status-fd >I<E<lt>nE<gt>>"
 msgid ""
 msgid ""
 "Send package status info to file descriptor I<E<lt>nE<gt>>. This can be "
 "Send package status info to file descriptor I<E<lt>nE<gt>>. This can be "
 "given multiple times. Status updates are of the form `status: E<lt>pkgE<gt>: "
 "given multiple times. Status updates are of the form `status: E<lt>pkgE<gt>: "
-"E<lt>pkg qstateE<gt>'.  Errors are reported as `status: E<lt>pkgE<gt>: "
-"error: extend-error-message'.  Configuration file conflicts are reported as "
+"E<lt>pkg stateE<gt>'.  Errors are reported as `status: E<lt>pkgE<gt>: error: "
+"extend-error-message'.  Configuration file conflicts are reported as "
 "`status: conffile-prompt: conffile : 'current-conffile' 'new-conffile' "
 "`status: conffile-prompt: conffile : 'current-conffile' 'new-conffile' "
-"useredited distedited'"
+"useredited distedited'."
 msgstr ""
 msgstr ""
 "Envía el estado del paquete al descriptor de fichero I<E<lt>nE<gt>>. Puede "
 "Envía el estado del paquete al descriptor de fichero I<E<lt>nE<gt>>. Puede "
 "usarse varias veces. Las actualizaciones de estado tienen la forma «status: "
 "usarse varias veces. Las actualizaciones de estado tienen la forma «status: "
@@ -1456,7 +1457,7 @@ msgid ""
 "versionE<gt> E<lt>available-versionE<gt>' for actions where "
 "versionE<gt> E<lt>available-versionE<gt>' for actions where "
 "I<E<lt>actionE<gt>> is one of install, upgrade, remove, purge; and `YYYY-MM-"
 "I<E<lt>actionE<gt>> is one of install, upgrade, remove, purge; and `YYYY-MM-"
 "DD HH:MM:SS conffile E<lt>filenameE<gt> E<lt>decisionE<gt>' for conffile "
 "DD HH:MM:SS conffile E<lt>filenameE<gt> E<lt>decisionE<gt>' for conffile "
-"changes where I<E<lt>decision> is either install or keep."
+"changes where I<E<lt>decisionE<gt>> is either install or keep."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
@@ -1618,7 +1619,7 @@ msgstr "B<SHELL>"
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:540
 #: ../../../man/po4a/../C/dpkg.1:540
 #, fuzzy
 #, fuzzy
-msgid "The program B<dpkg> will execute while starting a new shell."
+msgid "The program B<dpkg> will execute when starting a new shell."
 msgstr "El programa que ejecutará B<dpkg> cuando arranque el nuevo intérprete."
 msgstr "El programa que ejecutará B<dpkg> cuando arranque el nuevo intérprete."
 
 
 # type: TP
 # type: TP
@@ -1646,7 +1647,7 @@ msgstr "EJEMPLOS"
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:547
 #: ../../../man/po4a/../C/dpkg.1:547
 #, fuzzy
 #, fuzzy
-msgid "To list packages related to the editor vi:"
+msgid "To list packages related to the editor B<vi>(1):"
 msgstr "Para listar los paquetes con «vi» en su nombre:"
 msgstr "Para listar los paquetes con «vi» en su nombre:"
 
 
 # type: Plain text
 # type: Plain text
@@ -1658,7 +1659,7 @@ msgstr "B< dpkg -l '*vi*'>"
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:552
 #: ../../../man/po4a/../C/dpkg.1:552
 #, fuzzy
 #, fuzzy
-msgid "To see the entries in I</var/lib/dpkg/available> on two packages:"
+msgid "To see the entries in I</var/lib/dpkg/available> of two packages:"
 msgstr ""
 msgstr ""
 "Para ver las entradas en I</var/lib/dpkg/available> de varios paquetes:"
 "Para ver las entradas en I</var/lib/dpkg/available> de varios paquetes:"
 
 
@@ -1816,8 +1817,8 @@ msgstr "AUTORES"
 #: ../../../man/po4a/../C/dpkg.1:616
 #: ../../../man/po4a/../C/dpkg.1:616
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid ""
 msgid ""
-"See I</usr/share/doc/dpkg/THANKS.gz> for the list of people who have\n"
-"contributed to B<dpkg> .\n"
+"See I</usr/share/doc/dpkg/THANKS> for the list of people who have\n"
+"contributed to B<dpkg>.\n"
 msgstr ""
 msgstr ""
 "El programador original de B<dpkg> fue Ian Jackson, y luego mucha gente fue\n"
 "El programador original de B<dpkg> fue Ian Jackson, y luego mucha gente fue\n"
 "mejorándolo. La lista completa está en B</usr/share/doc/dpkg/THANKS.gz>.\n"
 "mejorándolo. La lista completa está en B</usr/share/doc/dpkg/THANKS.gz>.\n"

+ 38 - 24
man/po4a/dpkg.1/po/fr.po

@@ -5,7 +5,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-06-20 21:06+0200\n"
+"POT-Creation-Date: 2006-08-02 22:21+0200\n"
 "PO-Revision-Date: 2006-05-14 11:25+0200\n"
 "PO-Revision-Date: 2006-05-14 11:25+0200\n"
 "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
 "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -95,13 +95,14 @@ msgstr "DESCRIPTION"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:26
 #: ../../../man/po4a/../C/dpkg.1:26
+#, fuzzy
 msgid ""
 msgid ""
 "B<dpkg> is a tool to install, build, remove and manage Debian packages. The "
 "B<dpkg> is a tool to install, build, remove and manage Debian packages. The "
 "primary and more user-friendly front-end for B<dpkg> is B<dselect>(1). "
 "primary and more user-friendly front-end for B<dpkg> is B<dselect>(1). "
 "B<dpkg> itself is controlled entirely via command line parameters, which "
 "B<dpkg> itself is controlled entirely via command line parameters, which "
 "consist of exactly one action and zero or more options. The action-parameter "
 "consist of exactly one action and zero or more options. The action-parameter "
-"tells dpkg what to do and options control the behavior of the action in some "
-"way."
+"tells B<dpkg> what to do and options control the behavior of the action in "
+"some way."
 msgstr ""
 msgstr ""
 "B<dpkg> est un outil pour l'installation, la création, la suppression et la "
 "B<dpkg> est un outil pour l'installation, la création, la suppression et la "
 "gestion des paquets Debian. B<Dselect>(1) est la principale interface à "
 "gestion des paquets Debian. B<Dselect>(1) est la principale interface à "
@@ -113,8 +114,9 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:31
 #: ../../../man/po4a/../C/dpkg.1:31
+#, fuzzy
 msgid ""
 msgid ""
-"B<dpkg> can be also be used as a front-end to B<dpkg-deb>.  The following "
+"B<dpkg> can be also be used as a front-end to B<dpkg-deb>(1).  The following "
 "are B<dpkg-deb> actions, and if they are encountered, B<dpkg> just runs "
 "are B<dpkg-deb> actions, and if they are encountered, B<dpkg> just runs "
 "B<dpkg-deb> with the parameters given to it:"
 "B<dpkg-deb> with the parameters given to it:"
 msgstr ""
 msgstr ""
@@ -673,7 +675,9 @@ msgstr "B<dpkg --print-architecture>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:219
 #: ../../../man/po4a/../C/dpkg.1:219
-msgid "Print architecture of packages dpkg installs (for example, \"i386\")."
+#, fuzzy
+msgid ""
+"Print architecture of packages B<dpkg> installs (for example, \"i386\")."
 msgstr ""
 msgstr ""
 "Affiche l'architecture des paquets installés (par exemple, «\\ i386\\ »)."
 "Affiche l'architecture des paquets installés (par exemple, «\\ i386\\ »)."
 
 
@@ -782,8 +786,8 @@ msgstr "Affiche la version de B<dpkg>."
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg.1:250
 #: ../../../man/po4a/../C/dpkg.1:250
-#, no-wrap
-msgid "B<dpkg-deb-actions>"
+#, fuzzy, no-wrap
+msgid "B<dpkg-deb actions>"
 msgstr "B<dpkg-deb-actions>"
 msgstr "B<dpkg-deb-actions>"
 
 
 # type: Plain text
 # type: Plain text
@@ -835,8 +839,8 @@ msgstr ""
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg.1:275
 #: ../../../man/po4a/../C/dpkg.1:275
-#, no-wrap
-msgid "B<dpkg-query-actions>"
+#, fuzzy, no-wrap
+msgid "B<dpkg-query actions>"
 msgstr "B<dpkg-query-actions>"
 msgstr "B<dpkg-query-actions>"
 
 
 # type: Plain text
 # type: Plain text
@@ -901,7 +905,8 @@ msgstr "B<--abort-after=>I<nombre>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:302
 #: ../../../man/po4a/../C/dpkg.1:302
-msgid "Change after how many errors dpkg will abort. The default is 50."
+#, fuzzy
+msgid "Change after how many errors B<dpkg> will abort. The default is 50."
 msgstr ""
 msgstr ""
 "Modifie le nombre d'erreurs au delà duquel dpkg s'arrête. il est par défaut "
 "Modifie le nombre d'erreurs au delà duquel dpkg s'arrête. il est par défaut "
 "égal à 50."
 "égal à 50."
@@ -932,8 +937,9 @@ msgstr "B<-D>I<octal>B< | --debug=>I<octal>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:314
 #: ../../../man/po4a/../C/dpkg.1:314
+#, fuzzy
 msgid ""
 msgid ""
-"Set debugging on. I<octal> is formed by bitwise-orring desired values "
+"Switch debugging on. I<octal> is formed by bitwise-orring desired values "
 "together from the list below (note that these values may change in future "
 "together from the list below (note that these values may change in future "
 "releases). B<-Dh> or B<--debug=help> display these debugging values."
 "releases). B<-Dh> or B<--debug=help> display these debugging values."
 msgstr ""
 msgstr ""
@@ -1007,7 +1013,8 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:340
 #: ../../../man/po4a/../C/dpkg.1:340
-msgid "B<all>: Turns on(or off) all force options."
+#, fuzzy
+msgid "B<all>: Turns on (or off) all force options."
 msgstr "B<all>\\ : Met en oeuvre (ou pas) toutes les options de forçage."
 msgstr "B<all>\\ : Met en oeuvre (ou pas) toutes les options de forçage."
 
 
 # type: Plain text
 # type: Plain text
@@ -1287,9 +1294,10 @@ msgstr "B<-G>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:452
 #: ../../../man/po4a/../C/dpkg.1:452
+#, fuzzy
 msgid ""
 msgid ""
 "Don't install a package if a newer version of the same package is already "
 "Don't install a package if a newer version of the same package is already "
-"installed. This is an alias of B<--refuse-downgrade.>"
+"installed. This is an alias of B<--refuse-downgrade>."
 msgstr ""
 msgstr ""
 "Ne pas installer un paquet si une version plus récente de ce paquet est déjà "
 "Ne pas installer un paquet si une version plus récente de ce paquet est déjà "
 "installée. C'est un alias pour B<--refuse-downgrade.>."
 "installée. C'est un alias pour B<--refuse-downgrade.>."
@@ -1302,12 +1310,13 @@ msgstr "B<--root=>I<rep> | B<--admindir=>I<rep> | B<--instdir=>I<rep>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:463
 #: ../../../man/po4a/../C/dpkg.1:463
+#, fuzzy
 msgid ""
 msgid ""
 "Change default directories. B<admindir> defaults to I</var/lib/dpkg> and "
 "Change default directories. B<admindir> defaults to I</var/lib/dpkg> and "
 "contains many files that give information about status of installed or "
 "contains many files that give information about status of installed or "
 "uninstalled packages, etc. B<instdir> defaults to I</> and refers to the "
 "uninstalled packages, etc. B<instdir> defaults to I</> and refers to the "
 "directory where packages are to be installed. B<instdir> is also the "
 "directory where packages are to be installed. B<instdir> is also the "
-"directory passed to B<chroot>(2) before running I<package>'s installation "
+"directory passed to B<chroot>(2) before running package's installation "
 "scripts, which means that the scripts see B<instdir> as a root directory.  "
 "scripts, which means that the scripts see B<instdir> as a root directory.  "
 "Changing B<root> changes B<instdir> to I<dir> and B<admindir> to I<dir>B</"
 "Changing B<root> changes B<instdir> to I<dir> and B<admindir> to I<dir>B</"
 "var/lib/dpkg>."
 "var/lib/dpkg>."
@@ -1362,13 +1371,14 @@ msgstr "B<--status-fd >I<E<lt>nE<gt>>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:480
 #: ../../../man/po4a/../C/dpkg.1:480
+#, fuzzy
 msgid ""
 msgid ""
 "Send package status info to file descriptor I<E<lt>nE<gt>>. This can be "
 "Send package status info to file descriptor I<E<lt>nE<gt>>. This can be "
 "given multiple times. Status updates are of the form `status: E<lt>pkgE<gt>: "
 "given multiple times. Status updates are of the form `status: E<lt>pkgE<gt>: "
-"E<lt>pkg qstateE<gt>'.  Errors are reported as `status: E<lt>pkgE<gt>: "
-"error: extend-error-message'.  Configuration file conflicts are reported as "
+"E<lt>pkg stateE<gt>'.  Errors are reported as `status: E<lt>pkgE<gt>: error: "
+"extend-error-message'.  Configuration file conflicts are reported as "
 "`status: conffile-prompt: conffile : 'current-conffile' 'new-conffile' "
 "`status: conffile-prompt: conffile : 'current-conffile' 'new-conffile' "
-"useredited distedited'"
+"useredited distedited'."
 msgstr ""
 msgstr ""
 "Cette action envoie des informations sur l'état d'un paquet au descripteur "
 "Cette action envoie des informations sur l'état d'un paquet au descripteur "
 "de fichier I<E<lt>nE<gt>>. On peut répéter l'opération plusieurs fois. La "
 "de fichier I<E<lt>nE<gt>>. On peut répéter l'opération plusieurs fois. La "
@@ -1386,6 +1396,7 @@ msgstr "B<--log=>I<fichier>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:492
 #: ../../../man/po4a/../C/dpkg.1:492
+#, fuzzy
 msgid ""
 msgid ""
 "Log status change updates and actions to I<filename>, instead of the default "
 "Log status change updates and actions to I<filename>, instead of the default "
 "I</var/log/dpkg.log>. If this option is given multiple times, the last "
 "I</var/log/dpkg.log>. If this option is given multiple times, the last "
@@ -1395,7 +1406,7 @@ msgid ""
 "versionE<gt> E<lt>available-versionE<gt>' for actions where "
 "versionE<gt> E<lt>available-versionE<gt>' for actions where "
 "I<E<lt>actionE<gt>> is one of install, upgrade, remove, purge; and `YYYY-MM-"
 "I<E<lt>actionE<gt>> is one of install, upgrade, remove, purge; and `YYYY-MM-"
 "DD HH:MM:SS conffile E<lt>filenameE<gt> E<lt>decisionE<gt>' for conffile "
 "DD HH:MM:SS conffile E<lt>filenameE<gt> E<lt>decisionE<gt>' for conffile "
-"changes where I<E<lt>decision> is either install or keep."
+"changes where I<E<lt>decisionE<gt>> is either install or keep."
 msgstr ""
 msgstr ""
 "Enregistre la modification de l'état, la mise à jour ou l'action sur "
 "Enregistre la modification de l'état, la mise à jour ou l'action sur "
 "I<fichier> au lieu de l'habituel I</var/log/dpkg.log>. Peut être répété. Les "
 "I<fichier> au lieu de l'habituel I</var/log/dpkg.log>. Peut être répété. Les "
@@ -1564,7 +1575,8 @@ msgstr "B<SHELL>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:540
 #: ../../../man/po4a/../C/dpkg.1:540
-msgid "The program B<dpkg> will execute while starting a new shell."
+#, fuzzy
+msgid "The program B<dpkg> will execute when starting a new shell."
 msgstr ""
 msgstr ""
 "Le programme qu'exécute B<dpkg> quand il lance un nouvel interpréteur de "
 "Le programme qu'exécute B<dpkg> quand il lance un nouvel interpréteur de "
 "commandes."
 "commandes."
@@ -1592,7 +1604,8 @@ msgstr "EXEMPLES"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:547
 #: ../../../man/po4a/../C/dpkg.1:547
-msgid "To list packages related to the editor vi:"
+#, fuzzy
+msgid "To list packages related to the editor B<vi>(1):"
 msgstr "Pour afficher les paquets dont le nom contient la chaîne 'vi' :"
 msgstr "Pour afficher les paquets dont le nom contient la chaîne 'vi' :"
 
 
 # type: Plain text
 # type: Plain text
@@ -1603,7 +1616,8 @@ msgstr "    B<dpkg -l \\(aq*vi*\\(aq>\n"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:552
 #: ../../../man/po4a/../C/dpkg.1:552
-msgid "To see the entries in I</var/lib/dpkg/available> on two packages:"
+#, fuzzy
+msgid "To see the entries in I</var/lib/dpkg/available> of two packages:"
 msgstr ""
 msgstr ""
 "Pour voir les entrées de I</var/lib/dpkg/available> concernant deux paquets"
 "Pour voir les entrées de I</var/lib/dpkg/available> concernant deux paquets"
 "\\ :"
 "\\ :"
@@ -1758,10 +1772,10 @@ msgstr "AUTEURS"
 #: ../../../man/po4a/../C/dpkg.1:616
 #: ../../../man/po4a/../C/dpkg.1:616
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
-"See I</usr/share/doc/dpkg/THANKS.gz> for the list of people who have\n"
-"contributed to B<dpkg> .\n"
+"See I</usr/share/doc/dpkg/THANKS> for the list of people who have\n"
+"contributed to B<dpkg>.\n"
 msgstr ""
 msgstr ""
-"Voyez le fichier I</usr/share/doc/dpkg/THANKS.gz> pour la \n"
+"Voyez le fichier I</usr/share/doc/dpkg/THANKS> pour la \n"
 "liste des personnes qui ont contribué à B<dpkg>.\n"
 "liste des personnes qui ont contribué à B<dpkg>.\n"
 
 
 # type: TP
 # type: TP

+ 22 - 21
man/po4a/dpkg.1/po/ja.po

@@ -5,7 +5,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-06-20 21:06+0200\n"
+"POT-Creation-Date: 2006-08-02 22:21+0200\n"
 "PO-Revision-Date: 2005-07-03 15:04+0200\n"
 "PO-Revision-Date: 2005-07-03 15:04+0200\n"
 "Last-Translator: Unknown translator\n"
 "Last-Translator: Unknown translator\n"
 "Language-Team: Japanese <debian-l10n-japanese@lists.debian.org>\n"
 "Language-Team: Japanese <debian-l10n-japanese@lists.debian.org>\n"
@@ -111,8 +111,8 @@ msgid ""
 "primary and more user-friendly front-end for B<dpkg> is B<dselect>(1). "
 "primary and more user-friendly front-end for B<dpkg> is B<dselect>(1). "
 "B<dpkg> itself is controlled entirely via command line parameters, which "
 "B<dpkg> itself is controlled entirely via command line parameters, which "
 "consist of exactly one action and zero or more options. The action-parameter "
 "consist of exactly one action and zero or more options. The action-parameter "
-"tells dpkg what to do and options control the behavior of the action in some "
-"way."
+"tells B<dpkg> what to do and options control the behavior of the action in "
+"some way."
 msgstr ""
 msgstr ""
 "B<dpkg> は、Debian パッケージの、インストール、構築、 削除、管理をするための"
 "B<dpkg> は、Debian パッケージの、インストール、構築、 削除、管理をするための"
 "ツールである。 B<dselect>(8) は、B<dpkg> の代表的なフロントエンドで、 より"
 "ツールである。 B<dselect>(8) は、B<dpkg> の代表的なフロントエンドで、 より"
@@ -125,7 +125,7 @@ msgstr ""
 #: ../../../man/po4a/../C/dpkg.1:31
 #: ../../../man/po4a/../C/dpkg.1:31
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
-"B<dpkg> can be also be used as a front-end to B<dpkg-deb>.  The following "
+"B<dpkg> can be also be used as a front-end to B<dpkg-deb>(1).  The following "
 "are B<dpkg-deb> actions, and if they are encountered, B<dpkg> just runs "
 "are B<dpkg-deb> actions, and if they are encountered, B<dpkg> just runs "
 "B<dpkg-deb> with the parameters given to it:"
 "B<dpkg-deb> with the parameters given to it:"
 msgstr ""
 msgstr ""
@@ -706,7 +706,8 @@ msgstr "B<dpkg --print-architecture>"
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:219
 #: ../../../man/po4a/../C/dpkg.1:219
 #, fuzzy
 #, fuzzy
-msgid "Print architecture of packages dpkg installs (for example, \"i386\")."
+msgid ""
+"Print architecture of packages B<dpkg> installs (for example, \"i386\")."
 msgstr ""
 msgstr ""
 "ターゲットアーキテクチャ(例えば、“i386”)を表示する。このオプションは "
 "ターゲットアーキテクチャ(例えば、“i386”)を表示する。このオプションは "
 "B<gcc> を使用する。"
 "B<gcc> を使用する。"
@@ -819,7 +820,7 @@ msgstr "B<dpkg> 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg.1:250
 #: ../../../man/po4a/../C/dpkg.1:250
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
-msgid "B<dpkg-deb-actions>"
+msgid "B<dpkg-deb actions>"
 msgstr "B<dpkg-deb-actions>"
 msgstr "B<dpkg-deb-actions>"
 
 
 # type: Plain text
 # type: Plain text
@@ -871,7 +872,7 @@ msgstr ""
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg.1:275
 #: ../../../man/po4a/../C/dpkg.1:275
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
-msgid "B<dpkg-query-actions>"
+msgid "B<dpkg-query actions>"
 msgstr "B<dpkg-query-actions>"
 msgstr "B<dpkg-query-actions>"
 
 
 # type: Plain text
 # type: Plain text
@@ -935,7 +936,7 @@ msgstr "B<--abort-after=>I<number>"
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:302
 #: ../../../man/po4a/../C/dpkg.1:302
 #, fuzzy
 #, fuzzy
-msgid "Change after how many errors dpkg will abort. The default is 50."
+msgid "Change after how many errors B<dpkg> will abort. The default is 50."
 msgstr "dpkg の処理を中断させるエラー数を変更する。デフォルトは 50 である。"
 msgstr "dpkg の処理を中断させるエラー数を変更する。デフォルトは 50 である。"
 
 
 # type: TP
 # type: TP
@@ -967,7 +968,7 @@ msgstr "B<-D>I<octal>B< | --debug=>I<octal>"
 #: ../../../man/po4a/../C/dpkg.1:314
 #: ../../../man/po4a/../C/dpkg.1:314
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
-"Set debugging on. I<octal> is formed by bitwise-orring desired values "
+"Switch debugging on. I<octal> is formed by bitwise-orring desired values "
 "together from the list below (note that these values may change in future "
 "together from the list below (note that these values may change in future "
 "releases). B<-Dh> or B<--debug=help> display these debugging values."
 "releases). B<-Dh> or B<--debug=help> display these debugging values."
 msgstr ""
 msgstr ""
@@ -1039,7 +1040,7 @@ msgstr ""
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:340
 #: ../../../man/po4a/../C/dpkg.1:340
 #, fuzzy
 #, fuzzy
-msgid "B<all>: Turns on(or off) all force options."
+msgid "B<all>: Turns on (or off) all force options."
 msgstr "B<all>: 全ての強制オプションを指定する(noならば指定しない)。"
 msgstr "B<all>: 全ての強制オプションを指定する(noならば指定しない)。"
 
 
 # type: Plain text
 # type: Plain text
@@ -1343,7 +1344,7 @@ msgstr "B<-G>"
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Don't install a package if a newer version of the same package is already "
 "Don't install a package if a newer version of the same package is already "
-"installed. This is an alias of B<--refuse-downgrade.>"
+"installed. This is an alias of B<--refuse-downgrade>."
 msgstr ""
 msgstr ""
 "インストール済みのパッケージのほうがバージョンが新しければ、インストール しな"
 "インストール済みのパッケージのほうがバージョンが新しければ、インストール しな"
 "い。これは B<--refuse-downgrade> の別名である。"
 "い。これは B<--refuse-downgrade> の別名である。"
@@ -1362,7 +1363,7 @@ msgid ""
 "contains many files that give information about status of installed or "
 "contains many files that give information about status of installed or "
 "uninstalled packages, etc. B<instdir> defaults to I</> and refers to the "
 "uninstalled packages, etc. B<instdir> defaults to I</> and refers to the "
 "directory where packages are to be installed. B<instdir> is also the "
 "directory where packages are to be installed. B<instdir> is also the "
-"directory passed to B<chroot>(2) before running I<package>'s installation "
+"directory passed to B<chroot>(2) before running package's installation "
 "scripts, which means that the scripts see B<instdir> as a root directory.  "
 "scripts, which means that the scripts see B<instdir> as a root directory.  "
 "Changing B<root> changes B<instdir> to I<dir> and B<admindir> to I<dir>B</"
 "Changing B<root> changes B<instdir> to I<dir> and B<admindir> to I<dir>B</"
 "var/lib/dpkg>."
 "var/lib/dpkg>."
@@ -1424,10 +1425,10 @@ msgstr "B<--status-fd >I<E<lt>nE<gt>>"
 msgid ""
 msgid ""
 "Send package status info to file descriptor I<E<lt>nE<gt>>. This can be "
 "Send package status info to file descriptor I<E<lt>nE<gt>>. This can be "
 "given multiple times. Status updates are of the form `status: E<lt>pkgE<gt>: "
 "given multiple times. Status updates are of the form `status: E<lt>pkgE<gt>: "
-"E<lt>pkg qstateE<gt>'.  Errors are reported as `status: E<lt>pkgE<gt>: "
-"error: extend-error-message'.  Configuration file conflicts are reported as "
+"E<lt>pkg stateE<gt>'.  Errors are reported as `status: E<lt>pkgE<gt>: error: "
+"extend-error-message'.  Configuration file conflicts are reported as "
 "`status: conffile-prompt: conffile : 'current-conffile' 'new-conffile' "
 "`status: conffile-prompt: conffile : 'current-conffile' 'new-conffile' "
-"useredited distedited'"
+"useredited distedited'."
 msgstr ""
 msgstr ""
 "ファイル記述子 I<E<lt>nE<gt>>にパッケージ状態の情報を送る。これは複数与えるこ"
 "ファイル記述子 I<E<lt>nE<gt>>にパッケージ状態の情報を送る。これは複数与えるこ"
 "とが できる。状態の情報は `status: E<lt>pkgE<gt>: E<lt>pkg qstateE<gt>'の形式"
 "とが できる。状態の情報は `status: E<lt>pkgE<gt>: E<lt>pkg qstateE<gt>'の形式"
@@ -1450,7 +1451,7 @@ msgid ""
 "versionE<gt> E<lt>available-versionE<gt>' for actions where "
 "versionE<gt> E<lt>available-versionE<gt>' for actions where "
 "I<E<lt>actionE<gt>> is one of install, upgrade, remove, purge; and `YYYY-MM-"
 "I<E<lt>actionE<gt>> is one of install, upgrade, remove, purge; and `YYYY-MM-"
 "DD HH:MM:SS conffile E<lt>filenameE<gt> E<lt>decisionE<gt>' for conffile "
 "DD HH:MM:SS conffile E<lt>filenameE<gt> E<lt>decisionE<gt>' for conffile "
-"changes where I<E<lt>decision> is either install or keep."
+"changes where I<E<lt>decisionE<gt>> is either install or keep."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
@@ -1611,7 +1612,7 @@ msgstr "B<SHELL>"
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:540
 #: ../../../man/po4a/../C/dpkg.1:540
 #, fuzzy
 #, fuzzy
-msgid "The program B<dpkg> will execute while starting a new shell."
+msgid "The program B<dpkg> will execute when starting a new shell."
 msgstr "B<dpkg> が新しいシェルを起動するときに、実際に起動するプログラム。"
 msgstr "B<dpkg> が新しいシェルを起動するときに、実際に起動するプログラム。"
 
 
 # type: TP
 # type: TP
@@ -1639,7 +1640,7 @@ msgstr "
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:547
 #: ../../../man/po4a/../C/dpkg.1:547
 #, fuzzy
 #, fuzzy
-msgid "To list packages related to the editor vi:"
+msgid "To list packages related to the editor B<vi>(1):"
 msgstr "vi エディタに関連のあるパッケージの一覧を表示する。"
 msgstr "vi エディタに関連のあるパッケージの一覧を表示する。"
 
 
 # type: Plain text
 # type: Plain text
@@ -1651,7 +1652,7 @@ msgstr "B< dpkg -l '*vi*'>"
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:552
 #: ../../../man/po4a/../C/dpkg.1:552
 #, fuzzy
 #, fuzzy
-msgid "To see the entries in I</var/lib/dpkg/available> on two packages:"
+msgid "To see the entries in I</var/lib/dpkg/available> of two packages:"
 msgstr "2 つのパッケージの I</var/lib/dpkg/available> にある項目を表示する。"
 msgstr "2 つのパッケージの I</var/lib/dpkg/available> にある項目を表示する。"
 
 
 # type: Plain text
 # type: Plain text
@@ -1803,8 +1804,8 @@ msgstr "
 #: ../../../man/po4a/../C/dpkg.1:616
 #: ../../../man/po4a/../C/dpkg.1:616
 #, fuzzy, no-wrap
 #, fuzzy, no-wrap
 msgid ""
 msgid ""
-"See I</usr/share/doc/dpkg/THANKS.gz> for the list of people who have\n"
-"contributed to B<dpkg> .\n"
+"See I</usr/share/doc/dpkg/THANKS> for the list of people who have\n"
+"contributed to B<dpkg>.\n"
 msgstr ""
 msgstr ""
 "B<dpkg>に貢献した人のリストは B</usr/share/doc/dpkg/THANKS.gz>に\n"
 "B<dpkg>に貢献した人のリストは B</usr/share/doc/dpkg/THANKS.gz>に\n"
 "挙げてある。\n"
 "挙げてある。\n"

+ 38 - 24
man/po4a/dpkg.1/po/pl.po

@@ -4,7 +4,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg 1.13.19\n"
 "Project-Id-Version: dpkg 1.13.19\n"
-"POT-Creation-Date: 2006-06-20 21:06+0200\n"
+"POT-Creation-Date: 2006-08-02 22:21+0200\n"
 "PO-Revision-Date: 2006-05-04 23:10+0200\n"
 "PO-Revision-Date: 2006-05-04 23:10+0200\n"
 "Last-Translator: Robert Luberda <robert@debian.org>\n"
 "Last-Translator: Robert Luberda <robert@debian.org>\n"
 "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
 "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
@@ -99,13 +99,14 @@ msgstr "OPIS"
 # type: Plain text
 # type: Plain text
 #
 #
 #: ../../../man/po4a/../C/dpkg.1:26
 #: ../../../man/po4a/../C/dpkg.1:26
+#, fuzzy
 msgid ""
 msgid ""
 "B<dpkg> is a tool to install, build, remove and manage Debian packages. The "
 "B<dpkg> is a tool to install, build, remove and manage Debian packages. The "
 "primary and more user-friendly front-end for B<dpkg> is B<dselect>(1). "
 "primary and more user-friendly front-end for B<dpkg> is B<dselect>(1). "
 "B<dpkg> itself is controlled entirely via command line parameters, which "
 "B<dpkg> itself is controlled entirely via command line parameters, which "
 "consist of exactly one action and zero or more options. The action-parameter "
 "consist of exactly one action and zero or more options. The action-parameter "
-"tells dpkg what to do and options control the behavior of the action in some "
-"way."
+"tells B<dpkg> what to do and options control the behavior of the action in "
+"some way."
 msgstr ""
 msgstr ""
 "B<dpkg> to ¶redniego poziomu narzêdzie do instalowania, tworzenia, usuwania "
 "B<dpkg> to ¶redniego poziomu narzêdzie do instalowania, tworzenia, usuwania "
 "oraz zarz±dzania pakietami systemu Debian. Podstawowym i bardziej przyjaznym "
 "oraz zarz±dzania pakietami systemu Debian. Podstawowym i bardziej przyjaznym "
@@ -117,8 +118,9 @@ msgstr ""
 # type: Plain text
 # type: Plain text
 #
 #
 #: ../../../man/po4a/../C/dpkg.1:31
 #: ../../../man/po4a/../C/dpkg.1:31
+#, fuzzy
 msgid ""
 msgid ""
-"B<dpkg> can be also be used as a front-end to B<dpkg-deb>.  The following "
+"B<dpkg> can be also be used as a front-end to B<dpkg-deb>(1).  The following "
 "are B<dpkg-deb> actions, and if they are encountered, B<dpkg> just runs "
 "are B<dpkg-deb> actions, and if they are encountered, B<dpkg> just runs "
 "B<dpkg-deb> with the parameters given to it:"
 "B<dpkg-deb> with the parameters given to it:"
 msgstr ""
 msgstr ""
@@ -713,7 +715,9 @@ msgstr "B<dpkg --print-architecture>"
 # type: Plain text
 # type: Plain text
 #
 #
 #: ../../../man/po4a/../C/dpkg.1:219
 #: ../../../man/po4a/../C/dpkg.1:219
-msgid "Print architecture of packages dpkg installs (for example, \"i386\")."
+#, fuzzy
+msgid ""
+"Print architecture of packages B<dpkg> installs (for example, \"i386\")."
 msgstr "Podanie wersji GNU docelowej architektury (na przyk³ad \"i386\")."
 msgstr "Podanie wersji GNU docelowej architektury (na przyk³ad \"i386\")."
 
 
 # type: TP
 # type: TP
@@ -826,8 +830,8 @@ msgstr "Wy
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg.1:250
 #: ../../../man/po4a/../C/dpkg.1:250
-#, no-wrap
-msgid "B<dpkg-deb-actions>"
+#, fuzzy, no-wrap
+msgid "B<dpkg-deb actions>"
 msgstr "B<dpkg-deb-actions>"
 msgstr "B<dpkg-deb-actions>"
 
 
 # type: Plain text
 # type: Plain text
@@ -879,8 +883,8 @@ msgstr ""
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg.1:275
 #: ../../../man/po4a/../C/dpkg.1:275
-#, no-wrap
-msgid "B<dpkg-query-actions>"
+#, fuzzy, no-wrap
+msgid "B<dpkg-query actions>"
 msgstr "B<dpkg-query-actions>"
 msgstr "B<dpkg-query-actions>"
 
 
 # type: Plain text
 # type: Plain text
@@ -947,7 +951,8 @@ msgstr "B<--abort-after=>I<liczba>"
 # type: Plain text
 # type: Plain text
 #
 #
 #: ../../../man/po4a/../C/dpkg.1:302
 #: ../../../man/po4a/../C/dpkg.1:302
-msgid "Change after how many errors dpkg will abort. The default is 50."
+#, fuzzy
+msgid "Change after how many errors B<dpkg> will abort. The default is 50."
 msgstr ""
 msgstr ""
 "Zmiana ilo¶ci b³êdów, po których dpkg zaprzestanie dzia³ania. Domy¶lna "
 "Zmiana ilo¶ci b³êdów, po których dpkg zaprzestanie dzia³ania. Domy¶lna "
 "warto¶æ to 50."
 "warto¶æ to 50."
@@ -980,8 +985,9 @@ msgstr "B<-D>I<oktal>B< | --debug=>I<oktal>"
 # type: Plain text
 # type: Plain text
 #
 #
 #: ../../../man/po4a/../C/dpkg.1:314
 #: ../../../man/po4a/../C/dpkg.1:314
+#, fuzzy
 msgid ""
 msgid ""
-"Set debugging on. I<octal> is formed by bitwise-orring desired values "
+"Switch debugging on. I<octal> is formed by bitwise-orring desired values "
 "together from the list below (note that these values may change in future "
 "together from the list below (note that these values may change in future "
 "releases). B<-Dh> or B<--debug=help> display these debugging values."
 "releases). B<-Dh> or B<--debug=help> display these debugging values."
 msgstr ""
 msgstr ""
@@ -1052,7 +1058,8 @@ msgstr ""
 # type: Plain text
 # type: Plain text
 #
 #
 #: ../../../man/po4a/../C/dpkg.1:340
 #: ../../../man/po4a/../C/dpkg.1:340
-msgid "B<all>: Turns on(or off) all force options."
+#, fuzzy
+msgid "B<all>: Turns on (or off) all force options."
 msgstr "B<all> W³±cza (lub wy³±cza) wszystkie opcje typu \"force\"."
 msgstr "B<all> W³±cza (lub wy³±cza) wszystkie opcje typu \"force\"."
 
 
 # type: Plain text
 # type: Plain text
@@ -1364,9 +1371,10 @@ msgstr "B<-G>"
 # type: Plain text
 # type: Plain text
 #
 #
 #: ../../../man/po4a/../C/dpkg.1:452
 #: ../../../man/po4a/../C/dpkg.1:452
+#, fuzzy
 msgid ""
 msgid ""
 "Don't install a package if a newer version of the same package is already "
 "Don't install a package if a newer version of the same package is already "
-"installed. This is an alias of B<--refuse-downgrade.>"
+"installed. This is an alias of B<--refuse-downgrade>."
 msgstr ""
 msgstr ""
 "Nieinstalowanie pakietu, je¶li nowszy jest ju¿ zainstalowany w systemie. "
 "Nieinstalowanie pakietu, je¶li nowszy jest ju¿ zainstalowany w systemie. "
 "Jest to dok³adnie to samo co B<--refuse-downgrade>."
 "Jest to dok³adnie to samo co B<--refuse-downgrade>."
@@ -1380,12 +1388,13 @@ msgstr "B<--root=>I<katalog> | B<--admindir=>I<katalog> | B<--instdir=>I<katalog
 # type: Plain text
 # type: Plain text
 #
 #
 #: ../../../man/po4a/../C/dpkg.1:463
 #: ../../../man/po4a/../C/dpkg.1:463
+#, fuzzy
 msgid ""
 msgid ""
 "Change default directories. B<admindir> defaults to I</var/lib/dpkg> and "
 "Change default directories. B<admindir> defaults to I</var/lib/dpkg> and "
 "contains many files that give information about status of installed or "
 "contains many files that give information about status of installed or "
 "uninstalled packages, etc. B<instdir> defaults to I</> and refers to the "
 "uninstalled packages, etc. B<instdir> defaults to I</> and refers to the "
 "directory where packages are to be installed. B<instdir> is also the "
 "directory where packages are to be installed. B<instdir> is also the "
-"directory passed to B<chroot>(2) before running I<package>'s installation "
+"directory passed to B<chroot>(2) before running package's installation "
 "scripts, which means that the scripts see B<instdir> as a root directory.  "
 "scripts, which means that the scripts see B<instdir> as a root directory.  "
 "Changing B<root> changes B<instdir> to I<dir> and B<admindir> to I<dir>B</"
 "Changing B<root> changes B<instdir> to I<dir> and B<admindir> to I<dir>B</"
 "var/lib/dpkg>."
 "var/lib/dpkg>."
@@ -1444,13 +1453,14 @@ msgstr "B<--status-fd >I<E<lt>nE<gt>>"
 # type: Plain text
 # type: Plain text
 #
 #
 #: ../../../man/po4a/../C/dpkg.1:480
 #: ../../../man/po4a/../C/dpkg.1:480
+#, fuzzy
 msgid ""
 msgid ""
 "Send package status info to file descriptor I<E<lt>nE<gt>>. This can be "
 "Send package status info to file descriptor I<E<lt>nE<gt>>. This can be "
 "given multiple times. Status updates are of the form `status: E<lt>pkgE<gt>: "
 "given multiple times. Status updates are of the form `status: E<lt>pkgE<gt>: "
-"E<lt>pkg qstateE<gt>'.  Errors are reported as `status: E<lt>pkgE<gt>: "
-"error: extend-error-message'.  Configuration file conflicts are reported as "
+"E<lt>pkg stateE<gt>'.  Errors are reported as `status: E<lt>pkgE<gt>: error: "
+"extend-error-message'.  Configuration file conflicts are reported as "
 "`status: conffile-prompt: conffile : 'current-conffile' 'new-conffile' "
 "`status: conffile-prompt: conffile : 'current-conffile' 'new-conffile' "
-"useredited distedited'"
+"useredited distedited'."
 msgstr ""
 msgstr ""
 "Wysy³a do deskryptora pliku I<E<lt>nE<gt>> informacje o stanie pakietów. Ta "
 "Wysy³a do deskryptora pliku I<E<lt>nE<gt>> informacje o stanie pakietów. Ta "
 "opcja mo¿e byæ podana wiele razy. Informacje przesy³ane s± w nastêpuj±cej "
 "opcja mo¿e byæ podana wiele razy. Informacje przesy³ane s± w nastêpuj±cej "
@@ -1467,6 +1477,7 @@ msgstr "B<--log=>I<nazwa-pliku>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:492
 #: ../../../man/po4a/../C/dpkg.1:492
+#, fuzzy
 msgid ""
 msgid ""
 "Log status change updates and actions to I<filename>, instead of the default "
 "Log status change updates and actions to I<filename>, instead of the default "
 "I</var/log/dpkg.log>. If this option is given multiple times, the last "
 "I</var/log/dpkg.log>. If this option is given multiple times, the last "
@@ -1476,7 +1487,7 @@ msgid ""
 "versionE<gt> E<lt>available-versionE<gt>' for actions where "
 "versionE<gt> E<lt>available-versionE<gt>' for actions where "
 "I<E<lt>actionE<gt>> is one of install, upgrade, remove, purge; and `YYYY-MM-"
 "I<E<lt>actionE<gt>> is one of install, upgrade, remove, purge; and `YYYY-MM-"
 "DD HH:MM:SS conffile E<lt>filenameE<gt> E<lt>decisionE<gt>' for conffile "
 "DD HH:MM:SS conffile E<lt>filenameE<gt> E<lt>decisionE<gt>' for conffile "
-"changes where I<E<lt>decision> is either install or keep."
+"changes where I<E<lt>decisionE<gt>> is either install or keep."
 msgstr ""
 msgstr ""
 "Zapisuje informacje o zmianach stanu i akcjach do pliku logu I<nazwa-pliku>, "
 "Zapisuje informacje o zmianach stanu i akcjach do pliku logu I<nazwa-pliku>, "
 "zamiast do domy¶lnego pliku I</var/log/dpkg.log>. Je¿eli tê opcjê podano "
 "zamiast do domy¶lnego pliku I</var/log/dpkg.log>. Je¿eli tê opcjê podano "
@@ -1647,7 +1658,8 @@ msgstr "B<SHELL>"
 # type: Plain text
 # type: Plain text
 #
 #
 #: ../../../man/po4a/../C/dpkg.1:540
 #: ../../../man/po4a/../C/dpkg.1:540
-msgid "The program B<dpkg> will execute while starting a new shell."
+#, fuzzy
+msgid "The program B<dpkg> will execute when starting a new shell."
 msgstr ""
 msgstr ""
 "Program uruchamiany przez B<dpkg>, gdy trzeba uruchomiæ now± sesjê pow³oki."
 "Program uruchamiany przez B<dpkg>, gdy trzeba uruchomiæ now± sesjê pow³oki."
 
 
@@ -1676,7 +1688,8 @@ msgstr "PRZYK
 # type: Plain text
 # type: Plain text
 #
 #
 #: ../../../man/po4a/../C/dpkg.1:547
 #: ../../../man/po4a/../C/dpkg.1:547
-msgid "To list packages related to the editor vi:"
+#, fuzzy
+msgid "To list packages related to the editor B<vi>(1):"
 msgstr ""
 msgstr ""
 "Wy¶wietlenie wszystkich pakietów mog±cych byæ zwi±zanymi z edytorem vi:"
 "Wy¶wietlenie wszystkich pakietów mog±cych byæ zwi±zanymi z edytorem vi:"
 
 
@@ -1690,7 +1703,8 @@ msgstr "    B<dpkg -l \\(aq*vi*\\(aq>\n"
 # type: Plain text
 # type: Plain text
 #
 #
 #: ../../../man/po4a/../C/dpkg.1:552
 #: ../../../man/po4a/../C/dpkg.1:552
-msgid "To see the entries in I</var/lib/dpkg/available> on two packages:"
+#, fuzzy
+msgid "To see the entries in I</var/lib/dpkg/available> of two packages:"
 msgstr ""
 msgstr ""
 "Wy¶wietlenie informacji z pliku I</var/lib/dpkg/available> o dwóch pakietach:"
 "Wy¶wietlenie informacji z pliku I</var/lib/dpkg/available> o dwóch pakietach:"
 
 
@@ -1859,10 +1873,10 @@ msgstr "AUTORZY"
 #: ../../../man/po4a/../C/dpkg.1:616
 #: ../../../man/po4a/../C/dpkg.1:616
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
-"See I</usr/share/doc/dpkg/THANKS.gz> for the list of people who have\n"
-"contributed to B<dpkg> .\n"
+"See I</usr/share/doc/dpkg/THANKS> for the list of people who have\n"
+"contributed to B<dpkg>.\n"
 msgstr ""
 msgstr ""
-"Plik I</usr/share/doc/dpkg/THANKS.gz> zawiera listê osób, które przyczyni³y\n"
+"Plik I</usr/share/doc/dpkg/THANKS> zawiera listê osób, które przyczyni³y\n"
 "siê do rozwoju programu B<dpkg>.\n"
 "siê do rozwoju programu B<dpkg>.\n"
 
 
 # type: TP
 # type: TP

+ 29 - 25
man/po4a/dpkg.1/po/pt_BR.po

@@ -5,7 +5,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-06-20 21:06+0200\n"
+"POT-Creation-Date: 2006-08-02 22:21+0200\n"
 "PO-Revision-Date: 2005-07-03 15:04+0200\n"
 "PO-Revision-Date: 2005-07-03 15:04+0200\n"
 "Last-Translator: Unknown translator\n"
 "Last-Translator: Unknown translator\n"
 "Language-Team: Portuguese <debian-l10n-portuguese@lists.debian.org>\n"
 "Language-Team: Portuguese <debian-l10n-portuguese@lists.debian.org>\n"
@@ -108,8 +108,8 @@ msgid ""
 "primary and more user-friendly front-end for B<dpkg> is B<dselect>(1). "
 "primary and more user-friendly front-end for B<dpkg> is B<dselect>(1). "
 "B<dpkg> itself is controlled entirely via command line parameters, which "
 "B<dpkg> itself is controlled entirely via command line parameters, which "
 "consist of exactly one action and zero or more options. The action-parameter "
 "consist of exactly one action and zero or more options. The action-parameter "
-"tells dpkg what to do and options control the behavior of the action in some "
-"way."
+"tells B<dpkg> what to do and options control the behavior of the action in "
+"some way."
 msgstr ""
 msgstr ""
 "B<dpkg> é uma ferramenta de nível médio para instalar, criar, remover e "
 "B<dpkg> é uma ferramenta de nível médio para instalar, criar, remover e "
 "gerenciar pacotes Debian. O front-end primário e mais amigável para o "
 "gerenciar pacotes Debian. O front-end primário e mais amigável para o "
@@ -122,7 +122,7 @@ msgstr ""
 #: ../../../man/po4a/../C/dpkg.1:31
 #: ../../../man/po4a/../C/dpkg.1:31
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
-"B<dpkg> can be also be used as a front-end to B<dpkg-deb>.  The following "
+"B<dpkg> can be also be used as a front-end to B<dpkg-deb>(1).  The following "
 "are B<dpkg-deb> actions, and if they are encountered, B<dpkg> just runs "
 "are B<dpkg-deb> actions, and if they are encountered, B<dpkg> just runs "
 "B<dpkg-deb> with the parameters given to it:"
 "B<dpkg-deb> with the parameters given to it:"
 msgstr ""
 msgstr ""
@@ -695,7 +695,8 @@ msgstr "B<dpkg --print-architecture>"
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:219
 #: ../../../man/po4a/../C/dpkg.1:219
 #, fuzzy
 #, fuzzy
-msgid "Print architecture of packages dpkg installs (for example, \"i386\")."
+msgid ""
+"Print architecture of packages B<dpkg> installs (for example, \"i386\")."
 msgstr ""
 msgstr ""
 "Mostra a arquitetura alvo (por exemplo, \"i386\").  Essa opção usa o B<gcc>."
 "Mostra a arquitetura alvo (por exemplo, \"i386\").  Essa opção usa o B<gcc>."
 
 
@@ -805,8 +806,8 @@ msgstr "Exibe informa
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg.1:250
 #: ../../../man/po4a/../C/dpkg.1:250
-#, no-wrap
-msgid "B<dpkg-deb-actions>"
+#, fuzzy, no-wrap
+msgid "B<dpkg-deb actions>"
 msgstr "B<dpkg-deb-actions>"
 msgstr "B<dpkg-deb-actions>"
 
 
 # type: Plain text
 # type: Plain text
@@ -857,8 +858,8 @@ msgstr ""
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg.1:275
 #: ../../../man/po4a/../C/dpkg.1:275
-#, no-wrap
-msgid "B<dpkg-query-actions>"
+#, fuzzy, no-wrap
+msgid "B<dpkg-query actions>"
 msgstr "B<dpkg-query-actions>"
 msgstr "B<dpkg-query-actions>"
 
 
 # type: Plain text
 # type: Plain text
@@ -919,7 +920,8 @@ msgstr "B<--abort-after=>I<n
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:302
 #: ../../../man/po4a/../C/dpkg.1:302
-msgid "Change after how many errors dpkg will abort. The default is 50."
+#, fuzzy
+msgid "Change after how many errors B<dpkg> will abort. The default is 50."
 msgstr "Altera o número de erros após os quais o dpkg abortará. O padrão é 50."
 msgstr "Altera o número de erros após os quais o dpkg abortará. O padrão é 50."
 
 
 # type: TP
 # type: TP
@@ -951,7 +953,7 @@ msgstr "B<-D>I<octal>B< | --debug=>I<octal>"
 #: ../../../man/po4a/../C/dpkg.1:314
 #: ../../../man/po4a/../C/dpkg.1:314
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
-"Set debugging on. I<octal> is formed by bitwise-orring desired values "
+"Switch debugging on. I<octal> is formed by bitwise-orring desired values "
 "together from the list below (note that these values may change in future "
 "together from the list below (note that these values may change in future "
 "releases). B<-Dh> or B<--debug=help> display these debugging values."
 "releases). B<-Dh> or B<--debug=help> display these debugging values."
 msgstr ""
 msgstr ""
@@ -1022,7 +1024,8 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:340
 #: ../../../man/po4a/../C/dpkg.1:340
-msgid "B<all>: Turns on(or off) all force options."
+#, fuzzy
+msgid "B<all>: Turns on (or off) all force options."
 msgstr "B<all>: Liga (ou desliga) todas as opções de força."
 msgstr "B<all>: Liga (ou desliga) todas as opções de força."
 
 
 # type: Plain text
 # type: Plain text
@@ -1307,7 +1310,7 @@ msgstr "B<-G>"
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Don't install a package if a newer version of the same package is already "
 "Don't install a package if a newer version of the same package is already "
-"installed. This is an alias of B<--refuse-downgrade.>"
+"installed. This is an alias of B<--refuse-downgrade>."
 msgstr ""
 msgstr ""
 "Não instala um pacote se uma nova versão do mesmo pacote já estiver "
 "Não instala um pacote se uma nova versão do mesmo pacote já estiver "
 "instalada. Isso é um apelido de B<--refuse-downgrade.>"
 "instalada. Isso é um apelido de B<--refuse-downgrade.>"
@@ -1326,7 +1329,7 @@ msgid ""
 "contains many files that give information about status of installed or "
 "contains many files that give information about status of installed or "
 "uninstalled packages, etc. B<instdir> defaults to I</> and refers to the "
 "uninstalled packages, etc. B<instdir> defaults to I</> and refers to the "
 "directory where packages are to be installed. B<instdir> is also the "
 "directory where packages are to be installed. B<instdir> is also the "
-"directory passed to B<chroot>(2) before running I<package>'s installation "
+"directory passed to B<chroot>(2) before running package's installation "
 "scripts, which means that the scripts see B<instdir> as a root directory.  "
 "scripts, which means that the scripts see B<instdir> as a root directory.  "
 "Changing B<root> changes B<instdir> to I<dir> and B<admindir> to I<dir>B</"
 "Changing B<root> changes B<instdir> to I<dir> and B<admindir> to I<dir>B</"
 "var/lib/dpkg>."
 "var/lib/dpkg>."
@@ -1386,10 +1389,10 @@ msgstr "B<--status-fd >I<E<lt>nE<gt>>"
 msgid ""
 msgid ""
 "Send package status info to file descriptor I<E<lt>nE<gt>>. This can be "
 "Send package status info to file descriptor I<E<lt>nE<gt>>. This can be "
 "given multiple times. Status updates are of the form `status: E<lt>pkgE<gt>: "
 "given multiple times. Status updates are of the form `status: E<lt>pkgE<gt>: "
-"E<lt>pkg qstateE<gt>'.  Errors are reported as `status: E<lt>pkgE<gt>: "
-"error: extend-error-message'.  Configuration file conflicts are reported as "
+"E<lt>pkg stateE<gt>'.  Errors are reported as `status: E<lt>pkgE<gt>: error: "
+"extend-error-message'.  Configuration file conflicts are reported as "
 "`status: conffile-prompt: conffile : 'current-conffile' 'new-conffile' "
 "`status: conffile-prompt: conffile : 'current-conffile' 'new-conffile' "
-"useredited distedited'"
+"useredited distedited'."
 msgstr ""
 msgstr ""
 "Envia a informação do estado do pacote para o descritor de arquivo "
 "Envia a informação do estado do pacote para o descritor de arquivo "
 "I<E<lt>nE<gt>>.  Isso pode ser dado múltiplas vezes. As atualizações de "
 "I<E<lt>nE<gt>>.  Isso pode ser dado múltiplas vezes. As atualizações de "
@@ -1412,7 +1415,7 @@ msgid ""
 "versionE<gt> E<lt>available-versionE<gt>' for actions where "
 "versionE<gt> E<lt>available-versionE<gt>' for actions where "
 "I<E<lt>actionE<gt>> is one of install, upgrade, remove, purge; and `YYYY-MM-"
 "I<E<lt>actionE<gt>> is one of install, upgrade, remove, purge; and `YYYY-MM-"
 "DD HH:MM:SS conffile E<lt>filenameE<gt> E<lt>decisionE<gt>' for conffile "
 "DD HH:MM:SS conffile E<lt>filenameE<gt> E<lt>decisionE<gt>' for conffile "
-"changes where I<E<lt>decision> is either install or keep."
+"changes where I<E<lt>decisionE<gt>> is either install or keep."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
@@ -1569,7 +1572,8 @@ msgstr "B<SHELL>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:540
 #: ../../../man/po4a/../C/dpkg.1:540
-msgid "The program B<dpkg> will execute while starting a new shell."
+#, fuzzy
+msgid "The program B<dpkg> will execute when starting a new shell."
 msgstr ""
 msgstr ""
 "O programa que o B<dpkg> executará quando estiver iniciando um novo shell."
 "O programa que o B<dpkg> executará quando estiver iniciando um novo shell."
 
 
@@ -1598,7 +1602,7 @@ msgstr "EXEMPLOS"
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:547
 #: ../../../man/po4a/../C/dpkg.1:547
 #, fuzzy
 #, fuzzy
-msgid "To list packages related to the editor vi:"
+msgid "To list packages related to the editor B<vi>(1):"
 msgstr "Para listar os pacotes relacionados com o editor vi:"
 msgstr "Para listar os pacotes relacionados com o editor vi:"
 
 
 # type: Plain text
 # type: Plain text
@@ -1610,7 +1614,7 @@ msgstr "B< dpkg -l '*vi*'>"
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:552
 #: ../../../man/po4a/../C/dpkg.1:552
 #, fuzzy
 #, fuzzy
-msgid "To see the entries in I</var/lib/dpkg/available> on two packages:"
+msgid "To see the entries in I</var/lib/dpkg/available> of two packages:"
 msgstr "Para ver as entradas em I</var/lib/dpkg/available> em dois pacotes:"
 msgstr "Para ver as entradas em I</var/lib/dpkg/available> em dois pacotes:"
 
 
 # type: Plain text
 # type: Plain text
@@ -1757,13 +1761,13 @@ msgstr "AUTORES"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:616
 #: ../../../man/po4a/../C/dpkg.1:616
-#, fuzzy, no-wrap
+#, no-wrap
 msgid ""
 msgid ""
-"See I</usr/share/doc/dpkg/THANKS.gz> for the list of people who have\n"
-"contributed to B<dpkg> .\n"
+"See I</usr/share/doc/dpkg/THANKS> for the list of people who have\n"
+"contributed to B<dpkg>.\n"
 msgstr ""
 msgstr ""
 "Veja B</usr/share/doc/dpkg/THANKS> para a lista de pessoas que\n"
 "Veja B</usr/share/doc/dpkg/THANKS> para a lista de pessoas que\n"
-"contribuíram para o B<dpkg> .\n"
+"contribuíram para o B<dpkg>.\n"
 
 
 # type: TP
 # type: TP
 #~ msgid "B<DPKG_OLD_CONFFILE>"
 #~ msgid "B<DPKG_OLD_CONFFILE>"

+ 38 - 24
man/po4a/dpkg.1/po/ru.po

@@ -6,7 +6,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-06-20 21:06+0200\n"
+"POT-Creation-Date: 2006-08-02 22:21+0200\n"
 "PO-Revision-Date: 2006-04-08 17:34+0300\n"
 "PO-Revision-Date: 2006-04-08 17:34+0300\n"
 "Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
 "Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
 "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
 "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -97,13 +97,14 @@ msgstr "ОПИСАНИЕ"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:26
 #: ../../../man/po4a/../C/dpkg.1:26
+#, fuzzy
 msgid ""
 msgid ""
 "B<dpkg> is a tool to install, build, remove and manage Debian packages. The "
 "B<dpkg> is a tool to install, build, remove and manage Debian packages. The "
 "primary and more user-friendly front-end for B<dpkg> is B<dselect>(1). "
 "primary and more user-friendly front-end for B<dpkg> is B<dselect>(1). "
 "B<dpkg> itself is controlled entirely via command line parameters, which "
 "B<dpkg> itself is controlled entirely via command line parameters, which "
 "consist of exactly one action and zero or more options. The action-parameter "
 "consist of exactly one action and zero or more options. The action-parameter "
-"tells dpkg what to do and options control the behavior of the action in some "
-"way."
+"tells B<dpkg> what to do and options control the behavior of the action in "
+"some way."
 msgstr ""
 msgstr ""
 "B<dpkg> -- это инструмент для установки, создания, удаления и управления "
 "B<dpkg> -- это инструмент для установки, создания, удаления и управления "
 "пакетами Debian. Основная и более простая оболочка для B<dpkg> -- это "
 "пакетами Debian. Основная и более простая оболочка для B<dpkg> -- это "
@@ -114,8 +115,9 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:31
 #: ../../../man/po4a/../C/dpkg.1:31
+#, fuzzy
 msgid ""
 msgid ""
-"B<dpkg> can be also be used as a front-end to B<dpkg-deb>.  The following "
+"B<dpkg> can be also be used as a front-end to B<dpkg-deb>(1).  The following "
 "are B<dpkg-deb> actions, and if they are encountered, B<dpkg> just runs "
 "are B<dpkg-deb> actions, and if they are encountered, B<dpkg> just runs "
 "B<dpkg-deb> with the parameters given to it:"
 "B<dpkg-deb> with the parameters given to it:"
 msgstr ""
 msgstr ""
@@ -663,7 +665,9 @@ msgstr "B<dpkg --print-architecture>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:219
 #: ../../../man/po4a/../C/dpkg.1:219
-msgid "Print architecture of packages dpkg installs (for example, \"i386\")."
+#, fuzzy
+msgid ""
+"Print architecture of packages B<dpkg> installs (for example, \"i386\")."
 msgstr ""
 msgstr ""
 "Показать архитектуру устанавливаемых пакетов с помощью dpkg (например, \"i386"
 "Показать архитектуру устанавливаемых пакетов с помощью dpkg (например, \"i386"
 "\")."
 "\")."
@@ -771,8 +775,8 @@ msgstr "Показать информацию о версии B<dpkg>."
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg.1:250
 #: ../../../man/po4a/../C/dpkg.1:250
-#, no-wrap
-msgid "B<dpkg-deb-actions>"
+#, fuzzy, no-wrap
+msgid "B<dpkg-deb actions>"
 msgstr "B<dpkg-deb-actions>"
 msgstr "B<dpkg-deb-actions>"
 
 
 # type: Plain text
 # type: Plain text
@@ -825,8 +829,8 @@ msgstr ""
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg.1:275
 #: ../../../man/po4a/../C/dpkg.1:275
-#, no-wrap
-msgid "B<dpkg-query-actions>"
+#, fuzzy, no-wrap
+msgid "B<dpkg-query actions>"
 msgstr "B<dpkg-query-actions>"
 msgstr "B<dpkg-query-actions>"
 
 
 # type: Plain text
 # type: Plain text
@@ -891,7 +895,8 @@ msgstr "B<--abort-after=>I<число>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:302
 #: ../../../man/po4a/../C/dpkg.1:302
-msgid "Change after how many errors dpkg will abort. The default is 50."
+#, fuzzy
+msgid "Change after how many errors B<dpkg> will abort. The default is 50."
 msgstr ""
 msgstr ""
 "Задать количество ошибок после которого dpkg аварийно завершится. По "
 "Задать количество ошибок после которого dpkg аварийно завершится. По "
 "умолчанию 50."
 "умолчанию 50."
@@ -922,8 +927,9 @@ msgstr "B<-D>I<octal>B< | --debug=>I<octal>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:314
 #: ../../../man/po4a/../C/dpkg.1:314
+#, fuzzy
 msgid ""
 msgid ""
-"Set debugging on. I<octal> is formed by bitwise-orring desired values "
+"Switch debugging on. I<octal> is formed by bitwise-orring desired values "
 "together from the list below (note that these values may change in future "
 "together from the list below (note that these values may change in future "
 "releases). B<-Dh> or B<--debug=help> display these debugging values."
 "releases). B<-Dh> or B<--debug=help> display these debugging values."
 msgstr ""
 msgstr ""
@@ -993,7 +999,8 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:340
 #: ../../../man/po4a/../C/dpkg.1:340
-msgid "B<all>: Turns on(or off) all force options."
+#, fuzzy
+msgid "B<all>: Turns on (or off) all force options."
 msgstr "B<all>: Включить (или выключить) все принудительные параметры."
 msgstr "B<all>: Включить (или выключить) все принудительные параметры."
 
 
 # type: Plain text
 # type: Plain text
@@ -1272,9 +1279,10 @@ msgstr "B<-G>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:452
 #: ../../../man/po4a/../C/dpkg.1:452
+#, fuzzy
 msgid ""
 msgid ""
 "Don't install a package if a newer version of the same package is already "
 "Don't install a package if a newer version of the same package is already "
-"installed. This is an alias of B<--refuse-downgrade.>"
+"installed. This is an alias of B<--refuse-downgrade>."
 msgstr ""
 msgstr ""
 "Не устанавливать пакет, если новая версия такого же пакета уже установлена. "
 "Не устанавливать пакет, если новая версия такого же пакета уже установлена. "
 "Это синоним параметра B<--refuse-downgrade>."
 "Это синоним параметра B<--refuse-downgrade>."
@@ -1287,12 +1295,13 @@ msgstr "B<--root=>I<dir> | B<--admindir=>I<dir> | B<--instdir=>I<dir>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:463
 #: ../../../man/po4a/../C/dpkg.1:463
+#, fuzzy
 msgid ""
 msgid ""
 "Change default directories. B<admindir> defaults to I</var/lib/dpkg> and "
 "Change default directories. B<admindir> defaults to I</var/lib/dpkg> and "
 "contains many files that give information about status of installed or "
 "contains many files that give information about status of installed or "
 "uninstalled packages, etc. B<instdir> defaults to I</> and refers to the "
 "uninstalled packages, etc. B<instdir> defaults to I</> and refers to the "
 "directory where packages are to be installed. B<instdir> is also the "
 "directory where packages are to be installed. B<instdir> is also the "
-"directory passed to B<chroot>(2) before running I<package>'s installation "
+"directory passed to B<chroot>(2) before running package's installation "
 "scripts, which means that the scripts see B<instdir> as a root directory.  "
 "scripts, which means that the scripts see B<instdir> as a root directory.  "
 "Changing B<root> changes B<instdir> to I<dir> and B<admindir> to I<dir>B</"
 "Changing B<root> changes B<instdir> to I<dir> and B<admindir> to I<dir>B</"
 "var/lib/dpkg>."
 "var/lib/dpkg>."
@@ -1347,13 +1356,14 @@ msgstr "B<--status-fd >I<E<lt>nE<gt>>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:480
 #: ../../../man/po4a/../C/dpkg.1:480
+#, fuzzy
 msgid ""
 msgid ""
 "Send package status info to file descriptor I<E<lt>nE<gt>>. This can be "
 "Send package status info to file descriptor I<E<lt>nE<gt>>. This can be "
 "given multiple times. Status updates are of the form `status: E<lt>pkgE<gt>: "
 "given multiple times. Status updates are of the form `status: E<lt>pkgE<gt>: "
-"E<lt>pkg qstateE<gt>'.  Errors are reported as `status: E<lt>pkgE<gt>: "
-"error: extend-error-message'.  Configuration file conflicts are reported as "
+"E<lt>pkg stateE<gt>'.  Errors are reported as `status: E<lt>pkgE<gt>: error: "
+"extend-error-message'.  Configuration file conflicts are reported as "
 "`status: conffile-prompt: conffile : 'current-conffile' 'new-conffile' "
 "`status: conffile-prompt: conffile : 'current-conffile' 'new-conffile' "
-"useredited distedited'"
+"useredited distedited'."
 msgstr ""
 msgstr ""
 "Послать информацию о состоянии пакета в файловый дескриптор I<E<lt>nE<gt>>. "
 "Послать информацию о состоянии пакета в файловый дескриптор I<E<lt>nE<gt>>. "
 "Этот параметр можно задавать несколько раз. Эта информация выдаётся в виде "
 "Этот параметр можно задавать несколько раз. Эта информация выдаётся в виде "
@@ -1370,6 +1380,7 @@ msgstr "B<--log=>I<имя файла>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:492
 #: ../../../man/po4a/../C/dpkg.1:492
+#, fuzzy
 msgid ""
 msgid ""
 "Log status change updates and actions to I<filename>, instead of the default "
 "Log status change updates and actions to I<filename>, instead of the default "
 "I</var/log/dpkg.log>. If this option is given multiple times, the last "
 "I</var/log/dpkg.log>. If this option is given multiple times, the last "
@@ -1379,7 +1390,7 @@ msgid ""
 "versionE<gt> E<lt>available-versionE<gt>' for actions where "
 "versionE<gt> E<lt>available-versionE<gt>' for actions where "
 "I<E<lt>actionE<gt>> is one of install, upgrade, remove, purge; and `YYYY-MM-"
 "I<E<lt>actionE<gt>> is one of install, upgrade, remove, purge; and `YYYY-MM-"
 "DD HH:MM:SS conffile E<lt>filenameE<gt> E<lt>decisionE<gt>' for conffile "
 "DD HH:MM:SS conffile E<lt>filenameE<gt> E<lt>decisionE<gt>' for conffile "
-"changes where I<E<lt>decision> is either install or keep."
+"changes where I<E<lt>decisionE<gt>> is either install or keep."
 msgstr ""
 msgstr ""
 "Протоколировать изменения обновлений и действия в I<файл>, вместо файл по "
 "Протоколировать изменения обновлений и действия в I<файл>, вместо файл по "
 "умолчанию I</var/log/dpkg.log>. Если этот параметр указан несколько раз, то "
 "умолчанию I</var/log/dpkg.log>. Если этот параметр указан несколько раз, то "
@@ -1545,7 +1556,8 @@ msgstr "B<SHELL>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:540
 #: ../../../man/po4a/../C/dpkg.1:540
-msgid "The program B<dpkg> will execute while starting a new shell."
+#, fuzzy
+msgid "The program B<dpkg> will execute when starting a new shell."
 msgstr "Программа, которую запустит B<dpkg> при старте новой оболочки."
 msgstr "Программа, которую запустит B<dpkg> при старте новой оболочки."
 
 
 # type: TP
 # type: TP
@@ -1572,7 +1584,8 @@ msgstr "ПРИМЕРЫ"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:547
 #: ../../../man/po4a/../C/dpkg.1:547
-msgid "To list packages related to the editor vi:"
+#, fuzzy
+msgid "To list packages related to the editor B<vi>(1):"
 msgstr "Показать список пакетов, относящихся к редактору vi:"
 msgstr "Показать список пакетов, относящихся к редактору vi:"
 
 
 # type: Plain text
 # type: Plain text
@@ -1583,7 +1596,8 @@ msgstr "B< dpkg -l \\(aq*vi*\\(aq>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:552
 #: ../../../man/po4a/../C/dpkg.1:552
-msgid "To see the entries in I</var/lib/dpkg/available> on two packages:"
+#, fuzzy
+msgid "To see the entries in I</var/lib/dpkg/available> of two packages:"
 msgstr "Посмотреть записи о двух пакетах в файле B</var/lib/dpkg/available>:"
 msgstr "Посмотреть записи о двух пакетах в файле B</var/lib/dpkg/available>:"
 
 
 # type: Plain text
 # type: Plain text
@@ -1732,9 +1746,9 @@ msgstr "АВТОРЫ"
 #: ../../../man/po4a/../C/dpkg.1:616
 #: ../../../man/po4a/../C/dpkg.1:616
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
-"See I</usr/share/doc/dpkg/THANKS.gz> for the list of people who have\n"
-"contributed to B<dpkg> .\n"
-msgstr "Смотрите файл I</usr/share/doc/dpkg/THANKS.gz>, где приведён список тех, кто участвовал в разработке B<dpkg>.\n"
+"See I</usr/share/doc/dpkg/THANKS> for the list of people who have\n"
+"contributed to B<dpkg>.\n"
+msgstr "Смотрите файл I</usr/share/doc/dpkg/THANKS>, где приведён список тех, кто участвовал в разработке B<dpkg>.\n"
 
 
 # type: TP
 # type: TP
 #~ msgid "B<DPKG_OLD_CONFFILE>"
 #~ msgid "B<DPKG_OLD_CONFFILE>"

+ 38 - 24
man/po4a/dpkg.1/po/sv.po

@@ -5,7 +5,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-06-20 21:06+0200\n"
+"POT-Creation-Date: 2006-08-02 22:21+0200\n"
 "PO-Revision-Date: 2006-06-11 20:52+0100\n"
 "PO-Revision-Date: 2006-06-11 20:52+0100\n"
 "Last-Translator: Peter Karlsson <peterk@debian.org>\n"
 "Last-Translator: Peter Karlsson <peterk@debian.org>\n"
 "Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
 "Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
@@ -95,13 +95,14 @@ msgstr "BESKRIVNING"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:26
 #: ../../../man/po4a/../C/dpkg.1:26
+#, fuzzy
 msgid ""
 msgid ""
 "B<dpkg> is a tool to install, build, remove and manage Debian packages. The "
 "B<dpkg> is a tool to install, build, remove and manage Debian packages. The "
 "primary and more user-friendly front-end for B<dpkg> is B<dselect>(1). "
 "primary and more user-friendly front-end for B<dpkg> is B<dselect>(1). "
 "B<dpkg> itself is controlled entirely via command line parameters, which "
 "B<dpkg> itself is controlled entirely via command line parameters, which "
 "consist of exactly one action and zero or more options. The action-parameter "
 "consist of exactly one action and zero or more options. The action-parameter "
-"tells dpkg what to do and options control the behavior of the action in some "
-"way."
+"tells B<dpkg> what to do and options control the behavior of the action in "
+"some way."
 msgstr ""
 msgstr ""
 "B<dpkg> är ett mellannivåverktyg för att installera, bygga, ta bort och "
 "B<dpkg> är ett mellannivåverktyg för att installera, bygga, ta bort och "
 "hantera Debianpaket. Det primära och mer användarvänliga skalet runt B<dpkg> "
 "hantera Debianpaket. Det primära och mer användarvänliga skalet runt B<dpkg> "
@@ -112,8 +113,9 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:31
 #: ../../../man/po4a/../C/dpkg.1:31
+#, fuzzy
 msgid ""
 msgid ""
-"B<dpkg> can be also be used as a front-end to B<dpkg-deb>.  The following "
+"B<dpkg> can be also be used as a front-end to B<dpkg-deb>(1).  The following "
 "are B<dpkg-deb> actions, and if they are encountered, B<dpkg> just runs "
 "are B<dpkg-deb> actions, and if they are encountered, B<dpkg> just runs "
 "B<dpkg-deb> with the parameters given to it:"
 "B<dpkg-deb> with the parameters given to it:"
 msgstr ""
 msgstr ""
@@ -663,7 +665,9 @@ msgstr "B<dpkg --print-architecture>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:219
 #: ../../../man/po4a/../C/dpkg.1:219
-msgid "Print architecture of packages dpkg installs (for example, \"i386\")."
+#, fuzzy
+msgid ""
+"Print architecture of packages B<dpkg> installs (for example, \"i386\")."
 msgstr ""
 msgstr ""
 "Skriv ut arkitekturen för paket dpkg installerar (till exempel \"i386\")."
 "Skriv ut arkitekturen för paket dpkg installerar (till exempel \"i386\")."
 
 
@@ -768,8 +772,8 @@ msgstr "Visar B<dpkg>s versionsinformation."
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg.1:250
 #: ../../../man/po4a/../C/dpkg.1:250
-#, no-wrap
-msgid "B<dpkg-deb-actions>"
+#, fuzzy, no-wrap
+msgid "B<dpkg-deb actions>"
 msgstr "B<dpkg-deb-åtgärder>"
 msgstr "B<dpkg-deb-åtgärder>"
 
 
 # type: Plain text
 # type: Plain text
@@ -819,8 +823,8 @@ msgstr ""
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg.1:275
 #: ../../../man/po4a/../C/dpkg.1:275
-#, no-wrap
-msgid "B<dpkg-query-actions>"
+#, fuzzy, no-wrap
+msgid "B<dpkg-query actions>"
 msgstr "B<dpkg-query-åtgärder>"
 msgstr "B<dpkg-query-åtgärder>"
 
 
 # type: Plain text
 # type: Plain text
@@ -881,7 +885,8 @@ msgstr "B<--abort-after=>I<antal>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:302
 #: ../../../man/po4a/../C/dpkg.1:302
-msgid "Change after how many errors dpkg will abort. The default is 50."
+#, fuzzy
+msgid "Change after how many errors B<dpkg> will abort. The default is 50."
 msgstr "Ställer in efter hur många fel dpkg skall avbryta. Förvalet är 50."
 msgstr "Ställer in efter hur många fel dpkg skall avbryta. Förvalet är 50."
 
 
 # type: TP
 # type: TP
@@ -910,8 +915,9 @@ msgstr "B<-D>I<oktalv
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:314
 #: ../../../man/po4a/../C/dpkg.1:314
+#, fuzzy
 msgid ""
 msgid ""
-"Set debugging on. I<octal> is formed by bitwise-orring desired values "
+"Switch debugging on. I<octal> is formed by bitwise-orring desired values "
 "together from the list below (note that these values may change in future "
 "together from the list below (note that these values may change in future "
 "releases). B<-Dh> or B<--debug=help> display these debugging values."
 "releases). B<-Dh> or B<--debug=help> display these debugging values."
 msgstr ""
 msgstr ""
@@ -980,7 +986,8 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:340
 #: ../../../man/po4a/../C/dpkg.1:340
-msgid "B<all>: Turns on(or off) all force options."
+#, fuzzy
+msgid "B<all>: Turns on (or off) all force options."
 msgstr "B<all>: Slår på (eller av) alla tvingande parametrar."
 msgstr "B<all>: Slår på (eller av) alla tvingande parametrar."
 
 
 # type: Plain text
 # type: Plain text
@@ -1252,9 +1259,10 @@ msgstr "B<-G>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:452
 #: ../../../man/po4a/../C/dpkg.1:452
+#, fuzzy
 msgid ""
 msgid ""
 "Don't install a package if a newer version of the same package is already "
 "Don't install a package if a newer version of the same package is already "
-"installed. This is an alias of B<--refuse-downgrade.>"
+"installed. This is an alias of B<--refuse-downgrade>."
 msgstr ""
 msgstr ""
 "Installera inte paketet om en nyare version av samma paket redan är "
 "Installera inte paketet om en nyare version av samma paket redan är "
 "installerat. Detta är ett alias för B<--refuse-downgrade.>"
 "installerat. Detta är ett alias för B<--refuse-downgrade.>"
@@ -1267,12 +1275,13 @@ msgstr "B<--root=>I<kat> | B<--admindir=>I<kat> | B<--instdir=>I<kat>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:463
 #: ../../../man/po4a/../C/dpkg.1:463
+#, fuzzy
 msgid ""
 msgid ""
 "Change default directories. B<admindir> defaults to I</var/lib/dpkg> and "
 "Change default directories. B<admindir> defaults to I</var/lib/dpkg> and "
 "contains many files that give information about status of installed or "
 "contains many files that give information about status of installed or "
 "uninstalled packages, etc. B<instdir> defaults to I</> and refers to the "
 "uninstalled packages, etc. B<instdir> defaults to I</> and refers to the "
 "directory where packages are to be installed. B<instdir> is also the "
 "directory where packages are to be installed. B<instdir> is also the "
-"directory passed to B<chroot>(2) before running I<package>'s installation "
+"directory passed to B<chroot>(2) before running package's installation "
 "scripts, which means that the scripts see B<instdir> as a root directory.  "
 "scripts, which means that the scripts see B<instdir> as a root directory.  "
 "Changing B<root> changes B<instdir> to I<dir> and B<admindir> to I<dir>B</"
 "Changing B<root> changes B<instdir> to I<dir> and B<admindir> to I<dir>B</"
 "var/lib/dpkg>."
 "var/lib/dpkg>."
@@ -1325,13 +1334,14 @@ msgstr "B<--status-fd >I<E<lt>nE<gt>>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:480
 #: ../../../man/po4a/../C/dpkg.1:480
+#, fuzzy
 msgid ""
 msgid ""
 "Send package status info to file descriptor I<E<lt>nE<gt>>. This can be "
 "Send package status info to file descriptor I<E<lt>nE<gt>>. This can be "
 "given multiple times. Status updates are of the form `status: E<lt>pkgE<gt>: "
 "given multiple times. Status updates are of the form `status: E<lt>pkgE<gt>: "
-"E<lt>pkg qstateE<gt>'.  Errors are reported as `status: E<lt>pkgE<gt>: "
-"error: extend-error-message'.  Configuration file conflicts are reported as "
+"E<lt>pkg stateE<gt>'.  Errors are reported as `status: E<lt>pkgE<gt>: error: "
+"extend-error-message'.  Configuration file conflicts are reported as "
 "`status: conffile-prompt: conffile : 'current-conffile' 'new-conffile' "
 "`status: conffile-prompt: conffile : 'current-conffile' 'new-conffile' "
-"useredited distedited'"
+"useredited distedited'."
 msgstr ""
 msgstr ""
 "Sänder paketstatusinformation till filhandtag I<E<lt>nE<gt>>. Denna flagga "
 "Sänder paketstatusinformation till filhandtag I<E<lt>nE<gt>>. Denna flagga "
 "kan ges flera gånger. Statusuppdateringar ges på formen \"status: "
 "kan ges flera gånger. Statusuppdateringar ges på formen \"status: "
@@ -1348,6 +1358,7 @@ msgstr "B<--log=>I<filename>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:492
 #: ../../../man/po4a/../C/dpkg.1:492
+#, fuzzy
 msgid ""
 msgid ""
 "Log status change updates and actions to I<filename>, instead of the default "
 "Log status change updates and actions to I<filename>, instead of the default "
 "I</var/log/dpkg.log>. If this option is given multiple times, the last "
 "I</var/log/dpkg.log>. If this option is given multiple times, the last "
@@ -1357,7 +1368,7 @@ msgid ""
 "versionE<gt> E<lt>available-versionE<gt>' for actions where "
 "versionE<gt> E<lt>available-versionE<gt>' for actions where "
 "I<E<lt>actionE<gt>> is one of install, upgrade, remove, purge; and `YYYY-MM-"
 "I<E<lt>actionE<gt>> is one of install, upgrade, remove, purge; and `YYYY-MM-"
 "DD HH:MM:SS conffile E<lt>filenameE<gt> E<lt>decisionE<gt>' for conffile "
 "DD HH:MM:SS conffile E<lt>filenameE<gt> E<lt>decisionE<gt>' for conffile "
-"changes where I<E<lt>decision> is either install or keep."
+"changes where I<E<lt>decisionE<gt>> is either install or keep."
 msgstr ""
 msgstr ""
 "Logga statusändringsmeddelanden och kommandon på I<filnamn>, istället för "
 "Logga statusändringsmeddelanden och kommandon på I<filnamn>, istället för "
 "förvalet I</var/log/dpkg.log>. Om denna flagga ges flera gånger används det "
 "förvalet I</var/log/dpkg.log>. Om denna flagga ges flera gånger används det "
@@ -1519,7 +1530,8 @@ msgstr "B<SHELL>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:540
 #: ../../../man/po4a/../C/dpkg.1:540
-msgid "The program B<dpkg> will execute while starting a new shell."
+#, fuzzy
+msgid "The program B<dpkg> will execute when starting a new shell."
 msgstr "Programmet B<dpkg> kommer att exekvera när ett nytt skal startas."
 msgstr "Programmet B<dpkg> kommer att exekvera när ett nytt skal startas."
 
 
 # type: TP
 # type: TP
@@ -1545,7 +1557,8 @@ msgstr "EXEMPEL"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:547
 #: ../../../man/po4a/../C/dpkg.1:547
-msgid "To list packages related to the editor vi:"
+#, fuzzy
+msgid "To list packages related to the editor B<vi>(1):"
 msgstr "För att lista paket relaterade till textredigeringsprogrammet vi:"
 msgstr "För att lista paket relaterade till textredigeringsprogrammet vi:"
 
 
 # type: Plain text
 # type: Plain text
@@ -1556,7 +1569,8 @@ msgstr "     B<dpkg -l \\(aq*vi*\\(aq>\n"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg.1:552
 #: ../../../man/po4a/../C/dpkg.1:552
-msgid "To see the entries in I</var/lib/dpkg/available> on two packages:"
+#, fuzzy
+msgid "To see the entries in I</var/lib/dpkg/available> of two packages:"
 msgstr "För att se posterna i I</var/lib/dpkg/available> för två paket:"
 msgstr "För att se posterna i I</var/lib/dpkg/available> för två paket:"
 
 
 # type: Plain text
 # type: Plain text
@@ -1709,10 +1723,10 @@ msgstr "F
 #: ../../../man/po4a/../C/dpkg.1:616
 #: ../../../man/po4a/../C/dpkg.1:616
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
-"See I</usr/share/doc/dpkg/THANKS.gz> for the list of people who have\n"
-"contributed to B<dpkg> .\n"
+"See I</usr/share/doc/dpkg/THANKS> for the list of people who have\n"
+"contributed to B<dpkg>.\n"
 msgstr ""
 msgstr ""
-"Se filen B</usr/share/doc/dpkg/THANKS.gz> för en lista över personer som\n"
+"Se filen B</usr/share/doc/dpkg/THANKS> för en lista över personer som\n"
 "bidragit till B<dpkg> .\n"
 "bidragit till B<dpkg> .\n"
 
 
 # type: TP
 # type: TP