flex.po 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  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/flex.xml:14
  20. #, no-wrap
  21. msgid "&flex-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:12
  25. msgid ""
  26. "<productname>flex</productname> "
  27. "<productnumber>&flex-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:17
  32. msgid "Flex-&flex-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:20
  36. msgid "Flex"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:26
  40. msgid ""
  41. "The Flex package contains a utility for generating programs that recognize "
  42. "patterns in text."
  43. msgstr ""
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:30
  46. msgid "&buildtime;"
  47. msgstr ""
  48. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:31
  50. msgid "&diskspace;"
  51. msgstr ""
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:34
  54. msgid "&flex-fin-sbu;"
  55. msgstr ""
  56. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:35
  58. msgid "&flex-fin-du;"
  59. msgstr ""
  60. #. type: Content of: <sect1><sect2><title>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:42
  62. msgid "Installation of Flex"
  63. msgstr ""
  64. #. type: Content of: <sect1><sect2><para>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:54
  66. msgid "Prepare Flex for compilation:"
  67. msgstr ""
  68. #. <screen>
  69. #. <userinput remap="configure">HELP2MAN=/tools/bin/true \
  70. #. type: Content of: <sect1><sect2><screen>
  71. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:57
  72. #, no-wrap
  73. msgid ""
  74. "<userinput remap=\"configure\">./configure --prefix=/usr "
  75. "--docdir=/usr/share/doc/flex-&flex-version;</userinput>"
  76. msgstr ""
  77. #. type: Content of: <sect1><sect2><para>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:59
  79. msgid "Compile the package:"
  80. msgstr ""
  81. #. type: Content of: <sect1><sect2><screen>
  82. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:61
  83. #, no-wrap
  84. msgid "<userinput remap=\"make\">make</userinput>"
  85. msgstr ""
  86. #. type: Content of: <sect1><sect2><para>
  87. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:63
  88. msgid "To test the results (about 0.5 SBU), issue:"
  89. msgstr ""
  90. #. type: Content of: <sect1><sect2><screen>
  91. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:65
  92. #, no-wrap
  93. msgid "<userinput remap=\"test\">make check</userinput>"
  94. msgstr ""
  95. #. type: Content of: <sect1><sect2><para>
  96. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:67
  97. msgid "Install the package:"
  98. msgstr ""
  99. #. type: Content of: <sect1><sect2><screen>
  100. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:69
  101. #, no-wrap
  102. msgid "<userinput remap=\"install\">make install</userinput>"
  103. msgstr ""
  104. #. type: Content of: <sect1><sect2><para>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:71
  106. msgid ""
  107. "A few programs do not know about <command>flex</command> yet and try to run "
  108. "its predecessor, <command>lex</command>. To support those programs, create a "
  109. "symbolic link named <filename>lex</filename> that runs "
  110. "<filename>flex</filename> in <command>lex</command> emulation mode:"
  111. msgstr ""
  112. #. type: Content of: <sect1><sect2><screen>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:77
  114. #, no-wrap
  115. msgid "<userinput remap=\"install\">ln -sv flex /usr/bin/lex</userinput>"
  116. msgstr ""
  117. #. type: Content of: <sect1><sect2><title>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:82
  119. msgid "Contents of Flex"
  120. msgstr ""
  121. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:85
  123. msgid "Installed programs"
  124. msgstr ""
  125. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:86
  127. msgid "Installed libraries"
  128. msgstr ""
  129. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  130. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:87
  131. msgid "Installed directory"
  132. msgstr ""
  133. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  134. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:90
  135. msgid "flex, flex++ (link to flex), and lex (link to flex)"
  136. msgstr ""
  137. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  138. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:91
  139. msgid "libfl.so"
  140. msgstr ""
  141. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  142. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:92
  143. msgid "/usr/share/doc/flex-&flex-version;"
  144. msgstr ""
  145. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  146. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:97
  147. msgid "Short Descriptions"
  148. msgstr ""
  149. #. type: Content of: <sect1><sect2><variablelist>
  150. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:98
  151. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  152. msgstr ""
  153. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  154. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:102
  155. msgid "<command>flex</command>"
  156. msgstr ""
  157. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  158. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:104
  159. msgid ""
  160. "A tool for generating programs that recognize patterns in text; it allows "
  161. "for the versatility to specify the rules for pattern-finding, eradicating "
  162. "the need to develop a specialized program"
  163. msgstr ""
  164. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  165. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:108
  166. msgid "flex"
  167. msgstr ""
  168. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  169. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:114
  170. msgid "<command>flex++</command>"
  171. msgstr ""
  172. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  173. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:116
  174. msgid ""
  175. "An extension of flex, is used for generating C++ code and classes. It is a "
  176. "symbolic link to <command>flex</command>"
  177. msgstr ""
  178. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  179. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:119
  180. msgid "flex++"
  181. msgstr ""
  182. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  183. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:125
  184. msgid "<command>lex</command>"
  185. msgstr ""
  186. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  187. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:127
  188. msgid ""
  189. "A symbolic link that runs <command>flex</command> in <command>lex</command> "
  190. "emulation mode"
  191. msgstr ""
  192. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  193. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:130
  194. msgid "lex"
  195. msgstr ""
  196. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  197. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:136
  198. msgid "<filename class=\"libraryfile\">libfl</filename>"
  199. msgstr ""
  200. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  201. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:138
  202. msgid "The <filename class=\"libraryfile\">flex</filename> library"
  203. msgstr ""
  204. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  205. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/flex.xml:140
  206. msgid "libfl"
  207. msgstr ""