diff options
author | Andras Timar <atimar@suse.com> | 2011-09-30 23:47:55 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-30 23:49:38 +0200 |
commit | a91a7567e7a2ee3db87b0f9a9523be3f55ac93b2 (patch) | |
tree | 026fcc3d011b90235f8925db0c31f593f556b1bb /l10ntools/inc/tokens.h | |
parent | ca2235e871582fe3957d4d18173bb033d1384cd8 (diff) |
extract strings for l10n from description.xml files
Merging is to be implemented...
Diffstat (limited to 'l10ntools/inc/tokens.h')
-rw-r--r-- | l10ntools/inc/tokens.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/l10ntools/inc/tokens.h b/l10ntools/inc/tokens.h index 8898f348b4dd..0c69d0e65621 100644 --- a/l10ntools/inc/tokens.h +++ b/l10ntools/inc/tokens.h @@ -98,6 +98,18 @@ #define XRM_TEXT_END 508 #define XML_TEXTCHAR 600 +/*------------------------------------------------------ */ +/*------------------------------------------------------ */ +/* Tokens for parsing description.xml files */ +/*------------------------------------------------------ */ +/*------------------------------------------------------ */ +#define DESC_DISPLAY_NAME_START 700 +#define DESC_DISPLAY_NAME_END 701 +#define DESC_TEXT_START 702 +#define DESC_TEXT_END 703 +#define DESC_EXTENSION_DESCRIPTION_START 704 +#define DESC_EXTENSION_DESCRIPTION_END 705 +#define DESC_EXTENSION_DESCRIPTION_SRC 706 #endif |