make.po 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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/make.xml:14
  20. #, no-wrap
  21. msgid "&make-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:12
  25. msgid ""
  26. "<productname>make</productname> "
  27. "<productnumber>&make-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:17
  32. msgid "Make-&make-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:20
  36. msgid "Make"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:26
  40. msgid ""
  41. "The Make package contains a program for controlling the generation of "
  42. "executables and other non-source files of a package from source files."
  43. msgstr ""
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:30
  46. msgid "&buildtime;"
  47. msgstr ""
  48. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:31
  50. msgid "&diskspace;"
  51. msgstr ""
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:34
  54. msgid "&make-fin-sbu;"
  55. msgstr ""
  56. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:35
  58. msgid "&make-fin-du;"
  59. msgstr ""
  60. #. type: Content of: <sect1><sect2><title>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:42
  62. msgid "Installation of Make"
  63. msgstr ""
  64. #. type: Content of: <sect1><sect2><para>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:48
  66. msgid "Prepare Make for compilation:"
  67. msgstr ""
  68. #. type: Content of: <sect1><sect2><screen>
  69. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:50
  70. #, no-wrap
  71. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  72. msgstr ""
  73. #. type: Content of: <sect1><sect2><para>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:52
  75. msgid "Compile the package:"
  76. msgstr ""
  77. #. type: Content of: <sect1><sect2><screen>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:54
  79. #, no-wrap
  80. msgid "<userinput remap=\"make\">make</userinput>"
  81. msgstr ""
  82. #. type: Content of: <sect1><sect2><para>
  83. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:56
  84. msgid "To test the results, issue:"
  85. msgstr ""
  86. #. type: Content of: <sect1><sect2><screen>
  87. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:58
  88. #, no-wrap
  89. msgid "<userinput remap=\"test\">make check</userinput>"
  90. msgstr ""
  91. #. type: Content of: <sect1><sect2><para>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:60
  93. msgid "Install the package:"
  94. msgstr ""
  95. #. type: Content of: <sect1><sect2><screen>
  96. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:62
  97. #, no-wrap
  98. msgid "<userinput remap=\"install\">make install</userinput>"
  99. msgstr ""
  100. #. type: Content of: <sect1><sect2><title>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:68
  102. msgid "Contents of Make"
  103. msgstr ""
  104. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:71
  106. msgid "Installed program"
  107. msgstr ""
  108. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:74
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:89
  111. msgid "make"
  112. msgstr ""
  113. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:79
  115. msgid "Short Descriptions"
  116. msgstr ""
  117. #. type: Content of: <sect1><sect2><variablelist>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:80
  119. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  120. msgstr ""
  121. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:84
  123. msgid "<command>make</command>"
  124. msgstr ""
  125. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/make.xml:86
  127. msgid ""
  128. "Automatically determines which pieces of a package need to be (re)compiled "
  129. "and then issues the relevant commands"
  130. msgstr ""