You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jy...@apache.org on 2006/03/14 22:21:55 UTC

svn commit: r385892 [16/19] - /xalan/java/trunk/src/org/apache/xalan/res/

Modified: xalan/java/trunk/src/org/apache/xalan/res/XSLTErrorResources_tr.java
URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/res/XSLTErrorResources_tr.java?rev=385892&r1=385891&r2=385892&view=diff
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/res/XSLTErrorResources_tr.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/res/XSLTErrorResources_tr.java Tue Mar 14 13:21:52 2006
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2006 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -90,7 +90,14 @@
   /*
    * Static variables
    */
-  public static final String ER_NO_CURLYBRACE = "ER_NO_CURLYBRACE";;
+  public static final String ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX =
+        "ER_INVALID_SET_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX";
+
+  public static final String ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX_FOR_DEFAULT =
+        "ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX_FOR_DEFAULT";
+
+  public static final String ER_NO_CURLYBRACE = "ER_NO_CURLYBRACE";
+  public static final String ER_FUNCTION_NOT_SUPPORTED = "ER_FUNCTION_NOT_SUPPORTED";
   public static final String ER_ILLEGAL_ATTRIBUTE = "ER_ILLEGAL_ATTRIBUTE";
   public static final String ER_NULL_SOURCENODE_APPLYIMPORTS = "ER_NULL_SOURCENODE_APPLYIMPORTS";
   public static final String ER_CANNOT_ADD = "ER_CANNOT_ADD";
@@ -379,6 +386,14 @@
          "ER_NOT_ALLOWED_IN_POSITION";
   public static final String ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION =
          "ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION";
+  public static final String ER_NAMESPACE_CONTEXT_NULL_NAMESPACE =
+         "ER_NAMESPACE_CONTEXT_NULL_NAMESPACE";
+  public static final String ER_NAMESPACE_CONTEXT_NULL_PREFIX =
+         "ER_NAMESPACE_CONTEXT_NULL_PREFIX";
+  public static final String ER_XPATH_RESOLVER_NULL_QNAME =
+         "ER_XPATH_RESOLVER_NULL_QNAME";
+  public static final String ER_XPATH_RESOLVER_NEGATIVE_ARITY =
+         "ER_XPATH_RESOLVER_NEGATIVE_ARITY";
   public static final String INVALID_TCHAR = "INVALID_TCHAR";
   public static final String INVALID_QNAME = "INVALID_QNAME";
   public static final String INVALID_ENUM = "INVALID_ENUM";
@@ -392,6 +407,19 @@
   public static final String ER_TEMPLATE_NAME_MATCH = "ER_TEMPLATE_NAME_MATCH";
   public static final String ER_INVALID_PREFIX = "ER_INVALID_PREFIX";
   public static final String ER_NO_ATTRIB_SET = "ER_NO_ATTRIB_SET";
+  public static final String ER_FUNCTION_NOT_FOUND =
+         "ER_FUNCTION_NOT_FOUND";
+  public static final String ER_CANT_HAVE_CONTENT_AND_SELECT =
+     "ER_CANT_HAVE_CONTENT_AND_SELECT";
+  public static final String ER_INVALID_SET_PARAM_VALUE = "ER_INVALID_SET_PARAM_VALUE";
+  public static final String ER_SET_FEATURE_NULL_NAME =
+        "ER_SET_FEATURE_NULL_NAME";
+  public static final String ER_GET_FEATURE_NULL_NAME =
+        "ER_GET_FEATURE_NULL_NAME";
+  public static final String ER_UNSUPPORTED_FEATURE =
+        "ER_UNSUPPORTED_FEATURE";
+  public static final String ER_EXTENSION_ELEMENT_NOT_ALLOWED_IN_SECURE_PROCESSING =
+        "ER_EXTENSION_ELEMENT_NOT_ALLOWED_IN_SECURE_PROCESSING";
 
   public static final String WG_FOUND_CURLYBRACE = "WG_FOUND_CURLYBRACE";
   public static final String WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR =
@@ -441,9 +469,9 @@
          "WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME";
   public static final String WG_ILLEGAL_ATTRIBUTE_POSITION =
          "WG_ILLEGAL_ATTRIBUTE_POSITION";
+  public static final String NO_MODIFICATION_ALLOWED_ERR =
+         "NO_MODIFICATION_ALLOWED_ERR";
 
-
-//  public static final int ER_NO_CURLYBRACE = 1;
   /*
    * Now fill in the message text.
    * Then fill in the message text for that message code in the
@@ -452,9 +480,9 @@
 
   // Error messages...
 
-  /** Get the lookup table for error messages.   
+  /** Get the lookup table for error messages.
    *
-   * @return The int to message lookup table.
+   * @return The message lookup table.
    */
   public Object[][] getContents()
   {
@@ -464,1261 +492,485 @@
   {"ER0000" , "{0}" },
 
 
-  /** ER_NO_CURLYBRACE          */
-
-//  public static final int ER_NO_CURLYBRACE = 1;
-
     { ER_NO_CURLYBRACE,
       "Hata: \u0130fade i\u00e7inde '{' olamaz"},
 
-  /** ER_ILLEGAL_ATTRIBUTE          */
-// public static final int ER_ILLEGAL_ATTRIBUTE = 2;
-
     { ER_ILLEGAL_ATTRIBUTE ,
      "{0} ge\u00e7ersiz {1} \u00f6zniteli\u011fini i\u00e7eriyor"},
 
-  /** ER_NULL_SOURCENODE_APPLYIMPORTS          */
-//  public static final int ER_NULL_SOURCENODE_APPLYIMPORTS = 3;
-
   {ER_NULL_SOURCENODE_APPLYIMPORTS ,
       "xsl:apply-imports i\u00e7inde sourceNode bo\u015f de\u011ferli!"},
 
-  /** ER_CANNOT_ADD          */
- // public static final int ER_CANNOT_ADD = 4;
-
   {ER_CANNOT_ADD,
       "{0}, {1} i\u00e7ine eklenemiyor"},
 
-
-  /** ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES          */
-//  public static final int ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES = 5;
-
-
     { ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES,
       "handleApplyTemplatesInstruction i\u00e7inde sourceNode bo\u015f de\u011ferli!"},
 
-  /** ER_NO_NAME_ATTRIB          */
-//  public static final int ER_NO_NAME_ATTRIB = 6;
-
-
     { ER_NO_NAME_ATTRIB,
      "{0} i\u00e7in \u00f6znitelik belirtilmeli."},
 
-  /** ER_TEMPLATE_NOT_FOUND          */
-  //public static final int ER_TEMPLATE_NOT_FOUND = 7;
-
-
     {ER_TEMPLATE_NOT_FOUND,
      "Ad\u0131 {0} olan \u015fablon bulunamad\u0131"},
 
-  /** ER_CANT_RESOLVE_NAME_AVT          */
-  // public static final int ER_CANT_RESOLVE_NAME_AVT = 8;
-
     {ER_CANT_RESOLVE_NAME_AVT,
       "xsl:call-template i\u00e7inde AVT ad\u0131 \u00e7\u00f6z\u00fclemedi."},
 
-  /** ER_REQUIRES_ATTRIB          */
-  //public static final int ER_REQUIRES_ATTRIB = 9;
-
-
     {ER_REQUIRES_ATTRIB,
      "{0} i\u00e7in {1} \u00f6zniteli\u011fi gerekiyor."},
 
-  /** ER_MUST_HAVE_TEST_ATTRIB          */
- // public static final int ER_MUST_HAVE_TEST_ATTRIB = 10;
-
-
     { ER_MUST_HAVE_TEST_ATTRIB,
       "{0} i\u00e7in ''test'' \u00f6zniteli\u011fi gerekiyor."},
 
-  /** ER_BAD_VAL_ON_LEVEL_ATTRIB          */
-//  public static final int ER_BAD_VAL_ON_LEVEL_ATTRIB = 11;
-
-
     {ER_BAD_VAL_ON_LEVEL_ATTRIB,
       "{0} d\u00fczey \u00f6zniteli\u011finde hatal\u0131 de\u011fer."},
 
-  /** ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML          */
-//  public static final int ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML = 12;
-
-
     {ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML,
       "processing-instruction ad\u0131 'xml' olamaz"},
 
-  /** ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME          */
-//  public static final int ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME = 13;
-
-
     { ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME,
       "processing-instruction ad\u0131 ge\u00e7erli bir NCName olmal\u0131d\u0131r: {0}"},
 
-  /** ER_NEED_MATCH_ATTRIB          */
-//  public static final int ER_NEED_MATCH_ATTRIB = 14;
-
-
     { ER_NEED_MATCH_ATTRIB,
       "{0} kip i\u00e7eriyorsa match \u00f6zniteli\u011fi olmas\u0131 gerekir."},
 
-  /** ER_NEED_NAME_OR_MATCH_ATTRIB          */
-//  public static final int ER_NEED_NAME_OR_MATCH_ATTRIB = 15;
-
-
     { ER_NEED_NAME_OR_MATCH_ATTRIB,
       "{0} i\u00e7in name ya da match \u00f6zniteli\u011fi gerekiyor."},
 
-  /** ER_CANT_RESOLVE_NSPREFIX          */
-//  public static final int ER_CANT_RESOLVE_NSPREFIX = 16;
-
-
     {ER_CANT_RESOLVE_NSPREFIX,
       "Ad alan\u0131 \u00f6neki {0} \u00e7\u00f6z\u00fclemiyor."},
 
-  /** ER_ILLEGAL_VALUE          */
-//  public static final int ER_ILLEGAL_VALUE = 17;
-
-
     { ER_ILLEGAL_VALUE,
      "xml:space ge\u00e7ersiz {0} de\u011ferini i\u00e7eriyor."},
 
-  /** ER_NO_OWNERDOC          */
-//  public static final int ER_NO_OWNERDOC = 18;
-
-
     { ER_NO_OWNERDOC,
       "Alt d\u00fc\u011f\u00fcm\u00fcn iye belgesi yok!"},
 
-  /** ER_ELEMTEMPLATEELEM_ERR          */
-//  public static final int ER_ELEMTEMPLATEELEM_ERR = 19;
-
-
     { ER_ELEMTEMPLATEELEM_ERR,
      "ElemTemplateElement hatas\u0131: {0}"},
 
-  /** ER_NULL_CHILD          */
-//  public static final int ER_NULL_CHILD = 20;
-
-
     { ER_NULL_CHILD,
      "Bo\u015f de\u011ferli (null) alt \u00f6\u011fe ekleme giri\u015fimi!"},
 
-  /** ER_NEED_SELECT_ATTRIB          */
-//  public static final int ER_NEED_SELECT_ATTRIB = 21;
-
-
     { ER_NEED_SELECT_ATTRIB,
      "{0} i\u00e7in select \u00f6zniteli\u011fi gerekiyor."},
 
-  /** ER_NEED_TEST_ATTRIB          */
-//  public static final int ER_NEED_TEST_ATTRIB = 22;
-
-
     { ER_NEED_TEST_ATTRIB ,
       "xsl:when i\u00e7in 'test' \u00f6zniteli\u011fi gereklidir."},
 
-  /** ER_NEED_NAME_ATTRIB          */
-//  public static final int ER_NEED_NAME_ATTRIB = 23;
-
-
     { ER_NEED_NAME_ATTRIB,
       "xsl:with-param i\u00e7in 'name' \u00f6zniteli\u011fi gereklidir."},
 
-  /** ER_NO_CONTEXT_OWNERDOC          */
-//  public static final int ER_NO_CONTEXT_OWNERDOC = 24;
-
-
     { ER_NO_CONTEXT_OWNERDOC,
       "Ba\u011flam\u0131n iye belgesi yok!"},
 
-  /** ER_COULD_NOT_CREATE_XML_PROC_LIAISON          */
-//  public static final int ER_COULD_NOT_CREATE_XML_PROC_LIAISON = 25;
-
-
     {ER_COULD_NOT_CREATE_XML_PROC_LIAISON,
       "XML TransformerFactory ili\u015fkisi {0} yarat\u0131lamad\u0131"},
 
-  /** ER_PROCESS_NOT_SUCCESSFUL          */
-//  public static final int ER_PROCESS_NOT_SUCCESSFUL = 26;
-
-
     {ER_PROCESS_NOT_SUCCESSFUL,
       "Xalan: Process ba\u015far\u0131l\u0131 olmad\u0131."},
 
-  /** ER_NOT_SUCCESSFUL          */
-//  public static final int ER_NOT_SUCCESSFUL = 27;
-
-
     { ER_NOT_SUCCESSFUL,
      "Xalan: ba\u015far\u0131l\u0131 olmad\u0131."},
 
-  /** ER_ENCODING_NOT_SUPPORTED          */
-//  public static final int ER_ENCODING_NOT_SUPPORTED = 28;
-
-
     { ER_ENCODING_NOT_SUPPORTED,
      "{0} kodlamas\u0131 desteklenmiyor."},
 
-  /** ER_COULD_NOT_CREATE_TRACELISTENER          */
-//  public static final int ER_COULD_NOT_CREATE_TRACELISTENER = 29;
-
-
     {ER_COULD_NOT_CREATE_TRACELISTENER,
       "TraceListener {0} yarat\u0131lamad\u0131."},
 
-  /** ER_KEY_REQUIRES_NAME_ATTRIB          */
-//  public static final int ER_KEY_REQUIRES_NAME_ATTRIB = 30;
-
-
     {ER_KEY_REQUIRES_NAME_ATTRIB,
       "xsl:key i\u00e7in 'name' \u00f6zniteli\u011fi gerekiyor!"},
 
-  /** ER_KEY_REQUIRES_MATCH_ATTRIB          */
-//  public static final int ER_KEY_REQUIRES_MATCH_ATTRIB = 31;
-
-
     { ER_KEY_REQUIRES_MATCH_ATTRIB,
       "xsl:key i\u00e7in 'match' \u00f6zniteli\u011fi gerekiyor!"},
 
-  /** ER_KEY_REQUIRES_USE_ATTRIB          */
-//  public static final int ER_KEY_REQUIRES_USE_ATTRIB = 32;
-
-
     { ER_KEY_REQUIRES_USE_ATTRIB,
       "xsl:key i\u00e7in 'use' \u00f6zniteli\u011fi gerekiyor!"},
 
-  /** ER_REQUIRES_ELEMENTS_ATTRIB          */
-//  public static final int ER_REQUIRES_ELEMENTS_ATTRIB = 33;
-
-
     { ER_REQUIRES_ELEMENTS_ATTRIB,
       "(StylesheetHandler) {0} i\u00e7in ''elements'' \u00f6zniteli\u011fi gerekiyor!"},
 
-  /** ER_MISSING_PREFIX_ATTRIB          */
-//  public static final int ER_MISSING_PREFIX_ATTRIB = 34;
-
-
     { ER_MISSING_PREFIX_ATTRIB,
       "(StylesheetHandler) {0} \u00f6zniteli\u011fi ''prefix'' eksik"},
 
-  /** ER_BAD_STYLESHEET_URL          */
-//  public static final int ER_BAD_STYLESHEET_URL = 35;
-
-
     { ER_BAD_STYLESHEET_URL,
      "Bi\u00e7em yapra\u011f\u0131 URL adresi {0} ge\u00e7ersiz"},
 
-  /** ER_FILE_NOT_FOUND          */
-//  public static final int ER_FILE_NOT_FOUND = 36;
-
-
     { ER_FILE_NOT_FOUND,
      "Bi\u00e7em yapra\u011f\u0131 dosyas\u0131 bulunamad\u0131: {0}"},
 
-  /** ER_IOEXCEPTION          */
-//  public static final int ER_IOEXCEPTION = 37;
-
-
     { ER_IOEXCEPTION,
       "Bi\u00e7em yapra\u011f\u0131 dosyas\u0131 {0} ile G\u00c7 kural d\u0131\u015f\u0131 durumu olu\u015ftu"},
 
-  /** ER_NO_HREF_ATTRIB          */
-//  public static final int ER_NO_HREF_ATTRIB = 38;
-
-
     { ER_NO_HREF_ATTRIB,
       "(StylesheetHandler) {0} i\u00e7in href \u00f6zniteli\u011fi bulunamad\u0131"},
 
-  /** ER_STYLESHEET_INCLUDES_ITSELF          */
-//  public static final int ER_STYLESHEET_INCLUDES_ITSELF = 39;
-
-
     { ER_STYLESHEET_INCLUDES_ITSELF,
       "(StylesheetHandler) {0} do\u011frudan ya da dolayl\u0131 olarak kendisini i\u00e7eriyor!"},
 
-  /** ER_PROCESSINCLUDE_ERROR          */
-//  public static final int ER_PROCESSINCLUDE_ERROR = 40;
-
-
     { ER_PROCESSINCLUDE_ERROR,
       "StylesheetHandler.processInclude hatas\u0131, {0}"},
 
-  /** ER_MISSING_LANG_ATTRIB          */
-//  public static final int ER_MISSING_LANG_ATTRIB = 41;
-
-
     { ER_MISSING_LANG_ATTRIB,
       "(StylesheetHandler) {0} \u00f6zniteli\u011fi ''lang'' eksik"},
 
-  /** ER_MISSING_CONTAINER_ELEMENT_COMPONENT          */
-//  public static final int ER_MISSING_CONTAINER_ELEMENT_COMPONENT = 42;
-
     { ER_MISSING_CONTAINER_ELEMENT_COMPONENT,
-      "(StylesheetHandler) {0} \u00f6\u011fesinin yeri yanl\u0131\u015f? ta\u015f\u0131y\u0131c\u0131 \u00f6\u011fesi ''component'' eksik"},
-
-  /** ER_CAN_ONLY_OUTPUT_TO_ELEMENT          */
-//  public static final int ER_CAN_ONLY_OUTPUT_TO_ELEMENT = 43;
+      "(StylesheetHandler) {0} \u00f6\u011fesinin yeri yanl\u0131\u015f? Ta\u015f\u0131y\u0131c\u0131 \u00f6\u011fesi ''component'' eksik"},
 
     { ER_CAN_ONLY_OUTPUT_TO_ELEMENT,
       "\u00c7\u0131k\u0131\u015f yaln\u0131zca \u015funlara y\u00f6neltilebilir: Element, DocumentFragment, Document ya da PrintWriter."},
 
