Font symbols report
This commit is contained in:
parent
81ea41e5c9
commit
7ab49f99e3
6 changed files with 122 additions and 15 deletions
|
@ -242,6 +242,21 @@ Function getRussian(identifier As String) As String
|
|||
Case "chooseFontNameDialogDescription"
|
||||
getRussian = "Дважды кликните левой клавишей мыши на имя шрифта"
|
||||
Exit Function
|
||||
Case "fontReportInProgress"
|
||||
getRussian = "Составление отчёта о шрифте. Пожалуйста, подождите."
|
||||
Exit Function
|
||||
Case "symbolsInFontHeading"
|
||||
getRussian = "Символы в шрифте"
|
||||
Exit Function
|
||||
Case "symbolsInFontNotFound1"
|
||||
getRussian = "Символов в шрифте"
|
||||
Exit Function
|
||||
Case "symbolsInFontNotFound2"
|
||||
getRussian = "найдено не было."
|
||||
Exit Function
|
||||
Case "charFirstPage"
|
||||
getRussian = "Найден на стр."
|
||||
Exit Function
|
||||
Case Else
|
||||
getRussian = "Перевод не найден"
|
||||
End Select
|
||||
|
@ -466,6 +481,21 @@ Function getEnglish(identifier As String) As String
|
|||
Case "chooseFontNameDialogDescription"
|
||||
getEnglish = "Double-click the font name with the left mouse button."
|
||||
Exit Function
|
||||
Case "fontReportInProgress"
|
||||
getEnglish = "Preparing report. Please wait."
|
||||
Exit Function
|
||||
Case "symbolsInFontHeading"
|
||||
getEnglish = "Characters in font"
|
||||
Exit Function
|
||||
Case "symbolsInFontNotFound1"
|
||||
getEnglish = "No characters in font"
|
||||
Exit Function
|
||||
Case "symbolsInFontNotFound2"
|
||||
getEnglish = "found."
|
||||
Exit Function
|
||||
Case "charFirstPage"
|
||||
getEnglish = "Found on page"
|
||||
Exit Function
|
||||
Case Else
|
||||
getEnglish = "No translation"
|
||||
End Select
|
||||
|
@ -689,6 +719,21 @@ Function getCroatian(identifier As String) As String
|
|||
Case "chooseFontNameDialogDescription"
|
||||
getCroatian = "Dvaput kliknite naziv fonta lijevom tipkom miša."
|
||||
Exit Function
|
||||
Case "fontReportInProgress"
|
||||
getCroatian = "Izvještavanje o fontu. Molimo pričekajte."
|
||||
Exit Function
|
||||
Case "symbolsInFontHeading"
|
||||
getCroatian = "Znakovi fonta"
|
||||
Exit Function
|
||||
Case "symbolsInFontNotFound1"
|
||||
getCroatian = "Znakovi fonta"
|
||||
Exit Function
|
||||
Case "symbolsInFontNotFound2"
|
||||
getCroatian = "nije pronađeno"
|
||||
Exit Function
|
||||
Case "charFirstPage"
|
||||
getCroatian = "Pronađeno na stranici"
|
||||
Exit Function
|
||||
Case Else
|
||||
getCroatian = "No translation"
|
||||
End Select
|
||||
|
@ -912,6 +957,21 @@ Function getSerbian(identifier As String) As String
|
|||
Case "chooseFontNameDialogDescription"
|
||||
getSerbian = "Двапут кликните на назив фонта левим дугметом миша."
|
||||
Exit Function
|
||||
Case "fontReportInProgress"
|
||||
getSerbian = "Припрема извештаја. Сачекајте."
|
||||
Exit Function
|
||||
Case "symbolsInFontHeading"
|
||||
getSerbian = "Знакови фонта"
|
||||
Exit Function
|
||||
Case "symbolsInFontNotFound1"
|
||||
getSerbian = "Знакови фонта"
|
||||
Exit Function
|
||||
Case "symbolsInFontNotFound2"
|
||||
getSerbian = "није пронађено"
|
||||
Exit Function
|
||||
Case "charFirstPage"
|
||||
getSerbian = "Пронађено на страници"
|
||||
Exit Function
|
||||
Case Else
|
||||
getSerbian = "No translation"
|
||||
End Select
|
||||
|
@ -1135,6 +1195,21 @@ Function getBosnian(identifier As String) As String
|
|||
Case "chooseFontNameDialogDescription"
|
||||
getBosnian = "Dvaput kliknite naziv fonta lijevom tipkom miša."
|
||||
Exit Function
|
||||
Case "fontReportInProgress"
|
||||
getBosnian = "Izvještavanje o fontu. Molimo pričekajte."
|
||||
Exit Function
|
||||
Case "symbolsInFontHeading"
|
||||
getBosnian = "Znakovi fonta"
|
||||
Exit Function
|
||||
Case "symbolsInFontNotFound1"
|
||||
getBosnian = "Znakovi fonta"
|
||||
Exit Function
|
||||
Case "symbolsInFontNotFound2"
|
||||
getBosnian = "nije pronađeno"
|
||||
Exit Function
|
||||
Case "charFirstPage"
|
||||
getBosnian = "Pronađeno na stranici"
|
||||
Exit Function
|
||||
Case Else
|
||||
getBosnian = "No translation"
|
||||
End Select
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue