You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2009/04/22 08:16:47 UTC

svn commit: r767388 [8/23] - in /myfaces/trinidad/trunk: trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/ trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/renderkit/core/resource/ trinidad-impl/src/main/xrts/org/apache/my...

Modified: myfaces/trinidad/trunk/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle_iw.xrts
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle_iw.xrts?rev=767388&r1=767387&r2=767388&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle_iw.xrts (original)
+++ myfaces/trinidad/trunk/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle_iw.xrts Wed Apr 22 06:16:44 2009
@@ -35,20 +35,20 @@
 <!-- value will be of the form <classname>.MSG_KEY, and the detailed     -->
 <!-- message will be of the form <classname>.MSG_KEY_detail.             -->
 <!-- {0} the label that identifies the selection  -->
-<resource key="org.apache.myfaces.trinidad.UIXEditableValue.REQUIRED" dnt="false">נדרש ערך</resource>
-<resource key="org.apache.myfaces.trinidad.UIXEditableValue.REQUIRED_detail" dnt="false">הזן ערך.</resource>
+<resource key="org.apache.myfaces.trinidad.UIXEditableValue.REQUIRED" dnt="false">נדרש ערך.</resource>
+<resource key="org.apache.myfaces.trinidad.UIXEditableValue.REQUIRED_detail" dnt="false">חובה להזין ערך.</resource>
 <!-- {0} the label that identifies the selection  -->
-<resource key="org.apache.myfaces.trinidad.UIXSelectMany.REQUIRED" dnt="false">נדרשת בחירה</resource>
-<resource key="org.apache.myfaces.trinidad.UIXSelectMany.REQUIRED_detail" dnt="false">בחר ערך אחד לפחות.</resource>
+<resource key="org.apache.myfaces.trinidad.UIXSelectMany.REQUIRED" dnt="false">נדרשת בחירה.</resource>
+<resource key="org.apache.myfaces.trinidad.UIXSelectMany.REQUIRED_detail" dnt="false">חובה לבחור בחירה אחת לפחות.</resource>
 <!-- {0} the label that identifies the selection  -->
-<resource key="org.apache.myfaces.trinidad.UIXSelectOne.REQUIRED" dnt="false">נדרשת בחירה</resource>
-<resource key="org.apache.myfaces.trinidad.UIXSelectOne.REQUIRED_detail" dnt="false">בחר ערך</resource>
+<resource key="org.apache.myfaces.trinidad.UIXSelectOne.REQUIRED" dnt="false">נדרשת בחירה.</resource>
+<resource key="org.apache.myfaces.trinidad.UIXSelectOne.REQUIRED_detail" dnt="false">חובה לבחור בחירה אחת לפחות.</resource>
 <!-- {0} the label that identifies the selection  -->
-<resource key="org.apache.myfaces.trinidad.UIXTableSelectOne.REQUIRED" dnt="false">יש לבחור שורה</resource>
-<resource key="org.apache.myfaces.trinidad.UIXTableSelectOne.REQUIRED_detail" dnt="false">בחר שורה</resource>
+<resource key="org.apache.myfaces.trinidad.UIXTableSelectOne.REQUIRED" dnt="false">נדרשת בחירת שורה.</resource>
+<resource key="org.apache.myfaces.trinidad.UIXTableSelectOne.REQUIRED_detail" dnt="false">עליך לבחור שורה.</resource>
 <!-- {0} the label that identifies the selection  -->
-<resource key="org.apache.myfaces.trinidad.UIXTableSelectMany.REQUIRED" dnt="false">יש לבחור שורה</resource>
-<resource key="org.apache.myfaces.trinidad.UIXTableSelectMany.REQUIRED_detail" dnt="false">בחר שורה אחת לפחות.</resource>
+<resource key="org.apache.myfaces.trinidad.UIXTableSelectMany.REQUIRED" dnt="false">נדרשת בחירת שורה.</resource>
+<resource key="org.apache.myfaces.trinidad.UIXTableSelectMany.REQUIRED_detail" dnt="false">עליך לבחור שורה אחת או יותר.</resource>
 <!-- SelectManyRenderer ConversionException messages -->
 <!-- {0} modelClass                                  -->
 <resource key="org.apache.myfaces.trinidad.UIXSelectMany.UNSUPPORTED_MODEL_TYPE" dnt="false">סוג מודל שאינו נתמך.</resource>
