How to translate (for beginners):
- Do the normal configure steps in main directory to get makefiles.
- Do 'make ln.pox', where <ln> is your language to get a new pox-file
- Translating the new file:
- Enter texts for any new translation string.
- Remove any commented old strings (at end of file).
- Correct anything with "fuzzy" keyword and remove the keyword afterwards.
- Be careful - fuzzy somethimes means printf-specifiers may have changed - e.g. from %d to %u - fix these or it will be very hard to find the errors resulting from this.
- Use diff between old and new file as often as necessary to find everything which needs to be changed.
- Copy the new pox file to the corresponding po file and call make to see if
there are warnings or errors.
- Have a last look at the complete file to see if something has been forgotten or is wrong.
- Send the new file to the current maintainer for inclusion in release.
