You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sv...@apache.org on 2005/09/05 02:15:41 UTC

svn commit: r278650 - /myfaces/impl/trunk/src/java/javax/faces/

Author: svieujot
Date: Sun Sep  4 17:15:14 2005
New Revision: 278650

URL: http://svn.apache.org/viewcvs?rev=278650&view=rev
Log:
Fix messages for UISelectOne & UISelectMany to include the component's name, like for the other components.

Modified:
    myfaces/impl/trunk/src/java/javax/faces/Messages.properties
    myfaces/impl/trunk/src/java/javax/faces/Messages_ca.properties
    myfaces/impl/trunk/src/java/javax/faces/Messages_de.properties
    myfaces/impl/trunk/src/java/javax/faces/Messages_en.properties
    myfaces/impl/trunk/src/java/javax/faces/Messages_es.properties
    myfaces/impl/trunk/src/java/javax/faces/Messages_fr.properties
    myfaces/impl/trunk/src/java/javax/faces/Messages_it.properties
    myfaces/impl/trunk/src/java/javax/faces/Messages_ja.properties
    myfaces/impl/trunk/src/java/javax/faces/Messages_pt_BR.properties
    myfaces/impl/trunk/src/java/javax/faces/Messages_ru.properties
    myfaces/impl/trunk/src/java/javax/faces/Messages_zh_CN.properties

Modified: myfaces/impl/trunk/src/java/javax/faces/Messages.properties
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/src/java/javax/faces/Messages.properties?rev=278650&r1=278649&r2=278650&view=diff
==============================================================================
--- myfaces/impl/trunk/src/java/javax/faces/Messages.properties (original)
+++ myfaces/impl/trunk/src/java/javax/faces/Messages.properties Sun Sep  4 17:15:14 2005
@@ -21,10 +21,10 @@
 javax.faces.component.UIInput.REQUIRED_detail = "{0}": Value is required.
 
 javax.faces.component.UISelectOne.INVALID        = Validation Error
-javax.faces.component.UISelectOne.INVALID_detail = Value is not a valid option.
+javax.faces.component.UISelectOne.INVALID_detail = "{0}": Value is not a valid option.
 
 javax.faces.component.UISelectMany.INVALID        = Validation Error
-javax.faces.component.UISelectMany.INVALID_detail = Value is not a valid option.
+javax.faces.component.UISelectMany.INVALID_detail = "{0}": Value is not a valid option.
 
 javax.faces.validator.NOT_IN_RANGE        = Validation Error
 javax.faces.validator.NOT_IN_RANGE_detail = "{2}": Specified attribute is not between the expected values of {0} and {1}.

Modified: myfaces/impl/trunk/src/java/javax/faces/Messages_ca.properties
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/src/java/javax/faces/Messages_ca.properties?rev=278650&r1=278649&r2=278650&view=diff
==============================================================================
--- myfaces/impl/trunk/src/java/javax/faces/Messages_ca.properties (original)
+++ myfaces/impl/trunk/src/java/javax/faces/Messages_ca.properties Sun Sep  4 17:15:14 2005
@@ -21,10 +21,10 @@
 javax.faces.component.UIInput.REQUIRED_detail = "{0}": Valor obligatori.
 
 javax.faces.component.UISelectOne.INVALID        = Error de validació
-javax.faces.component.UISelectOne.INVALID_detail = El valor no es una opció vàlida.
+javax.faces.component.UISelectOne.INVALID_detail = "{0}": El valor no es una opció vàlida.
 
 javax.faces.component.UISelectMany.INVALID        = Error de validació
-javax.faces.component.UISelectMany.INVALID_detail = El valor no es una opció vàlida.
+javax.faces.component.UISelectMany.INVALID_detail = "{0}": El valor no es una opció vàlida.
 
 javax.faces.validator.NOT_IN_RANGE        = Error de validació
 javax.faces.validator.NOT_IN_RANGE_detail = "{2}": L'atribut especificat no es troba entre els valors esperats de {0} i {1}.

Modified: myfaces/impl/trunk/src/java/javax/faces/Messages_de.properties
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/src/java/javax/faces/Messages_de.properties?rev=278650&r1=278649&r2=278650&view=diff
==============================================================================
--- myfaces/impl/trunk/src/java/javax/faces/Messages_de.properties (original)
+++ myfaces/impl/trunk/src/java/javax/faces/Messages_de.properties Sun Sep  4 17:15:14 2005
@@ -21,10 +21,10 @@
 javax.faces.component.UIInput.REQUIRED_detail = "{0}": Eingabe erforderlich.
 
 javax.faces.component.UISelectOne.INVALID        = Validierungsfehler
