linux-headers.po 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  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/chapter05/linux-headers.xml:14
  20. #, no-wrap
  21. msgid "&linux-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:12
  25. msgid ""
  26. "<productname>linux-headers</productname> "
  27. "<productnumber>&linux-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:17
  32. msgid "Linux-&linux-version; API Headers"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:20
  36. msgid "Linux"
  37. msgstr ""
  38. #. type: Content of: <sect1><indexterm><secondary>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:21
  40. msgid "tools, API headers"
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><para>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:27
  44. msgid ""
  45. "The Linux API Headers (in linux-&linux-version;.tar.xz) expose the kernel's "
  46. "API for use by Glibc."
  47. msgstr ""
  48. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:31
  50. msgid "&buildtime;"
  51. msgstr ""
  52. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:32
  54. msgid "&diskspace;"
  55. msgstr ""
  56. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:35
  58. msgid "&linux-headers-tmp-sbu;"
  59. msgstr ""
  60. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:36
  62. msgid "&linux-headers-tmp-du;"
  63. msgstr ""
  64. #. type: Content of: <sect1><sect2><title>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:43
  66. msgid "Installation of Linux API Headers"
  67. msgstr ""
  68. #. type: Content of: <sect1><sect2><para>
  69. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:45
  70. msgid ""
  71. "The Linux kernel needs to expose an Application Programming Interface (API) "
  72. "for the system's C library (Glibc in LFS) to use. This is done by way of "
  73. "sanitizing various C header files that are shipped in the Linux kernel "
  74. "source tarball."
  75. msgstr ""
  76. #. type: Content of: <sect1><sect2><para>
  77. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:50
  78. msgid "Make sure there are no stale files embedded in the package:"
  79. msgstr ""
  80. #. type: Content of: <sect1><sect2><screen>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:52
  82. #, no-wrap
  83. msgid "<userinput remap=\"pre\">make mrproper</userinput>"
  84. msgstr ""
  85. #. type: Content of: <sect1><sect2><para>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:54
  87. msgid ""
  88. "Now extract the user-visible kernel headers from the source. The "
  89. "recommended make target <quote>headers_install</quote> cannot be used, "
  90. "because it requires <application>rsync</application>, which may not be "
  91. "available. The headers are first placed in <filename "
  92. "class=\"directory\">./usr</filename>, then copied to the needed location."
  93. msgstr ""
  94. #. type: Content of: <sect1><sect2><screen>
  95. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:61
  96. #, no-wrap
  97. msgid ""
  98. "<userinput remap=\"make\">make headers\n"
  99. "find usr/include -name '.*' -delete\n"
  100. "rm usr/include/Makefile\n"
  101. "</userinput><userinput remap=\"install\">cp -rv usr/include "
  102. "$LFS/usr</userinput>"
  103. msgstr ""
  104. #. type: Content of: <sect1><sect2><title>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:69
  106. msgid "Contents of Linux API Headers"
  107. msgstr ""
  108. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:72
  110. msgid "Installed headers"
  111. msgstr ""
  112. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:73
  114. msgid "Installed directories"
  115. msgstr ""
  116. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:76
  118. msgid ""
  119. "/usr/include/asm/*.h, /usr/include/asm-generic/*.h, /usr/include/drm/*.h, "
  120. "/usr/include/linux/*.h, /usr/include/misc/*.h, /usr/include/mtd/*.h, "
  121. "/usr/include/rdma/*.h, /usr/include/scsi/*.h, /usr/include/sound/*.h, "
  122. "/usr/include/video/*.h, and /usr/include/xen/*.h"
  123. msgstr ""
  124. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  125. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:81
  126. msgid ""
  127. "/usr/include/asm, /usr/include/asm-generic, /usr/include/drm, "
  128. "/usr/include/linux, /usr/include/misc, /usr/include/mtd, /usr/include/rdma, "
  129. "/usr/include/scsi, /usr/include/sound, /usr/include/video, and "
  130. "/usr/include/xen"
  131. msgstr ""
  132. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:89
  134. msgid "Short Descriptions"
  135. msgstr ""
  136. #. type: Content of: <sect1><sect2><variablelist>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:90
  138. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  139. msgstr ""
  140. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  141. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:94
  142. msgid "<filename class=\"headerfile\">/usr/include/asm/*.h</filename>"
  143. msgstr ""
  144. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  145. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:96
  146. msgid "The Linux API ASM Headers"
  147. msgstr ""
  148. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:98
  150. msgid "/usr/include/asm/*.h"
  151. msgstr ""
  152. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  153. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:104
  154. msgid "<filename class=\"headerfile\">/usr/include/asm-generic/*.h</filename>"
  155. msgstr ""
  156. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  157. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:106
  158. msgid "The Linux API ASM Generic Headers"
  159. msgstr ""
  160. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  161. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:108
  162. msgid "/usr/include/asm-generic/*.h"
  163. msgstr ""
  164. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  165. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:114
  166. msgid "<filename class=\"headerfile\">/usr/include/drm/*.h</filename>"
  167. msgstr ""
  168. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  169. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:116
  170. msgid "The Linux API DRM Headers"
  171. msgstr ""
  172. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  173. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:118
  174. msgid "/usr/include/drm/*.h"
  175. msgstr ""
  176. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  177. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:124
  178. msgid "<filename class=\"headerfile\">/usr/include/linux/*.h</filename>"
  179. msgstr ""
  180. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  181. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:126
  182. msgid "The Linux API Linux Headers"
  183. msgstr ""
  184. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  185. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:128
  186. msgid "/usr/include/linux/*.h"
  187. msgstr ""
  188. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  189. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:134
  190. msgid "<filename class=\"headerfile\">/usr/include/misc/*.h</filename>"
  191. msgstr ""
  192. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  193. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:136
  194. msgid "The Linux API Miscellaneous Headers"
  195. msgstr ""
  196. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  197. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:138
  198. msgid "/usr/include/misc/*.h"
  199. msgstr ""
  200. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  201. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:144
  202. msgid "<filename class=\"headerfile\">/usr/include/mtd/*.h</filename>"
  203. msgstr ""
  204. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  205. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:146
  206. msgid "The Linux API MTD Headers"
  207. msgstr ""
  208. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  209. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:148
  210. msgid "/usr/include/mtd/*.h"
  211. msgstr ""
  212. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  213. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:154
  214. msgid "<filename class=\"headerfile\">/usr/include/rdma/*.h</filename>"
  215. msgstr ""
  216. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  217. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:156
  218. msgid "The Linux API RDMA Headers"
  219. msgstr ""
  220. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  221. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:158
  222. msgid "/usr/include/rdma/*.h"
  223. msgstr ""
  224. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  225. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:164
  226. msgid "<filename class=\"headerfile\">/usr/include/scsi/*.h</filename>"
  227. msgstr ""
  228. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  229. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:166
  230. msgid "The Linux API SCSI Headers"
  231. msgstr ""
  232. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  233. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:168
  234. msgid "/usr/include/scsi/*.h"
  235. msgstr ""
  236. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  237. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:174
  238. msgid "<filename class=\"headerfile\">/usr/include/sound/*.h</filename>"
  239. msgstr ""
  240. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  241. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:176
  242. msgid "The Linux API Sound Headers"
  243. msgstr ""
  244. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  245. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:178
  246. msgid "/usr/include/sound/*.h"
  247. msgstr ""
  248. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  249. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:184
  250. msgid "<filename class=\"headerfile\">/usr/include/video/*.h</filename>"
  251. msgstr ""
  252. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  253. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:186
  254. msgid "The Linux API Video Headers"
  255. msgstr ""
  256. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  257. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:188
  258. msgid "/usr/include/video/*.h"
  259. msgstr ""
  260. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  261. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:194
  262. msgid "<filename class=\"headerfile\">/usr/include/xen/*.h</filename>"
  263. msgstr ""
  264. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  265. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:196
  266. msgid "The Linux API Xen Headers"
  267. msgstr ""
  268. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  269. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:198
  270. msgid "/usr/include/xen/*.h"
  271. msgstr ""