diff options
author | Felipe Augusto van de Wiel <faw@debian.org> | 2010-01-18 00:45:30 +0000 |
---|---|---|
committer | Felipe Augusto van de Wiel <faw@debian.org> | 2010-01-18 00:45:30 +0000 |
commit | 2ae201787d2c91e90514e3144d8e50c80120fe22 (patch) | |
tree | f5d9674cac6e1fac3978308485cb822d6cbe568e /po/vi | |
parent | 82dc192114e14fc336a3f4dcbcbb95050a50aa45 (diff) | |
download | installation-guide-2ae201787d2c91e90514e3144d8e50c80120fe22.zip |
[SILENT_COMMIT] Update of POT and PO files for the manual
Diffstat (limited to 'po/vi')
-rw-r--r-- | po/vi/preseed.po | 5 | ||||
-rw-r--r-- | po/vi/random-bits.po | 67 | ||||
-rw-r--r-- | po/vi/using-d-i.po | 705 |
3 files changed, 422 insertions, 355 deletions
diff --git a/po/vi/preseed.po b/po/vi/preseed.po index 90f01049f..a8e783500 100644 --- a/po/vi/preseed.po +++ b/po/vi/preseed.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: preseed\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2009-11-18 01:11+0000\n" +"POT-Creation-Date: 2010-01-18 00:44+0000\n" "PO-Revision-Date: 2009-02-12 19:17+1030\n" "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n" "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n" @@ -2653,9 +2653,6 @@ msgid "" "\n" "# Individual additional packages to install\n" "#d-i pkgsel/include string openssh-server build-essential\n" -"# By default, packages that are only Recommended by packages installed " -"using\n" -"# pkgsel/include (as opposed to their dependencies) will not be installed.\n" "# Whether to upgrade packages after debootstrap.\n" "# Allowed values: none, safe-upgrade, full-upgrade\n" "#d-i pkgsel/upgrade select none\n" diff --git a/po/vi/random-bits.po b/po/vi/random-bits.po index c1d91e4cb..a05e6000e 100644 --- a/po/vi/random-bits.po +++ b/po/vi/random-bits.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: random-bits\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2009-11-08 01:11+0000\n" +"POT-Creation-Date: 2009-12-28 01:10+0000\n" "PO-Revision-Date: 2009-02-12 18:46+1030\n" "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n" "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n" @@ -1386,7 +1386,67 @@ msgstr "Cấu hình khả năng chạy mạng" #. Tag: para #: random-bits.xml:646 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "To configure networking, edit <filename>/etc/network/interfaces</" +#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/" +#| "hostname</filename> and <filename>/etc/hosts</filename>. " +#| "<informalexample><screen>\n" +#| "# editor /etc/network/interfaces\n" +#| "</screen></informalexample> Here are some simple examples from <filename>/" +#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n" +#| "######################################################################\n" +#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n" +#| "# See the interfaces(5) manpage for information on what options are\n" +#| "# available.\n" +#| "######################################################################\n" +#| "\n" +#| "# We always want the loopback interface.\n" +#| "#\n" +#| "auto lo\n" +#| "iface lo inet loopback\n" +#| "\n" +#| "# To use dhcp:\n" +#| "#\n" +#| "# auto eth0\n" +#| "# iface eth0 inet dhcp\n" +#| "\n" +#| "# An example static IP setup: (broadcast and gateway are optional)\n" +#| "#\n" +#| "# auto eth0\n" +#| "# iface eth0 inet static\n" +#| "# address 192.168.0.42\n" +#| "# network 192.168.0.0\n" +#| "# netmask 255.255.255.0\n" +#| "# broadcast 192.168.0.255\n" +#| "# gateway 192.168.0.1\n" +#| "</screen></informalexample> Enter your nameserver(s) and search " +#| "directives in <filename>/etc/resolv.conf</filename>: " +#| "<informalexample><screen>\n" +#| "# editor /etc/resolv.conf\n" +#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</" +#| "filename>: <informalexample><screen>\n" +#| "search hqdom.local\n" +#| "nameserver 10.1.1.36\n" +#| "nameserver 192.168.9.100\n" +#| "</screen></informalexample> Enter your system's host name (2 to 63 " +#| "characters): <informalexample><screen>\n" +#| "# echo DebianHostName > /etc/hostname\n" +#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> " +#| "with IPv6 support: <informalexample><screen>\n" +#| "127.0.0.1 localhost DebianHostName\n" +#| "\n" +#| "# The following lines are desirable for IPv6 capable hosts\n" +#| "::1 ip6-localhost ip6-loopback\n" +#| "fe00::0 ip6-localnet\n" +#| "ff00::0 ip6-mcastprefix\n" +#| "ff02::1 ip6-allnodes\n" +#| "ff02::2 ip6-allrouters\n" +#| "ff02::3 ip6-allhosts\n" +#| "</screen></informalexample> If you have multiple network cards, you " +#| "should arrange the names of driver modules in the <filename>/etc/modules</" +#| "filename> file into the desired order. Then during boot, each card will " +#| "be associated with the interface name (eth0, eth1, etc.) that you expect." msgid "" "To configure networking, edit <filename>/etc/network/interfaces</filename>, " "<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> " @@ -1432,7 +1492,8 @@ msgid "" "# echo DebianHostName > /etc/hostname\n" "</screen></informalexample> And a basic <filename>/etc/hosts</filename> with " "IPv6 support: <informalexample><screen>\n" -"127.0.0.1 localhost DebianHostName\n" +"127.0.0.1 localhost\n" +"127.0.1.1 DebianHostName\n" "\n" "# The following lines are desirable for IPv6 capable hosts\n" "::1 ip6-localhost ip6-loopback\n" diff --git a/po/vi/using-d-i.po b/po/vi/using-d-i.po index 12c7f34ca..7fe27e0cb 100644 --- a/po/vi/using-d-i.po +++ b/po/vi/using-d-i.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: using-d-i\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2009-11-25 01:11+0000\n" +"POT-Creation-Date: 2010-01-18 00:44+0000\n" "PO-Revision-Date: 2009-02-13 16:39+1030\n" "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n" "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n" @@ -935,11 +935,16 @@ msgstr "Đặt tùy chọn địa phương hoá" #. Tag: para #: using-d-i.xml:516 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "In most cases the first questions you will be asked concern the selection " +#| "of localization options to be used both for the installation and for the " +#| "installed system. The localization options consist of language, country " +#| "and locales." msgid "" "In most cases the first questions you will be asked concern the selection of " "localization options to be used both for the installation and for the " -"installed system. The localization options consist of language, country and " +"installed system. The localization options consist of language, location and " "locales." msgstr "" "Trong phần lớn trường hợp, trước tiên bạn sẽ được nhắc chọn các tùy chọn địa " @@ -968,10 +973,11 @@ msgstr "" #| "geographic location. Language and country together will be used to set " #| "the default locale for your system and to help select your keyboard." msgid "" -"The selected country will be used later in the installation process to pick " -"the default time zone and a Debian mirror appropriate for your geographic " -"location. Language and country together will help determine the default " -"locale for your system and select the correct keyboard layout." +"The selected geographic location (in most cases a country) will be used " +"later in the installation process to select the correct time zone and a " +"Debian mirror appropriate for that country. Language and country together " +"will help determine the default locale for your system and select the " +"correct keyboard layout." msgstr "" "Vào điểm sau trong tiến trình cài đặt, quốc gia đã chọn sẽ được dùng để chọn " "múi giờ mặc định và một máy nhân bản Debian thích hợp với chỗ địa lý của " @@ -979,7 +985,7 @@ msgstr "" "định cho hệ thống của bạn, cũng để giúp đỡ chọn bố trí bàn phím." #. Tag: para -#: using-d-i.xml:537 +#: using-d-i.xml:538 #, no-c-format msgid "" "You will first be asked to select your preferred language. The language " @@ -1003,7 +1009,7 @@ msgstr "" "classname> sẽ không được cài đặt." #. Tag: para -#: using-d-i.xml:549 +#: using-d-i.xml:550 #, fuzzy, no-c-format #| msgid "" #| "If you selected a language that is recognized as an official language for " @@ -1015,14 +1021,14 @@ msgstr "" #| "selecting a continent will lead to a list of relevant countries on that " #| "continent." msgid "" -"If you selected a language that is recognized as an official language for " -"more than one country<footnote> <para> In technical terms: where multiple " -"locales exist for that language with differing country codes. </para> </" -"footnote>, you will be shown a list of only those countries. To select a " -"country that is not in that list, choose <guimenuitem>other</guimenuitem> " -"(the last option). You will then be presented with a list of continents; " -"selecting a continent will lead to a list of relevant countries on that " -"continent." +"Next you will be asked to select your geographic location. If you selected a " +"language that is recognized as an official language for more than one " +"country<footnote> <para> In technical terms: where multiple locales exist " +"for that language with differing country codes. </para> </footnote>, you " +"will be shown a list of only those countries. To select a country that is " +"not in that list, choose <guimenuitem>other</guimenuitem> (the last option). " +"You will then be presented with a list of continents; selecting a continent " +"will lead to a list of relevant countries on that continent." msgstr "" "Nếu bạn đã chọn một ngôn ngữ nhận ra là ngôn ngữ chính thức của nhiều quốc " "gia<footnote> <para> Nói kỹ thuật, khi một ngôn ngữ thuộc về nhiều miền địa " @@ -1059,24 +1065,27 @@ msgid "" "If you selected a combination of language and country for which no locale is " "defined and there exist multiple locales for the language, then the " "installer will allow you to choose which of those locales you prefer as the " -"default locale for the installed system. In all other cases a default locale " -"will be selected based on the selected language and country." +"default locale for the installed system<footnote> <para> At medium and low " +"priority you can always select your preferred locale from those available " +"for the selected language (if there's more than one). </para> </footnote>. " +"In all other cases a default locale will be selected based on the selected " +"language and country." msgstr "" #. Tag: para -#: using-d-i.xml:588 +#: using-d-i.xml:595 #, no-c-format msgid "" "Any default locale selected as described in the previous paragraph will use " -"UTF-8 as character encoding." +"<firstterm>UTF-8</firstterm> as character encoding." msgstr "" #. Tag: para -#: using-d-i.xml:593 +#: using-d-i.xml:600 #, no-c-format msgid "" -"If you are installing at medium or low priority, you will have the option of " -"selecting additional locales, including so-called <quote>legacy</quote> " +"If you are installing at low priority, you will have the option of selecting " +"additional locales, including so-called <quote>legacy</quote> " "locales<footnote> <para> Legacy locales are locales which do not use UTF-8, " "but one of the older standards for character encoding such as ISO 8859-" "1 (used by West European languages) or EUC-JP (used by Japanese). </para> </" @@ -1086,13 +1095,13 @@ msgid "" msgstr "" #. Tag: title -#: using-d-i.xml:617 +#: using-d-i.xml:624 #, no-c-format msgid "Choosing a Keyboard" msgstr "Chọn bàn phím" #. Tag: para -#: using-d-i.xml:619 +#: using-d-i.xml:626 #, no-c-format msgid "" "Keyboards are often tailored to the characters used in a language. Select a " @@ -1110,7 +1119,7 @@ msgstr "" "xong)." #. Tag: para -#: using-d-i.xml:629 +#: using-d-i.xml:636 #, no-c-format msgid "" "Move the highlight to the keyboard selection you desire and press " @@ -1127,7 +1136,7 @@ msgstr "" "keycap> nằm bên trên." #. Tag: para -#: using-d-i.xml:638 +#: using-d-i.xml:645 #, no-c-format msgid "" "There are two keyboard layouts for US keyboards; the qwerty/mac-usb-us " @@ -1146,13 +1155,13 @@ msgstr "" "trí này là tương tự." #. Tag: title -#: using-d-i.xml:668 +#: using-d-i.xml:675 #, no-c-format msgid "Looking for the Debian Installer ISO Image" msgstr "Tìm ảnh ISO cài đặt Debian" #. Tag: para -#: using-d-i.xml:669 +#: using-d-i.xml:676 #, no-c-format msgid "" "When installing via the <emphasis>hd-media</emphasis> method, there will be " @@ -1166,7 +1175,7 @@ msgstr "" "thực hiện chính xác công việc này." #. Tag: para -#: using-d-i.xml:676 +#: using-d-i.xml:683 #, no-c-format msgid "" "At first, <command>iso-scan</command> automatically mounts all block devices " @@ -1196,7 +1205,7 @@ msgstr "" "ảnh khác." #. Tag: para -#: using-d-i.xml:693 +#: using-d-i.xml:700 #, no-c-format msgid "" "In case the previous attempt to find an installer iso image fails, " @@ -1210,7 +1219,7 @@ msgstr "" "mục lên trên: nó thật sự đi qua toàn bộ hệ thống tập tin." #. Tag: para -#: using-d-i.xml:700 +#: using-d-i.xml:707 #, no-c-format msgid "" "If <command>iso-scan</command> does not discover your installer iso image, " @@ -1228,13 +1237,13 @@ msgstr "" "động lại, bằng bàn giao tiếp thứ hai." #. Tag: title -#: using-d-i.xml:721 +#: using-d-i.xml:728 #, no-c-format msgid "Configuring the Network" msgstr "Cấu hình mạng" #. Tag: para -#: using-d-i.xml:723 +#: using-d-i.xml:730 #, no-c-format msgid "" "As you enter this step, if the system detects that you have more than one " @@ -1254,7 +1263,7 @@ msgstr "" "manvolnum> </citerefentry>." #. Tag: para -#: using-d-i.xml:734 +#: using-d-i.xml:741 #, no-c-format msgid "" "By default, &d-i; tries to configure your computer's network automatically " @@ -1277,7 +1286,7 @@ msgstr "" "rất chậm, vậy nếu bạn có chắc là mọi thứ ổn, hãy thử lại." #. Tag: para -#: using-d-i.xml:746 +#: using-d-i.xml:753 #, no-c-format msgid "" "The manual network setup in turn asks you a number of questions about your " @@ -1300,7 +1309,7 @@ msgstr "" "điền vào các trả lời từ <xref linkend=\"needed-info\"/>." #. Tag: para -#: using-d-i.xml:760 +#: using-d-i.xml:767 #, no-c-format msgid "" "Some technical details you might, or might not, find handy: the program " @@ -1322,14 +1331,14 @@ msgstr "" "filename> một khi hệ thống được cài đặt." #. Tag: title -#: using-d-i.xml:805 +#: using-d-i.xml:812 #, fuzzy, no-c-format #| msgid "Configuring the Clock" msgid "Configuring the Clock and Time Zone" msgstr "Cấu hình Đồng hồ" #. Tag: para -#: using-d-i.xml:807 +#: using-d-i.xml:814 #, no-c-format msgid "" "The installer will first attempt to connect to a time server on the Internet " @@ -1346,13 +1355,13 @@ msgstr "" "đúng. Bạn không thể tự đặt thời gian hệ thống trong khi cài đặt." #. Tag: para -#: using-d-i.xml:816 +#: using-d-i.xml:823 #, no-c-format msgid "The installer does not modify the system clock on the s390 platform." msgstr "" #. Tag: para -#: using-d-i.xml:829 +#: using-d-i.xml:836 #, fuzzy, no-c-format #| msgid "" #| "Depending on the location selected earlier in the installation process, " @@ -1370,7 +1379,7 @@ msgstr "" "múi giờ, trình cài đặt sẽ không hỏi gì và hệ thống sẽ giả sử múi giờ đó." #. Tag: para -#: using-d-i.xml:837 +#: using-d-i.xml:844 #, no-c-format msgid "" "In expert mode or when installing at medium priority, you will have the " @@ -1379,7 +1388,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:843 +#: using-d-i.xml:850 #, no-c-format msgid "" "If for some reason you wish to set a time zone for the installed system that " @@ -1390,7 +1399,7 @@ msgstr "" "<emphasis>không</emphasis> tương ứng với địa điểm đã chọn, có hai tùy chọn." #. Tag: para -#: using-d-i.xml:854 +#: using-d-i.xml:861 #, fuzzy, no-c-format #| msgid "" #| "The simplest option is to just select a different timezone after the " @@ -1406,13 +1415,13 @@ msgstr "" # Literal: don't translate/Nghĩa chữ : đừng dịch #. Tag: screen -#: using-d-i.xml:860 +#: using-d-i.xml:867 #, no-c-format msgid "# dpkg-reconfigure tzdata" msgstr "# dpkg-reconfigure tzdata" #. Tag: para -#: using-d-i.xml:866 +#: using-d-i.xml:873 #, no-c-format msgid "" "Alternatively, the time zone can be set at the very start of the " @@ -1428,7 +1437,7 @@ msgstr "" "<userinput>UTC</userinput>." #. Tag: para -#: using-d-i.xml:880 +#: using-d-i.xml:887 #, fuzzy, no-c-format #| msgid "" #| "For automated installations the time zone can also be set using " @@ -1441,13 +1450,13 @@ msgstr "" "chèn sẵn." #. Tag: title -#: using-d-i.xml:894 +#: using-d-i.xml:901 #, no-c-format msgid "Partitioning and Mount Point Selection" msgstr "Phân vùng và chọn điểm lắp" #. Tag: para -#: using-d-i.xml:895 +#: using-d-i.xml:902 #, no-c-format msgid "" "At this time, after hardware detection has been executed a final time, &d-i; " @@ -1465,7 +1474,7 @@ msgstr "" "như LVM, thiết bị RAID và thiết bị đã mật mã." #. Tag: para -#: using-d-i.xml:916 +#: using-d-i.xml:923 #, no-c-format msgid "" "If you are uncomfortable with partitioning, or just want to know more " @@ -1475,7 +1484,7 @@ msgstr "" "<xref linkend=\"partitioning\"/>." #. Tag: para -#: using-d-i.xml:922 +#: using-d-i.xml:929 #, no-c-format msgid "" "If a hard disk has previously used under Solaris, the partitioner may not " @@ -1497,7 +1506,7 @@ msgstr "" "tại trên cùng đĩa không còn có khả năng truy cấp lại." #. Tag: para -#: using-d-i.xml:935 +#: using-d-i.xml:942 #, no-c-format msgid "" "First you will be given the opportunity to automatically partition either an " @@ -1511,13 +1520,13 @@ msgstr "" "mục <guimenuitem>Bằng tay</guimenuitem> trong trình đơn." #. Tag: title -#: using-d-i.xml:945 +#: using-d-i.xml:952 #, no-c-format msgid "Guided Partitioning" msgstr "Phân vùng hướng dẫn" #. Tag: para -#: using-d-i.xml:946 +#: using-d-i.xml:953 #, no-c-format msgid "" "If you choose guided partitioning, you may have three options: to create " @@ -1535,7 +1544,7 @@ msgstr "" "<quote>dm-crypt</quote> của hạt nhân. </para> </footnote>." #. Tag: para -#: using-d-i.xml:961 +#: using-d-i.xml:968 #, no-c-format msgid "" "The option to use (encrypted) LVM may not be available on all architectures." @@ -1543,7 +1552,7 @@ msgstr "" "Tùy chọn sử dụng LVM (đã mật mã) có lẽ không sẵn sàng trên mọi kiến trúc." #. Tag: para -#: using-d-i.xml:966 +#: using-d-i.xml:973 #, no-c-format msgid "" "When using LVM or encrypted LVM, the installer will create most partitions " @@ -1560,7 +1569,7 @@ msgstr "" "liệu (riêng) của bạn." #. Tag: para -#: using-d-i.xml:975 +#: using-d-i.xml:982 #, no-c-format msgid "" "When using encrypted LVM, the installer will also automatically erase the " @@ -1576,7 +1585,7 @@ msgstr "" "kích cỡ của đĩa." #. Tag: para -#: using-d-i.xml:984 +#: using-d-i.xml:991 #, no-c-format msgid "" "If you choose guided partitioning using LVM or encrypted LVM, some changes " @@ -1593,7 +1602,7 @@ msgstr "" "đặt sẽ nhắc bạn xác nhận các thay đổi này trước khi ghi vào đĩa." #. Tag: para -#: using-d-i.xml:994 +#: using-d-i.xml:1001 #, no-c-format msgid "" "If you choose guided partitioning (either classic or using (encrypted) LVM) " @@ -1610,7 +1619,7 @@ msgstr "" "bạn thường xem. Kích cỡ của đĩa có thể giúp đỡ bạn nhận diện mỗi điều." #. Tag: para -#: using-d-i.xml:1003 +#: using-d-i.xml:1010 #, no-c-format msgid "" "Any data on the disk you select will eventually be lost, but you will always " @@ -1625,7 +1634,7 @@ msgstr "" "đổi nào đúng đến kết thúc; còn khi sử dụng LVM (đã mật mã), không có." #. Tag: para -#: using-d-i.xml:1011 +#: using-d-i.xml:1018 #, no-c-format msgid "" "Next, you will be able to choose from the schemes listed in the table below. " @@ -1644,73 +1653,73 @@ msgstr "" "sẽ không thành công." #. Tag: entry -#: using-d-i.xml:1027 +#: using-d-i.xml:1034 #, no-c-format msgid "Partitioning scheme" msgstr "Bố trí phân vùng" #. Tag: entry -#: using-d-i.xml:1028 +#: using-d-i.xml:1035 #, no-c-format msgid "Minimum space" msgstr "Chỗ tối thiểu" #. Tag: entry -#: using-d-i.xml:1029 +#: using-d-i.xml:1036 #, no-c-format msgid "Created partitions" msgstr "Phân vùng đã tạo" #. Tag: entry -#: using-d-i.xml:1035 +#: using-d-i.xml:1042 #, no-c-format msgid "All files in one partition" msgstr "Mọi tập tin trên một phân vùng" #. Tag: entry -#: using-d-i.xml:1036 +#: using-d-i.xml:1043 #, no-c-format msgid "600MB" msgstr "600MB" #. Tag: entry -#: using-d-i.xml:1037 +#: using-d-i.xml:1044 #, no-c-format msgid "<filename>/</filename>, swap" msgstr "<filename>/</filename>, trao đổi" #. Tag: entry -#: using-d-i.xml:1039 +#: using-d-i.xml:1046 #, no-c-format msgid "Separate /home partition" msgstr "Phân vùng /home riêng" #. Tag: entry -#: using-d-i.xml:1040 +#: using-d-i.xml:1047 #, no-c-format msgid "500MB" msgstr "500MB" #. Tag: entry -#: using-d-i.xml:1041 +#: using-d-i.xml:1048 #, no-c-format msgid "<filename>/</filename>, <filename>/home</filename>, swap" msgstr "<filename>/</filename>, <filename>/home</filename>, trao đổi" #. Tag: entry -#: using-d-i.xml:1045 +#: using-d-i.xml:1052 #, no-c-format msgid "Separate /home, /usr, /var and /tmp partitions" msgstr "Các phân vùng /home, /usr, /var, và /tmp riêng" #. Tag: entry -#: using-d-i.xml:1046 +#: using-d-i.xml:1053 #, no-c-format msgid "<entry>1GB</entry>" msgstr "<entry>1GB</entry>" #. Tag: entry -#: using-d-i.xml:1047 +#: using-d-i.xml:1054 #, no-c-format msgid "" "<filename>/</filename>, <filename>/home</filename>, <filename>/usr</" @@ -1720,7 +1729,7 @@ msgstr "" "filename>, <filename>/var</filename>, <filename>/tmp</filename>, trao đổi" #. Tag: para -#: using-d-i.xml:1056 +#: using-d-i.xml:1063 #, no-c-format msgid "" "If you choose guided partitioning using (encrypted) LVM, the installer will " @@ -1733,7 +1742,7 @@ msgstr "" "vùng khác, bao gồm phân vùng trao đổi, sẽ được tạo bên trong phân vùng LVM." #. Tag: para -#: using-d-i.xml:1062 +#: using-d-i.xml:1069 #, no-c-format msgid "" "If you choose guided partitioning for your IA-64 system, there will be an " @@ -1748,7 +1757,7 @@ msgstr "" "khởi động EFI." #. Tag: para -#: using-d-i.xml:1070 +#: using-d-i.xml:1077 #, no-c-format msgid "" "After selecting a scheme, the next screen will show your new partition " @@ -1759,7 +1768,7 @@ msgstr "" "gồm có thông tin về trạng thái kiểu định dạng và gắn kết của mỗi phân vùng." #. Tag: para -#: using-d-i.xml:1076 +#: using-d-i.xml:1083 #, no-c-format msgid "" "The list of partitions might look like this: <informalexample><screen>\n" @@ -1815,7 +1824,7 @@ msgstr "" "có thể được đạt khi tự phân vùng." #. Tag: para -#: using-d-i.xml:1089 +#: using-d-i.xml:1096 #, no-c-format msgid "" "This concludes the guided partitioning. If you are satisfied with the " @@ -1836,13 +1845,13 @@ msgstr "" "vùng." #. Tag: title -#: using-d-i.xml:1103 +#: using-d-i.xml:1110 #, no-c-format msgid "Manual Partitioning" msgstr "Phân vùng bằng tay" #. Tag: para -#: using-d-i.xml:1104 +#: using-d-i.xml:1111 #, no-c-format msgid "" "A similar screen to the one shown just above will be displayed if you choose " @@ -1857,7 +1866,7 @@ msgstr "" "lập bảng phân vùng và cách sử dụng phân vùng cho hệ thống Debian mới." #. Tag: para -#: using-d-i.xml:1112 +#: using-d-i.xml:1119 #, no-c-format msgid "" "If you select a pristine disk which has neither partitions nor free space on " @@ -1871,7 +1880,7 @@ msgstr "" "bảng, bên dưới tên đĩa đã chọn." #. Tag: para -#: using-d-i.xml:1120 +#: using-d-i.xml:1127 #, no-c-format msgid "" "If you select some free space, you will have the opportunity to create a new " @@ -1911,7 +1920,7 @@ msgstr "" "command>." #. Tag: para -#: using-d-i.xml:1142 +#: using-d-i.xml:1149 #, no-c-format msgid "" "If you decide you want to change something about your partition, simply " @@ -1932,7 +1941,7 @@ msgstr "" "đơn này cũng cho bạn có khả năng xoá phân vùng." #. Tag: para -#: using-d-i.xml:1153 +#: using-d-i.xml:1160 #, no-c-format msgid "" "Be sure to create at least two partitions: one for the <emphasis>root</" @@ -1948,7 +1957,7 @@ msgstr "" "sẽ không cho phép bạn tiếp tục, cho đến khi bạn sửa trường hợp này." #. Tag: para -#: using-d-i.xml:1161 +#: using-d-i.xml:1168 #, no-c-format msgid "" "If you forget to select and format an EFI boot partition, <command>partman</" @@ -1960,7 +1969,7 @@ msgstr "" "tục, cho đến khi bạn cấp phát một điều." #. Tag: para -#: using-d-i.xml:1167 +#: using-d-i.xml:1174 #, no-c-format msgid "" "Capabilities of <command>partman</command> can be extended with installer " @@ -1976,7 +1985,7 @@ msgstr "" "<filename>partman-xfs</filename>, hay <filename>partman-lvm</filename>)." #. Tag: para -#: using-d-i.xml:1175 +#: using-d-i.xml:1182 #, no-c-format msgid "" "After you are satisfied with partitioning, select <guimenuitem>Finish " @@ -1990,13 +1999,13 @@ msgstr "" "các hệ thống tập tin nên được tạo như được yêu cầu." #. Tag: title -#: using-d-i.xml:1203 +#: using-d-i.xml:1210 #, no-c-format msgid "Configuring Multidisk Devices (Software RAID)" msgstr "Cấu hình thiết bị đa đĩa (RAID phần mềm)" #. Tag: para -#: using-d-i.xml:1204 +#: using-d-i.xml:1211 #, no-c-format msgid "" "If you have more than one harddrive<footnote><para> To be honest, you can " @@ -2016,7 +2025,7 @@ msgstr "" "<firstterm>RAID phần mềm</firstterm>)." #. Tag: para -#: using-d-i.xml:1217 +#: using-d-i.xml:1224 #, no-c-format msgid "" "MD is basically a bunch of partitions located on different disks and " @@ -2031,7 +2040,7 @@ msgstr "" "lắp v.v.)." #. Tag: para -#: using-d-i.xml:1225 +#: using-d-i.xml:1232 #, no-c-format msgid "" "What benefits this brings depends on the type of MD device you are creating. " @@ -2142,97 +2151,97 @@ msgstr "" "varlistentry> </variablelist> Để tóm tắt:" #. Tag: entry -#: using-d-i.xml:1339 +#: using-d-i.xml:1346 #, no-c-format msgid "Type" msgstr "Kiểu" #. Tag: entry -#: using-d-i.xml:1340 +#: using-d-i.xml:1347 #, no-c-format msgid "Minimum Devices" msgstr "Thiết bị tối thiểu" #. Tag: entry -#: using-d-i.xml:1341 +#: using-d-i.xml:1348 #, no-c-format msgid "Spare Device" msgstr "Thiết bị phụ tùng" #. Tag: entry -#: using-d-i.xml:1342 +#: using-d-i.xml:1349 #, no-c-format msgid "Survives disk failure?" msgstr "Vẫn còn hoạt động sau khi đĩa thất bại ?" #. Tag: entry -#: using-d-i.xml:1343 +#: using-d-i.xml:1350 #, no-c-format msgid "Available Space" msgstr "Chỗ sẵn sàng" #. Tag: entry -#: using-d-i.xml:1349 +#: using-d-i.xml:1356 #, no-c-format msgid "RAID0" msgstr "RAID0" #. Tag: entry -#: using-d-i.xml:1350 using-d-i.xml:1358 using-d-i.xml:1388 +#: using-d-i.xml:1357 using-d-i.xml:1365 using-d-i.xml:1395 #, no-c-format msgid "<entry>2</entry>" msgstr "<entry>2</entry>" #. Tag: entry -#: using-d-i.xml:1351 using-d-i.xml:1352 +#: using-d-i.xml:1358 using-d-i.xml:1359 #, no-c-format msgid "<entry>no</entry>" msgstr "<entry>không</entry>" #. Tag: entry -#: using-d-i.xml:1353 +#: using-d-i.xml:1360 #, no-c-format msgid "Size of the smallest partition multiplied by number of devices in RAID" msgstr "Kích cỡ của phân vùng nhỏ nhất được nhân số thiết bị trong RAID" #. Tag: entry -#: using-d-i.xml:1357 +#: using-d-i.xml:1364 #, no-c-format msgid "RAID1" msgstr "RAID1" #. Tag: entry -#: using-d-i.xml:1359 using-d-i.xml:1367 using-d-i.xml:1378 using-d-i.xml:1389 +#: using-d-i.xml:1366 using-d-i.xml:1374 using-d-i.xml:1385 using-d-i.xml:1396 #, no-c-format msgid "optional" msgstr "tùy chọn" #. Tag: entry -#: using-d-i.xml:1360 using-d-i.xml:1368 using-d-i.xml:1379 using-d-i.xml:1390 +#: using-d-i.xml:1367 using-d-i.xml:1375 using-d-i.xml:1386 using-d-i.xml:1397 #, no-c-format msgid "<entry>yes</entry>" msgstr "<entry>có</entry>" #. Tag: entry -#: using-d-i.xml:1361 +#: using-d-i.xml:1368 #, no-c-format msgid "Size of the smallest partition in RAID" msgstr "Kích cỡ của phân vùng nhỏ nhất trong RAID" #. Tag: entry -#: using-d-i.xml:1365 +#: using-d-i.xml:1372 #, no-c-format msgid "RAID5" msgstr "RAID5" #. Tag: entry -#: using-d-i.xml:1366 +#: using-d-i.xml:1373 #, no-c-format msgid "<entry>3</entry>" msgstr "<entry>3</entry>" #. Tag: entry -#: using-d-i.xml:1369 +#: using-d-i.xml:1376 #, no-c-format msgid "" "Size of the smallest partition multiplied by (number of devices in RAID " @@ -2241,19 +2250,19 @@ msgstr "" "Kích cỡ của phân vùng nhỏ nhất nhận lên (số thiết bị trong RAID trừ một)" #. Tag: entry -#: using-d-i.xml:1376 +#: using-d-i.xml:1383 #, no-c-format msgid "RAID6" msgstr "RAID6" #. Tag: entry -#: using-d-i.xml:1377 +#: using-d-i.xml:1384 #, no-c-format msgid "<entry>4</entry>" msgstr "<entry>4</entry>" #. Tag: entry -#: using-d-i.xml:1380 +#: using-d-i.xml:1387 #, no-c-format msgid "" "Size of the smallest partition multiplied by (number of devices in RAID " @@ -2262,13 +2271,13 @@ msgstr "" "Kích cỡ của phân vùng nhỏ nhất nhận lên (số thiết bị trong RAID trừ hai)" #. Tag: entry -#: using-d-i.xml:1387 +#: using-d-i.xml:1394 #, no-c-format msgid "RAID10" msgstr "RAID10" #. Tag: entry -#: using-d-i.xml:1391 +#: using-d-i.xml:1398 #, no-c-format msgid "" "Total of all partitions divided by the number of chunk copies (defaults to " @@ -2276,7 +2285,7 @@ msgid "" msgstr "Tổng số các phiên bản chia cho số các bản sao đoạn (mặc định là hai)" #. Tag: para -#: using-d-i.xml:1398 +#: using-d-i.xml:1405 #, no-c-format msgid "" "If you want to know more about Software RAID, have a look at <ulink url=" @@ -2286,7 +2295,7 @@ msgstr "" "<ulink url=\"&url-software-raid-howto;\">Software RAID HOWTO</ulink>." #. Tag: para -#: using-d-i.xml:1403 +#: using-d-i.xml:1410 #, no-c-format msgid "" "To create an MD device, you need to have the desired partitions it should " @@ -2302,7 +2311,7 @@ msgstr "" "RAID</guimenuitem> </menuchoice>.)" #. Tag: para -#: using-d-i.xml:1412 +#: using-d-i.xml:1419 #, no-c-format msgid "" "Make sure that the system can be booted with the partitioning scheme you are " @@ -2322,7 +2331,7 @@ msgstr "" "và RAID1 cho <filename>/boot</filename>." #. Tag: para -#: using-d-i.xml:1424 +#: using-d-i.xml:1431 #, no-c-format msgid "" "Support for MD is a relatively new addition to the installer. You may " @@ -2340,7 +2349,7 @@ msgstr "" "trình bao." #. Tag: para -#: using-d-i.xml:1433 +#: using-d-i.xml:1440 #, no-c-format msgid "" "Next, you should choose <guimenuitem>Configure software RAID</guimenuitem> " @@ -2362,7 +2371,7 @@ msgstr "" "RAID1). Kết quả phụ thuộc vào kiểu thiết bị đa đĩa bạn đã chọn." #. Tag: para -#: using-d-i.xml:1446 +#: using-d-i.xml:1453 #, no-c-format msgid "" "RAID0 is simple — you will be issued with the list of available RAID " @@ -2374,7 +2383,7 @@ msgstr "" "thiết bị đa đĩa." #. Tag: para -#: using-d-i.xml:1453 +#: using-d-i.xml:1460 #, no-c-format msgid "" "RAID1 is a bit more tricky. First, you will be asked to enter the number of " @@ -2394,7 +2403,7 @@ msgstr "" "cho đến khi bạn sửa vấn đề." #. Tag: para -#: using-d-i.xml:1465 +#: using-d-i.xml:1472 #, no-c-format msgid "" "RAID5 has a setup procedure similar to RAID1 with the exception that you " @@ -2404,7 +2413,7 @@ msgstr "" "nhất <emphasis>ba</emphasis> phân vùng hoạt động." #. Tag: para -#: using-d-i.xml:1471 +#: using-d-i.xml:1478 #, no-c-format msgid "" "RAID6 also has a setup procedure similar to RAID1 except that at least " @@ -2414,7 +2423,7 @@ msgstr "" "<emphasis>bốn</emphasis> phân vùng hoạt động." #. Tag: para -#: using-d-i.xml:1477 +#: using-d-i.xml:1484 #, no-c-format msgid "" "RAID10 again has a setup procedure similar to RAID1 except in expert mode. " @@ -2433,7 +2442,7 @@ msgstr "" "quá số các thiết bị hoạt động, để phân phối mỗi bản sao trên một đĩa riêng." #. Tag: para -#: using-d-i.xml:1491 +#: using-d-i.xml:1498 #, no-c-format msgid "" "It is perfectly possible to have several types of MD at once. For example, " @@ -2451,7 +2460,7 @@ msgstr "" "vùng 100 GB hơi đáng tin cậy cho <filename>/home</filename>)." #. Tag: para -#: using-d-i.xml:1500 +#: using-d-i.xml:1507 #, no-c-format msgid "" "After you set up MD devices to your liking, you can <guimenuitem>Finish</" @@ -2465,13 +2474,13 @@ msgstr "" "mới, và gán cho chúng những thuộc tính thường như điểm lắp." #. Tag: title -#: using-d-i.xml:1515 +#: using-d-i.xml:1522 #, no-c-format msgid "Configuring the Logical Volume Manager (LVM)" msgstr "Cấu hình Bộ Quản lý Khối Tin Hợp Lý (LVM)" #. Tag: para -#: using-d-i.xml:1516 +#: using-d-i.xml:1523 #, no-c-format msgid "" "If you are working with computers at the level of system administrator or " @@ -2487,7 +2496,7 @@ msgstr "" "chuyển các thứ, tạo liên kết tượng trưng v.v." #. Tag: para -#: using-d-i.xml:1524 +#: using-d-i.xml:1531 #, no-c-format msgid "" "To avoid the described situation you can use Logical Volume Manager (LVM). " @@ -2507,7 +2516,7 @@ msgstr "" "qua vài đĩa vật lý." #. Tag: para -#: using-d-i.xml:1534 +#: using-d-i.xml:1541 #, no-c-format msgid "" "Now when you realize you need more space for your old 160GB <filename>/home</" @@ -2527,7 +2536,7 @@ msgstr "" "Nào <ulink url=\"&url-lvm-howto;\">LVM HOWTO</ulink>." #. Tag: para -#: using-d-i.xml:1545 +#: using-d-i.xml:1552 #, no-c-format msgid "" "LVM setup in &d-i; is quite simple and completely supported inside " @@ -2544,7 +2553,7 @@ msgstr "" "LVM</guimenuitem> </menuchoice>.)" #. Tag: para -#: using-d-i.xml:1554 +#: using-d-i.xml:1561 #, no-c-format msgid "" "When you return to the main <command>partman</command> screen, you will see " @@ -2563,7 +2572,7 @@ msgstr "" "ngữ cảnh, chỉ hiển thị những hành động hợp lệ. Những hành động có thể là:" #. Tag: para -#: using-d-i.xml:1565 +#: using-d-i.xml:1572 #, no-c-format msgid "" "<guimenuitem>Display configuration details</guimenuitem>: shows LVM device " @@ -2573,43 +2582,43 @@ msgstr "" "thiết bị LVM, các tên và kích cỡ của khối tin hợp lý, v.v." #. Tag: guimenuitem -#: using-d-i.xml:1570 +#: using-d-i.xml:1577 #, no-c-format msgid "Create volume group" msgstr "Tạo nhóm khối tin" #. Tag: guimenuitem -#: using-d-i.xml:1573 +#: using-d-i.xml:1580 #, no-c-format msgid "Create logical volume" msgstr "Tạo khối tin hợp lệ" #. Tag: guimenuitem -#: using-d-i.xml:1576 +#: using-d-i.xml:1583 #, no-c-format msgid "Delete volume group" msgstr "Xóa nhóm khối tin" #. Tag: guimenuitem -#: using-d-i.xml:1579 +#: using-d-i.xml:1586 #, no-c-format msgid "Delete logical volume" msgstr "Xóa khối tin hợp lệ" #. Tag: guimenuitem -#: using-d-i.xml:1582 +#: using-d-i.xml:1589 #, no-c-format msgid "Extend volume group" msgstr "Kéo dài nhóm khối tin" #. Tag: guimenuitem -#: using-d-i.xml:1585 +#: using-d-i.xml:1592 #, no-c-format msgid "Reduce volume group" msgstr "Giảm nhóm khối tin" #. Tag: para -#: using-d-i.xml:1587 +#: using-d-i.xml:1594 #, no-c-format msgid "" "<guimenuitem>Finish</guimenuitem>: return to the main <command>partman</" @@ -2619,7 +2628,7 @@ msgstr "" "command> chính" #. Tag: para -#: using-d-i.xml:1593 +#: using-d-i.xml:1600 #, no-c-format msgid "" "Use the options in that menu to first create a volume group and then create " @@ -2629,7 +2638,7 @@ msgstr "" "tạo các khối tin hợp lý bên trong nó." #. Tag: para -#: using-d-i.xml:1598 +#: using-d-i.xml:1605 #, no-c-format msgid "" "After you return to the main <command>partman</command> screen, any created " @@ -2641,13 +2650,13 @@ msgstr "" "thao tác nó như vậy)." #. Tag: title -#: using-d-i.xml:1612 +#: using-d-i.xml:1619 #, no-c-format msgid "Configuring Encrypted Volumes" msgstr "Cấu hình khối tin được mật mã" #. Tag: para -#: using-d-i.xml:1613 +#: using-d-i.xml:1620 #, no-c-format msgid "" "&d-i; allows you to set up encrypted partitions. Every file you write to " @@ -2669,7 +2678,7 @@ msgstr "" "thôi." #. Tag: para -#: using-d-i.xml:1625 +#: using-d-i.xml:1632 #, no-c-format msgid "" "The two most important partitions to encrypt are: the home partition, where " @@ -2695,7 +2704,7 @@ msgstr "" "không có khả năng tải hạt nhân từ phân vùng được mật mã." #. Tag: para -#: using-d-i.xml:1640 +#: using-d-i.xml:1647 #, no-c-format msgid "" "Please note that the performance of encrypted partitions will be less than " @@ -2709,7 +2718,7 @@ msgstr "" "của khoá." #. Tag: para -#: using-d-i.xml:1647 +#: using-d-i.xml:1654 #, no-c-format msgid "" "To use encryption, you have to create a new partition by selecting some free " @@ -2730,7 +2739,7 @@ msgstr "" "phân vùng đó." #. Tag: para -#: using-d-i.xml:1658 +#: using-d-i.xml:1665 #, no-c-format msgid "" "&d-i; supports several encryption methods. The default method is " @@ -2746,7 +2755,7 @@ msgstr "" "pháp mặc định, nếu bạn không bắt buộc phải làm khác." #. Tag: para -#: using-d-i.xml:1670 +#: using-d-i.xml:1677 #, no-c-format msgid "" "First, let's have a look at the options available when you select " @@ -2760,13 +2769,13 @@ msgstr "" "theo bảo mật." #. Tag: term -#: using-d-i.xml:1680 +#: using-d-i.xml:1687 #, no-c-format msgid "Encryption: <userinput>aes</userinput>" msgstr "Mật mã: <userinput>aes</userinput>" #. Tag: para -#: using-d-i.xml:1682 +#: using-d-i.xml:1689 #, no-c-format msgid "" "This option lets you select the encryption algorithm (<firstterm>cipher</" @@ -2792,13 +2801,13 @@ msgstr "" "hai mươi mốt." #. Tag: term -#: using-d-i.xml:1700 +#: using-d-i.xml:1707 #, no-c-format msgid "Key size: <userinput>256</userinput>" msgstr "Dài khoá:<userinput>256</userinput>" #. Tag: para -#: using-d-i.xml:1702 +#: using-d-i.xml:1709 #, no-c-format msgid "" "Here you can specify the length of the encryption key. With a larger key " @@ -2811,13 +2820,13 @@ msgstr "" "dài khoá sẵn sàng phụ thuộc vào thuật toán mật mã." #. Tag: term -#: using-d-i.xml:1714 +#: using-d-i.xml:1721 #, no-c-format msgid "IV algorithm: <userinput>cbc-essiv:sha256</userinput>" msgstr "Thuật toán IV: <userinput>cbc-essiv:sha256</userinput>" #. Tag: para -#: using-d-i.xml:1716 +#: using-d-i.xml:1723 #, no-c-format msgid "" "The <firstterm>Initialization Vector</firstterm> or <firstterm>IV</" @@ -2834,7 +2843,7 @@ msgstr "" "suy luận thông tin nào ra mẫu xảy ra nhiều lần trong dữ liệu đã mật mã." #. Tag: para -#: using-d-i.xml:1726 +#: using-d-i.xml:1733 #, no-c-format msgid "" "From the provided alternatives, the default <userinput>cbc-essiv:sha256</" @@ -2848,25 +2857,25 @@ msgstr "" "không có khả năng dùng thuật toán mới hơn." #. Tag: term -#: using-d-i.xml:1738 +#: using-d-i.xml:1745 #, no-c-format msgid "Encryption key: <userinput>Passphrase</userinput>" msgstr "Khoá mật mã: <userinput>Cụm từ mật khẩu</userinput>" #. Tag: para -#: using-d-i.xml:1740 +#: using-d-i.xml:1747 #, no-c-format msgid "Here you can choose the type of the encryption key for this partition." msgstr "Ở đây bạn có thể chọn kiểu khoá mật mã cho phân vùng này." #. Tag: term -#: using-d-i.xml:1746 +#: using-d-i.xml:1753 #, no-c-format msgid "Passphrase" msgstr "Cụm từ mật khẩu" #. Tag: para -#: using-d-i.xml:1747 +#: using-d-i.xml:1754 #, no-c-format msgid "" "The encryption key will be computed<footnote> <para> Using a passphrase as " @@ -2880,13 +2889,13 @@ msgstr "" "vào lúc sau trong tiến trình." #. Tag: term -#: using-d-i.xml:1762 using-d-i.xml:1855 +#: using-d-i.xml:1769 using-d-i.xml:1862 #, no-c-format msgid "Random key" msgstr "Khoá ngẫu nhiên" #. Tag: para -#: using-d-i.xml:1763 +#: using-d-i.xml:1770 #, no-c-format msgid "" "A new encryption key will be generated from random data each time you try to " @@ -2904,7 +2913,7 @@ msgstr "" "không thể thành công trong đời sống của bạn.)" #. Tag: para -#: using-d-i.xml:1772 +#: using-d-i.xml:1779 #, no-c-format msgid "" "Random keys are useful for swap partitions because you do not need to bother " @@ -2923,13 +2932,13 @@ msgstr "" "được ghi vào phân vùng trao đổi, khi khởi động lại." #. Tag: term -#: using-d-i.xml:1791 using-d-i.xml:1868 +#: using-d-i.xml:1798 using-d-i.xml:1875 #, no-c-format msgid "Erase data: <userinput>yes</userinput>" msgstr "Xoá bỏ dữ liệu : <userinput>có</userinput>" #. Tag: para -#: using-d-i.xml:1793 +#: using-d-i.xml:1800 #, no-c-format msgid "" "Determines whether the content of this partition should be overwritten with " @@ -2950,7 +2959,7 @@ msgstr "" "lần.</para></footnote>." #. Tag: para -#: using-d-i.xml:1813 +#: using-d-i.xml:1820 #, no-c-format msgid "" "If you select <menuchoice> <guimenu>Encryption method:</guimenu> " @@ -2962,13 +2971,13 @@ msgstr "" "đơn thay đổi để cung cấp những tùy chọn này:" #. Tag: term -#: using-d-i.xml:1822 +#: using-d-i.xml:1829 #, no-c-format msgid "Encryption: <userinput>AES256</userinput>" msgstr "Mật mã: <userinput>AES256</userinput>" #. Tag: para -#: using-d-i.xml:1824 +#: using-d-i.xml:1831 #, no-c-format msgid "" "For loop-AES, unlike dm-crypt, the options for cipher and key size are " @@ -2981,25 +2990,25 @@ msgstr "" "dài khoá." #. Tag: term -#: using-d-i.xml:1834 +#: using-d-i.xml:1841 #, no-c-format msgid "Encryption key: <userinput>Keyfile (GnuPG)</userinput>" msgstr "Khoá mật mã: <userinput>Tập tin khoá (GnuPG)</userinput>" #. Tag: para -#: using-d-i.xml:1836 +#: using-d-i.xml:1843 #, no-c-format msgid "Here you can select the type of the encryption key for this partition." msgstr "Ở đây bạn có thể chọn kiểu mật mã cho phân vùng này." #. Tag: term -#: using-d-i.xml:1842 +#: using-d-i.xml:1849 #, no-c-format msgid "Keyfile (GnuPG)" msgstr "Tập tin khoá (GnuPG)" #. Tag: para -#: using-d-i.xml:1843 +#: using-d-i.xml:1850 #, no-c-format msgid "" "The encryption key will be generated from random data during the " @@ -3013,19 +3022,19 @@ msgstr "" "vào lúc sau trong tiến trình)." #. Tag: para -#: using-d-i.xml:1856 +#: using-d-i.xml:1863 #, no-c-format msgid "Please see the section on random keys above." msgstr "Xem phần bên trên diễn tả khoá ngẫu nhiên." #. Tag: para -#: using-d-i.xml:1870 +#: using-d-i.xml:1877 #, no-c-format msgid "Please see the the section on erasing data above." msgstr "Xem tiết đoạn bên trên diễn tả cách xoá sạch dữ liệu." #. Tag: para -#: using-d-i.xml:1879 +#: using-d-i.xml:1886 #, no-c-format msgid "" "After you have selected the desired parameters for your encrypted " @@ -3043,7 +3052,7 @@ msgstr "" "mới. Đối với phân vùng lớn, có thể kéo dài một lát." #. Tag: para -#: using-d-i.xml:1889 +#: using-d-i.xml:1896 #, no-c-format msgid "" "Next you will be asked to enter a passphrase for partitions configured to " @@ -3062,7 +3071,7 @@ msgstr "" "đoán.</para></listitem> </itemizedlist>" #. Tag: para -#: using-d-i.xml:1898 +#: using-d-i.xml:1905 #, no-c-format msgid "" "Before you input any passphrases, you should have made sure that your " @@ -3087,7 +3096,7 @@ msgstr "" "phím nào được dùng, trước khi nhập mật khẩu kiểu nào." #. Tag: para -#: using-d-i.xml:1911 +#: using-d-i.xml:1918 #, no-c-format msgid "" "If you selected to use methods other than a passphrase to create encryption " @@ -3109,7 +3118,7 @@ msgstr "" "được lặp lại cho mỗi phân vùng cần mật mã." #. Tag: para -#: using-d-i.xml:1927 +#: using-d-i.xml:1934 #, no-c-format msgid "" "After returning to the main partitioning menu, you will see all encrypted " @@ -3142,7 +3151,7 @@ msgstr "" "hợp." #. Tag: para -#: using-d-i.xml:1940 +#: using-d-i.xml:1947 #, no-c-format msgid "" "Pay attention to the identifiers in parentheses (<replaceable>sda2_crypt</" @@ -3160,7 +3169,7 @@ msgstr "" "giải thích trong <xref linkend=\"mount-encrypted-volumes\"/>." #. Tag: para -#: using-d-i.xml:1950 +#: using-d-i.xml:1957 #, no-c-format msgid "" "Once you are satisfied with the partitioning scheme, continue with the " @@ -3168,13 +3177,13 @@ msgid "" msgstr "Một khi bạn thấy sơ đồ phân vùng là ổn thoả, hãy tiếp tục cài đặt." #. Tag: title -#: using-d-i.xml:1961 +#: using-d-i.xml:1968 #, no-c-format msgid "Installing the Base System" msgstr "Cài đặt Hệ thống Cơ bản" #. Tag: para -#: using-d-i.xml:1962 +#: using-d-i.xml:1969 #, no-c-format msgid "" "Although this stage is the least problematic, it consumes a significant " @@ -3188,7 +3197,7 @@ msgstr "" "kéo dài một lát." #. Tag: para -#: using-d-i.xml:1975 +#: using-d-i.xml:1982 #, no-c-format msgid "" "During installation of the base system, package unpacking and setup messages " @@ -3204,7 +3213,7 @@ msgstr "" "chính bằng <keycombo><keycap>Alt trái</keycap><keycap>F1</keycap></keycombo>." #. Tag: para -#: using-d-i.xml:1984 +#: using-d-i.xml:1991 #, no-c-format msgid "" "The unpack/setup messages generated during this phase are also saved in " @@ -3217,7 +3226,7 @@ msgstr "" "qua bàn giao tiếp nối tiếp." #. Tag: para -#: using-d-i.xml:1990 +#: using-d-i.xml:1997 #, no-c-format msgid "" "As part of the installation, a Linux kernel will be installed. At the " @@ -3231,13 +3240,13 @@ msgstr "" "hạt nhân có sẵn." #. Tag: title -#: using-d-i.xml:2002 +#: using-d-i.xml:2009 #, no-c-format msgid "Setting Up Users And Passwords" msgstr "Thiết lập Người và Mật khẩu" #. Tag: para -#: using-d-i.xml:2003 +#: using-d-i.xml:2010 #, no-c-format msgid "" "After the base system has been installed, the installer will allow you to " @@ -3249,13 +3258,13 @@ msgstr "" "Các tài khoản người dùng khác có thể được tạo sau khi cài đặt xong." #. Tag: title -#: using-d-i.xml:2017 +#: using-d-i.xml:2024 #, no-c-format msgid "Set the Root Password" msgstr "Đặt mật khẩu chủ" #. Tag: para -#: using-d-i.xml:2021 +#: using-d-i.xml:2028 #, no-c-format msgid "" "The <emphasis>root</emphasis> account is also called the <emphasis>super-" @@ -3269,7 +3278,7 @@ msgstr "" "trong thời lượng càng ngắn càng có thể." #. Tag: para -#: using-d-i.xml:2029 +#: using-d-i.xml:2036 #, no-c-format msgid "" "Any password you create should contain at least 6 characters, and should " @@ -3284,7 +3293,7 @@ msgstr "" "chọn từ nằm trong bất kỳ từ điển hay thông tin cá nhân có thể được đoán." #. Tag: para -#: using-d-i.xml:2037 +#: using-d-i.xml:2044 #, no-c-format msgid "" "If anyone ever tells you they need your root password, be extremely wary. " @@ -3295,13 +3304,13 @@ msgstr "" "cho ai biết mật khẩu chủ, trừ bạn quản lý máy có nhiều quản trị hệ thống." #. Tag: title -#: using-d-i.xml:2047 +#: using-d-i.xml:2054 #, no-c-format msgid "Create an Ordinary User" msgstr "Tạo người dùng chuẩn" #. Tag: para -#: using-d-i.xml:2049 +#: using-d-i.xml:2056 #, no-c-format msgid "" "The system will ask you whether you wish to create an ordinary user account " @@ -3315,7 +3324,7 @@ msgstr "" "ngày hay như là sự đăng nhập cá nhân." #. Tag: para -#: using-d-i.xml:2058 +#: using-d-i.xml:2065 #, no-c-format msgid "" "Why not? Well, one reason to avoid using root's privileges is that it is " @@ -3335,7 +3344,7 @@ msgstr "" "này." #. Tag: para -#: using-d-i.xml:2068 +#: using-d-i.xml:2075 #, no-c-format msgid "" "You will first be prompted for the user's full name. Then you'll be asked " @@ -3349,7 +3358,7 @@ msgstr "" "tài khoản này." #. Tag: para -#: using-d-i.xml:2075 +#: using-d-i.xml:2082 #, no-c-format msgid "" "If at any point after installation you would like to create another account, " @@ -3359,13 +3368,13 @@ msgstr "" "sử dụng lệnh <command>adduser</command> (thêm người dùng)." #. Tag: title -#: using-d-i.xml:2086 +#: using-d-i.xml:2093 #, no-c-format msgid "Installing Additional Software" msgstr "Cài đặt phần mềm thêm" #. Tag: para -#: using-d-i.xml:2087 +#: using-d-i.xml:2094 #, no-c-format msgid "" "At this point you have a usable but limited system. Most users will want to " @@ -3380,13 +3389,13 @@ msgstr "" "nếu máy tính hay mạng có chạy chậm." #. Tag: title -#: using-d-i.xml:2102 +#: using-d-i.xml:2109 #, no-c-format msgid "Configuring apt" msgstr "Cấu hình apt" #. Tag: para -#: using-d-i.xml:2104 +#: using-d-i.xml:2111 #, no-c-format msgid "" "One of the tools used to install packages on a &debian; system is a program " @@ -3420,7 +3429,7 @@ msgstr "" "khuyến khích." #. Tag: para -#: using-d-i.xml:2128 +#: using-d-i.xml:2135 #, no-c-format msgid "" "<command>apt</command> must be configured so that it knows from where to " @@ -3434,7 +3443,7 @@ msgstr "" "cài đặt xong." #. Tag: para -#: using-d-i.xml:2135 +#: using-d-i.xml:2142 #, no-c-format msgid "" "If you are installing at default priority, the installer will largely take " @@ -3452,7 +3461,7 @@ msgstr "" "quote>." #. Tag: para -#: using-d-i.xml:2144 +#: using-d-i.xml:2151 #, no-c-format msgid "" "If you are installing at a lower priority (e.g. in expert mode), you will be " @@ -3468,13 +3477,13 @@ msgstr "" "(khác tự do)." #. Tag: title -#: using-d-i.xml:2155 +#: using-d-i.xml:2162 #, no-c-format msgid "Installing from more than one CD or DVD" msgstr "Cài đặt từ nhiều đĩa CD/DVD" #. Tag: para -#: using-d-i.xml:2157 +#: using-d-i.xml:2164 #, no-c-format msgid "" "If you are installing from a CD or a DVD that is part of a larger set, the " @@ -3487,7 +3496,7 @@ msgstr "" "trên các đĩa đó." #. Tag: para -#: using-d-i.xml:2164 +#: using-d-i.xml:2171 #, no-c-format msgid "" "If you do not have any additional CDs or DVDs, that is no problem: using " @@ -3501,7 +3510,7 @@ msgstr "" "chọn trong bước kế tiếp của tiến trình cài đặt thực sự có thể được cài đặt." #. Tag: para -#: using-d-i.xml:2172 +#: using-d-i.xml:2179 #, no-c-format msgid "" "Packages are included on CDs (and DVDs) in the order of their popularity. " @@ -3514,7 +3523,7 @@ msgstr "" "người thực sự dùng những gói nằm trong vài đĩa CD cuối cùng trong tập hợp." #. Tag: para -#: using-d-i.xml:2179 +#: using-d-i.xml:2186 #, no-c-format msgid "" "It also means that buying or downloading and burning a full CD set is just a " @@ -3531,7 +3540,7 @@ msgstr "" "gói cần thiết." #. Tag: para -#: using-d-i.xml:2188 +#: using-d-i.xml:2195 #, no-c-format msgid "" "A good rule of thumb is that for a regular desktop installation (using the " @@ -3545,7 +3554,7 @@ msgstr "" "chứa cả ba môi trường làm việc này." #. Tag: para -#: using-d-i.xml:2196 +#: using-d-i.xml:2203 #, no-c-format msgid "" "If you do scan multiple CDs or DVDs, the installer will prompt you to " @@ -3561,13 +3570,13 @@ msgstr "" "quét không quan trọng, nhưng quét theo thứ tự tăng dần sẽ giảm dịp bị lỗi." #. Tag: title -#: using-d-i.xml:2209 +#: using-d-i.xml:2216 #, no-c-format msgid "Using a network mirror" msgstr "Sử dụng máy nhân bản mạng" #. Tag: para -#: using-d-i.xml:2211 +#: using-d-i.xml:2218 #, no-c-format msgid "" "One question that will be asked during most installs is whether or not to " @@ -3579,7 +3588,7 @@ msgstr "" "mặc định là tốt, nhưng vẫn có một số ngoại lệ." #. Tag: para -#: using-d-i.xml:2217 +#: using-d-i.xml:2224 #, no-c-format msgid "" "If you are <emphasis>not</emphasis> installing from a full CD or DVD or " @@ -3597,7 +3606,7 @@ msgstr "" "bước tiếp theo của tiến trình cài đặt." #. Tag: para -#: using-d-i.xml:2226 +#: using-d-i.xml:2233 #, no-c-format msgid "" "If you are installing from a single full CD or using a full CD image, using " @@ -3618,7 +3627,7 @@ msgstr "" "thống mới)." #. Tag: para -#: using-d-i.xml:2237 +#: using-d-i.xml:2244 #, no-c-format msgid "" "If you are installing from a DVD or using a DVD image, any packages needed " @@ -3632,7 +3641,7 @@ msgstr "" "bản mạng vẫn là tùy chọn." #. Tag: para -#: using-d-i.xml:2244 +#: using-d-i.xml:2251 #, no-c-format msgid "" "One advantage of adding a network mirror is that updates that have occurred " @@ -3647,7 +3656,7 @@ msgstr "" "rủi ro bảo mật hay sự ổn định của hệ thống đã cài đặt." #. Tag: para -#: using-d-i.xml:2251 +#: using-d-i.xml:2258 #, no-c-format msgid "" "In summary: selecting a network mirror is generally a good idea, except if " @@ -3662,19 +3671,19 @@ msgstr "" "liệu được tải xuống nếu bạn có phải chọn máy nhân bản thì phụ thuộc vào" #. Tag: para -#: using-d-i.xml:2260 +#: using-d-i.xml:2267 #, no-c-format msgid "the tasks you select in the next step of the installation," msgstr "những tác vụ bạn chọn trong bước tiếp theo của tiến trình cài đặt," #. Tag: para -#: using-d-i.xml:2265 +#: using-d-i.xml:2272 #, no-c-format msgid "which packages are needed for those tasks," msgstr "những gói nào cần thiết cho các tác vụ đó," #. Tag: para -#: using-d-i.xml:2270 +#: using-d-i.xml:2277 #, no-c-format msgid "" "which of those packages are present on the CDs or DVDs you have scanned, and" @@ -3683,7 +3692,7 @@ msgstr "" "và" #. Tag: para -#: using-d-i.xml:2275 +#: using-d-i.xml:2282 #, no-c-format msgid "" "whether any updated versions of packages included on the CDs or DVDs are " @@ -3695,7 +3704,7 @@ msgstr "" "cập nhật kiểu bảo mật hay dễ thay đổi)." #. Tag: para -#: using-d-i.xml:2284 +#: using-d-i.xml:2291 #, no-c-format msgid "" "Note that the last point means that, even if you choose not to use a network " @@ -3709,13 +3718,13 @@ msgstr "" "hình." #. Tag: title -#: using-d-i.xml:2300 +#: using-d-i.xml:2307 #, no-c-format msgid "Selecting and Installing Software" msgstr "Lựa chọn và Cài đặt Phần mềm" #. Tag: para -#: using-d-i.xml:2302 +#: using-d-i.xml:2309 #, no-c-format msgid "" "During the installation process, you are given the opportunity to select " @@ -3732,7 +3741,7 @@ msgstr "" "tác vụ khác nhau." #. Tag: para -#: using-d-i.xml:2311 +#: using-d-i.xml:2318 #, no-c-format msgid "" "So, you have the ability to choose <emphasis>tasks</emphasis> first, and " @@ -3765,7 +3774,7 @@ msgstr "" "công việc có sẵn." #. Tag: para -#: using-d-i.xml:2338 +#: using-d-i.xml:2345 #, no-c-format msgid "" "Some tasks may be pre-selected based on the characteristics of the computer " @@ -3778,7 +3787,7 @@ msgstr "" "không cài đặt gì cả." #. Tag: para -#: using-d-i.xml:2345 +#: using-d-i.xml:2352 #, no-c-format msgid "" "In the standard user interface of the installer, you can use the space bar " @@ -3788,7 +3797,7 @@ msgstr "" "dài để (bỏ) chọn công việc nào." #. Tag: para -#: using-d-i.xml:2351 +#: using-d-i.xml:2358 #, fuzzy, no-c-format #| msgid "" #| "Unless you are using the special KDE or Xfce CDs, the <quote>Desktop " @@ -3801,7 +3810,7 @@ msgstr "" "trường làm việc</quote> sẽ cài đặt môi trường làm việc GNOME." #. Tag: para -#: using-d-i.xml:2356 +#: using-d-i.xml:2363 #, fuzzy, no-c-format #| msgid "" #| "It is not possible to interactively select a different desktop during the " @@ -3830,7 +3839,7 @@ msgstr "" "đặt <literal>desktop=xfce</literal>." #. Tag: para -#: using-d-i.xml:2367 +#: using-d-i.xml:2374 #, no-c-format msgid "" "Some CD images (businesscard, netinst and DVD) also allow selection of the " @@ -3840,7 +3849,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2374 +#: using-d-i.xml:2381 #, fuzzy, no-c-format #| msgid "" #| "Note that this will only work if the packages needed for KDE or Xfce are " @@ -3864,7 +3873,7 @@ msgstr "" "kỳ phương pháp cài đặt khác nào." #. Tag: para -#: using-d-i.xml:2384 +#: using-d-i.xml:2391 #, no-c-format msgid "" "The various server tasks will install software roughly as follows. DNS " @@ -3884,7 +3893,7 @@ msgstr "" "vụ Mạng: <classname>apache2</classname>." #. Tag: para -#: using-d-i.xml:2395 +#: using-d-i.xml:2402 #, no-c-format msgid "" "The <quote>Standard system</quote> task will install any package that has a " @@ -3895,7 +3904,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2403 +#: using-d-i.xml:2410 #, no-c-format msgid "" "If during language selection a default locale other than the <quote>C</" @@ -3908,7 +3917,7 @@ msgid "" msgstr "" #. Tag: para -#: using-d-i.xml:2413 +#: using-d-i.xml:2420 #, no-c-format msgid "" "Once you've selected your tasks, select &BTN-CONT;. At this point, " @@ -3922,7 +3931,7 @@ msgstr "" "nhắc bạn trong quá trình này." #. Tag: para -#: using-d-i.xml:2420 +#: using-d-i.xml:2427 #, no-c-format msgid "" "You should be aware that especially the Desktop task is very large. " @@ -3939,7 +3948,7 @@ msgstr "" "trình cài đặt gói một khi khởi chạy được." #. Tag: para -#: using-d-i.xml:2429 +#: using-d-i.xml:2436 #, no-c-format msgid "" "Even when packages are included on the CD-ROM, the installer may still " @@ -3957,13 +3966,13 @@ msgstr "" "xảy ra nếu bạn sử dụng ảnh cũ." #. Tag: title -#: using-d-i.xml:2444 +#: using-d-i.xml:2451 #, no-c-format msgid "Making Your System Bootable" msgstr "Cho hệ thống khả năng khởi động" #. Tag: para -#: using-d-i.xml:2446 +#: using-d-i.xml:2453 #, no-c-format msgid "" "If you are installing a diskless workstation, obviously, booting off the " @@ -3977,13 +3986,13 @@ msgstr "" "select-sun\"/>.</phrase>" #. Tag: title -#: using-d-i.xml:2461 +#: using-d-i.xml:2468 #, no-c-format msgid "Detecting other operating systems" msgstr "Phát hiện hệ điều hành khác" #. Tag: para -#: using-d-i.xml:2463 +#: using-d-i.xml:2470 #, no-c-format msgid "" "Before a boot loader is installed, the installer will attempt to probe for " @@ -3999,7 +4008,7 @@ msgstr "" "Debian." #. Tag: para -#: using-d-i.xml:2471 +#: using-d-i.xml:2478 #, no-c-format msgid "" "Note that multiple operating systems booting on a single machine is still " @@ -4015,13 +4024,13 @@ msgstr "" "dẫn sử dụng bộ nạp khởi động riêng để tìm thông tin thêm." #. Tag: title -#: using-d-i.xml:2489 +#: using-d-i.xml:2496 #, no-c-format msgid "<command>palo</command>-installer" msgstr "Trình cài đặt <command>palo</command>" #. Tag: para -#: using-d-i.xml:2490 +#: using-d-i.xml:2497 #, no-c-format msgid "" "The bootloader on PA-RISC is <quote>palo</quote>. <command>PALO</command> is " @@ -4037,19 +4046,19 @@ msgstr "" "<command>PALO</command> thật có thể đọc phân vùng Linux." #. Tag: para -#: using-d-i.xml:2499 +#: using-d-i.xml:2506 #, no-c-format msgid "hppa FIXME ( need more info )" msgstr "hppa SỬA ĐI (cần thêm thông tin)" #. Tag: title -#: using-d-i.xml:2511 +#: using-d-i.xml:2518 #, no-c-format msgid "Install the <command>Grub</command> Boot Loader on a Hard Disk" msgstr "Cài đặt bộ nạp khởi động <command>Grub</command> vào đĩa cứng" #. Tag: para -#: using-d-i.xml:2513 +#: using-d-i.xml:2520 #, no-c-format msgid "" "The main &architecture; boot loader is called <quote>grub</quote>. Grub is a " @@ -4061,7 +4070,7 @@ msgstr "" "ích cho cả hai người dùng mới và nhà chuyên môn." #. Tag: para -#: using-d-i.xml:2519 +#: using-d-i.xml:2526 #, no-c-format msgid "" "By default, grub will be installed into the Master Boot Record (MBR), where " @@ -4073,7 +4082,7 @@ msgstr "" "nơi khác. Xem sổ tay GRUB để tìm thông tin đầy đủ." #. Tag: para -#: using-d-i.xml:2525 +#: using-d-i.xml:2532 #, no-c-format msgid "" "If you do not want to install grub, use the &BTN-GOBACK; button to get to " @@ -4084,13 +4093,13 @@ msgstr "" "từ đó, chọn bộ nạp khởi động đã muốn." #. Tag: title -#: using-d-i.xml:2538 +#: using-d-i.xml:2545 #, no-c-format msgid "Install the <command>LILO</command> Boot Loader on a Hard Disk" msgstr "Cài đặt bộ nạp khởi động <command>LILO</command> vào đĩa cứng" #. Tag: para -#: using-d-i.xml:2540 +#: using-d-i.xml:2547 #, no-c-format msgid "" "The second &architecture; boot loader is called <quote>LILO</quote>. It is " @@ -4107,7 +4116,7 @@ msgstr "" "\"&url-lilo-howto;\">LILO mini-HOWTO</ulink>." #. Tag: para -#: using-d-i.xml:2550 +#: using-d-i.xml:2557 #, no-c-format msgid "" "Currently the LILO installation will only create menu entries for other " @@ -4121,7 +4130,7 @@ msgstr "" "khi cài đặt." #. Tag: para -#: using-d-i.xml:2558 +#: using-d-i.xml:2565 #, no-c-format msgid "" "&d-i; offers you three choices on where to install the <command>LILO</" @@ -4131,13 +4140,13 @@ msgstr "" "<command>LILO</command>:" #. Tag: term -#: using-d-i.xml:2565 +#: using-d-i.xml:2572 #, no-c-format msgid "Master Boot Record (MBR)" msgstr "Mục ghi khởi động cái (MBR)" #. Tag: para -#: using-d-i.xml:2565 +#: using-d-i.xml:2572 #, no-c-format msgid "" "This way the <command>LILO</command> will take complete control of the boot " @@ -4147,13 +4156,13 @@ msgstr "" "động." #. Tag: term -#: using-d-i.xml:2572 +#: using-d-i.xml:2579 #, no-c-format msgid "new Debian partition" msgstr "phân vùng Debian mới" #. Tag: para -#: using-d-i.xml:2572 +#: using-d-i.xml:2579 #, no-c-format msgid "" "Choose this if you want to use another boot manager. <command>LILO</command> " @@ -4165,13 +4174,13 @@ msgstr "" "việc như bộ tảo khởi động phụ." #. Tag: term -#: using-d-i.xml:2581 +#: using-d-i.xml:2588 #, no-c-format msgid "Other choice" msgstr "Khác" #. Tag: para -#: using-d-i.xml:2581 +#: using-d-i.xml:2588 #, no-c-format msgid "" "Useful for advanced users who want to install <command>LILO</command> " @@ -4185,7 +4194,7 @@ msgstr "" "<filename>/dev/sda</filename>." #. Tag: para -#: using-d-i.xml:2591 +#: using-d-i.xml:2598 #, no-c-format msgid "" "If you can no longer boot into Windows 9x (or DOS) after this step, you'll " @@ -4201,13 +4210,13 @@ msgstr "" "trở về Debian." #. Tag: title -#: using-d-i.xml:2607 +#: using-d-i.xml:2614 #, no-c-format msgid "Install the <command>ELILO</command> Boot Loader on a Hard Disk" msgstr "Cài đặt bộ nạp khởi động <command>ELILO</command> vào đĩa cứng" #. Tag: para -#: using-d-i.xml:2609 +#: using-d-i.xml:2616 #, no-c-format msgid "" "The &architecture; boot loader is called <quote>elilo</quote>. It is modeled " @@ -4235,7 +4244,7 @@ msgstr "" "quote> để làm việc thật tải và khởi chạy hạt nhân Linux." #. Tag: para -#: using-d-i.xml:2625 +#: using-d-i.xml:2632 #, no-c-format msgid "" "The <quote>elilo</quote> configuration and installation is done as the last " @@ -4253,13 +4262,13 @@ msgstr "" "<emphasis>gốc</emphasis> của máy tính." #. Tag: title -#: using-d-i.xml:2637 +#: using-d-i.xml:2644 #, no-c-format msgid "Choose the correct partition!" msgstr "Chọn phân vùng đúng đi." #. Tag: para -#: using-d-i.xml:2639 +#: using-d-i.xml:2646 #, no-c-format msgid "" "The criteria for selecting a partition is that it is FAT format filesystem " @@ -4277,13 +4286,13 @@ msgstr "" "định dạng phân vùng nên xoá hoàn toàn nội dung đã có !" #. Tag: title -#: using-d-i.xml:2654 +#: using-d-i.xml:2661 #, no-c-format msgid "EFI Partition Contents" msgstr "Nội dung phân vùng EFI" #. Tag: para -#: using-d-i.xml:2656 +#: using-d-i.xml:2663 #, no-c-format msgid "" "The EFI partition is a FAT filesystem format partition on one of the hard " @@ -4314,13 +4323,13 @@ msgstr "" # Name: don't translate / Tên: đừng dịch #. Tag: filename -#: using-d-i.xml:2678 +#: using-d-i.xml:2685 #, no-c-format msgid "elilo.conf" msgstr "elilo.conf" #. Tag: para -#: using-d-i.xml:2679 +#: using-d-i.xml:2686 #, no-c-format msgid "" "This is the configuration file read by the boot loader when it starts. It is " @@ -4333,13 +4342,13 @@ msgstr "" # Name: don't translate / Tên: đừng dịch #. Tag: filename -#: using-d-i.xml:2688 +#: using-d-i.xml:2695 #, no-c-format msgid "elilo.efi" msgstr "elilo.efi" #. Tag: para -#: using-d-i.xml:2689 +#: using-d-i.xml:2696 #, no-c-format msgid "" "This is the boot loader program that the <quote>EFI Boot Manager</quote> " @@ -4354,13 +4363,13 @@ msgstr "" # Name: don't translate / Tên: đừng dịch #. Tag: filename -#: using-d-i.xml:2699 +#: using-d-i.xml:2706 #, no-c-format msgid "initrd.img" msgstr "initrd.img" #. Tag: para -#: using-d-i.xml:2700 +#: using-d-i.xml:2707 #, no-c-format msgid "" "This is the initial root filesystem used to boot the kernel. It is a copy of " @@ -4376,13 +4385,13 @@ msgstr "" # Name: don't translate / Tên: đừng dịch #. Tag: filename -#: using-d-i.xml:2712 +#: using-d-i.xml:2719 #, no-c-format msgid "readme.txt" msgstr "readme.txt" #. Tag: para -#: using-d-i.xml:2713 +#: using-d-i.xml:2720 #, no-c-format msgid "" "This is a small text file warning you that the contents of the directory are " @@ -4395,13 +4404,13 @@ msgstr "" # Name: don't translate / Tên: đừng dịch #. Tag: filename -#: using-d-i.xml:2723 +#: using-d-i.xml:2730 #, no-c-format msgid "vmlinuz" msgstr "vmlinuz" #. Tag: para -#: using-d-i.xml:2724 +#: using-d-i.xml:2731 #, no-c-format msgid "" "This is the compressed kernel itself. It is a copy of the file referenced in " @@ -4415,13 +4424,13 @@ msgstr "" "bởi liên kết tượng trưng <filename>/vmlinuz</filename>." #. Tag: title -#: using-d-i.xml:2744 +#: using-d-i.xml:2751 #, no-c-format msgid "<command>arcboot</command>-installer" msgstr "Bộ cài đặt <command>arcboot</command>" #. Tag: para -#: using-d-i.xml:2745 +#: using-d-i.xml:2752 #, no-c-format msgid "" "The boot loader on SGI machines is <command>arcboot</command>. It has to be " @@ -4465,13 +4474,13 @@ msgstr "" # Name: don't translate / Tên: đừng dịch #. Tag: replaceable -#: using-d-i.xml:2764 +#: using-d-i.xml:2771 #, no-c-format msgid "scsi" msgstr "scsi" #. Tag: para -#: using-d-i.xml:2765 +#: using-d-i.xml:2772 #, no-c-format msgid "" "is the SCSI bus to be booted from, this is <userinput>0</userinput> for the " @@ -4481,13 +4490,13 @@ msgstr "" "điều khiển có sẵn" #. Tag: replaceable -#: using-d-i.xml:2773 +#: using-d-i.xml:2780 #, no-c-format msgid "disk" msgstr "đĩa" #. Tag: para -#: using-d-i.xml:2774 +#: using-d-i.xml:2781 #, no-c-format msgid "" "is the SCSI ID of the hard disk on which <command>arcboot</command> is " @@ -4497,13 +4506,13 @@ msgstr "" "được cài đặt" #. Tag: replaceable -#: using-d-i.xml:2782 +#: using-d-i.xml:2789 #, no-c-format msgid "partnr" msgstr "số_phân" #. Tag: para -#: using-d-i.xml:2783 +#: using-d-i.xml:2790 #, no-c-format msgid "" "is the number of the partition on which <filename>/etc/arcboot.conf</" @@ -4513,13 +4522,13 @@ msgstr "" "filename>" #. Tag: replaceable -#: using-d-i.xml:2791 +#: using-d-i.xml:2798 #, no-c-format msgid "config" msgstr "cấu_hình" #. Tag: para -#: using-d-i.xml:2792 +#: using-d-i.xml:2799 #, no-c-format msgid "" "is the name of the configuration entry in <filename>/etc/arcboot.conf</" @@ -4529,13 +4538,13 @@ msgstr "" "filename>, mà là <quote>linux</quote> theo mặc định." #. Tag: title -#: using-d-i.xml:2813 +#: using-d-i.xml:2820 #, no-c-format msgid "Install <command>Yaboot</command> on a Hard Disk" msgstr "Cài đặt <command>Yaboot</command> vào đĩa cứng" #. Tag: para -#: using-d-i.xml:2814 +#: using-d-i.xml:2821 #, no-c-format msgid "" "Newer (mid 1998 and on) PowerMacs use <command>yaboot</command> as their " @@ -4555,13 +4564,13 @@ msgstr "" "&debian;." #. Tag: title -#: using-d-i.xml:2832 +#: using-d-i.xml:2839 #, no-c-format msgid "Install <command>Quik</command> on a Hard Disk" msgstr "Cài đặt <command>Quik</command> vào đĩa cứng" #. Tag: para -#: using-d-i.xml:2833 +#: using-d-i.xml:2840 #, no-c-format msgid "" "The boot loader for OldWorld Power Macintosh machines is <command>quik</" @@ -4575,13 +4584,13 @@ msgstr "" "PowerMac 7200, 7300, và 7600, và trên một số máy bắt chước Power Computing." #. Tag: title -#: using-d-i.xml:2849 +#: using-d-i.xml:2856 #, no-c-format msgid "<command>zipl</command>-installer" msgstr "Bộ cài đặt <command>zipl</command>" #. Tag: para -#: using-d-i.xml:2850 +#: using-d-i.xml:2857 #, no-c-format msgid "" "The boot loader on &arch-title; is <quote>zipl</quote>. <command>ZIPL</" @@ -4598,13 +4607,13 @@ msgstr "" "command>." #. Tag: title -#: using-d-i.xml:2867 +#: using-d-i.xml:2874 #, no-c-format msgid "Install the <command>SILO</command> Boot Loader on a Hard Disk" msgstr "Cài đặt bộ nạp khởi động <command>SILO</command> vào đĩa cứng" #. Tag: para -#: using-d-i.xml:2869 +#: using-d-i.xml:2876 #, no-c-format msgid "" "The standard &architecture; boot loader is called <quote>silo</quote>. It is " @@ -4635,13 +4644,13 @@ msgstr "" "Linux kế bên bản cài đặt SunOS/Solaris đã có." #. Tag: title -#: using-d-i.xml:2894 +#: using-d-i.xml:2901 #, no-c-format msgid "Continue Without Boot Loader" msgstr "Tiếp tục không có bộ nạp khởi động" #. Tag: para -#: using-d-i.xml:2896 +#: using-d-i.xml:2903 #, no-c-format msgid "" "This option can be used to complete the installation even when no boot " @@ -4653,7 +4662,7 @@ msgstr "" "cung cấp, hoặc vì không muốn nó (v.d. bạn sẽ dùng bộ nạp khởi động đã có)." #. Tag: para -#: using-d-i.xml:2903 +#: using-d-i.xml:2910 #, no-c-format msgid "" "If you plan to manually configure your bootloader, you should check the name " @@ -4674,13 +4683,13 @@ msgstr "" "vùng riêng, tên hệ thống tập tin <filename>/boot</filename>." #. Tag: title -#: using-d-i.xml:2920 +#: using-d-i.xml:2927 #, no-c-format msgid "Finishing the Installation" msgstr "Cài đặt xong" #. Tag: para -#: using-d-i.xml:2921 +#: using-d-i.xml:2928 #, no-c-format msgid "" "This is the last step in the Debian installation process during which the " @@ -4691,13 +4700,13 @@ msgstr "" "đặt sẽ làm bất cứ tác vụ nào còn lại. Phần lớn là làm sạch sau &d-i;." #. Tag: title -#: using-d-i.xml:2934 +#: using-d-i.xml:2941 #, no-c-format msgid "Setting the System Clock" msgstr "Đặt đồng hồ hệ thống" #. Tag: para -#: using-d-i.xml:2936 +#: using-d-i.xml:2943 #, no-c-format msgid "" "The installer may ask you if the computer's clock is set to UTC. Normally " @@ -4711,7 +4720,7 @@ msgstr "" "dựa vào thứ như hệ điều hành khác đã được cài đặt." #. Tag: para -#: using-d-i.xml:2943 +#: using-d-i.xml:2950 #, no-c-format msgid "" "In expert mode you will always be able to choose whether or not the clock is " @@ -4729,7 +4738,7 @@ msgstr "" "cục bộ. Nếu bạn muốn khởi động đôi, hãy chọn giờ cục bộ hơn UTC.</phrase>" #. Tag: para -#: using-d-i.xml:2954 +#: using-d-i.xml:2961 #, no-c-format msgid "" "At this point &d-i; will also attempt to save the current time to the " @@ -4741,13 +4750,13 @@ msgstr "" "thuộc vào sự chọn mới làm." #. Tag: title -#: using-d-i.xml:2969 +#: using-d-i.xml:2976 #, no-c-format msgid "Reboot the System" msgstr "Khởi động lại hệ thống" #. Tag: para -#: using-d-i.xml:2971 +#: using-d-i.xml:2978 #, no-c-format msgid "" "You will be prompted to remove the boot media (CD, floppy, etc) that you " @@ -4759,7 +4768,7 @@ msgstr "" "thống Debian mới." #. Tag: para -#: using-d-i.xml:2977 +#: using-d-i.xml:2984 #, no-c-format msgid "" "After a final prompt the system will be halted because rebooting is not " @@ -4773,13 +4782,13 @@ msgstr "" "của tiến trình cài đặt." #. Tag: title -#: using-d-i.xml:2990 +#: using-d-i.xml:2997 #, no-c-format msgid "Miscellaneous" msgstr "Linh tinh" #. Tag: para -#: using-d-i.xml:2991 +#: using-d-i.xml:2998 #, no-c-format msgid "" "The components listed in this section are usually not involved in the " @@ -4791,13 +4800,13 @@ msgstr "" "khó khăn." #. Tag: title -#: using-d-i.xml:3004 +#: using-d-i.xml:3011 #, no-c-format msgid "Saving the installation logs" msgstr "Lưu bản ghi cài đặt" #. Tag: para -#: using-d-i.xml:3006 +#: using-d-i.xml:3013 #, no-c-format msgid "" "If the installation is successful, the logfiles created during the " @@ -4809,7 +4818,7 @@ msgstr "" "filename> trong hệ thống Debian mới." #. Tag: para -#: using-d-i.xml:3013 +#: using-d-i.xml:3020 #, no-c-format msgid "" "Choosing <guimenuitem>Save debug logs</guimenuitem> from the main menu " @@ -4825,13 +4834,13 @@ msgstr "" "kèm báo cáo cài đặt." #. Tag: title -#: using-d-i.xml:3033 +#: using-d-i.xml:3040 #, no-c-format msgid "Using the Shell and Viewing the Logs" msgstr "Sử dụng trình bao và xem bản ghi" #. Tag: para -#: using-d-i.xml:3035 +#: using-d-i.xml:3042 #, no-c-format msgid "" "There are several methods you can use to get a shell while running an " @@ -4858,13 +4867,13 @@ msgstr "" "trái</keycap> <keycap>F1</keycap></keycombo> để trở về bộ cài đặt chính nó." #. Tag: para -#: using-d-i.xml:3053 +#: using-d-i.xml:3060 #, no-c-format msgid "For the graphical installer see also <xref linkend=\"gtk-using\"/>." msgstr "Đối với trình cài đặt đồ họa, xem thêm <xref linkend=\"gtk-using\"/>." #. Tag: para -#: using-d-i.xml:3057 +#: using-d-i.xml:3064 #, no-c-format msgid "" "If you cannot switch consoles, there is also an <guimenuitem>Execute a " @@ -4880,7 +4889,7 @@ msgstr "" "(thoát) để đóng trình bao, và trở về trình cài đặt." #. Tag: para -#: using-d-i.xml:3065 +#: using-d-i.xml:3072 #, no-c-format msgid "" "At this point you are booted from the RAM disk, and there is a limited set " @@ -4898,7 +4907,7 @@ msgstr "" "tự động gõ và lược sử." #. Tag: para -#: using-d-i.xml:3074 +#: using-d-i.xml:3081 #, no-c-format msgid "" "To edit and view files, use the text editor <command>nano</command>. Log " @@ -4910,7 +4919,7 @@ msgstr "" "<filename>/var/log</filename>." #. Tag: para -#: using-d-i.xml:3081 +#: using-d-i.xml:3088 #, no-c-format msgid "" "Although you can do basically anything in a shell that the available " @@ -4921,7 +4930,7 @@ msgstr "" "trình bao chỉ sẵn sàng để giúp đỡ trong trường hợp bị lỗi hay gỡ lỗi." #. Tag: para -#: using-d-i.xml:3087 +#: using-d-i.xml:3094 #, no-c-format msgid "" "Doing things manually from the shell may interfere with the installation " @@ -4935,13 +4944,13 @@ msgstr "" "bao." #. Tag: title -#: using-d-i.xml:3102 +#: using-d-i.xml:3109 #, no-c-format msgid "Installation Over the Network" msgstr "Cài đặt qua mạng" #. Tag: para -#: using-d-i.xml:3104 +#: using-d-i.xml:3111 #, no-c-format msgid "" "One of the more interesting components is <firstterm>network-console</" @@ -4958,7 +4967,7 @@ msgstr "" "thể tự động hoá phần đó bằng phần <xref linkend=\"automatic-install\"/>.)" #. Tag: para -#: using-d-i.xml:3114 +#: using-d-i.xml:3121 #, no-c-format msgid "" "This component is not loaded into the main installation menu by default, so " @@ -4980,7 +4989,7 @@ msgstr "" "tục lại cài đặt từ xa bằng SSH</guimenuitem>." #. Tag: para -#: using-d-i.xml:3127 +#: using-d-i.xml:3134 #, no-c-format msgid "" "For installations on &arch-title;, this is the default method after setting " @@ -4990,7 +4999,7 @@ msgstr "" "mặc định sau khi thiết lập mạng." #. Tag: para -#: using-d-i.xml:3132 +#: using-d-i.xml:3139 #, no-c-format msgid "" "<phrase arch=\"not-s390\">After selecting this new entry, you</phrase> " @@ -5012,7 +5021,7 @@ msgstr "" "sẽ tiếp tục cài đặt từ xa</quote>." #. Tag: para -#: using-d-i.xml:3144 +#: using-d-i.xml:3151 #, no-c-format msgid "" "Should you decide to continue with the installation locally, you can always " @@ -5024,7 +5033,7 @@ msgstr "" "khác." #. Tag: para -#: using-d-i.xml:3150 +#: using-d-i.xml:3157 #, no-c-format msgid "" "Now let's switch to the other side of the wire. As a prerequisite, you need " @@ -5054,7 +5063,7 @@ msgstr "" "nếu nó là đúng không." #. Tag: para -#: using-d-i.xml:3167 +#: using-d-i.xml:3174 #, no-c-format msgid "" "The <command>ssh</command> server in the installer uses a default " @@ -5079,7 +5088,7 @@ msgstr "" "tái kết nối." #. Tag: para -#: using-d-i.xml:3180 +#: using-d-i.xml:3187 #, no-c-format msgid "" "You may be able to avoid the connection being dropped by adding the option " @@ -5101,7 +5110,7 @@ msgstr "" "kết nối) vậy chỉ dùng nó khi cần thiết." #. Tag: para -#: using-d-i.xml:3193 +#: using-d-i.xml:3200 #, no-c-format msgid "" "If you install several computers in turn and they happen to have the same IP " @@ -5125,7 +5134,7 @@ msgstr "" "thử lại." #. Tag: para -#: using-d-i.xml:3209 +#: using-d-i.xml:3216 #, no-c-format msgid "" "After the login you will be presented with an initial screen where you have " @@ -5145,7 +5154,7 @@ msgstr "" "chạy cho các trình bao." #. Tag: para -#: using-d-i.xml:3219 +#: using-d-i.xml:3226 #, no-c-format msgid "" "After you have started the installation remotely over SSH, you should not go " @@ -5161,13 +5170,13 @@ msgstr "" "cài đặt." #. Tag: title -#: using-d-i.xml:3239 +#: using-d-i.xml:3246 #, no-c-format msgid "Loading Missing Firmware" msgstr "Nạp phần vững bị thiếu" #. Tag: para -#: using-d-i.xml:3240 +#: using-d-i.xml:3247 #, no-c-format msgid "" "As described in <xref linkend=\"hardware-firmware\"/>, some devices require " @@ -5181,7 +5190,7 @@ msgstr "" "chức năng cơ bản và yêu cầu phần vững để hiệu lực thêm tính năng." #. Tag: para -#: using-d-i.xml:3248 +#: using-d-i.xml:3255 #, no-c-format msgid "" "If a device driver requests firmware that is not available, &d-i; will " @@ -5199,7 +5208,7 @@ msgstr "" "nạp lại." #. Tag: para -#: using-d-i.xml:3258 +#: using-d-i.xml:3265 #, no-c-format msgid "" "Which devices are scanned and which file systems are supported depends on " @@ -5217,7 +5226,7 @@ msgstr "" "MMC hay SD.</phrase>" #. Tag: para -#: using-d-i.xml:3268 +#: using-d-i.xml:3275 #, no-c-format msgid "" "Note that it is possible to skip loading the firmware if you know the device " @@ -5228,7 +5237,7 @@ msgstr "" "năng, hoặc nếu thiết bị không cần trong khi cài đặt." #. Tag: para -#: using-d-i.xml:3275 +#: using-d-i.xml:3282 #, no-c-format msgid "" "Support for loading firmware is still relatively basic and is likely to be " @@ -5243,13 +5252,13 @@ msgstr "" "bằng cách gửi một báo cáo cài đặt (xem <xref linkend=\"submit-bug\"/>)." #. Tag: title -#: using-d-i.xml:3286 +#: using-d-i.xml:3293 #, no-c-format msgid "Preparing a medium" msgstr "Chuẩn bị vật chứa" #. Tag: para -#: using-d-i.xml:3287 +#: using-d-i.xml:3294 #, no-c-format msgid "" "Although in some cases the firmware can also be loaded from a partition on a " @@ -5269,7 +5278,7 @@ msgstr "" "đoạn cài đặt đầu tiên." #. Tag: para -#: using-d-i.xml:3297 +#: using-d-i.xml:3304 #, no-c-format msgid "" "Tarballs containing current packages for the most common firmware are " @@ -5284,7 +5293,7 @@ msgstr "" "bản phát hành hiện thời, và giải nén nó vào hệ thống tập tin trên vật chứa." #. Tag: para -#: using-d-i.xml:3311 +#: using-d-i.xml:3318 #, no-c-format msgid "" "If the firmware you need is not included in the tarball, you can also " @@ -5299,7 +5308,7 @@ msgstr "" "cũng có thể chứa gói khác phần vững:" #. Tag: para -#: using-d-i.xml:3325 +#: using-d-i.xml:3332 #, no-c-format msgid "" "It is also possible to copy individual firmware files to the medium. Loose " @@ -5311,13 +5320,13 @@ msgstr "" "phần cứng." #. Tag: title -#: using-d-i.xml:3334 +#: using-d-i.xml:3341 #, no-c-format msgid "Firmware and the Installed System" msgstr "Phần vững và Hệ thống đã Cài đặt" #. Tag: para -#: using-d-i.xml:3335 +#: using-d-i.xml:3342 #, no-c-format msgid "" "Any firmware loaded during the installation will be copied automatically to " @@ -5335,7 +5344,7 @@ msgstr "" "là phần vững không nạp được do phiên bản bị đối xứng lệch." #. Tag: para -#: using-d-i.xml:3344 +#: using-d-i.xml:3351 #, no-c-format msgid "" "If the firmware was loaded from a firmware package, &d-i; will also install " @@ -5351,7 +5360,7 @@ msgstr "" "phát hành." #. Tag: para -#: using-d-i.xml:3352 +#: using-d-i.xml:3359 #, no-c-format msgid "" "If loading the firmware was skipped during the installation, the relevant " @@ -5363,7 +5372,7 @@ msgstr "" "cài đặt một cách thủ công." #. Tag: para -#: using-d-i.xml:3359 +#: using-d-i.xml:3366 #, no-c-format msgid "" "If the firmware was loaded from loose firmware files, the firmware copied to " |