Author: luc
Date: Sun Jan  4 04:10:20 2009
New Revision: 731233

URL: http://svn.apache.org/viewvc?rev=731233&view=rev
Log:
added a missing error message

Modified:
    
commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java

Modified: 
commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java?rev=731233&r1=731232&r2=731233&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java
 (original)
+++ 
commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java
 Sun Jan  4 04:10:20 2009
@@ -203,7 +203,7 @@
     { "matrix must have at least one column",
       "une matrice doit comporter au moins une colonne" },
     { "some rows have length {0} while others have length {1}",
-      "certaines ligne ont une longueur de {0} alors que d''autres ont une 
longueur de {1}" },
+      "certaines lignes ont une longueur de {0} alors que d''autres ont une 
longueur de {1}" },
     { "{0}x{1} and {2}x{3} matrices are not addition compatible",
       "les dimensions {0}x{1} et {2}x{3} sont incompatibles pour l'addition 
matricielle" },
     { "{0}x{1} and {2}x{3} matrices are not subtraction compatible",
@@ -211,6 +211,10 @@
     { "{0}x{1} and {2}x{3} matrices are not multiplication compatible",
       "les dimensions {0}x{1} et {2}x{3} sont incompatibles pour la 
multiplication matricielle" },
 
+    // org.apache.commons.math.linear.DenseRealMatrix
+    { "wrong array shape (block length = {0}, expected {1})",
+      "forme de tableau erron\u00e9e (bloc de longueur {0} au lieu des {1} 
attendus)" },
+
     // org.apache.commons.math.linear.BigMatrixImpl
     // org.apache.commons.math.linear.RealMatrixImpl
     { "row index {0} out of allowed range [{1}, {2}]",


Reply via email to