summaryrefslogtreecommitdiff
path: root/po/fi/preseed.po
diff options
context:
space:
mode:
authorHolger Wansing <linux@wansing-online.de>2015-01-09 19:20:39 +0000
committerHolger Wansing <linux@wansing-online.de>2015-01-09 19:20:39 +0000
commitfe3819affd5fa6e6a3d0624cf5f2dcd454b24309 (patch)
tree95b1a95ba9b1db1fc71b8a92e3c0bed42fe7606f /po/fi/preseed.po
parent47a8c741ea13941c743f56ed33f26881f68ab2f6 (diff)
downloadinstallation-guide-fe3819affd5fa6e6a3d0624cf5f2dcd454b24309.zip
Refresh po and pot files after changings in en
Diffstat (limited to 'po/fi/preseed.po')
-rw-r--r--po/fi/preseed.po259
1 files changed, 199 insertions, 60 deletions
diff --git a/po/fi/preseed.po b/po/fi/preseed.po
index 0f13bc021..b07db3708 100644
--- a/po/fi/preseed.po
+++ b/po/fi/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Installation Guide preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2014-08-03 08:11+0000\n"
+"POT-Creation-Date: 2015-01-09 19:07+0000\n"
"PO-Revision-Date: 2010-05-10 22:11+0300\n"
"Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -412,12 +412,30 @@ msgstr ""
#. Tag: screen
#: preseed.xml:284
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "Boot parameters to specify:\n"
+#| "- if you're netbooting:\n"
+#| " preseed/url=http://host/path/to/preseed.cfg\n"
+#| " preseed/url/checksum=5da499872becccfeda2c4872f9171c3d\n"
+#| "\n"
+#| "- if you're booting a remastered CD:\n"
+#| " preseed/file=/cdrom/preseed.cfg\n"
+#| " preseed/file/checksum=5da499872becccfeda2c4872f9171c3d\n"
+#| "\n"
+#| "- if you're installing from USB media (put the preconfiguration file in "
+#| "the\n"
+#| " toplevel directory of the USB stick):\n"
+#| " preseed/file=/hd-media/preseed.cfg\n"
+#| " preseed/file/checksum=5da499872becccfeda2c4872f9171c3d"
msgid ""
"Boot parameters to specify:\n"
"- if you're netbooting:\n"
" preseed/url=http://host/path/to/preseed.cfg\n"
" preseed/url/checksum=5da499872becccfeda2c4872f9171c3d\n"
+"- or\n"
+" preseed/url=tftp://host/path/to/preseed.cfg\n"
+" preseed/url/checksum=5da499872becccfeda2c4872f9171c3d\n"
"\n"
"- if you're booting a remastered CD:\n"
" preseed/file=/cdrom/preseed.cfg\n"
@@ -565,10 +583,16 @@ msgstr ""
#. Tag: para
#: preseed.xml:349
-#, no-c-format
-msgid ""
-"A <quote>--</quote> in the boot options has special meaning. Kernel "
-"parameters that appear after the last <quote>--</quote> may be copied into "
+#, fuzzy, no-c-format
+#| msgid ""
+#| "A <quote>--</quote> in the boot options has special meaning. Kernel "
+#| "parameters that appear after the last <quote>--</quote> may be copied "
+#| "into the bootloader configuration for the installed system (if supported "
+#| "by the installer for the bootloader). The installer will automatically "
+#| "filter out any options (like preconfiguration options) that it recognizes."
+msgid ""
+"A <quote>---</quote> in the boot options has special meaning. Kernel "
+"parameters that appear after the last <quote>---</quote> may be copied into "
"the bootloader configuration for the installed system (if supported by the "
"installer for the bootloader). The installer will automatically filter out "
"any options (like preconfiguration options) that it recognizes."
@@ -1119,10 +1143,9 @@ msgstr ""
#. Tag: entry
#: preseed.xml:548
-#, fuzzy, no-c-format
-#| msgid "<entry>yes</entry>"
-msgid "<entry>desktop</entry>"
-msgstr "<entry>kyllä</entry>"
+#, no-c-format
+msgid "desktop"
+msgstr "desktop"
#. Tag: entry
#: preseed.xml:548
@@ -2215,7 +2238,88 @@ msgstr "Esimerkki osioinnista"
#. Tag: screen
#: preseed.xml:948
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# If the system has free space you can choose to only partition that "
+#| "space.\n"
+#| "# This is only honoured if partman-auto/method (below) is not set.\n"
+#| "#d-i partman-auto/init_automatically_partition select biggest_free\n"
+#| "\n"
+#| "# Alternatively, you may specify a disk to partition. If the system has "
+#| "only\n"
+#| "# one disk the installer will default to using that, but otherwise the "
+#| "device\n"
+#| "# name must be given in traditional, non-devfs format (so e.g. /dev/hda "
+#| "or\n"
+#| "# /dev/sda, and not e.g. /dev/discs/disc0/disc).\n"
+#| "# For example, to use the first SCSI/SATA hard disk:\n"
+#| "#d-i partman-auto/disk string /dev/sda\n"
+#| "# In addition, you'll need to specify the method to use.\n"
+#| "# The presently available methods are:\n"
+#| "# - regular: use the usual partition types for your architecture\n"
+#| "# - lvm: use LVM to partition the disk\n"
+#| "# - crypto: use LVM within an encrypted partition\n"
+#| "d-i partman-auto/method string lvm\n"
+#| "\n"
+#| "# If one of the disks that are going to be automatically partitioned\n"
+#| "# contains an old LVM configuration, the user will normally receive a\n"
+#| "# warning. This can be preseeded away...\n"
+#| "d-i partman-lvm/device_remove_lvm boolean true\n"
+#| "# The same applies to pre-existing software RAID array:\n"
+#| "d-i partman-md/device_remove_md boolean true\n"
+#| "# And the same goes for the confirmation to write the lvm partitions.\n"
+#| "d-i partman-lvm/confirm boolean true\n"
+#| "d-i partman-lvm/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# You can choose one of the three predefined partitioning recipes:\n"
+#| "# - atomic: all files in one partition\n"
+#| "# - home: separate /home partition\n"
+#| "# - multi: separate /home, /usr, /var, and /tmp partitions\n"
+#| "d-i partman-auto/choose_recipe select atomic\n"
+#| "\n"
+#| "# Or provide a recipe of your own...\n"
+#| "# If you have a way to get a recipe file into the d-i environment, you "
+#| "can\n"
+#| "# just point at it.\n"
+#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n"
+#| "\n"
+#| "# If not, you can put an entire recipe into the preconfiguration file in "
+#| "one\n"
+#| "# (logical) line. This example creates a small /boot partition, suitable\n"
+#| "# swap, and uses the rest of the space for the root partition:\n"
+#| "#d-i partman-auto/expert_recipe string \\\n"
+#| "# boot-root :: \\\n"
+#| "# 40 50 100 ext3 \\\n"
+#| "# $primary{ } $bootable{ } \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ /boot } \\\n"
+#| "# . \\\n"
+#| "# 500 10000 1000000000 ext3 \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ / } \\\n"
+#| "# . \\\n"
+#| "# 64 512 300% linux-swap \\\n"
+#| "# method{ swap } format{ } \\\n"
+#| "# .\n"
+#| "\n"
+#| "# The full recipe format is documented in the file partman-auto-recipe."
+#| "txt\n"
+#| "# included in the 'debian-installer' package or available from D-I "
+#| "source\n"
+#| "# repository. This also documents how to specify settings such as file\n"
+#| "# system labels, volume group names and which physical devices to "
+#| "include\n"
+#| "# in a volume group.\n"
+#| "\n"
+#| "# This makes partman automatically partition without confirmation, "
+#| "provided\n"
+#| "# that you told it what to do using one of the methods above.\n"
+#| "d-i partman-partitioning/confirm_write_new_label boolean true\n"
+#| "d-i partman/choose_partition select finish\n"
+#| "d-i partman/confirm boolean true\n"
+#| "d-i partman/confirm_nooverwrite boolean true"
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
"# This is only honoured if partman-auto/method (below) is not set.\n"
@@ -2249,7 +2353,7 @@ msgid ""
"# You can choose one of the three predefined partitioning recipes:\n"
"# - atomic: all files in one partition\n"
"# - home: separate /home partition\n"
-"# - multi: separate /home, /usr, /var, and /tmp partitions\n"
+"# - multi: separate /home, /var, and /tmp partitions\n"
"d-i partman-auto/choose_recipe select atomic\n"
"\n"
"# Or provide a recipe of your own...\n"
@@ -2385,9 +2489,10 @@ msgid ""
msgstr ""
"Valmiilla vastauksilla voidaan tehdä osiot myös ohjelmallisesti "
"toteutettuihin RAID-pakkoihin. Tuettuja ovat RAID-tasot 0, 1 ja 5, 6 ja 10, "
-"vajaiden pakkojen luominen ja varalevyjen määrittely. <phrase arch=\"any-x86\">Käytettäessä RAID "
-"tasoa 1, voidaan valmiilla vastauksilla saada grub asentumaan kaikille "
-"pakassa käytetyille laitteille; katso <xref linkend=\"preseed-bootloader\"/>.</phrase>"
+"vajaiden pakkojen luominen ja varalevyjen määrittely. <phrase arch=\"any-"
+"x86\">Käytettäessä RAID tasoa 1, voidaan valmiilla vastauksilla saada grub "
+"asentumaan kaikille pakassa käytetyille laitteille; katso <xref linkend="
+"\"preseed-bootloader\"/>.</phrase>"
#. Tag: para
#: preseed.xml:959
@@ -2773,71 +2878,71 @@ msgstr ""
"Asennettavaksi voidaan valita mitkä tahansa saatavilla olevista tehtävistä. "
"Tätä kirjoitettaessa saatavilla olevia tehtäviä ovat ainakin:"
-#. Tag: userinput
-#: preseed.xml:1051
+#. Tag: para
+#: preseed.xml:1050
#, no-c-format
-msgid "standard"
-msgstr "standard"
+msgid "<userinput>standard</userinput> (standard tools)"
+msgstr ""
-#. Tag: userinput
-#: preseed.xml:1054
+#. Tag: para
+#: preseed.xml:1053
#, no-c-format
-msgid "<userinput>desktop</userinput>"
+msgid "<userinput>desktop</userinput> (graphical desktop)"
msgstr ""
-#. Tag: userinput
-#: preseed.xml:1057
+#. Tag: para
+#: preseed.xml:1056
#, no-c-format
-msgid "gnome-desktop"
-msgstr "gnome-desktop"
+msgid "<userinput>gnome-desktop</userinput> (Gnome desktop)"
+msgstr ""
-#. Tag: userinput
-#: preseed.xml:1060
+#. Tag: para
+#: preseed.xml:1059
#, no-c-format
-msgid "kde-desktop"
-msgstr "kde-desktop"
+msgid "<userinput>xfce-desktop</userinput> (XFCE desktop)"
+msgstr ""
-#. Tag: userinput
-#: preseed.xml:1063
+#. Tag: para
+#: preseed.xml:1062
#, no-c-format
-msgid "web-server"
-msgstr "web-server"
+msgid "<userinput>kde-desktop</userinput> (KDE desktop)"
+msgstr ""
-#. Tag: userinput
-#: preseed.xml:1066
+#. Tag: para
+#: preseed.xml:1065
#, no-c-format
-msgid "print-server"
-msgstr "print-server"
+msgid "<userinput>cinnamon-desktop</userinput> (Cinnamon desktop)"
+msgstr ""
-#. Tag: userinput
-#: preseed.xml:1069
+#. Tag: para
+#: preseed.xml:1068
#, no-c-format
-msgid "dns-server"
-msgstr "dns-server"
+msgid "<userinput>mate-desktop</userinput> (MATE desktop)"
+msgstr ""
-#. Tag: userinput
-#: preseed.xml:1072
+#. Tag: para
+#: preseed.xml:1071
#, no-c-format
-msgid "file-server"
-msgstr "file-server"
+msgid "<userinput>lxde-desktop</userinput> (LXDE desktop)"
+msgstr ""
-#. Tag: userinput
-#: preseed.xml:1075
+#. Tag: para
+#: preseed.xml:1074
#, no-c-format
-msgid "mail-server"
-msgstr "mail-server"
+msgid "<userinput>web-server</userinput> (web server)"
+msgstr ""
-#. Tag: userinput
-#: preseed.xml:1078
+#. Tag: para
+#: preseed.xml:1077
#, no-c-format
-msgid "sql-database"
-msgstr "sql-database"
+msgid "<userinput>print-server</userinput> (print server)"
+msgstr ""
-#. Tag: userinput
-#: preseed.xml:1081
+#. Tag: para
+#: preseed.xml:1080
#, no-c-format
-msgid "laptop"
-msgstr "laptop"
+msgid "<userinput>ssh-server</userinput> (SSH server)"
+msgstr ""
#. Tag: para
#: preseed.xml:1085
@@ -2983,6 +3088,8 @@ msgid ""
"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
+"# To install to the first device:\n"
+"#d-i grub-installer/bootdev string default\n"
"\n"
"# Optional password for grub, either in clear text\n"
"#d-i grub-installer/password password r00tme\n"
@@ -3371,5 +3478,37 @@ msgstr ""
"kertaa, jolloin on esimerkiksi mahdollista suorittaa preseed/early-komento "
"toiseen kertaan heti kun verkko on käytössä."
-#~ msgid "desktop"
-#~ msgstr "desktop"
+#, fuzzy
+#~| msgid "<entry>yes</entry>"
+#~ msgid "<entry>desktop</entry>"
+#~ msgstr "<entry>kyllä</entry>"
+
+#~ msgid "standard"
+#~ msgstr "standard"
+
+#~ msgid "gnome-desktop"
+#~ msgstr "gnome-desktop"
+
+#~ msgid "kde-desktop"
+#~ msgstr "kde-desktop"
+
+#~ msgid "web-server"
+#~ msgstr "web-server"
+
+#~ msgid "print-server"
+#~ msgstr "print-server"
+
+#~ msgid "dns-server"
+#~ msgstr "dns-server"
+
+#~ msgid "file-server"
+#~ msgstr "file-server"
+
+#~ msgid "mail-server"
+#~ msgstr "mail-server"
+
+#~ msgid "sql-database"
+#~ msgstr "sql-database"
+
+#~ msgid "laptop"
+#~ msgstr "laptop"