26 #ifndef KORGANIZER_OPTIONS_H
27 #define KORGANIZER_OPTIONS_H
29 #include <tdecmdlineargs.h>
30 #include <tdelocale.h>
32 static const TDECmdLineOptions korganizer_options[] =
35 { "import", I18N_NOOP( "Import the given calendars as new resources into the default calendar"), 0 },
37 { "merge", I18N_NOOP( "Merge the given calendars into the standard calendar (i.e. copy the events)"), 0 },
39 { "open", I18N_NOOP( "Open the given calendars in a new window"), 0 },
40 { "+[calendars]", I18N_NOOP( "Calendar files or urls. Unless -i, -o or -m is explicitly specified, the user will be asked whether to import, merge or open in a separate window."), 0 },
|