comparison src/cconvert_options.h @ 21:0b66b10a287d

Add german translation
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 30 Mar 2016 17:08:46 +0200
parents afb1ecf0f1db
children 927794e3cc52
comparison
equal deleted inserted replaced
20:df7936065450 21:0b66b10a287d
21 << QStringLiteral("p"), 21 << QStringLiteral("p"),
22 QObject::tr("Output as pdf (default xlsx)")) */ 22 QObject::tr("Output as pdf (default xlsx)")) */
23 << QCommandLineOption(QStringList() << QStringLiteral("output") 23 << QCommandLineOption(QStringList() << QStringLiteral("output")
24 << QStringLiteral("o"), 24 << QStringLiteral("o"),
25 QObject::tr("write output to file (default stdout)"), 25 QObject::tr("write output to file (default stdout)"),
26 QObject::tr("[file]")) 26 QObject::tr("file"))
27 << QCommandLineOption(QStringList() << QStringLiteral("title") 27 << QCommandLineOption(QStringList() << QStringLiteral("title")
28 << QStringLiteral("t"), 28 << QStringLiteral("t"),
29 QObject::tr("Set the title of the document."), 29 QObject::tr("Set the title of the document."),
30 QObject::tr("\"The Title\"")) 30 QObject::tr("\"The Title\""))
31 << QCommandLineOption(QStringList() << QStringLiteral("debug"), 31 << QCommandLineOption(QStringList() << QStringLiteral("debug"),
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)