@@ -56,21 +56,24 @@
 <!-- {0} the label that identifies the component               -->
 <!-- {1} value entered by the user                             -->
 <!-- {2} the message string returned by the ConverterException -->
-<resource key="org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION" dnt="false">נכשלה ההמרה</resource>
-<resource key="org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION_detail" dnt="false">הזן ערך כמו {2}.</resource>
+<resource key="org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION" dnt="false">הערך אינו בתבנית הנכונה.</resource>
+<resource key="org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION_detail" dnt="false">הזן ערך שמתאים לתבנית זו: {2}.</resource>
+<!-- Upload ConversionException messages -->
+<resource key="org.apache.myfaces.trinidad.UPLOAD" dnt="false">הקובץ גדול מדי.</resource>
+<resource key="org.apache.myfaces.trinidad.UPLOAD_detail" dnt="false">אי אפשר לטעון את הקובץ כיוון שהוא גדול מדי.</resource>
 <!-- hints for validators -->
-<resource key="org.apache.myfaces.trinidad.validator.RangeValidator.MAXIMUM_HINT" dnt="false">הזן ערך קטן או שווה ל-{0}.</resource>
-<resource key="org.apache.myfaces.trinidad.validator.RangeValidator.MINIMUM_HINT" dnt="false">הזן ערך גדול או שווה ל-{0}.</resource>
-<resource key="org.apache.myfaces.trinidad.validator.RangeValidator.RANGE_HINT" dnt="false">הזן ערך בין {0} ו-{1}</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM_HINT" dnt="false">הזן ערך בן {0} או פחות תווים.</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MINIMUM_HINT" dnt="false">הזן ערך בן {0} או יותר תווים.</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.EXACT_HINT" dnt="false">הזן ערך בן {0} תווים.</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.RANGE_HINT" dnt="false">הזן ערך בן {0} עד {1} תווים.</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_HINT" dnt="false">הזן תאריך לפני או ב-{0}.</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MINIMUM_HINT" dnt="false">הזן תאריך אחרי או ב-{0}.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.RangeValidator.MAXIMUM_HINT" dnt="false">הזן את המספר {0} או מספר קטן ממנו.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.RangeValidator.MINIMUM_HINT" dnt="false">הזן את המספר {0} או מספר גדול ממנו.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.RangeValidator.RANGE_HINT" dnt="false">הזן מספר בין {0} ו-{1}</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM_HINT" dnt="false">הזן {0} תווים לכל היותר.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MINIMUM_HINT" dnt="false">הזן {0} תווים לכל הפחות.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.EXACT_HINT" dnt="false">הזן {0} תווים.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.RANGE_HINT" dnt="false">הזן {0}-{1} תווים.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_HINT" dnt="false">הזן את התאריך {0} או תאריך החל לפניו.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MINIMUM_HINT" dnt="false">הזן את התאריך {0} או תאריך החל אחריו.</resource>
 <resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.RANGE_HINT" dnt="false">הזן תאריך בין {0} ו-{1}.</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY_HINT" dnt="false">הזן תאריך מבין ימי השבוע הבאים: {0}.</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH_HINT" dnt="false">הזן תאריך מבין החודשים הבאים: {0}.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY_HINT" dnt="false">הזן תאריך שחל באחד מהימים הבאים: {0}.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH_HINT" dnt="false">הזן תאריך באחד מהחודשים הבאים: {0}.</resource>
 <!-- resource key="org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH_HINT">The value must match this pattern: {0}.</resource-->
 <!-- resource key="org.apache.myfaces.trinidad.validator.ByteLengthValidator.MAXIMUM_HINT">The maximum allowed byte length for this value is {0}.</resource-->
 <!-- messages for validators -->