-javax.faces.component.UISelectOne.INVALID_detail = Wert ist keine gültige Auswahl.
+javax.faces.component.UISelectOne.INVALID_detail = "{0}": Wert ist keine gültige Auswahl.
 
 javax.faces.component.UISelectMany.INVALID        = Validierungsfehler
-javax.faces.component.UISelectMany.INVALID_detail = Wert ist keine gültige Auswahl.
+javax.faces.component.UISelectMany.INVALID_detail = "{0}": Wert ist keine gültige Auswahl.
 
 javax.faces.validator.NOT_IN_RANGE        = Validierungsfehler
 javax.faces.validator.NOT_IN_RANGE_detail = "{2}": Eingegebener Wert liegt nicht im erwarteten Bereich von {0} bis {1}.

Modified: myfaces/impl/trunk/src/java/javax/faces/Messages_en.properties
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/src/java/javax/faces/Messages_en.properties?rev=278650&r1=278649&r2=278650&view=diff
==============================================================================
--- myfaces/impl/trunk/src/java/javax/faces/Messages_en.properties (original)
+++ myfaces/impl/trunk/src/java/javax/faces/Messages_en.properties Sun Sep  4 17:15:14 2005
@@ -21,10 +21,10 @@
 javax.faces.component.UIInput.REQUIRED_detail = "{0}": Value is required.
 
 javax.faces.component.UISelectOne.INVALID        = Validation Error
-javax.faces.component.UISelectOne.INVALID_detail = Value is not a valid option.
+javax.faces.component.UISelectOne.INVALID_detail = "{0}": Value is not a valid option.
 
 javax.faces.component.UISelectMany.INVALID        = Validation Error
-javax.faces.component.UISelectMany.INVALID_detail = Value is not a valid option.
+javax.faces.component.UISelectMany.INVALID_detail = "{0}": Value is not a valid option.
 
 javax.faces.validator.NOT_IN_RANGE        = Validation Error
 javax.faces.validator.NOT_IN_RANGE_detail = "{2}": Specified attribute is not between the expected values of {0} and {1}.

Modified: myfaces/impl/trunk/src/java/javax/faces/Messages_es.properties
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/src/java/javax/faces/Messages_es.properties?rev=278650&r1=278649&r2=278650&view=diff
==============================================================================
--- myfaces/impl/trunk/src/java/javax/faces/Messages_es.properties (original)
+++ myfaces/impl/trunk/src/java/javax/faces/Messages_es.properties Sun Sep  4 17:15:14 2005
@@ -21,10 +21,10 @@
 javax.faces.component.UIInput.REQUIRED_detail = "{0}": Valor requerido.
 
 javax.faces.component.UISelectOne.INVALID        = Error de validación
-javax.faces.component.UISelectOne.INVALID_detail = El valor no es una opción válida.
+javax.faces.component.UISelectOne.INVALID_detail = "{0}": El valor no es una opción válida.
 
 javax.faces.component.UISelectMany.INVALID        = Error de validación
-javax.faces.component.UISelectMany.INVALID_detail = El valor no es una opción válida.
+javax.faces.component.UISelectMany.INVALID_detail = "{0}": El valor no es una opción válida.
 
 javax.faces.validator.NOT_IN_RANGE        = Error de validación
 javax.faces.validator.NOT_IN_RANGE_detail = "{2}": El atributo especificado no se encuentra entre los valores esperados {0} y {1}.

Modified: myfaces/impl/trunk/src/java/javax/faces/Messages_fr.properties
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/src/java/javax/faces/Messages_fr.properties?rev=278650&r1=278649&r2=278650&view=diff
==============================================================================
--- myfaces/impl/trunk/src/java/javax/faces/Messages_fr.properties (original)
+++ myfaces/impl/trunk/src/java/javax/faces/Messages_fr.properties Sun Sep  4 17:15:14 2005
@@ -21,10 +21,10 @@
 javax.faces.component.UIInput.REQUIRED_detail = "{0}": Une donnée est requise.
 
 javax.faces.component.UISelectOne.INVALID        = Erreur de Validation
-javax.faces.component.UISelectOne.INVALID_detail = La donnée n''est pas une option valide.
+javax.faces.component.UISelectOne.INVALID_detail = "{0}": La donnée n''est pas une option valide.
 
 javax.faces.component.UISelectMany.INVALID        = Erreur de Validation
