libelf.po 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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/libelf.xml:14
  20. #, no-wrap
  21. msgid "&elfutils-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:12
  25. msgid ""
  26. "<productname>libelf</productname> "
  27. "<productnumber>&elfutils-version;</productnumber> <placeholder "
  28. "type=\"address\" id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:17
  32. msgid "Libelf from Elfutils-&elfutils-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:20
  36. msgid "Libelf"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:26
  40. msgid ""
  41. "Libelf is a library for handling ELF (Executable and Linkable Format) "
  42. "files."
  43. msgstr ""
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:30
  46. msgid "&buildtime;"
  47. msgstr ""
  48. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:31
  50. msgid "&diskspace;"
  51. msgstr ""
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:34
  54. msgid "&elfutils-fin-sbu;"
  55. msgstr ""
  56. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:35
  58. msgid "&elfutils-fin-du;"
  59. msgstr ""
  60. #. type: Content of: <sect1><sect2><title>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:42
  62. msgid "Installation of Libelf"
  63. msgstr ""
  64. #. type: Content of: <sect1><sect2><para>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:44
  66. msgid ""
  67. "Libelf is part of elfutils-&elfutils-version; package. Use the "
  68. "elfutils-&elfutils-version;.tar.bz2 as the source tarball."
  69. msgstr ""
  70. #. type: Content of: <sect1><sect2><para>
  71. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:47
  72. msgid "Prepare Libelf for compilation:"
  73. msgstr ""
  74. #. type: Content of: <sect1><sect2><screen>
  75. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:49
  76. #, no-wrap
  77. msgid ""
  78. "<userinput remap=\"configure\">./configure --prefix=/usr "
  79. "--disable-debuginfod</userinput>"
  80. msgstr ""
  81. #. type: Content of: <sect1><sect2><para>
  82. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:51
  83. msgid "Compile the package:"
  84. msgstr ""
  85. #. type: Content of: <sect1><sect2><screen>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:53
  87. #, no-wrap
  88. msgid "<userinput remap=\"make\">make</userinput>"
  89. msgstr ""
  90. #. type: Content of: <sect1><sect2><para>
  91. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:55
  92. msgid "To test the results, issue:"
  93. msgstr ""
  94. #. type: Content of: <sect1><sect2><screen>
  95. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:57
  96. #, no-wrap
  97. msgid "<userinput remap=\"test\">make check</userinput>"
  98. msgstr ""
  99. #. type: Content of: <sect1><sect2><para>
  100. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:61
  101. msgid "Install only Libelf:"
  102. msgstr ""
  103. #. type: Content of: <sect1><sect2><screen>
  104. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:63
  105. #, no-wrap
  106. msgid ""
  107. "<userinput remap=\"install\">make -C libelf install\n"
  108. "install -vm644 config/libelf.pc /usr/lib/pkgconfig\n"
  109. "rm /usr/lib/libelf.a</userinput>"
  110. msgstr ""
  111. #. type: Content of: <sect1><sect2><title>
  112. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:70
  113. msgid "Contents of Libelf"
  114. msgstr ""
  115. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:73
  117. msgid "Installed Library"
  118. msgstr ""
  119. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:74
  121. msgid "Installed Directory"
  122. msgstr ""
  123. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:78
  125. msgid "libelf.so"
  126. msgstr ""
  127. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  128. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libelf.xml:81
  129. msgid "/usr/include/elfutils"
  130. msgstr ""