< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xalan/internal/res/XSLTErrorResources_sv.java

Print this page

        

*** 1,8 **** /* ! * reserved comment block ! * DO NOT REMOVE OR ALTER! */ /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. --- 1,7 ---- /* ! * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. */ /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership.
*** 20,32 **** */ package com.sun.org.apache.xalan.internal.res; import java.util.ListResourceBundle; - import java.util.Locale; - import java.util.MissingResourceException; - import java.util.ResourceBundle; /** * Set up error messages. * We build a two dimensional array of message keys and * message strings. In order to add a new message here, --- 19,28 ----
*** 480,490 **** /** Error message ID that has a null message, but takes in a single object. */ {"ER0000" , "{0}" }, { ER_NO_CURLYBRACE, ! "Fel: Uttryck f\u00E5r inte inneh\u00E5lla '{'"}, { ER_ILLEGAL_ATTRIBUTE , "{0} har ett otill\u00E5tet attribut: {1}"}, {ER_NULL_SOURCENODE_APPLYIMPORTS , --- 476,486 ---- /** Error message ID that has a null message, but takes in a single object. */ {"ER0000" , "{0}" }, { ER_NO_CURLYBRACE, ! "Fel: Uttryck kan inte inneh\u00E5lla '{'"}, { ER_ILLEGAL_ATTRIBUTE , "{0} har ett otill\u00E5tet attribut: {1}"}, {ER_NULL_SOURCENODE_APPLYIMPORTS ,
*** 1424,1449 **** public static final String BAD_CODE = "BAD_CODE"; /** String for use when formatting of the error string failed. */ public static final String FORMAT_FAILED = "FORMAT_FAILED"; ! /** General error string. */ ! public static final String ERROR_STRING = "#error"; ! ! /** String to prepend to error messages. */ ! public static final String ERROR_HEADER = "Error: "; ! ! /** String to prepend to warning messages. */ ! public static final String WARNING_HEADER = "Warning: "; ! ! /** String to specify the XSLT module. */ ! public static final String XSL_HEADER = "XSLT "; ! ! /** String to specify the XML parser module. */ ! public static final String XML_HEADER = "XML "; ! ! /** I don't think this is used any more. ! * @deprecated */ ! public static final String QUERY_HEADER = "PATTERN "; ! ! ! } --- 1420,1425 ---- public static final String BAD_CODE = "BAD_CODE"; /** String for use when formatting of the error string failed. */ public static final String FORMAT_FAILED = "FORMAT_FAILED"; ! }
< prev index next >