CConstants.java
上传用户:shunchung
上传日期:2013-04-07
资源大小:438k
文件大小:7k
源码类别:

手机短信编程

开发平台:

Java

  1. // jSMSEngine API.
  2. // An open-source API package for sending and receiving SMS via a GSM device.
  3. // Copyright (C) 2002-2006, Thanasis Delenikas, Athens/GREECE
  4. // Web Site: http://www.jsmsengine.org
  5. //
  6. // jSMSEngine is a package which can be used in order to add SMS processing
  7. // capabilities in an application. jSMSEngine is written in Java. It allows you
  8. // to communicate with a compatible mobile phone or GSM Modem, and
  9. // send / receive SMS messages.
  10. //
  11. // jSMSEngine is distributed under the LGPL license.
  12. //
  13. // This library is free software; you can redistribute it and/or
  14. // modify it under the terms of the GNU Lesser General Public
  15. // License as published by the Free Software Foundation; either
  16. // version 2.1 of the License, or (at your option) any later version.
  17. // This library is distributed in the hope that it will be useful,
  18. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  20. // Lesser General Public License for more details.
  21. // You should have received a copy of the GNU Lesser General Public
  22. // License along with this library; if not, write to the Free Software
  23. // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  24. //
  25. //
  26. // jSMSServer GUI Application.
  27. // This application is based on the old jSMSServer GUI, and provides a general purpose
  28. // graphical interface. It can be used for a quick-start, if you don't want
  29. // to mess around with the API itself.
  30. // Please read jSMSServer.txt for further information.
  31. //
  32. class CConstants
  33. {
  34. public static final String MAIN_WINDOW_TITLE = "jSMSServer";
  35. public static final String ABOUT_VERSION = "<html><h1><b>jSMSServer v2.0.4</b></h1></html>";
  36. public static final String ABOUT_BASED = "<html>Based on jSMSEngine API</html>";
  37. public static final String ABOUT_BY = "<html><b>Copyright (C) 2002-2006, Thanasis Delenikas</b><br></html>";
  38. public static final String ABOUT_WEBPAGE = "<html><b>http://www.jsmsengine.org</b></html>";
  39. public static final String ABOUT_EMAIL = "";
  40. public static final String ABOUT_OTHER = "This software is distributed under the LPGL license.";
  41. public static final String MENU_FILE_MAIN = "Action";
  42. public static final String MENU_FILE_OPTION_01 = "Connect";
  43. public static final String MENU_FILE_OPTION_02 = "Disconnect";
  44. public static final String MENU_FILE_OPTION_99 = "Exit";
  45. public static final String MENU_ABOUT_MAIN = "About";
  46. public static final String MENU_ABOUT_OPTION_01 = "About jSMSServer...";
  47. public static final String LABEL_MANUFACTURER = "Manufacturer:";
  48. public static final String LABEL_MODEL = "Model:";
  49. public static final String LABEL_SERIALNO = "Serial No:";
  50. public static final String LABEL_IMSI = "IMSI:";
  51. public static final String LABEL_SWVERSION = "S/W Version:";
  52. public static final String LABEL_BATTERY = "Battery Status: ";
  53. public static final String LABEL_SIGNAL = "Signal Status: ";
  54. public static final String LABEL_STATUS = "Status: ";
  55. public static final String LABEL_INCOMING_FROM = "Originator: ";
  56. public static final String LABEL_INCOMING_DATE = "Date: ";
  57. public static final String LABEL_INCOMING_TEXT = "Text: ";
  58. public static final String LABEL_OUTGOING_TO = "Recipient: ";
  59. public static final String LABEL_OUTGOING_DATE = "Date: ";
  60. public static final String LABEL_OUTGOING_TEXT = "Text: ";
  61. public static final String LABEL_UP_SINCE = "On-Line since: ";
  62. public static final String LABEL_TRAFFIC = "Total SMS: ";
  63. public static final String LABEL_TRAFFIC_IN = "In: ";
  64. public static final String LABEL_TRAFFIC_OUT = "Out: ";
  65. public static final String LABEL_INTERFACES = "Interfaces: ";
  66. public static final String LABEL_INTERFACE_DB_OFF = "<html><font color='#b0b0b0'><strong>JDBC</strong></font></html>";
  67. public static final String LABEL_INTERFACE_DB_ON = "<html><font color='#00b000'><strong>JDBC</strong></font></html>";
  68. public static final String LABEL_INTERFACE_XML_OFF = "<html><font color='#b0b0b0'><strong>XML</strong></font></html>";
  69. public static final String LABEL_INTERFACE_XML_ON = "<html><font color='#00b000'><strong>XML</strong></font></html>";
  70. public static final String LABEL_INTERFACE_RMI_OFF = "<html><font color='#b0b0b0'><strong>RMI</strong></font></html>";
  71. public static final String LABEL_INTERFACE_RMI_ON = "<html><font color='#00b000'><strong>RMI</strong></font></html>";
  72. public static final String LABEL_RAW_LOGS = "Raw Logs: ";
  73. public static final String LABEL_IN_RAW_LOG_OFF = "<html><font color='#b0b0b0'><strong>RECV</strong></font></html>";
  74. public static final String LABEL_IN_RAW_LOG_ON = "<html><font color='#00b000'><strong>RECV</strong></font></html>";
  75. public static final String LABEL_OUT_RAW_LOG_OFF = "<html><font color='#b0b0b0'><strong>SEND</strong></font></html>";
  76. public static final String LABEL_OUT_RAW_LOG_ON = "<html><font color='#00b000'><strong>SEND</strong></font></html>";
  77. public static final String BORDER_MOBILE_INFORMATION = "Mobile Information";
  78. public static final String BORDER_INCOMING_MESSAGES = "Last Incoming SMS";
  79. public static final String BORDER_OUTGOING_MESSAGES = "Last Outgoing SMS";
  80. public static final String BORDER_STATISTICS = "Session Statistics";
  81. public static final String BORDER_AUTHOR = "Author Information";
  82. public static final String STATUS_LOADING_CONFIG = "Loading Configuration...";
  83. public static final String STATUS_DISCONNECTED = "Disconnected";
  84. public static final String STATUS_CONNECTED = "Connected";
  85. public static final String STATUS_TRY_TO_CONNECT = "Trying to connect...";
  86. public static final String STATUS_REFRESHING = "Refreshing...";
  87. public static final String STATUS_PROCESS_IN = "Processing Incoming SMS...";
  88. public static final String STATUS_PROCESS_OUT = "Processing Outgoing SMS...";
  89. public static final String STATUS_IDLE = "Idle (connected)";
  90. public static final String ERROR_TITLE = "Error!";
  91. public static final String ERROR_CANNOT_CONNECT = "Cannot connect to GSM Device, error: ";
  92. public static final String ERROR_CANNOT_DISABLE_INDICATIONS = "Cannot disable indications from GSM device.";
  93. public static final String ERROR_INVALID_PIN = "The given PIN is not accepted. Please check your configuration file.";
  94. public static final String ERROR_NO_PIN = "No PIN is given but the GSM device requests for one. Please check your configuration file.";
  95. public static final String ERROR_NO_PDU_SUPPORT = "The GSM device does not support PDU mode.";
  96. public static final String ERROR_CANNOT_OPEN_DATABASE = "Could not open database. Please check your configuration file.";
  97. public static final String TEXT_NOT_AVAILABLE = "N/A";
  98. public static final String TEXT_ZERO = "0";
  99. public static final String TEXT_NOT_REPORTED = "*NOT REPORTED*";
  100. public static final String TEXT_CONSOLE = "Using console mode! (See configuration file)";
  101. public static final String TEXT_INFO = "GSM Device Information";
  102. public static final String TEXT_INMSG = "Incoming Message:";
  103. public static final String TEXT_OUTMSG = "Outgoing Message:";
  104. public static final String TEXT_CONNECTING = "Attemping to connect, please wait...";
  105. }