home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 97 / CDPowerplay97Disc2.iso / Demos / Lock_On_Demo.exe / data1.cab / Data / FUI / Simbols.cfg < prev    next >
Encoding:
Text File  |  2003-08-29  |  1.7 KB  |  66 lines

  1. // Localization forbidden simbols are converted by robot to '_'.
  2. // Comment for localizers:
  3. // A resource string like: 
  4. // Caption = "I am";
  5. // which could be found in other opened files or they could be hidden in the executable modules,
  6. // the program will convert to "I_am" identifier and will search it 
  7. // in the localizable tables like:
  8. // I_am = "Ich bin";
  9. // then the program will show the second sentence in a dilog.
  10. // Comment for developers:
  11. // To generate such tables automaticaly is used a robot. Simply read programmly these strings.
  12. // If a robot could not find generated identifier it will insert it automaticaly in to a table.
  13. // Make sure you translate the inserted string.
  14.  
  15. _GRAVE_         = '`';
  16. _ONE_           = '1';
  17. _TWO_           = '2';
  18. _THREE_         = '3';
  19. _FOUR_          = '4';
  20. _FIVE_          = '5';
  21. _SIX_           = '6';
  22. _SEVEN_         = '7';
  23. _EIGHT_         = '8';
  24. _NINE_          = '9';
  25. _ZERO_          = '0';
  26. _MINUS_         = '-';
  27. _EQUALS_        = '=';
  28. _BACKSLASH_     = '\\';
  29.  
  30. _TILDA_         = '~';
  31. _EM_            = '!';
  32. _DOG_           = '@';
  33. _NUMBER_        = '#';
  34. _DOLLAR_        = '$';
  35. _PERCENT_       = '%';
  36. _XOR_           = '^';
  37. _AND_           = '&';
  38. _MULT_          = '*';
  39. _LEFT_BRACKET_  = '(';
  40. _RIGHT_BRACKET_ = ')';
  41. //_               = '_';
  42. _PLUS_          = '+';
  43. _OR_            = '|';
  44.  
  45. _LSQBRACKET_    = '[';
  46. _RSQBRACKET_    = ']';
  47. _LRBRACKET_     = '{';
  48. _RRBRACKET_     = '}';
  49.  
  50. _COLON_         = ':';
  51. _SEMICOLON_     = ';';
  52. _APOSTROPHE_    = '\'';
  53. _DQUADS_        = '"';
  54.  
  55.  
  56. __              = ' ';
  57. _GRADUS_        = '░';
  58.  
  59. _COMMA_         = ',';
  60. _PERIOD_        = '.';
  61. _SLASH_         = '/';
  62. _LANGLE_        = '<';
  63. _RANGLE_        = '>';
  64. _QM_            = '?';
  65.  
  66.