diff options
Diffstat (limited to 'po/zh_TW/using-d-i.po')
-rw-r--r-- | po/zh_TW/using-d-i.po | 52 |
1 files changed, 28 insertions, 24 deletions
diff --git a/po/zh_TW/using-d-i.po b/po/zh_TW/using-d-i.po index 537439ad0..4952bde61 100644 --- a/po/zh_TW/using-d-i.po +++ b/po/zh_TW/using-d-i.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2015-04-15 20:29+0000\n" +"POT-Creation-Date: 2016-04-08 20:25+0000\n" "PO-Revision-Date: 2005-07-18 14:26+0800\n" "Last-Translator: Jhang, Jia-Wei <dreamcrer@gmail.com>\n" "Language-Team: debian-chinese-big5 <debian-chinese-big5@lists.debian.org>\n" @@ -1206,8 +1206,8 @@ msgstr "" #| "and a <computeroutput>Hostname</computeroutput>. Moreover, if you have a " #| "wireless network interface, you will be asked to provide your " #| "<computeroutput>Wireless ESSID</computeroutput> and a <computeroutput>WEP " -#| "key</computeroutput>. Fill in the answers from <xref linkend=\"needed-" -#| "info\"/>." +#| "key</computeroutput>. Fill in the answers from <xref linkend=\"needed-info" +#| "\"/>." msgid "" "The manual network setup in turn asks you a number of questions about your " "network, notably <computeroutput>IP address</computeroutput>, " @@ -3202,17 +3202,17 @@ msgstr "設定網路" #: using-d-i.xml:2262 #, no-c-format msgid "" -"One of the tools used to install packages on a &debian-gnu; system is a " -"program called <command>apt-get</command>, from the <classname>apt</" -"classname> package<footnote> <para> Note that the program which actually " -"installs the packages is called <command>dpkg</command>. However, this " -"program is more of a low-level tool. <command>apt-get</command> is a higher-" -"level tool, which will invoke <command>dpkg</command> as appropriate. It " -"knows how to retrieve packages from your CD, the network, or wherever. It is " -"also able to automatically install other packages which are required to make " -"the package you're trying to install work correctly. </para> </footnote>. " -"Other front-ends for package management, like <command>aptitude</command> " -"and <command>synaptic</command>, are also in use. These front-ends are " +"One of the tools used to install packages on a &debian-gnu; system is the " +"program <command>apt</command>, from the <classname>apt</classname> " +"package<footnote> <para> Note that the program which actually installs the " +"packages is called <command>dpkg</command>. However, this program is more of " +"a low-level tool. <command>apt</command> is a higher-level tool, which will " +"invoke <command>dpkg</command> as appropriate. It knows how to retrieve " +"packages from your CD, the network, or wherever. It is also able to " +"automatically install other packages which are required to make the package " +"you're trying to install work correctly. </para> </footnote>. Other front-" +"ends for package management, like <command>aptitude</command> and " +"<command>synaptic</command>, are also in use. These front-ends are " "recommended for new users, since they integrate some additional features " "(package searching and status checks) in a nice user interface." msgstr "" @@ -4072,11 +4072,13 @@ msgid "" "After arcboot has been installed, the system can be booted from hard disk by " "setting some firmware environment variables entering " "<informalexample><screen>\n" -"<userinput> setenv SystemPartition scsi(<replaceable>scsi</replaceable>)disk" -"(<replaceable>disk</replaceable>)rdisk(0)partition(0)</userinput>\n" -"<userinput> setenv OSLoadPartition scsi(<replaceable>scsi</replaceable>)disk" -"(<replaceable>disk</replaceable>)rdisk(0)partition(<replaceable>partnr</" -"replaceable>)</userinput>\n" +"<userinput> setenv SystemPartition scsi(<replaceable>scsi</" +"replaceable>)disk(<replaceable>disk</replaceable>)rdisk(0)partition(0)</" +"userinput>\n" +"<userinput> setenv OSLoadPartition scsi(<replaceable>scsi</" +"replaceable>)disk(<replaceable>disk</" +"replaceable>)rdisk(0)partition(<replaceable>partnr</replaceable>)</" +"userinput>\n" "<userinput> setenv OSLoader arcboot</userinput>\n" "<userinput> setenv OSLoadFilename <replaceable>config</replaceable></" "userinput>\n" @@ -4089,11 +4091,13 @@ msgstr "" "在 <filename>/etc/arcboot.conf</filename>。每套設定有各自的名稱,安裝程式建立" "的預設設定值為 <quote>linux</quote>。Acrboot 安裝之後,在韌體提示符號下設定一" "些韌體環境變數即可從硬碟開機。 <informalexample><screen>\n" -"<userinput> setenv SystemPartition scsi(<replaceable>scsi</replaceable>)disk" -"(<replaceable>disk</replaceable>)rdisk(0)partition(0)</userinput>\n" -"<userinput> setenv OSLoadPartition scsi(<replaceable>scsi</replaceable>)disk" -"(<replaceable>disk</replaceable>)rdisk(0)partition(<replaceable>partnr</" -"replaceable>)</userinput>\n" +"<userinput> setenv SystemPartition scsi(<replaceable>scsi</" +"replaceable>)disk(<replaceable>disk</replaceable>)rdisk(0)partition(0)</" +"userinput>\n" +"<userinput> setenv OSLoadPartition scsi(<replaceable>scsi</" +"replaceable>)disk(<replaceable>disk</" +"replaceable>)rdisk(0)partition(<replaceable>partnr</replaceable>)</" +"userinput>\n" "<userinput> setenv OSLoader arcboot</userinput>\n" "<userinput> setenv OSLoadFilename <replaceable>config</replaceable></" "userinput>\n" |