]> err.no Git - dpkg/commitdiff
Apply suggestions by Helge Kreutzman and regenerate the POT and POs.
authorNicolas FRANCOIS <nekral-guest@users.alioth.debian.org>
Sat, 29 Jul 2006 07:52:25 +0000 (07:52 +0000)
committerNicolas FRANCOIS <nekral-guest@users.alioth.debian.org>
Sat, 29 Jul 2006 07:52:25 +0000 (07:52 +0000)
man/C/dpkg-name.1
man/ChangeLog
man/po4a/dpkg-name.1/po/dpkg-name.1.pot
man/po4a/dpkg-name.1/po/es.po
man/po4a/dpkg-name.1/po/fr.po
man/po4a/dpkg-name.1/po/ja.po

index 9f806d82f0b278916bd3471b3e349ef20d2de656..8006d1d77230d48cf10369de989c9f277b1f97e5 100644 (file)
@@ -28,7 +28,7 @@ sh script which provides an easy way to rename
 packages into their full package names. A full package name consists
 of <package>_<version>_<architecture>.deb as specified in the control
 file of the package. The <version> part of the filename consists of
-the mainstream version information optionally followed by a hyphen and
+the upstream version information optionally followed by a hyphen and
 the revision information.
 .SH OPTIONS
 .TP
@@ -43,13 +43,13 @@ Existing files will be overwritten if they have the same name as the
 destination filename.
 .TP
 .BR "\-s, \-\-subdir" " [\fIdir\fP]"
-Files will be moved into subdir. If directory given as argument exists
+Files will be moved into a subdirectory. If the directory given as argument exists
 the files will be moved into that directory otherwise the name of
 the target directory is extracted from the section field in the
 control part of the package. The target directory will be
 `unstable/binary\-<architecture>/<section>'. If the section is
-`non-free', `contrib' or no section information is found in the
-control file the target directory is
+not found in the control, then `no-section' is assumed, and in this case,
+as well as for sections `non-free' and `contrib' the target directory is
 `<section>/binary\-<architecture>'. The section field isn't required so
 a lot of packages will find their way to the `no\-section' area. Use
 this option with care, it's messy.
@@ -92,7 +92,10 @@ This can be used when building new packages.
 Some packages don't follow the name structure
 <package>_<version>_<architecture>.deb. Packages renamed by dpkg\-name
 will follow this structure. Generally this will have no impact on how
-packages are installed by dselect/dpkg, but other installation tools
+packages are installed by
+.BR dselect (1)/
+.BR dpkg (1),
+but other installation tools
 might depend on this naming structure.
 .SH SEE ALSO
 .BR deb (5),
