Messages.properties 700 字节
Newer Older
1 2 3 4 5
FilePath.validateAntFileMask.whitespaceSeprator=\
  Whitespace can no longer be used as the separator. Please Use '','' as the separator instead.
FilePath.validateAntFileMask.doesntMatchAndSuggest=\
  ''{0}'' doesn''t match anything, but ''{1}'' does. Perhaps that''s what you mean?

6 7 8
Util.second={0} sec
Util.minute={0} min
Util.hour  ={0} hr
C
cactusman 已提交
9
Util.day   ={0} {0,choice,0#days|1#day|1<days}
10 11
Util.month ={0} mo
Util.year  ={0} yr
C
cactusman 已提交
12
Util.countSuffix=s
K
kohsuke 已提交
13

K
kohsuke 已提交
14 15 16
# ideally it should be "{0} ago" but this saves more space
# another implication of this is that where we use this,
# we often want to add "ago" there
17
Util.pastTime={0}
18
FilePath.TildaDoesntWork=''~'' is only supported in a Unix shell and nowhere else.