-  /** ER_PROCESS_ERROR          */
-//  public static final int ER_PROCESS_ERROR = 44;
-
     { ER_PROCESS_ERROR,
      "StylesheetRoot.process hatas\u0131"},
 
-  /** ER_UNIMPLNODE_ERROR          */
-//  public static final int ER_UNIMPLNODE_ERROR = 45;
-
     { ER_UNIMPLNODE_ERROR,
      "UnImplNode hatas\u0131: {0}"},
 
-  /** ER_NO_SELECT_EXPRESSION          */
-//  public static final int ER_NO_SELECT_EXPRESSION = 46;
-
     { ER_NO_SELECT_EXPRESSION,
       "Hata! xpath select ifadesi (-select) bulunamad\u0131."},
 
-  /** ER_CANNOT_SERIALIZE_XSLPROCESSOR          */
-//  public static final int ER_CANNOT_SERIALIZE_XSLPROCESSOR = 47;
-
     { ER_CANNOT_SERIALIZE_XSLPROCESSOR,
       "XSLProcessor diziselle\u015ftirilemez!"},
 
-  /** ER_NO_INPUT_STYLESHEET          */
-//  public static final int ER_NO_INPUT_STYLESHEET = 48;
-
     { ER_NO_INPUT_STYLESHEET,
       "Bi\u00e7em yapra\u011f\u0131 giri\u015fi belirtilmedi!"},
 
-  /** ER_FAILED_PROCESS_STYLESHEET          */
-//  public static final int ER_FAILED_PROCESS_STYLESHEET = 49;
-
     { ER_FAILED_PROCESS_STYLESHEET,
       "Bi\u00e7em yapra\u011f\u0131 i\u015flenemedi!"},
 
-  /** ER_COULDNT_PARSE_DOC          */
-//  public static final int ER_COULDNT_PARSE_DOC = 50;
-
     { ER_COULDNT_PARSE_DOC,
      "{0} belgesi ayr\u0131\u015ft\u0131r\u0131lamad\u0131!"},
 
-  /** ER_COULDNT_FIND_FRAGMENT          */
-//  public static final int ER_COULDNT_FIND_FRAGMENT = 51;
-
     { ER_COULDNT_FIND_FRAGMENT,
      "Par\u00e7a bulunamad\u0131: {0}"},
 
-  /** ER_NODE_NOT_ELEMENT          */
- // public static final int ER_NODE_NOT_ELEMENT = 52;
-
     { ER_NODE_NOT_ELEMENT,
       "Par\u00e7a tan\u0131t\u0131c\u0131s\u0131n\u0131n g\u00f6sterdi\u011fi d\u00fc\u011f\u00fcm bir \u00f6\u011fe de\u011fildi: {0}"},
 
-  /** ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB          */
-//  public static final int ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB = 53;
-
     { ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB,
       "for-each i\u00e7in e\u015fle\u015fme ya da ad \u00f6zniteli\u011fi gerekir"},
 
-  /** ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB          */
-//  public static final int ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB = 54;
-
     { ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB,
       "templates i\u00e7in e\u015fle\u015fme ya da ad \u00f6zniteli\u011fi gerekir"},
 
-  /** ER_NO_CLONE_OF_DOCUMENT_FRAG          */
-//  public static final int ER_NO_CLONE_OF_DOCUMENT_FRAG = 55;
-
     { ER_NO_CLONE_OF_DOCUMENT_FRAG,
       "Belge par\u00e7as\u0131n\u0131n e\u015fkopyas\u0131 de\u011fil!"},
 
-  /** ER_CANT_CREATE_ITEM          */
-//  public static final int ER_CANT_CREATE_ITEM = 56;
-
     { ER_CANT_CREATE_ITEM,
       "Sonu\u00e7 a\u011fac\u0131nda \u00f6\u011fe yarat\u0131lam\u0131yor: {0}"},
 
-  /** ER_XMLSPACE_ILLEGAL_VALUE          */
-//  public static final int ER_XMLSPACE_ILLEGAL_VALUE = 57;
-
     { ER_XMLSPACE_ILLEGAL_VALUE,
       "Kaynak XML i\u00e7inde xml:space ge\u00e7ersiz de\u011fer i\u00e7eriyor: {0}"},
 
-  /** ER_NO_XSLKEY_DECLARATION          */
-//  public static final int ER_NO_XSLKEY_DECLARATION = 58;
-
     { ER_NO_XSLKEY_DECLARATION,
       "{0} i\u00e7in xsl:key bildirimi yok!"},
 
-  /** ER_CANT_CREATE_URL          */
-//  public static final int ER_CANT_CREATE_URL = 59;
-
     { ER_CANT_CREATE_URL,
      "Hata! \u0130lgili url yarat\u0131lam\u0131yor: {0}"},
 
-  /** ER_XSLFUNCTIONS_UNSUPPORTED          */
-//  public static final int ER_XSLFUNCTIONS_UNSUPPORTED = 60;
-
     { ER_XSLFUNCTIONS_UNSUPPORTED,
      "xsl:functions desteklenmiyor"},
 
-  /** ER_PROCESSOR_ERROR          */
-//  public static final int ER_PROCESSOR_ERROR = 61;
-
     { ER_PROCESSOR_ERROR,
      "XSLT TransformerFactory Hatas\u0131"},
 
-  /** ER_NOT_ALLOWED_INSIDE_STYLESHEET          */
-//  public static final int ER_NOT_ALLOWED_INSIDE_STYLESHEET = 62;
-
     { ER_NOT_ALLOWED_INSIDE_STYLESHEET,
       "(StylesheetHandler) {0} bi\u00e7em yapra\u011f\u0131 i\u00e7inde olamaz!"},
 
-  /** ER_RESULTNS_NOT_SUPPORTED          */
-//  public static final int ER_RESULTNS_NOT_SUPPORTED = 63;
-
     { ER_RESULTNS_NOT_SUPPORTED,
-      "result-ns art\u0131k desteklenmiyor! Yerine xsl:output kullan\u0131n."},
-
-  /** ER_DEFAULTSPACE_NOT_SUPPORTED          */
-//  public static final int ER_DEFAULTSPACE_NOT_SUPPORTED = 64;
+      "result-ns art\u0131k desteklenmiyor!  Yerine xsl:output kullan\u0131n."},
 
     { ER_DEFAULTSPACE_NOT_SUPPORTED,
       "default-space art\u0131k desteklenmiyor!  Yerine xsl:strip-space ya da xsl:preserve-space kullan\u0131n."},
 
-  /** ER_INDENTRESULT_NOT_SUPPORTED          */
-//  public static final int ER_INDENTRESULT_NOT_SUPPORTED = 65;
-
     { ER_INDENTRESULT_NOT_SUPPORTED,
       "indent-result art\u0131k desteklenmiyor!  Yerine xsl:output kullan\u0131n."},
 
-  /** ER_ILLEGAL_ATTRIB          */
-//  public static final int ER_ILLEGAL_ATTRIB = 66;
-
     { ER_ILLEGAL_ATTRIB,
       "(StylesheetHandler) {0} ge\u00e7ersiz {1} \u00f6zniteli\u011fini i\u00e7eriyor"},
 
