util-linux.po 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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/chapter07/util-linux.xml:14
  20. #, no-wrap
  21. msgid "&util-linux-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:12
  25. msgid ""
  26. "<productname>util-linux</productname> "
  27. "<productnumber>&util-linux-version;</productnumber> <placeholder "
  28. "type=\"address\" id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:17
  32. msgid "Util-linux-&util-linux-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:20
  36. msgid "Util-linux"
  37. msgstr ""
  38. #. type: Content of: <sect1><indexterm><secondary>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:21
  40. msgid "tools"
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><para>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:27
  44. msgid "The Util-linux package contains miscellaneous utility programs."
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:30
  48. msgid "&buildtime;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:31
  52. msgid "&diskspace;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:34
  56. msgid "&util-linux-tmp-sbu;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:35
  60. msgid "&util-linux-tmp-du;"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><title>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:42
  64. msgid "Installation of Util-linux"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><para>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:44
  68. msgid ""
  69. "First create a directory to enable storage for the "
  70. "<command>hwclock</command> program:"
  71. msgstr ""
  72. #. type: Content of: <sect1><sect2><screen>
  73. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:47
  74. #, no-wrap
  75. msgid "<userinput remap=\"pre\">mkdir -pv /var/lib/hwclock</userinput>"
  76. msgstr ""
  77. #. type: Content of: <sect1><sect2><para>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:49
  79. msgid "Prepare Util-linux for compilation:"
  80. msgstr ""
  81. #. type: Content of: <sect1><sect2><screen>
  82. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:51
  83. #, no-wrap
  84. msgid ""
  85. "<userinput remap=\"configure\">./configure "
  86. "ADJTIME_PATH=/var/lib/hwclock/adjtime \\\n"
  87. " --docdir=/usr/share/doc/util-linux-&util-linux-version; \\\n"
  88. " --disable-chfn-chsh \\\n"
  89. " --disable-login \\\n"
  90. " --disable-nologin \\\n"
  91. " --disable-su \\\n"
  92. " --disable-setpriv \\\n"
  93. " --disable-runuser \\\n"
  94. " --disable-pylibmount \\\n"
  95. " --disable-static \\\n"
  96. " --without-python</userinput>"
  97. msgstr ""
  98. #. type: Content of: <sect1><sect2><variablelist><title>
  99. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:64
  100. msgid "The meaning of the configure options:"
  101. msgstr ""
  102. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:67
  104. msgid "<parameter>ADJTIME_PATH=/var/lib/hwclock/adjtime</parameter>"
  105. msgstr ""
  106. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:69
  108. msgid ""
  109. "This sets the location of the file recording information about the hardware "
  110. "clock in accordance to the FHS. This is not stricly needed for this "
  111. "temporary tool, but it prevents creating a file at another location, which "
  112. "would not be overwritten or removed when building the final util-linux "
  113. "package."
  114. msgstr ""
  115. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:78
  117. msgid "<parameter>--disable-*</parameter>"
  118. msgstr ""
  119. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:80
  121. msgid ""
  122. "These switches prevent warnings about building components that require "
  123. "packages not in LFS or not installed yet."
  124. msgstr ""
  125. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:86
  127. msgid "<parameter>--without-python</parameter>"
  128. msgstr ""
  129. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  130. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:88
  131. msgid ""
  132. "This switch disables using <application>Python</application>. It avoids "
  133. "trying to build unneeded bindings."
  134. msgstr ""
  135. #. type: Content of: <sect1><sect2><para>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:95
  137. msgid "Compile the package:"
  138. msgstr ""
  139. #. type: Content of: <sect1><sect2><screen>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:97
  141. #, no-wrap
  142. msgid "<userinput remap=\"make\">make</userinput>"
  143. msgstr ""
  144. #. type: Content of: <sect1><sect2><para>
  145. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:99
  146. msgid "Install the package:"
  147. msgstr ""
  148. #. type: Content of: <sect1><sect2><screen>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:101
  150. #, no-wrap
  151. msgid "<userinput remap=\"install\">make install</userinput>"
  152. msgstr ""
  153. #. type: Content of: <sect1><sect2><para>
  154. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/util-linux.xml:108
  155. msgid ""
  156. "Details on this package are located in <xref linkend=\"contents-utillinux\" "
  157. "role=\".\"/>"
  158. msgstr ""