Change caption on START menu
Moderators: Hacker, petermad, Stefan2, white
Change caption on START menu
Hello,
Is there any way to change the "Start" caption on Start menu besides modifying LNG files?
Is there any way to change the "Start" caption on Start menu besides modifying LNG files?
2tcpp
You can make your own language file with your modification and call if for example wcmd_tcpp_eng.lng if your language is English. Then your language file will not be overwritten when TC is updated. You can make a corresponding wcmd_tcpp_eng.mnu file (and wcmd_tcpp_eng.inc and wcmd_tcpp_eng.ini files) that will load when you choose your wcmd_tcpp_eng.lng file in TC's language configuration.
The file name has to follow this pattern: wcmd_XXX_YYY.lng where XXX is free and YYY is the abbreviation of your language - if you follow this, then TC will know the basic language and can then also use that for plugins.
In my Extended Menus http://ghisler.ch/board/viewtopic.php?t=33740 you can see this used to it's full extend.
Why do you need to change every LNG file - how many languages are you using?"Start" string. I ask becouse I want to change it but not in every LNG file.
You can make your own language file with your modification and call if for example wcmd_tcpp_eng.lng if your language is English. Then your language file will not be overwritten when TC is updated. You can make a corresponding wcmd_tcpp_eng.mnu file (and wcmd_tcpp_eng.inc and wcmd_tcpp_eng.ini files) that will load when you choose your wcmd_tcpp_eng.lng file in TC's language configuration.
The file name has to follow this pattern: wcmd_XXX_YYY.lng where XXX is free and YYY is the abbreviation of your language - if you follow this, then TC will know the basic language and can then also use that for plugins.
In my Extended Menus http://ghisler.ch/board/viewtopic.php?t=33740 you can see this used to it's full extend.
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Hello,
Thank you. Is it possible to use custom language file (WCMD_TCPP_POL.LNG) only with modifications instead of full language file with modifications? For example:
If not, is there any other simple way to change only 1 string?
Thank you. Is it possible to use custom language file (WCMD_TCPP_POL.LNG) only with modifications instead of full language file with modifications? For example:
Code: Select all
Polski
codepage=1250
129="Custom string"
Unfortunately that is only possible for English - all strings that are missing in WCMD_TCPP_POL.LNG will be shown in English.Is it possible to use custom language file (WCMD_TCPP_POL.LNG) only with modifications
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Why dont you just copy your wcmd_pol.lng to wcmd_tcpp_pol.lng and then make the changes to wcmd_tcpp_pol.lng you need.
Of course you have to check for, and add, new strings when a new version of TC comes up - but that is easily done with TC's Compare by Content.
Of course you have to check for, and add, new strings when a new version of TC comes up - but that is easily done with TC's Compare by Content.
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar