plugin.properties 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # <copyright>
  2. # </copyright>
  3. #
  4. # $Id$
  5. pluginName = Mscript Computation Model UI
  6. providerName = Mscript Project
  7. _UI_ComputationModelEditor_menu = &ComputationModel 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_Wizard_category = Example EMF Model Creation Wizards
  25. _UI_CreateModelError_message = Problems encountered in file "{0}"
  26. _UI_ComputationModelModelWizard_label = ComputationModel Model
  27. _UI_ComputationModelModelWizard_description = Create a new ComputationModel model
  28. _UI_ComputationModelEditor_label = ComputationModel Model Editor
  29. _UI_ComputationModelEditorFilenameDefaultBase = My
  30. _UI_ComputationModelEditorFilenameExtensions = computationmodel
  31. _UI_Wizard_label = New
  32. _WARN_FilenameExtension = The file name must end in ''.{0}''
  33. _WARN_FilenameExtensions = The file name must have one of the following extensions: {0}
  34. _UI_ModelObject = &Model Object
  35. _UI_XMLEncoding = &XML Encoding
  36. _UI_XMLEncodingChoices = UTF-8 ASCII UTF-16 UTF-16BE UTF-16LE ISO-8859-1
  37. _UI_Wizard_initial_object_description = Select a model object to create
  38. _UI_FileConflict_label = File Conflict
  39. _WARN_FileConflict = There are unsaved changes that conflict with changes made outside the editor. Do you wish to discard this editor's changes?