brewser.brc
上传用户:xinjie
上传日期:2021-05-30
资源大小:491k
文件大小:14k
源码类别:

BREW编程

开发平台:

Visual C++

  1. ###########################################################################
  2. ###########################################################################
  3. ### 
  4. ### BRC (BREW Resource Compiler) File
  5. ### ---------------------------------
  6. ### Each line of a BREW Resource Compiler input file has the form:
  7. ### 
  8. ###    <type> <id> <id_name> {data}
  9. ### 
  10. ### Where:
  11. ###    type    = STRING, IMAGE, and BLOB currently supported
  12. ###    id      = an integer id for the resource
  13. ###    id_name = a symbolic, legal-C-preprocessor token name for use in
  14. ###                the resource header, for "#define XX <id>"
  15. ###    {data}  = for STRING: <type> <SP> <quoted-text>
  16. ###               where <type> is one of: ISOLATIN1, SJIS,
  17. ###                  GB3212 (or EUC_CN), KSC5601 (or EUC_KR), or UTF8
  18. ###              for IMAGE and BLOB: <mimetype> <SP> @<filename>
  19. ###                              or: <mimetype> <SP> <quoted-text>
  20. ### 
  21. ### Notes:
  22. ###    * IMAGE and BLOB resources must have mutually unique ids.
  23. ###    * Only single-byte string formats are supported.
  24. ###    * Lines beginning with '#' are treated as comments.
  25. ###    * STRING resources may contain escape chars r, n, t and octal 
  26. ###       numbers to include a ", use " (just like C)
  27. ### 
  28. ### Examples:
  29. ### 
  30. ### # an ISOLATIN1 string
  31. ### IDS_HI          1   STRING    ISOLATIN1 "hi"
  32. ### 
  33. ### # a bitmap image
  34. ### IDB_HI        101   IMAGE     "image/bmp" @"hi.bmp"
  35. ### 
  36. ### # an html page
  37. ### IDX_HI        201   BLOB      "text/html" @"hi.html"
  38. ### 
  39. ### # an html page inline
  40. ### IDX_INLHI     202   BLOB      "text/html" "<html>hi</html>"
  41. ##############################################################################
  42. ###########################################################################
  43. ###########################################################################
  44. # BREWser strings, config values start at 100, rest start at 1
  45. ###########################################################################
  46. #
  47. # config defaults 
  48. #
  49. IDS_DEFHOMEPAGE        100 STRING ISOLATIN1 "res:/brewser.bar?2000"
  50. IDS_DEFMAILTO          101 STRING ISOLATIN1 "http://brewser.qualcomm.com/mailto/?to="
  51. IDS_DEFPROXYSETTINGS   102 STRING ISOLATIN1 "ftpon=1&amp;ftphost=brewser.qualcomm.com&amp;ftpport=65456&amp;gophon=1&amp;gophhost=brewser.qualcomm.com&amp;gophport=65456"
  52. #
  53. # tooltips
  54. #
  55. IDS_BACK                1 STRING ISOLATIN1 "Retroceder"
  56. IDS_STOP                2 STRING ISOLATIN1 "Parar"
  57. IDS_REFRESH             3 STRING ISOLATIN1 "Actualizar"
  58. IDS_GOTO                4 STRING ISOLATIN1 "Ir para..."
  59. IDS_INFO                5 STRING ISOLATIN1 "Informa珲es"
  60. IDS_BOOKMARKS           6 STRING ISOLATIN1 "Marcadores"
  61. IDS_HELP                7 STRING ISOLATIN1 "Ajuda"
  62. IDS_OPT                 8 STRING ISOLATIN1 "Op珲es"
  63. #
  64. # status stuff, these show up under the status bar
  65. #
  66. IDS_STATSTART          10 STRING ISOLATIN1 "A iniciar..."
  67. IDS_STATGETHOSTBYNAME  11 STRING ISOLATIN1 "A procurar anfitri鉶..."
  68. IDS_STATCONNECT        12 STRING ISOLATIN1 "A estabelecer liga玢o..."
  69. IDS_STATSEND           13 STRING ISOLATIN1 "A enviar..."
  70. IDS_STATCANCEL         14 STRING ISOLATIN1 "Cancelado..."
  71. IDS_STATRECV           15 STRING ISOLATIN1 "A receber..."
  72. #
  73. # these four used to desribe page info and cookie state,
  74. #   they need to be in the same character set as the 
  75. #   pageinfo.html and cfgcookies.html pages below
  76. #
  77. IDS_UNKNOWN            16 STRING ISOLATIN1 "Desconhecido"
  78. IDS_UNTITLED           17 STRING ISOLATIN1 "Sem t韙ulo"
  79. IDS_ENABLED            18 STRING ISOLATIN1 "Activado"
  80. IDS_DISABLED           19 STRING ISOLATIN1 "Desactivado"
  81. #
  82. # Error descriptions, these get inserted into errpage.html, and
  83. #  so need to be in the same character set as errpage.html
  84. #  These also need to be arranged like their AEEError counterparts, 
  85. #  starting from 8000 hex
  86. #
  87. # catchall
  88. #
  89. IDS_ERRDESC_UNKNOWN              0x8000 STRING ISOLATIN1 "N鉶 h