From 571ae5090a11502a8f57387366deeb98c41feccd Mon Sep 17 00:00:00 2001 From: Holger Wansing Date: Wed, 12 Apr 2017 20:07:23 +0000 Subject: Re-complete Catalan translation by Innocent de Marchi. Thanks --- po/ca/boot-installer.po | 12 +++++- po/ca/preseed.po | 106 +++++++----------------------------------------- 2 files changed, 25 insertions(+), 93 deletions(-) (limited to 'po') diff --git a/po/ca/boot-installer.po b/po/ca/boot-installer.po index 2682a916b..a693a6368 100644 --- a/po/ca/boot-installer.po +++ b/po/ca/boot-installer.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: d-i-manual_boot-installer\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2017-03-23 18:09+0000\n" -"PO-Revision-Date: 2017-03-19 19:13+0100\n" +"PO-Revision-Date: 2017-04-12 17:50+0200\n" "Last-Translator: Innocent De Marchi \n" "Language-Team: \n" "Language: ca\n" @@ -3288,6 +3288,16 @@ msgid "" "installation. When using a BIOS system, each of them must be followed by " "&enterkey;." msgstr "" +"Les opcions d'instal·lació Expert, Recuperació («Rescue») i Automàtic " +"(«Automated») també estan disponibles amb el sintetitzador de veu. Per " +"accedir-hi, primer cal accedir al submenú Opcions avançades(«Advanced options») des del menú d'arrencada pitjant a. Si feu servir un sistema BIOS (el menú d'arrencada haurà emès un " +"so només una vegada), això caldrà continuar amb &enterkey;. A partir " +"d'aquest punt, es poden fer servir alguns accessos directes: x per a la instal·lació Expert, r pel mode " +"de recuperació o a per la instal·lació automàtica. Si " +"feu servir un sistema BIOS, cal continuar prement &enterkey;." #. Tag: title #: boot-installer.xml:2304 diff --git a/po/ca/preseed.po b/po/ca/preseed.po index 37524a8b9..2a29383e1 100644 --- a/po/ca/preseed.po +++ b/po/ca/preseed.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_preseed\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2017-04-12 12:21+0000\n" -"PO-Revision-Date: 2017-02-13 18:18+0100\n" +"POT-Creation-Date: 2017-04-12 12:24+0000\n" +"PO-Revision-Date: 2017-04-12 19:49+0200\n" "Last-Translator: Innocent De Marchi \n" "Language-Team: \n" "Language: ca\n" @@ -1260,7 +1260,7 @@ msgstr "" #: preseed.xml:605 #, no-c-format msgid "The file should start with #_preseed_V1" -msgstr "" +msgstr "Cal que el fitxer comenci amb #_preseed_V1" #. Tag: para #: preseed.xml:617 @@ -1341,7 +1341,7 @@ msgstr "" #: preseed.xml:653 #, no-c-format msgid "Start with #_preseed_V1" -msgstr "" +msgstr "Començar amb #_preseed_V1" #. Tag: para #: preseed.xml:659 @@ -1370,18 +1370,16 @@ msgstr "" #. Tag: screen #: preseed.xml:671 -#, fuzzy, no-c-format -#| msgid "" -#| "$ debconf-get-selections --installer > file\n" -#| "$ debconf-get-selections >> file" +#, no-c-format msgid "" "$ echo \"#_preseed_V1\" > file\n" "$ debconf-get-selections --installer >> file\n" "$ debconf-get-selections >> file" msgstr "" -"$ debconf-get-selections --installer > file\n" +"$ echo \"#_preseed_V1\" > file\n" +"$ debconf-get-selections --installer >> file\n" "$ debconf-get-selections >> file" #. Tag: para @@ -2204,87 +2202,7 @@ msgstr "Exemple de particions" #. Tag: screen #: preseed.xml:971 -#, 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/sda\n" -#| "# 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, /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" +#, 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" @@ -2437,7 +2355,11 @@ msgstr "" "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" +"d-i partman/confirm_nooverwrite boolean true\n" +"\n" +"# Quan s'habilita el xifrat de disc, ometi esborrar les particions per " +"endevant.\n" +"#d-i partman-auto-crypto/erase_disks boolean false" #. Tag: title #: preseed.xml:975 -- cgit v1.2.3