@@ -79,18 +82,18 @@
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the minimum number allowed              -->
-<resource key="javax.faces.validator.LongRangeValidator.MINIMUM" dnt="false">הערך קטן מדי.</resource>
-<resource key="javax.faces.validator.LongRangeValidator.MINIMUM_detail" dnt="false">הזן ערך גדול או שווה ל-{2}.</resource>
+<resource key="javax.faces.validator.LongRangeValidator.MINIMUM" dnt="false">המספר קטן מדי.</resource>
+<resource key="javax.faces.validator.LongRangeValidator.MINIMUM_detail" dnt="false">המספר חייב להיות {2} או מספר גדול ממנו.</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the maximum number allowed              -->
-<resource key="javax.faces.validator.LongRangeValidator.MAXIMUM" dnt="false">הערך גדול מדי.</resource>
-<resource key="javax.faces.validator.LongRangeValidator.MAXIMUM_detail" dnt="false">הזן ערך קטן מ- או שווה ל-{2}.</resource>
+<resource key="javax.faces.validator.LongRangeValidator.MAXIMUM" dnt="false">המספר גדול מדי.</resource>
+<resource key="javax.faces.validator.LongRangeValidator.MAXIMUM_detail" dnt="false">המספר חייב להיות {2} או מספר קטן ממנו.</resource>
 <!-- {0} the label that identifies the component  -->
 <!-- {1} value entered by the user                -->
 <!-- NOTE: The format of this message must match the format of the    -->
 <!-- general javascript messages (see  VALIDATION_ALERT_FORMAT below) -->
-<resource key="javax.faces.LongRange" dnt="false">לא מספר שלם</resource>
+<resource key="javax.faces.LongRange" dnt="false">המספר אינו מספר שלם.</resource>
 <resource key="javax.faces.LongRange_detail" dnt="false">הזן מספר שלם.</resource>
 <!-- E.g. for input value "test" and maximum value set to "3" -->
 <!--      the message would be:                               -->
@@ -100,113 +103,113 @@
 <!-- {0} the label that identifies the component              -->
 <!-- {1} value entered by the user                            -->
 <!-- {2} the maximum length                                   -->
-<resource key="org.apache.myfaces.trinidad.validator.ByteLengthValidator.MAXIMUM" dnt="false">הערך ארוך מדי</resource>
-<resource key="org.apache.myfaces.trinidad.validator.ByteLengthValidator.MAXIMUM_detail" dnt="false">אורך הערך המוזן חורג מהאורך המרבי המותר של {2} בתים.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.ByteLengthValidator.MAXIMUM" dnt="false">הערך ארוך מדי.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.ByteLengthValidator.MAXIMUM_detail" dnt="false">הזן ערך שאינו ארוך מ-{2} בתים.</resource>
 <!-- Date exceeds date range error               -->
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} represents the maximum allowed date     -->
-<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM" dnt="false">התאריך מעבר לטווח התקף</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_detail" dnt="false">הזן תאריך לפני או ב-{2}.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM" dnt="false">התאריך מאוחר מהטווח התקף.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_detail" dnt="false">התאריך חייב לחול ב-{2} או מוקדם יותר.</resource>
 <!-- Date preceeds date range error                -->
 <!-- {0} the label that identifies the component   -->
 <!-- {1} represent Date which the user has set     -->
 <!-- {2} represents the minimum allowed date       -->
-<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MINIMUM" dnt="false">התאריך לפני הטווח התקף</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MINIMUM_detail" dnt="false">הזן תאריך אחרי או ב-{2}.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MINIMUM" dnt="false">התאריך מוקדם מהטווח התקף.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MINIMUM_detail" dnt="false">התאריך חייב לחול ב-{2} או מאוחר יותר.</resource>
 <!-- Date outside date range error               -->
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} represents the minimum allowed date     -->
 <!-- {3} represents the maximum allowed date     -->
-<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.NOT_IN_RANGE" dnt="false">התאריך מחוץ לטווח התקף</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.NOT_IN_RANGE_detail" dnt="false">הזן תאריך ב- או בין {2} ו-{3}.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.NOT_IN_RANGE" dnt="false">התאריך מחוץ לטווח התקף.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.NOT_IN_RANGE_detail" dnt="false">התאריך חייב להיות בין {2} ל-{3}.</resource>
 <!-- The validator has a list with dates, which are not allowed. In case of that the entered date is part of the list, this message will be shown -->
 <!-- {0} the label that identifies the component -->
 <!-- {1} date value entered by the user          -->
-<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY" dnt="false">תאריך אסור</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY_detail" dnt="false">התאריך שהוזן אסור.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY" dnt="false">התאריך אינו תקף.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY_detail" dnt="false">הזן אחד מהתאריכים התקפים.</resource>
 <!-- Validator can check if a date is in an invalid month  -->
 <!-- {0} the label that identifies the component           -->
 <!-- {1} represent Date which the user has set             -->
