check.po 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  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/check.xml:14
  20. #, no-wrap
  21. msgid "&check-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:12
  25. msgid ""
  26. "<productname>check</productname> "
  27. "<productnumber>&check-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:17
  32. msgid "Check-&check-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:20
  36. msgid "Check"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:26
  40. msgid "Check is a unit testing framework for C."
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:29
  44. msgid "&buildtime;"
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:30
  48. msgid "&diskspace;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:33
  52. msgid "&check-fin-sbu;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:34
  56. msgid "&check-fin-du;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:41
  60. msgid "Installation of Check"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:43
  64. msgid "Prepare Check for compilation:"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><screen>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:45
  68. #, no-wrap
  69. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  70. msgstr ""
  71. #. type: Content of: <sect1><sect2><para>
  72. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:47
  73. msgid "Build the package:"
  74. msgstr ""
  75. #. type: Content of: <sect1><sect2><screen>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:49
  77. #, no-wrap
  78. msgid "<userinput remap=\"make\">make</userinput>"
  79. msgstr ""
  80. #. type: Content of: <sect1><sect2><para>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:51
  82. msgid ""
  83. "Compilation is now complete. To run the Check test suite, issue the "
  84. "following command:"
  85. msgstr ""
  86. #. type: Content of: <sect1><sect2><screen>
  87. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:54
  88. #, no-wrap
  89. msgid "<userinput remap=\"test\">make check</userinput>"
  90. msgstr ""
  91. #. type: Content of: <sect1><sect2><para>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:56
  93. msgid ""
  94. "Note that the Check test suite may take a relatively long (up to 4 SBU) "
  95. "time."
  96. msgstr ""
  97. #. type: Content of: <sect1><sect2><para>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:59
  99. msgid "Install the package:"
  100. msgstr ""
  101. #. type: Content of: <sect1><sect2><screen>
  102. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:61
  103. #, no-wrap
  104. msgid ""
  105. "<userinput remap=\"install\">make "
  106. "docdir=/usr/share/doc/check-&check-version; install</userinput>"
  107. msgstr ""
  108. #. type: Content of: <sect1><sect2><title>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:66
  110. msgid "Contents of Check"
  111. msgstr ""
  112. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:69
  114. msgid "Installed program"
  115. msgstr ""
  116. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:70
  118. msgid "Installed library"
  119. msgstr ""
  120. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:73
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:89
  123. msgid "checkmk"
  124. msgstr ""
  125. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:74
  127. msgid "libcheck.{a,so}"
  128. msgstr ""
  129. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  130. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:79
  131. msgid "Short Descriptions"
  132. msgstr ""
  133. #. type: Content of: <sect1><sect2><variablelist>
  134. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:80
  135. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  136. msgstr ""
  137. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  138. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:84
  139. msgid "<command>checkmk</command>"
  140. msgstr ""
  141. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  142. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:86
  143. msgid ""
  144. "Awk script for generating C unit tests for use with the Check unit testing "
  145. "framework"
  146. msgstr ""
  147. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:95
  149. msgid "<filename class=\"libraryfile\">libcheck.{a,so}</filename>"
  150. msgstr ""
  151. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:97
  153. msgid "Contains functions that allow Check to be called from a test program"
  154. msgstr ""
  155. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:100
  157. msgid "libcheck"
  158. msgstr ""