You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2005/08/18 07:09:20 UTC

cvs commit: xml-xalan/c/src/xalanc/NLS/en_US XalanMsg_en_US.xlf

dbertoni    2005/08/17 22:09:20

  Modified:    c/src/xalanc/NLS/en_US XalanMsg_en_US.xlf
  Log:
  Fixes for Jira issue XALANC-115.
  
  Revision  Changes    Path
  1.21      +8 -8      xml-xalan/c/src/xalanc/NLS/en_US/XalanMsg_en_US.xlf
  
  Index: XalanMsg_en_US.xlf
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/NLS/en_US/XalanMsg_en_US.xlf,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- XalanMsg_en_US.xlf	4 Aug 2005 18:01:40 -0000	1.20
  +++ XalanMsg_en_US.xlf	18 Aug 2005 05:09:20 -0000	1.21
  @@ -234,9 +234,14 @@
   		<target>Only 'child' and 'attribute' axes are allowed in match patterns.</target>
   </trans-unit>
   
  -<trans-unit id="UnknownVariable_1Param">
  -		<source>The variable '{0}' is not bound.</source>
  -		<target>The variable '{0}' is not bound.</target>
  +<trans-unit id="VariableReferenceNotAllowed">
  +		<source>A variable reference is allowed in a match pattern or expression in this context.</source>
  +		<target>A variable reference is allowed in a match pattern or expression in this context.</target>
  +</trans-unit>
  +
  +<trans-unit id="KeyFunctionNotAllowed">
  +		<source>The value of either the 'use' attribute or the 'match' attribute of xsl:key cannot contain a call to the key() function.</source>
  +		<target>The value of either the 'use' attribute or the 'match' attribute of xsl:key cannot contain a call to the key() function.</target>
   </trans-unit>
   
   <trans-unit id="FunctionTakes2ArgsAtLeast_1Param">
  @@ -441,11 +446,6 @@
   		<target>The function '{0}' accepts one argument.</target>
   </trans-unit>
   
  -<trans-unit id="UseOfFunctionIsIllegal_2Param">
  -		<source>The use of '{0}' in the "match" or "use" attribute of '{1}' is illegal.</source>
  -		<target>The use of '{0}' in the "match" or "use" attribute of '{1}' is illegal.</target>
  -</trans-unit>
  -
   <trans-unit id="Error_1Param">
   		<source>Error: {0}</source>
   		<target>Error: {0}</target>
  
  
  

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