10#define KVTML_TAG "kvtml"
11#define KVTML_VERSION "version"
14#define KVTML_INFORMATION "information"
16#define KVTML_GENERATOR "generator"
17#define KVTML_TITLE "title"
18#define KVTML_AUTHOR "author"
19#define KVTML_AUTHORCONTACT "contact"
20#define KVTML_LICENSE "license"
21#define KVTML_COMMENT "comment"
22#define KVTML_CATEGORY "category"
24#define KVTML_IDENTIFIERS "identifiers"
25#define KVTML_IDENTIFIER "identifier"
26#define KVTML_IDENTIFIERTYPE "identifiertype"
27#define KVTML_LOCALE "locale"
28#define KVTML_NAME "name"
29#define KVTML_SIZEHINT "sizehint"
32#define KVTML_ARTICLE "article"
35#define KVTML_CONJUGATION "conjugation"
36#define KVTML_CONJUGATIONTYPE "conjugationtype"
37#define KVTML_PERSONALPRONOUNS "personalpronouns"
38#define KVTML_DECLENSION "declension"
40static const QString KVTML_DECLENSION_CASE[] = {
"nominative",
"genitive",
"dative",
"accusative",
"ablative",
"locative",
"vocative"};
42static const QString KVTML_GRAMMATICAL_NUMBER[] = {
"singular",
46static const QString KVTML_GRAMMATICAL_GENDER[] = {
"male",
"female",
"neutral"};
48static const QString KVTML_GRAMMATICAL_PERSON[] = {
"firstperson",
"secondperson",
"thirdpersonmale",
"thirdpersonfemale",
"thirdpersonneutralcommon"};
50static const QString KVTML_GRAMMATICAL_DEFINITENESS[] = {
"definite",
"indefinite"};
54#define KVTML_THIRD_PERSON_MALE_FEMALE_DIFFERENT "malefemaledifferent"
56#define KVTML_THIRD_PERSON_NEUTRAL_EXISTS "neutralexists"
57#define KVTML_DUAL_EXISTS "dualexists"
65#define KVTML_WORDTYPES "wordtypes"
66#define KVTML_LESSONS "lessons"
67#define KVTML_LEITNERBOXES "leitnerboxes"
68#define KVTML_CONTAINER "container"
69#define KVTML_INPRACTICE "inpractice"
72#define KVTML_SPECIALWORDTYPE "specialwordtype"
73#define KVTML_SPECIALWORDTYPE_NOUN "noun"
74#define KVTML_SPECIALWORDTYPE_NOUN_MALE "noun/male"
75#define KVTML_SPECIALWORDTYPE_NOUN_FEMALE "noun/female"
76#define KVTML_SPECIALWORDTYPE_NOUN_NEUTRAL "noun/neutral"
77#define KVTML_SPECIALWORDTYPE_VERB "verb"
78#define KVTML_SPECIALWORDTYPE_ADJECTIVE "adjective"
79#define KVTML_SPECIALWORDTYPE_ADVERB "adverb"
80#define KVTML_SPECIALWORDTYPE_CONJUNCTION "conjunction"
82#define KVTML_TENSES "tenses"
83#define KVTML_TENSE "tense"
85#define KVTML_USAGES "usages"
86#define KVTML_USAGE "usage"
88#define KVTML_CURRENT "current"
90#define KVTML_ENTRIES "entries"
91#define KVTML_ENTRY "entry"
92#define KVTML_DEACTIVATED "deactivated"
94#define KVTML_TRANSLATION "translation"
95#define KVTML_TEXT "text"
96#define KVTML_PRONUNCIATION "pronunciation"
98#define KVTML_PAIR "pair"
99#define KVTML_FALSEFRIEND "falsefriend"
100#define KVTML_ANTONYM "antonym"
101#define KVTML_SYNONYM "synonym"
103#define KVTML_EXAMPLE "example"
104#define KVTML_PARAPHRASE "paraphrase"
106#define KVTML_COMPARISON "comparison"
107#define KVTML_ABSOLUTE "absolute"
108#define KVTML_COMPARATIVE "comparative"
109#define KVTML_SUPERLATIVE "superlative"
111#define KVTML_MULTIPLECHOICE "multiplechoice"
112#define KVTML_CHOICE "choice"
114#define KVTML_IMAGE "image"
115#define KVTML_SOUND "sound"
117#define KVTML_GRADE "grade"
118#define KVTML_FROMID "fromid"
119#define KVTML_PREGRADE "pregrade"
120#define KVTML_CURRENTGRADE "currentgrade"
121#define KVTML_COUNT "count"
122#define KVTML_ERRORCOUNT "errorcount"
123#define KVTML_DATE "date"
124#define KVTML_INTERVAL "interval"
126#define KVTML_TRUE "true"
127#define KVTML_FALSE "false"
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:30 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.