home *** CD-ROM | disk | FTP | other *** search
/ Intermedia 1998 January / inter1_98.iso / internet / cman090 / utility.mda / ad_tblStrings.json next >
JavaScript Object Notation  |  1995-11-13  |  440b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "Message": "Text (255)"
  5.     },
  6.     "data": [
  7.         {
  8.             "ID": 1,
  9.             "Message": "You have entered invalid characters in the phone number.  Please use only numbers."
  10.         },
  11.         {
  12.             "ID": 2,
  13.             "Message": "The AutoDialer won't work in this operating system. It can't find the Microsoft Windows Telephony API (TAPI), which is part of Windows operating systems that use the Windows 95 interface."
  14.         },
  15.         {
  16.             "ID": 3,
  17.             "Message": "An error occured when dialing the number."
  18.         }
  19.     ]
  20. }