Free
Variables Manager for Trados Studio
By Trados AppStore Team
<p><strong>Note: This application is no longer maintained or supported.
Built in feature of Trados Studio already support variable management as well as <a href="https://appstore.rws.com/Plugin/21?tab=documentation">applyTM Template</a> for advance cases.</strong></p>
<p>With Variables Manager for Trados Studio, you can edit, copy and paste a variables list straight into an SDLTM, without having to add them line by line.</p>
<ul>
<li><p>Fetch a list of variables from an existing SDLTM.</p>
</li>
<li><p>Edit or delete the list of variables.</p>
</li>
<li><p>Export the list of variables into a text file.</p>
</li>
<li><p>Import a list from a text file, then you can copy and paste or type new entries into it.</p>
</li>
<li><p>Replace or add to the variables in the SDLTM.</p>
</li>
</ul>
<style>
:root {
--table-striped: rgba(0, 0, 0, 0.05);
--table-border: #dee2e6;
--lightgray: #e9ecef;
}
code {
color: black;
background-color: var(--lightgray);
border-radius: 5px;
padding: 1.5px;
}
blockquote {
border-left: 3px solid var(--lightgray);
padding-left: 10px;
}
table {
border: 1px solid var(--table-border);
border-collapse: collapse;
width: 100%;
}
table th,
table td {
border: 1px solid var(--table-border);
padding: 8px;
text-align: left;
color: black;
}
table th {
background-color: var(--table-striped);
color: black;
}
table tr:nth-child(even) {
background-color: var(--table-striped);
color: white;
}
table tr:nth-child(odd) {
background-color: white;
color: var(--table-striped);
}
</style>