Browse Source

man: Shorten example symbol names in dpkg-gensymbols(1)

This fixes a mandb warning due to very long strings in the Dutch man page
translation that is part of a block quote, and cannot be line wrapped.

Unfuzzy all translations.

Warned-by: lintian
Guillem Jover 8 years ago
parent
commit
abbdf5b838
14 changed files with 111 additions and 106 deletions
  1. 5 0
      debian/changelog
  2. 6 6
      man/dpkg-gensymbols.1
  3. 13 13
      man/po/de.po
  4. 8 8
      man/po/es.po
  5. 7 7
      man/po/fr.po
  6. 7 7
      man/po/hu.po
  7. 8 8
      man/po/it.po
  8. 8 8
      man/po/ja.po
  9. 12 12
      man/po/nl.po
  10. 8 8
      man/po/pl.po
  11. 7 7
      man/po/pt_BR.po
  12. 7 7
      man/po/ru.po
  13. 8 8
      man/po/sv.po
  14. 7 7
      man/po/zh_CN.po

+ 5 - 0
debian/changelog

@@ -1,5 +1,10 @@
 dpkg (1.18.7) UNRELEASED; urgency=medium
 
+  [ Guillem Jover ]
+  * Documentation:
+    - Shorten example symbol names in dpkg-gensymbols to avoid a mandb
+      warning due to unwrappable lines in translations.
+
   [ Updated scripts translations ]
   * German (Helge Kreutzmann).
 

+ 6 - 6
man/dpkg-gensymbols.1

@@ -192,23 +192,23 @@ will be considered only on alpha, any\-amd64 and ia64 architectures,
 the second only on linux architectures, while the third one anywhere
 except on armel.
 
- (arch=alpha any\-amd64 ia64)a_64bit_specific_symbol@Base 1.0
+ (arch=alpha any\-amd64 ia64)64bit_specific_symbol@Base 1.0
  (arch=linux\-any)linux_specific_symbol@Base 1.0
  (arch=!armel)symbol_armel_does_not_have@Base 1.0
 
 The \fIarchitecture-bits\fP is either \fB32\fP or \fB64\fP.
 
- (arch-bits=32)a_32bit_specific_symbol@Base 1.0
- (arch-bits=64)a_64bit_specific_symbol@Base 1.0
+ (arch-bits=32)32bit_specific_symbol@Base 1.0
+ (arch-bits=64)64bit_specific_symbol@Base 1.0
 
 The \fIarchitecture-endianness\fP is either \fBlittle\fP or \fBbig\fP.
 
- (arch-endian=little)a_little_endian_specific_symbol@Base 1.0
- (arch-endian=big)a_big_endian_specific_symbol@Base 1.0
+ (arch-endian=little)little_endian_specific_symbol@Base 1.0
+ (arch-endian=big)big_endian_specific_symbol@Base 1.0
 
 Multiple restrictions can be chained.
 
- (arch-bits=32|arch-endian=little)a_32bit_le_symbol@Base 1.0
+ (arch-bits=32|arch-endian=little)32bit_le_symbol@Base 1.0
 .TP
 .B ignore\-blacklist
 dpkg\-gensymbols has an internal blacklist of symbols that should not

+ 13 - 13
man/po/de.po

@@ -17,7 +17,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.18.7\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "POT-Creation-Date: 2016-05-05 17:48+0200\n"
-"PO-Revision-Date: 2016-05-08 13:54+0200\n"
+"PO-Revision-Date: 2016-05-09 01:27+0200\n"
 "Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
 "Language-Team: German <debian-l10n-german@lists.debian.org>\n"
 "Language: de\n"
@@ -13844,11 +13844,11 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol@Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol@Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have@Base 1.0\n"
 msgstr ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol@Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol@Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have@Base 1.0\n"
 
@@ -13861,11 +13861,11 @@ msgstr "I<architecture-bits> ist entweder B<32> oder B<64>."
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol@Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol@Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol@Base 1.0\n"
 msgstr ""
-" (arch-bits=32)a_32bit_specific_symbol@Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol@Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol@Base 1.0\n"
 
 #. type: Plain text
 #: dpkg-gensymbols.1
@@ -13876,11 +13876,11 @@ msgstr "I<architecture-endianness> ist entweder B<little> oder B<big>."
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol@Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol@Base 1.0\n"
 msgstr ""
-" (arch-endian=little)a_little_endian_specific_symbol@Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol@Base 1.0\n"
 
 #. type: Plain text
 #: dpkg-gensymbols.1
