< prev index next >

src/java.base/share/classes/sun/security/util/AuthResources_sv.java

Print this page


   1 /*
   2  * Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any


 100 
 101         // com.sun.security.auth.PolicyFile
 102         {".error.parsing.", ": tolkningsfel "},
 103         {"COLON", ": "},
 104         {".error.adding.Permission.", ": fel vid tillägg av behörighet "},
 105         {"SPACE", " "},
 106         {".error.adding.Entry.", ": fel vid tillägg av post "},
 107         {"LPARAM", "("},
 108         {"RPARAM", ")"},
 109         {"attempt.to.add.a.Permission.to.a.readonly.PermissionCollection",
 110             "försök att lägga till behörighet till skrivskyddad PermissionCollection"},
 111 
 112         // com.sun.security.auth.PolicyParser
 113         {"expected.keystore.type", "förväntad nyckellagertyp"},
 114         {"can.not.specify.Principal.with.a.wildcard.class.without.a.wildcard.name",
 115                 "kan inte ange identitetshavare med en jokerteckenklass utan ett jokerteckennamn"},
 116         {"expected.codeBase.or.SignedBy", "förväntade codeBase eller SignedBy"},
 117         {"only.Principal.based.grant.entries.permitted",
 118                 "endast identitetshavarbaserade poster tillåts"},
 119         {"expected.permission.entry", "förväntade behörighetspost"},
 120         {"number.", "antal "},
 121         {"expected.expect.read.end.of.file.",
 122                 "förväntade {0}, läste filslut"},
 123         {"expected.read.end.of.file", "förväntade ';', läste filslut"},
 124         {"line.", "rad "},
 125         {".expected.", ": förväntade '"},
 126         {".found.", "', hittade '"},
 127         {"QUOTE", "'"},
 128 
 129         // SolarisPrincipals
 130         {"SolarisNumericGroupPrincipal.Primary.Group.",
 131                 "SolarisNumericGroupPrincipal [primär grupp]: "},
 132         {"SolarisNumericGroupPrincipal.Supplementary.Group.",
 133                 "SolarisNumericGroupPrincipal [tilläggsgrupp]: "},
 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", "angav null-namn"}
   1 /*
   2  * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any


 100 
 101         // com.sun.security.auth.PolicyFile
 102         {".error.parsing.", ": tolkningsfel "},
 103         {"COLON", ": "},
 104         {".error.adding.Permission.", ": fel vid tillägg av behörighet "},
 105         {"SPACE", " "},
 106         {".error.adding.Entry.", ": fel vid tillägg av post "},
 107         {"LPARAM", "("},
 108         {"RPARAM", ")"},
 109         {"attempt.to.add.a.Permission.to.a.readonly.PermissionCollection",
 110             "försök att lägga till behörighet till skrivskyddad PermissionCollection"},
 111 
 112         // com.sun.security.auth.PolicyParser
 113         {"expected.keystore.type", "förväntad nyckellagertyp"},
 114         {"can.not.specify.Principal.with.a.wildcard.class.without.a.wildcard.name",
 115                 "kan inte ange identitetshavare med en jokerteckenklass utan ett jokerteckennamn"},
 116         {"expected.codeBase.or.SignedBy", "förväntade codeBase eller SignedBy"},
 117         {"only.Principal.based.grant.entries.permitted",
 118                 "endast identitetshavarbaserade poster tillåts"},
 119         {"expected.permission.entry", "förväntade behörighetspost"},
 120         {"number.", "nummer"},
 121         {"expected.expect.read.end.of.file.",
 122                 "förväntade {0}, läste filslut"},
 123         {"expected.read.end.of.file", "förväntade ';', läste filslut"},
 124         {"line.", "rad "},
 125         {".expected.", ": förväntade '"},
 126         {".found.", "', hittade '"},
 127         {"QUOTE", "'"},
 128 
 129         // SolarisPrincipals
 130         {"SolarisNumericGroupPrincipal.Primary.Group.",
 131                 "SolarisNumericGroupPrincipal [primär grupp]: "},
 132         {"SolarisNumericGroupPrincipal.Supplementary.Group.",
 133                 "SolarisNumericGroupPrincipal [tilläggsgrupp]: "},
 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", "angav null-namn"}
< prev index next >