提交 e711a045 编写于 作者: K kohsuke

[FIXED HUDSON-2251] Applied a slightly different change. In 1.250.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@11656 71c3de6d-444a-0410-be80-ed276b4c234a
上级 66528e43
......@@ -3,15 +3,15 @@ FilePath.validateAntFileMask.whitespaceSeprator=\
FilePath.validateAntFileMask.doesntMatchAndSuggest=\
''{0}'' doesn''t match anything, but ''{1}'' does. Perhaps that''s what you mean?
Util.second={0} {0,choice,0#seconds|1#second|1<seconds}
Util.minute={0} {0,choice,0#minutes|1#minute|1<minutes}
Util.hour ={0} {0,choice,0#hours|1#hour|1<hours}
Util.second={0} {0,choice,0#secs|1#sec|1<secs}
Util.minute={0} {0,choice,0#mins|1#min|1<mins}
Util.hour ={0} {0,choice,0#hrs|1#hr|1<hrs}
Util.day ={0} {0,choice,0#days|1#day|1<days}
Util.month ={0} {0,choice,0#months|1#month|1<months}
Util.year ={0} {0,choice,0#years|1#year|1<years}
Util.month ={0} {0,choice,0#mos|1#mo|1<mos}
Util.year ={0} {0,choice,0#yrs|1#yr|1<yrs}
Util.countSuffix=s
# 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
Util.pastTime={0}
\ No newline at end of file
Util.pastTime={0}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册