📄 xslterrorresources_sv.java
字号:
{ ER_NO_STYLESHEET_PI, "xml-stylesheet PI saknas i: {0}"}, /** Not supported */ //public static final int ER_NOT_SUPPORTED = 171; { ER_NOT_SUPPORTED, "Underst\u00f6ds inte: {0}"}, /** Value for property {0} should be a Boolean instance */ //public static final int ER_PROPERTY_VALUE_BOOLEAN = 177; { ER_PROPERTY_VALUE_BOOLEAN, "V\u00e4rde p\u00e5 egenskap {0} borde vara en Boolesk instans"}, /* This key/message changed ,NEED ER_COULD_NOT_FIND_EXTERN_SCRIPT: Pending,Ramesh */ /** src attribute not yet supported for */ //public static final int ER_SRC_ATTRIB_NOT_SUPPORTED = 195; { "ER_SRC_ATTRIB_NOT_SUPPORTED", "src-attributet underst\u00f6ds \u00e4nnu inte f\u00f6r {0}"}, /** The resource [] could not be found */ //public static final int ER_RESOURCE_COULD_NOT_FIND = 196; { ER_RESOURCE_COULD_NOT_FIND, "Resursen [ {0} ] saknas. \n {1}"}, /** output property not recognized: */ //public static final int ER_OUTPUT_PROPERTY_NOT_RECOGNIZED = 197; { ER_OUTPUT_PROPERTY_NOT_RECOGNIZED, "Utdata-egenskap k\u00e4nns inte igen: {0}"}, /** Failed creating ElemLiteralResult instance */ //public static final int ER_FAILED_CREATING_ELEMLITRSLT = 203; { ER_FAILED_CREATING_ELEMLITRSLT, "Kunde inte skapa instans av ElemLiteralResult"}, // Earlier (JDK 1.4 XALAN 2.2-D11) at key code '204' the key name was ER_PRIORITY_NOT_PARSABLE // In latest Xalan code base key name is ER_VALUE_SHOULD_BE_NUMBER. This should also be taken care //in locale specific files like XSLTErrorResources_de.java, XSLTErrorResources_fr.java etc. //NOTE: Not only the key name but message has also been changed. - nb. /** Priority value does not contain a parsable number */ //public static final int ER_VALUE_SHOULD_BE_NUMBER = 204; { ER_VALUE_SHOULD_BE_NUMBER, "V\u00e4rdet f\u00f6r {0} b\u00f6r inneh\u00e5lla en siffra som inte kan tolkas"}, /** Value for {0} should equal 'yes' or 'no' */ //public static final int ER_VALUE_SHOULD_EQUAL = 205; { ER_VALUE_SHOULD_EQUAL, "V\u00e4rde p\u00e5 {0} borde motsvara ja eller nej"}, /** Failed calling {0} method */ //public static final int ER_FAILED_CALLING_METHOD = 206; { ER_FAILED_CALLING_METHOD, " Kunde inte anropa metoden {0}"}, /** Failed creating ElemLiteralResult instance */ //public static final int ER_FAILED_CREATING_ELEMTMPL = 207; { ER_FAILED_CREATING_ELEMTMPL, "Kunde inte skapa instans av ElemTemplateElement"}, /** Characters are not allowed at this point in the document */ //public static final int ER_CHARS_NOT_ALLOWED = 208; { ER_CHARS_NOT_ALLOWED, "Tecken \u00e4r inte till\u00e5tna i dokumentet vid den h\u00e4r tidpunkten"}, /** attribute is not allowed on the element */ //public static final int ER_ATTR_NOT_ALLOWED = 209; { ER_ATTR_NOT_ALLOWED, "Attributet \"{0}\" \u00e4r inte till\u00e5ten i det {1} elementet!"}, /** Bad value */ //public static final int ER_BAD_VALUE = 211; { ER_BAD_VALUE, "{0} d\u00e5ligt v\u00e4rde {1} "}, /** attribute value not found */ //public static final int ER_ATTRIB_VALUE_NOT_FOUND = 212; { ER_ATTRIB_VALUE_NOT_FOUND, "Attributet {0} saknas "}, /** attribute value not recognized */ //public static final int ER_ATTRIB_VALUE_NOT_RECOGNIZED = 213; { ER_ATTRIB_VALUE_NOT_RECOGNIZED, "Attributv\u00e4rdet {0} k\u00e4nns inte igen "}, /** Attempting to generate a namespace prefix with a null URI */ //public static final int ER_NULL_URI_NAMESPACE = 216; { ER_NULL_URI_NAMESPACE, "F\u00f6rs\u00f6ker generera ett namnomr\u00e5desprefix med en null-URI"}, // Following are the new ERROR keys added in XALAN code base after Jdk 1.4 (Xalan 2.2-D11) /** Attempting to generate a namespace prefix with a null URI */ //public static final int ER_NUMBER_TOO_BIG = 217; { ER_NUMBER_TOO_BIG, "F\u00f6rs\u00f6ker formatera en siffra som \u00e4r st\u00f6rre \u00e4n det st\u00f6rsta l\u00e5nga heltalet"},//ER_CANNOT_FIND_SAX1_DRIVER //public static final int ER_CANNOT_FIND_SAX1_DRIVER = 218; { ER_CANNOT_FIND_SAX1_DRIVER, "Det g\u00e5r inte att hitta SAX1-drivrutinen klass {0}"},//ER_SAX1_DRIVER_NOT_LOADED //public static final int ER_SAX1_DRIVER_NOT_LOADED = 219; { ER_SAX1_DRIVER_NOT_LOADED, "SAX1-drivrutinen klass {0} hittades men kan inte laddas"},//ER_SAX1_DRIVER_NOT_INSTANTIATED //public static final int ER_SAX1_DRIVER_NOT_INSTANTIATED = 220 ; { ER_SAX1_DRIVER_NOT_INSTANTIATED, "SAX1-drivrutinen klass {0} hittades men kan inte instansieras"},// ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER //public static final int ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER = 221; { ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER, "SAX1-drivrutinen klass {0} implementerar inte org.xml.sax.Parser"},// ER_PARSER_PROPERTY_NOT_SPECIFIED //public static final int ER_PARSER_PROPERTY_NOT_SPECIFIED = 222; { ER_PARSER_PROPERTY_NOT_SPECIFIED, "Systemegenskapen org.xml.sax.parser \u00e4r inte angiven"},//ER_PARSER_ARG_CANNOT_BE_NULL //public static final int ER_PARSER_ARG_CANNOT_BE_NULL = 223 ; { ER_PARSER_ARG_CANNOT_BE_NULL, "Tolkningsargumentet f\u00e5r inte vara null"},// ER_FEATURE //public static final int ER_FEATURE = 224; { ER_FEATURE, "Funktion:a {0}"},// ER_PROPERTY //public static final int ER_PROPERTY = 225 ; { ER_PROPERTY, "Egenskap:a {0}"},// ER_NULL_ENTITY_RESOLVER //public static final int ER_NULL_ENTITY_RESOLVER = 226; { ER_NULL_ENTITY_RESOLVER, "Nullenhetsl\u00f6sare"},// ER_NULL_DTD_HANDLER //public static final int ER_NULL_DTD_HANDLER = 227 ; { ER_NULL_DTD_HANDLER, "Null-DTD-hanterare"},// No Driver Name Specified! //public static final int ER_NO_DRIVER_NAME_SPECIFIED = 228; { ER_NO_DRIVER_NAME_SPECIFIED, "Inget drivrutinsnamn \u00e4r angett!"},// No URL Specified! //public static final int ER_NO_URL_SPECIFIED = 229; { ER_NO_URL_SPECIFIED, "Ingen URL har angetts!"},// Pool size is less than 1! //public static final int ER_POOLSIZE_LESS_THAN_ONE = 230; { ER_POOLSIZE_LESS_THAN_ONE, "Poolstorleken \u00e4r mindre \u00e4n 1!"},// Invalid Driver Name Specified! //public static final int ER_INVALID_DRIVER_NAME = 231; { ER_INVALID_DRIVER_NAME, "Ett ogiltigt drivrutinsnamn har angetts!"},// ErrorListener //public static final int ER_ERRORLISTENER = 232; { ER_ERRORLISTENER, "ErrorListener"},// Programmer's error! expr has no ElemTemplateElement parent! //public static final int ER_ASSERT_NO_TEMPLATE_PARENT = 233; { ER_ASSERT_NO_TEMPLATE_PARENT, "Programmerarfel! expr har inget \u00f6verordnat ElemTemplateElement!"},// Programmer's assertion in RundundentExprEliminator: {0} //public static final int ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR = 234; { ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR, "Programmerarkontroll i RundundentExprEliminator: {0}"}, // {0}is not allowed in this position in the stylesheet! //public static final int ER_NOT_ALLOWED_IN_POSITION = 237; { ER_NOT_ALLOWED_IN_POSITION, "{0} \u00e4r inte till\u00e5ten i denna position i formatmallen!"}, // Non-whitespace text is not allowed in this position in the stylesheet! //public static final int ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION = 238; { ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION, "Text utan blanksteg \u00e4r inte till\u00e5ten i denna position i formatmallen!"}, // This code is shared with warning codes. // Illegal value: {1} used for CHAR attribute: {0}. An attribute of type CHAR must be only 1 character! //public static final int INVALID_TCHAR = 239; // SystemId Unknown { INVALID_TCHAR, "Ogiltigt v\u00e4rde: {1} anv\u00e4nds f\u00f6r CHAR-attributet: {0}. Ett attribut av CHAR-typ f\u00e5r bara ha 1 tecken!"}, // Note to translators: The following message is used if the value of // an attribute in a stylesheet is invalid. "QNAME" is the XML data-type of // the attribute, and should not be translated. The substitution text {1} is // the attribute value and {0} is the attribute name. // INVALID_QNAME //The following codes are shared with the warning codes... // Illegal value: {1} used for QNAME attribute: {0} //public static final int INVALID_QNAME = 242; { INVALID_QNAME, "Ogiltigt v\u00e4rde:a {1} anv\u00e4nds f\u00f6r QNAME-attributet:a {0}"}, // Note to translators: The following message is used if the value of // an attribute in a stylesheet is invalid. "ENUM" is the XML data-type of // the attribute, and should not be translated. The substitution text {1} is // the attribute value, {0} is the attribute name, and {2} is a list of valid // values. // INVALID_ENUM // Illegal value:a {1} used for ENUM attribute:a {0}. Valid values are:a {2}. //public static final int INVALID_ENUM = 243; { INVALID_ENUM, "Ogiltigt v\u00e4rde:a {1} anv\u00e4nds f\u00f6r ENUM-attributet:a {0}. Giltiga v\u00e4rden \u00e4r:a {2}."},// Note to translators: The following message is used if the value of// an attribute in a stylesheet is invalid. "NMTOKEN" is the XML data-type// of the attribute, and should not be translated. The substitution text {1} is// the attribute value and {0} is the attribute name.// INVALID_NMTOKEN // Illegal value:a {1} used for NMTOKEN attribute:a {0}. //public static final int INVALID_NMTOKEN = 244; { INVALID_NMTOKEN, "Ogiltigt v\u00e4rde:a {1} anv\u00e4nds f\u00f6r NMTOKEN-attributet:a {0} "},// Note to translators: The following message is used if the value of// an attribute in a stylesheet is invalid. "NCNAME" is the XML data-type// of the attribute, and should not be translated. The substitution text {1} is// the attribute value and {0} is the attribute name.// INVALID_NCNAME // Illegal value:a {1} used for NCNAME attribute:a {0}. //public static final int INVALID_NCNAME = 245; { INVALID_NCNAME, "Ogiltigt v\u00e4rde:a {1} anv\u00e4nds f\u00f6r NCNAME-attributet:a {0} "},// Note to translators: The following message is used if the value of// an attribute in a stylesheet is invalid. "boolean" is the XSLT data-type// of the attribute, and should not be translated. The substitution text {1} is// the attribute value and {0} is the attribute name.// INVALID_BOOLEAN // Illegal value:a {1} used for boolean attribute:a {0}. //public static final int INVALID_BOOLEAN = 246; { INVALID_BOOLEAN, "Ogiltigt v\u00e4rde:a {1} anv\u00e4nds som Booleskt attribut:a {0} "},// Note to translators: The following message is used if the value of// an attribute in a stylesheet is invalid. "number" is the XSLT data-type// of the attribute, and should not be translated. The substitution text {1} is// the attribute value and {0} is the attribute name.// INVALID_NUMBER // Illegal value:a {1} used for number attribute:a {0}. //public static final int INVALID_NUMBER = 247; { INVALID_NUMBER, "Ogiltigt v\u00e4rde:a {1} anv\u00e4nds som sifferattribut:a {0} "}, // End of shared codes...// Note to translators: A "match pattern" is a special form of XPath expression// that is used for matching patterns. The su
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -