home *** CD-ROM | disk | FTP | other *** search
Java Source | 1998-12-05 | 1.6 KB | 67 lines |
- package jpd.bundles;
-
- /**
- * This class was generated by a SmartGuide.
- *
- * this class is the US-English Version of the text using in Address
- */
- public class JpdBundle extends java.util.ListResourceBundle {
- static final Object[][] contents = {
- {"Lastname", "Lastname"},
- {"Title", "Title"},
- {"Company", "Company"},
- {"Address", "Address"},
- {"Firstname", "Firstname"},
- {"Zip Code", "Zip Code"},
- {"City", "City"},
- {"State", "State"},
- {"Country", "Country"},
- {"Custom 1", "Custom 1"},
- {"Custom 2", "Custom 2"},
- {"Custom 3", "Custom 3"},
- {"Custom 4", "Custom 4"},
- {"private", "private"},
- {"AddressBook", "AddressBook"},
- {"Custom Labels", "Custom Labels"},
- {"Categories", "Categories"},
- {"Import Nokia 9000", "Import Nokia 9000"},
- {"Export Nokia 9000", "Export Nokia 9000"},
-
- // Datebook
- {"Start Time", "Start Time"},
- {"End Time", "End Time"},
- {"Repeat", "Repeat"},
- {"Every", "Every"},
- {"End on", "End on"},
- {"Day(s)", "Day(s)"},
- {"No Time", "No Time"},
-
-
- // Expense
- {"Date", "Date"},
- {"Type", "Type"},
- {"Amount", "Amount"},
- {"Payment", "Payment"},
- {"Vendor", "Vendor"},
- {"City", "City"},
- {"Attendees", "Attendees"},
-
- // Todo
- {"Priority", "Priority"},
- {"Due Date", "Due Date"},
- {"completed", "completed"},
- {"File", "File"},
- {"Exit", "Exit"},
- {"TodoList", "TodoList"},
- {"", ""},
-
- // END "LOCALIZE THIS"
- {"Appointments on this day:", "Appointments on this day:"},
- };
- /**
- * getContents method comment.
- */
- protected java.lang.Object[][] getContents() {
- return contents;
- }
- }