gdbm.po 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\n"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. type: Content of: <sect1><sect1info><address>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:14
  20. #, no-wrap
  21. msgid "&gdbm-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:12
  25. msgid ""
  26. "<productname>gdbm</productname> "
  27. "<productnumber>&gdbm-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:17
  32. msgid "GDBM-&gdbm-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:20
  36. msgid "GDBM"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:26
  40. msgid ""
  41. "The GDBM package contains the GNU Database Manager. It is a library of "
  42. "database functions that use extensible hashing and works similar to the "
  43. "standard UNIX dbm. The library provides primitives for storing key/data "
  44. "pairs, searching and retrieving the data by its key and deleting a key along "
  45. "with its data."
  46. msgstr ""
  47. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  48. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:33
  49. msgid "&buildtime;"
  50. msgstr ""
  51. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  52. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:34
  53. msgid "&diskspace;"
  54. msgstr ""
  55. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  56. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:37
  57. msgid "&gdbm-fin-sbu;"
  58. msgstr ""
  59. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  60. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:38
  61. msgid "&gdbm-fin-du;"
  62. msgstr ""
  63. #. type: Content of: <sect1><sect2><title>
  64. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:45
  65. msgid "Installation of GDBM"
  66. msgstr ""
  67. #. type: Content of: <sect1><sect2><para>
  68. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:47
  69. msgid "First, fix an issue first identified by gcc-10:"
  70. msgstr ""
  71. #. type: Content of: <sect1><sect2><screen>
  72. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:49
  73. #, no-wrap
  74. msgid ""
  75. "<userinput remap=\"pre\">sed -r -i '/^char.*parseopt_program_(doc|args)/d' "
  76. "src/parseopt.c</userinput>"
  77. msgstr ""
  78. #. type: Content of: <sect1><sect2><para>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:51
  80. msgid "Prepare GDBM for compilation:"
  81. msgstr ""
  82. #. type: Content of: <sect1><sect2><screen>
  83. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:53
  84. #, no-wrap
  85. msgid ""
  86. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  87. " --disable-static \\\n"
  88. " --enable-libgdbm-compat</userinput>"
  89. msgstr ""
  90. #. type: Content of: <sect1><sect2><variablelist><title>
  91. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:58
  92. msgid "The meaning of the configure option:"
  93. msgstr ""
  94. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  95. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:61
  96. msgid "<envar>--enable-libgdbm-compat</envar>"
  97. msgstr ""
  98. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  99. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:63
  100. msgid ""
  101. "This switch enables building the libgdbm compatibility library. Some "
  102. "packages outside of LFS may require the older DBM routines it provides."
  103. msgstr ""
  104. #. type: Content of: <sect1><sect2><para>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:70
  106. msgid "Compile the package:"
  107. msgstr ""
  108. #. type: Content of: <sect1><sect2><screen>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:72
  110. #, no-wrap
  111. msgid "<userinput remap=\"make\">make</userinput>"
  112. msgstr ""
  113. #. type: Content of: <sect1><sect2><para>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:74
  115. msgid "To test the results, issue:"
  116. msgstr ""
  117. #. type: Content of: <sect1><sect2><screen>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:76
  119. #, no-wrap
  120. msgid "<userinput remap=\"test\">make check</userinput>"
  121. msgstr ""
  122. #. type: Content of: <sect1><sect2><para>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:78
  124. msgid "Install the package:"
  125. msgstr ""
  126. #. type: Content of: <sect1><sect2><screen>
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:80
  128. #, no-wrap
  129. msgid "<userinput remap=\"install\">make install</userinput>"
  130. msgstr ""
  131. #. type: Content of: <sect1><sect2><title>
  132. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:85
  133. msgid "Contents of GDBM"
  134. msgstr ""
  135. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:88
  137. msgid "Installed programs"
  138. msgstr ""
  139. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:89
  141. msgid "Installed libraries"
  142. msgstr ""
  143. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:92
  145. msgid "gdbm_dump, gdbm_load, and gdbmtool"
  146. msgstr ""
  147. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:93
  149. msgid "libgdbm.so and libgdbm_compat.so"
  150. msgstr ""
  151. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:98
  153. msgid "Short Descriptions"
  154. msgstr ""
  155. #. type: Content of: <sect1><sect2><variablelist>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:99
  157. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  158. msgstr ""
  159. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:103
  161. msgid "<command>gdbm_dump</command>"
  162. msgstr ""
  163. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:105
  165. msgid "Dumps a GDBM database to a file"
  166. msgstr ""
  167. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:107
  169. msgid "gdbm_dump"
  170. msgstr ""
  171. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  172. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:113
  173. msgid "<command>gdbm_load</command>"
  174. msgstr ""
  175. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  176. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:115
  177. msgid "Recreates a GDBM database from a dump file"
  178. msgstr ""
  179. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  180. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:117
  181. msgid "gdbm_load"
  182. msgstr ""
  183. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  184. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:123
  185. msgid "<command>gdbmtool</command>"
  186. msgstr ""
  187. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  188. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:125
  189. msgid "Tests and modifies a GDBM database"
  190. msgstr ""
  191. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  192. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:127
  193. msgid "gdbmtool"
  194. msgstr ""
  195. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  196. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:133
  197. msgid "<filename class=\"libraryfile\">libgdbm</filename>"
  198. msgstr ""
  199. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  200. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:135
  201. msgid "Contains functions to manipulate a hashed database"
  202. msgstr ""
  203. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  204. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:137
  205. msgid "libgdbm"
  206. msgstr ""
  207. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  208. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:143
  209. msgid "<filename class=\"libraryfile\">libgdbm_compat</filename>"
  210. msgstr ""
  211. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  212. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:145
  213. msgid "Compatibility library containing older DBM functions"
  214. msgstr ""
  215. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  216. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:147
  217. msgid "libgdbm_compat"
  218. msgstr ""