tar.po 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  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/tar.xml:14
  20. #, no-wrap
  21. msgid "&tar-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:12
  25. msgid ""
  26. "<productname>tar</productname> <productnumber>&tar-version;</productnumber> "
  27. "<placeholder type=\"address\" id=\"0\"/>"
  28. msgstr ""
  29. #. type: Content of: <sect1><title>
  30. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:17
  31. msgid "Tar-&tar-version;"
  32. msgstr ""
  33. #. type: Content of: <sect1><indexterm><primary>
  34. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:20
  35. msgid "Tar"
  36. msgstr ""
  37. #. type: Content of: <sect1><sect2><para>
  38. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:26
  39. msgid ""
  40. "The Tar package provides the ability to create tar archives as well as "
  41. "perform various other kinds of archive manipulation. Tar can be used on "
  42. "previously created archives to extract files, to store additional files, or "
  43. "to update or list files which were already stored."
  44. msgstr ""
  45. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  46. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:32
  47. msgid "&buildtime;"
  48. msgstr ""
  49. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  50. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:33
  51. msgid "&diskspace;"
  52. msgstr ""
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:36
  55. msgid "&tar-fin-sbu;"
  56. msgstr ""
  57. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  58. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:37
  59. msgid "&tar-fin-du;"
  60. msgstr ""
  61. #. type: Content of: <sect1><sect2><title>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:44
  63. msgid "Installation of Tar"
  64. msgstr ""
  65. #. type: Content of: <sect1><sect2><para>
  66. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:46
  67. msgid "Prepare Tar for compilation:"
  68. msgstr ""
  69. #. type: Content of: <sect1><sect2><screen>
  70. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:48
  71. #, no-wrap
  72. msgid ""
  73. "<userinput remap=\"configure\">FORCE_UNSAFE_CONFIGURE=1 \\\n"
  74. "./configure --prefix=/usr \\\n"
  75. " --bindir=/bin</userinput>"
  76. msgstr ""
  77. #. type: Content of: <sect1><sect2><variablelist><title>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:53
  79. msgid "The meaning of the configure option:"
  80. msgstr ""
  81. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  82. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:56
  83. msgid "<envar>FORCE_UNSAFE_CONFIGURE=1</envar>"
  84. msgstr ""
  85. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:58
  87. msgid ""
  88. "This forces the test for <function>mknod</function> to be run as root. It "
  89. "is generally considered dangerous to run this test as the root user, but as "
  90. "it is being run on a system that has only been partially built, overriding "
  91. "it is OK."
  92. msgstr ""
  93. #. type: Content of: <sect1><sect2><para>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:66
  95. msgid "Compile the package:"
  96. msgstr ""
  97. #. type: Content of: <sect1><sect2><screen>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:68
  99. #, no-wrap
  100. msgid "<userinput remap=\"make\">make</userinput>"
  101. msgstr ""
  102. #. type: Content of: <sect1><sect2><para>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:70
  104. msgid "To test the results (about 3 SBU), issue:"
  105. msgstr ""
  106. #. type: Content of: <sect1><sect2><screen>
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:72
  108. #, no-wrap
  109. msgid "<userinput remap=\"test\">make check</userinput>"
  110. msgstr ""
  111. #. type: Content of: <sect1><sect2><para>
  112. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:78
  113. msgid "Install the package:"
  114. msgstr ""
  115. #. type: Content of: <sect1><sect2><screen>
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:80
  117. #, no-wrap
  118. msgid ""
  119. "<userinput remap=\"install\">make install\n"
  120. "make -C doc install-html docdir=/usr/share/doc/tar-&tar-version;</userinput>"
  121. msgstr ""
  122. #. type: Content of: <sect1><sect2><title>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:87
  124. msgid "Contents of Tar"
  125. msgstr ""
  126. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:90
  128. msgid "Installed programs"
  129. msgstr ""
  130. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  131. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:91
  132. msgid "Installed directory"
  133. msgstr ""
  134. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:94
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:110
  137. msgid "tar"
  138. msgstr ""
  139. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:95
  141. msgid "/usr/share/doc/tar-&tar-version;"
  142. msgstr ""
  143. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:100
  145. msgid "Short Descriptions"
  146. msgstr ""
  147. #. type: Content of: <sect1><sect2><variablelist>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:101
  149. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  150. msgstr ""
  151. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:105
  153. msgid "<command>tar</command>"
  154. msgstr ""
  155. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/tar.xml:107
  157. msgid ""
  158. "Creates, extracts files from, and lists the contents of archives, also known "
  159. "as tarballs"
  160. msgstr ""