Added validation for headings in footnotes and endnotes.
This commit is contained in:
parent
4a9611ce1a
commit
ed6bb42085
4 changed files with 69 additions and 21 deletions
|
@ -208,6 +208,9 @@ Function getRussian(identifier As String) As String
|
|||
Exit Function
|
||||
Case "validateEndnotes1"
|
||||
getRussian = "в концевой сноске (абсолютный номер)"
|
||||
Exit Function
|
||||
Case "setOutlineLevel"
|
||||
getRussian = "задан уровень структуры документа"
|
||||
Exit Function
|
||||
Case Else
|
||||
getRussian = "Перевод не найден"
|
||||
|
@ -399,6 +402,9 @@ Function getEnglish(identifier As String) As String
|
|||
Exit Function
|
||||
Case "validateEndnotes1"
|
||||
getEnglish = "in endnote (absolute number)"
|
||||
Exit Function
|
||||
Case "setOutlineLevel"
|
||||
getEnglish = "set document structure level"
|
||||
Exit Function
|
||||
Case Else
|
||||
getEnglish = "No translation"
|
||||
|
@ -590,6 +596,9 @@ Function getCroatian(identifier As String) As String
|
|||
Case "validateEndnotes1"
|
||||
getCroatian = "u end fusnoti (apsolutni broj)"
|
||||
Exit Function
|
||||
Case "setOutlineLevel"
|
||||
getCroatian = "zadati uroven strukturni dokument"
|
||||
Exit Function
|
||||
Case Else
|
||||
getCroatian = "No translation"
|
||||
End Select
|
||||
|
@ -780,6 +789,9 @@ Function getSerbian(identifier As String) As String
|
|||
Case "validateEndnotes1"
|
||||
getSerbian = "у end фусноти (апсолутни број)"
|
||||
Exit Function
|
||||
Case "setOutlineLevel"
|
||||
getSerbian = "задатен уровен структури документа"
|
||||
Exit Function
|
||||
Case Else
|
||||
getSerbian = "No translation"
|
||||
End Select
|
||||
|
@ -970,6 +982,9 @@ Function getBosnian(identifier As String) As String
|
|||
Case "validateEndnotes1"
|
||||
getBosnian = "u end fusnoti (apsolutni broj)"
|
||||
Exit Function
|
||||
Case "setOutlineLevel"
|
||||
getBosnian = "zadati uroven strukturni dokument"
|
||||
Exit Function
|
||||
Case Else
|
||||
getBosnian = "No translation"
|
||||
End Select
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue