This directory contains the language catalog files for localizing Voodoo. It also contains the source to that catalog file, in case you wish to translate Voodoo yourself. Before doing that, please contact me to make sure you won't be translating it to a language someone else is already making a catalog for. A couple of notes about the translations. Try to keep the strings approximately the same length as they are in the English original. This is especially important for the global preferences window, because that window barely fits on a 640x200 screen as it is. If the labels are any longer, it will be too wide to fit. If you need to rearrange the order of arguments for a string that has formatting sequences (%s, %ld, etc) in it, you can do it by adding n$ after the % character (%1$s, %2$ld). Thus, "File %s is %ld bytes" could also be "%2$ld bytes in file %1$s" or something like that.