TOC Links creation improved

This commit is contained in:
Georgy Litvinov 2020-06-27 13:21:30 +02:00
parent e2d0bd1bb6
commit 05020edb1d
5 changed files with 37 additions and 15 deletions

View file

@ -249,6 +249,9 @@ Function getRussian(identifier As String) As String
Exit Function
Case "allPagesHaveUniqPageStyle"
getRussian = "Каждой странице в документе назначен уникальный стиль"
Exit Function
Case "OutlineLinksFinished"
getRussian = "Создание ссылок в оглавлении завершено. Если этому сообщению предшествовали предупреждения об ошибках, то после исправления ошибок запустите создание ссылок заново."
Exit Function
Case Else
getRussian = "Перевод не найден"
@ -479,6 +482,9 @@ Function getEnglish(identifier As String) As String
Exit Function
Case "allPagesHaveUniqPageStyle"
getEnglish = "Every page in document now have unique page style"
Exit Function
Case "OutlineLinksFinished"
getEnglish = "Creating links in the table of contents is complete. If this message was preceded by error warnings, then after correcting the errors, restart creating links in table of contents."
Exit Function
Case Else
getEnglish = "No translation"
@ -709,6 +715,9 @@ Function getFrench(identifier As String) As String
Case "allPagesHaveUniqPageStyle"
getFrench = "Un style unique est attribué à chaque page du document"
Exit Function
Case "OutlineLinksFinished"
getFrench = "La création de liens dans la table des matières est terminée. Si ce message a été précédé d'avertissements d'erreur, après avoir corrigé les erreurs, recommencez à créer des liens."
Exit Function
Case Else
getFrench = "No translation"
End Select
@ -938,6 +947,9 @@ Function getCroatian(identifier As String) As String
Case "allPagesHaveUniqPageStyle"
getCroatian = "Svakoj stranici u dokumentu dodeljen je jedinstveni stil."
Exit Function
Case "OutlineLinksFinished"
getCroatian = "Stvaranje veza u sadržaju je završeno. Ako su ovoj poruci prethodila upozorenja o pogrešci, počnite stvarati veze nakon ispravljanja pogrešaka."
Exit Function
Case Else
getCroatian = "No translation"
End Select
@ -1167,6 +1179,9 @@ Function getSerbian(identifier As String) As String
Case "allPagesHaveUniqPageStyle"
getSerbian = "Свакој страници у документу додељен је јединствени стил."
Exit Function
Case "OutlineLinksFinished"
getSerbian = "Стварање веза у табели садржаја је завршено. Ако су овој поруци претходила упозорења о грешци, након исправљања грешака поново почните стварати везе."
Exit Function
Case Else
getSerbian = "No translation"
End Select
@ -1396,6 +1411,9 @@ Function getBosnian(identifier As String) As String
Case "allPagesHaveUniqPageStyle"
getBosnian = "Svakoj stranici u dokumentu dodeljen je jedinstveni stil."
Exit Function
Case "OutlineLinksFinished"
getBosnian = "Stvaranje veza u sadržaju je završeno. Ako su ovoj poruci prethodila upozorenja o pogrešci, počnite stvarati veze nakon ispravljanja pogrešaka."
Exit Function
Case Else
getBosnian = "No translation"
End Select