introduction.po 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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-18 09:37+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><title>
  19. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/introduction.xml:11
  20. msgid "Introduction"
  21. msgstr ""
  22. #. type: Content of: <sect1><para>
  23. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/introduction.xml:13
  24. msgid ""
  25. "This part is divided into three stages: first building a cross compiler and "
  26. "its associated libraries; second, use this cross toolchain to build several "
  27. "utilities in a way that isolates them from the host distribution; third, "
  28. "enter the chroot environment, which further improves host isolation, and "
  29. "build the remaining tools needed to build the final system."
  30. msgstr ""
  31. #. type: Content of: <sect1><important><para>
  32. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/introduction.xml:20
  33. msgid ""
  34. "With this part begins the real work of building a new system. It requires "
  35. "much care in ensuring that the instructions are followed exactly as the book "
  36. "shows them. You should try to understand what they do, and whatever your "
  37. "eagerness to finish your build, you should refrain from blindly type them as "
  38. "shown, but rather read documentation when there is something you do not "
  39. "understand. Also, keep track of your typing and of the output of commands, "
  40. "by sending them to a file, using the <command>tee</command> utility. This "
  41. "allows for better diagnosing if something gets wrong."
  42. msgstr ""
  43. #. type: Content of: <sect1><para>
  44. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/introduction.xml:30
  45. msgid ""
  46. "The next section gives a technical introduction to the build process, while "
  47. "the following one contains <emphasis role=\"strong\">very "
  48. "important</emphasis> general instructions."
  49. msgstr ""