perl.po 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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-19 11:33+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><sect1info><address>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:14
  20. #, no-wrap
  21. msgid "&perl-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:12
  25. msgid ""
  26. "<productname>perl</productname> <productnumber>&perl-version;</"
  27. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  28. msgstr ""
  29. #. type: Content of: <sect1><title>
  30. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:17
  31. msgid "Perl-&perl-version;"
  32. msgstr ""
  33. #. type: Content of: <sect1><indexterm><primary>
  34. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:20
  35. msgid "Perl"
  36. msgstr ""
  37. #. type: Content of: <sect1><indexterm><secondary>
  38. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:21
  39. msgid "tools"
  40. msgstr ""
  41. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  42. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:32
  43. msgid "&buildtime;"
  44. msgstr ""
  45. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  46. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:33
  47. msgid "&diskspace;"
  48. msgstr ""
  49. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  50. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:36
  51. msgid "&perl-tmp-sbu;"
  52. msgstr ""
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:37
  55. msgid "&perl-tmp-du;"
  56. msgstr ""
  57. #. type: Content of: <sect1><sect2><title>
  58. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:44
  59. msgid "Installation of Perl"
  60. msgstr ""
  61. #. type: Content of: <sect1><sect2><para>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:46
  63. msgid "Prepare Perl for compilation:"
  64. msgstr ""
  65. #. type: Content of: <sect1><sect2><screen>
  66. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:48
  67. #, no-wrap
  68. msgid "<userinput remap=\"configure\">sh Configure -des -Dprefix=/usr</userinput>"
  69. msgstr ""
  70. #. type: Content of: <sect1><sect2><variablelist><title>
  71. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:51
  72. msgid "The meaning of the new Configure options:"
  73. msgstr ""
  74. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  75. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:53
  76. msgid "<parameter>-des</parameter>"
  77. msgstr ""
  78. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:55
  80. msgid ""
  81. "This is a combination of three options: -d uses defaults for all items; -e "
  82. "ensures completion of all tasks; -s silences non-essential output."
  83. msgstr ""
  84. #. type: Content of: <sect1><sect2><para>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:63
  86. msgid "Compile the package:"
  87. msgstr ""
  88. #. type: Content of: <sect1><sect2><screen>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:65
  90. #, no-wrap
  91. msgid "<userinput remap=\"make\">make</userinput>"
  92. msgstr ""
  93. #. type: Content of: <sect1><sect2><para>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:67
  95. msgid "Install the package:"
  96. msgstr ""
  97. #. type: Content of: <sect1><sect2><screen>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:69
  99. #, no-wrap
  100. msgid "<userinput remap=\"install\">make install</userinput>"
  101. msgstr ""
  102. #. type: Content of: <sect1><sect2><para>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/perl.xml:76
  104. msgid ""
  105. "Details on this package are located in <xref linkend=\"contents-perl\" role="
  106. "\".\"/>"
  107. msgstr ""