-  /** ER_UNKNOWN_XSL_ELEM          */
-//  public static final int ER_UNKNOWN_XSL_ELEM = 67;
-
     { ER_UNKNOWN_XSL_ELEM,
      "Bilinmeyen XSL \u00f6\u011fesi: {0}"},
 
-  /** ER_BAD_XSLSORT_USE          */
-//  public static final int ER_BAD_XSLSORT_USE = 68;
-
     { ER_BAD_XSLSORT_USE,
       "(StylesheetHandler) xsl:sort yaln\u0131zca xsl:apply-templates ya da xsl:for-each ile kullan\u0131labilir."},
 
-  /** ER_MISPLACED_XSLWHEN          */
-//  public static final int ER_MISPLACED_XSLWHEN = 69;
-
     { ER_MISPLACED_XSLWHEN,
       "(StylesheetHandler) xsl:when yeri yanl\u0131\u015f!"},
 
-  /** ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE          */
-//  public static final int ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE = 70;
-
     { ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE,
       "(StylesheetHandler) xsl:when \u00f6\u011fesinin \u00fcst \u00f6\u011fesi xsl:choose de\u011fil!"},
 
-  /** ER_MISPLACED_XSLOTHERWISE          */
-//  public static final int ER_MISPLACED_XSLOTHERWISE = 71;
-
     { ER_MISPLACED_XSLOTHERWISE,
       "(StylesheetHandler) xsl:otherwise yeri yanl\u0131\u015f!"},
 
-  /** ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE          */
-//  public static final int ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE = 72;
-
     { ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE,
       "(StylesheetHandler) xsl:otherwise \u00f6\u011fesinin \u00fcst \u00f6\u011fesi xsl:choose de\u011fil!"},
 
-  /** ER_NOT_ALLOWED_INSIDE_TEMPLATE          */
-//  public static final int ER_NOT_ALLOWED_INSIDE_TEMPLATE = 73;
-
     { ER_NOT_ALLOWED_INSIDE_TEMPLATE,
       "(StylesheetHandler) {0} \u015fablon i\u00e7inde kullan\u0131lamaz!"},
 
-  /** ER_UNKNOWN_EXT_NS_PREFIX          */
-//  public static final int ER_UNKNOWN_EXT_NS_PREFIX = 74;
-
     { ER_UNKNOWN_EXT_NS_PREFIX,
       "(StylesheetHandler) {0} eklenti ad alan\u0131 \u00f6neki {1} bilinmiyor"},
 
-  /** ER_IMPORTS_AS_FIRST_ELEM          */
-//  public static final int ER_IMPORTS_AS_FIRST_ELEM = 75;
-
     { ER_IMPORTS_AS_FIRST_ELEM,
       "(StylesheetHandler) Import \u00f6\u011feleri, bi\u00e7em yapra\u011f\u0131n\u0131n ilk \u00f6\u011feleri olarak ge\u00e7ebilir!"},
 
-  /** ER_IMPORTING_ITSELF          */
-//  public static final int ER_IMPORTING_ITSELF = 76;
-
     { ER_IMPORTING_ITSELF,
       "(StylesheetHandler) {0} do\u011frudan ya da dolayl\u0131 olarak kendisini i\u00e7e aktar\u0131yor!"},
 
-  /** ER_XMLSPACE_ILLEGAL_VAL          */
-//  public static final int ER_XMLSPACE_ILLEGAL_VAL = 77;
-
     { ER_XMLSPACE_ILLEGAL_VAL,
       "(StylesheetHandler) xml:space ge\u00e7ersiz {0} de\u011ferini i\u00e7eriyor"},
 
-  /** ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL          */
-//  public static final int ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL = 78;
-
     { ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL,
       "processStylesheet ba\u015far\u0131s\u0131z oldu!"},
 
-  /** ER_SAX_EXCEPTION          */
-//  public static final int ER_SAX_EXCEPTION = 79;
-
     { ER_SAX_EXCEPTION,
      "SAX kural d\u0131\u015f\u0131 durumu"},
 
-  /** ER_FUNCTION_NOT_SUPPORTED          */
-//  public static final int ER_FUNCTION_NOT_SUPPORTED = 80;
-
-    //{ ER_FUNCTION_NOT_SUPPORTED,
-    // "Function not supported!"},
+//  add this message to fix bug 21478
+    { ER_FUNCTION_NOT_SUPPORTED,
+     "\u0130\u015flev desteklenmiyor!"},
 
-  /** ER_XSLT_ERROR          */
-//  public static final int ER_XSLT_ERROR = 81;
 
     { ER_XSLT_ERROR,
      "XSLT hatas\u0131"},
 
-  /** ER_CURRENCY_SIGN_ILLEGAL          */
-//  public static final int ER_CURRENCY_SIGN_ILLEGAL = 82;
-
     { ER_CURRENCY_SIGN_ILLEGAL,
       "Bi\u00e7im \u00f6r\u00fcnt\u00fcs\u00fc dizgisinde para birimi simgesi olamaz"},
 
-  /** ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM          */
-//  public static final int ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM = 83;
-
     { ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM,
       "Stylesheet DOM belge i\u015flevini desteklemiyor!"},
 
-  /** ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER          */
-//  public static final int ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER = 84;
-
     { ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER,
       "\u00d6nek d\u0131\u015f\u0131 \u00e7\u00f6z\u00fcc\u00fcn\u00fcn \u00f6neki \u00e7\u00f6z\u00fclemez."},
 
-  /** ER_REDIRECT_COULDNT_GET_FILENAME          */
-//  public static final int ER_REDIRECT_COULDNT_GET_FILENAME = 85;
-
     { ER_REDIRECT_COULDNT_GET_FILENAME,
       "Yeniden y\u00f6nlendirme eklentisi: Dosya ad\u0131 al\u0131namad\u0131 - file ya da select \u00f6zniteli\u011fi ge\u00e7erli bir dizgi d\u00f6nd\u00fcrmelidir."},
 
-  /** ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT          */
-//  public static final int ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT = 86;
-
     { ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT,
       "Yeniden y\u00f6nlendirme eklentisinde FormatterListener olu\u015fturulamad\u0131!"},
 
-  /** ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX          */
-//  public static final int ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX = 87;
-
     { ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX,
       "exclude-result-prefixes i\u00e7indeki \u00f6nek ge\u00e7erli de\u011fil: {0}"},
 
-  /** ER_MISSING_NS_URI          */
-//  public static final int ER_MISSING_NS_URI = 88;
-
     { ER_MISSING_NS_URI,
       "Belirtilen \u00f6nek i\u00e7in ad alan\u0131 URI eksik"},
 
-  /** ER_MISSING_ARG_FOR_OPTION          */
-//  public static final int ER_MISSING_ARG_FOR_OPTION = 89;
-
     { ER_MISSING_ARG_FOR_OPTION,
       "{0} se\u00e7ene\u011fi i\u00e7in ba\u011f\u0131ms\u0131z de\u011fi\u015fken eksik"},
 
-  /** ER_INVALID_OPTION          */
-//  public static final int ER_INVALID_OPTION = 90;
-
     { ER_INVALID_OPTION,
      "Ge\u00e7ersiz se\u00e7enek: {0}"},
 
-  /** ER_MALFORMED_FORMAT_STRING          */
-//  public static final int ER_MALFORMED_FORMAT_STRING = 91;
-
     { ER_MALFORMED_FORMAT_STRING,
      "Bozuk bi\u00e7imli bi\u00e7im dizgisi: {0}"},
 
-  /** ER_STYLESHEET_REQUIRES_VERSION_ATTRIB          */
-//  public static final int ER_STYLESHEET_REQUIRES_VERSION_ATTRIB = 92;
-
     { ER_STYLESHEET_REQUIRES_VERSION_ATTRIB,
       "xsl:stylesheet i\u00e7in 'version' \u00f6zniteli\u011fi gerekiyor!"},
 
-  /** ER_ILLEGAL_ATTRIBUTE_VALUE          */
-//  public static final int ER_ILLEGAL_ATTRIBUTE_VALUE = 93;
-
     { ER_ILLEGAL_ATTRIBUTE_VALUE,
       "{0} \u00f6zniteli\u011fi ge\u00e7ersiz {1} de\u011ferini i\u00e7eriyor"},
 
-  /** ER_CHOOSE_REQUIRES_WHEN          */
-//  public static final int ER_CHOOSE_REQUIRES_WHEN = 94;
-
     { ER_CHOOSE_REQUIRES_WHEN,
      "xsl:choose i\u00e7in xsl:when gerekiyor"},
 
-  /** ER_NO_APPLY_IMPORT_IN_FOR_EACH          */
-//  public static final int ER_NO_APPLY_IMPORT_IN_FOR_EACH = 95;
-
     { ER_NO_APPLY_IMPORT_IN_FOR_EACH,
       "xsl:apply-imports, xsl:for-each i\u00e7inde kullan\u0131lamaz"},
 
-  /** ER_CANT_USE_DTM_FOR_OUTPUT          */
-//  public static final int ER_CANT_USE_DTM_FOR_OUTPUT = 96;
-
     { ER_CANT_USE_DTM_FOR_OUTPUT,
       "\u00c7\u0131k\u0131\u015f DOM d\u00fc\u011f\u00fcm\u00fc i\u00e7in DTMLiaison kullan\u0131lamaz... onun yerine org.apache.xpath.DOM2Helper aktar\u0131n!"},
 
-  /** ER_CANT_USE_DTM_FOR_INPUT          */
-//  public static final int ER_CANT_USE_DTM_FOR_INPUT = 97;
-
     { ER_CANT_USE_DTM_FOR_INPUT,
       "Giri\u015f DOM d\u00fc\u011f\u00fcm\u00fc i\u00e7in DTMLiaison kullan\u0131lamaz... onun yerine org.apache.xpath.DOM2Helper aktar\u0131n!"},
 
-  /** ER_CALL_TO_EXT_FAILED          */
-//  public static final int ER_CALL_TO_EXT_FAILED = 98;
-
     { ER_CALL_TO_EXT_FAILED,
       "Eklenti \u00f6\u011fesine \u00e7a\u011fr\u0131 ba\u015far\u0131s\u0131z oldu: {0}"},
 
-  /** ER_PREFIX_MUST_RESOLVE          */
-//  public static final int ER_PREFIX_MUST_RESOLVE = 99;
-
     { ER_PREFIX_MUST_RESOLVE,
       "\u00d6nek bir ad alan\u0131na \u00e7\u00f6z\u00fclmelidir: {0}"},
 
-  /** ER_INVALID_UTF16_SURROGATE          */
-//  public static final int ER_INVALID_UTF16_SURROGATE = 100;
-
     { ER_INVALID_UTF16_SURROGATE,
       "UTF-16 yerine kullan\u0131lan de\u011fer ge\u00e7ersiz: {0} ?"},
 
-  /** ER_XSLATTRSET_USED_ITSELF          */
- // public static final int ER_XSLATTRSET_USED_ITSELF = 101;
-
     { ER_XSLATTRSET_USED_ITSELF,
       "xsl:attribute-set {0} kendisini kulland\u0131, sonsuz d\u00f6ng\u00fc olu\u015facak."},
 
-  /** ER_CANNOT_MIX_XERCESDOM          */
-//  public static final int ER_CANNOT_MIX_XERCESDOM = 102;
-
     { ER_CANNOT_MIX_XERCESDOM,
       "Xerces-DOM d\u0131\u015f\u0131 giri\u015f Xerces-DOM \u00e7\u0131k\u0131\u015fla birle\u015ftirilemez!"},
 
-  /** ER_TOO_MANY_LISTENERS          */
-//  public static final int ER_TOO_MANY_LISTENERS = 103;
-
     { ER_TOO_MANY_LISTENERS,
       "addTraceListenersToStylesheet - TooManyListenersException"},
 
-  /** ER_IN_ELEMTEMPLATEELEM_READOBJECT          */
-//  public static final int ER_IN_ELEMTEMPLATEELEM_READOBJECT = 104;
-
     { ER_IN_ELEMTEMPLATEELEM_READOBJECT,
       "ElemTemplateElement.readObject i\u00e7inde: {0}"},
 
-  /** ER_DUPLICATE_NAMED_TEMPLATE          */
-//  public static final int ER_DUPLICATE_NAMED_TEMPLATE = 105;
-
     { ER_DUPLICATE_NAMED_TEMPLATE,
       "Bu ad\u0131 ta\u015f\u0131yan birden \u00e7ok \u015fablon saptand\u0131: {0}"},
 
-  /** ER_INVALID_KEY_CALL          */
-//  public static final int ER_INVALID_KEY_CALL = 106;
-
     { ER_INVALID_KEY_CALL,
       "Ge\u00e7ersiz i\u015flev \u00e7a\u011fr\u0131s\u0131: \u00d6zyineli key() \u00e7a\u011fr\u0131lar\u0131na izin verilmez"},
 
