aboutlfs.po 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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-17 12:44+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/chapter04/aboutlfs.xml:11
  20. msgid "About $LFS"
  21. msgstr ""
  22. #. type: Content of: <sect1><para>
  23. #: /home/xry111/svn-repos/LFS-BOOK/chapter04/aboutlfs.xml:13
  24. msgid ""
  25. "Throughout this book, the environment variable <envar>LFS</envar> will be "
  26. "used. It is paramount that this variable is always defined. It should be "
  27. "set to the mount point chosen for the LFS partition. Check that the "
  28. "<envar>LFS</envar> variable is set up properly with:"
  29. msgstr ""
  30. #. type: Content of: <sect1><screen>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter04/aboutlfs.xml:18
  32. #, no-wrap
  33. msgid "<userinput>echo $LFS</userinput>"
  34. msgstr ""
  35. #. type: Content of: <sect1><para>
  36. #: /home/xry111/svn-repos/LFS-BOOK/chapter04/aboutlfs.xml:20
  37. msgid ""
  38. "Make sure the output shows the path to the LFS partition's mount point, "
  39. "which is <filename class=\"directory\">/mnt/lfs</filename> if the provided "
  40. "example was followed. If the output is incorrect, the variable can be set "
  41. "with:"
  42. msgstr ""
  43. #. type: Content of: <sect1><screen>
  44. #: /home/xry111/svn-repos/LFS-BOOK/chapter04/aboutlfs.xml:25
  45. #, no-wrap
  46. msgid "<userinput>export LFS=/mnt/lfs</userinput>"
  47. msgstr ""
  48. #. type: Content of: <sect1><para>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter04/aboutlfs.xml:27
  50. msgid ""
  51. "Having this variable set is beneficial in that commands such as "
  52. "<command>mkdir $LFS/tools</command> can be typed literally. The shell will "
  53. "automatically replace <quote>$LFS</quote> with <quote>/mnt/lfs</quote> (or "
  54. "whatever the variable was set to) when it processes the command line."
  55. msgstr ""
  56. #. type: Content of: <sect1><para>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter04/aboutlfs.xml:33
  58. msgid ""
  59. "Do not forget to check that <envar>$LFS</envar> is set whenever you leave "
  60. "and reenter the current working environment (as when doing a "
  61. "<command>su</command> to <systemitem class=\"username\">root</systemitem> or "
  62. "another user)."
  63. msgstr ""