Die Angebote richten sich an kommerzielle und industrielle Kunden.
Alle Preisangaben sind netto.
Komplette Preisliste.
Suchen Sie die richtige Edition? Besuchen Sie unsere Vergleichstabelle
Sisulizer Version 4 ist ein kostenpflichtiges Update für alle Sisulizer Kunden.
Verwenden Sie noch Sisulizer 3.x, Sisulizer 2008/2010 oder Sisulizer 1.x?
Aktualisieren Sie jetzt auf Version 4 und nutzen Sie alle Neuigkeiten in Version 4.
Version 4 Build 374 veröffentlicht
30.11.2018
Der neue Build kommt mit vielen neuen Features. [mehr]
Tutorials
5.3.2019
Tutorials erneuert [...]
.NET Support erweitert
14.6.2018
Neu im März 2018: [...]
Sisulizer 4 Build 366
1.3.2017
Build 366 - bereit für Visual Studio 2017 [...]
10 Jahre Sisulizer
5.8.2016
Jetzt feiern und sparen [...]
um internationalen Kunden Software in ihrer Sprache anzubieten
um Inhouse-Softwarelösungen zu übersetzen
um mehrsprachige Anwendungen für Firmenkunden zu erstellen
als Lokalisierungs-Dienstleister, um Kundensoftware zu übersetzen
um Software für Behörden zu lokalisieren
um Schulungssoftware an Universitäten zu übersetzen
um Benutzeroberflächen elektronischer Geräte zu lokalisieren
um Software im Medizinbereich zu übersetzen
um Software für Bergbauunternehmen zu lokalisieren
um mehrsprachige Steuerungssoftware im Maschinenbau zu erstellen
Use this sheet to export data to an XLIFF file.
Specifies the name of the file to be exported (e.g. C:\MyFiles\Export.xlf).
Specifies the format and options of the XLIFF file that is written.
Specifies the character set that the file uses. Possible values are:
Value | Description |
---|---|
ANSI | File uses code pages. Each string uses the default Windows code pages of the language. |
UTF-8 | Unicode encoded as UTF-8. This is a recommended file format. |
UTF-16, little endian | Unicode enceded as little endian UTF-16. |
UTF-16, big endian | Unicode enceded as big endian UTF-16. |
Specifies the XLIFF file version that is written. Possible values are:
Value | Description | Notes |
---|---|---|
1.0 | XLIFF 1.0 | |
1.1 | XLIFF 1.1 | |
1.2 | XLIFF 1.2 | Default value |
Specifies the target language. For example the folloiwng XLIFF file use Finnish as target language:
<file source-language="en" target-language="fi"> <trans-unit> <source>This is a sample</source> <target>Tämä on esimerkki</target> <trans-unit> ...
Specifies how translation value is written. Possible values are:
Value | Description |
---|---|
Ignore if no value | If there is no translation value the translation is not written. |
Write empty if no value | If there is no translation value an empty string is written. |
Write original if no value | If there is no translation value the original value is written. |
Write always empty | An empty string is always written even if there is a translation value. |
Write always original | The original value is always written even if there is a translation value. |
If checked each id attribute contains full context id. This is the parent id and the element id combined. If unchecked each id attribute contains only the element id. If unchecked the XLIFF file that Sisulizer creates is not necessary strictly valid because some trans-unit elements might have the same id.
If checked context values are written to the file.
This is available only when exporting from a project. When exporting from a translation memory this option is not available.
If checked row states are written to the file.
This is available only when exporting from a project. When exporting from a translation memory this option is not available.
If checked row comments are written to the file.
This is available only when exporting from a project. When exporting from a translation memory this option is not available.
If checked locked flags are written to the file.
This is available only when exporting from a project. When exporting from a translation memory this option is not available.
If checked marked flags are written to the file.
This is available only when exporting from a project. When exporting from a translation memory this option is not available.
If checked translation statuses are written to the file.
This is available only when exporting from a project. When exporting from a translation memory this option is not available.
If checked translation comments are written to the file.
This is available only when exporting from a project. When exporting from a translation memory this option is not available.
If checked invalidated translations are written to the file.
This is available only when exporting from a project. When exporting from a translation memory this option is not available.
If checked marked translations are written to the file.
This is available only when exporting from a project. When exporting from a translation memory this option is not available.
If checked maximum lengths in characters are written to the file.
This is available only when exporting from a project. When exporting from a translation memory this option is not available.
If checked maximum lengths in pixels are written to the file.
This is available only when exporting from a project. When exporting from a translation memory this option is not available.
If checked translation defect ids are written to the file.
This is available only when exporting from a project. When exporting from a translation memory this option is not available.
If checked translation defect statuses are written to the file.
This is available only when exporting from a project. When exporting from a translation memory this option is not available.
If checked translation defect comments are written to the file.
This is available only when exporting from a project. When exporting from a translation memory this option is not available.
Shows a sample XLIFF file based in the above settings.