-  /** Variable is referencing itself          */
-//  public static final int ER_REFERENCING_ITSELF = 107;
-
     { ER_REFERENCING_ITSELF,
       "{0} de\u011fi\u015fkeni do\u011frudan ya da dolayl\u0131 olarak kendisine ba\u015fvuruda bulunuyor!"},
 
-  /** Illegal DOMSource input          */
-//  public static final int ER_ILLEGAL_DOMSOURCE_INPUT = 108;
-
     { ER_ILLEGAL_DOMSOURCE_INPUT,
       "newTemplates ile ilgili DOMSource i\u00e7in giri\u015f d\u00fc\u011f\u00fcm\u00fc bo\u015f de\u011ferli olamaz!"},
 
-        /** Class not found for option         */
-//  public static final int ER_CLASS_NOT_FOUND_FOR_OPTION = 109;
-
     { ER_CLASS_NOT_FOUND_FOR_OPTION,
         "{0} se\u00e7ene\u011fi i\u00e7in s\u0131n\u0131f dosyas\u0131 bulunamad\u0131"},
 
-        /** Required Element not found         */
-//  public static final int ER_REQUIRED_ELEM_NOT_FOUND = 110;
-
     { ER_REQUIRED_ELEM_NOT_FOUND,
         "Gerekli \u00f6\u011fe bulunamad\u0131: {0}"},
 
-  /** InputStream cannot be null         */
-//  public static final int ER_INPUT_CANNOT_BE_NULL = 111;
-
     { ER_INPUT_CANNOT_BE_NULL,
         "InputStream bo\u015f de\u011ferli olamaz"},
 
-  /** URI cannot be null         */
-//  public static final int ER_URI_CANNOT_BE_NULL = 112;
-
     { ER_URI_CANNOT_BE_NULL,
         "URI bo\u015f de\u011ferli olamaz"},
 
-  /** File cannot be null         */
-//  public static final int ER_FILE_CANNOT_BE_NULL = 113;
-
     { ER_FILE_CANNOT_BE_NULL,
         "Dosya bo\u015f de\u011ferli olamaz"},
 
-   /** InputSource cannot be null         */
-//  public static final int ER_SOURCE_CANNOT_BE_NULL = 114;
-
     { ER_SOURCE_CANNOT_BE_NULL,
                 "InputSource bo\u015f de\u011ferli olamaz"},
 
-  /** Can't overwrite cause         */
-//  public static final int ER_CANNOT_OVERWRITE_CAUSE = 115;
-
-    //{ ER_CANNOT_OVERWRITE_CAUSE,
-        //      "Cannot overwrite cause"},
-
-  /** Could not initialize BSF Manager        */
-//  public static final int ER_CANNOT_INIT_BSFMGR = 116;
-
     { ER_CANNOT_INIT_BSFMGR,
                 "BSF Manager kullan\u0131ma haz\u0131rlanamad\u0131"},
 
-  /** Could not compile extension       */
-//  public static final int ER_CANNOT_CMPL_EXTENSN = 117;
-
     { ER_CANNOT_CMPL_EXTENSN,
                 "Eklenti derlenemedi"},
 
-  /** Could not create extension       */
-//  public static final int ER_CANNOT_CREATE_EXTENSN = 118;
-
     { ER_CANNOT_CREATE_EXTENSN,
       "Eklenti yarat\u0131lamad\u0131: {0} nedeni: {1}"},
 
-  /** Instance method call to method {0} requires an Object instance as first argument       */
-//  public static final int ER_INSTANCE_MTHD_CALL_REQUIRES = 119;
-
     { ER_INSTANCE_MTHD_CALL_REQUIRES,
       "{0} y\u00f6ntemine y\u00f6nelik Instance y\u00f6ntemi, birincil ba\u011f\u0131ms\u0131z de\u011fi\u015fkenin somutla\u015fan nesne \u00f6rne\u011fi olmas\u0131n\u0131 gerektirir"},
 
-  /** Invalid element name specified       */
-//  public static final int ER_INVALID_ELEMENT_NAME = 120;
-
     { ER_INVALID_ELEMENT_NAME,
       "Belirtilen \u00f6\u011fe ad\u0131 ge\u00e7ersiz {0}"},
 
-   /** Element name method must be static      */
-//  public static final int ER_ELEMENT_NAME_METHOD_STATIC = 121;
-
     { ER_ELEMENT_NAME_METHOD_STATIC,
       "\u00d6\u011fe ad\u0131 y\u00f6ntemi dura\u011fan {0} olmal\u0131"},
 
-   /** Extension function {0} : {1} is unknown      */
-//  public static final int ER_EXTENSION_FUNC_UNKNOWN = 122;
-
     { ER_EXTENSION_FUNC_UNKNOWN,
              "Eklenti i\u015flevi {0} : {1} bilinmiyor"},
 
-   /** More than one best match for constructor for       */
-//  public static final int ER_MORE_MATCH_CONSTRUCTOR = 123;
-
     { ER_MORE_MATCH_CONSTRUCTOR,
              "{0} ile ilgili olu\u015fturucu i\u00e7in en iyi e\u015fle\u015fme say\u0131s\u0131 birden \u00e7ok"},
 
-   /** More than one best match for method      */
-//  public static final int ER_MORE_MATCH_METHOD = 124;
-
     { ER_MORE_MATCH_METHOD,
              "{0} y\u00f6ntemi i\u00e7in en iyi e\u015fle\u015fme say\u0131s\u0131 birden \u00e7ok"},
 
-   /** More than one best match for element method      */
-//  public static final int ER_MORE_MATCH_ELEMENT = 125;
-
     { ER_MORE_MATCH_ELEMENT,
              "{0} \u00f6\u011fe y\u00f6ntemi i\u00e7in en iyi e\u015fle\u015fme say\u0131s\u0131 birden \u00e7ok"},
 
-   /** Invalid context passed to evaluate       */
-//  public static final int ER_INVALID_CONTEXT_PASSED = 126;
-
     { ER_INVALID_CONTEXT_PASSED,
              "{0} de\u011ferlendirmesi i\u00e7in ge\u00e7ersiz ba\u011flam aktar\u0131ld\u0131"},
 
-   /** Pool already exists       */
-//  public static final int ER_POOL_EXISTS = 127;
-
     { ER_POOL_EXISTS,
              "Havuz zaten var"},
 
-   /** No driver Name specified      */
-//  public static final int ER_NO_DRIVER_NAME = 128;
-
     { ER_NO_DRIVER_NAME,
              "S\u00fcr\u00fcc\u00fc ad\u0131 belirtilmedi"},
 
-   /** No URL specified     */
-//  public static final int ER_NO_URL = 129;
-
     { ER_NO_URL,
              "URL belirtilmedi"},
 
-   /** Pool size is less than one    */
-//  public static final int ER_POOL_SIZE_LESSTHAN_ONE = 130;
-
     { ER_POOL_SIZE_LESSTHAN_ONE,
              "Havuz b\u00fcy\u00fckl\u00fc\u011f\u00fc birden az!"},
 
-   /** Invalid driver name specified    */
-//  public static final int ER_INVALID_DRIVER = 131;
-
     { ER_INVALID_DRIVER,
              "Belirtilen s\u00fcr\u00fcc\u00fc ad\u0131 ge\u00e7ersiz!"},
 
-   /** Did not find the stylesheet root    */
-//  public static final int ER_NO_STYLESHEETROOT = 132;
-
     { ER_NO_STYLESHEETROOT,
              "Bi\u00e7em yapra\u011f\u0131 k\u00f6k\u00fc bulunamad\u0131!"},
 
-   /** Illegal value for xml:space     */
-//  public static final int ER_ILLEGAL_XMLSPACE_VALUE = 133;
-
     { ER_ILLEGAL_XMLSPACE_VALUE,
          "xml:space i\u00e7in ge\u00e7ersiz de\u011fer"},
 
-   /** processFromNode failed     */
-//  public static final int ER_PROCESSFROMNODE_FAILED = 134;
-
     { ER_PROCESSFROMNODE_FAILED,
          "processFromNode ba\u015far\u0131s\u0131z oldu"},
 
-   /** The resource [] could not load:     */
-//  public static final int ER_RESOURCE_COULD_NOT_LOAD = 135;
-
     { ER_RESOURCE_COULD_NOT_LOAD,
         "Kaynak [ {0} ] y\u00fckleyemedi: {1} \n {2} \t {3}"},
 
-
-   /** Buffer size <=0     */
-//  public static final int ER_BUFFER_SIZE_LESSTHAN_ZERO = 136;
-
     { ER_BUFFER_SIZE_LESSTHAN_ZERO,
         "Arabellek b\u00fcy\u00fckl\u00fc\u011f\u00fc <=0"},
 
-   /** Unknown error when calling extension    */
-//  public static final int ER_UNKNOWN_ERROR_CALLING_EXTENSION = 137;
-
     { ER_UNKNOWN_ERROR_CALLING_EXTENSION,
         "Eklenti \u00e7a\u011fr\u0131l\u0131rken bilinmeyen hata"},
 
-   /** Prefix {0} does not have a corresponding namespace declaration    */
-//  public static final int ER_NO_NAMESPACE_DECL = 138;
-
     { ER_NO_NAMESPACE_DECL,
         "{0} \u00f6nekinin ili\u015fkili bir ad alan\u0131 bildirimi yok"},
 
-   /** Element content not allowed for lang=javaclass   */
-//  public static final int ER_ELEM_CONTENT_NOT_ALLOWED = 139;
-
     { ER_ELEM_CONTENT_NOT_ALLOWED,
         "lang=javaclass {0} i\u00e7in \u00f6\u011fe i\u00e7eri\u011fine izin verilmiyor"},
 
-   /** Stylesheet directed termination   */
-//  public static final int ER_STYLESHEET_DIRECTED_TERMINATION = 140;
-
     { ER_STYLESHEET_DIRECTED_TERMINATION,
         "Bi\u00e7em yapra\u011f\u0131 y\u00f6nlendirmeli sonland\u0131rma"},
 
-   /** 1 or 2   */
-//  public static final int ER_ONE_OR_TWO = 141;
-
     { ER_ONE_OR_TWO,
         "1 ya da 2"},
 
-   /** 2 or 3   */
-//  public static final int ER_TWO_OR_THREE = 142;
-
     { ER_TWO_OR_THREE,
         "2 ya da 3"},
 
-   /** Could not load {0} (check CLASSPATH), now using just the defaults   */
-//  public static final int ER_COULD_NOT_LOAD_RESOURCE = 143;
-
     { ER_COULD_NOT_LOAD_RESOURCE,
         "{0} y\u00fcklenemedi (CLASSPATH de\u011fi\u015fkenini inceleyin), yaln\u0131zca varsay\u0131lanlar kullan\u0131l\u0131yor"},
 
-   /** Cannot initialize default templates   */
-//  public static final int ER_CANNOT_INIT_DEFAULT_TEMPLATES = 144;
-
     { ER_CANNOT_INIT_DEFAULT_TEMPLATES,
         "Varsay\u0131lan \u015fablonlar kullan\u0131ma haz\u0131rlanam\u0131yor"},
 
-   /** Result should not be null   */
-//  public static final int ER_RESULT_NULL = 145;
-
     { ER_RESULT_NULL,
         "Sonu\u00e7 bo\u015f de\u011ferli olmamal\u0131"},
 
-   /** Result could not be set   */
-//  public static final int ER_RESULT_COULD_NOT_BE_SET = 146;
-
     { ER_RESULT_COULD_NOT_BE_SET,
         "Sonu\u00e7 tan\u0131mlanamad\u0131"},
 
-   /** No output specified   */
-//  public static final int ER_NO_OUTPUT_SPECIFIED = 147;
-
     { ER_NO_OUTPUT_SPECIFIED,
         "\u00c7\u0131k\u0131\u015f belirtilmedi"},
 
-   /** Can't transform to a Result of type   */
-//  public static final int ER_CANNOT_TRANSFORM_TO_RESULT_TYPE = 148;
-
     { ER_CANNOT_TRANSFORM_TO_RESULT_TYPE,
-        "{0} tipi sonuca d\u00f6n\u00fc\u015ft\u00fcr\u00fclemiyor"},
-
-   /** Can't transform to a Source of type   */
-//  public static final int ER_CANNOT_TRANSFORM_SOURCE_TYPE = 149;
+        "{0} tipi sonuca d\u00f6n\u00fc\u015ft\u00fcr\u00fclemez"},
 
     { ER_CANNOT_TRANSFORM_SOURCE_TYPE,
-        "{0} tipi kaynak d\u00f6n\u00fc\u015ft\u00fcr\u00fclemiyor"},
-
-   /** Null content handler  */
-//  public static final int ER_NULL_CONTENT_HANDLER = 150;
+        "{0} tipi kayna\u011fa d\u00f6n\u00fc\u015ft\u00fcr\u00fclemez"},
 
     { ER_NULL_CONTENT_HANDLER,
         "Bo\u015f de\u011ferli i\u00e7erik i\u015fleyici"},
 
