製品のエディションと機能

このトピックでは、使用可能な製品エディションと、ネットワーク ライセンス管理者が Trados Studio 用に設定できる製品の機能について説明します。

使用可能なすべてのオプション

すべてのエディションが Trados License Server で利用可能な場合に生成される設定ファイルの例

<LicenseDefinition>  
    <LicenseEdition>  
        <Name>ProfessionalEdition</Name>  
        <IsCurrent>true</IsCurrent>  
        <Features>  
            <Feature>  
                <Name>AllowTQA</Name>  
                <IsDefault>true</IsDefault>  
            </Feature>  
            <Feature>  
                <Name>AllowRegulatedIndustries</Name>  
                <IsDefault>true</IsDefault>  
            </Feature>  
        </Features>  
    </LicenseEdition>  
    <LicenseEdition>  
        <Name>WorkgroupEdition</Name>  
        <IsCurrent>true</IsCurrent>  
        <Features>  
            <Feature>  
                <Name>AllowTQA</Name>  
                <IsDefault>true</IsDefault>  
            </Feature>  
            <Feature>  
                <Name>AllowRegulatedIndustries</Name>  
                <IsDefault>true</IsDefault>  
            </Feature>  
        </Features>  
    </LicenseEdition>  
    <LicenseEdition>  
        <Name>ExpressEdition</Name>  
        <IsCurrent>true</IsCurrent>  
        <Features>  
            <Feature>  
                <Name>AllowTQA</Name>  
                <IsDefault>true</IsDefault>  
            </Feature>  
            <Feature>  
                <Name>AllowAutoSuggest</Name>  
                <IsDefault>true</IsDefault>  
            </Feature>  
            <Feature>  
                <Name>AllowPerfectMatch</Name>  
                <IsDefault>true</IsDefault>  
            </Feature>  
            <Feature>  
                <Name>AllowRegulatedIndustries</Name>  
                <IsDefault>true</IsDefault>  
            </Feature>  
        </Features>  
    </LicenseEdition>  
</LicenseDefinition>

Professional エディションのライセンスの例

設定ファイル内で Professional エディションのみを使用している例

<LicenseDefinition>  
    <LicenseEdition>  
        <Name>ProfessionalEdition</Name>  
        <IsCurrent>true</IsCurrent>  
        <Features>  
            <Feature>  
                <Name>AllowTQA</Name>  
                <IsDefault>true</IsDefault>  
            </Feature>   
        </Features>  
    </LicenseEdition>  
</LicenseDefinition>