Added translations for endnotes check

This commit is contained in:
Georgy Litvinov 2020-07-03 16:13:34 +02:00
parent 17c5b58f7d
commit 4a9611ce1a
2 changed files with 18 additions and 3 deletions

View file

@ -205,6 +205,9 @@ Function getRussian(identifier As String) As String
Exit Function
Case "documentIsReadOnly"
getRussian = "Документ открыт только для чтения. Запуск чистки в данном режиме невозможен."
Exit Function
Case "validateEndnotes1"
getRussian = "в концевой сноске (абсолютный номер)"
Exit Function
Case Else
getRussian = "Перевод не найден"
@ -393,6 +396,9 @@ Function getEnglish(identifier As String) As String
Exit Function
Case "documentIsReadOnly"
getEnglish = "The document is read-only. Cleaning cannot be started in this mode."
Exit Function
Case "validateEndnotes1"
getEnglish = "in endnote (absolute number)"
Exit Function
Case Else
getEnglish = "No translation"
@ -581,7 +587,10 @@ Function getCroatian(identifier As String) As String
Case "documentIsReadOnly"
getCroatian = "Dokument je samo za čitanje. Čišćenje nije moguće pokrenuti u ovom načinu rada."
Exit Function
Case Else
Case "validateEndnotes1"
getCroatian = "u end fusnoti (apsolutni broj)"
Exit Function
Case Else
getCroatian = "No translation"
End Select
End Function
@ -768,6 +777,9 @@ Function getSerbian(identifier As String) As String
Case "documentIsReadOnly"
getSerbian = "Документ је само за читање. Чишћење се не може покренути у овом режиму."
Exit Function
Case "validateEndnotes1"
getSerbian = "у end фусноти (апсолутни број)"
Exit Function
Case Else
getSerbian = "No translation"
End Select
@ -955,6 +967,9 @@ Function getBosnian(identifier As String) As String
Case "documentIsReadOnly"
getBosnian = "Dokument je samo za čitanje. Čišćenje nije moguće pokrenuti u ovom načinu rada."
Exit Function
Case "validateEndnotes1"
getBosnian = "u end fusnoti (apsolutni broj)"
Exit Function
Case Else
getBosnian = "No translation"
End Select