scripts.po 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  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: <appendix><title>
  19. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:39
  20. msgid "Boot and sysconfig scripts version-&lfs-bootscripts-version;"
  21. msgstr ""
  22. #. type: Content of: <appendix><para>
  23. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:41
  24. msgid ""
  25. "The scripts in this appendix are listed by the directory where they normally "
  26. "reside. The order is <filename "
  27. "class='directory'>/etc/rc.d/init.d</filename>, <filename "
  28. "class='directory'>/etc/sysconfig</filename>, <filename "
  29. "class='directory'>/etc/sysconfig/network-devices</filename>, and <filename "
  30. "class='directory'>/etc/sysconfig/network-devices/services</filename>. "
  31. "Within each section, the files are listed in the order they are normally "
  32. "called."
  33. msgstr ""
  34. #. type: Content of: <appendix><sect1><title>
  35. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:51
  36. msgid "/etc/rc.d/init.d/rc"
  37. msgstr ""
  38. #. type: Content of: <appendix><sect1><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:53
  40. msgid ""
  41. "The <systemitem>rc</systemitem> script is the first script called by "
  42. "<application>init</application> and initiates the boot process."
  43. msgstr ""
  44. #. type: Content of: <appendix><sect1><screen>
  45. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:56
  46. #, no-wrap
  47. msgid "&rc;"
  48. msgstr ""
  49. #. type: Content of: <appendix><sect1><title>
  50. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:60
  51. msgid "/lib/lsb/init-functions"
  52. msgstr ""
  53. #. type: Content of: <appendix><sect1><screen>
  54. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:61
  55. #, no-wrap
  56. msgid "&initfunctions;"
  57. msgstr ""
  58. #. type: Content of: <appendix><sect1><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:65
  60. msgid "/etc/rc.d/init.d/mountvirtfs"
  61. msgstr ""
  62. #. type: Content of: <appendix><sect1><screen>
  63. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:66
  64. #, no-wrap
  65. msgid "&mountvirtfs;"
  66. msgstr ""
  67. #. type: Content of: <appendix><sect1><title>
  68. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:70
  69. msgid "/etc/rc.d/init.d/modules"
  70. msgstr ""
  71. #. type: Content of: <appendix><sect1><screen>
  72. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:71
  73. #, no-wrap
  74. msgid "&modules;"
  75. msgstr ""
  76. #. type: Content of: <appendix><sect1><title>
  77. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:75
  78. msgid "/etc/rc.d/init.d/udev"
  79. msgstr ""
  80. #. type: Content of: <appendix><sect1><screen>
  81. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:76
  82. #, no-wrap
  83. msgid "&udev;"
  84. msgstr ""
  85. #. type: Content of: <appendix><sect1><title>
  86. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:80
  87. msgid "/etc/rc.d/init.d/swap"
  88. msgstr ""
  89. #. type: Content of: <appendix><sect1><screen>
  90. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:81
  91. #, no-wrap
  92. msgid "&swap;"
  93. msgstr ""
  94. #. type: Content of: <appendix><sect1><title>
  95. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:85
  96. msgid "/etc/rc.d/init.d/setclock"
  97. msgstr ""
  98. #. type: Content of: <appendix><sect1><screen>
  99. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:86
  100. #, no-wrap
  101. msgid "&setclock;"
  102. msgstr ""
  103. #. type: Content of: <appendix><sect1><title>
  104. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:90
  105. msgid "/etc/rc.d/init.d/checkfs"
  106. msgstr ""
  107. #. type: Content of: <appendix><sect1><screen>
  108. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:91
  109. #, no-wrap
  110. msgid "&checkfs;"
  111. msgstr ""
  112. #. type: Content of: <appendix><sect1><title>
  113. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:95
  114. msgid "/etc/rc.d/init.d/mountfs"
  115. msgstr ""
  116. #. type: Content of: <appendix><sect1><screen>
  117. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:96
  118. #, no-wrap
  119. msgid "&mountfs;"
  120. msgstr ""
  121. #. type: Content of: <appendix><sect1><title>
  122. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:100
  123. msgid "/etc/rc.d/init.d/udev_retry"
  124. msgstr ""
  125. #. type: Content of: <appendix><sect1><screen>
  126. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:101
  127. #, no-wrap
  128. msgid "&udev_retry;"
  129. msgstr ""
  130. #. type: Content of: <appendix><sect1><title>
  131. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:105
  132. msgid "/etc/rc.d/init.d/cleanfs"
  133. msgstr ""
  134. #. type: Content of: <appendix><sect1><screen>
  135. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:106
  136. #, no-wrap
  137. msgid "&cleanfs;"
  138. msgstr ""
  139. #. type: Content of: <appendix><sect1><title>
  140. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:110
  141. msgid "/etc/rc.d/init.d/console"
  142. msgstr ""
  143. #. type: Content of: <appendix><sect1><screen>
  144. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:111
  145. #, no-wrap
  146. msgid "&console;"
  147. msgstr ""
  148. #. type: Content of: <appendix><sect1><title>
  149. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:115
  150. msgid "/etc/rc.d/init.d/localnet"
  151. msgstr ""
  152. #. type: Content of: <appendix><sect1><screen>
  153. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:116
  154. #, no-wrap
  155. msgid "&localnet;"
  156. msgstr ""
  157. #. type: Content of: <appendix><sect1><title>
  158. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:120
  159. msgid "/etc/rc.d/init.d/sysctl"
  160. msgstr ""
  161. #. type: Content of: <appendix><sect1><screen>
  162. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:121
  163. #, no-wrap
  164. msgid "&sysctl;"
  165. msgstr ""
  166. #. type: Content of: <appendix><sect1><title>
  167. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:125
  168. msgid "/etc/rc.d/init.d/sysklogd"
  169. msgstr ""
  170. #. type: Content of: <appendix><sect1><screen>
  171. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:126
  172. #, no-wrap
  173. msgid "&sysklogd;"
  174. msgstr ""
  175. #. type: Content of: <appendix><sect1><title>
  176. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:130
  177. msgid "/etc/rc.d/init.d/network"
  178. msgstr ""
  179. #. type: Content of: <appendix><sect1><screen>
  180. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:131
  181. #, no-wrap
  182. msgid "&network;"
  183. msgstr ""
  184. #. type: Content of: <appendix><sect1><title>
  185. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:135
  186. msgid "/etc/rc.d/init.d/sendsignals"
  187. msgstr ""
  188. #. type: Content of: <appendix><sect1><screen>
  189. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:136
  190. #, no-wrap
  191. msgid "&sendsignals;"
  192. msgstr ""
  193. #. type: Content of: <appendix><sect1><title>
  194. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:140
  195. msgid "/etc/rc.d/init.d/reboot"
  196. msgstr ""
  197. #. type: Content of: <appendix><sect1><screen>
  198. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:141
  199. #, no-wrap
  200. msgid "&reboot;"
  201. msgstr ""
  202. #. type: Content of: <appendix><sect1><title>
  203. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:145
  204. msgid "/etc/rc.d/init.d/halt"
  205. msgstr ""
  206. #. type: Content of: <appendix><sect1><screen>
  207. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:146
  208. #, no-wrap
  209. msgid "&halt;"
  210. msgstr ""
  211. #. type: Content of: <appendix><sect1><title>
  212. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:150
  213. msgid "/etc/rc.d/init.d/template"
  214. msgstr ""
  215. #. type: Content of: <appendix><sect1><screen>
  216. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:151
  217. #, no-wrap
  218. msgid "&template;"
  219. msgstr ""
  220. #. type: Content of: <appendix><sect1><title>
  221. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:155
  222. msgid "/etc/sysconfig/modules"
  223. msgstr ""
  224. #. type: Content of: <appendix><sect1><screen>
  225. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:156
  226. #, no-wrap
  227. msgid "&modules_sys;"
  228. msgstr ""
  229. #. type: Content of: <appendix><sect1><title>
  230. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:160
  231. msgid "/etc/sysconfig/createfiles"
  232. msgstr ""
  233. #. type: Content of: <appendix><sect1><screen>
  234. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:161
  235. #, no-wrap
  236. msgid "&createfiles;"
  237. msgstr ""
  238. #. type: Content of: <appendix><sect1><title>
  239. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:165
  240. msgid "/etc/sysconfig/udev-retry"
  241. msgstr ""
  242. #. type: Content of: <appendix><sect1><screen>
  243. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:166
  244. #, no-wrap
  245. msgid "&cfg_udev_retry;"
  246. msgstr ""
  247. #. type: Content of: <appendix><sect1><title>
  248. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:170
  249. msgid "/sbin/ifup"
  250. msgstr ""
  251. #. type: Content of: <appendix><sect1><screen>
  252. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:171
  253. #, no-wrap
  254. msgid "&ifup;"
  255. msgstr ""
  256. #. type: Content of: <appendix><sect1><title>
  257. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:175
  258. msgid "/sbin/ifdown"
  259. msgstr ""
  260. #. type: Content of: <appendix><sect1><screen>
  261. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:176
  262. #, no-wrap
  263. msgid "&ifdown;"
  264. msgstr ""
  265. #. type: Content of: <appendix><sect1><title>
  266. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:180
  267. msgid "/lib/services/ipv4-static"
  268. msgstr ""
  269. #. type: Content of: <appendix><sect1><screen>
  270. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:181
  271. #, no-wrap
  272. msgid "&ipv4_static;"
  273. msgstr ""
  274. #. type: Content of: <appendix><sect1><title>
  275. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:185
  276. msgid "/lib/services/ipv4-static-route"
  277. msgstr ""
  278. #. type: Content of: <appendix><sect1><screen>
  279. #: /home/xry111/svn-repos/LFS-BOOK/appendices/scripts.xml:186
  280. #, no-wrap
  281. msgid "&ipv4_static_route;"
  282. msgstr ""