dbus.po 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  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/dbus.xml:14
  20. #, no-wrap
  21. msgid "&dbus-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:12
  25. msgid ""
  26. "<productname>dbus</productname> "
  27. "<productnumber>&dbus-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:17
  32. msgid "D-Bus-&dbus-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:20
  36. msgid "D-Bus"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:26
  40. msgid ""
  41. "D-Bus is a message bus system, a simple way for applications to talk to one "
  42. "another. D-Bus supplies both a system daemon (for events such as \"new "
  43. "hardware device added\" or \"printer queue changed\") and a "
  44. "per-user-login-session daemon (for general IPC needs among user "
  45. "applications). Also, the message bus is built on top of a general one-to-one "
  46. "message passing framework, which can be used by any two applications to "
  47. "communicate directly (without going through the message bus daemon)."
  48. msgstr ""
  49. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  50. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:35
  51. msgid "&buildtime;"
  52. msgstr ""
  53. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:36
  55. msgid "&diskspace;"
  56. msgstr ""
  57. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  58. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:39
  59. msgid "&dbus-fin-sbu;"
  60. msgstr ""
  61. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:40
  63. msgid "&dbus-fin-du;"
  64. msgstr ""
  65. #. type: Content of: <sect1><sect2><title>
  66. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:47
  67. msgid "Installation of D-Bus"
  68. msgstr ""
  69. #. type: Content of: <sect1><sect2><para>
  70. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:49
  71. msgid "Prepare D-Bus for compilation:"
  72. msgstr ""
  73. #. type: Content of: <sect1><sect2><screen>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:51
  75. #, no-wrap
  76. msgid ""
  77. "<userinput remap=\"configure\">./configure --prefix=/usr "
  78. "\\\n"
  79. " --sysconfdir=/etc \\\n"
  80. " --localstatedir=/var \\\n"
  81. " --disable-static \\\n"
  82. " --disable-doxygen-docs \\\n"
  83. " --disable-xml-docs \\\n"
  84. " --docdir=/usr/share/doc/dbus-&dbus-version; \\\n"
  85. " --with-console-auth-dir=/run/console</userinput>"
  86. msgstr ""
  87. #. type: Content of: <sect1><sect2><variablelist><title>
  88. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:61
  89. msgid "The meaning of the configure options:"
  90. msgstr ""
  91. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:64
  93. msgid "<parameter>--with-console-auth-dir=/run/console</parameter>"
  94. msgstr ""
  95. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  96. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:66
  97. msgid "This specifies the location of the ConsoleKit authorization directory."
  98. msgstr ""
  99. #. type: Content of: <sect1><sect2><para>
  100. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:73
  101. msgid "Compile the package:"
  102. msgstr ""
  103. #. type: Content of: <sect1><sect2><screen>
  104. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:75
  105. #, no-wrap
  106. msgid "<userinput remap=\"make\">make</userinput>"
  107. msgstr ""
  108. #. type: Content of: <sect1><sect2><para>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:77
  110. msgid ""
  111. "This package does come with a test suite, but it requires several packages "
  112. "that are not included in LFS. Instructions for running the test suite can be "
  113. "found in the BLFS book at <ulink url=\"&blfs-book;general/dbus.html\"/>."
  114. msgstr ""
  115. #. type: Content of: <sect1><sect2><para>
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:82
  117. msgid "Install the package:"
  118. msgstr ""
  119. #. type: Content of: <sect1><sect2><screen>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:84
  121. #, no-wrap
  122. msgid "<userinput remap=\"install\">make install</userinput>"
  123. msgstr ""
  124. #. type: Content of: <sect1><sect2><para>
  125. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:86
  126. msgid ""
  127. "The shared library needs to be moved to <filename "
  128. "class=\"directory\">/lib</filename>, and as a result the <filename "
  129. "class=\"extension\">.so</filename> file in <filename "
  130. "class=\"directory\">/usr/lib</filename> will need to be recreated:"
  131. msgstr ""
  132. #. type: Content of: <sect1><sect2><screen>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:91
  134. #, no-wrap
  135. msgid ""
  136. "<userinput remap=\"install\">mv -v /usr/lib/libdbus-1.so.* /lib\n"
  137. "ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) "
  138. "/usr/lib/libdbus-1.so</userinput>"
  139. msgstr ""
  140. #. type: Content of: <sect1><sect2><para>
  141. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:94
  142. msgid ""
  143. "Create a symlink so that D-Bus and systemd can use the same "
  144. "<filename>machine-id</filename> file:"
  145. msgstr ""
  146. #. type: Content of: <sect1><sect2><screen>
  147. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:97
  148. #, no-wrap
  149. msgid ""
  150. "<userinput remap=\"install\">ln -sfv /etc/machine-id "
  151. "/var/lib/dbus</userinput>"
  152. msgstr ""
  153. #. type: Content of: <sect1><sect2><para>
  154. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:99
  155. msgid "Move the socket file to /run instead of the deprecated /var/run:"
  156. msgstr ""
  157. #. type: Content of: <sect1><sect2><screen>
  158. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:102
  159. #, no-wrap
  160. msgid ""
  161. "<userinput remap=\"install\">sed -i 's:/var/run:/run:' "
  162. "/lib/systemd/system/dbus.socket</userinput>"
  163. msgstr ""
  164. #. type: Content of: <sect1><sect2><title>
  165. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:107
  166. msgid "Contents of D-Bus"
  167. msgstr ""
  168. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  169. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:110
  170. msgid "Installed programs"
  171. msgstr ""
  172. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  173. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:111
  174. msgid "Installed libraries"
  175. msgstr ""
  176. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  177. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:112
  178. msgid "Installed directories"
  179. msgstr ""
  180. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  181. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:115
  182. msgid ""
  183. "dbus-cleanup-sockets, dbus-daemon, dbus-launch, dbus-monitor, "
  184. "dbus-run-session, dbus-send, dbus-test-tool, "
  185. "dbus-update-activation-environment, and dbus-uuidgen"
  186. msgstr ""
  187. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  188. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:118
  189. msgid "libdbus-1.{a,so}"
  190. msgstr ""
  191. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  192. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:119
  193. msgid ""
  194. "/etc/dbus-1, /usr/include/dbus-1.0, /usr/lib/dbus-1.0, /usr/share/dbus-1, "
  195. "/usr/share/doc/dbus-&dbus-version;, and /var/lib/dbus"
  196. msgstr ""
  197. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  198. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:126
  199. msgid "Short Descriptions"
  200. msgstr ""
  201. #. type: Content of: <sect1><sect2><variablelist>
  202. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:127
  203. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  204. msgstr ""
  205. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  206. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:131
  207. msgid "<command>dbus-cleanup-sockets</command>"
  208. msgstr ""
  209. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  210. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:133
  211. msgid "is used to remove leftover sockets in a directory"
  212. msgstr ""
  213. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  214. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:135
  215. msgid "dbus-cleanup-sockets"
  216. msgstr ""
  217. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  218. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:141
  219. msgid "<command>dbus-daemon</command>"
  220. msgstr ""
  221. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  222. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:143
  223. msgid "Is the D-Bus message bus daemon"
  224. msgstr ""
  225. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  226. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:145
  227. msgid "dbus-daemon"
  228. msgstr ""
  229. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  230. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:151
  231. msgid "<command>dbus-launch</command>"
  232. msgstr ""
  233. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  234. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:153
  235. msgid "Starts <command>dbus-daemon</command> from a shell script"
  236. msgstr ""
  237. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  238. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:156
  239. msgid "dbus-launch"
  240. msgstr ""
  241. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  242. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:162
  243. msgid "<command>dbus-monitor</command>"
  244. msgstr ""
  245. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  246. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:164
  247. msgid "Monitors messages passing through a D-Bus message bus"
  248. msgstr ""
  249. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  250. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:166
  251. msgid "dbus-monitor"
  252. msgstr ""
  253. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  254. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:172
  255. msgid "<command>dbus-run-session</command>"
  256. msgstr ""
  257. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  258. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:174
  259. msgid ""
  260. "Starts a session bus instance of <command>dbus-daemon</command> from a shell "
  261. "script and starts a specified program in that session"
  262. msgstr ""
  263. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  264. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:178
  265. msgid "dbus-run-session"
  266. msgstr ""
  267. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  268. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:184
  269. msgid "<command>dbus-send</command>"
  270. msgstr ""
  271. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  272. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:186
  273. msgid "Sends a message to a D-Bus message bus"
  274. msgstr ""
  275. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  276. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:188
  277. msgid "dbus-send"
  278. msgstr ""
  279. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  280. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:194
  281. msgid "<command>dbus-test-tool</command>"
  282. msgstr ""
  283. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  284. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:196
  285. msgid "Is a tool to help packages test <application>D-Bus</application>"
  286. msgstr ""
  287. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  288. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:199
  289. msgid "dbus-test-tool"
  290. msgstr ""
  291. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  292. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:206
  293. msgid "<command>dbus-update-activation-environment</command>"
  294. msgstr ""
  295. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  296. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:208
  297. msgid ""
  298. "Updates environment variables that will be set for "
  299. "<application>D-Bus</application> session services"
  300. msgstr ""
  301. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  302. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:211
  303. msgid "dbus-update-activation-environment"
  304. msgstr ""
  305. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  306. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:217
  307. msgid "<command>dbus-uuidgen</command>"
  308. msgstr ""
  309. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  310. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:219
  311. msgid "Generates a universally unique ID"
  312. msgstr ""
  313. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  314. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:221
  315. msgid "dbus-uuidgen"
  316. msgstr ""
  317. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  318. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:227
  319. msgid "<filename class=\"libraryfile\">libdbus-1</filename>"
  320. msgstr ""
  321. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  322. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:229
  323. msgid "Contains API functions used to communicate with the D-Bus message bus"
  324. msgstr ""
  325. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  326. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/dbus.xml:232
  327. msgid "libdbus-1"
  328. msgstr ""