@@ -13890,8 +13890,8 @@ msgstr "Mehrere Einschränkungen können aneinandergehängt werden."
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol@Base 1.0\n"
-msgstr " (arch-bits=32|arch-endian=little)a_32bit_le_symbol@Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol@Base 1.0\n"
+msgstr " (arch-bits=32|arch-endian=little)32bit_le_symbol@Base 1.0\n"
 
 #. type: TP
 #: dpkg-gensymbols.1

+ 8 - 8
man/po/es.po

@@ -39,7 +39,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.16.8\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:37+0200\n"
 "Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
 "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
 "Language: es\n"
@@ -14771,11 +14771,11 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol@Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol@Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have@Base 1.0\n"
 msgstr ""
-" (arch=alpha any-amd64 ia64)a_64bit_símbolo_específico@Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_símbolo_específico@Base 1.0\n"
 " (arch=linux-any)símbolo_específico_linux@Base 1.0\n"
 " (arch=!armel)símbolo_ausente_en_armel@Base 1.0\n"
 
@@ -14788,8 +14788,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol@Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol@Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14801,8 +14801,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol@Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14813,7 +14813,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol@Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: TP

+ 7 - 7
man/po/fr.po

@@ -12,7 +12,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.17.0\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:37+0200\n"
 "Last-Translator: Sébastien Poher <sbphr@volted.net>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
 "Language: fr\n"
@@ -14697,7 +14697,7 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol@Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol@Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have@Base 1.0\n"
 msgstr ""
@@ -14714,8 +14714,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol@Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol@Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14727,8 +14727,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol@Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14739,7 +14739,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol@Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: TP

+ 7 - 7
man/po/hu.po

@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.17.0\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:38+0200\n"
 "Last-Translator: SZERVÁC Attila <sas@321.hu>\n"
 "Language-Team: Hungarian <debian-l10n-hungarian@lists.debian.org>\n"
 "Language: hu\n"
@@ -11647,7 +11647,7 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol@Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol@Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have@Base 1.0\n"
 msgstr ""
@@ -11661,8 +11661,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol@Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol@Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -11674,8 +11674,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol@Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -11686,7 +11686,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol@Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: TP

+ 8 - 8
man/po/it.po

@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: dpkg 1.16.10\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:38+0200\n"
 "Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
 "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
 "Language: it\n"
@@ -14043,11 +14043,11 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol@Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol@Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have@Base 1.0\n"
 msgstr ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol@Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol@Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have@Base 1.0\n"
 
@@ -14060,8 +14060,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol@Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol@Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14073,8 +14073,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol@Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14085,7 +14085,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol@Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: TP

+ 8 - 8
man/po/ja.po

@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.17.0\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:38+0200\n"
 "Last-Translator: TAKAHASHI Motonobu <monyo@monyo.com>\n"
 "Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
 "Language: ja\n"
@@ -14460,11 +14460,11 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol@Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol@Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have@Base 1.0\n"
 msgstr ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol@Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol@Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have@Base 1.0\n"
 
@@ -14477,8 +14477,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol@Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol@Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14490,8 +14490,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol@Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14502,7 +14502,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol@Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: TP

+ 12 - 12
man/po/nl.po

@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.18.4\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:38+0200\n"
 "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
 "Language-Team: Dutch <debian-l10n-dutch@lists.debian.org>\n"
 "Language: nl\n"
@@ -14025,7 +14025,7 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol@Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol@Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have@Base 1.0\n"
 msgstr ""
@@ -14042,11 +14042,11 @@ msgstr "De waarde van I<architectuur-bits> is ofwel B<32> of B<64>."
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol@Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol@Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol@Base 1.0\n"
 msgstr ""
-" (arch-bits=32)een_32bits_specifiek_symbool@Base 1.0\n"
-" (arch-bits=64)een_64bits_specifiek_symbool@Base 1.0\n"
+" (arch-bits=32)32bits_specifiek_symbool@Base 1.0\n"
+" (arch-bits=64)64bits_specifiek_symbool@Base 1.0\n"
 
 #. type: Plain text
 #: dpkg-gensymbols.1
@@ -14057,11 +14057,11 @@ msgstr "De waarde van I<architectuur-endianness> is ofwel B<little> of B<big>."
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol@Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol@Base 1.0\n"
 msgstr ""
-" (arch-endian=little)een_little_endian_specifiek_symbool@Base 1.0\n"
-" (arch-endian=big)een_big_endian_specifiek_symbool@Base 1.0\n"
+" (arch-endian=little)little_endian_specifiek_symbool@Base 1.0\n"
+" (arch-endian=big)big_endian_specifiek_symbool@Base 1.0\n"
 
 #. type: Plain text
 #: dpkg-gensymbols.1
