XLIFF Options |
Use this sheet to specify how the XLIFF file is localized.
Specifies how Soluling creates context values. Possible values are:
Value | Description |
---|---|
id attribute value | Context value is the value of the id attribute. |
resname attribute value | Context value is the value of the resname attribute. If there is no resname attribute or the value is empty then id attribute value is used. This is the default value. |
Specifies if and how translations from the original file are imported to the project. Possible values are:
Value | Description |
---|---|
Never | Do not import any value from the file to the project *) |
Import a translation if there is no current value and the translation is not the same as original |
Import value only if the current value in the project is empty, and the import value is not the same as the original value. |
Import a translation if there is no current value | Import value only if the current value in the project is empty. |
Import a translation and overwrite the possible existing value in the project |
Import value always even if the current value is not empty, and even if it is different than the imported value. Note! This might overwrite the current values in the project with the values in the original file or database. |
*) When you initially create a project, existing translations (if any) will be imported no matter what is the value of the above setting. These settings are only used when performing the second or later scan. This is visible only if the original file or database is multilingual.
Check those additional items that you want to localize. Possible values are:
Value | Description |
---|---|
Coordinates | If checked, Soluling localizes the coord attributes (if any) of all trans-unit elements. <trans-unit id="IDC_STATIC" coord="8;4;18;8" font="Arial;14;400;bold"> <source>Sample</source> </trans-unit> |
Fonts | If checked, Soluling localizes the font attributes (if any) of all trans-unit elements. <trans-unit id="IDC_STATIC" coord="8;4;18;8" font="Arial;14;400;bold"> <source>Sample</source> </trans-unit> |
This is visible only when localizing XLIFF 1.x files.