Total Commander Forum Index Total Commander
Forum - Public Discussion and Support
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

DirSizeCalc 2.21 (content plugin)
Goto page Previous  1, 2, 3, ... 24, 25, 26  Next
 
Post new topic   Reply to topic    Total Commander Forum Index -> Plugins and addons: devel.+support (English) Printable version
View previous topic :: View next topic  
Author Message
Hacker
Moderator
Moderator


Joined: 06 Feb 2003
Posts: 9108
Location: Bratislava, Slovakia

PostPosted: Fri May 25, 2007 7:47 am    Post subject: Reply with quote

Moderation:
Merged with thread Slowness of TC with some content plugins.

Hacker (Moderator)

_________________
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
roentgen
Power Member
Power Member


Joined: 03 Dec 2005
Posts: 759

PostPosted: Wed Jun 27, 2007 12:34 pm    Post subject: Reply with quote

Lefteous wrote:
Code:
[eng]
Yes|No|Not available|Not followed=yes|no|n/a|n/f

0=<DIR>
1=<JNC>
2=<MNT>


I can't figure it out how to translate the default displayed string <Directory> to something more short like <DIR>. I use an external english language file in TC. Although I've put the above code in DirSizeCalc.lng the strings are not taken into account.
Thanks for any suggestions.
_________________
TC for Linux please!
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
petermad
Power Member
Power Member


Joined: 05 Feb 2003
Posts: 5351
Location: Valsted, Denmark

PostPosted: Wed Jun 27, 2007 3:10 pm    Post subject: Reply with quote

Quote:
I use an external english language file in TC.


The file name of your TC language file has to be of the format wcmd_xxx_eng.lng in order for the plugin to use the English language section in the plugin language file.
_________________
#524
Danish Total Commander Translator
Windows XP Home 32bit SP3 & Windows 7 Home Premium 64bit SP1 and Windows 8. TC 8.01 32 + 64bit

Get Extended Total Commander Menus
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Sombra
Power Member
Power Member


Joined: 27 Dec 2005
Posts: 768
Location: Zaragoza, Spain

PostPosted: Wed Jun 27, 2007 3:40 pm    Post subject: Reply with quote

Quote:
I can't figure it out how to translate the default displayed string <Directory>...

The same here.
Quote:
he file name of your TC language file has to be of the format wcmd_xxx_eng.lng in order for the plugin to use the English language section in the plugin language file.

I use the Spanish language and I get <directory> too. I have searched for this string inside my wcmd_xxx_ESP.lng file, but I can't find it.
_________________
I can read English, but... I write like Tarzan. (sorry)
Back to top
View user's profile Send private message Send e-mail
Clo
Moderator
Moderator


Joined: 02 Dec 2003
Posts: 5737
Location: Bordeaux, France

PostPosted: Wed Jun 27, 2007 4:02 pm    Post subject: Xheck the strings Reply with quote

2Sombra

Smile Hello J. M. !

• Here I've :
Quote:

677="<RÉP>"
678="<LIEN>"

In English :
Quote:

677="<DIR>"
678="<LINK>"


• Hoping it helps…

Mr. Green FR
Claude
Clo
_________________
#31505 Traducteur Français de TC French translator Aide en Français Tutoriels Français English Tutorials
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Lefteous
Power Member
Power Member


Joined: 08 Feb 2003
Posts: 7671
Location: Germany

PostPosted: Wed Jun 27, 2007 4:09 pm    Post subject: Reply with quote

Quote:
The file name of your TC language file has to be of the format wcmd_xxx_eng.lng in order for the plugin to use the English language section in the plugin language file.

Not necessarily - you have to adapt the section name to the name of the language file name (Wcmd_custom_eng.lng --> [Custom_eng]). Maybe I'll change that in a future version.

Quote:
use the Spanish language and I get <directory> too. I have searched for this string inside my wcmd_xxx_ESP.lng file, but I can't find it.

Well this is about DirSizeCalc which has nothing to do with the contents of the TC language file.
The first public beta of DirSizeCalc has been marked as "please don't try to translate this version"-
You can of course translate it for your private pleasure. You are free to translate string 0, 1 and 2 in the appropriate section - [esp] in your case.

2Clo
Please see my answer to Sombra.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Sombra
Power Member
Power Member


Joined: 27 Dec 2005
Posts: 768
Location: Zaragoza, Spain

PostPosted: Wed Jun 27, 2007 4:10 pm    Post subject: Reply with quote

