gettext.po 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  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/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/chapter08/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/chapter08/gettext.xml:17
  32. msgid "Gettext-&gettext-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:20
  36. msgid "Gettext"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:26
  40. msgid ""
  41. "The Gettext package contains utilities for internationalization and "
  42. "localization. These allow programs to be compiled with NLS (Native Language "
  43. "Support), enabling them to output messages in the user's native language."
  44. msgstr ""
  45. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  46. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:32
  47. msgid "&buildtime;"
  48. msgstr ""
  49. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  50. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:33
  51. msgid "&diskspace;"
  52. msgstr ""
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:36
  55. msgid "&gettext-fin-sbu;"
  56. msgstr ""
  57. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  58. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:37
  59. msgid "&gettext-fin-du;"
  60. msgstr ""
  61. #. type: Content of: <sect1><sect2><title>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:44
  63. msgid "Installation of Gettext"
  64. msgstr ""
  65. #. type: Content of: <sect1><sect2><para>
  66. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:46
  67. msgid "Prepare Gettext for compilation:"
  68. msgstr ""
  69. #. type: Content of: <sect1><sect2><screen>
  70. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:48
  71. #, no-wrap
  72. msgid ""
  73. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  74. " --disable-static \\\n"
  75. " --docdir=/usr/share/doc/gettext-&gettext-version;</userinput>"
  76. msgstr ""
  77. #. type: Content of: <sect1><sect2><para>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:52
  79. msgid "Compile the package:"
  80. msgstr ""
  81. #. <screen>
  82. #. <userinput remap="make">make BISON_LOCALEDIR=/usr/share/locale</userinput></screen>
  83. #. type: Content of: <sect1><sect2><screen>
  84. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:55
  85. #, no-wrap
  86. msgid "<userinput remap=\"make\">make</userinput>"
  87. msgstr ""
  88. #. type: Content of: <sect1><sect2><para>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:72
  90. msgid "To test the results (this takes a long time, around 3 SBUs), issue:"
  91. msgstr ""
  92. #. type: Content of: <sect1><sect2><screen>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:75
  94. #, no-wrap
  95. msgid "<userinput remap=\"test\">make check</userinput>"
  96. msgstr ""
  97. #. type: Content of: <sect1><sect2><para>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:77
  99. msgid "Install the package:"
  100. msgstr ""
  101. #. type: Content of: <sect1><sect2><screen>
  102. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:79
  103. #, no-wrap
  104. msgid ""
  105. "<userinput remap=\"install\">make install\n"
  106. "chmod -v 0755 /usr/lib/preloadable_libintl.so</userinput>"
  107. msgstr ""
  108. #. type: Content of: <sect1><sect2><title>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:85
  110. msgid "Contents of Gettext"
  111. msgstr ""
  112. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:88
  114. msgid "Installed programs"
  115. msgstr ""
  116. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:89
  118. msgid "Installed libraries"
  119. msgstr ""
  120. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:90
  122. msgid "Installed directories"
  123. msgstr ""
  124. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  125. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:93
  126. msgid ""
  127. "autopoint, envsubst, gettext, gettext.sh, gettextize, msgattrib, msgcat, "
  128. "msgcmp, msgcomm, msgconv, msgen, msgexec, msgfilter, msgfmt, msggrep, "
  129. "msginit, msgmerge, msgunfmt, msguniq, ngettext, recode-sr-latin, and "
  130. "xgettext"
  131. msgstr ""
  132. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:97
  134. msgid ""
  135. "libasprintf.so, libgettextlib.so, libgettextpo.so, libgettextsrc.so, "
  136. "libtextstyle.so, and preloadable_libintl.so"
  137. msgstr ""
  138. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  139. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:99
  140. msgid ""
  141. "/usr/lib/gettext, /usr/share/doc/gettext-&gettext-version;, "
  142. "/usr/share/gettext, and /usr/share/gettext-0.19.8"
  143. msgstr ""
  144. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  145. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:105
  146. msgid "Short Descriptions"
  147. msgstr ""
  148. #. type: Content of: <sect1><sect2><variablelist>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:106
  150. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  151. msgstr ""
  152. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  153. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:110
  154. msgid "<command>autopoint</command>"
  155. msgstr ""
  156. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  157. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:112
  158. msgid "Copies standard Gettext infrastructure files into a source package"
  159. msgstr ""
  160. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  161. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:115
  162. msgid "autopoint"
  163. msgstr ""
  164. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  165. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:121
  166. msgid "<command>envsubst</command>"
  167. msgstr ""
  168. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  169. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:123
  170. msgid "Substitutes environment variables in shell format strings"
  171. msgstr ""
  172. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  173. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:125
  174. msgid "envsubst"
  175. msgstr ""
  176. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  177. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:131
  178. msgid "<command>gettext</command>"
  179. msgstr ""
  180. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  181. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:133
  182. msgid ""
  183. "Translates a natural language message into the user's language by looking up "
  184. "the translation in a message catalog"
  185. msgstr ""
  186. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  187. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:136
  188. msgid "gettext"
  189. msgstr ""
  190. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  191. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:142
  192. msgid "<command>gettext.sh</command>"
  193. msgstr ""
  194. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  195. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:144
  196. msgid "Primarily serves as a shell function library for gettext"
  197. msgstr ""
  198. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  199. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:146
  200. msgid "gettext.sh"
  201. msgstr ""
  202. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  203. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:152
  204. msgid "<command>gettextize</command>"
  205. msgstr ""
  206. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  207. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:154
  208. msgid ""
  209. "Copies all standard Gettext files into the given top-level directory of a "
  210. "package to begin internationalizing it"
  211. msgstr ""
  212. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  213. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:157
  214. msgid "gettextize"
  215. msgstr ""
  216. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  217. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:163
  218. msgid "<command>msgattrib</command>"
  219. msgstr ""
  220. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  221. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:165
  222. msgid ""
  223. "Filters the messages of a translation catalog according to their attributes "
  224. "and manipulates the attributes"
  225. msgstr ""
  226. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  227. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:168
  228. msgid "msgattrib"
  229. msgstr ""
  230. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  231. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:174
  232. msgid "<command>msgcat</command>"
  233. msgstr ""
  234. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  235. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:176
  236. msgid ""
  237. "Concatenates and merges the given <filename "
  238. "class=\"extension\">.po</filename> files"
  239. msgstr ""
  240. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  241. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:179
  242. msgid "msgcat"
  243. msgstr ""
  244. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  245. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:185
  246. msgid "<command>msgcmp</command>"
  247. msgstr ""
  248. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  249. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:187
  250. msgid ""
  251. "Compares two <filename class=\"extension\">.po</filename> files to check "
  252. "that both contain the same set of msgid strings"
  253. msgstr ""
  254. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  255. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:190
  256. msgid "msgcmp"
  257. msgstr ""
  258. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  259. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:196
  260. msgid "<command>msgcomm</command>"
  261. msgstr ""
  262. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  263. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:198
  264. msgid ""
  265. "Finds the messages that are common to the given <filename "
  266. "class=\"extension\">.po</filename> files"
  267. msgstr ""
  268. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  269. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:201
  270. msgid "msgcomm"
  271. msgstr ""
  272. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  273. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:207
  274. msgid "<command>msgconv</command>"
  275. msgstr ""
  276. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  277. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:209
  278. msgid "Converts a translation catalog to a different character encoding"
  279. msgstr ""
  280. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  281. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:212
  282. msgid "msgconv"
  283. msgstr ""
  284. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  285. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:218
  286. msgid "<command>msgen</command>"
  287. msgstr ""
  288. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  289. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:220
  290. msgid "Creates an English translation catalog"
  291. msgstr ""
  292. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  293. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:222
  294. msgid "msgen"
  295. msgstr ""
  296. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  297. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:228
  298. msgid "<command>msgexec</command>"
  299. msgstr ""
  300. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  301. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:230
  302. msgid "Applies a command to all translations of a translation catalog"
  303. msgstr ""
  304. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  305. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:233
  306. msgid "msgexec"
  307. msgstr ""
  308. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  309. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:239
  310. msgid "<command>msgfilter</command>"
  311. msgstr ""
  312. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  313. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:241
  314. msgid "Applies a filter to all translations of a translation catalog"
  315. msgstr ""
  316. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  317. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:244
  318. msgid "msgfilter"
  319. msgstr ""
  320. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  321. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:250
  322. msgid "<command>msgfmt</command>"
  323. msgstr ""
  324. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  325. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:252
  326. msgid "Generates a binary message catalog from a translation catalog"
  327. msgstr ""
  328. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  329. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:255
  330. msgid "msgfmt"
  331. msgstr ""
  332. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  333. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:261
  334. msgid "<command>msggrep</command>"
  335. msgstr ""
  336. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  337. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:263
  338. msgid ""
  339. "Extracts all messages of a translation catalog that match a given pattern or "
  340. "belong to some given source files"
  341. msgstr ""
  342. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  343. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:266
  344. msgid "msggrep"
  345. msgstr ""
  346. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  347. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:272
  348. msgid "<command>msginit</command>"
  349. msgstr ""
  350. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  351. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:274
  352. msgid ""
  353. "Creates a new <filename class=\"extension\">.po</filename> file, "
  354. "initializing the meta information with values from the user's environment"
  355. msgstr ""
  356. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  357. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:278
  358. msgid "msginit"
  359. msgstr ""
  360. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  361. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:284
  362. msgid "<command>msgmerge</command>"
  363. msgstr ""
  364. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  365. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:286
  366. msgid "Combines two raw translations into a single file"
  367. msgstr ""
  368. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  369. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:288
  370. msgid "msgmerge"
  371. msgstr ""
  372. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  373. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:294
  374. msgid "<command>msgunfmt</command>"
  375. msgstr ""
  376. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  377. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:296
  378. msgid "Decompiles a binary message catalog into raw translation text"
  379. msgstr ""
  380. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  381. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:299
  382. msgid "msgunfmt"
  383. msgstr ""
  384. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  385. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:305
  386. msgid "<command>msguniq</command>"
  387. msgstr ""
  388. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  389. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:307
  390. msgid "Unifies duplicate translations in a translation catalog"
  391. msgstr ""
  392. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  393. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:309
  394. msgid "msguniq"
  395. msgstr ""
  396. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  397. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:315
  398. msgid "<command>ngettext</command>"
  399. msgstr ""
  400. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  401. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:317
  402. msgid ""
  403. "Displays native language translations of a textual message whose grammatical "
  404. "form depends on a number"
  405. msgstr ""
  406. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  407. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:320
  408. msgid "ngettext"
  409. msgstr ""
  410. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  411. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:326
  412. msgid "<command>recode-sr-latin</command>"
  413. msgstr ""
  414. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  415. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:328
  416. msgid "Recodes Serbian text from Cyrillic to Latin script"
  417. msgstr ""
  418. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  419. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:330
  420. msgid "recode-sr-latin"
  421. msgstr ""
  422. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  423. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:336
  424. msgid "<command>xgettext</command>"
  425. msgstr ""
  426. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  427. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:338
  428. msgid ""
  429. "Extracts the translatable message lines from the given source files to make "
  430. "the first translation template"
  431. msgstr ""
  432. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  433. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:341
  434. msgid "xgettext"
  435. msgstr ""
  436. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  437. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:347
  438. msgid "<filename class=\"libraryfile\">libasprintf</filename>"
  439. msgstr ""
  440. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  441. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:349
  442. msgid ""
  443. "defines the <emphasis>autosprintf</emphasis> class, which makes C formatted "
  444. "output routines usable in C++ programs, for use with the "
  445. "<emphasis>&lt;string&gt;</emphasis> strings and the "
  446. "<emphasis>&lt;iostream&gt;</emphasis> streams"
  447. msgstr ""
  448. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  449. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:354
  450. msgid "libasprintf"
  451. msgstr ""
  452. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  453. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:360
  454. msgid "<filename class=\"libraryfile\">libgettextlib</filename>"
  455. msgstr ""
  456. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  457. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:362
  458. msgid ""
  459. "a private library containing common routines used by the various Gettext "
  460. "programs; these are not intended for general use"
  461. msgstr ""
  462. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  463. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:365
  464. msgid "libgettextlib"
  465. msgstr ""
  466. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  467. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:371
  468. msgid "<filename class=\"libraryfile\">libgettextpo</filename>"
  469. msgstr ""
  470. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  471. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:373
  472. msgid ""
  473. "Used to write specialized programs that process <filename "
  474. "class=\"extension\">.po</filename> files; this library is used when the "
  475. "standard applications shipped with Gettext (such as "
  476. "<command>msgcomm</command>, <command>msgcmp</command>, "
  477. "<command>msgattrib</command>, and <command>msgen</command>) will not suffice"
  478. msgstr ""
  479. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  480. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:380
  481. msgid "libgettextpo"
  482. msgstr ""
  483. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  484. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:386
  485. msgid "<filename class=\"libraryfile\">libgettextsrc</filename>"
  486. msgstr ""
  487. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  488. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:388
  489. msgid ""
  490. "A private library containing common routines used by the various Gettext "
  491. "programs; these are not intended for general use"
  492. msgstr ""
  493. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  494. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:391
  495. msgid "libgettextsrc"
  496. msgstr ""
  497. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  498. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:397
  499. msgid "<filename class=\"libraryfile\">libtextstyle</filename>"
  500. msgstr ""
  501. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  502. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:399
  503. msgid "Text styling library"
  504. msgstr ""
  505. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  506. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:401
  507. msgid "libtextstyle"
  508. msgstr ""
  509. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  510. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:407
  511. msgid "<filename class=\"libraryfile\">preloadable_libintl</filename>"
  512. msgstr ""
  513. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  514. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:409
  515. msgid ""
  516. "A library, intended to be used by LD_PRELOAD that assists <filename "
  517. "class=\"libraryfile\">libintl</filename> in logging untranslated messages"
  518. msgstr ""
  519. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  520. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gettext.xml:413
  521. msgid "preloadable_libintl"
  522. msgstr ""