tmx

Tools to Create TMX Files for Multilingual Support in LAMP applications?

I'm using the Zend_Translate() class for a PHP web application that requires multiple language support. At the moment, I manually create TMX language files with a text editor. Are there tools with nice GUI to help me create and manage these TMX documents? It would be useful in the event I want non-programmers create and manage TMX doc...

Are there any command line TMX editing tools (multilanguage support) for Linux ?

I'm building an application with multilanguage support in TMX. I've found some editors for windows, but since I'm developing on a remote server, I'm looking for a command line tool for linux to translate strings and write them to a TMX file. Does anyone know of such tools ? ...

tmx files for omegat

hi, anyone knows a central repository of tmx files for omegaT translation system, im looking for specific tmx files about health.. ...

String base64 decoded un-gziped from little-endian 4-byte int to java int

Hi, I'm trying to implement TMX files in Android and I was hoping someone could help. Based on the TMX guide, in order to get the GID's I have to first base64 decode the string, then gunzip the resulting data if the compression attribute is set to "gzip" as in the above example. Finally, you can read 4 bytes at a time for each GID f...