diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/fr/partitioning.po | 30 | ||||
-rw-r--r-- | po/fr/post-install.po | 22 | ||||
-rw-r--r-- | po/fr/preseed.po | 33 | ||||
-rw-r--r-- | po/fr/using-d-i.po | 15 |
4 files changed, 2 insertions, 98 deletions
diff --git a/po/fr/partitioning.po b/po/fr/partitioning.po index 2a1b5232f..98a02b034 100644 --- a/po/fr/partitioning.po +++ b/po/fr/partitioning.po @@ -512,13 +512,6 @@ msgstr "Schéma de partitionnement recommandé" #. Tag: para #: partitioning.xml:236 #, no-c-format -#| msgid "" -#| "For new users, personal &debian; boxes, home systems, and other single-" -#| "user setups, a single <filename>/</filename> partition (plus swap) is " -#| "probably the easiest, simplest way to go. However, if your partition is " -#| "larger than around 6GB, choose ext3 as your partition type. Ext2 " -#| "partitions need periodic file system integrity checking, and this can " -#| "cause delays during booting when the partition is large." msgid "" "For new users, personal &debian; boxes, home systems, and other single-user " "setups, a single <filename>/</filename> partition (plus swap) is probably " @@ -546,16 +539,6 @@ msgstr "" #. Tag: para #: partitioning.xml:251 #, no-c-format -#| msgid "" -#| "You might need a separate <filename>/usr/local</filename> partition if " -#| "you plan to install many programs that are not part of the &debian; " -#| "distribution. If your machine will be a mail server, you might need to " -#| "make <filename>/var/mail</filename> a separate partition. Often, putting " -#| "<filename>/tmp</filename> on its own partition, for instance " -#| "20–50MB, is a good idea. If you are setting up a server with lots " -#| "of user accounts, it's generally good to have a separate, large " -#| "<filename>/home</filename> partition. In general, the partitioning " -#| "situation varies from computer to computer depending on its uses." msgid "" "You might need a separate <filename>/usr/local</filename> partition if you " "plan to install many programs that are not part of the &debian; " @@ -591,13 +574,6 @@ msgstr "" #. Tag: para #: partitioning.xml:269 #, no-c-format -#| msgid "" -#| "With respect to the issue of swap partition size, there are many views. " -#| "One rule of thumb which works well is to use as much swap as you have " -#| "system memory. It also shouldn't be smaller than 16MB, in most cases. Of " -#| "course, there are exceptions to these rules. If you are trying to solve " -#| "10000 simultaneous equations on a machine with 256MB of memory, you may " -#| "need a gigabyte (or more) of swap." msgid "" "With respect to the issue of swap partition size, there are many views. One " "rule of thumb which works well is to use as much swap as you have system " @@ -613,12 +589,6 @@ msgstr "" #. Tag: para #: partitioning.xml:276 #, no-c-format -#| msgid "" -#| "As an example, an older home machine might have 32MB of RAM and a 1.7GB " -#| "IDE drive on <filename>/dev/sda</filename>. There might be a 500MB " -#| "partition for another operating system on <filename>/dev/sda1</filename>, " -#| "a 32MB swap partition on <filename>/dev/sda3</filename> and about 1.2GB " -#| "on <filename>/dev/sda2</filename> as the Linux partition." msgid "" "As an example, an older home machine might have 512MB of RAM and a 20GB SATA " "drive on <filename>/dev/sda</filename>. There might be a 8GB partition for " diff --git a/po/fr/post-install.po b/po/fr/post-install.po index 78e409b9e..a12ab3138 100644 --- a/po/fr/post-install.po +++ b/po/fr/post-install.po @@ -470,15 +470,6 @@ msgstr "Configuration par défaut" #. Tag: para #: post-install.xml:295 #, no-c-format -#| msgid "" -#| "Even if you are planning to use a graphical mail program, it is important " -#| "that a traditional MTA/MDA is also installed and correctly set up on your " -#| "&debian-gnu; system. Reason is that various utilities running on the " -#| "system<footnote> <para> Examples are: <command>cron</command>, " -#| "<command>quota</command>, <command>logcheck</command>, <command>aide</" -#| "command>, … </para> </footnote> can send important notices by e-" -#| "mail to inform the system administrator of (potential) problems or " -#| "changes." msgid "" "Even if you are planning to use a graphical mail program, it would be " "useful, to have a traditional MTA/MDA installed and correctly set up on your " @@ -499,19 +490,6 @@ msgstr "" #. Tag: para #: post-install.xml:310 #, no-c-format -#| msgid "" -#| "For this reason the packages <classname>exim4</classname> and " -#| "<classname>mutt</classname> will be installed by default (provided you " -#| "did not unselect the <quote>standard</quote> task during the " -#| "installation). <classname>exim4</classname> is a combination MTA/MDA that " -#| "is relatively small but very flexible. By default it will be configured " -#| "to only handle e-mail local to the system itself and e-mails addressed to " -#| "the system administrator (root account) will be delivered to the regular " -#| "user account created during the installation<footnote> <para> The " -#| "forwarding of mail for root to the regular user account is configured in " -#| "<filename>/etc/aliases</filename>. If no regular user account was " -#| "created, the mail will of course be delivered to the root account itself. " -#| "</para> </footnote>." msgid "" "For this you can install <classname>exim4</classname> and <classname>mutt</" "classname> with <command>apt install exim4 mutt</command>. <classname>exim4</" diff --git a/po/fr/preseed.po b/po/fr/preseed.po index 295363ef0..eab31446c 100644 --- a/po/fr/preseed.po +++ b/po/fr/preseed.po @@ -2649,36 +2649,6 @@ msgstr "" #. Tag: screen #: preseed.xml:1059 #, no-c-format -#| msgid "" -#| "# You can choose to install non-free and contrib software.\n" -#| "#d-i apt-setup/non-free boolean true\n" -#| "#d-i apt-setup/contrib boolean true\n" -#| "# Uncomment this if you don't want to use a network mirror.\n" -#| "#d-i apt-setup/use_mirror boolean false\n" -#| "# Select which update services to use; define the mirrors to be used.\n" -#| "# Values shown below are the normal defaults.\n" -#| "#d-i apt-setup/services-select multiselect security, updates\n" -#| "#d-i apt-setup/security_host string security.debian.org\n" -#| "\n" -#| "# Additional repositories, local[0-9] available\n" -#| "#d-i apt-setup/local0/repository string \\\n" -#| "# http://local.server/debian stable main\n" -#| "#d-i apt-setup/local0/comment string local server\n" -#| "# Enable deb-src lines\n" -#| "#d-i apt-setup/local0/source boolean true\n" -#| "# URL to the public key of the local repository; you must provide a key " -#| "or\n" -#| "# apt will complain about the unauthenticated repository and so the\n" -#| "# sources.list line will be left commented out\n" -#| "#d-i apt-setup/local0/key string http://local.server/key\n" -#| "\n" -#| "# By default the installer requires that repositories be authenticated\n" -#| "# using a known gpg key. This setting can be used to disable that\n" -#| "# authentication. Warning: Insecure, not recommended.\n" -#| "#d-i debian-installer/allow_unauthenticated boolean true\n" -#| "\n" -#| "# Uncomment this to add multiarch configuration for i386\n" -#| "#d-i apt-setup/multiarch string i386" msgid "" "# You can choose to install non-free and contrib software.\n" "#d-i apt-setup/non-free boolean true\n" @@ -2736,7 +2706,8 @@ msgstr "" "du\n" "# fichier sources.list en commentaire.\n" "#d-i apt-setup/local0/key string http://local.server/key\n" -"# Si le fichier de clé fourni se termine en « .asc », il doit être au format\n" +"# Si le fichier de clé fourni se termine en « .asc », il doit être au " +"format\n" "# PGP ASCII avec armure. S'il se termine en « .gpg », il doit utiliser\n" "# le format de clé GPG à porte-clé public. Le format « keybox database »\n" "# n'est pas encore pris en charge.\n" diff --git a/po/fr/using-d-i.po b/po/fr/using-d-i.po index 889029091..d3f98b852 100644 --- a/po/fr/using-d-i.po +++ b/po/fr/using-d-i.po @@ -420,9 +420,6 @@ msgstr "console-setup" #. Tag: para #: using-d-i.xml:212 #, no-c-format -#| msgid "" -#| "Shows a list of keyboards, from which the user chooses the model which " -#| "matches his own." msgid "" "Shows a list of keyboard (layouts), from which the user chooses the one " "which matches his own model." @@ -4170,12 +4167,6 @@ msgstr "Choisir un miroir réseau" #. Tag: para #: using-d-i.xml:2475 #, no-c-format -#| msgid "" -#| "If you have selected to use a network mirror during the installation " -#| "(optional for CD/DVD installs, required for netboot images), you will be " -#| "presented with a list of geographically nearby (and therefore hopefully " -#| "fast) network mirrors, based upon your country selection earlier in the " -#| "installation process. Choosing the offered default is usually fine." msgid "" "Unless you chose not to use a network mirror, you will be presented with a " "list of network mirrors based upon your country selection earlier in the " @@ -4203,12 +4194,6 @@ msgstr "" #. Tag: para #: using-d-i.xml:2489 #, no-c-format -#| msgid "" -#| "A mirror can also be specified by hand by choosing <quote>enter " -#| "information manually</quote> . You can then specify a mirror host name " -#| "and an optional port number. As of Wheezy, that actually has to be a URL " -#| "base, i.e. when specifying an IPv6 address, one has to add square " -#| "brackets around it, for instance <quote>[2001:db8::1]</quote>." msgid "" "A mirror can also be specified by hand by choosing <quote>enter information " "manually</quote> . You can then specify a mirror host name and an optional " |