perl.po 3.7 KB

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