-javax.faces.component.UISelectMany.INVALID_detail = La donnée n''est pas une option valide.
+javax.faces.component.UISelectMany.INVALID_detail = "{0}": La donnée n''est pas une option valide.
 
 javax.faces.validator.NOT_IN_RANGE        = Erreur de Validation
 javax.faces.validator.NOT_IN_RANGE_detail = "{2}": La donnée n''est pas comprise entre {0} et {1}.

Modified: myfaces/impl/trunk/src/java/javax/faces/Messages_it.properties
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/src/java/javax/faces/Messages_it.properties?rev=278650&r1=278649&r2=278650&view=diff
==============================================================================
--- myfaces/impl/trunk/src/java/javax/faces/Messages_it.properties (original)
+++ myfaces/impl/trunk/src/java/javax/faces/Messages_it.properties Sun Sep  4 17:15:14 2005
@@ -22,10 +22,10 @@
 javax.faces.component.UIInput.REQUIRED_detail = "{0}": Il valore è obbligatorio
 
 javax.faces.component.UISelectOne.INVALID        = Errore di convalida
-javax.faces.component.UISelectOne.INVALID_detail = Opzione non valida
+javax.faces.component.UISelectOne.INVALID_detail = "{0}": Opzione non valida
 
 javax.faces.component.UISelectMany.INVALID        = Errore di convalida
-javax.faces.component.UISelectMany.INVALID_detail = Opzione non valida
+javax.faces.component.UISelectMany.INVALID_detail = "{0}": Opzione non valida
 
 javax.faces.validator.NOT_IN_RANGE        = Errore di convalida
 javax.faces.validator.NOT_IN_RANGE_detail = "{2}": il valore specificato non è compreso tra {0} e {1}.

Modified: myfaces/impl/trunk/src/java/javax/faces/Messages_ja.properties
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/src/java/javax/faces/Messages_ja.properties?rev=278650&r1=278649&r2=278650&view=diff
==============================================================================
--- myfaces/impl/trunk/src/java/javax/faces/Messages_ja.properties (original)
+++ myfaces/impl/trunk/src/java/javax/faces/Messages_ja.properties Sun Sep  4 17:15:14 2005
@@ -21,10 +21,10 @@
 javax.faces.component.UIInput.REQUIRED_detail = "{0}": \u5024\u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044.
 
 javax.faces.component.UISelectOne.INVALID        = \u30d0\u30ea\u30c7\u30fc\u30b7\u30e7\u30f3\u30a8\u30e9\u30fc
-javax.faces.component.UISelectOne.INVALID_detail = \u5024\u306f\u7701\u7565\u3067\u304d\u307e\u305b\u3093.
+javax.faces.component.UISelectOne.INVALID_detail = "{0}": \u5024\u306f\u7701\u7565\u3067\u304d\u307e\u305b\u3093.
 
 javax.faces.component.UISelectMany.INVALID        = \u30d0\u30ea\u30c7\u30fc\u30b7\u30e7\u30f3\u30a8\u30e9\u30fc
-javax.faces.component.UISelectMany.INVALID_detail = \u5024\u306f\u7701\u7565\u3067\u304d\u307e\u305b\u3093.
+javax.faces.component.UISelectMany.INVALID_detail = "{0}": \u5024\u306f\u7701\u7565\u3067\u304d\u307e\u305b\u3093.
 
 javax.faces.validator.NOT_IN_RANGE        = \u30d0\u30ea\u30c7\u30fc\u30b7\u30e7\u30f3\u30a8\u30e9\u30fc
 javax.faces.validator.NOT_IN_RANGE_detail = "{2}": {0}\u304b\u3089{1}\u306e\u9593\u306e\u5024\u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044.

Modified: myfaces/impl/trunk/src/java/javax/faces/Messages_pt_BR.properties
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/src/java/javax/faces/Messages_pt_BR.properties?rev=278650&r1=278649&r2=278650&view=diff
==============================================================================
--- myfaces/impl/trunk/src/java/javax/faces/Messages_pt_BR.properties (original)
+++ myfaces/impl/trunk/src/java/javax/faces/Messages_pt_BR.properties Sun Sep  4 17:15:14 2005
@@ -21,10 +21,10 @@
 javax.faces.component.UIInput.REQUIRED_detail = "{0}": Um valor é requerido.
 
 javax.faces.component.UISelectOne.INVALID        = Erro de validação
