intltool.po 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  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/chapter08/intltool.xml:14
  20. #, no-wrap
  21. msgid "&intltool-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:12
  25. msgid ""
  26. "<productname>intltool</productname> "
  27. "<productnumber>&intltool-version;</productnumber> <placeholder "
  28. "type=\"address\" id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:17
  32. msgid "Intltool-&intltool-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:20
  36. msgid "Intltool"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:26
  40. msgid ""
  41. "The Intltool is an internationalization tool used for extracting "
  42. "translatable strings from source files."
  43. msgstr ""
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:30
  46. msgid "&buildtime;"
  47. msgstr ""
  48. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:31
  50. msgid "&diskspace;"
  51. msgstr ""
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:34
  54. msgid "&intltool-fin-sbu;"
  55. msgstr ""
  56. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:35
  58. msgid "&intltool-fin-du;"
  59. msgstr ""
  60. #. type: Content of: <sect1><sect2><title>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:42
  62. msgid "Installation of Intltool"
  63. msgstr ""
  64. #. type: Content of: <sect1><sect2><para>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:44
  66. msgid "First fix a warning that is caused by perl-5.22 and later:"
  67. msgstr ""
  68. #. type: Content of: <sect1><sect2><screen>
  69. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:46
  70. #, no-wrap
  71. msgid ""
  72. "<userinput remap=\"pre\">sed -i 's:\\\\\\${:\\\\\\$\\\\{:' "
  73. "intltool-update.in</userinput>"
  74. msgstr ""
  75. #. type: Content of: <sect1><sect2><note><para>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:48
  77. msgid ""
  78. "The above regular expression looks unusual because of all the baxkslashes. "
  79. "What it does is add a backslash before the right brace character in the "
  80. "sequence '\\${' resulting in '\\$\\{'."
  81. msgstr ""
  82. #. type: Content of: <sect1><sect2><para>
  83. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:52
  84. msgid "Prepare Intltool for compilation:"
  85. msgstr ""
  86. #. type: Content of: <sect1><sect2><screen>
  87. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:54
  88. #, no-wrap
  89. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  90. msgstr ""
  91. #. type: Content of: <sect1><sect2><para>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:56
  93. msgid "Compile the package:"
  94. msgstr ""
  95. #. type: Content of: <sect1><sect2><screen>
  96. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:58
  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/chapter08/intltool.xml:60
  102. msgid "To test the results, issue:"
  103. msgstr ""
  104. #. type: Content of: <sect1><sect2><screen>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:62
  106. #, no-wrap
  107. msgid "<userinput remap=\"test\">make check</userinput>"
  108. msgstr ""
  109. #. type: Content of: <sect1><sect2><para>
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:64
  111. msgid "Install the package:"
  112. msgstr ""
  113. #. type: Content of: <sect1><sect2><screen>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:66
  115. #, no-wrap
  116. msgid ""
  117. "<userinput remap=\"install\">make install\n"
  118. "install -v -Dm644 doc/I18N-HOWTO "
  119. "/usr/share/doc/intltool-&intltool-version;/I18N-HOWTO</userinput>"
  120. msgstr ""
  121. #. type: Content of: <sect1><sect2><title>
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:72
  123. msgid "Contents of Intltool"
  124. msgstr ""
  125. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:75
  127. msgid "Installed programs"
  128. msgstr ""
  129. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  130. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:76
  131. msgid "Installed directories"
  132. msgstr ""
  133. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  134. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:79
  135. msgid ""
  136. "intltool-extract, intltool-merge, intltool-prepare, intltool-update, and "
  137. "intltoolize"
  138. msgstr ""
  139. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:81
  141. msgid "/usr/share/doc/intltool-&intltool-version; and /usr/share/intltool"
  142. msgstr ""
  143. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:87
  145. msgid "Short Descriptions"
  146. msgstr ""
  147. #. type: Content of: <sect1><sect2><variablelist>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:88
  149. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  150. msgstr ""
  151. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:92
  153. msgid "<command>intltoolize</command>"
  154. msgstr ""
  155. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:94
  157. msgid "Prepares a package to use intltool"
  158. msgstr ""
  159. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:96
  161. msgid "intltoolize"
  162. msgstr ""
  163. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:102
  165. msgid "<command>intltool-extract</command>"
  166. msgstr ""
  167. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:104
  169. msgid "Generates header files that can be read by <command>gettext</command>"
  170. msgstr ""
  171. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  172. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:106
  173. msgid "intltool-extract"
  174. msgstr ""
  175. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  176. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:112
  177. msgid "<command>intltool-merge</command>"
  178. msgstr ""
  179. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  180. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:114
  181. msgid "Merges translated strings into various file types"
  182. msgstr ""
  183. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  184. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:116
  185. msgid "intltool-merge"
  186. msgstr ""
  187. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  188. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:122
  189. msgid "<command>intltool-prepare</command>"
  190. msgstr ""
  191. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  192. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:124
  193. msgid "Updates pot files and merges them with translation files"
  194. msgstr ""
  195. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  196. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:126
  197. msgid "intltool-prepare"
  198. msgstr ""
  199. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  200. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:132
  201. msgid "<command>intltool-update</command>"
  202. msgstr ""
  203. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  204. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:134
  205. msgid "Updates the po template files and merges them with the translations"
  206. msgstr ""
  207. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  208. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:136
  209. msgid "intltool-update"
  210. msgstr ""