More translations
This commit is contained in:
parent
fce72b8a2d
commit
1d23b91b11
4 changed files with 17 additions and 1 deletions
|
@ -49,6 +49,10 @@ Private Sub configurationDialog
|
|||
DialogLibraries.LoadLibrary("Redaction")
|
||||
dialog = CreateUnoDialog(DialogLibraries.Redaction.ConfigDialog)
|
||||
loadConfigToDialog(dialog)
|
||||
dialog.getControl("CB_complexity").Label = getTranslation("dialogConfigComplexity")
|
||||
dialog.Title = getTranslation("dialogConfigTitle")
|
||||
dialog.getControl("OK").Label = getTranslation("buttonYes")
|
||||
dialog.getControl("CANCEL").Label = getTranslation("buttonStop")
|
||||
dialog.setVisible(true)
|
||||
Select Case dialog.Execute()
|
||||
Case 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue