Path: blob/aarch64-shenandoah-jdk8u272-b10/jdk/src/share/classes/sun/security/util/AuthResources_ja.java
38830 views
/*1* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.2* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.3*4* This code is free software; you can redistribute it and/or modify it5* under the terms of the GNU General Public License version 2 only, as6* published by the Free Software Foundation. Oracle designates this7* particular file as subject to the "Classpath" exception as provided8* by Oracle in the LICENSE file that accompanied this code.9*10* This code is distributed in the hope that it will be useful, but WITHOUT11* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or12* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License13* version 2 for more details (a copy is included in the LICENSE file that14* accompanied this code).15*16* You should have received a copy of the GNU General Public License version17* 2 along with this work; if not, write to the Free Software Foundation,18* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.19*20* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA21* or visit www.oracle.com if you need additional information or have any22* questions.23*/2425package sun.security.util;2627/**28* <p> This class represents the <code>ResourceBundle</code>29* for the following packages:30*31* <ol>32* <li> com.sun.security.auth33* <li> com.sun.security.auth.login34* </ol>35*36*/37public class AuthResources_ja extends java.util.ListResourceBundle {3839private static final Object[][] contents = {4041// NT principals42{"invalid.null.input.value", "\u7121\u52B9\u306Anull\u306E\u5165\u529B: {0}"},43{"NTDomainPrincipal.name", "NTDomainPrincipal: {0}"},44{"NTNumericCredential.name", "NTNumericCredential: {0}"},45{"Invalid.NTSid.value", "\u7121\u52B9\u306ANTSid\u5024"},46{"NTSid.name", "NTSid: {0}"},47{"NTSidDomainPrincipal.name", "NTSidDomainPrincipal: {0}"},48{"NTSidGroupPrincipal.name", "NTSidGroupPrincipal: {0}"},49{"NTSidPrimaryGroupPrincipal.name", "NTSidPrimaryGroupPrincipal: {0}"},50{"NTSidUserPrincipal.name", "NTSidUserPrincipal: {0}"},51{"NTUserPrincipal.name", "NTUserPrincipal: {0}"},5253// UnixPrincipals54{"UnixNumericGroupPrincipal.Primary.Group.name",55"UnixNumericGroupPrincipal [\u4E3B\u30B0\u30EB\u30FC\u30D7]: {0}"},56{"UnixNumericGroupPrincipal.Supplementary.Group.name",57"UnixNumericGroupPrincipal [\u88DC\u52A9\u30B0\u30EB\u30FC\u30D7]: {0}"},58{"UnixNumericUserPrincipal.name", "UnixNumericUserPrincipal: {0}"},59{"UnixPrincipal.name", "UnixPrincipal: {0}"},6061// com.sun.security.auth.login.ConfigFile62{"Unable.to.properly.expand.config", "{0}\u3092\u6B63\u3057\u304F\u5C55\u958B\u3067\u304D\u307E\u305B\u3093"},63{"extra.config.No.such.file.or.directory.",64"{0}(\u6307\u5B9A\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u307E\u305F\u306F\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306F\u5B58\u5728\u3057\u307E\u305B\u3093)"},65{"Configuration.Error.No.such.file.or.directory",66"\u69CB\u6210\u30A8\u30E9\u30FC:\n\t\u6307\u5B9A\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u307E\u305F\u306F\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306F\u5B58\u5728\u3057\u307E\u305B\u3093"},67{"Configuration.Error.Invalid.control.flag.flag",68"\u69CB\u6210\u30A8\u30E9\u30FC:\n\t\u7121\u52B9\u306A\u5236\u5FA1\u30D5\u30E9\u30B0: {0}"},69{"Configuration.Error.Can.not.specify.multiple.entries.for.appName",70"\u69CB\u6210\u30A8\u30E9\u30FC:\n\t{0}\u306B\u8907\u6570\u306E\u30A8\u30F3\u30C8\u30EA\u3092\u6307\u5B9A\u3067\u304D\u307E\u305B\u3093"},71{"Configuration.Error.expected.expect.read.end.of.file.",72"\u69CB\u6210\u30A8\u30E9\u30FC:\n\t[{0}]\u3067\u306F\u306A\u304F\u3001[\u30D5\u30A1\u30A4\u30EB\u306E\u7D42\u308F\u308A]\u304C\u8AAD\u307F\u8FBC\u307E\u308C\u307E\u3057\u305F"},73{"Configuration.Error.Line.line.expected.expect.found.value.",74"\u69CB\u6210\u30A8\u30E9\u30FC:\n\t\u884C{0}: [{1}]\u3067\u306F\u306A\u304F\u3001[{2}]\u304C\u691C\u51FA\u3055\u308C\u307E\u3057\u305F"},75{"Configuration.Error.Line.line.expected.expect.",76"\u69CB\u6210\u30A8\u30E9\u30FC:\n\t\u884C{0}: [{1}]\u304C\u8981\u6C42\u3055\u308C\u307E\u3057\u305F"},77{"Configuration.Error.Line.line.system.property.value.expanded.to.empty.value",78"\u69CB\u6210\u30A8\u30E9\u30FC:\n\t\u884C{0}: \u30B7\u30B9\u30C6\u30E0\u30FB\u30D7\u30ED\u30D1\u30C6\u30A3[{1}]\u304C\u7A7A\u306E\u5024\u306B\u5C55\u958B\u3055\u308C\u307E\u3057\u305F"},7980// com.sun.security.auth.module.JndiLoginModule81{"username.","\u30E6\u30FC\u30B6\u30FC\u540D: "},82{"password.","\u30D1\u30B9\u30EF\u30FC\u30C9: "},8384// com.sun.security.auth.module.KeyStoreLoginModule85{"Please.enter.keystore.information",86"\u30AD\u30FC\u30B9\u30C8\u30A2\u60C5\u5831\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044"},87{"Keystore.alias.","\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u5225\u540D: "},88{"Keystore.password.","\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u30D1\u30B9\u30EF\u30FC\u30C9: "},89{"Private.key.password.optional.",90"\u79D8\u5BC6\u9375\u306E\u30D1\u30B9\u30EF\u30FC\u30C9(\u30AA\u30D7\u30B7\u30E7\u30F3): "},9192// com.sun.security.auth.module.Krb5LoginModule93{"Kerberos.username.defUsername.",94"Kerberos\u30E6\u30FC\u30B6\u30FC\u540D[{0}]: "},95{"Kerberos.password.for.username.",96"{0}\u306EKerberos\u30D1\u30B9\u30EF\u30FC\u30C9: "},9798/*** EVERYTHING BELOW IS DEPRECATED ***/99100// com.sun.security.auth.PolicyFile101{".error.parsing.", ": \u89E3\u6790\u30A8\u30E9\u30FC "},102{"COLON", ": "},103{".error.adding.Permission.", ": \u30A2\u30AF\u30BB\u30B9\u6A29\u306E\u8FFD\u52A0\u30A8\u30E9\u30FC "},104{"SPACE", " "},105{".error.adding.Entry.", ": \u30A8\u30F3\u30C8\u30EA\u306E\u8FFD\u52A0\u30A8\u30E9\u30FC "},106{"LPARAM", "("},107{"RPARAM", ")"},108{"attempt.to.add.a.Permission.to.a.readonly.PermissionCollection",109"\u8AAD\u53D6\u308A\u5C02\u7528\u306EPermissionCollection\u306B\u30A2\u30AF\u30BB\u30B9\u6A29\u306E\u8FFD\u52A0\u304C\u8A66\u884C\u3055\u308C\u307E\u3057\u305F"},110111// com.sun.security.auth.PolicyParser112{"expected.keystore.type", "\u4E88\u60F3\u3055\u308C\u305F\u30AD\u30FC\u30B9\u30C8\u30A2\u30FB\u30BF\u30A4\u30D7"},113{"can.not.specify.Principal.with.a.wildcard.class.without.a.wildcard.name",114"\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u540D\u306E\u306A\u3044\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u30FB\u30AF\u30E9\u30B9\u3092\u4F7F\u7528\u3057\u3066\u3001\u30D7\u30EA\u30F3\u30B7\u30D1\u30EB\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093"},115{"expected.codeBase.or.SignedBy", "\u4E88\u60F3\u3055\u308C\u305FcodeBase\u307E\u305F\u306FSignedBy"},116{"only.Principal.based.grant.entries.permitted",117"\u30D7\u30EA\u30F3\u30B7\u30D1\u30EB\u30FB\u30D9\u30FC\u30B9\u306E\u30A8\u30F3\u30C8\u30EA\u306E\u307F\u304C\u8A31\u53EF\u3055\u308C\u307E\u3059\u3002"},118{"expected.permission.entry", "\u4E88\u60F3\u3055\u308C\u305F\u30A2\u30AF\u30BB\u30B9\u6A29\u30A8\u30F3\u30C8\u30EA"},119{"number.", "\u6570 "},120{"expected.expect.read.end.of.file.",121"{0}\u3067\u306F\u306A\u304F\u30D5\u30A1\u30A4\u30EB\u306E\u7D42\u308F\u308A\u304C\u8AAD\u307F\u8FBC\u307E\u308C\u307E\u3057\u305F"},122{"expected.read.end.of.file", "\u4E88\u60F3\u5024\u306F';'\u3067\u3059\u304C\u3001\u30D5\u30A1\u30A4\u30EB\u306E\u7D42\u308F\u308A\u304C\u8AAD\u307F\u8FBC\u307E\u308C\u307E\u3057\u305F"},123{"line.", "\u884C\u756A\u53F7 "},124{".expected.", ": \u4E88\u60F3\u5024'"},125{".found.", "',\u691C\u51FA\u5024'"},126{"QUOTE", "'"},127128// SolarisPrincipals129{"SolarisNumericGroupPrincipal.Primary.Group.",130"SolarisNumericGroupPrincipal [\u4E3B\u30B0\u30EB\u30FC\u30D7]: "},131{"SolarisNumericGroupPrincipal.Supplementary.Group.",132"SolarisNumericGroupPrincipal [\u88DC\u52A9\u30B0\u30EB\u30FC\u30D7]: "},133{"SolarisNumericUserPrincipal.",134"SolarisNumericUserPrincipal: "},135{"SolarisPrincipal.", "SolarisPrincipal: "},136// provided.null.name is the NullPointerException message when a137// developer incorrectly passes a null name to the constructor of138// subclasses of java.security.Principal139{"provided.null.name", "null\u306E\u540D\u524D\u304C\u6307\u5B9A\u3055\u308C\u307E\u3057\u305F"}140141};142143/**144* Returns the contents of this <code>ResourceBundle</code>.145*146* <p>147*148* @return the contents of this <code>ResourceBundle</code>.149*/150public Object[][] getContents() {151return contents;152}153}154155156