Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: [wlx/wdx] TCMediaInfo 
Author Message
AkulaBig



PostPosted: Thu May 29, 2025 22:37    Post subject: Reply with quote

Loopback wrote:
Разумеется.

Ну это-же нестандартная ситуация. Все-таки в основном файлы размещены по тематике.
Вопрос возник.
Code:
      <column name="All audio as string" type="script">
      <![CDATA[
         Output:='';
         if (A_Format <> '') then Output:=Output+GetLang('A_Fmt')+': '+A_Format+', ';
         if (A_FormatSettings <> '') then Output:=Output+GetLang('Format_Settings')+': '+A_FormatSettings+', ';
      ]]>


Как видите, GetLang('A_Fmt') не переводит из TCMediaInfo.lng. Из MediaInfo.lng все отлично. Может какую-нибудь опцию включить надо?
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group