author | chegar |
Sun, 17 Aug 2014 15:54:13 +0100 | |
changeset 25859 | 3317bb8137f4 |
parent 23010 | jdk/src/share/classes/sun/tools/jar/resources/jar_fr.properties@6dadb192ad81 |
permissions | -rw-r--r-- |
2 | 1 |
# |
23010
6dadb192ad81
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
lana
parents:
21974
diff
changeset
|
2 |
# Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. |
2 | 3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
# |
|
5 |
# This code is free software; you can redistribute it and/or modify it |
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
|
5506 | 7 |
# published by the Free Software Foundation. Oracle designates this |
2 | 8 |
# particular file as subject to the "Classpath" exception as provided |
5506 | 9 |
# by Oracle in the LICENSE file that accompanied this code. |
2 | 10 |
# |
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
15 |
# accompanied this code). |
|
16 |
# |
|
17 |
# You should have received a copy of the GNU General Public License version |
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 |
# |
|
5506 | 21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
22 |
# or visit www.oracle.com if you need additional information or have any |
|
23 |
# questions. |
|
2 | 24 |
# |
25 |
||
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
26 |
error.cant.open=impossible d''ouvrir : {0} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
27 |
error.illegal.option=Option non admise : {0} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
28 |
error.bad.option=Une des options -{ctxu} doit \u00EAtre sp\u00E9cifi\u00E9e. |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
29 |
error.bad.cflag=L'indicateur c requiert la sp\u00E9cification d'un fichier manifeste ou d'un fichier d'entr\u00E9e. |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
30 |
error.bad.uflag=L'indicateur u requiert la sp\u00E9cification d'un fichier manifeste, d'un fichier d'entr\u00E9e ou d'un indicateur e. |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
31 |
error.bad.eflag=L'indicateur e et le fichier manifeste portant l'attribut Main-Class ne peuvent pas \u00EAtre sp\u00E9cifi\u00E9s \nensemble. |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
32 |
error.nosuch.fileordir={0} : fichier ou r\u00E9pertoire introuvable |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
33 |
error.write.file=Erreur lors de l'\u00E9criture d'un fichier JAR existant |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
34 |
error.create.dir={0} : impossible de cr\u00E9er le r\u00E9pertoire |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
35 |
error.incorrect.length=longueur incorrecte lors du traitement de : {0} |
21974
e6e82424e6ef
8027244: Need to translate new error message and usage information for jar tool
mfang
parents:
20196
diff
changeset
|
36 |
error.create.tempfile=Impossible de cr\u00E9er un fichier temporaire |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
37 |
out.added.manifest=manifeste ajout\u00E9 |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
38 |
out.update.manifest=manifeste mis \u00E0 jour |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
39 |
out.ignore.entry=entr\u00E9e {0} ignor\u00E9e |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
40 |
out.adding=ajout : {0} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
41 |
out.deflated=(compression : {0} %) |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
42 |
out.stored=(stockage : 0 %) |
17184
342467f0c6c2
8010521: jdk8 l10n resource file translation update 2
mfang
parents:
9035
diff
changeset
|
43 |
out.create=\ cr\u00E9\u00E9 : {0} |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
44 |
out.extracted=extrait : {0} |
20196
a64aabd2fa13
8025215: jdk8 l10n resource file translation update 4
mfang
parents:
18282
diff
changeset
|
45 |
out.inflated=\ d\u00E9compress\u00E9 : {0} |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
46 |
out.size=(entr\u00E9e = {0}) (sortie = {1}) |
2 | 47 |
|
21974
e6e82424e6ef
8027244: Need to translate new error message and usage information for jar tool
mfang
parents:
20196
diff
changeset
|
48 |
usage=Syntaxe : jar {ctxui}[vfmn0Me] [fichier-jar] [fichier-manifeste] [point-entr\u00E9e] [-C r\u00E9p] fichiers...\nOptions :\n -c cr\u00E9e une archive\n -t affiche la table des mati\u00E8res de l'archive\n -x extrait les fichiers nomm\u00E9s (ou tous les fichiers) de l'archive\n -u met \u00E0 jour l'archive existante\n -v g\u00E9n\u00E8re une version d\u00E9taill\u00E9e d'une sortie standard\n -f sp\u00E9cifie le nom du fichier archive\n -m inclut les informations de manifeste \u00E0 partir du fichier manifeste sp\u00E9cifi\u00E9\n -n effectue une normalisation Pack200 apr\u00E8s la cr\u00E9ation d'une archive\n -e sp\u00E9cifie le point d'entr\u00E9e d'une application en mode autonome \n int\u00E9gr\u00E9e \u00E0 un fichier JAR ex\u00E9cutable\n -0 stockage uniquement, pas de compression ZIP\n -M ne cr\u00E9e pas de fichier manifeste pour les entr\u00E9es\n -i g\u00E9n\u00E8re les informations d'index des fichiers JAR sp\u00E9cifi\u00E9s\n -C passe au r\u00E9pertoire sp\u00E9cifi\u00E9 et inclut le fichier suivant\nSi l'un des fichiers est un r\u00E9pertoire, celui-ci est trait\u00E9 r\u00E9cursivement.\nLes noms du fichier manifeste, du fichier d'archive et du point d'entr\u00E9e sont\nsp\u00E9cifi\u00E9s dans le m\u00EAme ordre que celui des indicateurs m, f et e.\n\nExemple 1 : pour archiver deux fichiers de classe dans une archive intitul\u00E9e classes.jar : \n jar cvf classes.jar Foo.class Bar.class \nExemple 2 : pour utiliser un fichier manifeste existant 'monmanifeste', puis archiver tous les\n fichiers du r\u00E9pertoire foo/ dans 'classes.jar' : \n jar cvfm classes.jar monmanifeste -C foo/ .\n |