index 63ad0586b21321d401eafb3015431b2b515a9966..b83a5a6720a4e80726a40cfae9a882a156e62e05 100644 (file)
@@ -1,3 +1,10 @@
+2006-07-29  Nicolas Francois  <nicolas.francois@centraliens.net>
+
+       * C/dpkg-name.1: Typo fix.
+       * po4a/dpkg-name.1/po/dpkg-name.1.pot: Regenerated.
+       * po4a/dpkg-name.1/po/*.po: Merge with pot file.
+       Former completed translations become 39t3f.
+
 2006-07-28  Helge Kreutzmann  <debian@helgefjell.de>
 
        * po4a/cleanup-info.8/po/de.po: Updated translation.
index d02b73c22d91ddd1d9615568be65eec5518920b1..7ff589dd01f822e7eccdd2b903b7009714feeab7 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-06-20 21:07+0200\n"
+"POT-Creation-Date: 2006-07-28 21:10+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -78,8 +78,8 @@ msgid ""
 "package name consists of "
 "E<lt>packageE<gt>_E<lt>versionE<gt>_E<lt>architectureE<gt>.deb as specified "
 "in the control file of the package. The E<lt>versionE<gt> part of the "
-"filename consists of the mainstream version information optionally followed "
-"by a hyphen and the revision information."
+"filename consists of the upstream version information optionally followed by "
+"a hyphen and the revision information."
 msgstr ""
 
 # type: SH
@@ -132,13 +132,13 @@ msgstr ""
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg-name.1:56
 msgid ""
-"Files will be moved into subdir. If directory given as argument exists the "
-"files will be moved into that directory otherwise the name of the target "
-"directory is extracted from the section field in the control part of the "
-"package. The target directory will be "
+"Files will be moved into a subdirectory. If the directory given as argument "
+"exists the files will be moved into that directory otherwise the name of the "
+"target directory is extracted from the section field in the control part of "
+"the package. The target directory will be "
 "`unstable/binary-E<lt>architectureE<gt>/E<lt>sectionE<gt>'. If the section "
-"is `non-free', `contrib' or no section information is found in the control "
-"file the target directory is "
+"is not found in the control, then `no-section' is assumed, and in this case, "
+"as well as for sections `non-free' and `contrib' the target directory is "
 "`E<lt>sectionE<gt>/binary-E<lt>architectureE<gt>'. The section field isn't "
 "required so a lot of packages will find their way to the `no-section' "
 "area. Use this option with care, it's messy."
@@ -257,36 +257,36 @@ msgid "BUGS"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-name.1:97
+#: ../../../man/po4a/../C/dpkg-name.1:100
 msgid ""
 "Some packages don't follow the name structure "
 "E<lt>packageE<gt>_E<lt>versionE<gt>_E<lt>architectureE<gt>.deb. Packages "
 "renamed by dpkg-name will follow this structure. Generally this will have no "
-"impact on how packages are installed by dselect/dpkg, but other installation "
-"tools might depend on this naming structure."
+"impact on how packages are installed by B<dselect>(1)/ B<dpkg>(1), but other "
+"installation tools might depend on this naming structure."
 msgstr ""
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-name.1:97
+#: ../../../man/po4a/../C/dpkg-name.1:100
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-name.1:104
+#: ../../../man/po4a/../C/dpkg-name.1:107
 msgid ""
 "B<deb>(5), B<deb-control>(5), B<dpkg>(1), B<dpkg-deb>(1), B<find>(1), "
 "B<xargs>(1)."
 msgstr ""
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-name.1:104
+#: ../../../man/po4a/../C/dpkg-name.1:107
 #, no-wrap
 msgid "COPYRIGHT"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-name.1:110
+#: ../../../man/po4a/../C/dpkg-name.1:113
 msgid ""
 "Copyright 1995,1996 Erick Branderhorst.  B<dpkg-name> is free software; see "
 "the GNU General Public Licence version 2 or later for copying "
index 96af4eb1943f324838b3e1f4bee35154828fbff4..3f7b2d00b997a7b091e5e24345e0dffa516fab9a 100644 (file)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-06-20 21:07+0200\n"
+"POT-Creation-Date: 2006-07-28 21:10+0200\n"
 "PO-Revision-Date: 2005-07-03 15:04+0200\n"
 "Last-Translator: Unknown translator\n"
 "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -82,8 +82,8 @@ msgid ""
 "package name consists of "
 "E<lt>packageE<gt>_E<lt>versionE<gt>_E<lt>architectureE<gt>.deb as specified "
 "in the control file of the package. The E<lt>versionE<gt> part of the "
-"filename consists of the mainstream version information optionally followed "
-"by a hyphen and the revision information."
+"filename consists of the upstream version information optionally followed by "
+"a hyphen and the revision information."
 msgstr ""
 "Esta pagina de manual trata sobre B<dpkg-name> , un programa hecho en sh que "
 "ofrece una manera fácil de renombrar paquetes B<Debian> a nombres de "
@@ -149,15 +149,16 @@ msgstr "B<-s, --subdir [directorio]>"
 #: ../../../man/po4a/../C/dpkg-name.1:56
 #, fuzzy
 msgid ""
-"Files will be moved into subdir. If directory given as argument exists the "
-"files will be moved into that directory otherwise the name of the target "
-"directory is extracted from the section field in the control part of the "
-"package. The target directory will be `unstable/binary-"
-"E<lt>architectureE<gt>/E<lt>sectionE<gt>'. If the section is `non-free', "
-"`contrib' or no section information is found in the control file the target "
-"directory is `E<lt>sectionE<gt>/binary-E<lt>architectureE<gt>'. The section "
-"field isn't required so a lot of packages will find their way to the `no-"
-"section' area. Use this option with care, it's messy."
+"Files will be moved into a subdirectory. If the directory given as argument "
+"exists the files will be moved into that directory otherwise the name of the "
+"target directory is extracted from the section field in the control part of "
+"the package. The target directory will be `unstable/binary-"
+"E<lt>architectureE<gt>/E<lt>sectionE<gt>'. If the section is not found in "
+"the control, then `no-section' is assumed, and in this case, as well as for "
+"sections `non-free' and `contrib' the target directory is `E<lt>sectionE<gt>/"
+"binary-E<lt>architectureE<gt>'. The section field isn't required so a lot of "
+"packages will find their way to the `no-section' area. Use this option with "
+"care, it's messy."
 msgstr ""
 "Se moverán los archivos dentro del subdirectorio especificado. Si existe el "
 "directorio dado como argumento, los archivos se moverán dentro del "
@@ -303,14 +304,14 @@ msgid "BUGS"
 msgstr "ERRATAS"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-name.1:97
+#: ../../../man/po4a/../C/dpkg-name.1:100
 #, fuzzy
 msgid ""
 "Some packages don't follow the name structure "
 "E<lt>packageE<gt>_E<lt>versionE<gt>_E<lt>architectureE<gt>.deb. Packages "
 "renamed by dpkg-name will follow this structure. Generally this will have no "
-"impact on how packages are installed by dselect/dpkg, but other installation "
-"tools might depend on this naming structure."
+"impact on how packages are installed by B<dselect>(1)/ B<dpkg>(1), but other "
+"installation tools might depend on this naming structure."
 msgstr ""
 "Algunos paquetes no siguen la misma estructura de "
 "E<lt>paqueteE<gt>_E<lt>versiónE<gt>_E<lt>arquitecturaE<gt>.deb. Los paquetes "
@@ -319,13 +320,13 @@ msgstr ""
 "otras herramientas de instalación podrían depender de esta estructura."
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-name.1:97
+#: ../../../man/po4a/../C/dpkg-name.1:100
 #, fuzzy, no-wrap
 msgid "SEE ALSO"
 msgstr "VÉASE TAMBIÉN"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-name.1:104
+#: ../../../man/po4a/../C/dpkg-name.1:107
 #, fuzzy
 msgid ""
 "B<deb>(5), B<deb-control>(5), B<dpkg>(1), B<dpkg-deb>(1), B<find>(1), "
@@ -335,13 +336,13 @@ msgstr ""
 "B<xargs>(1)."
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-name.1:104
+#: ../../../man/po4a/../C/dpkg-name.1:107
 #, fuzzy, no-wrap
 msgid "COPYRIGHT"
 msgstr "COPYRIGHT"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-name.1:110
+#: ../../../man/po4a/../C/dpkg-name.1:113
 #, fuzzy
 msgid ""
 "Copyright 1995,1996 Erick Branderhorst.  B<dpkg-name> is free software; see "
index e17ebda2362392516b382e8604f1b4332e64753e..4aa33749d63d6af94d5471fbca7cd15533b7c874 100644 (file)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-06-20 21:07+0200\n"
+"POT-Creation-Date: 2006-07-28 21:10+0200\n"
 "PO-Revision-Date: 2006-05-14 10:21+0200\n"
 "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -73,14 +73,15 @@ msgstr "DESCRIPTION"
 
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg-name.1:33
+#, fuzzy
 msgid ""
 "This manual page documents the B<dpkg-name> sh script which provides an easy "
 "way to rename B<Debian> packages into their full package names. A full "
 "package name consists of "
 "E<lt>packageE<gt>_E<lt>versionE<gt>_E<lt>architectureE<gt>.deb as specified "
 "in the control file of the package. The E<lt>versionE<gt> part of the "
-"filename consists of the mainstream version information optionally followed "
-"by a hyphen and the revision information."
+"filename consists of the upstream version information optionally followed by "
+"a hyphen and the revision information."
 msgstr ""
 "Cette page de manuel documente le script sh B<dpkg-name>. Celui-ci fournit "
 "une façon simple de redonner aux paquets B<Debian> leur nom complet. Ce nom "
@@ -142,16 +143,18 @@ msgstr "B<-s, --subdir> [I<rep>]"
 
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg-name.1:56
+#, fuzzy
 msgid ""
-"Files will be moved into subdir. If directory given as argument exists the "
-"files will be moved into that directory otherwise the name of the target "
-"directory is extracted from the section field in the control part of the "
-"package. The target directory will be `unstable/binary-"
-"E<lt>architectureE<gt>/E<lt>sectionE<gt>'. If the section is `non-free', "
-"`contrib' or no section information is found in the control file the target "
-"directory is `E<lt>sectionE<gt>/binary-E<lt>architectureE<gt>'. The section "
-"field isn't required so a lot of packages will find their way to the `no-"
-"section' area. Use this option with care, it's messy."
+"Files will be moved into a subdirectory. If the directory given as argument "
+"exists the files will be moved into that directory otherwise the name of the "
+"target directory is extracted from the section field in the control part of "
+"the package. The target directory will be `unstable/binary-"
+"E<lt>architectureE<gt>/E<lt>sectionE<gt>'. If the section is not found in "
+"the control, then `no-section' is assumed, and in this case, as well as for "
+"sections `non-free' and `contrib' the target directory is `E<lt>sectionE<gt>/"
+"binary-E<lt>architectureE<gt>'. The section field isn't required so a lot of "
+"packages will find their way to the `no-section' area. Use this option with "
+"care, it's messy."
 msgstr ""
 "Met les fichiers dans rep. Si le répertoire donné en argument existe, les "
 "fichiers sont déplacés dans ce répertoire\\ ; sinon le répertoire cible, "
@@ -292,13 +295,14 @@ msgid "BUGS"
 msgstr "BOGUES"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-name.1:97
+#: ../../../man/po4a/../C/dpkg-name.1:100
+#, fuzzy
 msgid ""
 "Some packages don't follow the name structure "
 "E<lt>packageE<gt>_E<lt>versionE<gt>_E<lt>architectureE<gt>.deb. Packages "
 "renamed by dpkg-name will follow this structure. Generally this will have no "
-"impact on how packages are installed by dselect/dpkg, but other installation "
-"tools might depend on this naming structure."
+"impact on how packages are installed by B<dselect>(1)/ B<dpkg>(1), but other "
+"installation tools might depend on this naming structure."
 msgstr ""
 "Certains paquets ne respectent pas l'organisation "
 "E<lt>paquetE<gt>_E<lt>versionE<gt>_E<lt>architectureE<gt>.deb. Les paquets "
@@ -307,13 +311,13 @@ msgstr ""
 "systèmes d'installation aient besoin de cette organisation."
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-name.1:97
+#: ../../../man/po4a/../C/dpkg-name.1:100
 #, no-wrap
 msgid "SEE ALSO"
 msgstr "VOIR AUSSI"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-name.1:104
+#: ../../../man/po4a/../C/dpkg-name.1:107
 msgid ""
 "B<deb>(5), B<deb-control>(5), B<dpkg>(1), B<dpkg-deb>(1), B<find>(1), "
 "B<xargs>(1)."
@@ -322,13 +326,13 @@ msgstr ""
 "B<xargs>(1)."
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-name.1:104
+#: ../../../man/po4a/../C/dpkg-name.1:107
 #, no-wrap
 msgid "COPYRIGHT"
 msgstr "COPYRIGHT"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-name.1:110
+#: ../../../man/po4a/../C/dpkg-name.1:113
 msgid ""
 "Copyright 1995,1996 Erick Branderhorst.  B<dpkg-name> is free software; see "
 "the GNU General Public Licence version 2 or later for copying conditions. "
index 41fa1c10042f46584ca0e8284e3e59d69e78f467..61e496fef03094efd5658bd4cbbd7de575742984 100644 (file)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-06-20 21:07+0200\n"
+"POT-Creation-Date: 2006-07-28 21:10+0200\n"
 "PO-Revision-Date: 2005-07-03 15:04+0200\n"
 "Last-Translator: Unknown translator\n"
 "Language-Team: Japanese <debian-l10n-japanese@lists.debian.org>\n"
@@ -82,8 +82,8 @@ msgid ""
 "package name consists of "
 "E<lt>packageE<gt>_E<lt>versionE<gt>_E<lt>architectureE<gt>.deb as specified "
 "in the control file of the package. The E<lt>versionE<gt> part of the "
-"filename consists of the mainstream version information optionally followed "
-"by a hyphen and the revision information."
+"filename consists of the upstream version information optionally followed by "
+"a hyphen and the revision information."
 msgstr ""
 "¤³¤Î¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤Ç¤Ï¡¢ B<dpkg-name> ¥·¥§¥ë¥¹¥¯¥ê¥×¥È¤Ë¤Ä¤¤¤ÆÀâÌÀ¤¹¤ë¡£ "
 "B<dpkg-name> ¥·¥§¥ë¥¹¥¯¥ê¥×¥È¤Ï¡¢ B<Debian> ¥Ñ¥Ã¥±¡¼¥¸¤ò´°Á´¤Ê¥Ñ¥Ã¥±¡¼¥¸Ì¾"
@@ -147,15 +147,16 @@ msgstr "B<-s, --subdir [dir]>"
 #: ../../../man/po4a/../C/dpkg-name.1:56
 #, fuzzy
 msgid ""
-"Files will be moved into subdir. If directory given as argument exists the "
-"files will be moved into that directory otherwise the name of the target "
-"directory is extracted from the section field in the control part of the "
-"package. The target directory will be `unstable/binary-"
-"E<lt>architectureE<gt>/E<lt>sectionE<gt>'. If the section is `non-free', "
-"`contrib' or no section information is found in the control file the target "
-"directory is `E<lt>sectionE<gt>/binary-E<lt>architectureE<gt>'. The section "
-"field isn't required so a lot of packages will find their way to the `no-"
-"section' area. Use this option with care, it's messy."
+"Files will be moved into a subdirectory. If the directory given as argument "
+"exists the files will be moved into that directory otherwise the name of the "
+"target directory is extracted from the section field in the control part of "
+"the package. The target directory will be `unstable/binary-"
+"E<lt>architectureE<gt>/E<lt>sectionE<gt>'. If the section is not found in "
+"the control, then `no-section' is assumed, and in this case, as well as for "
+"sections `non-free' and `contrib' the target directory is `E<lt>sectionE<gt>/"
+"binary-E<lt>architectureE<gt>'. The section field isn't required so a lot of "
+"packages will find their way to the `no-section' area. Use this option with "
+"care, it's messy."
 msgstr ""
 "¥Õ¥¡¥¤¥ë¤ò subdir ¤Ç»ØÄꤷ¤¿¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤¹¤ë¡£¤â¤·°ú¿ô¤Ç»ØÄꤷ¤¿ ¥Ç¥£¥ì"
 "¥¯¥È¥ê¤¬Â¸ºß¤¹¤ì¤Ð¡¢¥Ñ¥Ã¥±¡¼¥¸¤Î control ¤Î¥»¥¯¥·¥ç¥ó¥Õ¥£¡¼¥ë¥É ¤«¤éÆÀ¤é¤ì¤¿"
@@ -296,14 +297,14 @@ msgid "BUGS"
 msgstr "¥Ð¥°"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-name.1:97
+#: ../../../man/po4a/../C/dpkg-name.1:100
 #, fuzzy
 msgid ""
 "Some packages don't follow the name structure "
 "E<lt>packageE<gt>_E<lt>versionE<gt>_E<lt>architectureE<gt>.deb. Packages "
 "renamed by dpkg-name will follow this structure. Generally this will have no "
-"impact on how packages are installed by dselect/dpkg, but other installation "
-"tools might depend on this naming structure."
+"impact on how packages are installed by B<dselect>(1)/ B<dpkg>(1), but other "
+"installation tools might depend on this naming structure."
 msgstr ""
 "¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤Æ¤Ï E<lt>¥Ñ¥Ã¥±¡¼¥¸E<gt>_E<lt>¥Ð¡¼¥¸¥ç¥óE<gt>_E<lt>¥¢¡¼¥­¥Æ"
 "¥¯¥Á¥ãE<gt>.deb ¤È¤¤¤¦Ì¾Á°¤Ç¤Ï¤Ê¤¤¡£ dpkg-name ¤Ë¤è¤Ã¤Æ²þ̾¤µ¤ì¤¿¥Ñ¥Ã¥±¡¼¥¸¤Ï"
@@ -312,13 +313,13 @@ msgstr ""
 "¥È¡¼¥ë¥Ä¡¼¥ë¤Ë ¤è¤Ã¤Æ¤Ï±Æ¶Á¤¬¤¢¤ë¤«¤â¤·¤ì¤Ê¤¤¡£"
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-name.1:97
+#: ../../../man/po4a/../C/dpkg-name.1:100
 #, fuzzy, no-wrap
 msgid "SEE ALSO"
 msgstr "´ØÏ¢¹àÌÜ"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-name.1:104
+#: ../../../man/po4a/../C/dpkg-name.1:107
 #, fuzzy
 msgid ""
 "B<deb>(5), B<deb-control>(5), B<dpkg>(1), B<dpkg-deb>(1), B<find>(1), "
@@ -328,13 +329,13 @@ msgstr ""
 "B<xargs>(1)."
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-name.1:104
+#: ../../../man/po4a/../C/dpkg-name.1:107
 #, fuzzy, no-wrap
 msgid "COPYRIGHT"
 msgstr "COPYRIGHT"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-name.1:110
+#: ../../../man/po4a/../C/dpkg-name.1:113
 #, fuzzy
 msgid ""
 "Copyright 1995,1996 Erick Branderhorst.  B<dpkg-name> is free software; see "