From 3932297962d7394574346c016c38ef5103dc5a7c Mon Sep 17 00:00:00 2001 From: Jan Darmochwal Date: Thu, 7 Oct 2010 14:53:20 +0200 Subject: Support for command line arguments and conf files * 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 --- src/i18n/de.ts | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) (limited to 'src/i18n') diff --git a/src/i18n/de.ts b/src/i18n/de.ts index b8063d6..6887b07 100644 --- a/src/i18n/de.ts +++ b/src/i18n/de.ts @@ -1,6 +1,39 @@ + + Console + + + Usage: vmchooser [ OPTIONS | FILE ] + + -d, --default name of default session + -p, --path path to vmware .xml files + -x, --xpath path of X Session .desktop files + -s, --size window size <width>x<height> + -v, --version print version and exit + -h, --help print usage information and exit + +FILE can be a vmware .xml or an X .desktop file + + Aufruf: vmchooser [ OPTIONEN | DATEI ] + + -d, --default Name der Standardsitzung + -p, --path Pfad zu .xml-Dateien für virtuelle Sitzungen + -x, --xpath Pfad zu .desktop-Dateien für X Sitzungen + -s, --size Fenstergröße <Breite>x<Höhe> + -v, --version Version anzeigen und beenden + -h, --help Hilfetext anzeigen und beenden + +DATEI kann eine .xml- oder .desktop-Datei sein + + + + + invlid size argument + ungültige Fenstergröße + + Dialog @@ -59,12 +92,12 @@ Vollzugriff - + X Sessions X Sitzungen - + Virtual Sessions Virtuelle Sitzungen -- cgit v1.2.3-55-g7522