expect.po 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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/expect.xml:14
  20. #, no-wrap
  21. msgid "&expect-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:12
  25. msgid ""
  26. "<productname>expect</productname> "
  27. "<productnumber>&expect-version;</productnumber> <placeholder "
  28. "type=\"address\" id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:17
  32. msgid "Expect-&expect-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:20
  36. msgid "Expect"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:26
  40. msgid ""
  41. "The <application>Expect</application> package contains tools for automating, "
  42. "via scripted dialogues, interactive applications such as "
  43. "<command>telnet</command>, <command>ftp</command>, "
  44. "<command>passwd</command>, <command>fsck</command>, "
  45. "<command>rlogin</command>, and <command>tip</command>. "
  46. "<application>Expect</application> is also useful for testing these same "
  47. "applications as well as easing all sorts of tasks that are prohibitively "
  48. "difficult with anything else. The <application>DejaGnu</application> "
  49. "framework is written in <application>Expect</application>."
  50. msgstr ""
  51. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  52. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:37
  53. msgid "&buildtime;"
  54. msgstr ""
  55. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  56. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:38
  57. msgid "&diskspace;"
  58. msgstr ""
  59. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  60. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:41
  61. msgid "&expect-tmp-sbu;"
  62. msgstr ""
  63. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  64. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:42
  65. msgid "&expect-tmp-du;"
  66. msgstr ""
  67. #. type: Content of: <sect1><sect2><title>
  68. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:49
  69. msgid "Installation of Expect"
  70. msgstr ""
  71. #. type: Content of: <sect1><sect2><para>
  72. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:51
  73. msgid "Prepare Expect for compilation:"
  74. msgstr ""
  75. #. type: Content of: <sect1><sect2><screen>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:53
  77. #, no-wrap
  78. msgid ""
  79. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  80. " --with-tcl=/usr/lib \\\n"
  81. " --enable-shared \\\n"
  82. " --mandir=/usr/share/man \\\n"
  83. " --with-tclinclude=/usr/include</userinput>"
  84. msgstr ""
  85. #. type: Content of: <sect1><sect2><variablelist><title>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:60
  87. msgid "The meaning of the configure options:"
  88. msgstr ""
  89. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:63
  91. msgid "<parameter>--with-tcl=/usr/lib</parameter>"
  92. msgstr ""
  93. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:65
  95. msgid ""
  96. "This parameter is needed to tell <command>configure</command> where the "
  97. "<command>tclConfig.sh</command> script is located."
  98. msgstr ""
  99. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  100. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:72
  101. msgid "<parameter>--with-tclinclude=/usr/include</parameter>"
  102. msgstr ""
  103. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  104. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:74
  105. msgid "This explicitly tells Expect where to find Tcl's internal headers."
  106. msgstr ""
  107. #. type: Content of: <sect1><sect2><para>
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:81
  109. msgid "Build the package:"
  110. msgstr ""
  111. #. type: Content of: <sect1><sect2><screen>
  112. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:83
  113. #, no-wrap
  114. msgid "<userinput remap=\"make\">make</userinput>"
  115. msgstr ""
  116. #. type: Content of: <sect1><sect2><para>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:85
  118. msgid "Install the package:"
  119. msgstr ""
  120. #. type: Content of: <sect1><sect2><screen>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:87
  122. #, no-wrap
  123. msgid ""
  124. "<userinput remap=\"install\">make install\n"
  125. "ln -svf expect&expect-version;/libexpect&expect-version;.so "
  126. "/usr/lib</userinput>"
  127. msgstr ""
  128. #. type: Content of: <sect1><sect2><title>
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:93
  130. msgid "Contents of Expect"
  131. msgstr ""
  132. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:96
  134. msgid "Installed program"
  135. msgstr ""
  136. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:97
  138. msgid "Installed library"
  139. msgstr ""
  140. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  141. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:100
  142. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:116
  143. msgid "expect"
  144. msgstr ""
  145. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  146. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:101
  147. msgid "libexpect-&expect-lib-version;.so"
  148. msgstr ""
  149. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  150. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:106
  151. msgid "Short Descriptions"
  152. msgstr ""
  153. #. type: Content of: <sect1><sect2><variablelist>
  154. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:107
  155. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  156. msgstr ""
  157. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  158. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:111
  159. msgid "<command>expect</command>"
  160. msgstr ""
  161. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  162. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:113
  163. msgid "Communicates with other interactive programs according to a script"
  164. msgstr ""
  165. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  166. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:122
  167. msgid "<filename class=\"libraryfile\">libexpect-&expect-lib-version;.so</filename>"
  168. msgstr ""
  169. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  170. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:124
  171. msgid ""
  172. "Contains functions that allow Expect to be used as a Tcl extension or to be "
  173. "used directly from C or C++ (without Tcl)"
  174. msgstr ""
  175. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  176. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/expect.xml:127
  177. msgid "libexpect-&expect-lib-version;"
  178. msgstr ""