[elvystrac] r1786 - messages updated

  • From: elvys@xxxxxxxxxxxxxxxxxxxxxx
  • To: elvystrac@xxxxxxxxxxxxx
  • Date: Thu, 18 Feb 2010 21:40:57 +0100

Author: DavidK
Date: 2010-02-18 21:40:57 +0100 (Thu, 18 Feb 2010)
New Revision: 1786

Modified:
   
trunk/server/webServer2/JavaSource/cz/elvys/webServer/messages/messages_cs.properties
Log:
messages updated

Modified: 
trunk/server/webServer2/JavaSource/cz/elvys/webServer/messages/messages_cs.properties
===================================================================
--- 
trunk/server/webServer2/JavaSource/cz/elvys/webServer/messages/messages_cs.properties
       2010-02-18 20:34:24 UTC (rev 1785)
+++ 
trunk/server/webServer2/JavaSource/cz/elvys/webServer/messages/messages_cs.properties
       2010-02-18 20:40:57 UTC (rev 1786)
@@ -15,7 +15,7 @@
 elvys.plan.modal.conflict.embrace=Pl\u00E1nov\u00E1n\u00ED je uvnit\u0159 
jin\u00E9ho pl\u00E1nov\u00E1n\u00ED. Start\: {0}; Konec\: {1}.
 elvys.plan.modal.nochosendocument=Mus\u00EDte vybrat dokument.
 elvys.plan.modal.nochosenvideo=Mus\u00EDte vybrat video.
-javax.faces.validator.LongRangeValidator.NOT_IN_RANGE={2}\: 
Valida\u010Dn\u00ED chyba\: Specified attribute is not between the expected 
values of {0} and {1}.
+javax.faces.validator.LongRangeValidator.NOT_IN_RANGE=Specified attribute is 
not between the expected values of {0} and {1}.
 
 elvys.categorydefinition.edit.name.empty=Mus\u00ED b\u00FDt zad\u00E1na 
hodnota.
 elvys.categorydefinition.edit.name.notuniq=Zadan\u00E9 jm\u00E9no kategorie 
nen\u00ED unik\u00E1tn\u00ED v r\u00E1mci spole\u010Dnosti.
@@ -32,11 +32,11 @@
 
 
 
-javax.faces.component.UIInput.CONVERSION={0}: Conversion error occurred
-javax.faces.component.UIInput.REQUIRED={0}\: Valida\u010Dn\u00ED chyba\: 
Hodnota pro pole je povinn\u00E1
+javax.faces.component.UIInput.CONVERSION=Chyba konverze
+javax.faces.component.UIInput.REQUIRED=Hodnota pro pole je povinn\u00E1
 javax.faces.component.UIInput.UPDATE={0}: An error occurred when processing 
your submitted information
-javax.faces.component.UISelectOne.INVALID={0}\: Valida\u010Dn\u00ED chyba\: 
Value is not valid
-javax.faces.component.UISelectMany.INVALID={0}\: Valida\u010Dn\u00ED chyba\: 
Value is not valid
+javax.faces.component.UISelectOne.INVALID=Value is not valid
+javax.faces.component.UISelectMany.INVALID=Value is not valid
 javax.faces.converter.BigDecimalConverter.DECIMAL={2}: ''{0}'' must be a 
signed decimal number.
 javax.faces.converter.BigDecimalConverter.DECIMAL_detail={2}: ''{0}'' must be 
a signed decimal number consisting of zero or more digits, that may be followed 
by a decimal point and fraction. Example: {1}
 javax.faces.converter.BigIntegerConverter.BIGINTEGER={2}: ''{0}'' must be a 
number consisting of one or more digits.
@@ -60,32 +60,32 @@
 javax.faces.converter.EnumConverter.ENUM_detail={2}: ''{0}'' must be 
convertible to an enum from the enum that contains the constant ''{1}''.
 javax.faces.converter.EnumConverter.ENUM_NO_CLASS={1}: ''{0}'' must be 
