dbertoni 2004/11/10 16:56:24
Modified: c/src/xalanc/NLS/en_US XalanMsg_en_US.xlf
Log:
Fixed bug with wrong substitution parameters and simplified warning for
conflicts.
Revision Changes Path
1.17 +4 -9 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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- XalanMsg_en_US.xlf 2 Nov 2004 05:32:58 -0000 1.16
+++ XalanMsg_en_US.xlf 11 Nov 2004 00:56:24 -0000 1.17
@@ -521,11 +521,6 @@
<target>The stylesheet already has a template with this
name.</target>
</trans-unit>
-<trans-unit id="LastFoundStylesheetWillBeUsed">
- <source>Last found in stylesheet will be used.</source>
- <target>Last found in stylesheet will be used.</target>
-</trans-unit>
-
<trans-unit id="UnknownXSLTToken_1Param">
<source>The token '{0}' is an unknown XSLT token value.</source>
<target>The token '{0}' is an unknown XSLT token value.</target>
@@ -678,8 +673,8 @@
</trans-unit>
<trans-unit id="AtUnknownFileLineColumn_2Param">
- <source>Occurred at unknown file , line {1} , column
{2}.</source>
- <target>Occurred at unknown file , line {1} , column
{2}.</target>
+ <source>Occurred at unknown file , line {0} , column
{1}.</source>
+ <target>Occurred at unknown file , line {0} , column
{1}.</target>
</trans-unit>
<trans-unit id="EmptyNodeList">
@@ -793,8 +788,8 @@
</trans-unit>
<trans-unit id="ConflictsFound">
- <source>Specificity conflicts found: </source>
- <target>Specificity conflicts found: </target>
+ <source>More than one matching template was found. The last
found in stylesheet will be used.</source>
+ <target>More than one matching template was found. The last
found in stylesheet will be used.</target>
</trans-unit>
<trans-unit id="CircularVariableDefWasDetected">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]