Skip to content

Commit 7d2218c

Browse files
BobDumtughan
authored andcommitted
add gitattributes to enforce LF
Signed-off-by: Bob Du <i@bobdu.cc>
1 parent 97fe225 commit 7d2218c

19 files changed

+658
-658
lines changed
Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
1-
# The MIT License
2-
#
3-
# Copyright (c) 2009-2010, Dominik Bartholdi
4-
#
5-
# Permission is hereby granted, free of charge, to any person obtaining a copy
6-
# of this software and associated documentation files (the "Software"), to deal
7-
# in the Software without restriction, including without limitation the rights
8-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
# copies of the Software, and to permit persons to whom the Software is
10-
# furnished to do so, subject to the following conditions:
11-
#
12-
# The above copyright notice and this permission notice shall be included in
13-
# all copies or substantial portions of the Software.
14-
#
15-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
# THE SOFTWARE.
22-
23-
display_name=Scriptler
24-
description=Store/edit/run scripts on any of the agents or the built-in node.
25-
scriptdirectorytitle=The scripts are stored at:
26-
not_groovy_script=this is not a groovy script: {0}
27-
script_loaded_from_directory=this script was discovered on the file system, please describe it!
28-
uploadtext=Select a Groovy script from your local system to be uploaded.
29-
node_not_found=The node [{0}] could not be found!
30-
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.
31-
agent_no_channel=No channel to the agent
32-
download_failed=The import of the script [{0}] from catalog [{1}] failed.
33-
builder_name=Scriptler script
34-
scriptNotFound = could not find script with id [{0}]
35-
scriptNotDefined = there is no script for scriptler defined, please fix your configuration!
36-
scriptNotUsableInBuildStep = The script [{0}] is not usable in a build step, please review your configuration.
37-
scriptNotApprovedYet = The script [{0}] is not yet approved, consider asking your administrator to approve it.
38-
scriptExecutionFailed = Execution of script [{0}] failed
39-
parameterExtractionFailed = failed to read parameters from request
40-
scriptSourceNotFound = not able to load sources for script [{0}]
41-
skipParameter = skipping parameter [{0}] this name is used internal, please rename!
42-
resultPrefix = Result:
43-
no_parameters_defined = There is not any parameter defined for this job.
44-
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.
45-
tokenmacro_ScriptDoesNotExist = No script with the id [{0}] could be found.
46-
permissons_title = Scriptler
47-
permissons_configure_description = Allow configuration of Scriptler scripts, allow fine grain tuning instead of giving Overall/RunScripts to everyone
48-
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
1+
# The MIT License
2+
#
3+
# Copyright (c) 2009-2010, Dominik Bartholdi
4+
#
5+
# Permission is hereby granted, free of charge, to any person obtaining a copy
6+
# of this software and associated documentation files (the "Software"), to deal
7+
# in the Software without restriction, including without limitation the rights
8+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
# copies of the Software, and to permit persons to whom the Software is
10+
# furnished to do so, subject to the following conditions:
11+
#
12+
# The above copyright notice and this permission notice shall be included in
13+
# all copies or substantial portions of the Software.
14+
#
15+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
# THE SOFTWARE.
22+
23+
display_name=Scriptler
24+
description=Store/edit/run scripts on any of the agents or the built-in node.
25+
scriptdirectorytitle=The scripts are stored at:
26+
not_groovy_script=this is not a groovy script: {0}
27+
script_loaded_from_directory=this script was discovered on the file system, please describe it!
28+
uploadtext=Select a Groovy script from your local system to be uploaded.
29+
node_not_found=The node [{0}] could not be found!
30+
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.
31+
agent_no_channel=No channel to the agent
32+
download_failed=The import of the script [{0}] from catalog [{1}] failed.
33+
builder_name=Scriptler script
34+
scriptNotFound = could not find script with id [{0}]
35+
scriptNotDefined = there is no script for scriptler defined, please fix your configuration!
36+
scriptNotUsableInBuildStep = The script [{0}] is not usable in a build step, please review your configuration.
37+
scriptNotApprovedYet = The script [{0}] is not yet approved, consider asking your administrator to approve it.
38+
scriptExecutionFailed = Execution of script [{0}] failed
39+
parameterExtractionFailed = failed to read parameters from request
40+
scriptSourceNotFound = not able to load sources for script [{0}]
41+
skipParameter = skipping parameter [{0}] this name is used internal, please rename!
42+
resultPrefix = Result:
43+
no_parameters_defined = There is not any parameter defined for this job.
44+
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.
45+
tokenmacro_ScriptDoesNotExist = No script with the id [{0}] could be found.
46+
permissons_title = Scriptler
47+
permissons_configure_description = Allow configuration of Scriptler scripts, allow fine grain tuning instead of giving Overall/RunScripts to everyone
48+
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
Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
# The MIT License
2-
#
3-
# Copyright (c) 2009-2010, Dominik Bartholdi
4-
#
5-
# Permission is hereby granted, free of charge, to any person obtaining a copy
6-
# of this software and associated documentation files (the "Software"), to deal
7-
# in the Software without restriction, including without limitation the rights
8-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
# copies of the Software, and to permit persons to whom the Software is
10-
# furnished to do so, subject to the following conditions:
11-
#
12-
# The above copyright notice and this permission notice shall be included in
13-
# all copies or substantial portions of the Software.
14-
#
15-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
# THE SOFTWARE.
22-
23-
display_name=Scriptler
24-
description=スレーブやマスター上で実行されるスクリプトを管理(保存/編集/実行)します。
25-
scriptdirectorytitle=スクリプトが保存されているパス:
26-
not_groovy_script=Groovyスクリプトではありません:{0}
27-
script_loaded_from_directory=このスクリプトがファイルシステム上で見つかりました。説明を記述してください。
28-
uploadtext=アップロードするGroovyスクリプトを選択してください
29-
node_not_found=ノード [{0}] が見つかりません
30-
node_not_online=選択されたノード [{0}] がオンラインではありません。よって、スクリプトが実行できません。他のノードを選択するか再実行前にノードを開始してください。
31-
download_failed=カタログ [{1}] からのスクリプト [{0}] のインポートが失敗しました
32-
builder_name=Scriptlerスクリプトの実行
33-
scriptNotFound = id [{0}] のスクリプトが見つかりません
34-
scriptNotDefined = Scriptlerによって定義されたスクリプトがありません。設定を見直してください。
35-
scriptExecutionFailed = スクリプト [{0}] の実行が失敗しました
36-
parameterExtractionFailed = リクエストのパラメータ読み込みに失敗しました
37-
scriptSourceNotFound = スクリプト [{0}] のソースを読み込めませんでした
38-
skipParameter = [{0}] は内部で使用されているため、スキップされました。名前を変更してください。
39-
resultPrefix = Result:
1+
# The MIT License
2+
#
3+
# Copyright (c) 2009-2010, Dominik Bartholdi
4+
#
5+
# Permission is hereby granted, free of charge, to any person obtaining a copy
6+
# of this software and associated documentation files (the "Software"), to deal
7+
# in the Software without restriction, including without limitation the rights
8+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
# copies of the Software, and to permit persons to whom the Software is
10+
# furnished to do so, subject to the following conditions:
11+
#
12+
# The above copyright notice and this permission notice shall be included in
13+
# all copies or substantial portions of the Software.
14+
#
15+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
# THE SOFTWARE.
22+
23+
display_name=Scriptler
24+
description=スレーブやマスター上で実行されるスクリプトを管理(保存/編集/実行)します。
25+
scriptdirectorytitle=スクリプトが保存されているパス:
26+
not_groovy_script=Groovyスクリプトではありません:{0}
27+
script_loaded_from_directory=このスクリプトがファイルシステム上で見つかりました。説明を記述してください。
28+
uploadtext=アップロードするGroovyスクリプトを選択してください
29+
node_not_found=ノード [{0}] が見つかりません
30+
node_not_online=選択されたノード [{0}] がオンラインではありません。よって、スクリプトが実行できません。他のノードを選択するか再実行前にノードを開始してください。
31+
download_failed=カタログ [{1}] からのスクリプト [{0}] のインポートが失敗しました
32+
builder_name=Scriptlerスクリプトの実行
33+
scriptNotFound = id [{0}] のスクリプトが見つかりません
34+
scriptNotDefined = Scriptlerによって定義されたスクリプトがありません。設定を見直してください。
35+
scriptExecutionFailed = スクリプト [{0}] の実行が失敗しました
36+
parameterExtractionFailed = リクエストのパラメータ読み込みに失敗しました
37+
scriptSourceNotFound = スクリプト [{0}] のソースを読み込めませんでした
38+
skipParameter = [{0}] は内部で使用されているため、スキップされました。名前を変更してください。
39+
resultPrefix = Result:
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
# The MIT License
2-
#
3-
# Copyright (c) 2009-2010, Dominik Bartholdi
4-
#
5-
# Permission is hereby granted, free of charge, to any person obtaining a copy
6-
# of this software and associated documentation files (the "Software"), to deal
7-
# in the Software without restriction, including without limitation the rights
8-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
# copies of the Software, and to permit persons to whom the Software is
10-
# furnished to do so, subject to the following conditions:
11-
#
12-
# The above copyright notice and this permission notice shall be included in
13-
# all copies or substantial portions of the Software.
14-
#
15-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
# THE SOFTWARE.
22-
23-
title=Remote Script Catalogs
24-
intro=The catalog allows you to import groovy scripts from a shared source server. \
25-
Just click the save icon and the script will be imported to your local script directory. Depending on the catalog, you can share your scripts too \
26-
- e.g. send pull requests to <a href="https://github.com/jenkinsci/jenkins-scripts">https://github.com/jenkinsci/jenkins-scripts</a>. \
27-
Go on, share some of your scripts too :)
28-
29-
30-
ensure links open in new windows
1+
# The MIT License
2+
#
3+
# Copyright (c) 2009-2010, Dominik Bartholdi
4+
#
5+
# Permission is hereby granted, free of charge, to any person obtaining a copy
6+
# of this software and associated documentation files (the "Software"), to deal
7+
# in the Software without restriction, including without limitation the rights
8+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
# copies of the Software, and to permit persons to whom the Software is
10+
# furnished to do so, subject to the following conditions:
11+
#
12+
# The above copyright notice and this permission notice shall be included in
13+
# all copies or substantial portions of the Software.
14+
#
15+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
# THE SOFTWARE.
22+
23+
title=Remote Script Catalogs
24+
intro=The catalog allows you to import groovy scripts from a shared source server. \
25+
Just click the save icon and the script will be imported to your local script directory. Depending on the catalog, you can share your scripts too \
26+
- e.g. send pull requests to <a href="https://github.com/jenkinsci/jenkins-scripts">https://github.com/jenkinsci/jenkins-scripts</a>. \
27+
Go on, share some of your scripts too :)
28+
29+
30+
ensure links open in new windows
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
# The MIT License
2-
#
3-
# Copyright (c) 2009-2010, Dominik Bartholdi
4-
#
5-
# Permission is hereby granted, free of charge, to any person obtaining a copy
6-
# of this software and associated documentation files (the "Software"), to deal
7-
# in the Software without restriction, including without limitation the rights
8-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
# copies of the Software, and to permit persons to whom the Software is
10-
# furnished to do so, subject to the following conditions:
11-
#
12-
# The above copyright notice and this permission notice shall be included in
13-
# all copies or substantial portions of the Software.
14-
#
15-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
# THE SOFTWARE.
22-
23-
title=リモートスクリプトカタログ
24-
intro=カタログを通じて、共有サーバからGroovyスクリプトをインポートすることができます。\
25-
保存アイコンをクリックすると、スクリプトがローカルディレクトリにインポートされます。\
26-
カタログに応じて、あなたのスクリプトを共有することもできます。\
27-
<a href="https://github.com/jenkinsci/jenkins-scripts" target="_blank">https://github.com/jenkinsci/jenkins-scripts</a> にプルリクエストを送るか、\
1+
# The MIT License
2+
#
3+
# Copyright (c) 2009-2010, Dominik Bartholdi
4+
#
5+
# Permission is hereby granted, free of charge, to any person obtaining a copy
6+
# of this software and associated documentation files (the "Software"), to deal
7+
# in the Software without restriction, including without limitation the rights
8+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
# copies of the Software, and to permit persons to whom the Software is
10+
# furnished to do so, subject to the following conditions:
11+
#
12+
# The above copyright notice and this permission notice shall be included in
13+
# all copies or substantial portions of the Software.
14+
#
15+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
# THE SOFTWARE.
22+
23+
title=リモートスクリプトカタログ
24+
intro=カタログを通じて、共有サーバからGroovyスクリプトをインポートすることができます。\
25+
保存アイコンをクリックすると、スクリプトがローカルディレクトリにインポートされます。\
26+
カタログに応じて、あなたのスクリプトを共有することもできます。\
27+
<a href="https://github.com/jenkinsci/jenkins-scripts" target="_blank">https://github.com/jenkinsci/jenkins-scripts</a> にプルリクエストを送るか、\
2828
<a href="http://scriptlerweb.appspot.com" target="_blank">scriptlerweb</a> にアップロードしてください。

0 commit comments

Comments
 (0)