gawk.po 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  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/gawk.xml:14
  20. #, no-wrap
  21. msgid "&gawk-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:12
  25. msgid ""
  26. "<productname>gawk</productname> "
  27. "<productnumber>&gawk-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:17
  32. msgid "Gawk-&gawk-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:20
  36. msgid "Gawk"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:26
  40. msgid "The Gawk package contains programs for manipulating text files."
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:29
  44. msgid "&buildtime;"
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:30
  48. msgid "&diskspace;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:33
  52. msgid "&gawk-fin-sbu;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:34
  56. msgid "&gawk-fin-du;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:41
  60. msgid "Installation of Gawk"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:43
  64. msgid "First, ensure some unneeded files are not installed:"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><screen>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:45
  68. #, no-wrap
  69. msgid "<userinput remap=\"pre\">sed -i 's/extras//' Makefile.in</userinput>"
  70. msgstr ""
  71. #. type: Content of: <sect1><sect2><para>
  72. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:47
  73. msgid "Prepare Gawk for compilation:"
  74. msgstr ""
  75. #. type: Content of: <sect1><sect2><screen>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:49
  77. #, no-wrap
  78. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  79. msgstr ""
  80. #. type: Content of: <sect1><sect2><para>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:51
  82. msgid "Compile the package:"
  83. msgstr ""
  84. #. type: Content of: <sect1><sect2><screen>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:53
  86. #, no-wrap
  87. msgid "<userinput remap=\"make\">make</userinput>"
  88. msgstr ""
  89. #. type: Content of: <sect1><sect2><para>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:55
  91. msgid "To test the results, issue:"
  92. msgstr ""
  93. #. type: Content of: <sect1><sect2><screen>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:57
  95. #, no-wrap
  96. msgid "<userinput remap=\"test\">make check</userinput>"
  97. msgstr ""
  98. #. type: Content of: <sect1><sect2><para>
  99. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:59
  100. msgid "Install the package:"
  101. msgstr ""
  102. #. type: Content of: <sect1><sect2><screen>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:61
  104. #, no-wrap
  105. msgid "<userinput remap=\"install\">make install</userinput>"
  106. msgstr ""
  107. #. type: Content of: <sect1><sect2><para>
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:63
  109. msgid "If desired, install the documentation:"
  110. msgstr ""
  111. #. type: Content of: <sect1><sect2><screen>
  112. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:65
  113. #, no-wrap
  114. msgid ""
  115. "<userinput remap=\"install\">mkdir -v /usr/share/doc/gawk-&gawk-version;\n"
  116. "cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} "
  117. "/usr/share/doc/gawk-&gawk-version;</userinput>"
  118. msgstr ""
  119. #. type: Content of: <sect1><sect2><title>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:71
  121. msgid "Contents of Gawk"
  122. msgstr ""
  123. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:74
  125. msgid "Installed programs"
  126. msgstr ""
  127. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  128. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:75
  129. msgid "Installed libraries"
  130. msgstr ""
  131. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  132. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:76
  133. msgid "Installed directories"
  134. msgstr ""
  135. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:79
  137. msgid "awk (link to gawk), gawk, and awk-&gawk-version;"
  138. msgstr ""
  139. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:80
  141. msgid ""
  142. "filefuncs.so, fnmatch.so, fork.so, inplace.so, intdiv.so, ordchr.so, "
  143. "readdir.so, readfile.so, revoutput.so, revtwoway.so, rwarray.so, and time.so "
  144. "(all in /usr/lib/gawk)"
  145. msgstr ""
  146. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  147. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:83
  148. msgid ""
  149. "/usr/lib/gawk, /usr/libexec/awk, /usr/share/awk, and "
  150. "/usr/share/doc/gawk-&gawk-version;"
  151. msgstr ""
  152. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  153. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:89
  154. msgid "Short Descriptions"
  155. msgstr ""
  156. #. type: Content of: <sect1><sect2><variablelist>
  157. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:90
  158. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  159. msgstr ""
  160. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  161. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:94
  162. msgid "<command>awk</command>"
  163. msgstr ""
  164. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  165. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:96
  166. msgid "A link to <command>gawk</command>"
  167. msgstr ""
  168. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  169. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:98
  170. msgid "awk"
  171. msgstr ""
  172. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  173. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:104
  174. msgid "<command>gawk</command>"
  175. msgstr ""
  176. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  177. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:106
  178. msgid ""
  179. "A program for manipulating text files; it is the GNU implementation of "
  180. "<command>awk</command>"
  181. msgstr ""
  182. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  183. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:109
  184. msgid "gawk"
  185. msgstr ""
  186. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  187. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:115
  188. msgid "<command>gawk-&gawk-version;</command>"
  189. msgstr ""
  190. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  191. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:117
  192. msgid "A hard link to <command>gawk</command>"
  193. msgstr ""
  194. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  195. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:119
  196. msgid "gawk-&gawk-version;"
  197. msgstr ""