gettext.po 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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/gettext.xml:14
  20. #, no-wrap
  21. msgid "&gettext-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:12
  25. msgid ""
  26. "<productname>gettext</productname> "
  27. "<productnumber>&gettext-version;</productnumber> <placeholder "
  28. "type=\"address\" id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:17
  32. msgid "Gettext-&gettext-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:20
  36. msgid "Gettext"
  37. msgstr ""
  38. #. type: Content of: <sect1><indexterm><secondary>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:21
  40. msgid "tools"
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:32
  44. msgid "&buildtime;"
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:33
  48. msgid "&diskspace;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:36
  52. msgid "&gettext-tmp-sbu;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:37
  56. msgid "&gettext-tmp-du;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:44
  60. msgid "Installation of Gettext"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:46
  64. msgid ""
  65. "For our temporary set of tools, we only need to install three programs from "
  66. "Gettext."
  67. msgstr ""
  68. #. type: Content of: <sect1><sect2><para>
  69. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:49
  70. msgid "Prepare Gettext for compilation:"
  71. msgstr ""
  72. #. type: Content of: <sect1><sect2><screen>
  73. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:51
  74. #, no-wrap
  75. msgid "<userinput remap=\"configure\">./configure --disable-shared</userinput>"
  76. msgstr ""
  77. #. type: Content of: <sect1><sect2><variablelist><title>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:54
  79. msgid "The meaning of the configure option:"
  80. msgstr ""
  81. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  82. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:57
  83. msgid "<parameter>--disable-shared</parameter>"
  84. msgstr ""
  85. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:59
  87. msgid ""
  88. "We do not need to install any of the shared Gettext libraries at this time, "
  89. "therefore there is no need to build them."
  90. msgstr ""
  91. #. type: Content of: <sect1><sect2><para>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:66
  93. msgid "Compile the package:"
  94. msgstr ""
  95. #. type: Content of: <sect1><sect2><screen>
  96. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:68
  97. #, no-wrap
  98. msgid "<userinput remap=\"make\">make</userinput>"
  99. msgstr ""
  100. #. type: Content of: <sect1><sect2><para>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:70
  102. msgid ""
  103. "Install the <command>msgfmt</command>, <command>msgmerge</command>, and "
  104. "<command>xgettext</command> programs:"
  105. msgstr ""
  106. #. type: Content of: <sect1><sect2><screen>
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:73
  108. #, no-wrap
  109. msgid ""
  110. "<userinput remap=\"install\">cp -v "
  111. "gettext-tools/src/{msgfmt,msgmerge,xgettext} /usr/bin</userinput>"
  112. msgstr ""
  113. #. type: Content of: <sect1><sect2><para>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:80
  115. msgid ""
  116. "Details on this package are located in <xref linkend=\"contents-gettext\" "
  117. "role=\".\"/>"
  118. msgstr ""