< prev index next >

src/share/classes/sun/security/util/AuthResources_it.java

Print this page
rev 1469 : 7043548: message drop 3 translation integration
Reviewed-by: yhuang


  94         {"Kerberos.username.defUsername.",
  95                 "Nome utente Kerberos [{0}]: "},
  96         {"Kerberos.password.for.username.",
  97                 "Password Kerberos per {0}: "},
  98 
  99         /***    EVERYTHING BELOW IS DEPRECATED  ***/
 100 
 101         // com.sun.security.auth.PolicyFile
 102         {".error.parsing.", ": errore durante l'analisi "},
 103         {"COLON", ": "},
 104         {".error.adding.Permission.", ": errore durante l'aggiunta dell'autorizzazione "},
 105         {"SPACE", " "},
 106         {".error.adding.Entry.", ": errore durante l'aggiunta della voce "},
 107         {"LPARAM", "("},
 108         {"RPARAM", ")"},
 109         {"attempt.to.add.a.Permission.to.a.readonly.PermissionCollection",
 110             "tentativo di aggiungere un'autorizzazione a una PermissionCollection di sola lettura"},
 111 
 112         // com.sun.security.auth.PolicyParser
 113         {"expected.keystore.type", "tipo keystore previsto"},
 114         {"can.not.specify.Principal.with.a.",
 115                 "impossibile specificare il principal con una "},
 116         {"wildcard.class.without.a.wildcard.name",
 117                 "classe carattere jolly senza un nome carattere jolly"},
 118         {"expected.codeBase.or.SignedBy", "previsto codeBase o SignedBy"},
 119         {"only.Principal.based.grant.entries.permitted",
 120                 "sono consentiti solo valori garantiti basati sul principal"},
 121         {"expected.permission.entry", "prevista voce di autorizzazione"},
 122         {"number.", "numero "},
 123         {"expected.", "previsto "},
 124         {".read.end.of.file", ", letto end of file"},
 125         {"expected.read.end.of.file", "previsto ';', letto end of file"},
 126         {"line.", "riga "},
 127         {".expected.", ": previsto '"},
 128         {".found.", "', trovato '"},
 129         {"QUOTE", "'"},
 130 
 131         // SolarisPrincipals
 132         {"SolarisNumericGroupPrincipal.Primary.Group.",
 133                 "SolarisNumericGroupPrincipal [gruppo primario]: "},
 134         {"SolarisNumericGroupPrincipal.Supplementary.Group.",
 135                 "SolarisNumericGroupPrincipal [gruppo supplementare]: "},
 136         {"SolarisNumericUserPrincipal.",
 137                 "SolarisNumericUserPrincipal: "},
 138         {"SolarisPrincipal.", "SolarisPrincipal: "},



 139         {"provided.null.name", "il nome fornito \u00E8 nullo"}
 140 
 141     };
 142 
 143     /**
 144      * Returns the contents of this <code>ResourceBundle</code>.
 145      *
 146      * <p>
 147      *
 148      * @return the contents of this <code>ResourceBundle</code>.
 149      */
 150     public Object[][] getContents() {
 151         return contents;
 152     }
 153 }


  94         {"Kerberos.username.defUsername.",
  95                 "Nome utente Kerberos [{0}]: "},
  96         {"Kerberos.password.for.username.",
  97                 "Password Kerberos per {0}: "},
  98 
  99         /***    EVERYTHING BELOW IS DEPRECATED  ***/
 100 
 101         // com.sun.security.auth.PolicyFile
 102         {".error.parsing.", ": errore durante l'analisi "},
 103         {"COLON", ": "},
 104         {".error.adding.Permission.", ": errore durante l'aggiunta dell'autorizzazione "},
 105         {"SPACE", " "},
 106         {".error.adding.Entry.", ": errore durante l'aggiunta della voce "},
 107         {"LPARAM", "("},
 108         {"RPARAM", ")"},
 109         {"attempt.to.add.a.Permission.to.a.readonly.PermissionCollection",
 110             "tentativo di aggiungere un'autorizzazione a una PermissionCollection di sola lettura"},
 111 
 112         // com.sun.security.auth.PolicyParser
 113         {"expected.keystore.type", "tipo keystore previsto"},
 114         {"can.not.specify.Principal.with.a.wildcard.class.without.a.wildcard.name",
 115                 "impossibile specificare un principal con una classe carattere jolly senza un nome carattere jolly"},


 116         {"expected.codeBase.or.SignedBy", "previsto codeBase o SignedBy"},
 117         {"only.Principal.based.grant.entries.permitted",
 118                 "sono consentiti solo valori garantiti basati sul principal"},
 119         {"expected.permission.entry", "prevista voce di autorizzazione"},
 120         {"number.", "numero "},
 121         {"expected.expect.read.end.of.file.",
 122                 "previsto {0}, letto end of file"},
 123         {"expected.read.end.of.file", "previsto ';', letto end of file"},
 124         {"line.", "riga "},
 125         {".expected.", ": previsto '"},
 126         {".found.", "', trovato '"},
 127         {"QUOTE", "'"},
 128 
 129         // SolarisPrincipals
 130         {"SolarisNumericGroupPrincipal.Primary.Group.",
 131                 "SolarisNumericGroupPrincipal [gruppo primario]: "},
 132         {"SolarisNumericGroupPrincipal.Supplementary.Group.",
 133                 "SolarisNumericGroupPrincipal [gruppo supplementare]: "},
 134         {"SolarisNumericUserPrincipal.",
 135                 "SolarisNumericUserPrincipal: "},
 136         {"SolarisPrincipal.", "SolarisPrincipal: "},
 137         // provided.null.name is the NullPointerException message when a
 138         // developer incorrectly passes a null name to the constructor of
 139         // subclasses of java.security.Principal
 140         {"provided.null.name", "il nome fornito \u00E8 nullo"}
 141 
 142     };
 143 
 144     /**
 145      * Returns the contents of this <code>ResourceBundle</code>.
 146      *
 147      * <p>
 148      *
 149      * @return the contents of this <code>ResourceBundle</code>.
 150      */
 151     public Object[][] getContents() {
 152         return contents;
 153     }
 154 }
< prev index next >