gperf.po 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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/gperf.xml:14
  20. #, no-wrap
  21. msgid "&gperf-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:12
  25. msgid ""
  26. "<productname>gperf</productname> "
  27. "<productnumber>&gperf-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:17
  32. msgid "Gperf-&gperf-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:20
  36. msgid "Gperf"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:26
  40. msgid "Gperf generates a perfect hash function from a key set."
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:29
  44. msgid "&buildtime;"
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:30
  48. msgid "&diskspace;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:33
  52. msgid "&gperf-fin-sbu;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:34
  56. msgid "&gperf-fin-du;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:41
  60. msgid "Installation of Gperf"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:43
  64. msgid "Prepare Gperf for compilation:"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><screen>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:45
  68. #, no-wrap
  69. msgid ""
  70. "<userinput remap=\"configure\">./configure --prefix=/usr "
  71. "--docdir=/usr/share/doc/gperf-&gperf-version;</userinput>"
  72. msgstr ""
  73. #. type: Content of: <sect1><sect2><para>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:47
  75. msgid "Compile the package:"
  76. msgstr ""
  77. #. type: Content of: <sect1><sect2><screen>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:49
  79. #, no-wrap
  80. msgid "<userinput remap=\"make\">make</userinput>"
  81. msgstr ""
  82. #. type: Content of: <sect1><sect2><para>
  83. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:51
  84. msgid ""
  85. "The tests are known to fail if running multiple simultaneous tests (-j "
  86. "option greater than 1). To test the results, issue:"
  87. msgstr ""
  88. #. type: Content of: <sect1><sect2><screen>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:55
  90. #, no-wrap
  91. msgid "<userinput remap=\"test\">make -j1 check</userinput>"
  92. msgstr ""
  93. #. type: Content of: <sect1><sect2><para>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:57
  95. msgid "Install the package:"
  96. msgstr ""
  97. #. type: Content of: <sect1><sect2><screen>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:59
  99. #, no-wrap
  100. msgid "<userinput remap=\"install\">make install</userinput>"
  101. msgstr ""
  102. #. type: Content of: <sect1><sect2><title>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:64
  104. msgid "Contents of Gperf"
  105. msgstr ""
  106. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:67
  108. msgid "Installed program"
  109. msgstr ""
  110. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:68
  112. msgid "Installed directory"
  113. msgstr ""
  114. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:71
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:86
  117. msgid "gperf"
  118. msgstr ""
  119. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:72
  121. msgid "/usr/share/doc/gperf-&gperf-version;"
  122. msgstr ""
  123. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:77
  125. msgid "Short Descriptions"
  126. msgstr ""
  127. #. type: Content of: <sect1><sect2><variablelist>
  128. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:78
  129. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  130. msgstr ""
  131. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  132. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:82
  133. msgid "<command>gperf</command>"
  134. msgstr ""
  135. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:84
  137. msgid "Generates a perfect hash from a key set"
  138. msgstr ""