OSDN Git Service

2008-06-28 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / libjava / classpath / resource / gnu / classpath / tools / keytool / MessageBundle.properties
1 # default locale messages for gnu.classpath.tools.keytool package
2
3 Main.6=keytool: 
4 Main.8=keytool error: 
5
6 Command.19=Failed creating new file at {0}
7 Command.20=Unable to find a suitable signature algorithm named {0}, although we found a key-pair generation algorithm named {1}
8 Command.21=Enter key password for <{0}>: 
9 Command.23=A correct key password MUST be provided
10 Command.24=Enter key store password: 
11 #Command.36=Option '-keystore' is undefined, or is an empty string, and 'user.home' is unknown
12 Command.36=Unable to locate a valid key store
13 Command.40=Provider fully qualified class name: 
14 Command.42=File object [{0}] exists but is NOT a file
15 Command.44=File [{0}] exists but is NOT writable
16 Command.46=File object [{0}] MUST be an existing readable file
17 Command.48=Signature algorithm is missing and private key is of unknown or unsupported type
18 Command.51=Validity period MUST be greater than zero
19 Command.52=Unable to get signature algorithm name
20 Command.60=Unknown or unsupported signature algorithm: {0}
21 Command.63=Saving key store at {0}
22 Command.66=Owner: {0}
23 Command.67=Issuer: {0}
24 Command.68=Serial number: {0,number}
25 Command.69=Valid from: {0,date,full} - {0,time,full}
26 Command.70=\ \ \ \ \ until: {0,date,full} - {0,time,full}
27 Command.71=Certificate fingerprints
28 Command.72=\ \ \ \ \ \ MD5: {0}
29 Command.73=\ \ SHA-160: {0}
30 Command.75=Alias [{0}] MUST be knwon to the key store
31 Command.77=Alias [{0}] MUST be associated with a Key Entry
32
33 CertReqCmd.27=Certification request stored in {0}
34 CertReqCmd.28=Submit this to your CA
35
36 DeleteCmd.19=Enter the Alias to delete:
37 DeleteCmd.20=Alias MUST NOT be null or an empty string
38
39 GenKeyCmd.0=\nYou are about to enter information that will be incorporated into\n\
40 your certificate request.  This information is what is called a\n\
41 Distinguished Name or DN.  There are quite a few fields but you\n\
42 can use supplied default values, displayed between brackets, by just\n\
43 hitting <Enter>, or blank the field by entering the <.> character\n\
44 before hitting <Enter>.\n\n
45 GenKeyCmd.6=The Sample Company
46 GenKeyCmd.7=Sydney
47 GenKeyCmd.8=NSW
48 GenKeyCmd.9=AU
49 GenKeyCmd.10=Common Name (hostname, IP, or your name): 
50 GenKeyCmd.11=Organization Name (company) [{0}]: 
51 GenKeyCmd.13=Organizational Unit Name (department, division): 
52 GenKeyCmd.14=Locality Name (city, district) [{0}]: 
53 GenKeyCmd.16=State or Province Name (full name) [{0}]: 
54 GenKeyCmd.18=Country Name (2 letter code) [{0}]: 
55 GenKeyCmd.54=Key size MUST be greater than zero
56
57 StorePasswdCmd.19=Too many failed attempts
58 StorePasswdCmd.20=Enter new key store password: 
59 StorePasswdCmd.21=Password MUST be at least 6 characters.
60 StorePasswdCmd.22=New password MUST be different than the old one.
61 StorePasswdCmd.23=Re-enter new key store password: 
62 StorePasswdCmd.24=Passwords MUST be the same in both attempts.
63
64 KeyPasswdCmd.24=Enter new key password for <{0}>: 
65 KeyPasswdCmd.28=Re-enter new key password for <{0}>: 
66
67 KeyCloneCmd.23=Destination Alias MUST NOT exist in key store
68 KeyCloneCmd.26=Enter destination alias: 
69 KeyCloneCmd.27=Destination alias MUST NOT be null nor empty
70 KeyCloneCmd.28=Enter new key password for <{0}> [{1}]: 
71
72 ListCmd.21=Key store type: {0}
73 ListCmd.22=Key store provider: {0}
74 ListCmd.24=Key store contains {0,number} entry(ies)
75 ListCmd.30=Alias name: {0}
76 ListCmd.31=Creation timestamp: {0,date,full} - {0,time,full}
77 ListCmd.32=Entry type: trusted-certificate
78 ListCmd.33=Entry type: key-entry
79 ListCmd.34=Alias [{0}] is unknown to the key store
80 ListCmd.38=Certificate chain length: {0,number}
81 ListCmd.39=Certificate[1]:
82 ListCmd.40=Certificate[{0,number}]:
83 ListCmd.42=*******************************************
84 ListCmd.43=-----BEGIN CERTIFICATE-----
85 ListCmd.44=-----END CERTIFICATE-----
86 ListCmd.45=Certificate fingerprint (MD5): {0}
87
88 ImportCmd.34=Failed to establish chain-of-trust from reply
89 ImportCmd.37=Unable to find anchor certificate for {0}
90 ImportCmd.38=Public keys, in key store and certificate, MUST be of the same type
91 ImportCmd.32=Can this certificate be trusted? 
92 ImportCmd.40=Key entry associated with {0} has an unknown or unsupported public key type {1}
93 ImportCmd.41=Public keys, in key store and certificate, MUST be the same
94 ImportCmd.29=Certificate was added to the key store
95 ImportCmd.28=Certificate was not added to the key store