001    /*
002     * Licensed to the Apache Software Foundation (ASF) under one
003     * or more contributor license agreements. See the NOTICE file
004     * distributed with this work for additional information
005     * regarding copyright ownership. The ASF licenses this file
006     * to you under the Apache License, Version 2.0 (the  "License");
007     * you may not use this file except in compliance with the License.
008     * You may obtain a copy of the License at
009     *
010     *     http://www.apache.org/licenses/LICENSE-2.0
011     *
012     * Unless required by applicable law or agreed to in writing, software
013     * distributed under the License is distributed on an "AS IS" BASIS,
014     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
015     * See the License for the specific language governing permissions and
016     * limitations under the License.
017     */
018    /*
019     * $Id: SerializerMessages_sv.java 468654 2006-10-28 07:09:23Z minchau $
020     */
021    
022    package org.apache.xml.serializer.utils;
023    
024    import java.util.ListResourceBundle;
025    
026    public class SerializerMessages_sv extends ListResourceBundle {
027      public Object[][] getContents() {
028        Object[][] contents =  new Object[][] {
029            // BAD_MSGKEY needs translation
030            // BAD_MSGFORMAT needs translation
031            // ER_SERIALIZER_NOT_CONTENTHANDLER needs translation
032            // ER_RESOURCE_COULD_NOT_FIND needs translation
033            // ER_RESOURCE_COULD_NOT_LOAD needs translation
034            // ER_BUFFER_SIZE_LESSTHAN_ZERO needs translation
035            // ER_INVALID_UTF16_SURROGATE needs translation
036            // ER_OIERROR needs translation
037            // ER_ILLEGAL_ATTRIBUTE_POSITION needs translation
038            // ER_NAMESPACE_PREFIX needs translation
039            // ER_STRAY_ATTRIBUTE needs translation
040            // ER_STRAY_NAMESPACE needs translation
041            // ER_COULD_NOT_LOAD_RESOURCE needs translation
042            // ER_ILLEGAL_CHARACTER needs translation
043            // ER_COULD_NOT_LOAD_METHOD_PROPERTY needs translation
044          { MsgKey.ER_INVALID_PORT,
045            "Ogiltigt portnummer"},
046    
047          { MsgKey.ER_PORT_WHEN_HOST_NULL,
048            "Port kan inte s\u00e4ttas n\u00e4r v\u00e4rd \u00e4r null"},
049    
050          { MsgKey.ER_HOST_ADDRESS_NOT_WELLFORMED,
051            "V\u00e4rd \u00e4r inte en v\u00e4lformulerad adress"},
052    
053          { MsgKey.ER_SCHEME_NOT_CONFORMANT,
054            "Schemat \u00e4r inte likformigt."},
055    
056          { MsgKey.ER_SCHEME_FROM_NULL_STRING,
057            "Kan inte s\u00e4tta schema fr\u00e5n null-str\u00e4ng"},
058    
059          { MsgKey.ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE,
060            "V\u00e4g inneh\u00e5ller ogiltig flyktsekvens"},
061    
062          { MsgKey.ER_PATH_INVALID_CHAR,
063            "V\u00e4g inneh\u00e5ller ogiltigt tecken: {0}"},
064    
065          { MsgKey.ER_FRAG_INVALID_CHAR,
066            "Fragment inneh\u00e5ller ogiltigt tecken"},
067    
068          { MsgKey.ER_FRAG_WHEN_PATH_NULL,
069            "Fragment kan inte s\u00e4ttas n\u00e4r v\u00e4g \u00e4r null"},
070    
071          { MsgKey.ER_FRAG_FOR_GENERIC_URI,
072            "Fragment kan bara s\u00e4ttas f\u00f6r en allm\u00e4n URI"},
073    
074          { MsgKey.ER_NO_SCHEME_IN_URI,
075            "Schema saknas i URI: {0}"},
076    
077          { MsgKey.ER_CANNOT_INIT_URI_EMPTY_PARMS,
078            "Kan inte initialisera URI med tomma parametrar"},
079    
080          { MsgKey.ER_NO_FRAGMENT_STRING_IN_PATH,
081            "Fragment kan inte anges i b\u00e5de v\u00e4gen och fragmentet"},
082    
083          { MsgKey.ER_NO_QUERY_STRING_IN_PATH,
084            "F\u00f6rfr\u00e5gan-str\u00e4ng kan inte anges i v\u00e4g och f\u00f6rfr\u00e5gan-str\u00e4ng"},
085    
086          { MsgKey.ER_NO_PORT_IF_NO_HOST,
087            "Port f\u00e5r inte anges om v\u00e4rden inte \u00e4r angiven"},
088    
089          { MsgKey.ER_NO_USERINFO_IF_NO_HOST,
090            "Userinfo f\u00e5r inte anges om v\u00e4rden inte \u00e4r angiven"},
091    
092          { MsgKey.ER_SCHEME_REQUIRED,
093            "Schema kr\u00e4vs!"}
094    
095        };
096        return contents;
097      }
098    }