Page 1 of 1

Export with Polish Language set...

Posted: 2002-11-07 21:24:31
by MikeTNK
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.

Posted: 2002-11-08 10:53:53
by antp
Search in Polish.lng for the following lines :

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¹
In these lines, remove the "Template" word to get:

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¹

BIIIIIIIIIIIIIG THX :)))))

Posted: 2002-11-09 08:53:52
by MikeTNK
BIIIIIIIIIIG THX :))))))))))))))