~ubuntu-branches/ubuntu/karmic/classpath/karmic

« back to all changes in this revision

Viewing changes to tools/resource/gnu/classpath/tools/jarsigner/messages.properties

  • Committer: Bazaar Package Importer
  • Author(s): Manny Vindiola, Manny Vindiola, James Westby
  • Date: 2008-12-18 21:24:48 UTC
  • mfrom: (1.1.6 upstream) (8.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20081218212448-ax2jaxx9r5175dkl
Tags: 2:0.97.2-1.1ubuntu1
[ Manny Vindiola ]
* Merge from debian unstable (LP: #309549)(LP: #237668), remaining changes:
  * debian/control:
    - Recommend firefox instead of mozilla-firefox.
  * Fix FTBFS caused by -Werror where return value of 'chdir' was ignored
    - add debian/patches/20_fix_ftbfs_warn_unused_result.dpatch
    - update debian/patches/00list
  * fix LP: #272772: packages that Depend/Recommend/Suggest firefox
     (meta-package) must alternatively Depend/Recommend/Suggest abrowser
* Fix FTBFS due to missing mozilla-plugin build dependency 
  - changed to build-depends on libxul-dev instead of iceape-dev

[ James Westby ]
* Add libsamplerate0-dev to Build-Depends to fix build error by not being
  able to find the .a file from it. This is a dependency of jack, but not
  specified in it's depends. This is probably due to bug 258491, and so if
  that is fixed try building without the extra Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# messages.properties -- English language messages and message formats
 
2
# Copyright (C) 2006  Free Software Foundation, Inc.
 
3
#
 
4
# This file is part of GNU Classpath.
 
5
#
 
6
# GNU Classpath is free software; you can redistribute it and/or modify
 
7
# it under the terms of the GNU General Public License as published by
 
8
# the Free Software Foundation; either version 2, or (at your option)
 
9
# any later version.
 
10
#
 
11
# GNU Classpath is distributed in the hope that it will be useful, but
 
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
14
# General Public License for more details.
 
15
#
 
16
# You should have received a copy of the GNU General Public License
 
17
# along with GNU Classpath; see the file COPYING.  If not, write to the
 
18
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 
19
# 02110-1301 USA.
 
20
#
 
21
# Linking this library statically or dynamically with other modules is
 
22
# making a combined work based on this library.  Thus, the terms and
 
23
# conditions of the GNU General Public License cover the whole
 
24
# combination.
 
25
#
 
26
# As a special exception, the copyright holders of this library give you
 
27
# permission to link this library with independent modules to produce an
 
28
# executable, regardless of the license terms of these independent
 
29
# modules, and to copy and distribute the resulting executable under
 
30
# terms of your choice, provided that you also meet, for each linked
 
31
# independent module, the terms and conditions of the license of that
 
32
# module.  An independent module is a module which is not derived from
 
33
# or based on this library.  If you modify this library, you may extend
 
34
# this exception to your version of the library, but you are not
 
35
# obligated to do so.  If you do not wish to do so, delete this
 
36
# exception statement from your version.
 
37
#
 
38
# for gnu.classpath.tools.jarsigner package
 
39
#
 
40
 
 
41
Main.7=jarsigner: 
 
42
Main.9=jarsigner error: 
 
43
Main.70=JAR file [{0}] is NOT a file object
 
44
Main.72=JAR file [{0}] is NOT readable
 
45
#Main.85=Option '-keystore' is not defined or is an empty string, and 'user.home' is unknown
 
46
Main.85=Unable to locate a valid key store
 
47
Main.92=Enter key store password: 
 
48
Main.6=Designated alias [{0}] MUST be known to the key store in use
 
49
Main.2=\
 
50
Usage:  jarsigner [OPTION]... FILE ALIAS\n\
 
51
\ \ \ \ \ \ \ \ jarsigner -verify [OPTION]... FILE\n\
 
52
Java ARchive (JAR) file signing and verification tool.\n\
 
53
\n\
 
54
FILE is the .JAR file to sign or to verify.\n\
 
55
\n\
 
56
ALIAS must be a known Alias of a Key Entry in the designated key store.  The \
 
57
private key material associated with this Alias is used for signing FILE.  if \
 
58
ALIAS is required, but was omitted, "mykey" will be used instead.
 
59
Main.1=Please report bugs at http://www.gnu.org/software/classpath/bugs.html
 
60
Main.0=Signing options
 
61
Main.95=Designated alias [{0}] MUST be an Alias of a Key Entry
 
62
Main.97=Enter key password for <{0}>: 
 
63
Main.99=Key associated with [{0}] MUST be a private key
 
64
Main.101=Location of the key store to use.  The default value is a file-based \
 
65
scheme whose path is the file named ".keystore" in your home directory.\n\
 
66
If URL is malformed, the tool will use URL as a file-name of a key store; \
 
67
i.e. as if the protocol was "file:".
 
68
Main.102=URL
 
69
Main.104=Type of the key store to use.  If omitted, the default value is that \
 
70
of the property "keystore.type" in the security properties file.
 
71
Main.105=STORE_TYPE
 
72
Main.107=Password to unlock the key store.  If omitted, you will be prompted \
 
73
to provide a password.
 
74
Main.108=PASSWORD
 
75
Main.110=Password to unlock the Key Entry associated with ALIAS.  If omitted, \
 
76
the tool will use the same password protecting the key store.  If this fails, \
 
77
you will be prompted to provide a password.
 
78
Main.111=PASSWORD
 
79
Main.113=A literal to construct file names for both the .SF and .DSA signature \
 
80
files --which will be placed in the META-INF directory of the signed JAR.  \
 
81
Permissible characters are in the range [a-zA-Z0-9_-].\n\
 
82
If omitted, the first 8 characters of ALIAS will be used.  Characters outside \
 
83
that range will be replaced by underscores.
 
84
Main.114=NAME
 
85
Main.116=Name of the signed JAR file.  If omitted, the signed JAR will be \
 
86
named the same as FILE; i.e. the input file will be replaced with its signed \
 
87
copy.
 
88
Main.117=FILE
 
89
Main.118=Verification options
 
90
Main.120=Verify an already signed FILE.
 
91
Main.122=Use with -verbose to see more detailed information about the \
 
92
certificates of ALIAS.
 
93
Main.123=Common options
 
94
Main.125=Output more verbose messages during processing.
 
95
Main.127=Include --otherwise do not-- the .SF file in the .DSA generated file.
 
96
Main.129=Include in the .SF generated file --otherwise do not-- a header \
 
97
containing a hash of the whole manifest file.
 
98
Main.131=Fully qualified class name of a Security Provider to add to the JVM \
 
99
in-use.
 
100
Main.132=PROVIDER_CLASS_NAME
 
101
Main.133=Missing FILE argument.
 
102
 
 
103
JarSigner.1=\ \ signing: 
 
104
JarSigner.2=\ updating: 
 
105
JarSigner.8=\ \ \ adding: 
 
106
JarSigner.14=Jar signed.
 
107
 
 
108
JarVerifier.2=Jar is not signed --no signature files found.
 
109
JarVerifier.3=Jar verification failed.
 
110
JarVerifier.4=Jar partially verified --{0,numer} of {1,number} signers.
 
111
JarVerifier.7=Jar verified --{0,number} signer(s).
 
112
JarVerifier.13=Signature Block missing for {0}
 
113
JarVerifier.14=At least one SignerInfo element MUST be present in a Signature \
 
114
Block (.DSA file)
 
115
JarVerifier.16=Missing EncryptedDigest in Signature Block (.DSA file) first \
 
116
SignerInfo element
 
117
 
 
118
SFHelper.1=Helper is NOT finished
 
119
SFHelper.4=.SF file has NOT been generated
 
120
SFHelper.6=Unknown or unsupported private key algorithm
 
121
SFHelper.9=Helper is NOT ready
 
122
SFHelper.0=Warning: The certificate issued by {0}, for {1}, has expired as of {3,date,full} - {3,time,full}.
 
123
SFHelper.10=Helper is NOT started
 
124
SFHelper.11=Warning: The certificate issued by {0}, for {1}, is only valid after {3,date,full} - {3,time,full}.
 
125
SFHelper.14=[unknown]
 
126
SFHelper.17=[unnamed]