-
slay
Guest
translation
Advertisement
as i can build translation library WinSCP3.pl from file PL.ini
Advertisement
-
martin◆
Site Admin - Joined:
- Posts:
- 41,504
- Location:
- Prague, Czechia
Re: translation
You need Borland C++Builder 6 for this. Why do you need to build translation yourself?
-
slay
Guest
winscp3 source compile
I use Borland C++ Builder 6.
When i build winscp from sources after change library to Polish language i have replace resource string in Dialog Window.
In place Button Description "OK"(Tak) i have "Cancel"(Anuluj), in Dialog Title "Confirm"(Potwierdzenie) i have (&Tak)
For example:
First image is from original winscp3.exe
<invalid hyperlink removed by admin>
Second image is done after build sources winscp3.exe
<invalid hyperlink removed by admin>
In default English language everything is ok.
What i am doing wrong while build winscp3 from source that orginal translations not math ?
When i build winscp from sources after change library to Polish language i have replace resource string in Dialog Window.
In place Button Description "OK"(Tak) i have "Cancel"(Anuluj), in Dialog Title "Confirm"(Potwierdzenie) i have (&Tak)
For example:
First image is from original winscp3.exe
<invalid hyperlink removed by admin>
Second image is done after build sources winscp3.exe
<invalid hyperlink removed by admin>
In default English language everything is ok.
What i am doing wrong while build winscp3 from source that orginal translations not math ?
-
martin◆
Site Admin
Re: winscp3 source compile
The reason is that compiler automatically assignes IDs to strings comming from pascal code (VCL). When you use different version of the library (for example Personal vs. Professional version, different service pack, etc.), the IDs will differ.
-
slay
Guest
need for another directions
Can you tell me what version of compiler etc. i should use to
that orginal version translation library WinSCP3.pl which math to winscp compiled from sources.
OR
Can you write to me short instructions how to make translation library WinSCP3.pl from PL.ini using C++ Builder 6.
Thank You, for yours answers.
that orginal version translation library WinSCP3.pl which math to winscp compiled from sources.
OR
Can you write to me short instructions how to make translation library WinSCP3.pl from PL.ini using C++ Builder 6.
Thank You, for yours answers.
Advertisement
-
martin◆
Site Admin - Joined:
- Posts:
- 41,504
- Location:
- Prague, Czechia
Re: need for another directions
I use Personal edition with all (four?) updates.Can you tell me what version of compiler etc. i should use to
that orginal version translation library WinSCP3.pl which math to winscp compiled from sources.
It is quite complicated. I have PHP script to convert the PL.ini file to complete C++Builder project. You can download it, but I'm not sure it it would help you.Can you write to me short instructions how to make translation library WinSCP3.pl from PL.ini using C++ Builder 6.
-
slay
Guest
include file
You include file inifiles.php it scants this file me.
You can place this file on forum.
Thank You[/b]
You can place this file on forum.
Thank You[/b]
-
martin◆
Site Admin
Re: include file
Sorry, I've missed it. Download updated archive.
-
slay
Guest
Two files
Sorry, but if you could place two files else
ignored.ini and all.ini
Thanks.
ignored.ini and all.ini
Thanks.
Advertisement
-
martin◆
Site Admin - Joined:
- Posts:
- 41,504
- Location:
- Prague, Czechia
Re: Two files
Why do you think you need them? Thay are created by the script when run with parameter "orig". But thay are useful for me only.Sorry, but if you could place two files else
ignored.ini and all.ini
Advertisement
You can post new topics in this forum