introduction.po 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "POT-Creation-Date: 2020-08-08 19:28+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. msgid "Introduction"
  14. msgstr "概述"
  15. #. type: Content of: <sect1><para>
  16. msgid ""
  17. "This chapter shows how to build a cross-compiler and its associated tools. "
  18. "Although here cross-compilation is faked, the principles are the same as for "
  19. "a real cross-toolchain."
  20. msgstr ""
  21. "本章展示如何构建交叉编译器和相关工具。尽管本书中的交叉编译是伪装的,但其原理"
  22. "和构建真实的交叉工具链是一致的。"
  23. #. type: Content of: <sect1><para>
  24. msgid ""
  25. "The programs compiled in this chapter will be installed under the <filename "
  26. "class=\"directory\">$LFS/tools</filename> directory to keep them separate "
  27. "from the files installed in the following chapters. The libraries, on the "
  28. "other hand, are installed into their final place, since they pertain to the "
  29. "system we want to build."
  30. msgstr ""
  31. "本章中编译的程序会被安装在 <filename class=\"directory\">$LFS/tools</"
  32. "filename> 目录中,以将它们和后续章节中安装的文件分开。但是,本章中编译的库会"
  33. "被安装到它们的最终位置,因为这些库在我们最终要构建的系统中也存在。"