home *** CD-ROM | disk | FTP | other *** search
- // Localization forbidden simbols are converted by robot to '_'.
- // Comment for localizers:
- // A resource string like:
- // Caption = "I am";
- // which could be found in other opened files or they could be hidden in the executable modules,
- // the program will convert to "I_am" identifier and will search it
- // in the localizable tables like:
- // I_am = "Ich bin";
- // then the program will show the second sentence in a dilog.
- // Comment for developers:
- // To generate such tables automaticaly is used a robot. Simply read programmly these strings.
- // If a robot could not find generated identifier it will insert it automaticaly in to a table.
- // Make sure you translate the inserted string.
-
- _GRAVE_ = '`';
- _ONE_ = '1';
- _TWO_ = '2';
- _THREE_ = '3';
- _FOUR_ = '4';
- _FIVE_ = '5';
- _SIX_ = '6';
- _SEVEN_ = '7';
- _EIGHT_ = '8';
- _NINE_ = '9';
- _ZERO_ = '0';
- _MINUS_ = '-';
- _EQUALS_ = '=';
- _BACKSLASH_ = '\\';
-
- _TILDA_ = '~';
- _EM_ = '!';
- _DOG_ = '@';
- _NUMBER_ = '#';
- _DOLLAR_ = '$';
- _PERCENT_ = '%';
- _XOR_ = '^';
- _AND_ = '&';
- _MULT_ = '*';
- _LEFT_BRACKET_ = '(';
- _RIGHT_BRACKET_ = ')';
- //_ = '_';
- _PLUS_ = '+';
- _OR_ = '|';
-
- _LSQBRACKET_ = '[';
- _RSQBRACKET_ = ']';
- _LRBRACKET_ = '{';
- _RRBRACKET_ = '}';
-
- _COLON_ = ':';
- _SEMICOLON_ = ';';
- _APOSTROPHE_ = '\'';
- _DQUADS_ = '"';
-
-
- __ = ' ';
- _GRADUS_ = '░';
-
- _COMMA_ = ',';
- _PERIOD_ = '.';
- _SLASH_ = '/';
- _LANGLE_ = '<';
- _RANGLE_ = '>';
- _QM_ = '?';
-
-