From cffd0ce2fd17ed72bdccfc2f60877e889087d264 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Sun, 9 Jul 2006 14:09:41 +0000 Subject: Update of POT and PO files for the manual --- po/zh_TW/boot-new.po | 171 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 163 insertions(+), 8 deletions(-) (limited to 'po/zh_TW/boot-new.po') diff --git a/po/zh_TW/boot-new.po b/po/zh_TW/boot-new.po index eb6cc4a33..0461e4359 100644 --- a/po/zh_TW/boot-new.po +++ b/po/zh_TW/boot-new.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2006-01-31 23:11+0000\n" +"POT-Creation-Date: 2006-07-09 14:07+0000\n" "PO-Revision-Date: 2005-07-18 00:22+0800\n" "Last-Translator: Jhang, Jia-Wei\n" "Language-Team: debian-chinese-big5 \n" @@ -310,11 +310,166 @@ msgstr "" #. Tag: title #: boot-new.xml:191 #, no-c-format +msgid "Mounting encrypted volumes" +msgstr "" + +#. Tag: para +#: boot-new.xml:193 +#, no-c-format +msgid "" +"If you created encrypted volumes during the installation and assigned them " +"mount points, you will be asked to enter the passphrase for each of these " +"volumes during the boot. The actual procedure differs slightly between dm-" +"crypt and loop-AES." +msgstr "" + +#. Tag: title +#: boot-new.xml:203 +#, no-c-format +msgid "loop-AES" +msgstr "" + +#. Tag: para +#: boot-new.xml:205 +#, no-c-format +msgid "" +"For partitions encrypted via loop-AES you will be shown the following prompt " +"during the boot: \n" +"mount: going to use loop device /dev/loopX\n" +"Password:\n" +" In the first line of the prompt, X is the number of the loop device. You are now probably " +"wondering for which volume you are actually entering " +"the passphrase. Does is relate to your /home? Or to " +"/var? Of course, if you have just one encrypted volume, " +"this is easy and you can just enter the passphrase you used when setting up " +"this volume. If you set up more than one encrypted volume during the " +"installation, the notes you wrote down as the last step in come in handy. If you did not make a note of the " +"mapping between loopX and " +"the mount points before, you can still find it in /etc/fstab of your new system." +msgstr "" + +#. Tag: para +#: boot-new.xml:226 +#, no-c-format +msgid "" +"No characters (even asterisks) will be shown while entering the passphrase. " +"Be careful, you have only one try. If you enter wrong " +"passphrase, an error message will appear and the boot process will skip that " +"volume and continue to mount the next filesystem. Please see for further information." +msgstr "" + +#. Tag: para +#: boot-new.xml:235 +#, no-c-format +msgid "After entering all passphrases the boot should continue as usual." +msgstr "" + +#. Tag: title +#: boot-new.xml:243 +#, no-c-format +msgid "dm-crypt" +msgstr "" + +#. Tag: para +#: boot-new.xml:245 +#, no-c-format +msgid "TODO: write something once it works." +msgstr "" + +#. Tag: title +#: boot-new.xml:253 +#, no-c-format +msgid "Troubleshooting" +msgstr "" + +#. Tag: para +#: boot-new.xml:255 +#, no-c-format +msgid "" +"If some of the encrypted volumes could not be mounted because a wrong " +"passphrase was entered, you will have to mount them manually after the boot. " +"There are several cases." +msgstr "" + +#. Tag: para +#: boot-new.xml:264 +#, no-c-format +msgid "" +"The first case concerns the root partition. When it is not mounted " +"correctly, the boot process will halt and you will have to reboot the " +"computer to try again." +msgstr "" + +#. Tag: para +#: boot-new.xml:271 +#, no-c-format +msgid "" +"The easiest case is for encrypted volumes holding data like /home or /srv. You can simply mount them manually " +"after the boot. For loop-AES this is one-step operation: " +"\n" +"# mount /mount_point\n" +"Password:\n" +" where /mount_point " +"should be replaced by the particular directory (e.g. /home). The only difference from an ordinary mount is that you will be " +"asked to enter the passphrase for this volume." +msgstr "" + +#. Tag: para +#: boot-new.xml:285 +#, no-c-format +msgid "" +"For dm-crypt this is a bit trickier. First you need to register the volumes " +"with device mapper by running: " +"\n" +"# /etc/init.d/cryptdisks start\n" +" This will scan all volumes mentioned in " +"/etc/crypttab and will create appropriate devices under " +"the /dev directory after entering the correct " +"passphrases. (Already registered volumes will be skipped, so you can repeat " +"this command several times without worrying.) After successful registration " +"you can simply mount the volumes the usual way:" +msgstr "" + +#. Tag: screen +#: boot-new.xml:300 +#, no-c-format +msgid "" +"# mount /mount_point" +msgstr "" + +#. Tag: para +#: boot-new.xml:303 +#, no-c-format +msgid "" +"If the volumes holding noncritical system files could not be mounted " +"(/usr or /var), the system should " +"still boot and you should be able to mount the volumes manually like in the " +"previous case. However, you will also need to (re)start any services usually " +"running in your default runlevel because it is very likely that they were " +"not started. The easiest way to achieve this is by switching to the first " +"runlevel and back by entering \n" +"# init 1\n" +" at the shell prompt and pressing " +"Control D when asked for the " +"root password." +msgstr "" + +#. Tag: title +#: boot-new.xml:326 +#, no-c-format msgid "Log In" msgstr "登入" #. Tag: para -#: boot-new.xml:193 +#: boot-new.xml:328 #, fuzzy, no-c-format msgid "" "Once your system boots, you'll be presented with the login prompt. Log in " @@ -325,7 +480,7 @@ msgstr "" "您的系統就能使用了。" #. Tag: para -#: boot-new.xml:199 +#: boot-new.xml:334 #, no-c-format msgid "" "If you are a new user, you may want to explore the documentation which is " @@ -337,7 +492,7 @@ msgstr "" "由不同類型的文件組成。接下來將做簡略介紹。" #. Tag: para -#: boot-new.xml:207 +#: boot-new.xml:342 #, no-c-format msgid "" "Documentation accompanying programs you have installed is in /usr/" @@ -352,7 +507,7 @@ msgstr "" "filename>。" #. Tag: para -#: boot-new.xml:216 +#: boot-new.xml:351 #, no-c-format msgid "" "In addition, there are some special folders within the /usr/share/" @@ -367,7 +522,7 @@ msgstr "" "覽 /usr/share/doc/HTML/index.html 文件索引。" #. Tag: para -#: boot-new.xml:226 +#: boot-new.xml:361 #, no-c-format msgid "" "One easy way to view these documents is to cd /usr/share/doc/lynx 後面加上空格和一個點 (點是指目前目錄)。" #. Tag: para -#: boot-new.xml:233 +#: boot-new.xml:368 #, no-c-format msgid "" "You can also type info command/usr/" -- cgit v1.2.3