-javax.faces.component.UISelectOne.INVALID_detail = O valor não é uma opção válida.
+javax.faces.component.UISelectOne.INVALID_detail = "{0}": O valor não é uma opção válida.
 
 javax.faces.component.UISelectMany.INVALID        = Erro de validação
-javax.faces.component.UISelectMany.INVALID_detail = O valor não é uma opção válida.
+javax.faces.component.UISelectMany.INVALID_detail = "{0}": O valor não é uma opção válida.
 
 javax.faces.validator.NOT_IN_RANGE        = Erro de validação
 javax.faces.validator.NOT_IN_RANGE_detail = "{2}": O atributo especificador não está entre os valores esperados {0} e {1}.

Modified: myfaces/impl/trunk/src/java/javax/faces/Messages_ru.properties
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/src/java/javax/faces/Messages_ru.properties?rev=278650&r1=278649&r2=278650&view=diff
==============================================================================
--- myfaces/impl/trunk/src/java/javax/faces/Messages_ru.properties (original)
+++ myfaces/impl/trunk/src/java/javax/faces/Messages_ru.properties Sun Sep  4 17:15:14 2005
@@ -5,10 +5,10 @@
 javax.faces.component.UIInput.REQUIRED_detail = "{0}": \u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u043c.
 
 javax.faces.component.UISelectOne.INVALID        = \u041e\u0448\u0438\u0431\u043a\u0430 \u0432\u0430\u043b\u0438\u0434\u0430\u0446\u0438\u0438
-javax.faces.component.UISelectOne.INVALID_detail = \u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0439 \u043e\u043f\u0446\u0438\u0435\u0439.
+javax.faces.component.UISelectOne.INVALID_detail = "{0}": \u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0439 \u043e\u043f\u0446\u0438\u0435\u0439.
 
 javax.faces.component.UISelectMany.INVALID        = \u041e\u0448\u0438\u0431\u043a\u0430 \u0432\u0430\u043b\u0438\u0434\u0430\u0446\u0438\u0438
-javax.faces.component.UISelectMany.INVALID_detail = \u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0439 \u043e\u043f\u0446\u0438\u0435\u0439.
+javax.faces.component.UISelectMany.INVALID_detail = "{0}": \u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0439 \u043e\u043f\u0446\u0438\u0435\u0439.
 
 javax.faces.validator.NOT_IN_RANGE        = \u041e\u0448\u0438\u0431\u043a\u0430 \u0432\u0430\u043b\u0438\u0434\u0430\u0446\u0438\u0438
 javax.faces.validator.NOT_IN_RANGE_detail = "{2}": \u0423\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u0430\u0442\u0440\u0438\u0431\u0443\u0442 \u043d\u0435 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u043c\u0435\u0436\u0434\u0443 \u043e\u0436\u0438\u0434\u0430\u0435\u043c\u044b\u043c\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u043c\u0438 {0} \u0438 {1}.

Modified: myfaces/impl/trunk/src/java/javax/faces/Messages_zh_CN.properties
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/src/java/javax/faces/Messages_zh_CN.properties?rev=278650&r1=278649&r2=278650&view=diff
==============================================================================
--- myfaces/impl/trunk/src/java/javax/faces/Messages_zh_CN.properties (original)
+++ myfaces/impl/trunk/src/java/javax/faces/Messages_zh_CN.properties Sun Sep  4 17:15:14 2005
@@ -21,10 +21,10 @@
 javax.faces.component.UIInput.REQUIRED_detail = "{0}": \u8be5\u503c\u5fc5\u987b\u586b\u5199.
 
 javax.faces.component.UISelectOne.INVALID        = \u9a8c\u8bc1\u9519\u8bef
-javax.faces.component.UISelectOne.INVALID_detail = \u975e\u6cd5\u9009\u9879.
+javax.faces.component.UISelectOne.INVALID_detail = "{0}": \u975e\u6cd5\u9009\u9879.
 
 javax.faces.component.UISelectMany.INVALID        = \u9a8c\u8bc1\u9519\u8bef
-javax.faces.component.UISelectMany.INVALID_detail = \u975e\u6cd5\u9009\u9879.
+javax.faces.component.UISelectMany.INVALID_detail = "{0}": \u975e\u6cd5\u9009\u9879.
 
 javax.faces.validator.NOT_IN_RANGE        = \u9a8c\u8bc1\u9519\u8bef
 javax.faces.validator.NOT_IN_RANGE_detail = "{2}": \u8be5\u503c\u4e0d\u5728\u5141\u8bb8\u7684 {0} \u81f3 {1} \u5305\u56f4\u5185.