Page 1 of 1

SYNCHRONISATION- LEFT and RIGHT

Posted: 2010-02-18, 11:23 UTC
by kluvi
I suggest that context menu (rightclick) directory SYNC should contain some icons regarding to LEFT and RIGHT side. E.g. ERASE LEFT should contain not only that text, but also some icon OR something like that:
#ERASE LEFT
ERASE RIGHT #
It's more reliable to SEE which side is meant, than to THINK what means left and rigt.
Some people have problems with it (including ME) ;-)

Posted: 2010-02-18, 14:26 UTC
by MVV
I added strings <-- and --> for theese items in my language file. You may do the same manually. Just create empty file called WCMD_ENG_MY.LNG:

Code: Select all

English (custom)

6263="Select for copying ---> (&left to right)\tCtrl+L"
6264="Select for copying <--- (r&ight to left)\tCtrl+R"
6266="View left <---\tF3"
6267="View right --->\tShift+F3"
6269="Delete left <---"
6270="Delete right --->"
6283="Copy file proper&ties ---> (left to right)...\tCtrl+Alt+L"
6284="Copy file pr&operties <--- (right to left)...\tCtrl+Alt+R"
Of course, you may change text as you want. Next, switch to this language file (missing lines will be in embedded English).

Posted: 2010-02-18, 16:44 UTC
by kluvi
MVV wrote:I added strings <-- and --> for theese items in my language file. You may do the same manually. Just create empty file called WCMD_ENG_MY.LNG:

Code: Select all

English (custom)

6263="Select for copying ---> (&left to right)\tCtrl+L"
6264="Select for copying <--- (r&ight to left)\tCtrl+R"
6266="View left <---\tF3"
6267="View right --->\tShift+F3"
6269="Delete left <---"
6270="Delete right --->"
6283="Copy file proper&ties ---> (left to right)...\tCtrl+Alt+L"
6284="Copy file pr&operties <--- (right to left)...\tCtrl+Alt+R"
Of course, you may change text as you want. Next, switch to this language file (missing lines will be in embedded English).
You are right. But it solves problem only for me and only to next update of TCMD. I think that it can be useful for anyone.

Posted: 2010-02-22, 22:28 UTC
by MVV
Next update won't have WCMD_ENG_MY.LNG file so it will work for it too.

But only for you and other people who use such things, here you're right.

Posted: 2010-02-23, 07:07 UTC
by kluvi
MVV wrote:Next update won't have WCMD_ENG_MY.LNG file so it will work for it too.
Yes, but i am using WCMD_CZ.LNG and therefore i cant use embedded ENG.... :)
I can try to persuade the author of czech LNG, but it should be better to include it in standard build...I think so.... ;-)