Hi Clo
It was a confusion mine, I didn't understand correctly the words of petermad . I thought that the word <directory> used by the plugin, was inside the file wcmd_xxx_ESP.lng. Laughing Laughing

Thanks anyway
Greetings Wink
_________________
I can read English, but... I write like Tarzan. (sorry)
Back to top
View user's profile Send private message Send e-mail
Sombra
Power Member
Power Member


Joined: 27 Dec 2005
Posts: 768
Location: Zaragoza, Spain

PostPosted: Wed Jun 27, 2007 4:13 pm    Post subject: Reply with quote

Quote:
Well this is about DirSizeCalc which has nothing to do with the contents of the TC language file.


2Lefteous
Yes, It was a confusion of my part. thanks for the explanation Wink
_________________
I can read English, but... I write like Tarzan. (sorry)
Back to top
View user's profile Send private message Send e-mail
roentgen
Power Member
Power Member


Joined: 03 Dec 2005
Posts: 759

PostPosted: Wed Jun 27, 2007 11:39 pm    Post subject: Reply with quote

Quote:
Not necessarily - you have to adapt the section name to the name of the language file name (Wcmd_custom_eng.lng --> [Custom_eng]). Maybe I'll change that in a future version.

Well, it doesn't work. I adapted DirSizeCalc.lng to the custom lang file and also I tried to use a standard TC lang file (wcmd_eng.lng)

Quote:
The first public beta of DirSizeCalc has been marked as "please don't try to translate this version"

I see your point now Wink, but that's no problem - I'm eagerly waiting for the next version.
_________________
TC for Linux please!
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
Lefteous
Power Member
Power Member


Joined: 08 Feb 2003
Posts: 7671
Location: Germany

PostPosted: Wed Jun 27, 2007 11:51 pm    Post subject: Reply with quote

2roentgen
Quote:
Well, it doesn't work.

That's very strange! I have no idea what could be wrong as it works fine for others.

Quote:
I see your point now Wink, but that's no problem - I'm eagerly waiting for the next version.

Yes there will be many changes to the language file and future versions.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Yuta
Member
Member


Joined: 27 Mar 2007
Posts: 139
Location: Argentina

PostPosted: Fri Jul 13, 2007 8:47 am    Post subject: Reply with quote

Lefteous wrote:
I'm not sure if a tilde character is the right choice here.


May be a ">" character seems to be the best option.
BTW, excellent plugin.
Back to top
View user's profile Send private message
Lefteous
Power Member
Power Member


Joined: 08 Feb 2003
Posts: 7671
Location: Germany

PostPosted: Sat Jul 14, 2007 2:13 am    Post subject: Reply with quote

Quote:
May be a ">" character seems to be the best option.

> means it's larger than the calculated value but that would be a wild guess.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
nirly
Junior Member
Junior Member


Joined: 24 Dec 2004
Posts: 19

PostPosted: Sun Jul 15, 2007 6:09 pm    Post subject: Reply with quote

in the beta sorting directories by file size (when cofig > display > sorting directories > like files is checked) doesn't work (it works in the older version).
Back to top
View user's profile Send private message
Lefteous
Power Member
Power Member


Joined: 08 Feb 2003
Posts: 7671
Location: Germany

PostPosted: Mon Jul 16, 2007 12:56 am    Post subject: Reply with quote

2nirly
Quote:
in the beta sorting directories by file size (when cofig > display > sorting directories > like files is checked) doesn't work (it works in the older version).

This is a known side effect of the new display size also in archives, FTP and file system plugin directories feature. This is not under my control and I hope Ghisler will fix it.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
fenix_productions
Power Member
Power Member


Joined: 07 Aug 2005
Posts: 1881
Location: Poland

PostPosted: Wed Jul 18, 2007 5:58 am    Post subject: Reply with quote

2Lefteous
Maybe this question has been mentioned but:
Is it possible to view the number of dirs in specified sub-level?

E.g. I want to see in win32 tooltip, how many directories in "Program Files" are (without an information which includes Common folder sub-dirs count).
_________________
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...

#128099
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Total Commander Forum Index -> Plugins and addons: devel.+support (English) All times are GMT - 6 Hours
Goto page Previous  1, 2, 3, ... 24, 25, 26  Next
Page 2 of 26

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Impressum: This site is maintained by Ghisler Software GmbH

Using phpBB © 2001-2005 phpBB Group