summaryrefslogtreecommitdiff
path: root/po/vi/random-bits.po
diff options
context:
space:
mode:
authorHolger Wansing <holgerw@debian.org>2016-12-15 20:36:16 +0000
committerHolger Wansing <holgerw@debian.org>2016-12-15 20:36:16 +0000
commit04d420b3b93330eaaa867cb1ab513fbd0ebb3fa8 (patch)
treef337378e30222d459fba2165e2f7c6e126ba48b3 /po/vi/random-bits.po
parent3b4dca0f53f36c1fbe76ec141cd924700113fd97 (diff)
downloadinstallation-guide-04d420b3b93330eaaa867cb1ab513fbd0ebb3fa8.zip
[SILENT_COMMIT] Update of POT and PO files for the manual
Diffstat (limited to 'po/vi/random-bits.po')
-rw-r--r--po/vi/random-bits.po212
1 files changed, 116 insertions, 96 deletions
diff --git a/po/vi/random-bits.po b/po/vi/random-bits.po
index 1cafce45b..82536e30f 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: 2016-11-25 19:03+0000\n"
+"POT-Creation-Date: 2016-12-15 20:07+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"
@@ -999,7 +999,11 @@ msgid ""
"<userinput>armhf</userinput>, <userinput>i386</userinput>, <userinput>mips</"
"userinput>, <userinput>mips64el</userinput>, <userinput>mipsel</userinput>, "
"<userinput>powerpc</userinput>, <userinput>ppc64el</userinput>, or "
-"<userinput>s390x</userinput>."
+"<userinput>s390x</userinput>. <informalexample><screen>\n"
+"# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n"
+" /mnt/debinst http://ftp.us.debian.org/debian\n"
+"</screen></informalexample> If the target architecture is different than the "
+"host, you should add the <userinput>--foreign</userinput> option."
msgstr ""
"Trong lệnh <command>debootstrap</command>, thay thế <replaceable>KIẾN_TRÚC</"
"replaceable> bằng một của những chuỗi theo đây: <userinput>amd64</"
@@ -1008,25 +1012,14 @@ msgstr ""
"userinput>, <userinput>mipsel</userinput>, <userinput>powerpc</userinput>, "
"<userinput>ppc64el</userinput>, <userinput>s390x</userinput>."
-# Literal: don't translate / Nghĩa chữ: đừng dịch
-#. Tag: screen
-#: random-bits.xml:484
-#, no-c-format
-msgid ""
-"# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n"
-" /mnt/debinst http://ftp.us.debian.org/debian"
-msgstr ""
-"# /usr/sbin/debootstrap --arch KIẾN_TRÚC &releasename; \\\n"
-" /mnt/debinst http://ftp.us.debian.org/debian"
-
#. Tag: title
-#: random-bits.xml:490
+#: random-bits.xml:493
#, no-c-format
msgid "Configure The Base System"
msgstr "Cấu hình hệ thống cơ bản"
#. Tag: para
-#: random-bits.xml:491
+#: random-bits.xml:494
#, fuzzy, no-c-format
#| msgid ""
#| "Now you've got a real &debian; system, though rather lean, on disk. "
@@ -1039,6 +1032,11 @@ 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> If the target architecture is different from the "
+"host, you will need to first copy qemu-user-static to the new host: "
+"<informalexample><screen>\n"
+"# cp /usr/bin/qemu-ARCH-static /mnt/debinst/usr/bin\n"
+"# LANG=C.UTF-8 chroot /mnt/debinst qemu-ARCH-static /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: "
"<informalexample><screen>\n"
@@ -1053,14 +1051,28 @@ 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:"
+#. Tag: para
+#: random-bits.xml:514
+#, no-c-format
+msgid ""
+"If the target architecture is different from the host, you need to finish "
+"the multi-stage boot strap:"
+msgstr ""
+
+#. Tag: screen
+#: random-bits.xml:518
+#, no-c-format
+msgid "/debootstrap/debootstrap --second-stage"
+msgstr ""
+
#. Tag: title
-#: random-bits.xml:509
+#: random-bits.xml:523
#, no-c-format
msgid "Create device files"
msgstr "Tạo tập tin thiết bị"
#. Tag: para
-#: random-bits.xml:510
+#: random-bits.xml:524
#, no-c-format
msgid ""
"At this point <filename>/dev/</filename> only contains very basic device "
@@ -1080,13 +1092,13 @@ msgstr ""
"hay tĩnh."
#. Tag: para
-#: random-bits.xml:520
+#: random-bits.xml:534
#, 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:525
+#: random-bits.xml:539
#, no-c-format
msgid ""
"install the makedev package, and create a default set of static device files "
@@ -1097,7 +1109,7 @@ msgstr ""
# Literal: don't translate/Nghĩa chữ : đừng dịch
#. Tag: screen
-#: random-bits.xml:529
+#: random-bits.xml:543
#, fuzzy, no-c-format
#| msgid ""
#| "# apt-get install makedev\n"
@@ -1116,7 +1128,7 @@ msgstr ""
"# MAKEDEV generic"
#. Tag: para
-#: random-bits.xml:532
+#: random-bits.xml:546
#, no-c-format
msgid ""
"manually create only specific device files using <command>MAKEDEV</command>"
@@ -1125,7 +1137,7 @@ msgstr ""
"command>"
#. Tag: para
-#: random-bits.xml:537
+#: random-bits.xml:551
#, no-c-format
msgid ""
"bind mount /dev from your host system on top of /dev in the target system; "
@@ -1137,13 +1149,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:550
+#: random-bits.xml:564
#, no-c-format
msgid "Mount Partitions"
msgstr "Gắn kết phân vùng"
#. Tag: para
-#: random-bits.xml:551
+#: random-bits.xml:565
#, no-c-format
msgid ""
"You need to create <filename>/etc/fstab</filename>. "
@@ -1227,13 +1239,13 @@ msgstr ""
# Literal: don't translate / Nghĩa chữ: đừng dịch
#. Tag: screen
-#: random-bits.xml:577
+#: random-bits.xml:591
#, no-c-format
msgid "# mount -t proc proc /proc"
msgstr "# mount -t proc proc /proc"
#. Tag: para
-#: random-bits.xml:579
+#: random-bits.xml:593
#, no-c-format
msgid ""
"The command <userinput>ls /proc</userinput> should now show a non-empty "
@@ -1246,19 +1258,19 @@ msgstr ""
# Literal: don't translate / Nghĩa chữ: đừng dịch
#. Tag: screen
-#: random-bits.xml:585
+#: random-bits.xml:599
#, no-c-format
msgid "# mount -t proc proc /mnt/debinst/proc"
msgstr "# mount -t proc proc /mnt/debinst/proc"
#. Tag: title
-#: random-bits.xml:591
+#: random-bits.xml:605
#, no-c-format
msgid "Setting Timezone"
msgstr "Đặt múi giờ"
#. Tag: para
-#: random-bits.xml:592
+#: random-bits.xml:606
#, fuzzy, no-c-format
#| msgid ""
#| "An option in the file <filename>/etc/default/rcS</filename> determines "
@@ -1283,19 +1295,19 @@ 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:606
+#: random-bits.xml:620
#, no-c-format
msgid "# dpkg-reconfigure tzdata"
msgstr "# dpkg-reconfigure tzdata"
#. Tag: title
-#: random-bits.xml:612
+#: random-bits.xml:626
#, no-c-format
msgid "Configure Networking"
msgstr "Cấu hình khả năng chạy mạng"
#. Tag: para
-#: random-bits.xml:613
+#: random-bits.xml:627
#, no-c-format
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
@@ -1421,13 +1433,13 @@ msgstr ""
"tên giao diện (eth0, eth1, v.v.) mong đợi."
#. Tag: title
-#: random-bits.xml:654
+#: random-bits.xml:668
#, no-c-format
msgid "Configure Apt"
msgstr "Cấu hình Apt"
#. Tag: para
-#: random-bits.xml:655
+#: random-bits.xml:669
#, fuzzy, no-c-format
#| msgid ""
#| "Debootstrap will have created a very basic <filename>/etc/apt/sources."
@@ -1464,13 +1476,13 @@ msgstr ""
"userinput> sau khi thay đổi danh sách các nguồn."
#. Tag: title
-#: random-bits.xml:671
+#: random-bits.xml:685
#, 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:672
+#: random-bits.xml:686
#, fuzzy, no-c-format
#| msgid ""
#| "To configure your locale settings to use a language other than English, "
@@ -1498,7 +1510,7 @@ msgstr ""
# Literal: don't translate / Nghĩa chữ: đừng dịch
#. Tag: screen
-#: random-bits.xml:682
+#: random-bits.xml:696
#, fuzzy, no-c-format
#| msgid ""
#| "# aptitude install console-setup\n"
@@ -1511,7 +1523,7 @@ msgstr ""
"# dpkg-reconfigure keyboard-configuration"
#. Tag: para
-#: random-bits.xml:684
+#: random-bits.xml:698
#, no-c-format
msgid ""
"Note that the keyboard cannot be set while in the chroot, but will be "
@@ -1521,13 +1533,13 @@ msgstr ""
"sẽ được cấu hình cho lần khởi động lại kế tiếp."
#. Tag: title
-#: random-bits.xml:694
+#: random-bits.xml:708
#, no-c-format
msgid "Install a Kernel"
msgstr "Cài đặt hạt nhân"
#. Tag: para
-#: random-bits.xml:695
+#: random-bits.xml:709
#, no-c-format
msgid ""
"If you intend to boot this system, you probably want a &arch-kernel; kernel "
@@ -1538,20 +1550,20 @@ msgstr ""
"diện các hạt nhân đóng gói sẵn bằng lệnh:"
#. Tag: screen
-#: random-bits.xml:700
+#: random-bits.xml:714
#, fuzzy, no-c-format
#| msgid "# apt-cache search &kernelpackage;"
msgid "# apt search &kernelpackage;"
msgstr "# apt-cache search &kernelpackage;"
#. Tag: para
-#: random-bits.xml:702
+#: random-bits.xml:716
#, 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:706
+#: random-bits.xml:720
#, fuzzy, no-c-format
#| msgid ""
#| "# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>"
@@ -1561,13 +1573,13 @@ msgstr ""
"v.</replaceable>"
#. Tag: title
-#: random-bits.xml:712
+#: random-bits.xml:726
#, 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:713
+#: random-bits.xml:727
#, fuzzy, no-c-format
#| msgid ""
#| "To make your &debian-gnu; system bootable, set up your boot loader to "
@@ -1587,7 +1599,7 @@ msgstr ""
"&debian; để làm như thế."
#. Tag: para
-#: random-bits.xml:720
+#: random-bits.xml:734
#, no-c-format
msgid ""
"Check <userinput>info grub</userinput> <phrase arch=\"x86\">or "
@@ -1612,7 +1624,7 @@ msgstr ""
"lệnh đó)</phrase>."
#. Tag: para
-#: random-bits.xml:732
+#: random-bits.xml:746
#, fuzzy, no-c-format
#| msgid ""
#| "Installing and setting up <classname>grub2</classname> is as easy as: "
@@ -1646,7 +1658,7 @@ msgstr ""
"động được."
#. Tag: para
-#: random-bits.xml:742
+#: random-bits.xml:756
#, no-c-format
msgid ""
"Note that this assumes that a <filename>/dev/sda</filename> device file has "
@@ -1658,14 +1670,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:748
+#: random-bits.xml:762
#, 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:752
+#: random-bits.xml:766
#, no-c-format
msgid ""
"boot=/dev/<replaceable>sda6</replaceable>\n"
@@ -1687,7 +1699,7 @@ msgstr ""
"label=Debian"
#. Tag: para
-#: random-bits.xml:754
+#: random-bits.xml:768
#, no-c-format
msgid ""
"Check <userinput>man yaboot.conf</userinput> for instructions on setting up "
@@ -1706,7 +1718,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:764
+#: random-bits.xml:778
#, no-c-format
msgid ""
"Here is a basic <filename>/etc/yaboot.conf</filename> as an example: "
@@ -1740,13 +1752,13 @@ msgstr ""
"userinput> thay cho <userinput>hd:</userinput>."
#. Tag: title
-#: random-bits.xml:777
+#: random-bits.xml:791
#, no-c-format
msgid "Remote access: Installing SSH and setting up access"
msgstr ""
#. Tag: para
-#: random-bits.xml:778
+#: random-bits.xml:792
#, no-c-format
msgid ""
"In case you can login to the system via console, you can skip this section. "
@@ -1772,7 +1784,7 @@ msgid ""
msgstr ""
#. Tag: screen
-#: random-bits.xml:802
+#: random-bits.xml:816
#, no-c-format
msgid ""
"# adduser joe\n"
@@ -1780,13 +1792,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: random-bits.xml:807
+#: random-bits.xml:821
#, no-c-format
msgid "Finishing touches"
msgstr "Đòn kết liễu"
#. Tag: para
-#: random-bits.xml:808
+#: random-bits.xml:822
#, fuzzy, no-c-format
#| msgid ""
#| "As mentioned earlier, the installed system will be very basic. If you "
@@ -1813,7 +1825,7 @@ msgstr ""
"<command>aptitude</command> để cài đặt mỗi gói riêng."
#. Tag: para
-#: random-bits.xml:819
+#: random-bits.xml:833
#, no-c-format
msgid ""
"After the installation there will be a lot of downloaded packages in "
@@ -1825,20 +1837,20 @@ 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:825
+#: random-bits.xml:839
#, fuzzy, no-c-format
#| msgid "# aptitude clean"
msgid "# apt clean"
msgstr "# aptitude clean"
#. Tag: title
-#: random-bits.xml:836
+#: random-bits.xml:850
#, 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:838
+#: random-bits.xml:852
#, no-c-format
msgid ""
"This section explains how to install &debian-gnu; on a computer without an "
@@ -1854,7 +1866,7 @@ msgstr ""
"d. có kết nối đến Internet)."
#. Tag: para
-#: random-bits.xml:846
+#: random-bits.xml:860
#, no-c-format
msgid ""
"In the example in this appendix we will set up a PLIP connection using a "
@@ -1871,7 +1883,7 @@ msgstr ""
"trong miền địa chỉ của mạng của bạn)."
#. Tag: para
-#: random-bits.xml:854
+#: random-bits.xml:868
#, no-c-format
msgid ""
"The PLIP connection set up during the installation will also be available "
@@ -1882,7 +1894,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:859
+#: random-bits.xml:873
#, no-c-format
msgid ""
"Before you start, you will need to check the BIOS configuration (IO base "
@@ -1895,13 +1907,13 @@ msgstr ""
"<literal>io=0x378</literal>, <literal>irq=7</literal>."
#. Tag: title
-#: random-bits.xml:869
+#: random-bits.xml:883
#, no-c-format
msgid "Requirements"
msgstr "Nhu cầu"
#. Tag: para
-#: random-bits.xml:872
+#: random-bits.xml:886
#, no-c-format
msgid ""
"A target computer, called <emphasis>target</emphasis>, where &debian; will "
@@ -1911,7 +1923,7 @@ msgstr ""
"&debian; sẽ được cài đặt."
#. Tag: para
-#: random-bits.xml:878
+#: random-bits.xml:892
#, no-c-format
msgid "System installation media; see <xref linkend=\"installation-media\"/>."
msgstr ""
@@ -1919,7 +1931,7 @@ msgstr ""
">."
#. Tag: para
-#: random-bits.xml:883
+#: random-bits.xml:897
#, no-c-format
msgid ""
"Another computer connected to the Internet, called <emphasis>source</"
@@ -1929,7 +1941,7 @@ msgstr ""
"emphasis> (nguồn), mà sẽ hoạt động là cổng ra."
#. Tag: para
-#: random-bits.xml:889
+#: random-bits.xml:903
#, no-c-format
msgid ""
"A DB-25 Null-Modem cable. See the <ulink url=\"&url-plip-install-howto;"
@@ -1941,13 +1953,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:901
+#: random-bits.xml:915
#, no-c-format
msgid "Setting up source"
msgstr "Thiết lập nguồn"
#. Tag: para
-#: random-bits.xml:902
+#: random-bits.xml:916
#, no-c-format
msgid ""
"The following shell script is a simple example of how to configure the "
@@ -1957,7 +1969,7 @@ msgstr ""
"máy tính nguồn như là cổng ra Internet dùng ppp0."
#. Tag: screen
-#: random-bits.xml:907
+#: random-bits.xml:921
#, no-c-format
msgid ""
"#!/bin/sh\n"
@@ -1999,13 +2011,13 @@ msgstr ""
"echo 1 > /proc/sys/net/ipv4/ip_forward"
#. Tag: title
-#: random-bits.xml:913
+#: random-bits.xml:927
#, no-c-format
msgid "Installing target"
msgstr "Cài đặt đích"
#. Tag: para
-#: random-bits.xml:914
+#: random-bits.xml:928
#, no-c-format
msgid ""
"Boot the installation media. The installation needs to be run in expert "
@@ -2032,13 +2044,13 @@ msgstr ""
"giai đoạn khác nhau của tiến trình cài đặt."
#. Tag: guimenuitem
-#: random-bits.xml:933
+#: random-bits.xml:947
#, 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:935
+#: random-bits.xml:949
#, no-c-format
msgid ""
"Select the <userinput>plip-modules</userinput> option from the list; this "
@@ -2048,13 +2060,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:943
+#: random-bits.xml:957
#, no-c-format
msgid "Detect network hardware"
msgstr "Phát hiện phần cứng mạng"
#. Tag: para
-#: random-bits.xml:948
+#: random-bits.xml:962
#, no-c-format
msgid ""
"If target <emphasis>does</emphasis> have a network card, a list of driver "
@@ -2069,7 +2081,7 @@ msgstr ""
"trình cài đặt sẽ không hiển thị danh sách này."
#. Tag: para
-#: random-bits.xml:957
+#: random-bits.xml:971
#, no-c-format
msgid ""
"Because no network card was detected/selected earlier, the installer will "
@@ -2080,19 +2092,19 @@ msgstr ""
"mạng trong danh sách. Hãy chọn mô-đun <userinput>plip</userinput>."
#. Tag: guimenuitem
-#: random-bits.xml:969
+#: random-bits.xml:983
#, no-c-format
msgid "Configure the network"
msgstr "Cấu hình mạng"
#. Tag: para
-#: random-bits.xml:972
+#: random-bits.xml:986
#, 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:977
+#: random-bits.xml:991
#, no-c-format
msgid ""
"IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
@@ -2100,7 +2112,7 @@ msgstr ""
"Địa chỉ IP: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
#. Tag: para
-#: random-bits.xml:982
+#: random-bits.xml:996
#, no-c-format
msgid ""
"Point-to-point address: <userinput><replaceable>192.168.0.2</replaceable></"
@@ -2110,7 +2122,7 @@ msgstr ""
"userinput>"
#. Tag: para
-#: random-bits.xml:988
+#: random-bits.xml:1002
#, no-c-format
msgid ""
"Name server addresses: you can enter the same addresses used on source (see "
@@ -2121,13 +2133,13 @@ msgstr ""
"conf</filename>)"
#. Tag: title
-#: random-bits.xml:1007
+#: random-bits.xml:1021
#, 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:1009
+#: random-bits.xml:1023
#, no-c-format
msgid ""
"In some countries PPP over Ethernet (PPPoE) is a common protocol for "
@@ -2143,7 +2155,7 @@ msgstr ""
"tả phương pháp."
#. Tag: para
-#: random-bits.xml:1017
+#: random-bits.xml:1031
#, no-c-format
msgid ""
"The PPPoE connection set up during the installation will also be available "
@@ -2154,7 +2166,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:1022
+#: random-bits.xml:1036
#, no-c-format
msgid ""
"To have the option of setting up and using PPPoE during the installation, "
@@ -2168,7 +2180,7 @@ msgstr ""
"\"supports-floppy-boot\"> hay đĩa mềm</phrase>)."
#. Tag: para
-#: random-bits.xml:1029
+#: random-bits.xml:1043
#, no-c-format
msgid ""
"Installing over PPPoE is mostly the same as any other installation. The "
@@ -2178,7 +2190,7 @@ msgstr ""
"Những bước sau diễn tả các sự khác."
#. Tag: para
-#: random-bits.xml:1037
+#: random-bits.xml:1051
#, no-c-format
msgid ""
"Boot the installer with the boot parameter <userinput>modules=ppp-udeb</"
@@ -2194,7 +2206,7 @@ msgstr ""
"để thiết lập PPPoE (<classname>ppp-udeb</classname>)."
#. Tag: para
-#: random-bits.xml:1052
+#: random-bits.xml:1066
#, no-c-format
msgid ""
"Follow the regular initial steps of the installation (language, country and "
@@ -2214,7 +2226,7 @@ msgstr ""
"footnote>)."
#. Tag: para
-#: random-bits.xml:1071
+#: random-bits.xml:1085
#, no-c-format
msgid ""
"The next step is the detection of network hardware, in order to identify any "
@@ -2224,7 +2236,7 @@ msgstr ""
"Ethernet có trong hệ thống."
#. Tag: para
-#: random-bits.xml:1077
+#: random-bits.xml:1091
#, no-c-format
msgid ""
"After this the actual setup of PPPoE is started. The installer will probe "
@@ -2236,7 +2248,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:1083
+#: random-bits.xml:1097
#, no-c-format
msgid ""
"It is possible that the concentrator will not to be found at the first "
@@ -2252,7 +2264,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:1092
+#: random-bits.xml:1106
#, no-c-format
msgid ""
"After a concentrator is found, the user will be prompted to type the login "
@@ -2262,7 +2274,7 @@ msgstr ""
"(tên người dùng và mật khẩu PPPoE)."
#. Tag: para
-#: random-bits.xml:1098
+#: random-bits.xml:1112
#, no-c-format
msgid ""
"At this point the installer will use the provided information to establish "
@@ -2281,6 +2293,14 @@ msgstr ""
"chọn mục trình đơn <guimenuitem>Cấu hình và khởi chạy một kết nối PPPoE</"
"guimenuitem>."
+# Literal: don't translate / Nghĩa chữ: đừng dịch
+#~ msgid ""
+#~ "# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n"
+#~ " /mnt/debinst http://ftp.us.debian.org/debian"
+#~ msgstr ""
+#~ "# /usr/sbin/debootstrap --arch KIẾN_TRÚC &releasename; \\\n"
+#~ " /mnt/debinst http://ftp.us.debian.org/debian"
+
#~ msgid "SCSI Hard disk with lowest SCSI ID (e.g. 0)"
#~ msgstr "Đĩa cứng kiểu SCSI với mã nhận diện ID SCSI thấp nhất (v.d. 0)"