提交 3b0b411c 编写于 作者: M mindless

[FIXED HUDSON-5459] fix singular form when there is only 1 test or 1 failed test


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27097 71c3de6d-444a-0410-be80-ed276b4c234a
上级 5ce130c0
# The MIT License
#
# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Stephen Connolly, id:cactusman
# Copyright (c) 2004-2010, Sun Microsystems, Inc., Kohsuke Kawaguchi, Stephen Connolly, id:cactusman
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
......@@ -22,7 +22,8 @@
AbstractTestResultAction.getDisplayName=Test Result
AbstractTestResultAction.zeroTestDescription={0}: 0 tests in total.
AbstractTestResultAction.TestsDescription={0}: {1} tests failing out of a total of {2} tests.
AbstractTestResultAction.TestsDescription={0}: {1} {1,choice,0#tests|1#test|1<tests} failing \
out of a total of {2} {2,choice,1#test|1<tests}.
AbstractTestResultAction.fail={0} {0,choice,0#failures|1#failure|1<failures}
AbstractTestResultAction.skip={0} {0,choice,0#skips|1#skip|1<skips}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册