plugin.properties 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # <copyright>
  2. # </copyright>
  3. #
  4. # $Id$
  5. pluginName = Mscript Computation Model UI
  6. providerName = Mscript Project
  7. _UI_ComputationModelEditor_menu = &Computation Model Editor
  8. _UI_CreateChild_menu_item = &New Child
  9. _UI_CreateSibling_menu_item = N&ew Sibling
  10. _UI_ShowPropertiesView_menu_item = Show &Properties View
  11. _UI_RefreshViewer_menu_item = &Refresh
  12. _UI_SelectionPage_label = Selection
  13. _UI_ParentPage_label = Parent
  14. _UI_ListPage_label = List
  15. _UI_TreePage_label = Tree
  16. _UI_TablePage_label = Table
  17. _UI_TreeWithColumnsPage_label = Tree with Columns
  18. _UI_ObjectColumn_label = Object
  19. _UI_SelfColumn_label = Self
  20. _UI_NoObjectSelected = Selected Nothing
  21. _UI_SingleObjectSelected = Selected Object: {0}
  22. _UI_MultiObjectSelected = Selected {0} Objects
  23. _UI_OpenEditorError_label = Open Editor
  24. _UI_CreateModelError_message = Problems encountered in file "{0}"
  25. _UI_ComputationModelWizard_label = Computation Model
  26. _UI_ComputationModelWizard_description = Create a new computation model
  27. _UI_ComputationModelEditor_label = Computation Model Editor
  28. _UI_ComputationModelEditorFilenameDefaultBase = Unnamed
  29. _UI_ComputationModelEditorFilenameExtensions = computationmodel
  30. _UI_Wizard_label = New
  31. _WARN_FilenameExtension = The file name must end in ''.{0}''
  32. _WARN_FilenameExtensions = The file name must have one of the following extensions: {0}
  33. _UI_ModelObject = &Model Object
  34. _UI_XMLEncoding = &XML Encoding
  35. _UI_XMLEncodingChoices = UTF-8 ASCII UTF-16 UTF-16BE UTF-16LE ISO-8859-1
  36. _UI_Wizard_initial_object_description = Select a model object to create
  37. _UI_FileConflict_label = File Conflict
  38. _WARN_FileConflict = There are unsaved changes that conflict with changes made outside the editor. Do you wish to discard this editor's changes?
  39. _UI_Wizard_category = Example EMF Model Creation Wizards