aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/xmlpool
Commit message (Collapse)AuthorAgeFilesLines
* Added a Spanish translation by David Rubio Miguélezand a DutchFelix Kuehling2005-04-124-5/+568
| | | | translation by Manfred Stienstra.
* Changed escaping of double quotes.Felix Kuehling2005-04-121-9/+13
|
* Manage option translations in separate .po files to make translationsFelix Kuehling2005-04-115-0/+1035
easier for non-programmers familiar with GNU gettext. For now there is only a German translation but more translations are encouraged. Translatable strings are extracted from t_options.h containing option definitions with English descriptions. A corresponding header options.h with all available translations of option descriptions is generated by gen_xmlpool.py and included by xmlpool.h. Many option descriptions were rephrased to make them unambiguous for translation without context. They are hopefully more helpful to users at the same time.