dmitryh     2004/09/01 05:58:06

  Modified:    c/src/xalanc/NLS/en_US XalanMsg_en_US.xlf
  Log:
  Fix for Bugzilla #30750.
  Reviewed by June Ng
  
  Revision  Changes    Path
  1.13      +9 -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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- XalanMsg_en_US.xlf        11 Aug 2004 15:21:02 -0000      1.12
  +++ XalanMsg_en_US.xlf        1 Sep 2004 12:58:06 -0000       1.13
  @@ -110,8 +110,8 @@
   </trans-unit>
   
   <trans-unit id="InvalidNumberOfArgsWasDetected_3Param">
  -             <source>An invalid number of arguments for op code '{0}' was 
detected. The required number of arguments is '{1}', but '{2}' arguments(s) 
were supplied.</source>
  -             <target>An invalid number of arguments for op code '{0}' was 
detected. The required number of arguments is '{1}', but '{2}' arguments(s) 
were supplied.</target>
  +             <source>An invalid number of arguments for op code '{0}' was 
detected. The required number of arguments is '{1}', but '{2}' argument(s) were 
supplied.</source>
  +             <target>An invalid number of arguments for op code '{0}' was 
detected. The required number of arguments is '{1}', but '{2}' argument(s) were 
supplied.</target>
   </trans-unit>
   
   <trans-unit id="InvalidNumberOfArgsWasSupplied_2Param">
  @@ -145,13 +145,13 @@
   </trans-unit>
   
   <trans-unit id="ExpectedDoubleQuote">
  -             <source>The literal expression is not terminated. An double 
quote is missing.</source>
  -             <target>The literal expression is not terminated. An double 
quote is missing.</target>
  +             <source>The literal expression is not terminated. A double 
quote is missing.</source>
  +             <target>The literal expression is not terminated. A double 
quote is missing.</target>
   </trans-unit>
   
   <trans-unit id="ExpectedSingleQuote">
  -             <source>The literal expression is not terminated. An single 
quote is missing.</source>
  -             <target>The literal expression is not terminated. An single 
quote is missing.</target>
  +             <source>The literal expression is not terminated. A single 
quote is missing.</source>
  +             <target>The literal expression is not terminated. A single 
quote is missing.</target>
   </trans-unit>
   
   <trans-unit id="EmptyExpression">
  @@ -171,7 +171,7 @@
   
   <trans-unit id="NotFoundWhatExpected_2Param">
                <source>Expected token is '{0}', but found the '{1}' 
token.</source>
  -             <target>Expected token is '{0}', but found the '{1}' 
token</target>
  +             <target>Expected token is '{0}', but found the '{1}' 
token.</target>
   </trans-unit>
   
   <trans-unit id="LiteralArgumentIsRequired">
  @@ -270,8 +270,8 @@
   </trans-unit>
   
   <trans-unit id="AttributesCannotBeAdded">
  -             <source>Attributes cannot be added after a child has been 
added.  The attribute(s) will not be added.</source>
  -             <target>Attributes cannot be added after a child has been 
added.  The attribute(s) will not be added.</target>
  +             <source>Attributes cannot be added after a child has been 
added. The attribute(s) will not be added.</source>
  +             <target>Attributes cannot be added after a child has been 
added. The attribute(s) will not be added.</target>
   </trans-unit>
   
   <trans-unit id="IllegalElementName_1Param">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to