1 *** All the strings that start with *** are comments to the localizer. 2 *** These comments specify where the strings are used. Also, if those strings are localizable. 3 General Error 4 Not yet implemented. 5 This functionality is not available in Technical Preview 1. 6 Class Builder 300 *** General strings. Localizable 301 Wizard/Builder generated method. Add your own implementation. 302 Duplicate name. 303 Data Type cannot be blank. 304 Illegal name. 305 Name cannot be blank. 306 Type not recognized. 400 *** Java identifiers. Localizable, but the strings must be legal Java identifiers. Initial capital, no spaces, no punctuation, only letters, digits. (Use of _ is discouraged) 401 returnValue 402 value 403 event 500 *** Common strings used by many forms. Localizable 501 Add 502 Modify 503 Cancel 504 Clone 505 OK 506 Go to Code 507 Delete 508 Help 600 *** Warning dialog box. Localizable 601 Do not show me this dialog again 602 Action: 603 Add Class Error 604 Class name cannot be blank. 605 Delete ClassInfo 606 785 607 ClassInfo is not empty. Are you sure you want to delete it? 608 Yes, delete ClassInfo. 609 No, do not delete ClassInfo. 610 Update ClassInfo Superclass 611 789 612 You have selected a new superclass. Do you want to update the superclass of ClassInfo? 613 Yes, update the superclass of ClassInfo. 614 No, do not update the superclass of ClassInfo. 700 *** Options dialog box. Localizable 701 Class Builder Options 702 Filter listbox entries. 703 751 704 Include call to super in overrides. 705 753 706 Include TODO comments in new methods. 707 755 708 Add interface methods in abstract classes. 709 757 710 Remove interface methods when removing an interface. 711 759 712 Automatically update ClassInfo when superclass changes. 713 789 750 *** Registry values. Not localizable 751 FilterListbox 752 1 753 CallSuper 754 1 755 AddTodo 756 1 757 AddAbstractMethods 758 1 759 RemoveInterfaceMethods 760 0 761 ClassView 762 1 763 DefaultSuperclass 764 java.lang.Object;wfc.ui.Form;wfc.ui.UserControl 765 ParamClasses 766 java.lang.String;java.lang.Object;wfc.ui.Control;wfc.ui.Form 767 ParamTypes 768 int;float;boolean;^;byte;short;long;double;char 769 InterfaceList 770 java.lang.Runnable;java.lang.Cloneable 771 PropertyCategories 772 wfc.core.CategoryAttribute.Appearance;wfc.core.CategoryAttribute.Position;wfc.core.CategoryAttribute.Behavior;wfc.core.CategoryAttribute.Data 773 EventCategories 774 wfc.core.CategoryAttribute.Action;wfc.core.CategoryAttribute.Mouse;wfc.core.CategoryAttribute.Key;wfc.core.CategoryAttribute.Focus;wfc.core.CategoryAttribute.DragDrop 775 EventTypes 776 wfc.core.Event;wfc.core.CancelEvent;wfc.ui.MouseEvent;wfc.ui.KeyEvent;wfc.ui.TooBarButtonClickEvent;wfc.ui.StatusBarPanelClickEvent 777 WfcCorePackage 778 wfc.core 779 PropertyImports 780 wfc.core.* 781 EventImports 782 wfc.core.*;wfc.ui.*;com.ms.lang.Delegate 783 DesignerForms 784 wfc.ui.UserControl;wfc.ui.Form;wfc.core.DesignPage 785 DeleteClassInfo 786 0 787 AskDeleteClassInfo 788 1 789 UpdateClassInfo 790 1 791 AskUpdateClassInfo 792 1 1000 *** Class Builder tab captions and tool tips; Class Wizard step titles. Localizable 1001 General 1002 General Class Information 1003 Extends 1004 Superclass Information 1005 Implements 1006 Implemented Interface Information 1007 Member Variables 1008 Member Variables 1009 Methods 1010 Member Methods 1011 Properties 1012 WFC Properties 1013 Events 1014 WFC Events 1015 Class Builder 1016 Local Method Overrides 1017 Superclass and Server Support 1018 Tool to manage Java classes. 1050 *** Access drop list. Only the first one is localizable, the other 3 are Java keywords. 1051 Default (package) 1052 Public 1053 Protected 1054 Private 1060 *** MTS support types. not localizable (keywords, sort of) 1061 Required 1062 RequiresNew 1063 Supported 1064 NotSupported 1070 *** Class and Member modifiers. Not localizable. 1071 Abstract 1072 Final 1073 Static 1074 Native 1075 Synchronized 1076 Volatile 1077 Transient 1100 *** General builder tab, General wizard page, and Add Class dialog box. Localizable 1101 Class Name: 1102 Access: 1106 Javadoc Comment: 1107 Select Class 1108 Add Class 1109 A new class 1110 Include ClassInfo 1111 COM Class 1112 MTS Support: 1113 Add Class 1114 Modifiers: 1115 Enabled 1116 Select a class. 1117 Create a nested class. 1118 Display new class in Class Builder. 1119 Typically, this displays only the summary (first sentence) of the Javadoc comment. 1200 *** Extends builder tab, Extends wizard page, and Base Class dialog box. Localizable 1201 Superclass Name: 1202 Inherited Methods: 1203 Local Overrides: 1204 Select Superclass 1205 Move selected to Local Overrides 1206 Remove selected from Local Overrides 1207 Final method. 1208 Method has local override. 1209 Select Superclass Error 1210 Suggested superclass not found. 1211 Suggested superclass is final. 1212 Suggested superclass is an interface. 1213 Suggested superclass is a class. 1214 Suggested superclass is a delegate. 1215 Please wait while Class Builder gets information about the superclass and inherited methods. 1216 Please wait while Class Wizard gets information about the superclass and inherited methods. 1217 Select Superclass Warning 1300 *** Implements builder tab and Implements wizard page. Localizable 1301 Implemented Interfaces: 1302 Add 1303 Remove 1304 Interface Methods: 1305 No methods in this interface. 1306 Interface Name: 1307 Select Interface 1308 Select Interface Error 1309 Suggested interface is a class. 1310 Suggested interface is a delegate. 1311 Suggested interface is not found. 1312 Suggested interface is already implemented. 1313 1400 *** Fields builder tab, Fields wizard page, and Fields dialog box. Localizable 1401 Member Variables: 1402 Member variable is associated with a WFC property. 1403 Member variable is associated with a WFC event. 1404 Member variable is improperly marked as a builder variable. 1408 Member Variable Name: 1409 Data Type: 1410 Access: 1411 Modifiers: 1412 Initial Value: 1413 Javadoc Comment: 1414 Member Variable Dialog Error 1415 Member variable is maintained by the designer. 1417 Initial value must be set for static final member variables. 1500 *** Methods builder tab, Methods wizard page, and Methods dialog box. Localizable 1501 Member Methods: 1502 Method is a local override. 1503 Method is for an implemented interface. 1504 Method is associated with a WFC property. 1505 Method is associated with a WFC event. 1506 Method is improperly marked as a special method. 1510 Method Name: 1511 Return Type: 1513 Parameters: 1514 Access: 1515 Modifiers: 1516 Javadoc Comment: 1517 Double click to edit parameters list. 1518 Method Dialog Error 1519 Method is maintained by the designer. 1524 Edit Parameter List 1525 Add New 1526 Move Up 1527 Move Down 1528 Type: 1529 Name: 1530 Parameter Dialog Error 1600 *** Properties builder tab, Properties wizard page, and Properties dialog box. Localizable 1601 WFC Properties: 1605 Property Characteristics 1606 Property Name: 1607 Data Type: 1608 Category: 1609 Default Value: 1610 Description: 1611 Associated Member Variable: 1612 Property Dialog Error 1700 *** Events builder tab, Events wizard page, and Events dialog box. Localizable 1701 WFC Events: 1705 Event Characteristics 1706 Event Name: 1707 Type: 1708 Category: 1709 Description: 1710 Event Dialog Error 3058 *** This is a list of Java reserved words (not used). Not localizable 3059 inner 3060 outer 3061 generic 3062 operator 3063 byvalue 3064 rest 3065 future 3066 var 3067 cast