Xliff Editor 2 7 13

broken image


  • More

    VideoPad Video Editor 8.94

    VideoPad is a free video editing software for Windows. This program lets you edit video and movies. This video editing application allows you to import various file formats including .avi, .wmv, .3gp, .wmv, .divx and many others. more info..
  • More

    Movavi Video Editor 15.4.1

    Movavi Video Editor makes video editing easy, even if you've never done it before! A wide range of video editing tools will help you turn even the most amateur-looking home videos into a stylish professional movies. more info..
  • More

    Canon Utilities Picture Style Editor 1.16.30

    Canon Utilities Picture Style Editor - Freeware -
  • More

    AVS Video Editor 9.4.1.360

    Online Media Technologies Ltd., UK - 67.8MB - Shareware -
    Video editing becomes much easier. Create your own home video with AVS Video Editor. Join, split and delete unnecessary scenes, rotate video files. Add audio to video, insert titles. Use ready animated text overlays. Burn DVD video discs. more info..
  • More

    WavePad Sound Editor 10.85

    Edit audio files. It allows you to cut, copy or paste one or several audio files. It is even possible to add echoes, amplify or even reduce background noise. more info..
  1. 2.7 Dragon Ball
  2. 2/7 Fraction
  3. Xliff Editor 2 7 13 5mmm

Most recent searches

XLIFF is the XML Localization Interchange File Format designed by a group of software providers, localization service providers, and localization tools providers. It is intended to give any software provider a single interchange file format that can be understood by any localization provider. XLIFF TC was first convened at OASIS in December 2001 (first met in January 2002), but the first fully ratified version of XLIFF appeared as XLIFF Version 1.2 in February 2008. Its current specification is v2.1 1 released on 2018-02-13, which is backwards compatible with v2.0 released on 2014-08-05. XLIFF TC was first convened at OASIS in December 2001 (first met in January 2002), but the first fully ratified version of XLIFF appeared as XLIFF Version 1.2 in February 2008. Its current specification is v2.1 1 released on 2018-02-13, which is backwards compatible with v2.0 released on 2014-08-05. Which editor can I use? Requirements: Ability to translate labels of the app, which are short sentences. Runs on Windows 7 and higher. As cheap as possible, ideally free and open-source. Usuable for a beginner, intuitive. As visual as possible, but still efficient. Windows localization.

Xliff Editor 2 7 1 Download Free 64-bit

  • » dg foto art 5.1 by luckydude123 torrents
  • » installer mises a jour sage 20 serveur
  • » webfreer download for windows 10
  • » rezerwowe psy downloads free
  • » ta-utax product library shortcut
  • » realtek vpceb3m1e
  • » drive da digital microscope
  • » ecartebleu societegenerale
  • » mednum office player
  • » instalar securitycenter mcafee
  • » uffalo nas navigator
  • » nudi 4.0 fonts download for windows 10
  • » pactk tracer
  • » iveco motors
  • » ゆうか 郵便番号
  • » pokoli szomszedok online in english
  • » itergrated webcam driver
  • » bluestacks download 64 bit
  • » amcap 繁體中文版 download
  • » la cartographie de la republique du mali

Latest version

Released:

A framework to allow im and export of xliff files for translations

Project description

Contents

  • Overview
    • Translating content using XLIFF
  • slc.xliff Changelog
  • Code repository: https://github.com/collective/slc.xliff
  • Questions and comments to info (at) syslab (dot) com

Overview

XLIFF (XML Localization Interchange File Format) is an XML-based format created to standardize localization. slc.xliff is a framework to allow export of Plone content to XLIFF files for translation and also to import the translated XLIFF files.

Translating content using XLIFF

Export

Most content objects in Plone can be exported to XLIFF. On any page in a portal you can select Actions->XLIFF Export. Here you have the following options:

  • Recursive subtree export?
  • Generate a single file?
  • Download as zip?
  • HTML compatibility mode (recommended)

These options are mostly self explanatory.

If your translator is able to read XLIFF natively (e.g. the translation program Trados is able to do that), send the native xliff version, otherwise make sure you have checked the HTML compatibility option. That generates an HTMLized XLIFF version which can be edited and translated using a common HTML editor.

2.7 Dragon Ball

The XLIFF file contains a reference to the id of the object translated as well as the path. This means it will still work correctly even if the path to the item has changed.

Import

When the translations have been returned they can be imported via the Actions->Import Xliff menu. Select HTML compatibility mode if the XLIFF file also used that option, or if an XML version was mistakenly edited in an HTML editor and converted by the translator.

A single .xliff file can be uploaded which contains multiple translations. Alternatively a .zip file can be uploaded which contains many .xliff files. If the filenames are prefixed with the language code then that code will be used to determine the language, even if the target-language attribute is not set correctly e.g. my-test-file_de.xliff will be treated as the German translation of my-test-file.

XLIFF format overview

Some sample XLIFF:

Note that the oid refers to the unique ID of the item. The translator will edit the content inside the target entities.

HTML Compatibility

Unfortunately some translators still only can translate using html editors. For this case we supply an htmlized form of the xliff file which adds an html header. It also hides the source tags and adds the source language into the target tag so that it can be translated by replacing it. There is a flag to use compatibility mode.

There is a log output which explicitly states which languages have been uploaded and where parsing problems have occured. Note that in html compatibility mode you are responsible yourself to check if the results are good.

Credits

Copyright European Agency for Health and Safety at Work and Syslab.comGmbH.

slc.xliff development was funded by the European Agency for Health andSafety at Work.

License

2/7 Fraction

slc.xliff is licensed under the GNU Lesser Generic Public License,version 2 or later and EUPL version 1.1 only. The complete licensetexts can be found in docs/LICENSE.GPL and docs/LICENSE.EUPL.

slc.xliff Changelog

3.0b1 (2019-07-11)

  • Changes to support python3 and Plone 5.2[erral]
  • Convert doctests to standard tests[erral]
  • Remove Archetypes support[erral]
  • Remove slc.shoppinglist support[erral]

2.0b1 (2014-07-10)

This release drops support for LinguaPloneand switches to plone.app.multilingual.

Todo:

  • get rid of all references to slc.shoppinglist

1.3.3 (2012-11-05)

  • Bugfix in the way HTML entities were converted [thomasw]

1.3.1 (2012-09-21)

  • Don't do intermediate transaction.commit() when importing, to avoidConflictErrors #5685 [thomasw]

1.2.2 (unreleased)

  • Set a document's text_format (e.g. text/html) based on the source'ssetting (thomasw)

1.2.1 (2009-12-13)

  • Bugfix, wrong dummy interface definition (thomasw)

1.2 (2009-12-13)

2/7 fraction
  • Added EUPL license (deroiste)
  • When exporting by path, sort results by pyth (shortest first),to make sure top-level objects come first. (thomasw)
  • Enabled epoxrt of slc.seminarportal's Seminar (thomasw)

1.1 (2009-06-19)

  • code cleanup (gerken)
  • fixed tests (gerken)

1.0b1

  • Added export support for IObjectManager
  • Added browser views, actions

1.0a1

  • port from eITXliffTool to slc.xliff plone3 compatible

Xliff Editor 2 7 13 5mmm

Contributors

  • Patrick Gerken (Syslab.com GmbH)
  • Wolfgang Thomas (Syslab.com GmbH)
  • Alexander Pilz (Syslab.com GmbH)

Release historyRelease notifications | RSS feed

3.0

3.0b1 pre-release

2.0b2 pre-release

2.0b1 pre-release

1.3.3

1.3.2

1.3.1

1.3

1.2.1

1.2

1.1

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Files for slc.xliff, version 3.0
Filename, sizeFile typePython versionUpload dateHashes
Filename, size slc.xliff-3.0.tar.gz (41.5 kB) File type Source Python version None Upload dateHashes
Close

Hashes for slc.xliff-3.0.tar.gz

Hashes for slc.xliff-3.0.tar.gz
AlgorithmHash digest
SHA2567cd1c435980c3bac6b1bb0a5f568e78d1fe417f3fa127e5f0406b19d54df9557
MD5e6fde5d27e9b6a3c58ccab2a671c58f4
BLAKE2-256c7dbd6b581410d2a31b3bae520fd416a98c4b50fd248d7106643163767144379




broken image