diff options
author | Felipe Augusto van de Wiel <faw@debian.org> | 2009-02-22 01:09:54 +0000 |
---|---|---|
committer | Felipe Augusto van de Wiel <faw@debian.org> | 2009-02-22 01:09:54 +0000 |
commit | 9a1d477e6f4cedbd4d2c26e4ab61f20452892261 (patch) | |
tree | f724d2a0fc4d6058095475f794b31541c86d7b55 /po/hu | |
parent | d2272ac05b8c9a359261f25a8bbedb08cf63c25c (diff) | |
download | installation-guide-9a1d477e6f4cedbd4d2c26e4ab61f20452892261.zip |
[SILENT_COMMIT] Update of POT and PO files for the manual
Diffstat (limited to 'po/hu')
-rw-r--r-- | po/hu/preseed.po | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/po/hu/preseed.po b/po/hu/preseed.po index 5c6ad708b..e463fe1f6 100644 --- a/po/hu/preseed.po +++ b/po/hu/preseed.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2009-01-16 01:09+0000\n" +"POT-Creation-Date: 2009-02-22 01:09+0000\n" "PO-Revision-Date: 2007-03-18 19:17+0100\n" "Last-Translator: SZERVĂC Attila <sas@321.hu>\n" "Language-Team: Hungarian\n" @@ -1902,7 +1902,7 @@ msgid "" "#d-i partman-auto/method string raid\n" "# Specify the disks to be partitioned. They will all get the same layout,\n" "# so this will only work if the disks are the same size.\n" -"#d-i partman-auto/disk string /dev/discs/disc0/disc /dev/discs/disc1/disc\n" +"#d-i partman-auto/disk string /dev/sda /dev/sdb\n" "\n" "# Next you need to specify the physical partitions that will be used. \n" "#d-i partman-auto/expert_recipe string \\\n" @@ -1927,14 +1927,14 @@ msgid "" "# RAID levels 0, 1, 5, 6 and 10 are supported; devices are separated using " "\"#\"\n" "#d-i partman-auto-raid/recipe string \\\n" -"# 1 2 0 ext3 / \\\n" -"# /dev/discs/disc0/part1#/dev/discs/disc1/part1 \\\n" -"# . \\\n" -"# 1 2 0 swap - \\\n" -"# /dev/discs/disc0/part5#/dev/discs/disc1/part5 \\\n" -"# . \\\n" -"# 0 2 0 ext3 /home \\\n" -"# /dev/discs/disc0/part6#/dev/discs/disc1/part6 \\\n" +"# 1 2 0 ext3 / \\\n" +"# /dev/sda1#/dev/sdb1 \\\n" +"# . \\\n" +"# 1 2 0 swap - \\\n" +"# /dev/sda5#/dev/sdb5 \\\n" +"# . \\\n" +"# 0 2 0 ext3 /home \\\n" +"# /dev/sda6#/dev/sdb6 \\\n" "# .\n" "\n" "# This makes partman automatically partition without confirmation.\n" |