diff options
author | Frans Pop <elendil@planet.nl> | 2006-11-04 17:29:15 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-11-04 17:29:15 +0000 |
commit | c9370baa3c260ca72e5b1f8264a8107af2d40bd2 (patch) | |
tree | ebc117a6306e9ed79220225e0a7a2c6a9604c0bc /po/vi/boot-installer.po | |
parent | 227eaa2e27a9bcdab9eca6c4bf9fdb4891e5b23d (diff) | |
download | installation-guide-c9370baa3c260ca72e5b1f8264a8107af2d40bd2.zip |
Update of POT and PO files for the manual
Diffstat (limited to 'po/vi/boot-installer.po')
-rw-r--r-- | po/vi/boot-installer.po | 226 |
1 files changed, 163 insertions, 63 deletions
diff --git a/po/vi/boot-installer.po b/po/vi/boot-installer.po index 309879d15..b3a786143 100644 --- a/po/vi/boot-installer.po +++ b/po/vi/boot-installer.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: boot-installer\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2006-10-29 14:49+0000\n" +"POT-Creation-Date: 2006-11-04 17:26+0000\n" "PO-Revision-Date: 2006-10-21 18:05+0930\n" "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n" "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n" @@ -4173,15 +4173,31 @@ msgstr "" "trình cài đặt. Xem <xref linkend=\"automatic-install\"/>, dạng ngắn là " "<userinput>file</userinput>." -# Literal: don't translate / Nghĩa chữ: đừng dịch #. Tag: term #: boot-installer.xml:3057 #, no-c-format +msgid "auto-install/enabled" +msgstr "" + +#. Tag: para +#: boot-installer.xml:3058 +#, no-c-format +msgid "" +"Delay questions that are normally asked before preseeding is possible until " +"after the network is configured. Short form: <userinput>auto=true</" +"userinput> See <xref linkend=\"preseed-auto\"/> for details about using this " +"to automate installs." +msgstr "" + +# Literal: don't translate / Nghĩa chữ: đừng dịch +#. Tag: term +#: boot-installer.xml:3069 +#, no-c-format msgid "cdrom-detect/eject" msgstr "cdrom-detect/eject" #. Tag: para -#: boot-installer.xml:3058 +#: boot-installer.xml:3070 #, no-c-format msgid "" "By default, before rebooting, &d-i; automatically ejects the optical media " @@ -4200,7 +4216,7 @@ msgstr "" "động vật chứa." #. Tag: para -#: boot-installer.xml:3067 +#: boot-installer.xml:3079 #, no-c-format msgid "" "Set to <userinput>false</userinput> to disable automatic ejection, and be " @@ -4213,13 +4229,13 @@ msgstr "" # Literal: don't translate / Nghĩa chữ: đừng dịch #. Tag: term -#: boot-installer.xml:3078 +#: boot-installer.xml:3090 #, no-c-format msgid "ramdisk_size" msgstr "ramdisk_size" #. Tag: para -#: boot-installer.xml:3079 +#: boot-installer.xml:3091 #, no-c-format msgid "If you are using a 2.2.x kernel, you may need to set &ramdisksize;." msgstr "" @@ -4227,13 +4243,13 @@ msgstr "" "RAM &ramdisksize;." #. Tag: term -#: boot-installer.xml:3087 +#: boot-installer.xml:3099 #, no-c-format msgid "directfb/hw-accel" msgstr "directfb/hw-accel" #. Tag: para -#: boot-installer.xml:3088 +#: boot-installer.xml:3100 #, no-c-format msgid "" "For the gtk frontend (graphical installer), hardware acceleration in " @@ -4246,13 +4262,13 @@ msgstr "" # Literal: don't translate / Nghĩa chữ: đừng dịch #. Tag: term -#: boot-installer.xml:3098 +#: boot-installer.xml:3110 #, no-c-format msgid "rescue/enable" msgstr "rescue/enable" #. Tag: para -#: boot-installer.xml:3099 +#: boot-installer.xml:3111 #, no-c-format msgid "" "Set to <userinput>true</userinput> to enter rescue mode rather than " @@ -4262,19 +4278,70 @@ msgstr "" "hơn là chạy tiến trình cài đặt chuẩn. Xem <xref linkend=\"rescue\"/>." #. Tag: title -#: boot-installer.xml:3117 +#: boot-installer.xml:3122 +#, no-c-format +msgid "Passing parameters to kernel modules" +msgstr "" + +#. Tag: para +#: boot-installer.xml:3123 +#, no-c-format +msgid "" +"If drivers are compiled into the kernel, you can pass parameters to them as " +"described in the kernel documentation. However, if drivers are compiled as " +"modules and because kernel modules are loaded a bit differently during an " +"installation than when booting an installed system, it is not possible to " +"pass parameters to modules as you would normally do. Instead, you need to " +"use a special syntax recognized by the installer which will then make sure " +"that the parameters are saved in the proper configuration files and will " +"thus be used when the modules are actually loaded. The parameters will also " +"be propagated automatically to the configuration for the installed system." +msgstr "" + +#. Tag: para +#: boot-installer.xml:3136 +#, no-c-format +msgid "" +"Note that it is now quite rare that parameters need to be passed to modules. " +"In most cases the kernel will be able to probe the hardware present in a " +"system and set good defaults that way. However, in some situations it may " +"still be needed to set parameters manually." +msgstr "" + +#. Tag: para +#: boot-installer.xml:3143 +#, no-c-format +msgid "" +"The syntax to use to set parameters for modules is: " +"<informalexample><screen>\n" +"<replaceable>module_name</replaceable>.<replaceable>parameter_name</" +"replaceable>=<replaceable>value</replaceable>\n" +"</screen></informalexample> If you need to pass multiple parameters to the " +"same or different modules, just repeat this. For example, to set an old 3Com " +"network interface card to use the BNC (coax) connector and IRQ 10, you would " +"pass:" +msgstr "" + +#. Tag: screen +#: boot-installer.xml:3153 +#, no-c-format +msgid "3c509.xcvr=3 3c509.irq=10" +msgstr "" + +#. Tag: title +#: boot-installer.xml:3165 #, no-c-format msgid "Troubleshooting the Installation Process" msgstr "Giải đáp thắc mắc trong tiến trình cài đặt" #. Tag: title -#: boot-installer.xml:3122 +#: boot-installer.xml:3170 #, fuzzy, no-c-format msgid "CD-ROM Reliability" msgstr "Sự đáng tin cậy của đĩa mềm" #. Tag: para -#: boot-installer.xml:3123 +#: boot-installer.xml:3171 #, no-c-format msgid "" "Sometimes, especially with older CD-ROM drives, the installer may fail to " @@ -4284,7 +4351,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3130 +#: boot-installer.xml:3178 #, no-c-format msgid "" "There are a many different possible causes for these problems. We can only " @@ -4293,7 +4360,40 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3136 +#: boot-installer.xml:3184 +#, no-c-format +msgid "There are two very simple things that you should try first." +msgstr "" + +#. Tag: para +#: boot-installer.xml:3189 +#, no-c-format +msgid "" +"If the CD-ROM does not boot, check that it was inserted correctly and that " +"it is not dirty." +msgstr "" + +#. Tag: para +#: boot-installer.xml:3195 +#, no-c-format +msgid "" +"If the installer fails to recognize a CD-ROM, try just running the option " +"<menuchoice> <guimenuitem>Detect and mount CD-ROM</guimenuitem> </" +"menuchoice> a second time. Some DMA related isses with older CD-ROM drives " +"are known to be resolved in this way." +msgstr "" + +#. Tag: para +#: boot-installer.xml:3205 +#, no-c-format +msgid "" +"If this does not work, then try the suggestions in the subsections below. " +"Most, but not all, suggestions discussed there are valid for both CD-ROM and " +"DVD, but we'll use the term CD-ROM for simplicity." +msgstr "" + +#. Tag: para +#: boot-installer.xml:3211 #, no-c-format msgid "" "If you cannot get the installation working from CD-ROM, try one of the other " @@ -4301,13 +4401,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:3144 +#: boot-installer.xml:3219 #, no-c-format msgid "Common issues" msgstr "" #. Tag: para -#: boot-installer.xml:3147 +#: boot-installer.xml:3222 #, no-c-format msgid "" "Some older CD-ROM drives do not support reading from discs that were burned " @@ -4315,7 +4415,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3153 +#: boot-installer.xml:3228 #, no-c-format msgid "" "If your system boots correctly from the CD-ROM, it does not necessarily mean " @@ -4324,7 +4424,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3160 +#: boot-installer.xml:3235 #, no-c-format msgid "" "Some older CD-ROM drives do not work correctly if <quote>direct memory " @@ -4332,19 +4432,19 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:3171 +#: boot-installer.xml:3246 #, no-c-format msgid "How to investigate and maybe solve issues" msgstr "" #. Tag: para -#: boot-installer.xml:3172 +#: boot-installer.xml:3247 #, no-c-format msgid "If the CD-ROM fails to boot, try the suggestions listed below." msgstr "" #. Tag: para -#: boot-installer.xml:3177 +#: boot-installer.xml:3252 #, no-c-format msgid "" "Check that your BIOS actually supports booting from CD-ROM (older systems " @@ -4352,7 +4452,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3183 +#: boot-installer.xml:3258 #, no-c-format msgid "" "If you downloaded an iso image, check that the md5sum of that image matches " @@ -4368,7 +4468,7 @@ msgid "" msgstr "" #. Tag: screen -#: boot-installer.xml:3196 +#: boot-installer.xml:3271 #, no-c-format msgid "" "$ dd if=/dev/cdrom | \\\n" @@ -4382,7 +4482,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3201 +#: boot-installer.xml:3276 #, no-c-format msgid "" "If, after the installer has been booted successfully, the CD-ROM is not " @@ -4395,7 +4495,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3213 +#: boot-installer.xml:3288 #, no-c-format msgid "" "Switch to VT4 or view the contents of <filename>/var/log/syslog</filename> " @@ -4404,7 +4504,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3220 +#: boot-installer.xml:3295 #, no-c-format msgid "" "Check in the output of <command>dmesg</command> if your CD-ROM drive was " @@ -4422,7 +4522,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3234 +#: boot-installer.xml:3309 #, no-c-format msgid "" "Check that there is a device node for your CD-ROM drive under <filename>/dev/" @@ -4431,7 +4531,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3242 +#: boot-installer.xml:3317 #, no-c-format msgid "" "Use the <command>mount</command> command to check if the CD-ROM is already " @@ -4442,7 +4542,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3252 +#: boot-installer.xml:3327 #, no-c-format msgid "" "Check if DMA is currently enabled: <informalexample><screen>\n" @@ -4457,7 +4557,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3266 +#: boot-installer.xml:3341 #, no-c-format msgid "" "If there are any problems during the installation, try checking the " @@ -4467,13 +4567,13 @@ msgid "" msgstr "" #. Tag: title -#: boot-installer.xml:3281 +#: boot-installer.xml:3356 #, no-c-format msgid "Floppy Disk Reliability" msgstr "Sự đáng tin cậy của đĩa mềm" #. Tag: para -#: boot-installer.xml:3283 +#: boot-installer.xml:3358 #, no-c-format msgid "" "The biggest problem for people using floppy disks to install Debian seems to " @@ -4483,7 +4583,7 @@ msgstr "" "đáng tin cậy của đĩa mềm." #. Tag: para -#: boot-installer.xml:3288 +#: boot-installer.xml:3363 #, no-c-format msgid "" "The boot floppy is the floppy with the worst problems, because it is read by " @@ -4501,7 +4601,7 @@ msgstr "" "về lỗi nhập/xuất trên đĩa." #. Tag: para -#: boot-installer.xml:3297 +#: boot-installer.xml:3372 #, fuzzy, no-c-format msgid "" "If you are having the installation stall at a particular floppy, the first " @@ -4517,7 +4617,7 @@ msgstr "" "thoảng có ích khi thử ghi đĩa mềm trên hệ điều hành hay máy khác." #. Tag: para -#: boot-installer.xml:3306 +#: boot-installer.xml:3381 #, no-c-format msgid "" "Normally you should not have download a floppy image again, but if you are " @@ -4526,7 +4626,7 @@ msgid "" msgstr "" #. Tag: para -#: boot-installer.xml:3312 +#: boot-installer.xml:3387 #, no-c-format msgid "" "One user reports he had to write the images to floppy <emphasis>three</" @@ -4538,7 +4638,7 @@ msgstr "" "còn sau đó, mọi thứ thì tốt với đĩa mềm thứ ba." #. Tag: para -#: boot-installer.xml:3318 +#: boot-installer.xml:3393 #, no-c-format msgid "" "Other users have reported that simply rebooting a few times with the same " @@ -4550,13 +4650,13 @@ msgstr "" "này do lỗi trong trình điều khiển đĩa mềm kiểu phần vững hay phần cứng." #. Tag: title -#: boot-installer.xml:3327 +#: boot-installer.xml:3402 #, no-c-format msgid "Boot Configuration" msgstr "Cấu hình khởi động" #. Tag: para -#: boot-installer.xml:3329 +#: boot-installer.xml:3404 #, no-c-format msgid "" "If you have problems and the kernel hangs during the boot process, doesn't " @@ -4570,7 +4670,7 @@ msgstr "" "\"boot-parms\"/>." #. Tag: para -#: boot-installer.xml:3336 +#: boot-installer.xml:3411 #, no-c-format msgid "" "If you are booting with your own kernel instead of the one supplied with the " @@ -4583,7 +4683,7 @@ msgstr "" "biến này." #. Tag: para -#: boot-installer.xml:3343 +#: boot-installer.xml:3418 #, no-c-format msgid "" "Often, problems can be solved by removing add-ons and peripherals, and then " @@ -4595,7 +4695,7 @@ msgstr "" "thiết bị cầm-và-chơi có thể gây ra nhiều vấn đề.</phrase>" #. Tag: para -#: boot-installer.xml:3349 +#: boot-installer.xml:3424 #, no-c-format msgid "" "If you have a large amount of memory installed in your machine, more than " @@ -4609,13 +4709,13 @@ msgstr "" "<userinput>mem=512m</userinput> (bộ nhớ)." #. Tag: title -#: boot-installer.xml:3360 +#: boot-installer.xml:3435 #, no-c-format msgid "Common &arch-title; Installation Problems" msgstr "Vấn đề cài đặt &arch-title; thường" #. Tag: para -#: boot-installer.xml:3361 +#: boot-installer.xml:3436 #, no-c-format msgid "" "There are some common installation problems that can be solved or avoided by " @@ -4625,7 +4725,7 @@ msgstr "" "cách gởi đối số khởi động riêng cho trình cài đặt." #. Tag: para -#: boot-installer.xml:3366 +#: boot-installer.xml:3441 #, no-c-format msgid "" "Some systems have floppies with <quote>inverted DCLs</quote>. If you receive " @@ -4637,7 +4737,7 @@ msgstr "" "nhập tham số <userinput>floppy=thinkpad</userinput> (đĩa mềm=vùng nghĩ)." #. Tag: para -#: boot-installer.xml:3372 +#: boot-installer.xml:3447 #, no-c-format msgid "" "On some systems, such as the IBM PS/1 or ValuePoint (which have ST-506 disk " @@ -4657,7 +4757,7 @@ msgstr "" "<replaceable>rãnh ghi</replaceable></userinput>." #. Tag: para -#: boot-installer.xml:3381 +#: boot-installer.xml:3456 #, no-c-format msgid "" "If you have a very old machine, and the kernel hangs after saying " @@ -4671,7 +4771,7 @@ msgstr "" "userinput> (không đánh), mà tất khả năng kiểm tra này." #. Tag: para -#: boot-installer.xml:3388 +#: boot-installer.xml:3463 #, no-c-format msgid "" "If your screen begins to show a weird picture while the kernel boots, eg. " @@ -4692,13 +4792,13 @@ msgstr "" "parms\"/> để tìm chi tiết." #. Tag: title -#: boot-installer.xml:3402 +#: boot-installer.xml:3477 #, no-c-format msgid "System Freeze During the PCMCIA Configuration Phase" msgstr "Hệ thống đông đặc trong giai đoạn cấu hình PCMCIA" #. Tag: para -#: boot-installer.xml:3403 +#: boot-installer.xml:3478 #, no-c-format msgid "" "Some laptop models produced by Dell are known to crash when PCMCIA device " @@ -4718,7 +4818,7 @@ msgstr "" "bạn có thể cấu hình PCMCIA, và loại trừ phạm vị tài nguyên gây ra lỗi đó." #. Tag: para -#: boot-installer.xml:3413 +#: boot-installer.xml:3488 #, no-c-format msgid "" "Alternatively, you can boot the installer in expert mode. You will then be " @@ -4741,13 +4841,13 @@ msgstr "" "trị này vào trình cài đặt." #. Tag: title -#: boot-installer.xml:3430 +#: boot-installer.xml:3505 #, no-c-format msgid "System Freeze while Loading the USB Modules" msgstr "Hệ thống đông đặc trong khi tải các mô-đun USB" #. Tag: para -#: boot-installer.xml:3431 +#: boot-installer.xml:3506 #, no-c-format msgid "" "The kernel normally tries to install USB modules and the USB keyboard driver " @@ -4767,13 +4867,13 @@ msgstr "" "khởi động, mà sẽ ngăn cản tải mô-đun USB." #. Tag: title -#: boot-installer.xml:3445 +#: boot-installer.xml:3520 #, no-c-format msgid "Interpreting the Kernel Startup Messages" msgstr "Giải thích thông điệp khởi chạy hạt nhân" #. Tag: para -#: boot-installer.xml:3447 +#: boot-installer.xml:3522 #, no-c-format msgid "" "During the boot sequence, you may see many messages in the form " @@ -4810,13 +4910,13 @@ msgstr "" "nhân riêng vào lúc sau (xem <xref linkend=\"kernel-baking\"/>)." #. Tag: title -#: boot-installer.xml:3472 +#: boot-installer.xml:3547 #, no-c-format msgid "Bug Reporter" msgstr "Bộ thông báo lỗi" #. Tag: para -#: boot-installer.xml:3473 +#: boot-installer.xml:3548 #, no-c-format msgid "" "If you get through the initial boot phase but cannot complete the install, " @@ -4834,7 +4934,7 @@ msgstr "" "thông tin này." #. Tag: para -#: boot-installer.xml:3484 +#: boot-installer.xml:3559 #, no-c-format msgid "" "Other pertinent installation messages may be found in <filename>/var/log/</" @@ -4846,13 +4946,13 @@ msgstr "" "</filename> sau khi máy tính đã khởi động vào hệ thống mới được cài đặt." #. Tag: title -#: boot-installer.xml:3495 +#: boot-installer.xml:3570 #, no-c-format msgid "Submitting Installation Reports" msgstr "Đệ trình báo cáo cài đặt" #. Tag: para -#: boot-installer.xml:3496 +#: boot-installer.xml:3571 #, no-c-format msgid "" "If you still have problems, please submit an installation report. We also " @@ -4868,7 +4968,7 @@ msgstr "" "<email>vi-VN@googlegroups.com</email> nhé. Chúng tôi sẽ dịch cho bạn.]" #. Tag: para -#: boot-installer.xml:3503 +#: boot-installer.xml:3578 #, no-c-format msgid "" "If you have a working Debian system, the easiest way to send an installation " @@ -4883,7 +4983,7 @@ msgstr "" "lệnh thông báo lỗi <command>reportbug installation-report</command>." #. Tag: para -#: boot-installer.xml:3510 +#: boot-installer.xml:3585 #, fuzzy, no-c-format msgid "" "Please use this template when filling out installation reports, and file the " |