-<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH" dnt="false"> חודש בלתי תקף</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH_detail" dnt="false">הזן תאריך מבין החודשים הבאים: {2}.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH" dnt="false">תאריכים בחודש זה אינם תקפים.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH_detail" dnt="false">הזן תאריך באחד מהחודשים הבאים: {2}.</resource>
 <!-- Validator can check if a date is an invalid weekday    -->
 <!-- {0} the label that identifies the component            -->
 <!-- {1} date value entered by the user                     -->
-<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY" dnt="false">יום בשבוע בלתי תקף</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY_detail" dnt="false">הזן תאריך מבין ימי השבוע הבאים: {2}.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY" dnt="false">היום בשבוע של תאריך זה אינו תקף.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY_detail" dnt="false">הזן תאריך שחל באחד מהימים הבאים: {2}</resource>
 <!-- Number exceeds number range error               -->
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} represents the maximum allowed number     -->
-<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.MAXIMUM" dnt="false">הערך גדול מדי</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.MAXIMUM_detail" dnt="false">הזן ערך קטן או שווה ל-{2}.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.MAXIMUM" dnt="false">המספר גדול מדי.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.MAXIMUM_detail" dnt="false">המספר חייב להיות {2} או מספר קטן ממנו.</resource>
 <!-- Number exceeds number range error                -->
 <!-- {0} the label that identifies the component   -->
 <!-- {1} represent Number which the user has set     -->
 <!-- {2} represents the minimum allowed number       -->
-<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.MINIMUM" dnt="false">הערך קטן מדי</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.MINIMUM_detail" dnt="false">הזן ערך גדול או שווה ל-{2}.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.MINIMUM" dnt="false">המספר קטן מדי.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.MINIMUM_detail" dnt="false">המספר חייב להיות {2} או מספר גדול ממנו.</resource>
 <!-- Number outside number range error               -->
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} represents the minimum allowed number     -->
 <!-- {3} represents the maximum allowed number     -->
-<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE" dnt="false">הערך מחוץ לטווח התקף</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail" dnt="false">הזן ערך בין {2} ל-{3}</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE" dnt="false">המספר מחוץ לטווח התקף.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail" dnt="false">המספר חייב להיות בין {2} ל-{3}.</resource>
 <!-- Strign too long error               -->
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} represents the maximum allowed length     -->
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM" dnt="false">הערך ארוך מדי</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM_detail" dnt="false">הזן ערך בן {2} או פחות תווים.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM" dnt="false">מספר התווים גדול מדי.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM_detail" dnt="false">הזן {2} תווים לכל היותר.</resource>
 <!-- String too short error                -->
 <!-- {0} the label that identifies the component   -->
 <!-- {1} value entered by the user               -->
 <!-- {2} represents the minimum allowed length       -->
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MINIMUM" dnt="false">הערך קצר מדי.</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MINIMUM_detail" dnt="false">הזן ערך בן {2} או יותר תווים.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MINIMUM" dnt="false">מספר התווים קטן מדי.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MINIMUM_detail" dnt="false">הזן {2} תווים לכל הפחות.</resource>
 <!-- String outside length range error               -->
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} represents the minimum allowed length     -->
 <!-- {3} represents the maximum allowed length     -->
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE" dnt="false">ערך בעל אורך בלתי תקף</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE_detail" dnt="false">הזן ערך בן {2} עד {3} תווים.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE" dnt="false">מספר התווים מחוץ לטווח.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE_detail" dnt="false">הזן מספר תווים שלא יפחת מ-{2} ולא יעלה על {3}.</resource>
 <!-- String not of correct length error               -->
 <!-- {0} the label that identifies the component     -->
 <!-- {1} value entered by the user                   -->
 <!-- {2} represents the required length              -->
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.EXACT" dnt="false">ערך בעל אורך בלתי תקף</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.EXACT_detail" dnt="false">הזן ערך בן {2} תווים.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.EXACT" dnt="false">מספר התווים שגוי.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.EXACT_detail" dnt="false">הזן {2} תווים בדיוק.</resource>
 <!-- Number exceeds number range error               -->
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} represents the maximum allowed number     -->
-<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM" dnt="false">הערך גדול מדי</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM_detail" dnt="false">הזן ערך קטן או שווה ל-{2}.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM" dnt="false">המספר גדול מדי.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM_detail" dnt="false">המספר חייב להיות {2} או מספר קטן ממנו.</resource>
 <!-- Number exceeds number range error                -->
 <!-- {0} the label that identifies the component   -->
 <!-- {1} represent Number which the user has set     -->
 <!-- {2} represents the minimum allowed number       -->
