Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: Mauro72 on August 23, 2012, 00:34:37

Title: Status bar: a translate question about %d %d...
Post by: Mauro72 on August 23, 2012, 00:34:37
Hi again Mathias,
This time is about the status bar. To translate the full line to my language i need to swap
the sort info for folders and files. I see in explorer panel translation %d four times.
How to know the program what %d represent files and what %d represent folders, beacuse is the same syntax.
With size (%s), no problem.
Thanks.
Title: Re: Status bar: a translate question about %d %d...
Post by: Mathias (Author) on August 23, 2012, 07:08:07
Sorry, You cannot swap the order of the item. that is not supported.

%d mean that a number will be inserted at that place and %s mean a string will be inserted.

Title: Re: Status bar: a translate question about %d %d...
Post by: Mauro72 on August 23, 2012, 17:04:53
Ok, thanks.