forked from jenkinsci/scriptler-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMessages.properties
More file actions
48 lines (47 loc) · 3.11 KB
/
Messages.properties
File metadata and controls
48 lines (47 loc) · 3.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# The MIT License
#
# Copyright (c) 2009-2010, Dominik Bartholdi
#
# 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.
display_name=Scriptler
description=Store/edit/run scripts on any of the agents or the built-in node.
scriptdirectorytitle=The scripts are stored at:
not_groovy_script=this is not a groovy script: {0}
script_loaded_from_directory=this script was discovered on the file system, please describe it!
uploadtext=Select a Groovy script from your local system to be uploaded.
node_not_found=The node [{0}] could not be found!
node_not_online=The selected node [{0}] is not online, therefore the script can not be executed! Select another node or start it before you try again.
agent_no_channel=No channel to the agent
download_failed=The import of the script [{0}] from catalog [{1}] failed.
builder_name=Scriptler script
scriptNotFound = could not find script with id [{0}]
scriptNotDefined = there is no script for scriptler defined, please fix your configuration!
scriptNotUsableInBuildStep = The script [{0}] is not usable in a build step, please review your configuration.
scriptNotApprovedYet = The script [{0}] is not yet approved, consider asking your administrator to approve it.
scriptExecutionFailed = Execution of script [{0}] failed
parameterExtractionFailed = failed to read parameters from request
scriptSourceNotFound = not able to load sources for script [{0}]
skipParameter = skipping parameter [{0}] this name is used internal, please rename!
resultPrefix = Result:
no_parameters_defined = There is not any parameter defined for this job.
tokenmacro_AdminScriptOnly = The script [{0}] exists, but is marked to be used by admins only and is therefore not allowed for usage in the TokenMacro.
tokenmacro_ScriptDoesNotExist = No script with the id [{0}] could be found.
permissons_title = Scriptler
permissons_configure_description = Allow configuration of Scriptler scripts, allow fine grain tuning instead of giving Overall/RunScripts to everyone
permissons_runScript_description = Allow execution of Scriptler scripts and insertion / modification of Scriptler build steps, allow fine grain tuning instead of giving Overall/RunScripts to everyone