@@ -14071,8 +14071,8 @@ msgstr "Meerdere beperkingen kunnen aaneengeregen worden."
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol@Base 1.0\n"
-msgstr " (arch-bits=32|arch-endian=little)een_32bits_le_symbool@Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol@Base 1.0\n"
+msgstr " (arch-bits=32|arch-endian=little)32bits_le_symbool@Base 1.0\n"
 
 #. type: TP
 #: dpkg-gensymbols.1

+ 8 - 8
man/po/pl.po

@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.15.4\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:39+0200\n"
 "Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
 "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
 "Language: pl\n"
@@ -14768,11 +14768,11 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol@Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol@Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have@Base 1.0\n"
 msgstr ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol@Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol@Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have@Base 1.0\n"
 
@@ -14785,8 +14785,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol@Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol@Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14798,8 +14798,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol@Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14810,7 +14810,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol@Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: TP

+ 7 - 7
man/po/pt_BR.po

@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.17.0\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:39+0200\n"
 "Last-Translator: Andre Luis Lopes  <andrelop@debian.org>\n"
 "Language-Team: Portuguese <debian-l10n-portuguese@lists.debian.org>\n"
 "Language: pt_BR\n"
@@ -11504,7 +11504,7 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol@Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol@Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have@Base 1.0\n"
 msgstr ""
@@ -11518,8 +11518,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol@Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol@Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -11531,8 +11531,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol@Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -11543,7 +11543,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol@Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: TP

+ 7 - 7
man/po/ru.po

@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.17.0\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:39+0200\n"
 "Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
 "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
 "Language: ru\n"
@@ -11954,7 +11954,7 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol@Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol@Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have@Base 1.0\n"
 msgstr ""
@@ -11968,8 +11968,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol@Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol@Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -11981,8 +11981,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol@Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -11993,7 +11993,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol@Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: TP

+ 8 - 8
man/po/sv.po

@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.17.11\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:16+0200\n"
+"PO-Revision-Date: 2016-05-07 20:39+0200\n"
 "Last-Translator: Peter Krefting <peter@softwolves.pp.se>\n"
 "Language-Team: Svenska <debian-l10n-swedish@lists.debian.org>\n"
 "Language: sv\n"
@@ -14375,11 +14375,11 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol@Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol@Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have@Base 1.0\n"
 msgstr ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol@Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol@Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have@Base 1.0\n"
 
@@ -14392,8 +14392,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol@Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol@Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14405,8 +14405,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol@Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -14417,7 +14417,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol@Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: TP

+ 7 - 7
man/po/zh_CN.po

@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.17.21\n"
 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
 "POT-Creation-Date: 2016-05-02 04:18+0200\n"
-"PO-Revision-Date: 2016-05-05 18:17+0200\n"
+"PO-Revision-Date: 2016-05-07 20:39+0200\n"
 "Last-Translator: Zhou Mo <cdluminate@gmail.com>\n"
 "Language-Team: Chinese (simplified) <debian-l10n-chinese@lists.debian.org>\n"
 "Language: zh_CN\n"
@@ -11468,7 +11468,7 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch=alpha any-amd64 ia64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch=alpha any-amd64 ia64)64bit_specific_symbol@Base 1.0\n"
 " (arch=linux-any)linux_specific_symbol@Base 1.0\n"
 " (arch=!armel)symbol_armel_does_not_have@Base 1.0\n"
 msgstr ""
@@ -11482,8 +11482,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-bits=32)a_32bit_specific_symbol@Base 1.0\n"
-" (arch-bits=64)a_64bit_specific_symbol@Base 1.0\n"
+" (arch-bits=32)32bit_specific_symbol@Base 1.0\n"
+" (arch-bits=64)64bit_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -11495,8 +11495,8 @@ msgstr ""
 #: dpkg-gensymbols.1
 #, no-wrap
 msgid ""
-" (arch-endian=little)a_little_endian_specific_symbol@Base 1.0\n"
-" (arch-endian=big)a_big_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=little)little_endian_specific_symbol@Base 1.0\n"
+" (arch-endian=big)big_endian_specific_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: Plain text
@@ -11507,7 +11507,7 @@ msgstr ""
 #. type: Plain text
 #: dpkg-gensymbols.1
 #, no-wrap
-msgid " (arch-bits=32|arch-endian=little)a_32bit_le_symbol@Base 1.0\n"
+msgid " (arch-bits=32|arch-endian=little)32bit_le_symbol@Base 1.0\n"
 msgstr ""
 
 #. type: TP