1
0

introduction.po 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "POT-Creation-Date: 2020-06-18 09:37+0800\n"
  5. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  6. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  7. "Language-Team: LANGUAGE <LL@li.org>\n"
  8. "Language: zh_CN\n"
  9. "MIME-Version: 1.0\n"
  10. "Content-Type: text/plain; charset=UTF-8\n"
  11. "Content-Transfer-Encoding: 8bit\n"
  12. #. type: Content of: <sect1><title>
  13. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/introduction.xml:11
  14. msgid "Introduction"
  15. msgstr "概述"
  16. #. type: Content of: <sect1><para>
  17. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/introduction.xml:13
  18. msgid ""
  19. "This chapter shows how to build a cross-compiler and its associated tools. "
  20. "Although here cross-compilation is faked, the principles are the same as for "
  21. "a real cross-toolchain."
  22. msgstr ""
  23. "本章展示如何构建交叉编译器和相关工具。尽管本书中的交叉编译是伪装的,"
  24. "但其原理和构建真实的交叉工具链是一致的。"
  25. #. type: Content of: <sect1><para>
  26. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/introduction.xml:17
  27. msgid ""
  28. "The programs compiled in this chapter will be installed under the <filename "
  29. "class=\"directory\">$LFS/tools</filename> directory to keep them separate "
  30. "from the files installed in the following chapters. The libraries, on the "
  31. "other hand, are installed into their final place, since they pertain to the "
  32. "system we want to build."
  33. msgstr ""
  34. "本章中编译的程序会被安装在 <filename class=\"directory\">$LFS/tools"
  35. "</filename> 目录中,以将它们和后续章节中安装的文件分开。但是,"
  36. "本章中编译的库会被安装到它们的最终位置,"
  37. "因为这些库在我们最终要构建的系统中也存在。"