PslTransList.Import
Imports the translation list from a specified file. Returns True, if the operation was successful. False indicates an error.
Syntax
Expression.Import (Format as String, FileName as String, MarkForReview as Variant) as Boolean
Expression Required. Object of type PslTransList
Format Identifier of the add-in which is used for import. The add-in list in Passolo displays the identifier of each add-in. These are the add-ins that are shipped with Passolo and be used for import:
- "PASSOLO Customizable Text Export"
- "Passolo XML Export/Import"
- "Trados Text Export"
FileName Name of the file to be imported
Flags Some options to control the import. To combine flags, add the values:
- pslImportValidate (Value = 256):Text-based imports only: The strings will be validated after importing the translation.
- pslImportMerge (Value = 512): Translation bundles only: The translations in the bundle are merged with the existing translations in the project. If you are importing a licensed translation bundle, you can merge only if you use an unlimited Team Edition of Passolo.
- pslImportRelease (Value = 1024): Translation bundles only: Imported string lists are released after import. If this flag is not set, the translation list in the project remains marked as "exported".