| Links: | About Decathlon | Software | Languages | Press |
|---|
FreeMind is a free mind mapping application written in Java. It provides extensive export capabilities. An XHTML export allows a user to create a mapped image with links to a folding outline. It runs on Windows, Mac OSX, Linux and other Unixes. Written in Java, requires Java 1.4 to run.
Author: List of authors here
Being translated. The language file of FreeMind on Pootle was uploaded in June 2008, but may not be the absolute latest version. Please continue to translate the version currently in Pootle.
* Which version is the latest version of FreeMind? See here..
1. There are very few useful section headings in the properties files. New strings were simply added to the bottom of the file. Some sections do seem to have been put together, but most of the strings are not in thematic order.
2. Although the Freemind wiki contains useful information, the menu items are not described there. Many of the menu items or program functions are described in the Freemind Help files, which can be accessed if you install Freemind itself. Click the little icecream scoop (or magnifying glass) and do a search.
The Freemind Help files (inside the program) are quite extensive and you can figure out fairly easily what a term means, or how to possibly translate it. A good idea is to download and install FreeMind, so that you can search the Help files.
To convert properties to PO:
python prop2po freemind_old.properties freemind_new.po
To merge translations back:
python po2prop -t freemind_old.properties freemind_new.po freemind_new.properties
The default method of escaping (Unicode entities) and the default character encoding (UTF8) both apply.
Our Wolof translators prefer to translate from French. Luckily the existing French translation of FreeMind is fairly up to date.
To create an EN-FR PO file form the EN.properties and FR.properties: python prop2po --duplicates=msgctxt -t EN.properties FR.properties EN-FR.po
To create a PO file with FR as source: python poswap EN-FR.po FR.po (bug in poswap… it doesn't create a header, so add one from somewhere)
See also: poswap
Already translated into: cs, de, dk, en (default), es, fr, hu, it, ja, kr, lt, nl, no, pl, pt_BR, pt_PT, ru, sl, zh, zh_CN. These are the languages that Decathlon will not translate.
If you want to help translate FreeMind into one of the existing languages, contact the current translator via the FreeMind translators' wiki page.
Please note: Decathlon may or may not contact existing translators of FreeMind to invite them to use Pootle. If you are an existing translator of FreeMind and you want to use Pootle, you're welcomme to let us know.
FreeMind's official localisation guide -- not everything in this guide is relevant to Decathlon translators because Pootle takes care of many of the technical issues described in this guide.