-   /** Null error handler  */
-//  public static final int ER_NULL_ERROR_HANDLER = 151;
     { ER_NULL_ERROR_HANDLER,
         "Bo\u015f de\u011ferli hata i\u015fleyici"},
 
-   /** parse can not be called if the ContentHandler has not been set */
-//  public static final int ER_CANNOT_CALL_PARSE = 152;
-
     { ER_CANNOT_CALL_PARSE,
         "ContentHandler tan\u0131mlanmad\u0131ysa parse \u00e7a\u011fr\u0131lamaz"},
 
-   /**  No parent for filter */
-//  public static final int ER_NO_PARENT_FOR_FILTER = 153;
-
     { ER_NO_PARENT_FOR_FILTER,
         "S\u00fczgecin \u00fcst \u00f6\u011fesi yok"},
 
-
-   /**  No stylesheet found in: {0}, media */
-//  public static final int ER_NO_STYLESHEET_IN_MEDIA = 154;
-
     { ER_NO_STYLESHEET_IN_MEDIA,
          "Bi\u00e7em yapra\u011f\u0131 burada bulunamad\u0131: {0}, ortam= {1}"},
 
-   /**  No xml-stylesheet PI found in */
-//  public static final int ER_NO_STYLESHEET_PI = 155;
-
     { ER_NO_STYLESHEET_PI,
          "xml-stylesheet PI burada bulunamad\u0131: {0}"},
 
-   /**  No default implementation found */
-//  public static final int ER_NO_DEFAULT_IMPL = 156;
-
-    //{ ER_NO_DEFAULT_IMPL,
-     //    "No default implementation found "},
-
-   /**  ChunkedIntArray({0}) not currently supported */
-//  public static final int ER_CHUNKEDINTARRAY_NOT_SUPPORTED = 157;
-
-    //{ ER_CHUNKEDINTARRAY_NOT_SUPPORTED,
-     //  "ChunkedIntArray({0}) not currently supported"},
-
-   /**  Offset bigger than slot */
-//  public static final int ER_OFFSET_BIGGER_THAN_SLOT = 158;
-
-    //{ ER_OFFSET_BIGGER_THAN_SLOT,
-     //  "Offset bigger than slot"},
-
-   /**  Coroutine not available, id= */
-//  public static final int ER_COROUTINE_NOT_AVAIL = 159;
-
-    //{ ER_COROUTINE_NOT_AVAIL,
-    //   "Coroutine not available, id={0}"},
-
-   /**  CoroutineManager recieved co_exit() request */
-//  public static final int ER_COROUTINE_CO_EXIT = 160;
-
-    //{ ER_COROUTINE_CO_EXIT,
-     //  "CoroutineManager received co_exit() request"},
-
-   /**  co_joinCoroutineSet() failed */
-//  public static final int ER_COJOINROUTINESET_FAILED = 161;
-
-    //{ ER_COJOINROUTINESET_FAILED,
-    //   "co_joinCoroutineSet() failed"},
-
-   /**  Coroutine parameter error () */
-//  public static final int ER_COROUTINE_PARAM = 162;
-
-    //{ ER_COROUTINE_PARAM,
-    //   "Coroutine parameter error ({0})"},
-
-   /**  UNEXPECTED: Parser doTerminate answers  */
-//  public static final int ER_PARSER_DOTERMINATE_ANSWERS = 163;
-
-    //{ ER_PARSER_DOTERMINATE_ANSWERS,
-    //   "\nUNEXPECTED: Parser doTerminate answers {0}"},
-
-   /**  parse may not be called while parsing */
-//  public static final int ER_NO_PARSE_CALL_WHILE_PARSING = 164;
-
-    //{ ER_NO_PARSE_CALL_WHILE_PARSING,
-    //   "parse may not be called while parsing"},
-
-   /**  Error: typed iterator for axis  {0} not implemented  */
-//  public static final int ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED = 165;
-
-    //{ ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED,
-     //  "Error: typed iterator for axis  {0} not implemented"},
-
-   /**  Error: iterator for axis {0} not implemented  */
-//  public static final int ER_ITERATOR_AXIS_NOT_IMPLEMENTED = 166;
-
-    //{ ER_ITERATOR_AXIS_NOT_IMPLEMENTED,
-    //   "Error: iterator for axis {0} not implemented "},
-
-   /**  Iterator clone not supported  */
-//  public static final int ER_ITERATOR_CLONE_NOT_SUPPORTED = 167;
-
-    //{ ER_ITERATOR_CLONE_NOT_SUPPORTED,
-     //  "Iterator clone not supported"},
-
-   /**  Unknown axis traversal type  */
-//  public static final int ER_UNKNOWN_AXIS_TYPE = 168;
-
-    //{ ER_UNKNOWN_AXIS_TYPE,
-    //   "Unknown axis traversal type: {0}"},
-
-   /**  Axis traverser not supported  */
-//  public static final int ER_AXIS_NOT_SUPPORTED = 169;
-
-    //{ ER_AXIS_NOT_SUPPORTED,
-    //   "Axis traverser not supported: {0}"},
-
-   /**  No more DTM IDs are available  */
-//  public static final int ER_NO_DTMIDS_AVAIL = 170;
-
-    //{ ER_NO_DTMIDS_AVAIL,
-     //  "No more DTM IDs are available"},
-
-   /**  Not supported  */
-//  public static final int ER_NOT_SUPPORTED = 171;
-
     { ER_NOT_SUPPORTED,
        "Desteklenmiyor: {0}"},
 
-   /**  node must be non-null for getDTMHandleFromNode  */
-//  public static final int ER_NODE_NON_NULL = 172;
-
-    //{ ER_NODE_NON_NULL,
-    //   "Node must be non-null for getDTMHandleFromNode"},
-
-   /**  Could not resolve the node to a handle  */
-//  public static final int ER_COULD_NOT_RESOLVE_NODE = 173;
-
-    //{ ER_COULD_NOT_RESOLVE_NODE,
-    //   "Could not resolve the node to a handle"},
-
-   /**  startParse may not be called while parsing */
-//  public static final int ER_STARTPARSE_WHILE_PARSING = 174;
-
-    //{ ER_STARTPARSE_WHILE_PARSING,
-     //  "startParse may not be called while parsing"},
-
-   /**  startParse needs a non-null SAXParser  */
-//  public static final int ER_STARTPARSE_NEEDS_SAXPARSER = 175;
-
-    //{ ER_STARTPARSE_NEEDS_SAXPARSER,
-    //   "startParse needs a non-null SAXParser"},
-
-   /**  could not initialize parser with */
-//  public static final int ER_COULD_NOT_INIT_PARSER = 176;
-    //{ ER_COULD_NOT_INIT_PARSER,
-     //  "could not initialize parser with"},
-
-   /**  Value for property {0} should be a Boolean instance  */
-//  public static final int ER_PROPERTY_VALUE_BOOLEAN = 177;
-
     { ER_PROPERTY_VALUE_BOOLEAN,
        "{0} \u00f6zelli\u011finin de\u011feri Boole somut \u00f6rne\u011fi olmal\u0131"},
 
-   /**  exception creating new instance for pool  */
-//  public static final int ER_EXCEPTION_CREATING_POOL = 178;
-
-    //{ ER_EXCEPTION_CREATING_POOL,
-    //   "exception creating new instance for pool"},
-
-   /**  Path contains invalid escape sequence  */
-//  public static final int ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE = 179;
-
-    //{ ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE,
-    //   "Path contains invalid escape sequence"},
-
-   /**  Scheme is required!  */
-//  public static final int ER_SCHEME_REQUIRED = 180;
-
-    //{ ER_SCHEME_REQUIRED,
-     //  "Scheme is required!"},
-
-   /**  No scheme found in URI  */
-//  public static final int ER_NO_SCHEME_IN_URI = 181;
-
-    //{ ER_NO_SCHEME_IN_URI,
-    //   "No scheme found in URI: {0}"},
-
-   /**  No scheme found in URI  */
-//  public static final int ER_NO_SCHEME_INURI = 182;
-
-    //{ ER_NO_SCHEME_INURI,
-    //   "No scheme found in URI"},
-
-   /**  Path contains invalid character:   */
-//  public static final int ER_PATH_INVALID_CHAR = 183;
-
-    //{ ER_PATH_INVALID_CHAR,
-    //   "Path contains invalid character: {0}"},
-
-   /**  Cannot set scheme from null string  */
-//  public static final int ER_SCHEME_FROM_NULL_STRING = 184;
-
-    //{ ER_SCHEME_FROM_NULL_STRING,
-    //   "Cannot set scheme from null string"},
-
-   /**  The scheme is not conformant. */
-//  public static final int ER_SCHEME_NOT_CONFORMANT = 185;
-
-    //{ ER_SCHEME_NOT_CONFORMANT,
-    //   "The scheme is not conformant."},
-
-   /**  Host is not a well formed address  */
-//  public static final int ER_HOST_ADDRESS_NOT_WELLFORMED = 186;
-
-    //{ ER_HOST_ADDRESS_NOT_WELLFORMED,
-    //   "Host is not a well formed address"},
-
-   /**  Port cannot be set when host is null  */
-//  public static final int ER_PORT_WHEN_HOST_NULL = 187;
-
-    //{ ER_PORT_WHEN_HOST_NULL,
-    //   "Port cannot be set when host is null"},
-
-   /**  Invalid port number  */
-//  public static final int ER_INVALID_PORT = 188;
-
-    //{ ER_INVALID_PORT,
-    //   "Invalid port number"},
-
-   /**  Fragment can only be set for a generic URI  */
-//  public static final int ER_FRAG_FOR_GENERIC_URI = 189;
-
-    //{ ER_FRAG_FOR_GENERIC_URI,
-    //   "Fragment can only be set for a generic URI"},
-
-   /**  Fragment cannot be set when path is null  */
-//  public static final int ER_FRAG_WHEN_PATH_NULL = 190;
-
-    //{ ER_FRAG_WHEN_PATH_NULL,
-    //   "Fragment cannot be set when path is null"},
-
-   /**  Fragment contains invalid character  */
-//  public static final int ER_FRAG_INVALID_CHAR = 191;
-
-    //{ ER_FRAG_INVALID_CHAR,
-    //   "Fragment contains invalid character"},
-
-
-
-   /** Parser is already in use  */
-//  public static final int ER_PARSER_IN_USE = 192;
-
-    //{ ER_PARSER_IN_USE,
-    //    "Parser is already in use"},
-
-   /** Parser is already in use  */
-//  public static final int ER_CANNOT_CHANGE_WHILE_PARSING = 193;
-
-    //{ ER_CANNOT_CHANGE_WHILE_PARSING,
-    //    "Cannot change {0} {1} while parsing"},
-
-   /** Self-causation not permitted  */
-//  public static final int ER_SELF_CAUSATION_NOT_PERMITTED = 194;
-
-    //{ ER_SELF_CAUSATION_NOT_PERMITTED,
-     //   "Self-causation not permitted"},
-
-   /** src attribute not yet supported for  */
-//  public static final int ER_COULD_NOT_FIND_EXTERN_SCRIPT = 195;
-
     { ER_COULD_NOT_FIND_EXTERN_SCRIPT,
          "{0} i\u00e7inde d\u0131\u015f komut dosyas\u0131na ula\u015f\u0131lamad\u0131"},
 
-  /** The resource [] could not be found     */
-//  public static final int ER_RESOURCE_COULD_NOT_FIND = 196;
-
     { ER_RESOURCE_COULD_NOT_FIND,
-        "Kaynak [ {0} ] bulunamad\u0131.\n{1}"},
-
-   /** output property not recognized:  */
-//  public static final int ER_OUTPUT_PROPERTY_NOT_RECOGNIZED = 197;
+        "Kaynak [ {0} ] bulunamad\u0131.\n {1}"},
 
     { ER_OUTPUT_PROPERTY_NOT_RECOGNIZED,
         "\u00c7\u0131k\u0131\u015f \u00f6zelli\u011fi tan\u0131nm\u0131yor: {0}"},
 
