123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- msgid ""
- msgstr ""
- "X-Pootle-Revision: 9999999\n"
- "X-Pootle-Path: /zh_CN/lfs/chapter08/libelf.po\n"
- "Project-Id-Version: PACKAGE VERSION\n"
- "POT-Creation-Date: 2020-08-08 19:28+0800\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "Language: zh_CN\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "X-Generator: Translate Toolkit 2.2.5\n"
- #. type: Content of: <sect1><sect1info><address>
- #, no-wrap
- msgid "&elfutils-url;"
- msgstr "&elfutils-url;"
- #. type: Content of: <sect1><sect1info>
- msgid ""
- "<productname>libelf</productname> <productnumber>&elfutils-version;</"
- "productnumber> <placeholder type=\"address\" id=\"0\"/>"
- msgstr ""
- "<productname>libelf</productname> <productnumber>&elfutils-version;</"
- "productnumber> <placeholder type=\"address\" id=\"0\"/>"
- #. type: Content of: <sect1><title>
- msgid "Libelf from Elfutils-&elfutils-version;"
- msgstr "Elfutils-&elfutils-version; 中的 Libelf"
- #. type: Content of: <sect1><indexterm><primary>
- msgid "Libelf"
- msgstr "Libelf"
- #. type: Content of: <sect1><sect2><para>
- msgid ""
- "Libelf is a library for handling ELF (Executable and Linkable Format) files."
- msgstr "Libelf 是一个处理 ELF (可执行和可链接格式) 文件的库。"
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- msgid "&buildtime;"
- msgstr "&buildtime;"
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- msgid "&diskspace;"
- msgstr "&diskspace;"
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- msgid "&elfutils-fin-sbu;"
- msgstr "&elfutils-fin-sbu;"
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- msgid "&elfutils-fin-du;"
- msgstr "&elfutils-fin-du;"
- #. type: Content of: <sect1><sect2><title>
- msgid "Installation of Libelf"
- msgstr "安装 Libelf"
- #. type: Content of: <sect1><sect2><para>
- msgid ""
- "Libelf is part of elfutils-&elfutils-version; package. Use the elfutils-"
- "&elfutils-version;.tar.bz2 as the source tarball."
- msgstr ""
- "Libelf 是 elfutils-&elfutils-version; 软件包的一部分。请使用 elfutils-"
- "&elfutils-version;.tar.bz2 作为源代码包。"
- #. type: Content of: <sect1><sect2><para>
- msgid "Prepare Libelf for compilation:"
- msgstr "准备编译 Libelf:"
- #. type: Content of: <sect1><sect2><screen>
- #, no-wrap
- msgid "<userinput remap=\"configure\">./configure --prefix=/usr --disable-debuginfod --libdir=/lib</userinput>"
- msgstr "<userinput remap=\"configure\">./configure --prefix=/usr --disable-debuginfod --libdir=/lib</userinput>"
- #. type: Content of: <sect1><sect2><para>
- msgid "Compile the package:"
- msgstr "编译该软件包:"
- #. type: Content of: <sect1><sect2><screen>
- #, no-wrap
- msgid "<userinput remap=\"make\">make</userinput>"
- msgstr "<userinput remap=\"make\">make</userinput>"
- #. type: Content of: <sect1><sect2><para>
- msgid "To test the results, issue:"
- msgstr "执行下列命令以测试编译结果:"
- #. type: Content of: <sect1><sect2><screen>
- #, no-wrap
- msgid "<userinput remap=\"test\">make check</userinput>"
- msgstr "<userinput remap=\"test\">make check</userinput>"
- #. type: Content of: <sect1><sect2><para>
- msgid "Install only Libelf:"
- msgstr "只安装 Libelf:"
- #. type: Content of: <sect1><sect2><screen>
- #, no-wrap
- msgid ""
- "<userinput remap=\"install\">make -C libelf install\n"
- "install -vm644 config/libelf.pc /usr/lib/pkgconfig\n"
- "rm /lib/libelf.a</userinput>"
- msgstr ""
- "<userinput remap=\"install\">make -C libelf install\n"
- "install -vm644 config/libelf.pc /usr/lib/pkgconfig\n"
- "rm /lib/libelf.a</userinput>"
- #. type: Content of: <sect1><sect2><title>
- msgid "Contents of Libelf"
- msgstr "Libelf 的内容"
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- msgid "Installed Library"
- msgstr "安装的库"
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- msgid "Installed Directory"
- msgstr "安装的目录"
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- msgid "libelf.so"
- msgstr "libelf.so"
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- msgid "/usr/include/elfutils"
- msgstr "/usr/include/elfutils"
|