Author: rolf
Date: 2007-08-08 06:13:30 -0400 (Wed, 08 Aug 2007)
New Revision: 83651

Modified:
   trunk/mono-basic/vbnc/vbnc/source/ChangeLog
   trunk/mono-basic/vbnc/vbnc/source/Resources/Errors.resx
   trunk/mono-basic/vbnc/vbnc/source/Resources/Source.xml
Log:
* Resources/Errors.resx, Resources/Source.xml: Added more messages.

Modified: trunk/mono-basic/vbnc/vbnc/source/ChangeLog
===================================================================
--- trunk/mono-basic/vbnc/vbnc/source/ChangeLog 2007-08-08 10:13:12 UTC (rev 
83650)
+++ trunk/mono-basic/vbnc/vbnc/source/ChangeLog 2007-08-08 10:13:30 UTC (rev 
83651)
@@ -1,3 +1,7 @@
+2007-08-08  Rolf Bjarne Kvinge <[EMAIL PROTECTED]> 
+
+       * Resources/Errors.resx, Resources/Source.xml: Added more messages.
+
 2007-08-07  Rolf Bjarne Kvinge <[EMAIL PROTECTED]> 
 
        * General/Compiler.vb: The .NET suffix isn't used anymore for VB.

Modified: trunk/mono-basic/vbnc/vbnc/source/Resources/Errors.resx
===================================================================
--- trunk/mono-basic/vbnc/vbnc/source/Resources/Errors.resx     2007-08-08 
10:13:12 UTC (rev 83650)
+++ trunk/mono-basic/vbnc/vbnc/source/Resources/Errors.resx     2007-08-08 
10:13:30 UTC (rev 83651)
@@ -335,7 +335,7 @@
   <data name="30451"><value>Could not resolve the name '{0}'</value></data>
   <data name="30452"><value>Operator '{0}' is not defined for the types '{1}' 
and '{2}'.</value></data>
   <data name="30454"><value>CHANGEME</value></data>
-  <data name="30455"><value>CHANGEME</value></data>
+  <data name="30455"><value>Argument not specified for parameter '{0}' of 
'{1}'.</value></data>
   <data name="30456"><value>'{0}' is not a member of '{1}'.</value></data>
   <data name="30458"><value>CHANGEME</value></data>
   <data name="30460"><value>CHANGEME</value></data>
@@ -347,7 +347,7 @@
   <data name="30468"><value>CHANGEME</value></data>
   <data name="30469"><value>CHANGEME</value></data>
   <data name="30470"><value>CHANGEME</value></data>
-  <data name="30471"><value>CHANGEME</value></data>
+  <data name="30471"><value>Only arrays and methods can have argument 
lists.</value></data>
   <data name="30474"><value>CHANGEME</value></data>
   <data name="30476"><value>CHANGEME</value></data>
   <data name="30479"><value>A structure can't have a shared constructor with 
parameters.</value></data>

Modified: trunk/mono-basic/vbnc/vbnc/source/Resources/Source.xml
===================================================================
--- trunk/mono-basic/vbnc/vbnc/source/Resources/Source.xml      2007-08-08 
10:13:12 UTC (rev 83650)
+++ trunk/mono-basic/vbnc/vbnc/source/Resources/Source.xml      2007-08-08 
10:13:30 UTC (rev 83651)
@@ -1524,7 +1524,7 @@
        </Message>
        <Message id="30455" level="Error">
                <Comment>NC</Comment>
-               <VBNCValue>CHANGEME</VBNCValue>
+               <VBNCValue>Argument not specified for parameter '{0}' of 
'{1}'.</VBNCValue>
                <VBValue>Argument not specified for parameter '|1' of 
'|2'.</VBValue>
        </Message>
        <Message id="30456" level="Error">
@@ -1584,7 +1584,7 @@
        </Message>
        <Message id="30471" level="Error">
                <Comment>NC</Comment>
-               <VBNCValue>CHANGEME</VBNCValue>
+               <VBNCValue>Only arrays and methods can have argument 
lists.</VBNCValue>
                <VBValue>Expression is not an array or a method, and cannot 
have an argument list.</VBValue>
        </Message>
        <Message id="30474" level="Error">

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to