-<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.MINIMUM" dnt="false">הערך קטן מדי</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.MINIMUM_detail" dnt="false">הזן ערך גדול או שווה ל-{2}.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.MINIMUM" dnt="false">המספר קטן מדי.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.MINIMUM_detail" dnt="false">המספר חייב להיות {2} או מספר גדול ממנו.</resource>
 <!-- Number outside number range error               -->
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} represents the minimum allowed number     -->
 <!-- {3} represents the maximum allowed number     -->
-<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.NOT_IN_RANGE" dnt="false">הערך מחוץ לטווח התקף</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.NOT_IN_RANGE_detail" dnt="false">הזן ערך בין {2} ל-{3}</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.NOT_IN_RANGE" dnt="false">המספר מחוץ לטווח.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.NOT_IN_RANGE_detail" dnt="false">המספר חייב להיות בין {2} ל-{3}.</resource>
 <!-- Input does not match regular expression error                        -->
 <!-- {0} the label that identifies the component                          -->
 <!-- {1} represents the input value                                       -->
 <!-- {2} represents the 'pattern' expected in the input                   -->
 <!-- E.g. for input value "9912" and pattern "[9]*" the message would be: -->
 <!--  9912 does not match patern [9]*                                     -->
-<resource key="org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH" dnt="false">הערך אינו מתאים לתבנית.</resource>
-<resource key="org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH_detail" dnt="false">הערך שהוזן לא מתאים לתבנית הביטוי הרגיל &quot;{2}&quot;.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH" dnt="false">התבנית שגויה.</resource>
+<resource key="org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH_detail" dnt="false">הערך חייב להתאים לתבנית זו: {2}</resource>
 <!-- hints for converters -->
 <!-- default hint for DateTimeConverter-->
 <resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.DATE_HINT" dnt="false">דוגמה: {0}</resource>
@@ -232,106 +235,106 @@
 <!-- {0} the label that identifies the component             -->
 <!-- {1} value entered by the user                           -->
 <!-- {2} an example of the format the converter is expecting -->
-<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_DATE" dnt="false">תבנית תאריך בלתי תקפה</resource>
-<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_DATE_detail" dnt="false">דוגמה תקפה: {2}</resource>
+<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_DATE" dnt="false">התאריך אינו בתבנית הנכונה.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_DATE_detail" dnt="false">הזן תאריך בתבנית כמו בדוגמה: {2}</resource>
 <!-- {0} the label that identifies the component             -->
 <!-- {1} value entered by the user                           -->
 <!-- {2} an example of the format the converter is expecting -->
-<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME" dnt="false">תבנית שעה בלתי תקפה</resource>
-<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME_detail" dnt="false">דוגמה תקפה: {2}</resource>
+<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME" dnt="false">השעה אינה בתבנית הנכונה.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME_detail" dnt="false">הזן שעה בתבנית כמו בדוגמה: {2}</resource>
 <!-- {0} the label that identifies the component             -->
 <!-- {1} value entered by the user                           -->
 <!-- {2} an example of the format the converter is expecting -->
-<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH" dnt="false">תבנית תאריך/שעה בלתי תקפה</resource>
-<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH_detail" dnt="false">דוגמה תקפה: {2}</resource>
+<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH" dnt="false">התאריך והשעה אינם בתבנית הנכונה.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH_detail" dnt="false">הזן תאריך ושעה בתבנית כמו בדוגמה: {2}</resource>
 <!-- {0} the label that identifies the component    -->
 <!-- {1} value entered by the user                  -->
 <!-- {2} the pattern the converter is expecting     -->
