Added the following features..
- Save selected languages to a *.Lang file.
- Load *.Lang file to automatically select previously selected files.
- Load *.Lang file as a custom language set.
- Save all values (input box, output box, selected languages, and advance settings) to a project file (*.aBT).
- Load all values from a project file (*.aBT).
- New Command line options.
- -project (-p) Loads a project file on startup.
- -language (-l) Loads a language file as a custom language set on startup.
- -select (-s) Loads a language file and select the languages on startup.
- -translate (-t) Starts translation on startup. Must be used with -p, -l, or -s.
- -exit (-x) Same as -t, but program exits after translation is complete. Must be used with -p, -l, or -s.
The command line options allows developers to use the tool in the build process, so-as to automatically translate files on the release version.