-   /** Userinfo may not be specified if host is not specified   */
-//  public static final int ER_NO_USERINFO_IF_NO_HOST = 198;
-
-    //{ ER_NO_USERINFO_IF_NO_HOST,
-    //    "Userinfo may not be specified if host is not specified"},
-
-   /** Port may not be specified if host is not specified   */
-//  public static final int ER_NO_PORT_IF_NO_HOST = 199;
-
-    //{ ER_NO_PORT_IF_NO_HOST,
-    //    "Port may not be specified if host is not specified"},
-
-   /** Query string cannot be specified in path and query string   */
-//  public static final int ER_NO_QUERY_STRING_IN_PATH = 200;
-
-    //{ ER_NO_QUERY_STRING_IN_PATH,
-    //    "Query string cannot be specified in path and query string"},
-
-   /** Fragment cannot be specified in both the path and fragment   */
-//  public static final int ER_NO_FRAGMENT_STRING_IN_PATH = 201;
-
-    //{ ER_NO_FRAGMENT_STRING_IN_PATH,
-    //    "Fragment cannot be specified in both the path and fragment"},
-
-   /** Cannot initialize URI with empty parameters   */
-//  public static final int ER_CANNOT_INIT_URI_EMPTY_PARMS = 202;
-
-    //{ ER_CANNOT_INIT_URI_EMPTY_PARMS,
-    //    "Cannot initialize URI with empty parameters"},
-
-   /** Failed creating ElemLiteralResult instance   */
-//  public static final int ER_FAILED_CREATING_ELEMLITRSLT = 203;
-
     { ER_FAILED_CREATING_ELEMLITRSLT,
         "ElemLiteralResult somut \u00f6rne\u011fi yarat\u0131lmas\u0131 ba\u015far\u0131s\u0131z oldu"},
 
@@ -1727,242 +979,123 @@
   //in locale specific files like XSLTErrorResources_de.java, XSLTErrorResources_fr.java etc.
   //NOTE: Not only the key name but message has also been changed.
 
-   /** Priority value does not contain a parsable number   */
-//  public static final int ER_VALUE_SHOULD_BE_NUMBER = 204;
-
     { ER_VALUE_SHOULD_BE_NUMBER,
         "{0} de\u011feri ayr\u0131\u015ft\u0131r\u0131labilir bir say\u0131 i\u00e7ermelidir"},
 
-   /**  Value for {0} should equal 'yes' or 'no'   */
-//  public static final int ER_VALUE_SHOULD_EQUAL = 205;
-
     { ER_VALUE_SHOULD_EQUAL,
         "{0} de\u011feri yes ya da no olmal\u0131"},
 
-   /**  Failed calling {0} method   */
-//  public static final int ER_FAILED_CALLING_METHOD = 206;
-
     { ER_FAILED_CALLING_METHOD,
         "{0} y\u00f6ntemi \u00e7a\u011fr\u0131s\u0131 ba\u015far\u0131s\u0131z oldu"},
 
-   /** Failed creating ElemLiteralResult instance   */
-//  public static final int ER_FAILED_CREATING_ELEMTMPL = 207;
-
     { ER_FAILED_CREATING_ELEMTMPL,
         "ElemTemplateElement somut \u00f6rne\u011fi yarat\u0131lmas\u0131 ba\u015far\u0131s\u0131z oldu"},
 
-   /**  Characters are not allowed at this point in the document   */
-//  public static final int ER_CHARS_NOT_ALLOWED = 208;
-
     { ER_CHARS_NOT_ALLOWED,
         "Belgenin bu noktas\u0131nda karakterlere izin verilmez"},
 
-  /**  attribute is not allowed on the element   */
-//  public static final int ER_ATTR_NOT_ALLOWED = 209;
     { ER_ATTR_NOT_ALLOWED,
         "\"{0}\" \u00f6zniteli\u011fi {1} \u00f6\u011fesinde kullan\u0131lamaz!"},
 
-  /**  Method not yet supported    */
-//  public static final int ER_METHOD_NOT_SUPPORTED = 210;
-
-    //{ ER_METHOD_NOT_SUPPORTED,
-     //   "Method not yet supported "},
-
-  /**  Bad value    */
-//  public static final int ER_BAD_VALUE = 211;
-
     { ER_BAD_VALUE,
-     "{0} hatal\u0131 de\u011fer {1}"},
-
-  /**  attribute value not found   */
-//  public static final int ER_ATTRIB_VALUE_NOT_FOUND = 212;
+     "{0} hatal\u0131 de\u011fer {1} "},
 
     { ER_ATTRIB_VALUE_NOT_FOUND,
-     "{0} \u00f6znitelik de\u011feri bulunamad\u0131"},
-
-  /**  attribute value not recognized    */
-//  public static final int ER_ATTRIB_VALUE_NOT_RECOGNIZED = 213;
+     "{0} \u00f6znitelik de\u011feri bulunamad\u0131 "},
 
     { ER_ATTRIB_VALUE_NOT_RECOGNIZED,
-     "{0} \u00f6znitelik de\u011feri tan\u0131nm\u0131yor"},
-
-  /** IncrementalSAXSource_Filter not currently restartable   */
-//  public static final int ER_INCRSAXSRCFILTER_NOT_RESTARTABLE = 214;
-
-    //{ ER_INCRSAXSRCFILTER_NOT_RESTARTABLE,
-   //  "IncrementalSAXSource_Filter not currently restartable"},
-
-  /** IncrementalSAXSource_Filter not currently restartable   */
-//  public static final int ER_XMLRDR_NOT_BEFORE_STARTPARSE = 215;
-
-    //{ ER_XMLRDR_NOT_BEFORE_STARTPARSE,
-    // "XMLReader not before startParse request"},
-
-  /** Attempting to generate a namespace prefix with a null URI   */
-//  public static final int ER_NULL_URI_NAMESPACE = 216;
+     "{0} \u00f6znitelik de\u011feri tan\u0131nm\u0131yor "},
 
     { ER_NULL_URI_NAMESPACE,
      "Bo\u015f de\u011ferli URI ile ad alan\u0131 \u00f6neki olu\u015fturma giri\u015fimi"},
 
   //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,
      "En b\u00fcy\u00fck uzun tamsay\u0131dan daha b\u00fcy\u00fck bir say\u0131 bi\u00e7imleme giri\u015fimi"},
 
-//ER_CANNOT_FIND_SAX1_DRIVER
-
-//  public static final int  ER_CANNOT_FIND_SAX1_DRIVER = 218;
-
     { ER_CANNOT_FIND_SAX1_DRIVER,
      "SAX1 s\u00fcr\u00fcc\u00fc s\u0131n\u0131f\u0131 {0} bulunam\u0131yor"},
 
-//ER_SAX1_DRIVER_NOT_LOADED
-//  public static final int  ER_SAX1_DRIVER_NOT_LOADED = 219;
-
     { ER_SAX1_DRIVER_NOT_LOADED,
      "SAX1 s\u00fcr\u00fcc\u00fc s\u0131n\u0131f\u0131 {0} bulundu, ancak y\u00fcklenemiyor"},
 
-//ER_SAX1_DRIVER_NOT_INSTANTIATED
-//  public static final int  ER_SAX1_DRIVER_NOT_INSTANTIATED = 220 ;
-
     { ER_SAX1_DRIVER_NOT_INSTANTIATED,
      "SAX1 s\u00fcr\u00fcc\u00fc s\u0131n\u0131f\u0131 {0} y\u00fcklendi, ancak somutla\u015ft\u0131r\u0131lam\u0131yor"},
 
-
-// ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER
-//  public static final int ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER = 221;
-
     { ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER,
      "SAX1 s\u00fcr\u00fcc\u00fc s\u0131n\u0131f\u0131 {0} org.xml.sax.Parser \u00f6zelli\u011fini uygulam\u0131yor"},
 
-// ER_PARSER_PROPERTY_NOT_SPECIFIED
-//  public static final int  ER_PARSER_PROPERTY_NOT_SPECIFIED = 222;
-
     { ER_PARSER_PROPERTY_NOT_SPECIFIED,
      "Sistem \u00f6zelli\u011fi org.xml.sax.parser belirtilmedi"},
 
-//ER_PARSER_ARG_CANNOT_BE_NULL
-//  public static final int  ER_PARSER_ARG_CANNOT_BE_NULL = 223 ;
-
     { ER_PARSER_ARG_CANNOT_BE_NULL,
      "Ayr\u0131\u015ft\u0131r\u0131c\u0131 (Parser) ba\u011f\u0131ms\u0131z de\u011fi\u015fkeni bo\u015f de\u011ferli olmamal\u0131"},
 
-
-// ER_FEATURE
-//  public static final int  ER_FEATURE = 224;
-
     { ER_FEATURE,
      "\u00d6zellik: {0}"},
 
-
-// ER_PROPERTY
-//  public static final int ER_PROPERTY = 225 ;
-
     { ER_PROPERTY,
      "\u00d6zellik: {0}"},
 
-// ER_NULL_ENTITY_RESOLVER
-//  public static final int ER_NULL_ENTITY_RESOLVER  = 226;
-
     { ER_NULL_ENTITY_RESOLVER,
      "Bo\u015f de\u011ferli varl\u0131k \u00e7\u00f6z\u00fcc\u00fc"},
 
-// ER_NULL_DTD_HANDLER
-//  public static final int  ER_NULL_DTD_HANDLER = 227 ;
-
     { ER_NULL_DTD_HANDLER,
      "Bo\u015f de\u011ferli DTD i\u015fleyici"},
 
-// No Driver Name Specified!
-//  public static final int ER_NO_DRIVER_NAME_SPECIFIED = 228;
     { ER_NO_DRIVER_NAME_SPECIFIED,
      "S\u00fcr\u00fcc\u00fc ad\u0131 belirtilmedi!"},
 
-
-// No URL Specified!
-//  public static final int ER_NO_URL_SPECIFIED = 229;
     { ER_NO_URL_SPECIFIED,
      "URL belirtilmedi!"},
 
-
-// Pool size is less than 1!
-//  public static final int ER_POOLSIZE_LESS_THAN_ONE = 230;
     { ER_POOLSIZE_LESS_THAN_ONE,
      "Havuz b\u00fcy\u00fckl\u00fc\u011f\u00fc birden az!"},
 
-
-// Invalid Driver Name Specified!
-//  public static final int ER_INVALID_DRIVER_NAME = 231;
     { ER_INVALID_DRIVER_NAME,
      "Belirtilen s\u00fcr\u00fcc\u00fc ad\u0131 ge\u00e7ersiz!"},
 
-
-
-// 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;
+// Note to translators:  The following message should not normally be displayed
+//   to users.  It describes a situation in which the processor has detected
+//   an internal consistency problem in itself, and it provides this message
+//   for the developer to help diagnose the problem.  The name
+//   'ElemTemplateElement' is the name of a class, and should not be
+//   translated.
     { ER_ASSERT_NO_TEMPLATE_PARENT,
-     "Programc\u0131 hatas\u0131! expr i\u00e7in ElemTemplateElement \u00fcst \u00f6\u011fesi yok!"},
+     "Programc\u0131 hatas\u0131! \u0130fadenin ElemTemplateElement \u00fcst \u00f6\u011fesi yok!"},
 
 
-// Programmer''s assertion in RundundentExprEliminator: {0}
-//  public static final int ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR = 234;
+// Note to translators:  The following message should not normally be displayed
+//   to users.  It describes a situation in which the processor has detected
+//   an internal consistency problem in itself, and it provides this message
+//   for the developer to help diagnose the problem.  The substitution text
+//   provides further information in order to diagnose the problem.  The name
+//   'RedundentExprEliminator' is the name of a class, and should not be
+//   translated.
     { ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR,
-     "RundundentExprEliminator i\u00e7inde programc\u0131 de\u011ferlendirmesi: {0}"},
-
-// Axis traverser not supported: {0}
-//  public static final int ER_AXIS_TRAVERSER_NOT_SUPPORTED = 235;
-    //{ ER_AXIS_TRAVERSER_NOT_SUPPORTED,
-    // "Axis traverser not supported: {0}"},
-
-// ListingErrorHandler created with null PrintWriter!
-//  public static final int ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER = 236;
-    //{ ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER,
-    // "ListingErrorHandler created with null PrintWriter!"},
+     "RedundentExprEliminator i\u00e7inde programc\u0131 do\u011frulamas\u0131: {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} bi\u00e7em yapra\u011f\u0131nda bu konumda bulunamaz!"},
 
-  // 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,
      "Beyaz alan d\u0131\u015f\u0131 metin bi\u00e7em yapra\u011f\u0131nda bu konumda bulunamaz!"},
 
   // 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,