-<resource key="org.apache.myfaces.trinidad.convert.ColorConverter.CONVERT" dnt="false">תבנית צבע בלתי תקפה</resource>
-<resource key="org.apache.myfaces.trinidad.convert.ColorConverter.CONVERT_detail" dnt="false">דוגמה תקפה: {2}</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ColorConverter.CONVERT" dnt="false">הצבע אינו בתבנית הנכונה.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ColorConverter.CONVERT_detail" dnt="false">הזן צבע בתבנית כמו בדוגמה: {2}</resource>
 <!-- Color converter transparent string -->
 <resource key="org.apache.myfaces.trinidad.convert.ColorConverter.TRANSPARENT" dnt="false">שקוף</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
-<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.CONVERT" dnt="false">לא מספר שלם</resource>
+<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.CONVERT" dnt="false">המספר אינו מספר שלם.</resource>
 <resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.CONVERT_detail" dnt="false">הזן מספר שלם.</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the minimum number allowed              -->
-<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM" dnt="false">הערך קטן מדי</resource>
-<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM_detail" dnt="false">הזן ערך גדול או שווה ל-{2}.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM" dnt="false">המספר קטן מדי.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM_detail" dnt="false">המספר חייב להיות {2} או מספר גדול ממנו.</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the maximum number allowed              -->
-<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.MAXIMUM" dnt="false">הערך גדול מדי</resource>
-<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.MAXIMUM_detail" dnt="false">הזן ערך קטן או שווה ל-{2}.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.MAXIMUM" dnt="false">המספר גדול מדי.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.MAXIMUM_detail" dnt="false">המספר חייב להיות {2} או מספר קטן ממנו.</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
-<resource key="org.apache.myfaces.trinidad.convert.LongConverter.CONVERT" dnt="false">לא מספר שלם</resource>
+<resource key="org.apache.myfaces.trinidad.convert.LongConverter.CONVERT" dnt="false">המספר אינו מספר שלם.</resource>
 <resource key="org.apache.myfaces.trinidad.convert.LongConverter.CONVERT_detail" dnt="false">הזן מספר שלם.</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the minimum number allowed              -->
-<resource key="org.apache.myfaces.trinidad.convert.LongConverter.MINIMUM" dnt="false">הערך קטן מדי</resource>
-<resource key="org.apache.myfaces.trinidad.convert.LongConverter.MINIMUM_detail" dnt="false">הזן ערך גדול או שווה ל-{2}.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.LongConverter.MINIMUM" dnt="false">המספר קטן מדי.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.LongConverter.MINIMUM_detail" dnt="false">המספר חייב להיות {2} או מספר גדול ממנו.</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the maximum number allowed              -->
-<resource key="org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM" dnt="false">הערך גדול מדי</resource>
-<resource key="org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM_detail" dnt="false">הזן ערך קטן או שווה ל-{2}.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM" dnt="false">המספר גדול מדי.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM_detail" dnt="false">המספר חייב להיות {2} או מספר קטן ממנו.</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the specified conversion pattern        -->
-<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN" dnt="false">אינו מספר</resource>
-<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN_detail" dnt="false">הערך שהוזן אינו מספר שמתאים לתבנית &quot;{2}&quot;.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN" dnt="false">התבנית שגויה.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN_detail" dnt="false">התבנית של המספר חייבת להתאים לתבנית זו: {2}</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
-<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_NUMBER" dnt="false">אינו מספר</resource>
-<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_NUMBER_detail" dnt="false">הזן מספר.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_NUMBER" dnt="false">הערך אינו מספר.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_NUMBER_detail" dnt="false">הערך חייב להיות מספר.</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
-<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_CURRENCY" dnt="false">תבנית מטבע בלתי תקפה</resource>
-<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_CURRENCY_detail" dnt="false">דוגמה תקפה: {2}</resource>
+<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_CURRENCY" dnt="false">תבנית המטבע שגויה.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_CURRENCY_detail" dnt="false">הזן מטבע בתבנית כמו בדוגמה: {2}</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
-<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT" dnt="false">תבנית אחוז בלתי תקפה</resource>
-<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT_detail" dnt="false">דוגמה תקפה: {2}</resource>
+<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT" dnt="false">האחוזים אינם בתבנית הנכונה.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT_detail" dnt="false">הזן אחוזים בתבנית כמו בדוגמה: {2}</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
-<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.CONVERT" dnt="false">לא מספר שלם</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.CONVERT" dnt="false">המספר אינו מספר שלם.</resource>
 <resource key="org.apache.myfaces.trinidad.convert.ShortConverter.CONVERT_detail" dnt="false">הזן מספר שלם.</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the minimum number allowed              -->
