summaryrefslogtreecommitdiffstats
path: root/src/i18n
Commit message (Collapse)AuthorAgeFilesLines
* add translationDirk von Suchodoletz2011-03-291-0/+135
|
* Removed some TODO commentsJan Darmochwal2010-11-041-1/+1
|
* Config option: poolJan Darmochwal2010-11-041-10/+12
| | | | | | | | | | | | * formerly vmchooser_env in vmchooser.conf * pool/vmchooser_env in vmchooser.conf * -P/--pools command line option * a virtual session will only be displayed if a) their pools attribute contains pool b) their pools attribute is unset/empty c) pool is unset/empty * fix for segfault with invalid command line options
* Updated .de translationJan Darmochwal2010-11-011-10/+37
|
* Support for command line arguments and conf filesJan Darmochwal2010-10-071-2/+35
| | | | | | | | * anyoption has been replaced by getopt * replaces huge unmaintainable .cpp and .h files from an external source by standard POSIX library calls * I would suggest using Boost.Program_options if cross-platform support is needed * support user/global configuration file
* i18n support and German translationJan Darmochwal2010-10-061-0/+72
Translation can be done with .ts-files in src/i18n/de.ts. The resulting .qm-files are stored as resources in the program binary. build.sh has a new option --update-translations that causes the .ts files to be updated