diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages.properties
new file mode 100644
index 0000000..4a245af
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages.properties
@@ -0,0 +1,5 @@
+PortingAdvisorBuilder.DescriptorImpl.errors.missingName=Please set a name
+PortingAdvisorBuilder.DescriptorImpl.warnings.tooShort=Isn't the name too short?
+PortingAdvisorBuilder.DescriptorImpl.warnings.reallyFrench=Are you actually French?
+
+PortingAdvisorBuilder.DescriptorImpl.DisplayName=PortingAdvisor
\ No newline at end of file
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_de.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_de.properties
new file mode 100644
index 0000000..35423d4
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_de.properties
@@ -0,0 +1,5 @@
+PortingAdvisorBuilder.DescriptorImpl.errors.missingName=Bitte geben Sie einen Namen an
+PortingAdvisorBuilder.DescriptorImpl.warnings.tooShort=Der Name ist zu kurz.
+PortingAdvisorBuilder.DescriptorImpl.warnings.reallyFrench=Sind Sie wirklich franz\u00F6sisch?
+
+PortingAdvisorBuilder.DescriptorImpl.DisplayName=Porting Advisor
\ No newline at end of file
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_fr.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_fr.properties
new file mode 100644
index 0000000..a86657e
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_fr.properties
@@ -0,0 +1,5 @@
+PortingAdvisorBuilder.DescriptorImpl.errors.missingName=Veuillez saisir un nom
+PortingAdvisorBuilder.DescriptorImpl.warnings.tooShort=Le nom n'est-il pas trop court ?
+PortingAdvisorBuilder.DescriptorImpl.warnings.reallyFrench=\u00CAtes vous vraiment fran\u00E7ais ?
+
+PortingAdvisorBuilder.DescriptorImpl.DisplayName=PortingAdvisor
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_it.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_it.properties
new file mode 100644
index 0000000..5a0489e
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_it.properties
@@ -0,0 +1,5 @@
+PortingAdvisorBuilder.DescriptorImpl.errors.missingName=Nome \u00E8 richiesto
+PortingAdvisorBuilder.DescriptorImpl.warnings.tooShort=Nome dev'essere al meno 4 charatteri
+PortingAdvisorBuilder.DescriptorImpl.warnings.reallyFrench=Vuole mostrare il messagio in francese?
+
+PortingAdvisorBuilder.DescriptorImpl.DisplayName=PortingAdvisor
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_sv.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_sv.properties
new file mode 100644
index 0000000..a0efe33
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_sv.properties
@@ -0,0 +1,5 @@
+PortingAdvisorBuilder.DescriptorImpl.errors.missingName=Ange ett namn
+PortingAdvisorBuilder.DescriptorImpl.warnings.tooShort=\u00C4r inte namnet lite f\u00F6r kort?
+PortingAdvisorBuilder.DescriptorImpl.warnings.reallyFrench=\u00C4r du egentligen Fransk?
+
+PortingAdvisorBuilder.DescriptorImpl.DisplayName=PortingAdvisor
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_tr.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_tr.properties
new file mode 100644
index 0000000..d60ccb3
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/Messages_tr.properties
@@ -0,0 +1,3 @@
+PortingAdvisorBuilder.DescriptorImpl.errors.missingName=Please set a name
+PortingAdvisorBuilder.DescriptorImpl.warnings.tooShort=Isn't the name too short?
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config.jelly b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config.jelly
new file mode 100644
index 0000000..12e0332
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config.jelly
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config.properties
new file mode 100644
index 0000000..7ffda73
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config.properties
@@ -0,0 +1,3 @@
+Name=Name
+French=French
+FrenchDescr=Check if we should say hello in French
\ No newline at end of file
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_de.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_de.properties
new file mode 100644
index 0000000..02dd5b3
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_de.properties
@@ -0,0 +1,3 @@
+Name=Name
+French=Franz\u00F6sisch
+FrenchDescr=Markieren f\u00FCr Begr\u00FC\u00DFung auf franz\u00F6sisch
\ No newline at end of file
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_fr.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_fr.properties
new file mode 100644
index 0000000..cde52fd
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_fr.properties
@@ -0,0 +1,3 @@
+Name=Nom
+French=Fran\u00e7ais
+FrenchDescr=V\u00e9rifie qu'on dit bien hello en fran\u00e7ais
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_it.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_it.properties
new file mode 100644
index 0000000..818773e
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_it.properties
@@ -0,0 +1,3 @@
+Name=Nome
+French=Francese
+FrenchDescr=Mostra il messagio in francese
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_sv.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_sv.properties
new file mode 100644
index 0000000..a35fb82
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_sv.properties
@@ -0,0 +1,3 @@
+Name=Namn
+French=Franska
+FrenchDescr=S\u00E4tt om vi ska s\u00E4ga hej p\u00E5 Franska
\ No newline at end of file
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_tr.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_tr.properties
new file mode 100644
index 0000000..bcdf888
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/config_tr.properties
@@ -0,0 +1,3 @@
+Name=\u0130sim
+French=Frans\u0131zca
+FrenchDescr=Frans\u0131zca olarak merhaba demeliyim diye sor
\ No newline at end of file
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name.html
new file mode 100644
index 0000000..0442b09
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name.html
@@ -0,0 +1,3 @@
+
+ Your name.
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_de.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_de.html
new file mode 100644
index 0000000..846cf5e
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_de.html
@@ -0,0 +1,3 @@
+
+ Geben Sie Ihren Namen ein.
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_fr.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_fr.html
new file mode 100644
index 0000000..c1a7406
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_fr.html
@@ -0,0 +1,3 @@
+
+ Votre nom.
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_it.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_it.html
new file mode 100644
index 0000000..367b691
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_it.html
@@ -0,0 +1,3 @@
+
+ Nome di mostrare.
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_sv.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_sv.html
new file mode 100644
index 0000000..54fb6ee
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_sv.html
@@ -0,0 +1,3 @@
+
+ Ditt namn.
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_tr.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_tr.html
new file mode 100644
index 0000000..d241f30
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-name_tr.html
@@ -0,0 +1,3 @@
+
+ İsmin.
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench.html
new file mode 100644
index 0000000..dde47ed
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench.html
@@ -0,0 +1,3 @@
+
+ Use French?
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_de.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_de.html
new file mode 100644
index 0000000..f9ca2c6
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_de.html
@@ -0,0 +1,3 @@
+
+ Ob die Begrüßung auf französisch angegeben werden soll.
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_fr.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_fr.html
new file mode 100644
index 0000000..15c398c
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_fr.html
@@ -0,0 +1,3 @@
+
+ Utiliser le français ?
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_it.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_it.html
new file mode 100644
index 0000000..4bc66a1
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_it.html
@@ -0,0 +1,3 @@
+
+ Mostrare il messagio in francese.
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_sv.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_sv.html
new file mode 100644
index 0000000..cb658b8
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_sv.html
@@ -0,0 +1,3 @@
+
+ Använda Franska?
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_tr.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_tr.html
new file mode 100644
index 0000000..3f7fe5e
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/PortingAdvisorBuilder/help-useFrench_tr.html
@@ -0,0 +1,3 @@
+
+ Fransızca göster?
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper.properties
new file mode 100644
index 0000000..0d16260
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper.properties
@@ -0,0 +1 @@
+DisplayName=Copy master''s files into the job''s workspace before building
\ No newline at end of file
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/config.jelly b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/config.jelly
new file mode 100644
index 0000000..bff199a
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/config.jelly
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/config.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/config.properties
new file mode 100644
index 0000000..0fc6087
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/config.properties
@@ -0,0 +1,32 @@
+# The MIT License
+#
+# Copyright (c) 2009-2012, Manufacture Fran\u00e7aise des Pneumatiques Michelin, Romain Seguy
+#
+# 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.
+
+Excludes=Files to exclude from the copy
+Flatten=Flatten directories
+HomeRelative=$JENKINS_HOME (not advised)
+Includes=Files to copy
+IncludeAntExcludes=Include Ant''s default excludes
+RelativeTo=Paths are relative to
+SomewhereElseBeginning=
+SomewhereElseEnd=
+UserContentRelative=$JENKINS_HOME/userContent
+WorkspaceRelative=This job''s workspace on the master (not advised)
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/config_fr.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/config_fr.properties
new file mode 100644
index 0000000..d98eda4
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/config_fr.properties
@@ -0,0 +1,30 @@
+# The MIT License
+#
+# Copyright (c) 2009-2012, Manufacture Fran\u00e7aise des Pneumatiques Michelin, Romain Seguy
+#
+# 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.
+
+Excludes=Fichiers à exclure de la copie
+Flatten=Applatir les répertoires
+HomeRelative=$JENKINS_HOME (à éviter)
+Includes=Fichiers à copier
+IncludeAntExcludes=Inclure les exclusions par défaut de Ant
+RelativeTo=Les chemins spécifiées sont relatifs à
+UserContentRelative=$JENKINS_HOME/userContent
+WorkspaceRelative=Le workspace de ce job sur le noeud maître (à éviter)
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/global.jelly b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/global.jelly
new file mode 100644
index 0000000..8c5e5a3
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/global.jelly
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/global.properties b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/global.properties
new file mode 100644
index 0000000..7c88df2
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/global.properties
@@ -0,0 +1,26 @@
+# The MIT License
+#
+# Copyright (c) 2012, Manufacture Fran\u00e7aise des Pneumatiques Michelin, Romain Seguy
+#
+# 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.
+
+CopyToSlaveConfiguration=Copy To Slave Options
+EnableHomeRelative=Enable the "Paths are relative to $JENKINS_HOME" option
+EnableSomewhereElse=Define an additional "Paths are relative to" option
+SomewhereElsePath=Path
diff --git a/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/help-excludes.html b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/help-excludes.html
new file mode 100644
index 0000000..dc41e60
--- /dev/null
+++ b/devops/jenkins-plugin/porting-advisor-plugin/src/main/resources/io/jenkins/plugins/devkit/slavecopy/CopyToSlavebuildWrapper/help-excludes.html
@@ -0,0 +1,30 @@
+
+
+
+ Optionally specify the
+ 'excludes' pattern, such as "**/TEST-*.xml". A file that matches this
+ mask will not be copied, even if it matches the mask specified in the 'files
+ to copy' field.
+
+ Normally directory structure is preserved when files are copied. If you want
+ to copy all files directly into the root of the job's workspace, enable this
+ option.
+
+ Comma-separated list of patterns of files/directories to be copied.
+ See the @includes
+ of Ant fileset for the exact format. The base directory is defined by
+ the Paths are relative to field.
+ E.g.: *.xml,**/*.properties
+
+ If this option is enabled, then users will be able to select
+ $JENKINS_HOME as a possible base location for copy to slave
+ operations, thus exposing the whole Hudson/Jenkins folder. As such,
+ enabling this option is highly discouraged.
+
+ Optionally specify an additional entry which will be choosable as the base
+ location for copy to slave operations (in addition to
+ $JENKINS_HOME/userContent, the job workspace and, if enabled,
+ $JENKINS_HOME). The specified path has to be relative to the
+ filesystem root directory. You can use environment variables
+ (JENKINS_HOME, etc.).
+
+ Copies a set of files located somewhere on the master node (cf. the Paths
+ are relative to field) into the workspace of the corresponding job on
+ the node performing the build (whether it is a slave node or the master
+ node itself).
+ This is useful, for example, when some files required for the build to take
+ place are not present in the SCM, but are located in one of the three
+ following locations: $JENKINS_HOME/userContent,
+ $JENKINS_HOME, or directly in the project's
+ workspace (on the master node).
+