Hello! It's Me Again ;-)
I forgot to write about this little problem. It's "language" specific. I'm using Ant with Polish language...
When I choose Export i get 4 windows with errors.
First :
Unable to assign value for ExportWin.ActionHTMLSaveTemplate.Caption = Zapisz
Rest is similar to this one.
Export with Polish Language set...
Search in Polish.lng for the following lines :
In these lines, remove the "Template" word to get:
Code: Select all
ExportWin.ActionHTMLSaveTemplate.Caption=Zapisz
ExportWin.ActionHTMLSaveTemplate.Hint=Zapisz|Zapisuje aktualny szablon
ExportWin.ActionHTMLSaveAsTemplate.Caption=Zapisz jako...
ExportWin.ActionHTMLSaveAsTemplate.Hint=Zapisz jako...|Zapisuje aktualny szablon pod inn¹ nazw¹
Code: Select all
ExportWin.ActionHTMLSave.Caption=Zapisz
ExportWin.ActionHTMLSave.Hint=Zapisz|Zapisuje aktualny szablon
ExportWin.ActionHTMLSaveAs.Caption=Zapisz jako...
ExportWin.ActionHTMLSaveAs.Hint=Zapisz jako...|Zapisuje aktualny szablon pod inn¹ nazw¹