-<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.MINIMUM" dnt="false">הערך קטן מדי</resource>
-<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.MINIMUM_detail" dnt="false">הזן ערך גדול או שווה ל-{2}.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.MINIMUM" dnt="false">המספר קטן מדי.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.MINIMUM_detail" dnt="false">המספר חייב להיות {2} או מספר גדול ממנו.</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the maximum number allowed              -->
-<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM" dnt="false">הערך גדול מדי</resource>
-<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM_detail" dnt="false">הזן ערך קטן או שווה ל-{2}.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM" dnt="false">המספר גדול מדי.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM_detail" dnt="false">המספר חייב להיות {2} או מספר קטן ממנו.</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
-<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.CONVERT" dnt="false">לא מספר שלם</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.CONVERT" dnt="false">המספר אינו מספר שלם.</resource>
 <resource key="org.apache.myfaces.trinidad.convert.ByteConverter.CONVERT_detail" dnt="false">הזן מספר שלם.</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the minimum number allowed              -->
-<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.MINIMUM" dnt="false">הערך קטן מדי</resource>
-<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.MINIMUM_detail" dnt="false">הזן ערך גדול או שווה ל-{2}.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.MINIMUM" dnt="false">המספר קטן מדי.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.MINIMUM_detail" dnt="false">המספר חייב להיות {2} או מספר גדול ממנו.</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the maximum number allowed              -->
-<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.MAXIMUM" dnt="false">הערך גדול מדי</resource>
-<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.MAXIMUM_detail" dnt="false">הזן ערך קטן או שווה ל-{2}.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.MAXIMUM" dnt="false">המספר גדול מדי.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.MAXIMUM_detail" dnt="false">המספר חייב להיות {2} או מספר קטן ממנו.</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
-<resource key="org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT" dnt="false">אינו מספר</resource>
-<resource key="org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT_detail" dnt="false">הזן מספר.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT" dnt="false">הערך אינו מספר.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT_detail" dnt="false">הערך חייב להיות מספר.</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
-<resource key="org.apache.myfaces.trinidad.convert.FloatConverter.CONVERT" dnt="false">אינו מספר.</resource>
-<resource key="org.apache.myfaces.trinidad.convert.FloatConverter.CONVERT_detail" dnt="false">הערך שהוזן אינו מספר.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.FloatConverter.CONVERT" dnt="false">הערך אינו מספר.</resource>
+<resource key="org.apache.myfaces.trinidad.convert.FloatConverter.CONVERT_detail" dnt="false">הערך חייב להיות מספר.</resource>
 <!-- format for message in a javascript alert window                 -->
 <!-- This should match the af_messages.LIST_FORMAT_private           -->
 <!-- in BLAFBundle.xrts!!                                            -->
@@ -340,4 +343,10 @@
 <!-- {1} = full formatted error message detail                       -->
 <resource key="org.apache.myfaces.trinidad.convert.ALERT_FORMAT" dnt="false">{0} - {1}</resource>
 <resource key="org.apache.myfaces.trinidad.convert.ALERT_FORMAT_detail" dnt="false">{0} - {1}</resource>
+<!-- message for error while downloading a file  -->
+<resource key="org.apache.myfaces.trinidad.event.FileDownloadActionListener.DOWNLOAD_ERROR" dnt="false">אירעה שגיאה בעת הורדת הקובץ.</resource>
+<resource key="org.apache.myfaces.trinidad.event.FileDownloadActionListener.DOWNLOAD_ERROR_detail" dnt="false">הקובץ לא הורד או לא הורד כיאות.</resource>
+<!-- message for error while uploading a file -->
+<resource key="org.apache.myfaces.trinidad.component.core.input.CoreInputFile.INPUT_FILE_ERROR" dnt="false">אירעה שגיאה בעת טעינת הקובץ.</resource>
+<resource key="org.apache.myfaces.trinidad.component.core.input.CoreInputFile.INPUT_FILE_ERROR_detail" dnt="false">אירעה שגיאת טעינת קובץ. בדוק את נתוני הטעינה ואת שם הקובץ.</resource>
 </resources>