dbus.po 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  5. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  6. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  7. "Language-Team: LANGUAGE <LL@li.org>\n"
  8. "Language: zh_CN\n"
  9. "MIME-Version: 1.0\n"
  10. "Content-Type: text/plain; charset=UTF-8\n"
  11. "Content-Transfer-Encoding: 8bit\n"
  12. "X-Generator: Translate Toolkit 2.2.5\n"
  13. #. type: Content of: <sect1><sect1info><address>
  14. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:14
  15. #, no-wrap
  16. msgid "&dbus-url;"
  17. msgstr "&dbus-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:12
  20. msgid ""
  21. "<productname>dbus</productname> <productnumber>&dbus-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>dbus</productname> <productnumber>&dbus-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:17
  28. msgid "D-Bus-&dbus-version;"
  29. msgstr "D-Bus-&dbus-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:20
  32. msgid "D-Bus"
  33. msgstr "D-Bus"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:26
  36. msgid ""
  37. "D-Bus is a message bus system, a simple way for applications to talk to one "
  38. "another. D-Bus supplies both a system daemon (for events such as \"new "
  39. "hardware device added\" or \"printer queue changed\") and a per-user-login-"
  40. "session daemon (for general IPC needs among user applications). Also, the "
  41. "message bus is built on top of a general one-to-one message passing "
  42. "framework, which can be used by any two applications to communicate directly "
  43. "(without going through the message bus daemon)."
  44. msgstr ""
  45. "D-bus 是一个消息总线系统,即应用程序之间互相通信的一种简单方式。D-Bus 提供一"
  46. "个系统守护进程 (负责 “添加了新硬件” 或 “打印队列发生改变” 等事件),并对每个用"
  47. "户登录会话提供一个守护进程 (负责一般用户程序的进程间通信)。另外,消息总线被构"
  48. "建在一个通用的一对一消息传递网络上,它可以被任意两个程序用于直接通信 (不需通"
  49. "过消息总线守护进程)。"
  50. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:35
  52. msgid "&buildtime;"
  53. msgstr "&buildtime;"
  54. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:36
  56. msgid "&diskspace;"
  57. msgstr "&diskspace;"
  58. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:39
  60. #, fuzzy
  61. msgid "&dbus-fin-sbu;"
  62. msgstr "&dbus-ch6-sbu;"
  63. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  64. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:40
  65. #, fuzzy
  66. msgid "&dbus-fin-du;"
  67. msgstr "&dbus-ch6-du;"
  68. #. type: Content of: <sect1><sect2><title>
  69. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:47
  70. msgid "Installation of D-Bus"
  71. msgstr "安装 D-Bus"
  72. #. type: Content of: <sect1><sect2><para>
  73. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:49
  74. msgid "Prepare D-Bus for compilation:"
  75. msgstr "准备编译 D-Bus:"
  76. #. type: Content of: <sect1><sect2><screen>
  77. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:51
  78. #, no-wrap
  79. msgid ""
  80. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  81. " --sysconfdir=/etc \\\n"
  82. " --localstatedir=/var \\\n"
  83. " --disable-static \\\n"
  84. " --disable-doxygen-docs \\\n"
  85. " --disable-xml-docs \\\n"
  86. " --docdir=/usr/share/doc/dbus-&dbus-version; \\\n"
  87. " --with-console-auth-dir=/run/console</userinput>"
  88. msgstr ""
  89. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  90. " --sysconfdir=/etc \\\n"
  91. " --localstatedir=/var \\\n"
  92. " --disable-static \\\n"
  93. " --disable-doxygen-docs \\\n"
  94. " --disable-xml-docs \\\n"
  95. " --docdir=/usr/share/doc/dbus-&dbus-version; \\\n"
  96. " --with-console-auth-dir=/run/console</userinput>"
  97. #. type: Content of: <sect1><sect2><variablelist><title>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:61
  99. msgid "The meaning of the configure options:"
  100. msgstr "配置选项的含义:"
  101. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  102. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:64
  103. msgid "<parameter>--with-console-auth-dir=/run/console</parameter>"
  104. msgstr "<parameter>--with-console-auth-dir=/run/console</parameter>"
  105. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:66
  107. #, fuzzy
  108. msgid "This specifies the location of the ConsoleKit authorization directory."
  109. msgstr "该选项指定 ConsoleKit 认证目录位置。"
  110. #. type: Content of: <sect1><sect2><para>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:73
  112. msgid "Compile the package:"
  113. msgstr "编译该软件包:"
  114. #. type: Content of: <sect1><sect2><screen>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:75
  116. #, no-wrap
  117. msgid "<userinput remap=\"make\">make</userinput>"
  118. msgstr "<userinput remap=\"make\">make</userinput>"
  119. #. type: Content of: <sect1><sect2><para>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:77
  121. msgid ""
  122. "This package does come with a test suite, but it requires several packages "
  123. "that are not included in LFS. Instructions for running the test suite can be "
  124. "found in the BLFS book at <ulink url=\"&blfs-book;general/dbus.html\"/>."
  125. msgstr ""
  126. "该软件包有测试套件,但需要 LFS 没有包含的一些软件包。阅读 BLFS 手册中的 "
  127. "<ulink url=\"&blfs-book;general/dbus.html\"/>,以查阅运行测试套件的说明。"
  128. #. type: Content of: <sect1><sect2><para>
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:82
  130. msgid "Install the package:"
  131. msgstr "安装该软件包:"
  132. #. type: Content of: <sect1><sect2><screen>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:84
  134. #, no-wrap
  135. msgid "<userinput remap=\"install\">make install</userinput>"
  136. msgstr "<userinput remap=\"install\">make install</userinput>"
  137. #. type: Content of: <sect1><sect2><para>
  138. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:86
  139. msgid ""
  140. "The shared library needs to be moved to <filename class=\"directory\">/lib</"
  141. "filename>, and as a result the <filename class=\"extension\">.so</filename> "
  142. "file in <filename class=\"directory\">/usr/lib</filename> will need to be "
  143. "recreated:"
  144. msgstr ""
  145. "需要将共享库移动到 <filename class=\"directory\">/lib</filename>,因此 "
  146. "<filename class=\"directory\">/usr/lib</filename> 中的 <filename class="
  147. "\"extension\">.so</filename> 符号链接需要重新建立:"
  148. #. type: Content of: <sect1><sect2><screen>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:91
  150. #, no-wrap
  151. msgid ""
  152. "<userinput remap=\"install\">mv -v /usr/lib/libdbus-1.so.* /lib\n"
  153. "ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</userinput>"
  154. msgstr ""
  155. "<userinput remap=\"install\">mv -v /usr/lib/libdbus-1.so.* /lib\n"
  156. "ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</userinput>"
  157. #. type: Content of: <sect1><sect2><para>
  158. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:94
  159. #, fuzzy
  160. msgid ""
  161. "Create a symlink so that D-Bus and systemd can use the same "
  162. "<filename>machine-id</filename> file:"
  163. msgstr ""
  164. "创建符号链接,使 D-Bus 和 systemd 使用同样的 <filename>machine-id</filename> "
  165. "文件:"
  166. #. type: Content of: <sect1><sect2><screen>
  167. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:97
  168. #, no-wrap
  169. msgid "<userinput remap=\"install\">ln -sfv /etc/machine-id /var/lib/dbus</userinput>"
  170. msgstr "<userinput remap=\"install\">ln -sfv /etc/machine-id /var/lib/dbus</userinput>"
  171. #. type: Content of: <sect1><sect2><para>
  172. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:99
  173. msgid "Move the socket file to /run instead of the deprecated /var/run:"
  174. msgstr ""
  175. #. type: Content of: <sect1><sect2><screen>
  176. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:102
  177. #, fuzzy, no-wrap
  178. msgid "<userinput remap=\"install\">sed -i 's:/var/run:/run:' /lib/systemd/system/dbus.socket</userinput>"
  179. msgstr "<userinput remap=\"install\">ln -sfv /etc/machine-id /var/lib/dbus</userinput>"
  180. #. type: Content of: <sect1><sect2><title>
  181. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:107
  182. msgid "Contents of D-Bus"
  183. msgstr "D-Bus 的内容"
  184. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  185. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:110
  186. msgid "Installed programs"
  187. msgstr "安装的程序"
  188. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  189. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:111
  190. msgid "Installed libraries"
  191. msgstr "安装的库"
  192. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  193. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:112
  194. msgid "Installed directories"
  195. msgstr "安装的目录"
  196. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  197. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:115
  198. msgid ""
  199. "dbus-cleanup-sockets, dbus-daemon, dbus-launch, dbus-monitor, dbus-run-"
  200. "session, dbus-send, dbus-test-tool, dbus-update-activation-environment, and "
  201. "dbus-uuidgen"
  202. msgstr ""
  203. "dbus-cleanup-sockets, dbus-daemon, dbus-launch, dbus-monitor, dbus-run-"
  204. "session, dbus-send, dbus-test-tool, dbus-update-activation-environment, 以及 "
  205. "dbus-uuidgen"
  206. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  207. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:118
  208. msgid "libdbus-1.{a,so}"
  209. msgstr "libdbus-1.{a,so}"
  210. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  211. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:119
  212. msgid ""
  213. "/etc/dbus-1, /usr/include/dbus-1.0, /usr/lib/dbus-1.0, /usr/share/dbus-1, /"
  214. "usr/share/doc/dbus-&dbus-version;, and /var/lib/dbus"
  215. msgstr ""
  216. "/etc/dbus-1, /usr/include/dbus-1.0, /usr/lib/dbus-1.0, /usr/share/dbus-1, /"
  217. "usr/share/doc/dbus-&dbus-version;, 以及 /var/lib/dbus"
  218. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  219. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:126
  220. msgid "Short Descriptions"
  221. msgstr "简要描述"
  222. #. type: Content of: <sect1><sect2><variablelist>
  223. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:127
  224. msgid ""
  225. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  226. msgstr ""
  227. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  228. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:131
  229. msgid "<command>dbus-cleanup-sockets</command>"
  230. msgstr "<command>dbus-cleanup-sockets</command>"
  231. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  232. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:133
  233. #, fuzzy
  234. msgid "is used to remove leftover sockets in a directory"
  235. msgstr "用于清理目录中遗留的套接字"
  236. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  237. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:135
  238. msgid "dbus-cleanup-sockets"
  239. msgstr "dbus-cleanup-sockets"
  240. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  241. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:141
  242. msgid "<command>dbus-daemon</command>"
  243. msgstr "<command>dbus-daemon</command>"
  244. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  245. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:143
  246. #, fuzzy
  247. msgid "Is the D-Bus message bus daemon"
  248. msgstr "D-Bus 消息总线守护程序"
  249. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  250. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:145
  251. msgid "dbus-daemon"
  252. msgstr "dbus-daemon"
  253. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  254. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:151
  255. msgid "<command>dbus-launch</command>"
  256. msgstr "<command>dbus-launch</command>"
  257. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  258. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:153
  259. msgid "Starts <command>dbus-daemon</command> from a shell script"
  260. msgstr "从 shell 脚本启动 <command>dbus-daemon</command>"
  261. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  262. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:156
  263. msgid "dbus-launch"
  264. msgstr "dbus-launch"
  265. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  266. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:162
  267. msgid "<command>dbus-monitor</command>"
  268. msgstr "<command>dbus-monitor</command>"
  269. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  270. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:164
  271. msgid "Monitors messages passing through a D-Bus message bus"
  272. msgstr "监视通过一个 D-Bus 消息总线的消息"
  273. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  274. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:166
  275. msgid "dbus-monitor"
  276. msgstr "dbus-monitor"
  277. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  278. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:172
  279. msgid "<command>dbus-run-session</command>"
  280. msgstr "<command>dbus-run-session</command>"
  281. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  282. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:174
  283. msgid ""
  284. "Starts a session bus instance of <command>dbus-daemon</command> from a shell "
  285. "script and starts a specified program in that session"
  286. msgstr ""
  287. "从 shell 脚本启动一个 <command>dbus-daemon</command> 的会话总线实例,并在该会"
  288. "话中启动给定程序"
  289. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  290. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:178
  291. msgid "dbus-run-session"
  292. msgstr "dbus-run-session"
  293. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  294. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:184
  295. msgid "<command>dbus-send</command>"
  296. msgstr "<command>dbus-send</command>"
  297. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  298. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:186
  299. msgid "Sends a message to a D-Bus message bus"
  300. msgstr "向 D-Bus 消息总线发送消息"
  301. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  302. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:188
  303. msgid "dbus-send"
  304. msgstr "dbus-send"
  305. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  306. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:194
  307. msgid "<command>dbus-test-tool</command>"
  308. msgstr "<command>dbus-test-tool</command>"
  309. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  310. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:196
  311. #, fuzzy
  312. msgid "Is a tool to help packages test <application>D-Bus</application>"
  313. msgstr "一个帮助软件包测试 <application>D-Bus</application> 的工具"
  314. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  315. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:199
  316. msgid "dbus-test-tool"
  317. msgstr "dbus-test-tool"
  318. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  319. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:206
  320. msgid "<command>dbus-update-activation-environment</command>"
  321. msgstr "<command>dbus-update-activation-environment</command>"
  322. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  323. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:208
  324. msgid ""
  325. "Updates environment variables that will be set for <application>D-Bus</"
  326. "application> session services"
  327. msgstr "更新将会为 <application>D-Bus</application> 会话服务设置的环境变量"
  328. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  329. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:211
  330. msgid "dbus-update-activation-environment"
  331. msgstr "dbus-update-activation-environment"
  332. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  333. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:217
  334. msgid "<command>dbus-uuidgen</command>"
  335. msgstr "<command>dbus-uuidgen</command>"
  336. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  337. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:219
  338. msgid "Generates a universally unique ID"
  339. msgstr "产生通用唯一识别码"
  340. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  341. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:221
  342. msgid "dbus-uuidgen"
  343. msgstr "dbus-uuidgen"
  344. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  345. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:227
  346. msgid "<filename class=\"libraryfile\">libdbus-1</filename>"
  347. msgstr "<filename class=\"libraryfile\">libdbus-1</filename>"
  348. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  349. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:229
  350. msgid "Contains API functions used to communicate with the D-Bus message bus"
  351. msgstr "包含用于和 D-Bus 消息总线通信的 API 函数"
  352. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  353. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:232
  354. msgid "libdbus-1"
  355. msgstr "libdbus-1"