But not if you set the file size to > 0 right?But even if I have chosen only one unit, the "Show unit" box is still disabled!
Thanks!Danish translation
Moderators: Hacker, petermad, Stefan2, white
The opposite - it is only if I set the file size to 0 that I am allowed to toggle the "Show unit" setting.But not if you set the file size to > 0 right?
Actually setting it to 0 means > 0The opposite - it is only if I set the file size to 0 that I am allowed to toggle the "Show unit" setting.
Code: Select all
Use kB if file size > 0
Nope, you cannot enter a “S”, it results in an alarm beep only !…Entering a S character will result in a space character in DirSizeCalc. …
It's a custom unit from an old version. Custom units means al attributes of the unit are defined by the user. This includes the unit name. So you could give a custom unit an English name and then translate the string in the language file. Or you could just name the unit in your working language and you are done."All_dims" is not translated still,
I don't know where it comes from…
Can anyone conform this? This works fine here.you cannot enter a “S”, it results in an alarm beep only
I already confirmed this behavior...When you press "Space", a "S" is displayed
Code: Select all
[UnitConfig_XXX]
ThousandSeparator=
Code: Select all
[UnitConfig_XXX]
ThousandSeparator=S
Sounds like an interesting idea.Is it possible to define custom units ex. DVD or CD, so the display will be like 2.3CD or 0.7DVD
I'm using standard prefixes. I think this is quite obviously explained in the unit settings dialog (1000 bytes = 1 kilobyte).Defining your own calculation values for K,M,G is not working correctly.
I've wanted to have values like in TC. I've decided to choose "Decimal" because of prefixes but I've specified i.e. 1024 for kB and this is not working properly.