home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / jpd087.zip / JpdBundle.java < prev    next >
Text File  |  1998-12-05  |  2KB  |  67 lines

  1. package jpd.bundles;
  2.  
  3. /**
  4.  * This class was generated by a SmartGuide.
  5.  *
  6.  * this class is the US-English Version of the text using in Address 
  7.  */
  8. public class JpdBundle extends java.util.ListResourceBundle {
  9. static final Object[][] contents = {
  10.         {"Lastname", "Lastname"}, 
  11.         {"Title", "Title"}, 
  12.         {"Company", "Company"}, 
  13.         {"Address", "Address"}, 
  14.         {"Firstname", "Firstname"}, 
  15.         {"Zip Code", "Zip Code"}, 
  16.         {"City", "City"}, 
  17.         {"State", "State"}, 
  18.         {"Country", "Country"}, 
  19.         {"Custom 1", "Custom 1"}, 
  20.         {"Custom 2", "Custom 2"}, 
  21.         {"Custom 3", "Custom 3"}, 
  22.         {"Custom 4", "Custom 4"}, 
  23.         {"private", "private"}, 
  24.         {"AddressBook", "AddressBook"}, 
  25.         {"Custom Labels", "Custom Labels"}, 
  26.         {"Categories", "Categories"}, 
  27.         {"Import Nokia 9000", "Import Nokia 9000"}, 
  28.         {"Export Nokia 9000", "Export Nokia 9000"}, 
  29.  
  30.     // Datebook
  31.         {"Start Time", "Start Time"}, 
  32.         {"End Time", "End Time"}, 
  33.         {"Repeat", "Repeat"}, 
  34.         {"Every", "Every"}, 
  35.         {"End on", "End on"}, 
  36.         {"Day(s)", "Day(s)"}, 
  37.         {"No Time", "No Time"}, 
  38.     
  39.  
  40.     // Expense
  41.         {"Date", "Date"}, 
  42.         {"Type", "Type"}, 
  43.         {"Amount", "Amount"}, 
  44.         {"Payment", "Payment"}, 
  45.         {"Vendor", "Vendor"}, 
  46.         {"City", "City"}, 
  47.         {"Attendees", "Attendees"}, 
  48.  
  49.     // Todo
  50.         {"Priority", "Priority"}, 
  51.         {"Due Date", "Due Date"}, 
  52.         {"completed", "completed"}, 
  53.         {"File", "File"}, 
  54.         {"Exit", "Exit"}, 
  55.         {"TodoList", "TodoList"}, 
  56.         {"", ""}, 
  57.  
  58.     // END "LOCALIZE THIS"
  59.         {"Appointments on this day:", "Appointments on this day:"}, 
  60.     };
  61. /**
  62.  * getContents method comment.
  63.  */
  64. protected java.lang.Object[][] getContents() {
  65.     return contents;
  66. }
  67. }