Export with Polish Language set...

You found an error in the program ? Report it here
Post Reply
MikeTNK

Export with Polish Language set...

Post 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.
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post 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¹
MikeTNK

BIIIIIIIIIIIIIG THX :)))))

Post by MikeTNK »

BIIIIIIIIIIG THX :))))))))))))))
Post Reply