-     "CHAR \u00f6zniteli\u011fi {0} i\u00e7in ge\u00e7ersiz {1} de\u011feri kullan\u0131ld\u0131. CHAR tipinde bir \u00f6znitelik yaln\u0131zca 1 karakter olmal\u0131d\u0131r!"},
-
-//  public static final int ER_SYSTEMID_UNKNOWN = 240;
-    //{ ER_SYSTEMID_UNKNOWN,
-    // "SystemId Unknown"},
-
-  // Location of error unknown
-//  public static final int ER_LOCATION_UNKNOWN = 241;
-    //{ ER_LOCATION_UNKNOWN,
-    // "Location of error unknown"},
+     "CHAR \u00f6zniteli\u011fi {0} i\u00e7in ge\u00e7ersiz {1} de\u011feri kullan\u0131ld\u0131.  CHAR tipinde bir \u00f6znitelik yaln\u0131zca 1 karakter olmal\u0131d\u0131r!"},
 
     // 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;
+    //The following codes are shared with the warning codes...
     { INVALID_QNAME,
      "QNAME \u00f6zniteli\u011fi {0} i\u00e7in ge\u00e7ersiz {1} de\u011feri kullan\u0131ld\u0131"},
 
@@ -1971,57 +1104,36 @@
     // 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: {1} used for ENUM attribute: {0}.  Valid values are: {2}.
-//  public static final int INVALID_ENUM = 243;
     { INVALID_ENUM,
-     "ENUM \u00f6zniteli\u011fi {0} i\u00e7in ge\u00e7ersiz {1} de\u011feri kullan\u0131ld\u0131. Ge\u00e7erli de\u011ferler: {2}."},
+     "ENUM \u00f6zniteli\u011fi {0} i\u00e7in ge\u00e7ersiz {1} de\u011feri kullan\u0131ld\u0131.  Ge\u00e7erli de\u011ferler: {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: {1} used for NMTOKEN attribute: {0}.
-//  public static final int INVALID_NMTOKEN = 244;
     { INVALID_NMTOKEN,
-     "NMTOKEN \u00f6zniteli\u011fi {0} i\u00e7in ge\u00e7ersiz {1} de\u011feri kullan\u0131ld\u0131"},
+     "NMTOKEN \u00f6zniteli\u011fi {0} i\u00e7in ge\u00e7ersiz {1} de\u011feri kullan\u0131ld\u0131 "},
 
 // 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: {1} used for NCNAME attribute: {0}.
-//  public static final int INVALID_NCNAME = 245;
     { INVALID_NCNAME,
-     "NCNAME \u00f6zniteli\u011fi {0} i\u00e7in ge\u00e7ersiz {1} de\u011feri kullan\u0131ld\u0131"},
+     "NCNAME \u00f6zniteli\u011fi {0} i\u00e7in ge\u00e7ersiz {1} de\u011feri kullan\u0131ld\u0131 "},
 
 // 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: {1} used for boolean attribute: {0}.
-//  public static final int INVALID_BOOLEAN = 246;
-
     { INVALID_BOOLEAN,
-     "boolean \u00f6zniteli\u011fi {0} i\u00e7in ge\u00e7ersiz {1} de\u011feri kullan\u0131ld\u0131"},
+     "boolean \u00f6zniteli\u011fi {0} i\u00e7in ge\u00e7ersiz {1} de\u011feri kullan\u0131ld\u0131 "},
 
 // 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: {1} used for number attribute: {0}.
-//  public static final int INVALID_NUMBER = 247;
      { INVALID_NUMBER,
-     "number \u00f6zniteli\u011fi {0} i\u00e7in ge\u00e7ersiz {1} de\u011feri kullan\u0131ld\u0131"},
+     "number \u00f6zniteli\u011fi {0} i\u00e7in ge\u00e7ersiz {1} de\u011feri kullan\u0131ld\u0131 "},
 
 
   // End of shared codes...
@@ -2031,9 +1143,6 @@
 // a function.  The message indicates that when this function is referenced in
 // a match pattern, its argument must be a string literal (or constant.)
 // ER_ARG_LITERAL - new error message for bugzilla //5202
-
-  // Argument to {0} in match pattern must be a literal.
-//  public static final int ER_ARG_LITERAL             = 248;
     { ER_ARG_LITERAL,
      "E\u015fle\u015fme \u00f6r\u00fcnt\u00fcs\u00fcnde {0} i\u015flevine ili\u015fkin ba\u011f\u0131ms\u0131z de\u011fi\u015fken bir haz\u0131r bilgi olmal\u0131d\u0131r."},
 
@@ -2041,9 +1150,6 @@
 // a variable.  A "global variable" is a variable that is accessible everywher
 // in the stylesheet.
 // ER_DUPLICATE_GLOBAL_VAR - new error message for bugzilla #790
-
-  // Duplicate global variable declaration.
-//  public static final int ER_DUPLICATE_GLOBAL_VAR    = 249;
     { ER_DUPLICATE_GLOBAL_VAR,
      "Yinelenen genel de\u011fi\u015fken bildirimi."},
 
@@ -2051,18 +1157,12 @@
 // Note to translators:  The following message indicates that two definitions of
 // a variable were encountered.
 // ER_DUPLICATE_VAR - new error message for bugzilla #790
-
-  // Duplicate variable declaration.
-//  public static final int ER_DUPLICATE_VAR           = 250;
     { ER_DUPLICATE_VAR,
      "Yinelenen de\u011fi\u015fken bildirimi."},
 
     // Note to translators:  "xsl:template, "name" and "match" are XSLT keywords
     // which must not be translated.
     // ER_TEMPLATE_NAME_MATCH - new error message for bugzilla #789
-
-  // xsl:template must have a name or match attribute (or both)
-//  public static final int ER_TEMPLATE_NAME_MATCH     = 251;
     { ER_TEMPLATE_NAME_MATCH,
      "xsl:template bir name ya da match \u00f6zniteli\u011fi (ya da her ikisini) i\u00e7ermelidir"},
 
@@ -2071,178 +1171,141 @@
     // encountered as part of the value of the exclude-result-prefixes attribute
     // was in error.
     // ER_INVALID_PREFIX - new error message for bugzilla #788
-
-  // Prefix in exclude-result-prefixes is not valid: {0}
-//  public static final int ER_INVALID_PREFIX          = 252;
     { ER_INVALID_PREFIX,
      "exclude-result-prefixes i\u00e7indeki \u00f6nek ge\u00e7erli de\u011fil: {0}"},
 
-    // Note to translators:  An "attribute set" is a set of attributes that can be
-    // added to an element in the output document as a group.  The message indicates
-    // that there was a reference to an attribute set named {0} that was never
-    // defined.
+    // Note to translators:  An "attribute set" is a set of attributes that can
+    // be added to an element in the output document as a group.  The message
+    // indicates that there was a reference to an attribute set named {0} that
+    // was never defined.
     // ER_NO_ATTRIB_SET - new error message for bugzilla #782
-
-  // attribute-set named {0} does not exist
-//  public static final int ER_NO_ATTRIB_SET           = 253;
     { ER_NO_ATTRIB_SET,
      "{0} adl\u0131 \u00f6znitelik k\u00fcmesi yok"},
 
+    // Note to translators:  This message indicates that there was a reference
+    // to a function named {0} for which no function definition could be found.
+    { ER_FUNCTION_NOT_FOUND,
+     "{0} adl\u0131 i\u015flev yok"},
+
+    // Note to translators:  This message indicates that the XSLT instruction
+    // that is named by the substitution text {0} must not contain other XSLT
+    // instructions (content) or a "select" attribute.  The word "select" is
+    // an XSLT keyword in this case and must not be translated.
+    { ER_CANT_HAVE_CONTENT_AND_SELECT,
+     "{0} \u00f6\u011fesinin hem i\u00e7eri\u011fi, hem de select \u00f6zniteli\u011fi olamaz."},
+
+    // Note to translators:  This message indicates that the value argument
+    // of setParameter must be a valid Java Object.
+    { ER_INVALID_SET_PARAM_VALUE,
+     "{0} de\u011fi\u015ftirgesinin de\u011feri ge\u00e7erli bir Java nesnesi olmal\u0131d\u0131r"},
+
+        { ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX_FOR_DEFAULT,
+         "Bir xsl:namespace-alias \u00f6\u011fesine ili\u015fkin result-prefix \u00f6zniteli\u011finin de\u011feri '#default', ancak \u00f6\u011fenin kapsam\u0131nda varsay\u0131lan ad alan\u0131 bildirimi yok."},
 
+        { ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX,
+         "Bir xsl:namespace-alias \u00f6\u011fesine ili\u015fkin result-prefix \u00f6zniteli\u011finin de\u011feri ''{0}'', ancak \u00f6\u011fenin kapsam\u0131nda ''{0}'' \u00f6neki i\u00e7in ad alan\u0131 bildirimi yok."},
 
+    { ER_SET_FEATURE_NULL_NAME,
+      "TransformerFactory.setFeature(dizgi ad\u0131, boole de\u011fer) i\u00e7inde \u00f6zellik (feature) ad\u0131 bo\u015f de\u011ferli olamaz."},
 
+    { ER_GET_FEATURE_NULL_NAME,
+      "TransformerFactory.getFeature(dizgi ad\u0131) i\u00e7inde \u00f6zellik (feature) ad\u0131 bo\u015f de\u011ferli olamaz."},
+
+    { ER_UNSUPPORTED_FEATURE,
+      "Bu TransformerFactory \u00fczerinde ''{0}'' \u00f6zelli\u011fi tan\u0131mlanamaz."},
+
+    { ER_EXTENSION_ELEMENT_NOT_ALLOWED_IN_SECURE_PROCESSING,
+        "G\u00fcvenli i\u015fleme \u00f6zelli\u011fi true de\u011ferine ayarland\u0131\u011f\u0131nda ''{0}'' eklenti \u00f6\u011fesinin kullan\u0131lmas\u0131na izin verilmez."},
+
+        { ER_NAMESPACE_CONTEXT_NULL_NAMESPACE,
+          "Bo\u015f de\u011ferli ad alan\u0131 Uri i\u00e7in \u00f6nek al\u0131namaz."},
+
+        { ER_NAMESPACE_CONTEXT_NULL_PREFIX,
+          "Bo\u015f de\u011ferli \u00f6nek i\u00e7in ad alan\u0131 Uri al\u0131namaz."},
+
+        { ER_XPATH_RESOLVER_NULL_QNAME,
+          "\u0130\u015flev ad\u0131 bo\u015f de\u011ferli olamaz."},
+
+        { ER_XPATH_RESOLVER_NEGATIVE_ARITY,
+          "E\u015flik eksi olamaz."},
 
   // Warnings...
 
-  /** WG_FOUND_CURLYBRACE          */
-//  public static final int WG_FOUND_CURLYBRACE = 1;
     { WG_FOUND_CURLYBRACE,
       "'}' bulundu, ancak a\u00e7\u0131k \u00f6znitelik \u015fablonu yok!"},
 
-  /** WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR          */
-//  public static final int WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR = 2;
-
     { WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR,
       "Uyar\u0131: count \u00f6zniteli\u011fi xsl:number i\u00e7indeki bir \u00fcst \u00f6znitelikle e\u015fle\u015fmiyor! Hedef = {0}"},
 
-  /** WG_EXPR_ATTRIB_CHANGED_TO_SELECT          */
-//  public static final int WG_EXPR_ATTRIB_CHANGED_TO_SELECT = 3;
-
     { WG_EXPR_ATTRIB_CHANGED_TO_SELECT,
       "Eski s\u00f6zdizimi: 'expr' \u00f6zniteli\u011finin ad\u0131 'select' olarak de\u011fi\u015ftirildi."},
 
-  /** WG_NO_LOCALE_IN_FORMATNUMBER          */
-//  public static final int WG_NO_LOCALE_IN_FORMATNUMBER = 4;
-
     { WG_NO_LOCALE_IN_FORMATNUMBER,
       "Xalan hen\u00fcz format-number i\u015flevinde \u00fclke de\u011feri ad\u0131n\u0131 i\u015flemiyor."},
 
-  /** WG_LOCALE_NOT_FOUND          */
-//  public static final int WG_LOCALE_NOT_FOUND = 5;
-
     { WG_LOCALE_NOT_FOUND,
       "Uyar\u0131: xml:lang={0} ile ilgili \u00fclke de\u011feri bulunamad\u0131"},
 
-  /** WG_CANNOT_MAKE_URL_FROM          */
-//  public static final int WG_CANNOT_MAKE_URL_FROM = 6;
-
     { WG_CANNOT_MAKE_URL_FROM,
       "Dizgiden URL olu\u015fturulamad\u0131: {0}"},
 
-  /** WG_CANNOT_LOAD_REQUESTED_DOC          */
-//  public static final int WG_CANNOT_LOAD_REQUESTED_DOC = 7;
-
     { WG_CANNOT_LOAD_REQUESTED_DOC,
       "\u0130stenen belge y\u00fcklenemiyor: {0}"},
 
