home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Micrsoft / VJ / VJ98 / RESOURCE / 1033 / CLSBLDRS.DLL / string.txt next >
Text File  |  1998-02-24  |  8KB  |  250 lines

  1. 1    *** All the strings that start with *** are comments to the localizer.
  2. 2    *** These comments specify where the strings are used. Also, if those strings are localizable.
  3. 3    General Error
  4. 4    Not yet implemented.
  5. 5    This functionality is not available in Technical Preview 1.
  6. 6    Class Builder
  7. 300    *** General strings. Localizable
  8. 301    Wizard/Builder generated method. Add your own implementation.
  9. 302    Duplicate name.
  10. 303    Data Type cannot be blank.
  11. 304    Illegal name.
  12. 305    Name cannot be blank.
  13. 306    Type not recognized.
  14. 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)
  15. 401    returnValue
  16. 402    value
  17. 403    event
  18. 500    *** Common strings used by many forms. Localizable
  19. 501    Add
  20. 502    Modify
  21. 503    Cancel
  22. 504    Clone
  23. 505    OK
  24. 506    Go to Code
  25. 507    Delete
  26. 508    Help
  27. 600    *** Warning dialog box. Localizable
  28. 601    Do not show me this dialog again
  29. 602    Action:
  30. 603    Add Class Error
  31. 604    Class name cannot be blank.
  32. 605    Delete ClassInfo
  33. 606    785
  34. 607    ClassInfo is not empty. Are you sure you want to delete it?
  35. 608    Yes, delete ClassInfo.
  36. 609    No, do not delete ClassInfo.
  37. 610    Update ClassInfo Superclass
  38. 611    789
  39. 612    You have selected a new superclass. Do you want to update the superclass of ClassInfo?
  40. 613    Yes, update the superclass of ClassInfo.
  41. 614    No, do not update the superclass of ClassInfo.
  42. 700    *** Options dialog box. Localizable
  43. 701    Class Builder Options
  44. 702    Filter listbox entries.
  45. 703    751
  46. 704    Include call to super in overrides.
  47. 705    753
  48. 706    Include TODO comments in new methods.
  49. 707    755
  50. 708    Add interface methods in abstract classes.
  51. 709    757
  52. 710    Remove interface methods when removing an interface.
  53. 711    759
  54. 712    Automatically update ClassInfo when superclass changes.
  55. 713    789
  56. 750    *** Registry values. Not localizable
  57. 751    FilterListbox
  58. 752    1
  59. 753    CallSuper
  60. 754    1
  61. 755    AddTodo
  62. 756    1
  63. 757    AddAbstractMethods
  64. 758    1
  65. 759    RemoveInterfaceMethods
  66. 760    0
  67. 761    ClassView
  68. 762    1
  69. 763    DefaultSuperclass
  70. 764    java.lang.Object;wfc.ui.Form;wfc.ui.UserControl
  71. 765    ParamClasses
  72. 766    java.lang.String;java.lang.Object;wfc.ui.Control;wfc.ui.Form
  73. 767    ParamTypes
  74. 768    int;float;boolean;^;byte;short;long;double;char
  75. 769    InterfaceList
  76. 770    java.lang.Runnable;java.lang.Cloneable
  77. 771    PropertyCategories
  78. 772    wfc.core.CategoryAttribute.Appearance;wfc.core.CategoryAttribute.Position;wfc.core.CategoryAttribute.Behavior;wfc.core.CategoryAttribute.Data
  79. 773    EventCategories
  80. 774    wfc.core.CategoryAttribute.Action;wfc.core.CategoryAttribute.Mouse;wfc.core.CategoryAttribute.Key;wfc.core.CategoryAttribute.Focus;wfc.core.CategoryAttribute.DragDrop
  81. 775    EventTypes
  82. 776    wfc.core.Event;wfc.core.CancelEvent;wfc.ui.MouseEvent;wfc.ui.KeyEvent;wfc.ui.TooBarButtonClickEvent;wfc.ui.StatusBarPanelClickEvent
  83. 777    WfcCorePackage
  84. 778    wfc.core
  85. 779    PropertyImports
  86. 780    wfc.core.*
  87. 781    EventImports
  88. 782    wfc.core.*;wfc.ui.*;com.ms.lang.Delegate
  89. 783    DesignerForms
  90. 784    wfc.ui.UserControl;wfc.ui.Form;wfc.core.DesignPage
  91. 785    DeleteClassInfo
  92. 786    0
  93. 787    AskDeleteClassInfo
  94. 788    1
  95. 789    UpdateClassInfo
  96. 790    1
  97. 791    AskUpdateClassInfo
  98. 792    1
  99. 1000    *** Class Builder tab captions and tool tips; Class Wizard step titles. Localizable
  100. 1001    General
  101. 1002    General Class Information
  102. 1003    Extends
  103. 1004    Superclass Information
  104. 1005    Implements
  105. 1006    Implemented Interface Information
  106. 1007    Member Variables
  107. 1008    Member Variables
  108. 1009    Methods
  109. 1010    Member Methods
  110. 1011    Properties
  111. 1012    WFC Properties
  112. 1013    Events
  113. 1014    WFC Events
  114. 1015    Class Builder
  115. 1016    Local Method Overrides
  116. 1017    Superclass and Server Support
  117. 1018    Tool to manage Java classes.
  118. 1050    *** Access drop list. Only the first one is localizable, the other 3 are Java keywords.
  119. 1051    Default (package)
  120. 1052    Public
  121. 1053    Protected
  122. 1054    Private
  123. 1060    *** MTS support types. not localizable (keywords, sort of)
  124. 1061    Required
  125. 1062    RequiresNew
  126. 1063    Supported
  127. 1064    NotSupported
  128. 1070    *** Class and Member modifiers. Not localizable.
  129. 1071    Abstract
  130. 1072    Final
  131. 1073    Static
  132. 1074    Native
  133. 1075    Synchronized
  134. 1076    Volatile
  135. 1077    Transient
  136. 1100    *** General builder tab, General wizard page, and Add Class dialog box. Localizable
  137. 1101    Class Name:
  138. 1102    Access:
  139. 1106    Javadoc Comment:
  140. 1107    Select Class
  141. 1108    Add Class
  142. 1109    A new class
  143. 1110    Include ClassInfo
  144. 1111    COM Class
  145. 1112    MTS Support:
  146. 1113    Add Class
  147. 1114    Modifiers:
  148. 1115    Enabled
  149. 1116    Select a class.
  150. 1117    Create a nested class.
  151. 1118    Display new class in Class Builder.
  152. 1119    Typically, this displays only the summary (first sentence) of the Javadoc comment.
  153. 1200    *** Extends builder tab, Extends wizard page, and Base Class dialog box. Localizable
  154. 1201    Superclass Name:
  155. 1202    Inherited Methods:
  156. 1203    Local Overrides:
  157. 1204    Select Superclass
  158. 1205    Move selected to Local Overrides
  159. 1206    Remove selected from Local Overrides
  160. 1207    Final method.
  161. 1208    Method has local override.
  162. 1209    Select Superclass Error
  163. 1210    Suggested superclass not found.
  164. 1211    Suggested superclass is final.
  165. 1212    Suggested superclass is an interface.
  166. 1213    Suggested superclass is a class.
  167. 1214    Suggested superclass is a delegate.
  168. 1215    Please wait while Class Builder gets information about the superclass and inherited methods.
  169. 1216    Please wait while Class Wizard gets information about the superclass and inherited methods.
  170. 1217    Select Superclass Warning
  171. 1300    *** Implements builder tab and Implements wizard page. Localizable
  172. 1301    Implemented Interfaces:
  173. 1302    Add
  174. 1303    Remove
  175. 1304    Interface Methods:
  176. 1305    No methods in this interface.
  177. 1306    Interface Name:
  178. 1307    Select Interface
  179. 1308    Select Interface Error
  180. 1309    Suggested interface is a class.
  181. 1310    Suggested interface is a delegate.
  182. 1311    Suggested interface is not found.
  183. 1312    Suggested interface is already implemented.
  184. 1313    <unrecognized interface name>
  185. 1400    *** Fields builder tab, Fields wizard page, and Fields dialog box. Localizable
  186. 1401    Member Variables:
  187. 1402    Member variable is associated with a WFC property.
  188. 1403    Member variable is associated with a WFC event.
  189. 1404    Member variable is improperly marked as a builder variable.
  190. 1408    Member Variable Name:
  191. 1409    Data Type:
  192. 1410    Access:
  193. 1411    Modifiers:
  194. 1412    Initial Value:
  195. 1413    Javadoc Comment:
  196. 1414    Member Variable Dialog Error
  197. 1415    Member variable is maintained by the designer.
  198. 1417    Initial value must be set for static final member variables.
  199. 1500    *** Methods builder tab, Methods wizard page, and Methods dialog box. Localizable
  200. 1501    Member Methods:
  201. 1502    Method is a local override.
  202. 1503    Method is for an implemented interface.
  203. 1504    Method is associated with a WFC property.
  204. 1505    Method is associated with a WFC event.
  205. 1506    Method is improperly marked as a special method.
  206. 1510    Method Name:
  207. 1511    Return Type:
  208. 1513    Parameters:
  209. 1514    Access:
  210. 1515    Modifiers:
  211. 1516    Javadoc Comment:
  212. 1517    Double click to edit parameters list.
  213. 1518    Method Dialog Error
  214. 1519    Method is maintained by the designer.
  215. 1524    Edit Parameter List
  216. 1525    Add New
  217. 1526    Move Up
  218. 1527    Move Down
  219. 1528    Type:
  220. 1529    Name:
  221. 1530    Parameter Dialog Error
  222. 1600    *** Properties builder tab, Properties wizard page, and Properties dialog box. Localizable
  223. 1601    WFC Properties:
  224. 1605    Property Characteristics
  225. 1606    Property Name:
  226. 1607    Data Type:
  227. 1608    Category:
  228. 1609    Default Value:
  229. 1610    Description:
  230. 1611    Associated Member Variable:
  231. 1612    Property Dialog Error
  232. 1700    *** Events builder tab, Events wizard page, and Events dialog box. Localizable
  233. 1701    WFC Events:
  234. 1705    Event Characteristics
  235. 1706    Event Name:
  236. 1707    Type:
  237. 1708    Category:
  238. 1709    Description:
  239. 1710    Event Dialog Error
  240. 3058    *** This is a list of Java reserved words (not used).  Not localizable
  241. 3059    inner
  242. 3060    outer
  243. 3061    generic
  244. 3062    operator
  245. 3063    byvalue
  246. 3064    rest
  247. 3065    future
  248. 3066    var
  249. 3067    cast
  250.