grep.po 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  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/grep.xml:14
  20. #, no-wrap
  21. msgid "&grep-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:12
  25. msgid ""
  26. "<productname>grep</productname> "
  27. "<productnumber>&grep-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:17
  32. msgid "Grep-&grep-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:20
  36. msgid "Grep"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:26
  40. msgid ""
  41. "The Grep package contains programs for searching through the contents of "
  42. "files."
  43. msgstr ""
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:29
  46. msgid "&buildtime;"
  47. msgstr ""
  48. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:30
  50. msgid "&diskspace;"
  51. msgstr ""
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:33
  54. msgid "&grep-fin-sbu;"
  55. msgstr ""
  56. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:34
  58. msgid "&grep-fin-du;"
  59. msgstr ""
  60. #. type: Content of: <sect1><sect2><title>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:41
  62. msgid "Installation of Grep"
  63. msgstr ""
  64. #. type: Content of: <sect1><sect2><para>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:43
  66. msgid "Prepare Grep for compilation:"
  67. msgstr ""
  68. #. type: Content of: <sect1><sect2><screen>
  69. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:45
  70. #, no-wrap
  71. msgid ""
  72. "<userinput remap=\"configure\">./configure --prefix=/usr "
  73. "--bindir=/bin</userinput>"
  74. msgstr ""
  75. #. type: Content of: <sect1><sect2><para>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:47
  77. msgid "Compile the package:"
  78. msgstr ""
  79. #. type: Content of: <sect1><sect2><screen>
  80. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:49
  81. #, no-wrap
  82. msgid "<userinput remap=\"make\">make</userinput>"
  83. msgstr ""
  84. #. type: Content of: <sect1><sect2><para>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:51
  86. msgid "To test the results, issue:"
  87. msgstr ""
  88. #. type: Content of: <sect1><sect2><screen>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:53
  90. #, no-wrap
  91. msgid "<userinput remap=\"test\">make check</userinput>"
  92. msgstr ""
  93. #. type: Content of: <sect1><sect2><para>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:55
  95. msgid "Install the package:"
  96. msgstr ""
  97. #. type: Content of: <sect1><sect2><screen>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:57
  99. #, no-wrap
  100. msgid "<userinput remap=\"install\">make install</userinput>"
  101. msgstr ""
  102. #. type: Content of: <sect1><sect2><title>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:62
  104. msgid "Contents of Grep"
  105. msgstr ""
  106. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:65
  108. msgid "Installed programs"
  109. msgstr ""
  110. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:68
  112. msgid "egrep, fgrep, and grep"
  113. msgstr ""
  114. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:73
  116. msgid "Short Descriptions"
  117. msgstr ""
  118. #. type: Content of: <sect1><sect2><variablelist>
  119. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:74
  120. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  121. msgstr ""
  122. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:78
  124. msgid "<command>egrep</command>"
  125. msgstr ""
  126. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:80
  128. msgid "Prints lines matching an extended regular expression"
  129. msgstr ""
  130. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  131. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:82
  132. msgid "egrep"
  133. msgstr ""
  134. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:88
  136. msgid "<command>fgrep</command>"
  137. msgstr ""
  138. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  139. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:90
  140. msgid "Prints lines matching a list of fixed strings"
  141. msgstr ""
  142. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  143. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:92
  144. msgid "fgrep"
  145. msgstr ""
  146. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  147. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:98
  148. msgid "<command>grep</command>"
  149. msgstr ""
  150. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  151. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:100
  152. msgid "Prints lines matching a basic regular expression"
  153. msgstr ""
  154. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  155. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grep.xml:102
  156. msgid "grep"
  157. msgstr ""