ncurses.po 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  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/ncurses.xml:14
  20. #, no-wrap
  21. msgid "&ncurses-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:12
  25. msgid ""
  26. "<productname>ncurses</productname> "
  27. "<productnumber>&ncurses-version;</productnumber> <placeholder "
  28. "type=\"address\" id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:17
  32. msgid "Ncurses-&ncurses-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:20
  36. msgid "Ncurses"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:26
  40. msgid ""
  41. "The Ncurses package contains libraries for terminal-independent handling of "
  42. "character screens."
  43. msgstr ""
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:30
  46. msgid "&buildtime;"
  47. msgstr ""
  48. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:31
  50. msgid "&diskspace;"
  51. msgstr ""
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:34
  54. msgid "&ncurses-fin-sbu;"
  55. msgstr ""
  56. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:35
  58. msgid "&ncurses-fin-du;"
  59. msgstr ""
  60. #. type: Content of: <sect1><sect2><title>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:42
  62. msgid "Installation of Ncurses"
  63. msgstr ""
  64. #. type: Content of: <sect1><sect2><para>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:44
  66. msgid "Don't install a static library that is not handled by configure:"
  67. msgstr ""
  68. #. type: Content of: <sect1><sect2><screen>
  69. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:46
  70. #, no-wrap
  71. msgid ""
  72. "<userinput remap=\"pre\">sed -i '/LIBTOOL_INSTALL/d' "
  73. "c++/Makefile.in</userinput>"
  74. msgstr ""
  75. #. type: Content of: <sect1><sect2><para>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:48
  77. msgid "Prepare Ncurses for compilation:"
  78. msgstr ""
  79. #. type: Content of: <sect1><sect2><screen>
  80. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:50
  81. #, no-wrap
  82. msgid ""
  83. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  84. " --mandir=/usr/share/man \\\n"
  85. " --with-shared \\\n"
  86. " --without-debug \\\n"
  87. " --without-normal \\\n"
  88. " --enable-pc-files \\\n"
  89. " --enable-widec</userinput>"
  90. msgstr ""
  91. #. type: Content of: <sect1><sect2><variablelist><title>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:59
  93. msgid "The meaning of the new configure options:"
  94. msgstr ""
  95. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  96. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:62
  97. msgid "<parameter>--enable-widec</parameter>"
  98. msgstr ""
  99. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  100. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:64
  101. msgid ""
  102. "This switch causes wide-character libraries (e.g., <filename "
  103. "class=\"libraryfile\">libncursesw.so.&ncurses-version;</filename>) to be "
  104. "built instead of normal ones (e.g., <filename "
  105. "class=\"libraryfile\">libncurses.so.&ncurses-version;</filename>). These "
  106. "wide-character libraries are usable in both multibyte and traditional 8-bit "
  107. "locales, while normal libraries work properly only in 8-bit "
  108. "locales. Wide-character and normal libraries are source-compatible, but not "
  109. "binary-compatible."
  110. msgstr ""
  111. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  112. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:76
  113. msgid "<parameter>--enable-pc-files</parameter>"
  114. msgstr ""
  115. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:78
  117. msgid "This switch generates and installs .pc files for pkg-config."
  118. msgstr ""
  119. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:84
  121. msgid "<parameter>--without-normal</parameter>"
  122. msgstr ""
  123. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:86
  125. msgid "This switch disables building and installing most static libraries."
  126. msgstr ""
  127. #. type: Content of: <sect1><sect2><para>
  128. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:93
  129. msgid "Compile the package:"
  130. msgstr ""
  131. #. type: Content of: <sect1><sect2><screen>
  132. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:95
  133. #, no-wrap
  134. msgid "<userinput remap=\"make\">make</userinput>"
  135. msgstr ""
  136. #. type: Content of: <sect1><sect2><para>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:97
  138. msgid ""
  139. "This package has a test suite, but it can only be run after the package has "
  140. "been installed. The tests reside in the <filename "
  141. "class=\"directory\">test/</filename> directory. See the "
  142. "<filename>README</filename> file in that directory for further details."
  143. msgstr ""
  144. #. type: Content of: <sect1><sect2><para>
  145. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:103
  146. msgid "Install the package:"
  147. msgstr ""
  148. #. type: Content of: <sect1><sect2><screen>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:105
  150. #, no-wrap
  151. msgid "<userinput remap=\"install\">make install</userinput>"
  152. msgstr ""
  153. #. type: Content of: <sect1><sect2><para>
  154. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:107
  155. msgid ""
  156. "Move the shared libraries to the <filename "
  157. "class=\"directory\">/lib</filename> directory, where they are expected to "
  158. "reside:"
  159. msgstr ""
  160. #. type: Content of: <sect1><sect2><screen>
  161. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:111
  162. #, no-wrap
  163. msgid ""
  164. "<userinput remap=\"install\">mv -v /usr/lib/libncursesw.so.6* "
  165. "/lib</userinput>"
  166. msgstr ""
  167. #. type: Content of: <sect1><sect2><para>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:113
  169. msgid ""
  170. "Because the libraries have been moved, one symlink points to a non-existent "
  171. "file. Recreate it:"
  172. msgstr ""
  173. #. type: Content of: <sect1><sect2><screen>
  174. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:116
  175. #, no-wrap
  176. msgid ""
  177. "<userinput remap=\"install\">ln -sfv ../../lib/$(readlink "
  178. "/usr/lib/libncursesw.so) /usr/lib/libncursesw.so</userinput>"
  179. msgstr ""
  180. #. type: Content of: <sect1><sect2><para>
  181. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:118
  182. msgid ""
  183. "Many applications still expect the linker to be able to find "
  184. "non-wide-character Ncurses libraries. Trick such applications into linking "
  185. "with wide-character libraries by means of symlinks and linker scripts:"
  186. msgstr ""
  187. #. type: Content of: <sect1><sect2><screen>
  188. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:122
  189. #, no-wrap
  190. msgid ""
  191. "<userinput remap=\"install\">for lib in ncurses form panel menu ; do\n"
  192. " rm -vf /usr/lib/lib${lib}.so\n"
  193. " echo \"INPUT(-l${lib}w)\" &gt; /usr/lib/lib${lib}.so\n"
  194. " ln -sfv ${lib}w.pc /usr/lib/pkgconfig/${lib}.pc\n"
  195. "done</userinput>"
  196. msgstr ""
  197. #. type: Content of: <sect1><sect2><para>
  198. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:128
  199. msgid ""
  200. "Finally, make sure that old applications that look for <filename "
  201. "class=\"libraryfile\">-lcurses</filename> at build time are still buildable:"
  202. msgstr ""
  203. #. type: Content of: <sect1><sect2><screen>
  204. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:132
  205. #, no-wrap
  206. msgid ""
  207. "<userinput remap=\"install\">rm -vf "
  208. "/usr/lib/libcursesw.so\n"
  209. "echo \"INPUT(-lncursesw)\" &gt; /usr/lib/libcursesw.so\n"
  210. "ln -sfv libncurses.so /usr/lib/libcurses.so</userinput>"
  211. msgstr ""
  212. #. type: Content of: <sect1><sect2><para>
  213. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:136
  214. msgid "If desired, install the Ncurses documentation:"
  215. msgstr ""
  216. #. type: Content of: <sect1><sect2><screen>
  217. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:138
  218. #, no-wrap
  219. msgid ""
  220. "<userinput remap=\"install\">mkdir -v "
  221. "/usr/share/doc/ncurses-&ncurses-version;\n"
  222. "cp -v -R doc/* /usr/share/doc/ncurses-&ncurses-version;</userinput>"
  223. msgstr ""
  224. #. type: Content of: <sect1><sect2><note><para>
  225. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:143
  226. msgid ""
  227. "The instructions above don't create non-wide-character Ncurses libraries "
  228. "since no package installed by compiling from sources would link against them "
  229. "at runtime. However, the only known binary-only applications that link "
  230. "against non-wide-character Ncurses libraries require version 5. If you must "
  231. "have such libraries because of some binary-only application or to be "
  232. "compliant with LSB, build the package again with the following commands:"
  233. msgstr ""
  234. #. type: Content of: <sect1><sect2><note><screen>
  235. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:151
  236. #, no-wrap
  237. msgid ""
  238. "<userinput>make distclean\n"
  239. "./configure --prefix=/usr \\\n"
  240. " --with-shared \\\n"
  241. " --without-normal \\\n"
  242. " --without-debug \\\n"
  243. " --without-cxx-binding \\\n"
  244. " --with-abi-version=5 \n"
  245. "make sources libs\n"
  246. "cp -av lib/lib*.so.5* /usr/lib</userinput>"
  247. msgstr ""
  248. #. type: Content of: <sect1><sect2><title>
  249. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:165
  250. msgid "Contents of Ncurses"
  251. msgstr ""
  252. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  253. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:168
  254. msgid "Installed programs"
  255. msgstr ""
  256. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  257. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:169
  258. msgid "Installed libraries"
  259. msgstr ""
  260. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  261. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:170
  262. msgid "Installed directories"
  263. msgstr ""
  264. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  265. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:174
  266. msgid ""
  267. "captoinfo (link to tic), clear, infocmp, infotocap (link to tic), "
  268. "ncursesw6-config, reset (link to tset), tabs, tic, toe, tput, and tset"
  269. msgstr ""
  270. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  271. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:187
  272. msgid ""
  273. "libcursesw.so (symlink and linker script to libncursesw.so), libformw.so, "
  274. "libmenuw.so, libncursesw.so, libncurses++w.a, libpanelw.so, and their "
  275. "non-wide-character counterparts without \"w\" in the library names."
  276. msgstr ""
  277. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  278. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:195
  279. msgid ""
  280. "/usr/share/tabset, /usr/share/terminfo, and "
  281. "/usr/share/doc/ncurses-&ncurses-version;"
  282. msgstr ""
  283. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  284. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:203
  285. msgid "Short Descriptions"
  286. msgstr ""
  287. #. type: Content of: <sect1><sect2><variablelist>
  288. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:204
  289. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  290. msgstr ""
  291. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  292. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:208
  293. msgid "<command>captoinfo</command>"
  294. msgstr ""
  295. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  296. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:210
  297. msgid "Converts a termcap description into a terminfo description"
  298. msgstr ""
  299. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  300. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:212
  301. msgid "captoinfo"
  302. msgstr ""
  303. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  304. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:218
  305. msgid "<command>clear</command>"
  306. msgstr ""
  307. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  308. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:220
  309. msgid "Clears the screen, if possible"
  310. msgstr ""
  311. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  312. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:222
  313. msgid "clear"
  314. msgstr ""
  315. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  316. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:228
  317. msgid "<command>infocmp</command>"
  318. msgstr ""
  319. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  320. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:230
  321. msgid "Compares or prints out terminfo descriptions"
  322. msgstr ""
  323. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  324. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:232
  325. msgid "infocmp"
  326. msgstr ""
  327. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  328. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:238
  329. msgid "<command>infotocap</command>"
  330. msgstr ""
  331. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  332. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:240
  333. msgid "Converts a terminfo description into a termcap description"
  334. msgstr ""
  335. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  336. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:242
  337. msgid "infotocap"
  338. msgstr ""
  339. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  340. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:248
  341. msgid "<command>ncursesw6-config</command>"
  342. msgstr ""
  343. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  344. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:250
  345. msgid "Provides configuration information for ncurses"
  346. msgstr ""
  347. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  348. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:252
  349. msgid "ncursesw6-config"
  350. msgstr ""
  351. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  352. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:258
  353. msgid "<command>reset</command>"
  354. msgstr ""
  355. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  356. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:260
  357. msgid "Reinitializes a terminal to its default values"
  358. msgstr ""
  359. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  360. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:262
  361. msgid "reset"
  362. msgstr ""
  363. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  364. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:268
  365. msgid "<command>tabs</command>"
  366. msgstr ""
  367. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  368. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:270
  369. msgid "Clears and sets tab stops on a terminal"
  370. msgstr ""
  371. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  372. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:272
  373. msgid "tabs"
  374. msgstr ""
  375. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  376. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:278
  377. msgid "<command>tic</command>"
  378. msgstr ""
  379. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  380. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:280
  381. msgid ""
  382. "The terminfo entry-description compiler that translates a terminfo file from "
  383. "source format into the binary format needed for the ncurses library routines "
  384. "[A terminfo file contains information on the capabilities of a certain "
  385. "terminal.]"
  386. msgstr ""
  387. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  388. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:285
  389. msgid "tic"
  390. msgstr ""
  391. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  392. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:291
  393. msgid "<command>toe</command>"
  394. msgstr ""
  395. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  396. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:293
  397. msgid ""
  398. "Lists all available terminal types, giving the primary name and description "
  399. "for each"
  400. msgstr ""
  401. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  402. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:296
  403. msgid "toe"
  404. msgstr ""
  405. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  406. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:302
  407. msgid "<command>tput</command>"
  408. msgstr ""
  409. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  410. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:304
  411. msgid ""
  412. "Makes the values of terminal-dependent capabilities available to the shell; "
  413. "it can also be used to reset or initialize a terminal or report its long "
  414. "name"
  415. msgstr ""
  416. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  417. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:308
  418. msgid "tput"
  419. msgstr ""
  420. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  421. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:314
  422. msgid "<command>tset</command>"
  423. msgstr ""
  424. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  425. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:316
  426. msgid "Can be used to initialize terminals"
  427. msgstr ""
  428. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  429. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:318
  430. msgid "tset"
  431. msgstr ""
  432. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  433. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:324
  434. msgid "<filename class=\"libraryfile\">libcursesw</filename>"
  435. msgstr ""
  436. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  437. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:326
  438. msgid "A link to <filename>libncursesw</filename>"
  439. msgstr ""
  440. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  441. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:328
  442. msgid "libcursesw"
  443. msgstr ""
  444. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  445. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:334
  446. msgid "<filename class=\"libraryfile\">libncursesw</filename>"
  447. msgstr ""
  448. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  449. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:336
  450. msgid ""
  451. "Contains functions to display text in many complex ways on a terminal "
  452. "screen; a good example of the use of these functions is the menu displayed "
  453. "during the kernel's <command>make menuconfig</command>"
  454. msgstr ""
  455. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  456. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:341
  457. msgid "libncursesw"
  458. msgstr ""
  459. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  460. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:347
  461. msgid "<filename class=\"libraryfile\">libformw</filename>"
  462. msgstr ""
  463. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  464. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:349
  465. msgid "Contains functions to implement forms"
  466. msgstr ""
  467. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  468. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:351
  469. msgid "libformw"
  470. msgstr ""
  471. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  472. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:357
  473. msgid "<filename class=\"libraryfile\">libmenuw</filename>"
  474. msgstr ""
  475. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  476. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:359
  477. msgid "Contains functions to implement menus"
  478. msgstr ""
  479. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  480. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:361
  481. msgid "libmenuw"
  482. msgstr ""
  483. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  484. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:367
  485. msgid "<filename class=\"libraryfile\">libpanelw</filename>"
  486. msgstr ""
  487. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  488. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:369
  489. msgid "Contains functions to implement panels"
  490. msgstr ""
  491. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  492. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/ncurses.xml:371
  493. msgid "libpanelw"
  494. msgstr ""