diff --git a/Redaction/CleaningDialog.xdl b/Redaction/CleaningDialog.xdl
index 04c50e3..0b04908 100644
--- a/Redaction/CleaningDialog.xdl
+++ b/Redaction/CleaningDialog.xdl
@@ -20,8 +20,8 @@
-
-
+
+
diff --git a/Redaction/Configuration.xba b/Redaction/Configuration.xba
index 8995c29..5160b26 100644
--- a/Redaction/Configuration.xba
+++ b/Redaction/Configuration.xba
@@ -202,6 +202,9 @@ Sub selectTemplateDialog()
DialogLibraries.LoadLibrary("Redaction")
dialog = CreateUnoDialog(DialogLibraries.Redaction.SelectTemplate)
listComponent = dialog.getControl("ListBox")
+ dialog.getControl("buttonOk").Label = getTranslation("buttonYes")
+ dialog.getControl("buttonStop").Label = getTranslation("buttonStop")
+ dialog.Title = getTranslation("selectTemplateDialogTitle")
templateNames = getTemplateNames()
listComponent.addItems(templateNames , 0)
dialog.setVisible(true)
diff --git a/Redaction/NoStyleFile.xdl b/Redaction/NoStyleFile.xdl
index a110c78..405e762 100644
--- a/Redaction/NoStyleFile.xdl
+++ b/Redaction/NoStyleFile.xdl
@@ -1,14 +1,14 @@
-
+
-
-
+
+
-
-
-
+
+
+
diff --git a/Redaction/SelectTemplate.xdl b/Redaction/SelectTemplate.xdl
index 9ebf6a5..c76407e 100644
--- a/Redaction/SelectTemplate.xdl
+++ b/Redaction/SelectTemplate.xdl
@@ -2,8 +2,8 @@
-
-
+
+
\ No newline at end of file
diff --git a/Redaction/Translations.xba b/Redaction/Translations.xba
index 562249e..67930af 100644
--- a/Redaction/Translations.xba
+++ b/Redaction/Translations.xba
@@ -332,6 +332,9 @@ Function getRussian(identifier As String) As String
Case "predefiendTemplateSelected"
getRussian = "При чистке будет использоваться выбранный из списка шаблон"
Exit Function
+ Case "selectTemplateDialogTitle"
+ getRussian = "Выберите шаблон из списка"
+ Exit Function
Case Else
getRussian = "Перевод не найден"
End Select
@@ -646,6 +649,9 @@ Function getEnglish(identifier As String) As String
Case "predefiendTemplateSelected"
getEnglish = "For cleaning will be used template selected from the list"
Exit Function
+ Case "selectTemplateDialogTitle"
+ getEnglish = "Select a template from the list "
+ Exit Function
Case Else
getEnglish = "No translation"
End Select
@@ -959,6 +965,9 @@ Function getCroatian(identifier As String) As String
Case "predefiendTemplateSelected"
getCroatian = "Prilikom čišćenja koristit će se predložak odabran s popisa"
Exit Function
+ Case "selectTemplateDialogTitle"
+ getCroatian = "Izaberite obrazac sa liste"
+ Exit Function
Case Else
getCroatian = "No translation"
End Select
@@ -1272,6 +1281,9 @@ Function getSerbian(identifier As String) As String
Case "predefiendTemplateSelected"
getSerbian = "Приликом чишћења користиће се шаблон изабран са листе"
Exit Function
+ Case "selectTemplateDialogTitle"
+ getSerbian = "Изаберите образац са листе"
+ Exit Function
Case Else
getSerbian = "No translation"
End Select
@@ -1585,6 +1597,9 @@ Function getBosnian(identifier As String) As String
Case "predefiendTemplateSelected"
getBosnian = "Prilikom čišćenja koristit će se predložak odabran s popisa"
Exit Function
+ Case "selectTemplateDialogTitle"
+ getBosnian = "Изаберите образац са листе"
+ Exit Function
Case Else
getBosnian = "No translation"
End Select
diff --git a/license_en.txt b/license_en.txt
index fc65574..e7a4150 100644
--- a/license_en.txt
+++ b/license_en.txt
@@ -1,8 +1,6 @@
The author of this extension is:
Georgy Litvinov (public@litvinovg.pro)
-Copyright 2019.
-
-This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License.
+Copyright 20212121212121212121212121212121212121212121n redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
diff --git a/license_ru.txt b/license_ru.txt
index 51ad965..b970b21 100644
--- a/license_ru.txt
+++ b/license_ru.txt
@@ -1,6 +1,6 @@
Автор расширения:
Георгий Литвинов (public@litvinovg.pro)
-Copyright 2019.
+Copyright 2021.
Это расширение является свободным программным обеспечением, вы можете распространять и/или модифицировать его в соответствии с лицензией GNU Lesser General Public License версии 3.0, опубликованной Free Software Foundation.
diff --git a/translations.ods b/translations.ods
index 583ecab..847af8d 100644
Binary files a/translations.ods and b/translations.ods differ