Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-27375] More descriptions for the system configuration page.
  • Loading branch information
ikedam committed May 16, 2015
1 parent 819cd4c commit c6c822e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
Expand Up @@ -26,7 +26,7 @@ THE SOFTWARE.
<!--
The view shown in the System Configuration.
-->
<f:section title="${descriptor.displayName}">
<f:section title="${descriptor.displayName}: ${%Available Choice Providers}">
<j:forEach var="d" items="${instance.choiceListProviderList}">
<f:optionalBlock name="${d.jsonSafeClassName}" checked="${instance.isProviderEnabled(d)}" help="${d.helpFile}" title="${d.displayName}">
<j:if test="${d.globalConfigPageForChoiceListProvider != null}">
Expand Down
@@ -0,0 +1,24 @@
# The MIT License
#
# Copyright (c) 2015 IKEDA Yasuyuki
#
# 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
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

# Available Choice Providers=利用可能な選択肢の取得方法
Available\ Choice\ Providers=\u5229\u7528\u53ef\u80fd\u306a\u9078\u629e\u80a2\u306e\u53d6\u5f97\u65b9\u6cd5

0 comments on commit c6c822e

Please sign in to comment.