convertible to an enum from the enum, but no enum class provided.
 javax.faces.converter.EnumConverter.ENUM_NO_CLASS_detail={1}: ''{0}'' must be 
convertible to an enum from the enum, but no enum class provided.
-javax.faces.converter.FloatConverter.FLOAT={2}: ''{0}'' must be a number 
consisting of one or more digits.
-javax.faces.converter.FloatConverter.FLOAT_detail={2}: ''{0}'' must be a 
number between 1.4E-45 and 3.4028235E38 Example: {1}
-javax.faces.converter.IntegerConverter.INTEGER={2}: ''{0}'' must be a number 
consisting of one or more digits.
-javax.faces.converter.IntegerConverter.INTEGER_detail={2}: ''{0}'' must be a 
number between -2147483648 and 2147483647 Example: {1}
-javax.faces.converter.LongConverter.LONG={2}: ''{0}'' must be a number 
consisting of one or more digits.
-javax.faces.converter.LongConverter.LONG_detail={2}: ''{0}'' must be a number 
between -9223372036854775808 to 9223372036854775807 Example: {1}
-javax.faces.converter.NumberConverter.CURRENCY={2}\: ''{0}'' nem\u016F\u017Ee 
b\u00FDt ch\u00E1p\u00E1n jako currency value.
-javax.faces.converter.NumberConverter.CURRENCY_detail={2}\: ''{0}'' 
nem\u016F\u017Ee b\u00FDt ch\u00E1p\u00E1n jako currency value. Example\: {1}
-javax.faces.converter.NumberConverter.PERCENT={2}\: ''{0}'' nem\u016F\u017Ee 
b\u00FDt ch\u00E1p\u00E1n jako percentage.
-javax.faces.converter.NumberConverter.PERCENT_detail={2}\: ''{0}'' 
nem\u016F\u017Ee b\u00FDt ch\u00E1p\u00E1n jako percentage. Example\: {1}
-javax.faces.converter.NumberConverter.NUMBER={2}\: ''{0}'' is not a number. 
-javax.faces.converter.NumberConverter.NUMBER_detail={2}: ''{0}'' is not a 
number. Example: {1}
-javax.faces.converter.NumberConverter.PATTERN={2}: ''{0}'' is not a number 
pattern.
-javax.faces.converter.NumberConverter.PATTERN_detail={2}: ''{0}'' is not a 
number pattern. Example: {1}
-javax.faces.converter.ShortConverter.SHORT={2}: ''{0}'' must be a number 
consisting of one or more digits.
-javax.faces.converter.ShortConverter.SHORT_detail={2}: ''{0}'' must be a 
number between -32768 and 32767 Example: {1}
-javax.faces.converter.STRING={1}: Could not convert ''{0}'' to a string.
-javax.faces.validator.DoubleRangeValidator.MAXIMUM={1}\: Valida\u010Dn\u00ED 
chyba\: Value is greater than allowable maximum of ''{0}''
-javax.faces.validator.DoubleRangeValidator.MINIMUM={1}\: Valida\u010Dn\u00ED 
chyba\: Value is less than allowable minimum of ''{0}''
-javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE={2}\: 
Valida\u010Dn\u00ED chyba\: Specified attribute is not between the expected 
values of {0} and {1}.
-javax.faces.validator.DoubleRangeValidator.TYPE={0}\: Valida\u010Dn\u00ED 
chyba\: Value is not of the correct type
-javax.faces.validator.LengthValidator.MAXIMUM={1}\: Valida\u010Dn\u00ED 
chyba\: Value is greater than allowable maximum of ''{0}''
-javax.faces.validator.LengthValidator.MINIMUM={1}\: Valida\u010Dn\u00ED 
chyba\: Value is less than allowable minimum of ''{0}''
-javax.faces.validator.LongRangeValidator.MAXIMUM={1}\: Valida\u010Dn\u00ED 
chyba\: Value is greater than allowable maximum of ''{0}''
-javax.faces.validator.LongRangeValidator.MINIMUM={1}\: Valida\u010Dn\u00ED 
chyba\: Value is less than allowable minimum of ''{0}''
-javax.faces.validator.LongRangeValidator.TYPE={0}\: Valida\u010Dn\u00ED 
chyba\: Value is not of the correct type
+javax.faces.converter.FloatConverter.FLOAT=''{0}'' must be a number consisting 
of one or more digits.
+javax.faces.converter.FloatConverter.FLOAT_detail=''{0}'' must be a number 
between 1.4E-45 and 3.4028235E38 Example\: {1}
+javax.faces.converter.IntegerConverter.INTEGER=''{0}'' must be a number 
consisting of one or more digits.
+javax.faces.converter.IntegerConverter.INTEGER_detail=''{0}'' must be a number 
between -2147483648 and 2147483647 Example\: {1}
+javax.faces.converter.LongConverter.LONG=''{0}'' must be a number consisting 
of one or more digits.
+javax.faces.converter.LongConverter.LONG_detail=''{0}'' must be a number 
between -9223372036854775808 to 9223372036854775807 Example\: {1}
+javax.faces.converter.NumberConverter.CURRENCY=''{0}'' nem\u016F\u017Ee 
b\u00FDt ch\u00E1p\u00E1n jako currency value.
+javax.faces.converter.NumberConverter.CURRENCY_detail=''{0}'' nem\u016F\u017Ee 
b\u00FDt ch\u00E1p\u00E1n jako currency value. Example\: {1}
+javax.faces.converter.NumberConverter.PERCENT=''{0}'' nem\u016F\u017Ee 
b\u00FDt ch\u00E1p\u00E1n jako percentage.
+javax.faces.converter.NumberConverter.PERCENT_detail=''{0}'' nem\u016F\u017Ee 
b\u00FDt ch\u00E1p\u00E1n jako percentage. Example\: {1}
+javax.faces.converter.NumberConverter.NUMBER=''{0}'' is not a number. 
+javax.faces.converter.NumberConverter.NUMBER_detail=''{0}'' is not a number. 
Example\: {1}
+javax.faces.converter.NumberConverter.PATTERN=''{0}'' is not a number pattern.
+javax.faces.converter.NumberConverter.PATTERN_detail=''{0}'' is not a number 
pattern. Example\: {1}
+javax.faces.converter.ShortConverter.SHORT=''{0}'' must be a number consisting 
of one or more digits.
+javax.faces.converter.ShortConverter.SHORT_detail=''{0}'' must be a number 
between -32768 and 32767 Example\: {1}
+javax.faces.converter.STRING=Could not convert ''{0}'' to a string.
+javax.faces.validator.DoubleRangeValidator.MAXIMUM=Value is greater than 
allowable maximum of ''{0}''
+javax.faces.validator.DoubleRangeValidator.MINIMUM=Value is less than 
allowable minimum of ''{0}''
+javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE=Specified attribute is 
not between the expected values of {0} and {1}.
+javax.faces.validator.DoubleRangeValidator.TYPE=Value is not of the correct 
type
+javax.faces.validator.LengthValidator.MAXIMUM=Value is greater than allowable 
maximum of ''{0}''
+javax.faces.validator.LengthValidator.MINIMUM=Value is less than allowable 
minimum of ''{0}''
+javax.faces.validator.LongRangeValidator.MAXIMUM=Value is greater than 
allowable maximum of ''{0}''
+javax.faces.validator.LongRangeValidator.MINIMUM=Value is less than allowable 
minimum of ''{0}''
+javax.faces.validator.LongRangeValidator.TYPE=Value is not of the correct type
 javax.faces.validator.NOT_IN_RANGE=Specified attribute is not between the 
expected values of {0} and {1}
 
 


Other related posts:

  • » [elvystrac] r1786 - messages updated - elvys