msgzul.properties"
From Documentation
Jimmyshiau (talk | contribs) (Created page with '<source lang="xml"> #class=org.zkoss.zul.mesg.MZul #"charset=utf-8" #Copyright (C) 2005,2006 Potix Corporation # # Validation # # #-=EMPTY_NOT_ALLOWED 2000=Empty is not allowed …') |
|||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | <source lang=" | + | <source lang="java"> |
#class=org.zkoss.zul.mesg.MZul | #class=org.zkoss.zul.mesg.MZul | ||
#"charset=utf-8" | #"charset=utf-8" | ||
Line 8: | Line 8: | ||
# | # | ||
#-=EMPTY_NOT_ALLOWED | #-=EMPTY_NOT_ALLOWED | ||
− | 2000= | + | 2000=This field may not be empty or contain only spaces. |
#-=NO_POSITIVE_NEGATIVE_ZERO | #-=NO_POSITIVE_NEGATIVE_ZERO | ||
2001=Only positive number is allowed | 2001=Only positive number is allowed | ||
Line 16: | Line 16: | ||
2003=Only negative number is allowed | 2003=Only negative number is allowed | ||
#-=NO_POSITIVE | #-=NO_POSITIVE | ||
− | 2004=Only | + | 2004=Only negative number or zero is allowed |
#-=NO_NEGATIVE_ZERO | #-=NO_NEGATIVE_ZERO | ||
2005=Only positive number is allowed | 2005=Only positive number is allowed | ||
#-=NO_NEGATIVE | #-=NO_NEGATIVE | ||
− | 2006=Only | + | 2006=Only positive number or zero is allowed |
#-=NO_ZERO | #-=NO_ZERO | ||
− | 2007= | + | 2007=Zero number is not allowed |
#-=NO_FUTURE_PAST_TODAY | #-=NO_FUTURE_PAST_TODAY | ||
Line 31: | Line 31: | ||
2013=Only date in the past is allowed | 2013=Only date in the past is allowed | ||
#-=NO_FUTURE | #-=NO_FUTURE | ||
− | 2014=Only date | + | 2014=Only date in the past or today is allowed |
#-=NO_PAST_TODAY | #-=NO_PAST_TODAY | ||
2015=Only date in the future is allowed | 2015=Only date in the future is allowed | ||
#-=NO_PAST | #-=NO_PAST | ||
− | 2016=Only date | + | 2016=Only date in the future or today is allowed |
#-=NO_TODAY | #-=NO_TODAY | ||
− | 2017= | + | 2017=Today is not allowed |
#-=VALUE_NOT_MATCHED | #-=VALUE_NOT_MATCHED | ||
− | 2018= | + | 2018=Only values in the drop-down list are allowed |
#-=INTEGER_REQUIRED | #-=INTEGER_REQUIRED | ||
Line 75: | Line 75: | ||
#-=UPLOAD_BROWSE | #-=UPLOAD_BROWSE | ||
2104=Browse... | 2104=Browse... | ||
+ | #-=UPLOAD_ERROR_EXCEED_MAXSIZE Auto:{0},{1} Byte:{2},{3} KB:{4},{5} MB:{6},{7} | ||
+ | 2105=The request was rejected because the file size ({0}) exceeds the configured maximum ({1}) | ||
# | # | ||
Line 127: | Line 129: | ||
#-=GRID_COLUMNS | #-=GRID_COLUMNS | ||
2504=Columns | 2504=Columns | ||
+ | #-=GRID_UNGROUP | ||
+ | 2505=Ungroup | ||
+ | # | ||
+ | # Wave Scrollbar # | ||
+ | # | ||
+ | #-=WS_HOME | ||
+ | 2600=Home | ||
+ | #-=WS_PREV | ||
+ | 2601=Previous | ||
+ | #-=WS_NEXT | ||
+ | 2602=Next | ||
+ | #-=WS_END | ||
+ | 2603=End | ||
+ | |||
+ | # | ||
+ | # Panel # | ||
+ | # | ||
+ | #-=PANEL_CLOSE | ||
+ | 2700=Close | ||
+ | #-=PANEL_MAXIMIZE | ||
+ | 2701=Maximize | ||
+ | #-=PANEL_MINIMIZE | ||
+ | 2702=Minimize | ||
+ | #-=PANEL_EXPAND | ||
+ | 2703=Expand | ||
+ | #-=PANEL_COLLAPSE | ||
+ | 2704=Collapse | ||
+ | #-=PANEL_RESTORE | ||
+ | 2705=Restore | ||
</source> | </source> |
Latest revision as of 07:45, 10 March 2016
#class=org.zkoss.zul.mesg.MZul
#"charset=utf-8"
#Copyright (C) 2005,2006 Potix Corporation
#
# Validation #
#
#-=EMPTY_NOT_ALLOWED
2000=This field may not be empty or contain only spaces.
#-=NO_POSITIVE_NEGATIVE_ZERO
2001=Only positive number is allowed
#-=NO_POSITIVE_NEGATIVE
2002=Only zero is allowed
#-=NO_POSITIVE_ZERO
2003=Only negative number is allowed
#-=NO_POSITIVE
2004=Only negative number or zero is allowed
#-=NO_NEGATIVE_ZERO
2005=Only positive number is allowed
#-=NO_NEGATIVE
2006=Only positive number or zero is allowed
#-=NO_ZERO
2007=Zero number is not allowed
#-=NO_FUTURE_PAST_TODAY
2011=Only empty is allowed
#-=NO_FUTURE_PAST
2012=Only today is allowed
#-=NO_FUTURE_TODAY
2013=Only date in the past is allowed
#-=NO_FUTURE
2014=Only date in the past or today is allowed
#-=NO_PAST_TODAY
2015=Only date in the future is allowed
#-=NO_PAST
2016=Only date in the future or today is allowed
#-=NO_TODAY
2017=Today is not allowed
#-=VALUE_NOT_MATCHED
2018=Only values in the drop-down list are allowed
#-=INTEGER_REQUIRED
2040=You must specify an integer, rather than {0}.
#-=NUMBER_REQUIRED
2041=You must specify a number, rather than {0}.
#-=DATE_REQUIRED
2042={
You must specify a date, rather than {0}.
Format: {1}.
}
#-=OUT_OF_RANGE
2043={
Out of range ({0}).
}
#-=STRING_TOO_LONG
2044={
Too many characters are entered. At most {0} characters are allowed.
}
#-=ILLEGAL_VALUE
2050=Illegal value
#
# Fileupload #
#
#-=UPLOAD_TITLE
2100=File Upload
#-=UPLOAD_MESSAGE
2101=Specify a file located in your local system
#-=UPLOAD_CANCEL
2102=Cancel
#-=UPLOAD_SUBMIT
2103=Upload
#-=UPLOAD_BROWSE
2104=Browse...
#-=UPLOAD_ERROR_EXCEED_MAXSIZE Auto:{0},{1} Byte:{2},{3} KB:{4},{5} MB:{6},{7}
2105=The request was rejected because the file size ({0}) exceeds the configured maximum ({1})
#
# Messagebox #
#
#-=OK
2200=OK
#-=CANCEL
2201=Cancel
#-=YES
2220=Yes
#-=NO
2221=No
#-=RETRY
2230=Retry
#-=ABORT
2231=Abort
#-=IGNORE
2232=Ignore
#-=RELOAD
2233=Reload
#
# Paging #
#
#-=FIRST
2300=First
#-=LAST
2301=Last
#-=PREV
2302=Prev
#-=NEXT
2303=Next
#
# Common #
#
#-=PLEASE_WAIT
2400=Processing...
#
# Grid #
#
#-=GRID_GROUP
2500=Group
#-=GRID_OTHER
2501=Other
#-=GRID_ASC
2502=Sort Ascending
#-=GRID_DESC
2503=Sort Descending
#-=GRID_COLUMNS
2504=Columns
#-=GRID_UNGROUP
2505=Ungroup
#
# Wave Scrollbar #
#
#-=WS_HOME
2600=Home
#-=WS_PREV
2601=Previous
#-=WS_NEXT
2602=Next
#-=WS_END
2603=End
#
# Panel #
#
#-=PANEL_CLOSE
2700=Close
#-=PANEL_MAXIMIZE
2701=Maximize
#-=PANEL_MINIMIZE
2702=Minimize
#-=PANEL_EXPAND
2703=Expand
#-=PANEL_COLLAPSE
2704=Collapse
#-=PANEL_RESTORE
2705=Restore