-  /** WG_CANNOT_FIND_COLLATOR          */
-//  public static final int WG_CANNOT_FIND_COLLATOR = 8;
     { WG_CANNOT_FIND_COLLATOR,
       "<sort xml:lang={0} i\u00e7in Collator bulunamad\u0131"},
 
-  /** WG_FUNCTIONS_SHOULD_USE_URL          */
-//  public static final int WG_FUNCTIONS_SHOULD_USE_URL = 9;
-
     { WG_FUNCTIONS_SHOULD_USE_URL,
       "Eski s\u00f6zdizimi: functions y\u00f6nergesi {0} url adresini kullanmal\u0131d\u0131r"},
 
-  /** WG_ENCODING_NOT_SUPPORTED_USING_UTF8          */
-//  public static final int WG_ENCODING_NOT_SUPPORTED_USING_UTF8 = 10;
-
     { WG_ENCODING_NOT_SUPPORTED_USING_UTF8,
       "{0} kodlamas\u0131 desteklenmiyor, UTF-8 kullan\u0131l\u0131yor"},
 
-  /** WG_ENCODING_NOT_SUPPORTED_USING_JAVA          */
-//  public static final int WG_ENCODING_NOT_SUPPORTED_USING_JAVA = 11;
-
     { WG_ENCODING_NOT_SUPPORTED_USING_JAVA,
       "{0} kodlamas\u0131 desteklenmiyor, Java {1} kullan\u0131l\u0131yor"},
 
-  /** WG_SPECIFICITY_CONFLICTS          */
-//  public static final int WG_SPECIFICITY_CONFLICTS = 12;
-
     { WG_SPECIFICITY_CONFLICTS,
       "Belirtim \u00e7at\u0131\u015fmalar\u0131 saptand\u0131: {0} Bi\u00e7em yapra\u011f\u0131nda son bulunan kullan\u0131lacak."},
 
-  /** WG_PARSING_AND_PREPARING          */
-//  public static final int WG_PARSING_AND_PREPARING = 13;
-
     { WG_PARSING_AND_PREPARING,
       "========= {0} ayr\u0131\u015ft\u0131r\u0131l\u0131yor ve haz\u0131rlan\u0131yor =========="},
 
-  /** WG_ATTR_TEMPLATE          */
-//  public static final int WG_ATTR_TEMPLATE = 14;
-
     { WG_ATTR_TEMPLATE,
      "\u00d6znitelik \u015fablonu, {0}"},
 
-  /** WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE          */
-//  public static final int WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE = 15;
-
     { WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE,
       "xsl:strip-space ile xsl:preserve-space aras\u0131nda e\u015fle\u015fme \u00e7at\u0131\u015fmas\u0131"},
 
-  /** WG_ATTRIB_NOT_HANDLED          */
-//  public static final int WG_ATTRIB_NOT_HANDLED = 16;
-
     { WG_ATTRIB_NOT_HANDLED,
       "Xalan hen\u00fcz {0} \u00f6zniteli\u011fini i\u015flemiyor!"},
 
-  /** WG_NO_DECIMALFORMAT_DECLARATION          */
-//  public static final int WG_NO_DECIMALFORMAT_DECLARATION = 17;
-
     { WG_NO_DECIMALFORMAT_DECLARATION,
       "Onlu bi\u00e7imi i\u00e7in bildirim bulunamad\u0131: {0}"},
 
-  /** WG_OLD_XSLT_NS          */
-//  public static final int WG_OLD_XSLT_NS = 18;
-
     { WG_OLD_XSLT_NS,
-     "Eksik ya da yanl\u0131\u015f XSLT ad alan\u0131."},
-
-  /** WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED          */
-//  public static final int WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED = 19;
+     "Eksik ya da yanl\u0131\u015f XSLT ad alan\u0131. "},
 
     { WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED,
       "Varsay\u0131lan tek bir xsl:decimal-format bildirimine izin verilir."},
 
-  /** WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE          */
-//  public static final int WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE = 20;
-
     { WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE,
       "xsl:decimal-format adlar\u0131 benzersiz olmal\u0131d\u0131r. \"{0}\" ad\u0131 yineleniyor."},
 
-  /** WG_ILLEGAL_ATTRIBUTE          */
-  //public static final int WG_ILLEGAL_ATTRIBUTE = 21;
-
     { WG_ILLEGAL_ATTRIBUTE,
       "{0} ge\u00e7ersiz {1} \u00f6zniteli\u011fini i\u00e7eriyor"},
 
-  /** WG_COULD_NOT_RESOLVE_PREFIX          */
-//  public static final int WG_COULD_NOT_RESOLVE_PREFIX = 22;
-
     { WG_COULD_NOT_RESOLVE_PREFIX,
       "Ad alan\u0131 \u00f6neki {0} \u00e7\u00f6z\u00fclemedi. D\u00fc\u011f\u00fcm yoksay\u0131lacak."},
 
-  /** WG_STYLESHEET_REQUIRES_VERSION_ATTRIB          */
-//  public static final int WG_STYLESHEET_REQUIRES_VERSION_ATTRIB = 23;
     { WG_STYLESHEET_REQUIRES_VERSION_ATTRIB,
       "xsl:stylesheet i\u00e7in 'version' \u00f6zniteli\u011fi gerekiyor!"},
 
-  /** WG_ILLEGAL_ATTRIBUTE_NAME          */
-//  public static final int WG_ILLEGAL_ATTRIBUTE_NAME = 24;
-
     { WG_ILLEGAL_ATTRIBUTE_NAME,
       "Ge\u00e7ersiz \u00f6znitelik ad\u0131: {0}"},
 
-  /** WG_ILLEGAL_ATTRIBUTE_VALUE          */
-//  public static final int WG_ILLEGAL_ATTRIBUTE_VALUE = 25;
     { WG_ILLEGAL_ATTRIBUTE_VALUE,
       "{0} \u00f6zniteli\u011fi i\u00e7in ge\u00e7ersiz {1} de\u011feri kullan\u0131ld\u0131"},
 
-  /** WG_EMPTY_SECOND_ARG          */
-//  public static final int WG_EMPTY_SECOND_ARG = 26;
-
     { WG_EMPTY_SECOND_ARG,
       "Belge i\u015flevinin ikinci ba\u011f\u0131ms\u0131z de\u011fi\u015fkeninden sonu\u00e7lanan d\u00fc\u011f\u00fcm k\u00fcmesi (nodeset) bo\u015f. Bo\u015f d\u00fc\u011f\u00fcm k\u00fcmesi d\u00f6nd\u00fcr\u00fcr."},
 
@@ -2250,34 +1313,25 @@
 
     // Note to translators:  "name" and "xsl:processing-instruction" are keywords
     // and must not be translated.
-    // WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML
-
-
-  /** WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML          */
-//  public static final int WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML = 27;
     { WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML,
       "xsl:processing-instruction ad\u0131n\u0131n 'name' \u00f6zniteli\u011fi de\u011feri 'xml' olmamal\u0131d\u0131r"},
 
     // Note to translators:  "name" and "xsl:processing-instruction" are keywords
     // and must not be translated.  "NCName" is an XML data-type and must not be
     // translated.
-    // WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME
-
-  /** WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME          */
-//  public static final int WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME = 28;
     { WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME,
-      "xsl:processing-instruction ile ilgili 'name' \u00f6zniteli\u011fi de\u011feri ge\u00e7erli bir NCName olmal\u0131d\u0131r: {0}"},
+      "xsl:processing-instruction ile ilgili ''name'' \u00f6zniteli\u011fi de\u011feri ge\u00e7erli bir NCName olmal\u0131d\u0131r: {0}"},
 
     // Note to translators:  This message is reported if the stylesheet that is
     // being processed attempted to construct an XML document with an attribute in a
     // place other than on an element.  The substitution text specifies the name of
     // the attribute.
-    // WG_ILLEGAL_ATTRIBUTE_POSITION
-
-  /** WG_ILLEGAL_ATTRIBUTE_POSITION         */
-//  public static final int WG_ILLEGAL_ATTRIBUTE_POSITION = 29;
     { WG_ILLEGAL_ATTRIBUTE_POSITION,
-      "Alt d\u00fc\u011f\u00fcmlerden sonra ya da bir \u00f6\u011fe \u00fcretilmeden \u00f6nce {0} \u00f6zniteli\u011fi eklenemez. \u00d6znitelik yoksay\u0131lacak."},
+      "Alt d\u00fc\u011f\u00fcmlerden sonra ya da bir \u00f6\u011fe \u00fcretilmeden \u00f6nce {0} \u00f6zniteli\u011fi eklenemez.  \u00d6znitelik yoksay\u0131lacak."},
+
+    { NO_MODIFICATION_ALLOWED_ERR,
+      "De\u011fi\u015fikli\u011fe izin verilmeyen bir durumda bir nesneyi de\u011fi\u015ftirme giri\u015fiminde bulunuldu."
+    },
 
     //Check: WHY THERE IS A GAP B/W NUMBERS in the XSLTErrorResources properties file?
 
@@ -2298,7 +1352,7 @@
   // Note to translators:  The following messages provide usage information
   // for the Xalan Process command line.  "Process" is the name of a Java class,
   // and should not be translated.
-  { "xslProc_option", "Xalan-J komut sat\u0131r\u0131 Process s\u0131n\u0131f\u0131 se\u00e7enekleri: "},
+  { "xslProc_option", "Xalan-J komut sat\u0131r\u0131 Process s\u0131n\u0131f\u0131 se\u00e7enekleri:"},
   { "xslProc_option", "Xalan-J komut sat\u0131r\u0131 i\u015flem s\u0131n\u0131f\u0131 se\u00e7enekleri\u003a"},
   { "xslProc_invalid_xsltc_option", "{0} se\u00e7ene\u011fi XSLTC kipinde desteklenmez."},
   { "xslProc_invalid_xalan_option", "{0} se\u00e7ene\u011fi yaln\u0131zca -XSLTC ile kullan\u0131labilir."},
@@ -2333,7 +1387,7 @@
   { "optionTS", "[-TS (Her se\u00e7im olay\u0131 izlenir.)]"},
   {  "optionTTC", "[-TTC (\u015eablon alt \u00f6\u011feleri i\u015flenirken izlenir.)]"},
   { "optionTCLASS", "[-TCLASS (\u0130zleme eklentileri i\u00e7in TraceListener s\u0131n\u0131f\u0131.)]"},
-  { "optionVALIDATE", "[-VALIDATE (Ge\u00e7erlilik denetimi yap\u0131l\u0131p yap\u0131lmayaca\u011f\u0131n\u0131 belirler. Varsay\u0131lan olarak, ge\u00e7erlilik denetimi kapal\u0131d\u0131r.)]"},
+  { "optionVALIDATE", "[-VALIDATE (Ge\u00e7erlilik denetimi yap\u0131l\u0131p yap\u0131lmayaca\u011f\u0131n\u0131 belirler.  Varsay\u0131lan olarak, ge\u00e7erlilik denetimi kapal\u0131d\u0131r.)]"},
   { "optionEDUMP", "[-EDUMP {iste\u011fe ba\u011fl\u0131 dosya ad\u0131} (Hata durumunda y\u0131\u011f\u0131n d\u00f6k\u00fcm\u00fc ger\u00e7ekle\u015ftirilir.)]"},
   {  "optionXML", "[-XML (XML bi\u00e7imleyici kullan\u0131l\u0131r ve XML \u00fcstbilgisi eklenir.)]"},
   {  "optionTEXT", "[-TEXT (Yal\u0131n metin bi\u00e7imleyici kullan\u0131l\u0131r.)]"},
@@ -2348,6 +1402,7 @@
   { "optionENTITYRESOLVER",  "[-ENTITYRESOLVER tam s\u0131n\u0131f ad\u0131 (Varl\u0131klar\u0131 \u00e7\u00f6zmekte kullan\u0131lacak EntityResolver)]"},
   { "optionCONTENTHANDLER",  "[-CONTENTHANDLER tam s\u0131n\u0131f ad\u0131 (\u00c7\u0131k\u0131\u015f\u0131 diziselle\u015ftirmekte kullan\u0131lacak ContentHandler)]"},
   {  "optionLINENUMBERS",  "[-L kaynak belge i\u00e7in sat\u0131r numaralar\u0131 kullan\u0131l\u0131r]"},
+  { "optionSECUREPROCESSING", "   [-SECURE (g\u00fcvenli i\u015fleme \u00f6zelli\u011fi true de\u011ferine ayarlan\u0131r.)]"},
 
     // Following are the new options added in XSLTErrorResources.properties files after Jdk 1.4 (Xalan 2.2-D11)
 
@@ -2378,7 +1433,6 @@
 
   };
   }
-
   // ================= INFRASTRUCTURE ======================
 
   /** String for use when a bad error code was encountered.    */



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org