|
1 |
|
2 # <copyright> |
|
3 # </copyright> |
|
4 # |
|
5 # $Id$ |
|
6 |
|
7 #pluginName = CRMLModel Editor |
|
8 pluginName = com.nokia.tools.vct.crml.editor |
|
9 providerName = www.nokia.com |
|
10 |
|
11 _UI_ECRMLEditor_menu = &CRML Editor |
|
12 |
|
13 _UI_CreateChild_menu_item = &New Child |
|
14 _UI_CreateSibling_menu_item = N&ew Sibling |
|
15 |
|
16 _UI_ShowPropertiesView_menu_item = Show &Properties View |
|
17 _UI_RefreshViewer_menu_item = &Refresh |
|
18 |
|
19 _UI_SelectionPage_label = Selection |
|
20 |
|
21 _UI_NoObjectSelected = Selected Nothing |
|
22 _UI_SingleObjectSelected = Selected Object: {0} |
|
23 _UI_MultiObjectSelected = Selected {0} Objects |
|
24 |
|
25 _UI_OpenEditorError_label = Open Editor |
|
26 |
|
27 _UI_Wizard_category = Example EMF Model Creation Wizards |
|
28 |
|
29 _UI_CreateModelError_message = Problems encountered in file "{0}" |
|
30 |
|
31 _UI_ECRMLModelWizard_label = CRML File |
|
32 _UI_ECRMLModelWizard_description = Create a new CRML model file |
|
33 |
|
34 _UI_ECRMLEditor_label = Generic CRML Editor |
|
35 |
|
36 _UI_ECRMLEditorFilenameDefaultBase = My |
|
37 _UI_ECRMLEditorFilenameExtensions = crml |
|
38 |
|
39 _UI_Wizard_label = New |
|
40 |
|
41 _WARN_FilenameExtension = The file name must end in ''.{0}'' |
|
42 _WARN_FilenameExtensions = The file name must have one of the following extensions: {0} |
|
43 |
|
44 _UI_ModelObject = &Model Object |
|
45 _UI_XMLEncoding = &XML Encoding |
|
46 _UI_XMLEncodingChoices = UTF-8 ASCII UTF-16 UTF-16BE UTF-16LE ISO-8859-1 |
|
47 _UI_Wizard_initial_object_description = Select a model object to create |
|
48 |
|
49 _UI_FileConflict_label = File Conflict |
|
50 _WARN_FileConflict = There are unsaved changes that conflict with changes made outside the editor. Do you wish to discard this editor's changes? |
|
51 |