diff options
Diffstat (limited to 'po/fi/preseed.po')
-rw-r--r-- | po/fi/preseed.po | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/po/fi/preseed.po b/po/fi/preseed.po index 5957e5d12..5723e305a 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: 2018-06-03 06:59+0000\n" +"POT-Creation-Date: 2019-06-22 16:23+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" @@ -2257,9 +2257,9 @@ msgstr "" "käytöstä. Lisätietoja löytyy tiedostoista <filename>partman-auto-recipe.txt</" "filename> ja <filename>partman-auto-raid-recipe.txt</filename> " "asennuspaketista <classname>debian-installer</classname>. Molemmat tiedostot " -"ovat saatavilla myös <ulink url=\"&url-d-i-doc-devel;" -"\">&d-i; lähdekoodivarastoalueelta</ulink>. Huomaa, että tuettu " -"toiminnallisuus voi muuttua julkaisujen välillä." +"ovat saatavilla myös <ulink url=\"&url-d-i-doc-devel;\">&d-i; " +"lähdekoodivarastoalueelta</ulink>. Huomaa, että tuettu toiminnallisuus voi " +"muuttua julkaisujen välillä." #. Tag: para #: preseed.xml:960 @@ -2383,6 +2383,11 @@ msgid "" "# - crypto: use LVM within an encrypted partition\n" "d-i partman-auto/method string lvm\n" "\n" +"# You can define the amount of space that will be used for the LVM volume\n" +"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n" +"# free space or the 'max' keyword.\n" +"d-i partman-auto-lvm/guided_size string max\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" |