summaryrefslogtreecommitdiff
path: root/po/vi/random-bits.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/vi/random-bits.po')
-rw-r--r--po/vi/random-bits.po219
1 files changed, 114 insertions, 105 deletions
diff --git a/po/vi/random-bits.po b/po/vi/random-bits.po
index e0c1faa8e..796c5975c 100644
--- a/po/vi/random-bits.po
+++ b/po/vi/random-bits.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2013-04-01 21:08+0000\n"
+"POT-Creation-Date: 2014-01-29 10:50+0000\n"
"PO-Revision-Date: 2012-08-05 13:21+0700\n"
"Last-Translator: hailang <hailangvn@gmail.com>\n"
"Language-Team: MOST Project <du-an-most@lists.hanoilug.org>\n"
@@ -1172,13 +1172,25 @@ msgstr "Cấu hình hệ thống cơ bản"
#. Tag: para
#: random-bits.xml:540
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "Now you've got a real &debian; system, though rather lean, on disk. "
+#| "<command>chroot</command> into it: <informalexample><screen>\n"
+#| "# LANG=C.UTF-8 chroot /mnt/debinst /bin/bash\n"
+#| "</screen></informalexample> After chrooting you may need to set the "
+#| "terminal definition to be compatible with the &debian; base system, for "
+#| "example:"
msgid ""
"Now you've got a real &debian; system, though rather lean, on disk. "
"<command>chroot</command> into it: <informalexample><screen>\n"
"# LANG=C.UTF-8 chroot /mnt/debinst /bin/bash\n"
"</screen></informalexample> After chrooting you may need to set the terminal "
-"definition to be compatible with the &debian; base system, for example:"
+"definition to be compatible with the &debian; base system, for example: "
+"<informalexample><screen>\n"
+"# export TERM=<replaceable>xterm-color</replaceable>\n"
+"</screen></informalexample> Depending on the value of TERM, you may have to "
+"install the <classname>ncurses-term</classname> package to get support for "
+"it."
msgstr ""
"Lúc bây giờ bạn có một hệ thống &debian; thật, dù hơi gầy, trên đĩa. Hãy "
"<command>chroot</command> vào nó : <informalexample><screen>\n"
@@ -1186,21 +1198,14 @@ msgstr ""
"</screen></informalexample>Sau khi chroot, bạn có thể cần phải lập một lời "
"định nghĩa thiết bị cuối tương thích với hệ thống cơ bản &debian;, chẳng hạn:"
-# Literal: don't translate; Nghĩa chữ : dừng dịch
-#. Tag: screen
-#: random-bits.xml:550
-#, no-c-format
-msgid "# export TERM=<replaceable>xterm-color</replaceable>"
-msgstr "# export TERM=<replaceable>xterm-color</replaceable>"
-
#. Tag: title
-#: random-bits.xml:555
+#: random-bits.xml:558
#, no-c-format
msgid "Create device files"
msgstr "Tạo tập tin thiết bị"
#. Tag: para
-#: random-bits.xml:556
+#: random-bits.xml:559
#, no-c-format
msgid ""
"At this point <filename>/dev/</filename> only contains very basic device "
@@ -1220,13 +1225,13 @@ msgstr ""
"hay tĩnh."
#. Tag: para
-#: random-bits.xml:566
+#: random-bits.xml:569
#, no-c-format
msgid "A few of the available options are:"
msgstr "Vài tùy chọn sẵn sàng:"
#. Tag: para
-#: random-bits.xml:571
+#: random-bits.xml:574
#, no-c-format
msgid ""
"install the makedev package, and create a default set of static device files "
@@ -1237,7 +1242,7 @@ msgstr ""
# Literal: don't translate/Nghĩa chữ : đừng dịch
#. Tag: screen
-#: random-bits.xml:575
+#: random-bits.xml:578
#, no-c-format
msgid ""
"# apt-get install makedev\n"
@@ -1251,7 +1256,7 @@ msgstr ""
"# MAKEDEV generic"
#. Tag: para
-#: random-bits.xml:578
+#: random-bits.xml:581
#, no-c-format
msgid ""
"manually create only specific device files using <command>MAKEDEV</command>"
@@ -1260,7 +1265,7 @@ msgstr ""
"command>"
#. Tag: para
-#: random-bits.xml:583
+#: random-bits.xml:586
#, no-c-format
msgid ""
"bind mount /dev from your host system on top of /dev in the target system; "
@@ -1272,13 +1277,13 @@ msgstr ""
"thiết bị, vì vậy bạn nên dùng tùy chọn này chỉ một cách cẩn thận."
#. Tag: title
-#: random-bits.xml:596
+#: random-bits.xml:599
#, no-c-format
msgid "Mount Partitions"
msgstr "Gắn kết phân vùng"
#. Tag: para
-#: random-bits.xml:597
+#: random-bits.xml:600
#, no-c-format
msgid ""
"You need to create <filename>/etc/fstab</filename>. "
@@ -1362,13 +1367,13 @@ msgstr ""
# Literal: don't translate / Nghĩa chữ: đừng dịch
#. Tag: screen
-#: random-bits.xml:623
+#: random-bits.xml:626
#, no-c-format
msgid "# mount -t proc proc /proc"
msgstr "# mount -t proc proc /proc"
#. Tag: para
-#: random-bits.xml:625
+#: random-bits.xml:628
#, no-c-format
msgid ""
"The command <userinput>ls /proc</userinput> should now show a non-empty "
@@ -1381,19 +1386,19 @@ msgstr ""
# Literal: don't translate / Nghĩa chữ: đừng dịch
#. Tag: screen
-#: random-bits.xml:631
+#: random-bits.xml:634
#, no-c-format
msgid "# mount -t proc proc /mnt/debinst/proc"
msgstr "# mount -t proc proc /mnt/debinst/proc"
#. Tag: title
-#: random-bits.xml:637
+#: random-bits.xml:640
#, no-c-format
msgid "Setting Timezone"
msgstr "Đặt múi giờ"
#. Tag: para
-#: random-bits.xml:638
+#: random-bits.xml:641
#, fuzzy, no-c-format
#| msgid ""
#| "An option in the file <filename>/etc/default/rcS</filename> determines "
@@ -1418,7 +1423,7 @@ msgstr ""
"địa phương. Lệnh sau cho bạn có khả năng đặt nó và chọn múi giờ riêng."
#. Tag: screen
-#: random-bits.xml:652
+#: random-bits.xml:655
#, fuzzy, no-c-format
#| msgid ""
#| "# editor /etc/default/rcS\n"
@@ -1429,13 +1434,13 @@ msgstr ""
"# dpkg-reconfigure tzdata"
#. Tag: title
-#: random-bits.xml:658
+#: random-bits.xml:661
#, no-c-format
msgid "Configure Networking"
msgstr "Cấu hình khả năng chạy mạng"
#. Tag: para
-#: random-bits.xml:659
+#: random-bits.xml:662
#, no-c-format
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
@@ -1561,13 +1566,13 @@ msgstr ""
"tên giao diện (eth0, eth1, v.v.) mong đợi."
#. Tag: title
-#: random-bits.xml:700
+#: random-bits.xml:703
#, no-c-format
msgid "Configure Apt"
msgstr "Cấu hình Apt"
#. Tag: para
-#: random-bits.xml:701
+#: random-bits.xml:704
#, no-c-format
msgid ""
"Debootstrap will have created a very basic <filename>/etc/apt/sources.list</"
@@ -1593,13 +1598,13 @@ msgstr ""
"userinput> sau khi thay đổi danh sách các nguồn."
#. Tag: title
-#: random-bits.xml:717
+#: random-bits.xml:720
#, no-c-format
msgid "Configure Locales and Keyboard"
msgstr "Cấu hình miền địa phương và bàn phím"
#. Tag: para
-#: random-bits.xml:718
+#: random-bits.xml:721
#, no-c-format
msgid ""
"To configure your locale settings to use a language other than English, "
@@ -1619,7 +1624,7 @@ msgstr ""
# Literal: don't translate / Nghĩa chữ: đừng dịch
#. Tag: screen
-#: random-bits.xml:728
+#: random-bits.xml:731
#, no-c-format
msgid ""
"# aptitude install console-setup\n"
@@ -1629,7 +1634,7 @@ msgstr ""
"# dpkg-reconfigure keyboard-configuration"
#. Tag: para
-#: random-bits.xml:730
+#: random-bits.xml:733
#, no-c-format
msgid ""
"Note that the keyboard cannot be set while in the chroot, but will be "
@@ -1639,13 +1644,13 @@ msgstr ""
"sẽ được cấu hình cho lần khởi động lại kế tiếp."
#. Tag: title
-#: random-bits.xml:740
+#: random-bits.xml:743
#, no-c-format
msgid "Install a Kernel"
msgstr "Cài đặt hạt nhân"
#. Tag: para
-#: random-bits.xml:741
+#: random-bits.xml:744
#, no-c-format
msgid ""
"If you intend to boot this system, you probably want a &arch-kernel; kernel "
@@ -1656,19 +1661,19 @@ msgstr ""
"diện các hạt nhân đóng gói sẵn bằng lệnh:"
#. Tag: screen
-#: random-bits.xml:746
+#: random-bits.xml:749
#, no-c-format
msgid "# apt-cache search &kernelpackage;"
msgstr "# apt-cache search &kernelpackage;"
#. Tag: para
-#: random-bits.xml:748
+#: random-bits.xml:751
#, no-c-format
msgid "Then install the kernel package of your choice using its package name."
msgstr "Sau đó cài đặt gói hạt nhân đã chọn, dùng tên gói của nó."
#. Tag: screen
-#: random-bits.xml:752
+#: random-bits.xml:755
#, no-c-format
msgid "# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>"
msgstr ""
@@ -1676,13 +1681,13 @@ msgstr ""
"v.</replaceable>"
#. Tag: title
-#: random-bits.xml:758
+#: random-bits.xml:761
#, no-c-format
msgid "Set up the Boot Loader"
msgstr "Thiết lập bộ nạp khởi động"
#. Tag: para
-#: random-bits.xml:759
+#: random-bits.xml:762
#, no-c-format
msgid ""
"To make your &debian-gnu; system bootable, set up your boot loader to load "
@@ -1697,7 +1702,7 @@ msgstr ""
"&debian; để làm như thế."
#. Tag: para
-#: random-bits.xml:766
+#: random-bits.xml:769
#, no-c-format
msgid ""
"Check <userinput>info grub</userinput> <phrase arch=\"x86\">or "
@@ -1722,7 +1727,7 @@ msgstr ""
"lệnh đó)</phrase>."
#. Tag: para
-#: random-bits.xml:778
+#: random-bits.xml:781
#, no-c-format
msgid ""
"Installing and setting up <classname>grub2</classname> is as easy as: "
@@ -1746,7 +1751,7 @@ msgstr ""
"động được."
#. Tag: para
-#: random-bits.xml:788
+#: random-bits.xml:791
#, no-c-format
msgid ""
"Note that this assumes that a <filename>/dev/hda</filename> device file has "
@@ -1758,14 +1763,14 @@ msgstr ""
"nhưng chúng không nằm trong phạm vi của phụ lục này."
#. Tag: para
-#: random-bits.xml:794
+#: random-bits.xml:797
#, no-c-format
msgid "Here is a basic <filename>/etc/lilo.conf</filename> as an example:"
msgstr "Ở đây có mẫu <filename>/etc/lilo.conf</filename> cơ bản:"
# Literal: don't translate / Nghĩa chữ: đừng dịch
#. Tag: screen
-#: random-bits.xml:798
+#: random-bits.xml:801
#, no-c-format
msgid ""
"boot=/dev/<replaceable>hda6</replaceable>\n"
@@ -1787,7 +1792,7 @@ msgstr ""
"label=Debian"
#. Tag: para
-#: random-bits.xml:800
+#: random-bits.xml:803
#, no-c-format
msgid ""
"Check <userinput>man yaboot.conf</userinput> for instructions on setting up "
@@ -1806,7 +1811,7 @@ msgstr ""
"<filename>yaboot.conf</filename> tương đối với hệ thống từ đó bạn gọi nó)."
#. Tag: para
-#: random-bits.xml:810
+#: random-bits.xml:813
#, no-c-format
msgid ""
"Here is a basic <filename>/etc/yaboot.conf</filename> as an example: "
@@ -1840,13 +1845,13 @@ msgstr ""
"userinput> thay cho <userinput>hd:</userinput>."
#. Tag: title
-#: random-bits.xml:823
+#: random-bits.xml:826
#, no-c-format
msgid "Remote access: Installing SSH and setting a password"
msgstr ""
#. Tag: para
-#: random-bits.xml:824
+#: random-bits.xml:827
#, no-c-format
msgid ""
"In case you can login to the system via console, you can skip this section. "
@@ -1855,7 +1860,7 @@ msgid ""
msgstr ""
#. Tag: screen
-#: random-bits.xml:830
+#: random-bits.xml:833
#, no-c-format
msgid ""
"# aptitude install ssh\n"
@@ -1863,13 +1868,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: random-bits.xml:835
+#: random-bits.xml:838
#, no-c-format
msgid "Finishing touches"
msgstr "Đòn kết liễu"
#. Tag: para
-#: random-bits.xml:836
+#: random-bits.xml:839
#, no-c-format
msgid ""
"As mentioned earlier, the installed system will be very basic. If you would "
@@ -1888,7 +1893,7 @@ msgstr ""
"<command>aptitude</command> để cài đặt mỗi gói riêng."
#. Tag: para
-#: random-bits.xml:847
+#: random-bits.xml:850
#, no-c-format
msgid ""
"After the installation there will be a lot of downloaded packages in "
@@ -1900,19 +1905,19 @@ msgstr ""
"thêm chỗ trống trên đĩa bằng cách chạy lệnh « làm sạch »: "
#. Tag: screen
-#: random-bits.xml:853
+#: random-bits.xml:856
#, no-c-format
msgid "# aptitude clean"
msgstr "# aptitude clean"
#. Tag: title
-#: random-bits.xml:864
+#: random-bits.xml:867
#, no-c-format
msgid "Installing &debian-gnu; over Parallel Line IP (PLIP)"
msgstr "Cài đặt &debian-gnu; qua IP đường song song (PLIP)"
#. Tag: para
-#: random-bits.xml:866
+#: random-bits.xml:869
#, no-c-format
msgid ""
"This section explains how to install &debian-gnu; on a computer without an "
@@ -1928,7 +1933,7 @@ msgstr ""
"d. có kết nối đến Internet)."
#. Tag: para
-#: random-bits.xml:874
+#: random-bits.xml:877
#, no-c-format
msgid ""
"In the example in this appendix we will set up a PLIP connection using a "
@@ -1945,7 +1950,7 @@ msgstr ""
"trong miền địa chỉ của mạng của bạn)."
#. Tag: para
-#: random-bits.xml:882
+#: random-bits.xml:885
#, no-c-format
msgid ""
"The PLIP connection set up during the installation will also be available "
@@ -1956,7 +1961,7 @@ msgstr ""
"khởi động lại vào hệ thống đã cài đặt (xem <xref linkend=\"boot-new\"/>)."
#. Tag: para
-#: random-bits.xml:887
+#: random-bits.xml:890
#, no-c-format
msgid ""
"Before you start, you will need to check the BIOS configuration (IO base "
@@ -1969,13 +1974,13 @@ msgstr ""
"<literal>io=0x378</literal>, <literal>irq=7</literal>."
#. Tag: title
-#: random-bits.xml:897
+#: random-bits.xml:900
#, no-c-format
msgid "Requirements"
msgstr "Nhu cầu"
#. Tag: para
-#: random-bits.xml:900
+#: random-bits.xml:903
#, no-c-format
msgid ""
"A target computer, called <emphasis>target</emphasis>, where &debian; will "
@@ -1985,7 +1990,7 @@ msgstr ""
"&debian; sẽ được cài đặt."
#. Tag: para
-#: random-bits.xml:906
+#: random-bits.xml:909
#, no-c-format
msgid "System installation media; see <xref linkend=\"installation-media\"/>."
msgstr ""
@@ -1993,7 +1998,7 @@ msgstr ""
">."
#. Tag: para
-#: random-bits.xml:911
+#: random-bits.xml:914
#, no-c-format
msgid ""
"Another computer connected to the Internet, called <emphasis>source</"
@@ -2003,7 +2008,7 @@ msgstr ""
"emphasis> (nguồn), mà sẽ hoạt động là cổng ra."
#. Tag: para
-#: random-bits.xml:917
+#: random-bits.xml:920
#, no-c-format
msgid ""
"A DB-25 Null-Modem cable. See the <ulink url=\"&url-plip-install-howto;"
@@ -2015,13 +2020,13 @@ msgstr ""
"thêm về cáp kiểu này, gồm hướng dẫn về cách tạo điều riêng."
#. Tag: title
-#: random-bits.xml:929
+#: random-bits.xml:932
#, no-c-format
msgid "Setting up source"
msgstr "Thiết lập nguồn"
#. Tag: para
-#: random-bits.xml:930
+#: random-bits.xml:933
#, no-c-format
msgid ""
"The following shell script is a simple example of how to configure the "
@@ -2031,7 +2036,7 @@ msgstr ""
"máy tính nguồn như là cổng ra Internet dùng ppp0."
#. Tag: screen
-#: random-bits.xml:935
+#: random-bits.xml:938
#, no-c-format
msgid ""
"#!/bin/sh\n"
@@ -2073,13 +2078,13 @@ msgstr ""
"echo 1 > /proc/sys/net/ipv4/ip_forward"
#. Tag: title
-#: random-bits.xml:941
+#: random-bits.xml:944
#, no-c-format
msgid "Installing target"
msgstr "Cài đặt đích"
#. Tag: para
-#: random-bits.xml:942
+#: random-bits.xml:945
#, no-c-format
msgid ""
"Boot the installation media. The installation needs to be run in expert "
@@ -2106,13 +2111,13 @@ msgstr ""
"giai đoạn khác nhau của tiến trình cài đặt."
#. Tag: guimenuitem
-#: random-bits.xml:961
+#: random-bits.xml:964
#, no-c-format
msgid "Load installer components from CD"
msgstr "Tải các thành phần cài đặt từ đĩa CD"
#. Tag: para
-#: random-bits.xml:963
+#: random-bits.xml:966
#, no-c-format
msgid ""
"Select the <userinput>plip-modules</userinput> option from the list; this "
@@ -2122,13 +2127,13 @@ msgstr ""
"các trình điều khiển PLIP sẵn sàng cho hệ thống cài đặt."
#. Tag: guimenuitem
-#: random-bits.xml:971
+#: random-bits.xml:974
#, no-c-format
msgid "Detect network hardware"
msgstr "Phát hiện phần cứng mạng"
#. Tag: para
-#: random-bits.xml:976
+#: random-bits.xml:979
#, no-c-format
msgid ""
"If target <emphasis>does</emphasis> have a network card, a list of driver "
@@ -2143,7 +2148,7 @@ msgstr ""
"trình cài đặt sẽ không hiển thị danh sách này."
#. Tag: para
-#: random-bits.xml:985
+#: random-bits.xml:988
#, no-c-format
msgid ""
"Because no network card was detected/selected earlier, the installer will "
@@ -2154,19 +2159,19 @@ msgstr ""
"mạng trong danh sách. Hãy chọn mô-đun <userinput>plip</userinput>."
#. Tag: guimenuitem
-#: random-bits.xml:997
+#: random-bits.xml:1000
#, no-c-format
msgid "Configure the network"
msgstr "Cấu hình mạng"
#. Tag: para
-#: random-bits.xml:1000
+#: random-bits.xml:1003
#, no-c-format
msgid "Auto-configure network with DHCP: No"
msgstr "Tự động cấu hình mạng bằng DHCP không? : Không"
#. Tag: para
-#: random-bits.xml:1005
+#: random-bits.xml:1008
#, no-c-format
msgid ""
"IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
@@ -2174,7 +2179,7 @@ msgstr ""
"Địa chỉ IP: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
#. Tag: para
-#: random-bits.xml:1010
+#: random-bits.xml:1013
#, no-c-format
msgid ""
"Point-to-point address: <userinput><replaceable>192.168.0.2</replaceable></"
@@ -2184,7 +2189,7 @@ msgstr ""
"userinput>"
#. Tag: para
-#: random-bits.xml:1016
+#: random-bits.xml:1019
#, no-c-format
msgid ""
"Name server addresses: you can enter the same addresses used on source (see "
@@ -2195,13 +2200,13 @@ msgstr ""
"conf</filename>)"
#. Tag: title
-#: random-bits.xml:1035
+#: random-bits.xml:1038
#, no-c-format
msgid "Installing &debian-gnu; using PPP over Ethernet (PPPoE)"
msgstr "Cài đặt &debian-gnu; dùng PPP qua Ethernet (PPPoE)"
#. Tag: para
-#: random-bits.xml:1037
+#: random-bits.xml:1040
#, no-c-format
msgid ""
"In some countries PPP over Ethernet (PPPoE) is a common protocol for "
@@ -2217,7 +2222,7 @@ msgstr ""
"tả phương pháp."
#. Tag: para
-#: random-bits.xml:1045
+#: random-bits.xml:1048
#, no-c-format
msgid ""
"The PPPoE connection set up during the installation will also be available "
@@ -2228,7 +2233,7 @@ msgstr ""
"khởi động lại vào hệ thống đã cài đặt (xem <xref linkend=\"boot-new\"/>)."
#. Tag: para
-#: random-bits.xml:1050
+#: random-bits.xml:1053
#, no-c-format
msgid ""
"To have the option of setting up and using PPPoE during the installation, "
@@ -2242,7 +2247,7 @@ msgstr ""
"\"supports-floppy-boot\"> hay đĩa mềm</phrase>)."
#. Tag: para
-#: random-bits.xml:1057
+#: random-bits.xml:1060
#, no-c-format
msgid ""
"Installing over PPPoE is mostly the same as any other installation. The "
@@ -2252,7 +2257,7 @@ msgstr ""
"Những bước sau diễn tả các sự khác."
#. Tag: para
-#: random-bits.xml:1065
+#: random-bits.xml:1068
#, no-c-format
msgid ""
"Boot the installer with the boot parameter <userinput>modules=ppp-udeb</"
@@ -2268,7 +2273,7 @@ msgstr ""
"để thiết lập PPPoE (<classname>ppp-udeb</classname>)."
#. Tag: para
-#: random-bits.xml:1080
+#: random-bits.xml:1083
#, no-c-format
msgid ""
"Follow the regular initial steps of the installation (language, country and "
@@ -2288,7 +2293,7 @@ msgstr ""
"footnote>)."
#. Tag: para
-#: random-bits.xml:1099
+#: random-bits.xml:1102
#, no-c-format
msgid ""
"The next step is the detection of network hardware, in order to identify any "
@@ -2298,7 +2303,7 @@ msgstr ""
"Ethernet có trong hệ thống."
#. Tag: para
-#: random-bits.xml:1105
+#: random-bits.xml:1108
#, no-c-format
msgid ""
"After this the actual setup of PPPoE is started. The installer will probe "
@@ -2310,7 +2315,7 @@ msgstr ""
"PPPoE (một kiểu trình phục vụ mà quản lý các kết nối PPPoE)."
#. Tag: para
-#: random-bits.xml:1111
+#: random-bits.xml:1114
#, no-c-format
msgid ""
"It is possible that the concentrator will not to be found at the first "
@@ -2326,7 +2331,7 @@ msgstr ""
"chạy một kết nối PPPoE</guimenuitem> trong trình đơn chính của trình cài đặt."
#. Tag: para
-#: random-bits.xml:1120
+#: random-bits.xml:1123
#, no-c-format
msgid ""
"After a concentrator is found, the user will be prompted to type the login "
@@ -2336,7 +2341,7 @@ msgstr ""
"(tên người dùng và mật khẩu PPPoE)."
#. Tag: para
-#: random-bits.xml:1126
+#: random-bits.xml:1129
#, no-c-format
msgid ""
"At this point the installer will use the provided information to establish "
@@ -2356,13 +2361,13 @@ msgstr ""
"guimenuitem>."
#. Tag: title
-#: random-bits.xml:1146
+#: random-bits.xml:1149
#, no-c-format
msgid "The Graphical Installer"
msgstr "Bộ cài đặt đồ họa"
#. Tag: para
-#: random-bits.xml:1147
+#: random-bits.xml:1150
#, no-c-format
msgid ""
"The graphical version of the installer is only available for a limited "
@@ -2375,7 +2380,7 @@ msgstr ""
"đặt chuẩn, vì nó sử dụng cùng những chương trình thông qua giao diện khác."
#. Tag: para
-#: random-bits.xml:1155
+#: random-bits.xml:1158
#, no-c-format
msgid ""
"Although the functionality is identical, the graphical installer still has a "
@@ -2393,7 +2398,7 @@ msgstr ""
"được hiển thị trên cùng một màn hình."
#. Tag: para
-#: random-bits.xml:1164
+#: random-bits.xml:1167
#, no-c-format
msgid ""
"The graphical installer is available with all CD images and with the hd-"
@@ -2416,7 +2421,7 @@ msgstr ""
"đơn khởi động."
#. Tag: para
-#: random-bits.xml:1175
+#: random-bits.xml:1178
#, no-c-format
msgid ""
"There is also a graphical installer image that can be netbooted. And there "
@@ -2434,7 +2439,7 @@ msgstr ""
"mà chính có ích để thử."
#. Tag: para
-#: random-bits.xml:1188
+#: random-bits.xml:1191
#, no-c-format
msgid ""
"For &arch-title;, currently only an experimental <quote>mini</quote> ISO "
@@ -2453,7 +2458,7 @@ msgstr ""
"động được trên hệ thống khác."
#. Tag: para
-#: random-bits.xml:1202
+#: random-bits.xml:1205
#, no-c-format
msgid ""
"Just as with the regular installer it is possible to add boot parameters "
@@ -2463,7 +2468,7 @@ msgstr ""
"khởi chạy trình cài đặt đồ họa."
#. Tag: para
-#: random-bits.xml:1208
+#: random-bits.xml:1211
#, no-c-format
msgid ""
"The graphical installer requires significantly more memory to run than the "
@@ -2476,7 +2481,7 @@ msgstr ""
"<quote>newt</quote>."
#. Tag: para
-#: random-bits.xml:1215
+#: random-bits.xml:1218
#, no-c-format
msgid ""
"If the amount of memory in your system is below &minimum-memory;, the "
@@ -2489,13 +2494,13 @@ msgstr ""
"có ít bộ nhớ sẵn sàng nên dùng trình cài đặt văn bản."
#. Tag: title
-#: random-bits.xml:1225
+#: random-bits.xml:1228
#, no-c-format
msgid "Using the graphical installer"
msgstr "Sử dụng bộ cài đặt đồ họa"
#. Tag: para
-#: random-bits.xml:1226
+#: random-bits.xml:1229
#, no-c-format
msgid ""
"As already mentioned, the graphical installer basically works the same as "
@@ -2507,7 +2512,7 @@ msgstr ""
"đặt."
#. Tag: para
-#: random-bits.xml:1232
+#: random-bits.xml:1235
#, no-c-format
msgid ""
"If you prefer using the keyboard over the mouse, there are two things you "
@@ -2527,7 +2532,7 @@ msgstr ""
"hoạt &BTN-CONT;."
#. Tag: para
-#: random-bits.xml:1242
+#: random-bits.xml:1245
#, no-c-format
msgid ""
"If a dialog offers additional help information, a <guibutton>Help</"
@@ -2540,7 +2545,7 @@ msgstr ""
"keycap>."
#. Tag: para
-#: random-bits.xml:1248
+#: random-bits.xml:1251
#, no-c-format
msgid ""
"To switch to another console, you will also need to use the <keycap>Ctrl</"
@@ -2558,6 +2563,10 @@ msgstr ""
"có thể dùng <keycombo> <keycap>Left Alt</keycap> <keycap>F5</keycap> </"
"keycombo> để chuyển đổi về."
+# Literal: don't translate; Nghĩa chữ : dừng dịch
+#~ msgid "# export TERM=<replaceable>xterm-color</replaceable>"
+#~ msgstr "# export TERM=<replaceable>xterm-color</replaceable>"
+
#~ msgid ""
#~ "If you intend to use a pre-packaged kernel, you may want to create the "
#~ "configuration file <filename>/etc/kernel-img.conf</filename> before you "