vim.po 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  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/vim.xml:14
  20. #, no-wrap
  21. msgid "&vim-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:12
  25. msgid ""
  26. "<productname>vim</productname> <productnumber>&vim-version;</productnumber> "
  27. "<placeholder type=\"address\" id=\"0\"/>"
  28. msgstr ""
  29. #. type: Content of: <sect1><title>
  30. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:17
  31. msgid "Vim-&vim-version;"
  32. msgstr ""
  33. #. type: Content of: <sect1><indexterm><primary>
  34. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:20
  35. msgid "Vim"
  36. msgstr ""
  37. #. type: Content of: <sect1><sect2><para>
  38. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:26
  39. msgid "The Vim package contains a powerful text editor."
  40. msgstr ""
  41. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  42. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:29
  43. msgid "&buildtime;"
  44. msgstr ""
  45. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  46. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:30
  47. msgid "&diskspace;"
  48. msgstr ""
  49. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  50. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:33
  51. msgid "&vim-fin-sbu;"
  52. msgstr ""
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:34
  55. msgid "&vim-fin-du;"
  56. msgstr ""
  57. #. type: Content of: <sect1><sect2><tip><title>
  58. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:39
  59. msgid "Alternatives to Vim"
  60. msgstr ""
  61. #. type: Content of: <sect1><sect2><tip><para>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:41
  63. msgid ""
  64. "If you prefer another editor&mdash;such as Emacs, Joe, or Nano&mdash;please "
  65. "refer to <ulink url=\"&blfs-book;postlfs/editors.html\"/> for suggested "
  66. "installation instructions."
  67. msgstr ""
  68. #. type: Content of: <sect1><sect2><title>
  69. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:50
  70. msgid "Installation of Vim"
  71. msgstr ""
  72. #. type: Content of: <sect1><sect2><para>
  73. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:52
  74. msgid ""
  75. "First, change the default location of the <filename>vimrc</filename> "
  76. "configuration file to <filename class=\"directory\">/etc</filename>:"
  77. msgstr ""
  78. #. type: Content of: <sect1><sect2><screen>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:55
  80. #, no-wrap
  81. msgid ""
  82. "<userinput remap=\"pre\">echo '#define SYS_VIMRC_FILE \"/etc/vimrc\"' "
  83. "&gt;&gt; src/feature.h</userinput>"
  84. msgstr ""
  85. #. type: Content of: <sect1><sect2><para>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:57
  87. msgid "Prepare vim for compilation:"
  88. msgstr ""
  89. #. type: Content of: <sect1><sect2><screen>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:59
  91. #, no-wrap
  92. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  93. msgstr ""
  94. #. type: Content of: <sect1><sect2><para>
  95. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:61
  96. msgid "Compile the package:"
  97. msgstr ""
  98. #. type: Content of: <sect1><sect2><screen>
  99. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:63
  100. #, no-wrap
  101. msgid "<userinput remap=\"make\">make</userinput>"
  102. msgstr ""
  103. #. type: Content of: <sect1><sect2><para>
  104. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:65
  105. msgid ""
  106. "To prepare the tests, ensure that user <systemitem "
  107. "class=\"username\">tester</systemitem> can write to the source tree:"
  108. msgstr ""
  109. #. type: Content of: <sect1><sect2><screen>
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:69
  111. #, no-wrap
  112. msgid "<userinput remap=\"test\">chown -Rv tester .</userinput>"
  113. msgstr ""
  114. #. type: Content of: <sect1><sect2><para>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:71
  116. msgid ""
  117. "Now run the tests as user <systemitem "
  118. "class=\"username\">tester</systemitem>:"
  119. msgstr ""
  120. #. type: Content of: <sect1><sect2><screen>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:74
  122. #, no-wrap
  123. msgid ""
  124. "<userinput remap=\"test\">su tester -c \"LANG=en_US.UTF-8 make -j1 test\" "
  125. "&amp;> vim-test.log</userinput>"
  126. msgstr ""
  127. #. type: Content of: <sect1><sect2><para>
  128. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:76
  129. msgid ""
  130. "The test suite outputs a lot of binary data to the screen. This can cause "
  131. "issues with the settings of the current terminal. The problem can be "
  132. "avoided by redirecting the output to a log file as shown above. A "
  133. "successful test will result in the words \"ALL DONE\" in the log file at "
  134. "completion."
  135. msgstr ""
  136. #. type: Content of: <sect1><sect2><para>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:82
  138. msgid "Install the package:"
  139. msgstr ""
  140. #. type: Content of: <sect1><sect2><screen>
  141. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:84
  142. #, no-wrap
  143. msgid "<userinput remap=\"install\">make install</userinput>"
  144. msgstr ""
  145. #. type: Content of: <sect1><sect2><para>
  146. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:86
  147. msgid ""
  148. "Many users are used to using <command>vi</command> instead of "
  149. "<command>vim</command>. To allow execution of <command>vim</command> when "
  150. "users habitually enter <command>vi</command>, create a symlink for both the "
  151. "binary and the man page in the provided languages:"
  152. msgstr ""
  153. #. type: Content of: <sect1><sect2><screen>
  154. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:92
  155. #, no-wrap
  156. msgid ""
  157. "<userinput remap=\"install\">ln -sv vim /usr/bin/vi\n"
  158. "for L in /usr/share/man/{,*/}man1/vim.1; do\n"
  159. " ln -sv vim.1 $(dirname $L)/vi.1\n"
  160. "done</userinput>"
  161. msgstr ""
  162. #. type: Content of: <sect1><sect2><para>
  163. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:97
  164. msgid ""
  165. "By default, vim's documentation is installed in <filename "
  166. "class=\"directory\">/usr/share/vim</filename>. The following symlink allows "
  167. "the documentation to be accessed via <filename "
  168. "class=\"directory\">/usr/share/doc/vim-&vim-version;</filename>, making it "
  169. "consistent with the location of documentation for other packages:"
  170. msgstr ""
  171. #. type: Content of: <sect1><sect2><screen>
  172. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:103
  173. #, no-wrap
  174. msgid ""
  175. "<userinput remap=\"install\">ln -sv ../&vim-docdir;/doc "
  176. "/usr/share/doc/vim-&vim-version;</userinput>"
  177. msgstr ""
  178. #. type: Content of: <sect1><sect2><para>
  179. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:105
  180. msgid ""
  181. "If an X Window System is going to be installed on the LFS system, it may be "
  182. "necessary to recompile vim after installing X. Vim comes with a GUI version "
  183. "of the editor that requires X and some additional libraries to be "
  184. "installed. For more information on this process, refer to the vim "
  185. "documentation and the vim installation page in the BLFS book at <ulink "
  186. "url=\"&blfs-book;postlfs/vim.html\"/>."
  187. msgstr ""
  188. #. type: Content of: <sect1><sect2><title>
  189. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:116
  190. msgid "Configuring Vim"
  191. msgstr ""
  192. #. type: Content of: <sect1><sect2><indexterm><primary>
  193. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:119
  194. msgid "/etc/vimrc"
  195. msgstr ""
  196. #. type: Content of: <sect1><sect2><para>
  197. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:122
  198. msgid ""
  199. "By default, <command>vim</command> runs in vi-incompatible mode. This may "
  200. "be new to users who have used other editors in the past. The "
  201. "<quote>nocompatible</quote> setting is included below to highlight the fact "
  202. "that a new behavior is being used. It also reminds those who would change to "
  203. "<quote>compatible</quote> mode that it should be the first setting in the "
  204. "configuration file. This is necessary because it changes other settings, and "
  205. "overrides must come after this setting. Create a default "
  206. "<command>vim</command> configuration file by running the following:"
  207. msgstr ""
  208. #. type: Content of: <sect1><sect2><screen>
  209. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:131
  210. #, no-wrap
  211. msgid ""
  212. "<userinput>cat &gt; /etc/vimrc &lt;&lt; \"EOF\"\n"
  213. "<literal>\" Begin /etc/vimrc\n"
  214. "\n"
  215. "\" Ensure defaults are set before customizing settings, not after\n"
  216. "source $VIMRUNTIME/defaults.vim\n"
  217. "let skip_defaults_vim=1 \n"
  218. "\n"
  219. "set nocompatible\n"
  220. "set backspace=2\n"
  221. "set mouse=\n"
  222. "syntax on\n"
  223. "if (&amp;term == \"xterm\") || (&amp;term == \"putty\")\n"
  224. " set background=dark\n"
  225. "endif\n"
  226. "\n"
  227. "\" End /etc/vimrc</literal>\n"
  228. "EOF</userinput>"
  229. msgstr ""
  230. #. type: Content of: <sect1><sect2><para>
  231. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:149
  232. msgid ""
  233. "The <parameter>set nocompatible</parameter> setting makes "
  234. "<command>vim</command> behave in a more useful way (the default) than the "
  235. "vi-compatible manner. Remove the <quote>no</quote> to keep the old "
  236. "<command>vi</command> behavior. The <parameter>set backspace=2</parameter> "
  237. "setting allows backspacing over line breaks, autoindents, and the start of "
  238. "an insert. The <parameter>syntax on</parameter> parameter enables vim's "
  239. "syntax highlighting. The <parameter>set mouse=</parameter> setting enables "
  240. "proper pasting of text with the mouse when working in chroot or over a "
  241. "remote connection. Finally, the <emphasis>if</emphasis> statement with the "
  242. "<parameter>set background=dark</parameter> setting corrects "
  243. "<command>vim</command>'s guess about the background color of some terminal "
  244. "emulators. This gives the highlighting a better color scheme for use on the "
  245. "black background of these programs."
  246. msgstr ""
  247. #. type: Content of: <sect1><sect2><para>
  248. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:163
  249. msgid ""
  250. "Documentation for other available options can be obtained by running the "
  251. "following command:"
  252. msgstr ""
  253. #. type: Content of: <sect1><sect2><screen>
  254. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:166
  255. #, no-wrap
  256. msgid "<userinput>vim -c ':options'</userinput>"
  257. msgstr ""
  258. #. type: Content of: <sect1><sect2><note><para>
  259. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:169
  260. msgid ""
  261. "By default, vim only installs spell files for the English language. To "
  262. "install spell files for your preferred language, download the "
  263. "<filename>*.spl</filename> and optionally, the <filename>*.sug</filename> "
  264. "files for your language and character encoding from <ulink "
  265. "url=\"ftp://ftp.vim.org/pub/vim/runtime/spell/\"/> and save them to "
  266. "<filename class='directory'>/usr/share/&vim-docdir;/spell/</filename>."
  267. msgstr ""
  268. #. type: Content of: <sect1><sect2><note><para>
  269. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:176
  270. msgid ""
  271. "To use these spell files, some configuration in "
  272. "<filename>/etc/vimrc</filename> is needed, e.g.:"
  273. msgstr ""
  274. #. type: Content of: <sect1><sect2><note><screen>
  275. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:179
  276. #, no-wrap
  277. msgid ""
  278. "<literal>set spelllang=en,ru\n"
  279. "set spell</literal>"
  280. msgstr ""
  281. #. type: Content of: <sect1><sect2><note><para>
  282. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:182
  283. msgid ""
  284. "For more information, see the appropriate README file located at the URL "
  285. "above."
  286. msgstr ""
  287. #. type: Content of: <sect1><sect2><title>
  288. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:189
  289. msgid "Contents of Vim"
  290. msgstr ""
  291. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  292. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:192
  293. msgid "Installed programs"
  294. msgstr ""
  295. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  296. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:193
  297. msgid "Installed directory"
  298. msgstr ""
  299. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  300. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:196
  301. msgid ""
  302. "ex (link to vim), rview (link to vim), rvim (link to vim), vi (link to vim), "
  303. "view (link to vim), vim, vimdiff (link to vim), vimtutor, and xxd"
  304. msgstr ""
  305. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  306. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:199
  307. msgid "/usr/share/vim"
  308. msgstr ""
  309. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  310. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:204
  311. msgid "Short Descriptions"
  312. msgstr ""
  313. #. type: Content of: <sect1><sect2><variablelist>
  314. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:205
  315. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  316. msgstr ""
  317. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  318. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:209
  319. msgid "<command>ex</command>"
  320. msgstr ""
  321. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  322. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:211
  323. msgid "Starts <command>vim</command> in ex mode"
  324. msgstr ""
  325. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  326. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:213
  327. msgid "ex"
  328. msgstr ""
  329. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  330. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:219
  331. msgid "<command>rview</command>"
  332. msgstr ""
  333. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  334. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:221
  335. msgid ""
  336. "Is a restricted version of <command>view</command>; no shell commands can be "
  337. "started and <command>view</command> cannot be suspended"
  338. msgstr ""
  339. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  340. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:225
  341. msgid "rview"
  342. msgstr ""
  343. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  344. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:231
  345. msgid "<command>rvim</command>"
  346. msgstr ""
  347. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  348. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:233
  349. msgid ""
  350. "Is a restricted version of <command>vim</command>; no shell commands can be "
  351. "started and <command>vim</command> cannot be suspended"
  352. msgstr ""
  353. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  354. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:237
  355. msgid "rvim"
  356. msgstr ""
  357. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  358. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:243
  359. msgid "<command>vi</command>"
  360. msgstr ""
  361. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  362. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:245
  363. msgid "Link to <command>vim</command>"
  364. msgstr ""
  365. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  366. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:247
  367. msgid "vi"
  368. msgstr ""
  369. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  370. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:253
  371. msgid "<command>view</command>"
  372. msgstr ""
  373. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  374. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:255
  375. msgid "Starts <command>vim</command> in read-only mode"
  376. msgstr ""
  377. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  378. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:257
  379. msgid "view"
  380. msgstr ""
  381. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  382. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:263
  383. msgid "<command>vim</command>"
  384. msgstr ""
  385. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  386. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:265
  387. msgid "Is the editor"
  388. msgstr ""
  389. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  390. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:267
  391. msgid "vim"
  392. msgstr ""
  393. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  394. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:273
  395. msgid "<command>vimdiff</command>"
  396. msgstr ""
  397. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  398. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:275
  399. msgid ""
  400. "Edits two or three versions of a file with <command>vim</command> and shows "
  401. "differences"
  402. msgstr ""
  403. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  404. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:278
  405. msgid "vimdiff"
  406. msgstr ""
  407. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  408. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:284
  409. msgid "<command>vimtutor</command>"
  410. msgstr ""
  411. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  412. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:286
  413. msgid "Teaches the basic keys and commands of <command>vim</command>"
  414. msgstr ""
  415. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  416. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:289
  417. msgid "vimtutor"
  418. msgstr ""
  419. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  420. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:295
  421. msgid "<command>xxd</command>"
  422. msgstr ""
  423. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  424. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:297
  425. msgid ""
  426. "Creates a hex dump of the given file; it can also do the reverse, so it can "
  427. "be used for binary patching"
  428. msgstr ""
  429. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  430. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/vim.xml:300
  431. msgid "xxd"
  432. msgstr ""