standards.po 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  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><title>
  19. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:11
  20. msgid "LFS and Standards"
  21. msgstr ""
  22. #. type: Content of: <sect1><para>
  23. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:16
  24. msgid ""
  25. "The structure of LFS follows Linux standards as closely as possible. The "
  26. "primary standards are:"
  27. msgstr ""
  28. #. type: Content of: <sect1><itemizedlist><listitem><para>
  29. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:21
  30. msgid ""
  31. "<ulink url=\"http://pubs.opengroup.org/onlinepubs/9699919799/\"> "
  32. "POSIX.1-2008</ulink>."
  33. msgstr ""
  34. #. type: Content of: <sect1><itemizedlist><listitem><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:25
  36. msgid ""
  37. "<ulink url=\"http://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html\"> "
  38. "Filesystem Hierarchy Standard (FHS) Version 3.0</ulink>"
  39. msgstr ""
  40. #. type: Content of: <sect1><itemizedlist><listitem><para>
  41. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:31
  42. msgid ""
  43. "<ulink url=\"http://refspecs.linuxfoundation.org/lsb.shtml\">Linux Standard "
  44. "Base (LSB) Version 5.0 (2015)</ulink>"
  45. msgstr ""
  46. #. type: Content of: <sect1><itemizedlist><listitem><para>
  47. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:34
  48. msgid ""
  49. "The LSB has four separate standards: Core, Desktop, Runtime Languages, and "
  50. "Imaging. In addition to generic requirements there are also architecture "
  51. "specific requirements. There are also two areas for trial use: Gtk3 and "
  52. "Graphics. LFS attempts to conform to the architectures discussed in the "
  53. "previous section."
  54. msgstr ""
  55. #. type: Content of: <sect1><itemizedlist><listitem><note><para>
  56. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:40
  57. msgid ""
  58. "Many people do not agree with the requirements of the LSB. The main purpose "
  59. "of defining it is to ensure that proprietary software will be able to be "
  60. "installed and run properly on a compliant system. Since LFS is source "
  61. "based, the user has complete control over what packages are desired and many "
  62. "choose not to install some packages that are specified by the LSB."
  63. msgstr ""
  64. #. type: Content of: <sect1><para>
  65. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:50
  66. msgid ""
  67. "Creating a complete LFS system capable of passing the LSB certifications "
  68. "tests is possible, but not without many additional packages that are beyond "
  69. "the scope of LFS. These additional packages have installation instructions "
  70. "in BLFS."
  71. msgstr ""
  72. #. type: Content of: <sect1><variablelist><bridgehead>
  73. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:56
  74. msgid "Packages supplied by LFS needed to satisfy the LSB Requirements"
  75. msgstr ""
  76. #. type: Content of: <sect1><variablelist>
  77. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:58
  78. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:103
  79. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:150
  80. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  81. msgstr ""
  82. #. type: Content of: <sect1><variablelist><varlistentry><term>
  83. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:62
  84. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:107
  85. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:154
  86. msgid "<emphasis>LSB Core:</emphasis>"
  87. msgstr ""
  88. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  89. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:64
  90. msgid ""
  91. "Bash, Bc, Binutils, Coreutils, Diffutils, File, Findutils, Gawk, Grep, Gzip, "
  92. "M4, Man-DB, Ncurses, Procps, Psmisc, Sed, Shadow, Tar, Util-linux, Zlib"
  93. msgstr ""
  94. #. type: Content of: <sect1><variablelist><varlistentry><term>
  95. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:71
  96. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:116
  97. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:161
  98. msgid "<emphasis>LSB Desktop:</emphasis>"
  99. msgstr ""
  100. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  101. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:73
  102. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:87
  103. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:94
  104. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:156
  105. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:170
  106. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:177
  107. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:184
  108. msgid "None"
  109. msgstr ""
  110. #. type: Content of: <sect1><variablelist><varlistentry><term>
  111. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:78
  112. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:125
  113. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:168
  114. msgid "<emphasis>LSB Runtime Languages:</emphasis>"
  115. msgstr ""
  116. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  117. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:80
  118. msgid "Perl"
  119. msgstr ""
  120. #. type: Content of: <sect1><variablelist><varlistentry><term>
  121. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:85
  122. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:132
  123. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:175
  124. msgid "<emphasis>LSB Imaging:</emphasis>"
  125. msgstr ""
  126. #. type: Content of: <sect1><variablelist><varlistentry><term>
  127. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:92
  128. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:139
  129. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:182
  130. msgid "<emphasis>LSB Gtk3 and LSB Graphics (Trial Use):</emphasis>"
  131. msgstr ""
  132. #. type: Content of: <sect1><variablelist><bridgehead>
  133. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:101
  134. msgid "Packages supplied by BLFS needed to satisfy the LSB Requirements"
  135. msgstr ""
  136. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  137. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:109
  138. msgid ""
  139. "At, Batch (a part of At), Cpio, Ed, Fcrontab, LSB-Tools, NSPR, NSS, PAM, "
  140. "Pax, Sendmail (or Postfix or Exim), time"
  141. msgstr ""
  142. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  143. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:118
  144. msgid ""
  145. "Alsa, ATK, Cairo, Desktop-file-utils, Freetype, Fontconfig, Gdk-pixbuf, "
  146. "Glib2, GTK+2, Icon-naming-utils, Libjpeg-turbo, Libpng, Libtiff, Libxml2, "
  147. "MesaLib, Pango, Xdg-utils, Xorg"
  148. msgstr ""
  149. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  150. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:127
  151. msgid "Python, Libxml2, Libxslt"
  152. msgstr ""
  153. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  154. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:134
  155. msgid "CUPS, Cups-filters, Ghostscript, SANE"
  156. msgstr ""
  157. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  158. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:141
  159. msgid "GTK+3"
  160. msgstr ""
  161. #. type: Content of: <sect1><variablelist><bridgehead>
  162. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:148
  163. msgid "Packages not supplied by LFS or BLFS needed to satisfy the LSB Requirements"
  164. msgstr ""
  165. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  166. #: /home/xry111/svn-repos/LFS-BOOK/prologue/standards.xml:163
  167. msgid "Qt4 (but Qt5 is provided)"
  168. msgstr ""