jdk/src/share/classes/sun/tools/jar/resources/jar_it.properties
author ohair
Wed, 06 Apr 2011 22:06:11 -0700
changeset 9035 1255eb81cc2f
parent 8203 e5debcae2183
child 17184 342467f0c6c2
permissions -rw-r--r--
7033660: Update copyright year to 2011 on any files changed in 2011 Reviewed-by: dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
9035
1255eb81cc2f 7033660: Update copyright year to 2011 on any files changed in 2011
ohair
parents: 8203
diff changeset
     2
# Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    23
# questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    26
error.cant.open=impossibile aprire: {0} 
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    27
error.illegal.option=Opzione non valida: {0}
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    28
error.bad.option=\u00C8 necessario specificare una delle opzioni -{ctxu}.
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    29
error.bad.cflag=Per il flag 'c' \u00E8 necessario specificare file manifest o di input.
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    30
error.bad.uflag=Per il flag 'u' \u00E8 necessario specificare il flag 'e' oppure file manifest o di input.
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    31
error.bad.eflag=Il flag 'e' e il manifest con l'attributo 'Main-Class' non possono essere specificati\ninsieme.
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    32
error.nosuch.fileordir={0} : file o directory inesistente
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    33
error.write.file=Errore durante la scrittura del file jar esistente
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    34
error.create.dir={0} : impossibile creare la directory
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    35
error.incorrect.length=lunghezza non valida durante l''elaborazione: {0}
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    36
out.added.manifest=aggiunto manifest
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    37
out.update.manifest=aggiornato manifest
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    38
out.ignore.entry=la voce {0} sar\u00E0 ignorata
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    39
out.adding=aggiunta in corso di: {0}
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    40
out.deflated=(compresso {0}%)
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    41
out.stored=(memorizzato 0%)
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    42
out.create=\ \ \ \ \ creato: {0}
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    43
out.extracted=estratto: {0}
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    44
out.inflated=\ \\decompresso: {0}
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    45
out.size=(in = {0}) (out = {1})
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    47
usage=Utilizzo: jar {ctxui}[vfm0Me] [file-jar] [file-manifest] [punto di ingresso] [-C dir] file ...\nOpzioni:\n\ \   -c  crea un nuovo archivio\n\ \   -t  visualizza l'indice dell'archivio\n\ \   -x  estrae i file con nome (o tutti i file) dall'archivio\n\ \   -u  aggiorna l'archivio esistente\n\ \   -v  genera output commentato dall'output standard\n\ \   -f  specifica il nome file dell'archivio\n\ \   -m  include informazioni manifest dal file manifest specificato\n\ \   -e  specifica il punto di ingresso per l'applicazione stand-alone \n\ \       inclusa nel file jar eseguibile\n\ \   -0  solo memorizzazione; senza compressione ZIP\n\ \   -M  consente di non creare un file manifest per le voci\n\ \   -i  genera informazioni sull'indice per i file jar specificati\n\ \   -C  imposta la directory specificata e include il file seguente\nSe un file \u00E8 una directory, verr\u00E0 elaborato in modo ricorsivo.\nIl nome del file manifest, del file di archivio e del punto di ingresso devono\nessere specificati nello stesso ordine dei flag 'm', 'f' ed 'e'.\n\nEsempio 1: archiviazione di due file di classe in un archivio con il nome classes.jar: \n\ \      jar cvf classes.jar Foo.class Bar.class \nEsempio 2: utilizzo del file manifest esistente 'mymanifest' e archiviazione di tutti i\n\ \          file della directory foo/ in 'classes.jar': \n\ \      jar cvfm classes.jar mymanifest -C foo/.\n