dejagnu.po 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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/chapter07/dejagnu.xml:14
  20. #, no-wrap
  21. msgid "&dejagnu-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:12
  25. msgid ""
  26. "<productname>dejagnu</productname> "
  27. "<productnumber>&dejagnu-version;</productnumber> <placeholder "
  28. "type=\"address\" id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:17
  32. msgid "DejaGNU-&dejagnu-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:20
  36. msgid "DejaGNU"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:26
  40. msgid ""
  41. "The <application>DejaGnu</application> package contains a framework for "
  42. "running test suites on GNU tools. It is written in "
  43. "<command>expect</command>, which itself uses <application>Tcl</application> "
  44. "(Tool Command Language)."
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:31
  48. msgid "&buildtime;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:32
  52. msgid "&diskspace;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:35
  56. msgid "&dejagnu-tmp-sbu;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:36
  60. msgid "&dejagnu-tmp-du;"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><title>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:43
  64. msgid "Installation of DejaGNU"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><para>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:45
  68. msgid "Prepare DejaGNU for compilation:"
  69. msgstr ""
  70. #. type: Content of: <sect1><sect2><screen>
  71. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:47
  72. #, no-wrap
  73. msgid ""
  74. "<userinput remap=\"configure\">./configure --prefix=/usr\n"
  75. "makeinfo --html --no-split -o doc/dejagnu.html doc/dejagnu.texi\n"
  76. "makeinfo --plaintext -o doc/dejagnu.txt doc/dejagnu.texi</userinput>"
  77. msgstr ""
  78. #. type: Content of: <sect1><sect2><para>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:51
  80. msgid "Build and install the package:"
  81. msgstr ""
  82. #. type: Content of: <sect1><sect2><screen>
  83. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:53
  84. #, no-wrap
  85. msgid ""
  86. "<userinput remap=\"install\">make install\n"
  87. "install -v -dm755 /usr/share/doc/dejagnu-&dejagnu-version;\n"
  88. "install -v -m644 doc/dejagnu.{html,txt} "
  89. "/usr/share/doc/dejagnu-&dejagnu-version;</userinput>"
  90. msgstr ""
  91. #. type: Content of: <sect1><sect2><para>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:57
  93. msgid "To test the results, issue:"
  94. msgstr ""
  95. #. type: Content of: <sect1><sect2><screen>
  96. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:59
  97. #, no-wrap
  98. msgid "<userinput remap=\"test\">make check</userinput>"
  99. msgstr ""
  100. #. type: Content of: <sect1><sect2><title>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:65
  102. msgid "Contents of DejaGNU"
  103. msgstr ""
  104. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:68
  106. msgid "Installed program"
  107. msgstr ""
  108. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:71
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:86
  111. msgid "runtest"
  112. msgstr ""
  113. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:76
  115. msgid "Short Descriptions"
  116. msgstr ""
  117. #. type: Content of: <sect1><sect2><variablelist>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:77
  119. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  120. msgstr ""
  121. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:81
  123. msgid "<command>runtest</command>"
  124. msgstr ""
  125. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/dejagnu.xml:83
  127. msgid ""
  128. "A wrapper script that locates the proper <command>expect</command> shell and "
  129. "then runs DejaGNU"
  130. msgstr ""