Skip to content

Commit

Permalink
fix: i18n graph semantic level marker :squirrel:
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurcio committed Nov 4, 2018
1 parent 4517098 commit 9962c09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public void modifyText(ModifyEvent e) {

// Bot�es para busca de arquivo
wlBrowse = new Label(shell, SWT.RIGHT);
wlBrowse.setText("Linked Open Vocabulary file:");
wlBrowse.setText(BaseMessages.getString(PKG, "GraphSemanticLevelMarkerStep.LOV.File"));
props.setLook(wlBrowse);
fdlBrowse = new FormData();
fdlBrowse.left = new FormAttachment(0, 0);
Expand All @@ -192,7 +192,7 @@ public void modifyText(ModifyEvent e) {
wBrowse.setLayoutData(fdBrowse);

wlRules = new Label(shell, SWT.RIGHT);
wlRules.setText("Semantic Framework File:");
wlRules.setText(BaseMessages.getString(PKG, "GraphSemanticLevelMarkerStep.SemanticFramework.File"));
props.setLook(wlRules);
fdlRules = new FormData();
fdlRules.left = new FormAttachment(0, 0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ GraphSemanticLevelMarkerStep.ObjectField.Label=Object Field
GraphSemanticLevelMarkerStep.Btn.OK=OK
GraphSemanticLevelMarkerStep.Btn.Cancel=Cancel
GraphSemanticLevelMarkerStep.Btn.Browse=Browse
GraphSemanticLevelMarkerStep.LOV.File=Linked Open Vocabulary file:
GraphSemanticLevelMarkerStep.SemanticFramework.File=Semantic Framework file:

GraphSparqlStep.Title=Graph Sparql Endpoint
GraphSparqlStep.StepNameField.Label=Step name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ GraphSparqlStep.Tab.Output=Campos de Saída
GraphSparqlStep.Tab.Output.Field=Resultado:
GraphSparqlStep.Btn.OK=OK
GraphSparqlStep.Btn.Cancel=Cancelar
GraphSemanticLevelMarkerStep.LOV.File=Arquivo LOV:
GraphSemanticLevelMarkerStep.SemanticFramework.File=Arquivo de framework semantica:

GraphTriplifyStep.Title=Triplificador de Grafo
GraphTriplifyStep.StepNameField.Label=Nome do Step
Expand Down

0 comments on commit 9962c09

Please sign in to comment.