msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2020-06-17 12:44+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 2.2.5\n" #. type: Content of:
#: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:14 #, no-wrap msgid "&gettext-url;" msgstr "&gettext-url;" #. type: Content of: #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:12 msgid "" "gettext &gettext-version; " msgstr "" "gettext &gettext-version; " #. type: Content of: #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:17 msgid "Gettext-&gettext-version;" msgstr "Gettext-&gettext-version;" #. type: Content of: <sect1><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:20 msgid "Gettext" msgstr "Gettext" #. type: Content of: <sect1><indexterm><secondary> #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:21 msgid "tools" msgstr "工具" #. type: Content of: <sect1><sect2><segmentedlist><segtitle> #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:32 msgid "&buildtime;" msgstr "&buildtime;" #. type: Content of: <sect1><sect2><segmentedlist><segtitle> #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:33 msgid "&diskspace;" msgstr "&diskspace;" #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:36 msgid "&gettext-tmp-sbu;" msgstr "&gettext-tmp-sbu;" #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:37 msgid "&gettext-tmp-du;" msgstr "&gettext-tmp-du;" #. type: Content of: <sect1><sect2><title> #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:44 msgid "Installation of Gettext" msgstr "安装 Gettext" #. type: Content of: <sect1><sect2><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:46 msgid "" "For our temporary set of tools, we only need to install three programs from " "Gettext." msgstr "对于我们的临时工具,只要安装 Gettext 中的三个程序即可。" #. type: Content of: <sect1><sect2><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:49 msgid "Prepare Gettext for compilation:" msgstr "准备编译 Gettext:" #. type: Content of: <sect1><sect2><screen> #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:51 #, no-wrap msgid "<userinput remap=\"configure\">./configure --disable-shared</userinput>" msgstr "<userinput remap=\"configure\">./configure --disable-shared</userinput>" #. type: Content of: <sect1><sect2><variablelist><title> #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:54 msgid "The meaning of the configure option:" msgstr "配置选项的含义:" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:57 msgid "<parameter>--disable-shared</parameter>" msgstr "<parameter>--disable-shared</parameter>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:59 msgid "" "We do not need to install any of the shared Gettext libraries at this time, " "therefore there is no need to build them." msgstr "现在我们不需要安装 Gettext 的任何共享库,因此不用构建它们。" #. type: Content of: <sect1><sect2><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:66 msgid "Compile the package:" msgstr "编译该软件包:" #. type: Content of: <sect1><sect2><screen> #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:68 #, no-wrap msgid "<userinput remap=\"make\">make</userinput>" msgstr "<userinput remap=\"make\">make</userinput>" #. type: Content of: <sect1><sect2><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:70 msgid "" "Install the <command>msgfmt</command>, <command>msgmerge</command>, and " "<command>xgettext</command> programs:" msgstr "" "安装 <command>msgfmt</command>,<command>msgmerge</command>,以及 " "<command>xgettext</command> 这三个程序:" #. type: Content of: <sect1><sect2><screen> #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:73 #, no-wrap msgid "<userinput remap=\"install\">cp -v gettext-tools/src/{msgfmt,msgmerge,xgettext} /usr/bin</userinput>" msgstr "<userinput remap=\"install\">cp -v gettext-tools/src/{msgfmt,msgmerge,xgettext} /usr/bin</userinput>" #. type: Content of: <sect1><sect2><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter07/gettext.xml:80 msgid "" "Details on this package are located in <xref linkend=\"contents-gettext\" " "role=\".\"/>" msgstr "该软件包的详细信息可以在<xref linkend=\"contents-gettext\"/>中找到。"