introduction.po 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. msgid ""
  2. msgstr ""
  3. "X-Pootle-Revision: 9999999\n"
  4. "X-Pootle-Path: /zh_CN/lfs/chapter05/introduction.po\n"
  5. "Project-Id-Version: PACKAGE VERSION\n"
  6. "POT-Creation-Date: 2020-08-08 19:28+0800\n"
  7. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  8. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  9. "Language-Team: LANGUAGE <LL@li.org>\n"
  10. "Language: zh_CN\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. #. type: Content of: <sect1><title>
  15. msgid "Introduction"
  16. msgstr "概述"
  17. #. type: Content of: <sect1><para>
  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. msgid ""
  27. "The programs compiled in this chapter will be installed under the <filename "
  28. "class=\"directory\">$LFS/tools</filename> directory to keep them separate "
  29. "from the files installed in the following chapters. The libraries, on the "
  30. "other hand, are installed into their final place, since they pertain to the "
  31. "system we want to build."
  32. msgstr ""
  33. "本章中编译的程序会被安装在 <filename class=\"directory\">$LFS/tools</"
  34. "filename> 目录中,以将它们和后续章节中安装的文件分开。但是,本章中编译的库会"
  35. "被安装到它们的最终位置,因为这些库在我们最终要构建的系统中也存在。"