Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
bonita
bonita-studio
Commits
79a8d0a1
Commit
79a8d0a1
authored
Oct 30, 2018
by
Romain Bioteau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix transaltions
parent
e3ea0ca5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
23 deletions
+3
-23
bundles/plugins/org.bonitasoft.studio.engine/plugin_fr.properties
...plugins/org.bonitasoft.studio.engine/plugin_fr.properties
+1
-1
bundles/plugins/org.bonitasoft.studio.engine/src/org/bonitasoft/studio/engine/export/BarExporter.java
.../src/org/bonitasoft/studio/engine/export/BarExporter.java
+1
-21
bundles/plugins/org.bonitasoft.studio.importer/messages.properties
...lugins/org.bonitasoft.studio.importer/messages.properties
+1
-1
No files found.
bundles/plugins/org.bonitasoft.studio.engine/plugin_fr.properties
View file @
79a8d0a1
...
...
@@ -5,6 +5,6 @@ resetServerCommand=Red\u00e9marrer le serveur web
buildBarLabel
=
G
\u
00e9n
\u
00e9rer .bar...
serverMenuLabel
=
Serveur
deployDiagram
=
Deploy processes of a diagram
deployPage
=
Deploy
web
page
deployPage
=
Deploy
application
page
build
=
Build
bundles/plugins/org.bonitasoft.studio.engine/src/org/bonitasoft/studio/engine/export/BarExporter.java
View file @
79a8d0a1
...
...
@@ -55,7 +55,6 @@ import org.bonitasoft.studio.model.process.AbstractProcess;
import
org.eclipse.core.runtime.CoreException
;
import
org.eclipse.core.runtime.IConfigurationElement
;
import
com.google.common.base.Function
;
import
com.google.common.collect.Maps
;
/**
...
...
@@ -223,28 +222,9 @@ public class BarExporter {
protected
Map
<
String
,
String
>
getParameters
(
final
Configuration
configuration
)
{
return
Maps
.
newHashMap
(
transformValues
(
uniqueIndex
(
configuration
.
getParameters
(),
to
Parameter
Keys
()
),
to
ParameterValue
s
()
));
transformValues
(
uniqueIndex
(
configuration
.
getParameters
(),
Parameter
:
:
getName
),
Parameter
:
:
get
Value
));
}
private
Function
<
Parameter
,
String
>
toParameterValues
()
{
return
new
Function
<
Parameter
,
String
>()
{
@Override
public
String
apply
(
Parameter
parameter
)
{
return
parameter
.
getValue
();
}
};
}
private
Function
<
Parameter
,
String
>
toParameterKeys
()
{
return
new
Function
<
Parameter
,
String
>()
{
@Override
public
String
apply
(
Parameter
parameter
)
{
return
parameter
.
getName
();
}
};
}
protected
BARResourcesProvider
getBARApplicationResourcesProvider
()
{
BARResourcesProvider
result
=
null
;
...
...
bundles/plugins/org.bonitasoft.studio.importer/messages.properties
View file @
79a8d0a1
...
...
@@ -17,6 +17,6 @@ importResultTitle=Import status
importSucessfulMessage
=
Import successfully completed.
seeDetails
=
See details
skipValidation
=
Skip validation >>
importStatusMsg
=
Problems ha
s
been detected in imported content.
importStatusMsg
=
Problems ha
ve
been detected in imported content.
copyToClipboard
=
Copy to clipboard
invalidFilePath
=
Invalid file path
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment