Would you dl the old Starter please?
i want to integrate polish language and need to know the country code, the program will tell you.
Or maybe you know them already?
Country code is read using these APi-Calls (kernel32.dll):
GetSystemDefaultLCID
GetLocaleInfoA
and is formated like this: German = deu, english = en.
And maybe you could translate this stuff here too?:
Code: Select all
"TC-Starter"
"TotalCommander not found !!!§§Please copy this program to your TotalCommander directory and start it using this program to make TC mobile.§§§The program will be closed."
"You don't have write access !!!§§Due to this fact, TotalCommander and some integrated programs & plugins may not work properly or completly refuse to work, because the needed iNi-entries couldn't be wrote and so the configuration be read from the right place.§§§The program can still be continued."
"You don't have administrator rights !!!§§Due to this fact, TotalCommander and some integrated programs & plugins may not work properly or completly refuse to work, because the needed registrie entries couldn't been wrote and so the configuration be read from the right place.§§§Do you want to Continue?§Use of TotalCommander at your own risc."
"invalid TC registry entries found !!!§§Do you want to fix them?§§§(WinCmd.iNi will not be checked and fixed if needed.)"
"Please input the path to your local TotalCommander installtion."
"Old TC registry entries found !!!§§Do you want to delete them?"
"An existing TotalCommander-installation was found !!!§§Do you want to start the local TotalCommander?"
"Both are the same version."
"The installed version is older."
"The installed version is newer."
"Version of the installed TC"
"Version of the mobile TC"
"There is already an TotalCommander running !!!§§Do you want to close the running TC instance?§§§if you choose ''Yes'', the running process will be killed (can lead to data loss) and this version will be started."
"The already running TC instance couldn't be killed !!!§§Please close it by hand.§§§This TotalCommander will not be started."
"The old registry entries could not be deleted !!!§§Do you still want to continue?§§§if you choose ''Yes'', TotalCommander and some integrated programs & plugins may not work properly or completly refuse to work."
"The old registry entries could not be deleted due to missing administrator rights !!!§§Do you still want to continue?§§§if you choose ''Yes'', TotalCommander and some integrated programs & plugins may not work properly or completly refuse to work."
"This TotalCommader has already been started !!!§§§A new instance will not be started."
"TC-Start is already running !!!§§§This instance will be closed."
"check"
"start"
"patch"
"runs"
that's the content if V0.0.2's language file
Then polish language will be already supported.
Thanks in common.