提交 4f34b61d 编写于 作者: U Ulli Hafner

Show name of deleted item in delete message.

上级 bb4fde4a
......@@ -33,7 +33,7 @@ THE SOFTWARE.
<st:include page="sidepanel.jelly" />
<l:main-panel>
<form method="post" action="doDelete">
${%blurb(it.pronoun)}
${%blurb(it.pronoun, it.displayName)}
<f:submit value="${%Yes}" />
</form>
</l:main-panel>
......
blurb=Are you sure about deleting the {0}?
\ No newline at end of file
blurb=Are you sure about deleting the {0} ''{1}''?
\ No newline at end of file
# The MIT License
#
#
# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Simon Wiest
#
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
......@@ -20,5 +20,5 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
Are\ you\ sure\ about\ deleting\ the\ job?=Soll der Job wirklich gelöscht werden?
blurb=Soll der {0} ''{1}'' wirklich gelöscht werden?
Yes=Ja
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册