| # |
| # File: viewplugin.properties |
| # Created: 13.03.2009 |
| # |
| # |
| #/******************************************************************************* |
| # * Copyright (c) 2009 |
| # * Eclipse Java Workflow Tooling (JWT) Project <www.eclipse.org/jwt> |
| # * |
| # * All rights reserved. This program and the accompanying materials |
| # * are made available under the terms of the Eclipse Public License v1.0 |
| # * which accompanies this distribution, and is available at |
| # * http://www.eclipse.org/legal/epl-v10.html |
| # * |
| # * Contributors: |
| # * Melanie Hesselbart, Programming distributed Systems Lab, University of Augsburg |
| # * - initial text, based on the plugin.properties of jwt-we |
| # *******************************************************************************/ |
| # |
| ################################################################################ |
| |
| |
| ################################################################################ |
| # |
| # Note: See also org.eclipse.jwt.we.PluginProperties |
| # |
| ################################################################################ |
| |
| |
| |
| ################################################################################ |
| # |
| # Plugin data |
| # |
| |
| plugin_Name = JWT WE View Editor |
| plugin_ProviderName = http://www.eclipse.org/jwt |
| pluginName = JWT |
| providerName = http://www.eclipse.org/jwt |
| BUNDLE_NAME = JWT View Editor |
| |
| perspective_id = org.eclipse.jwt.we.perspective |
| tutorial_path = doc/tutorial/JWTUsageTutorial_v0_4.pdf |
| tutorial_url = http://wiki.eclipse.org/images/3/3b/JWTUsageTutorial_v0_4.pdf |
| |
| plugin_view_extension = view |
| plugin_template_extension = workflowtemplate |
| |
| about_image_file = jwt_about.gif |
| about_text_file = abouttext.txt |
| |
| ################### |
| # Editor and View |
| ################### |
| |
| editor_group_properties = Properties |
| editor_pagetext_properties = Properties |
| editor_properties_tableColumn = Properties of E-Classes |
| |
| editor_group_viewname = View name |
| editor_fieldname_viewname = Name |
| |
| editor_ErrorMessage_title = Error |
| editor_ErrorSavingFile_message = An error occured while saving the file. |
| editor_ErrorMissingViewName_message = No View Name set. |
| editor_ErrorCurrentlyOpen_message = File currently open. |
| editor_QuestionOverwriteFile_message = File exists already. Overwrite? |
| editor_QuestionOverwriteFile_title = Warning |
| |
| ############# |
| #New-Wizard |
| ############# |
| |
| newWizard_error = Error |
| newWizard_creating = Creating |
| newWizard_projectDoesntExist_part1 = Project |
| newWizard_projectDoesntExist_part2 = does not exist. |
| newWizard_openFileForEditing = Opening file for editing ... |
| newWizard_initalFileContentMessage = This is the initial file contents for *.view file that should be word-sorted in the Preview page of the JWT View Editor |
| newWizard_pageTitle = New JWT View File |
| newWizard_wizardDescription = This wizard creates a new file with *.view extension that can be opened by the JWT View Editor. |
| newWizard_project = Project: |
| newWizard_browse = Browse... |
| newWizard_fileName = File name: |
| newWizard_viewName = View name: |
| newWizard_newFile_fileName = new_file |
| newWizard_selectProject = Select project |
| newWizard_error_unspecifiedProject = Project must be specified |
| newWizard_error_notExistingProject = Project must exist |
| newWizard_error_notWritableProject = Project must be writable |
| newWizard_error_unspecifiedFileName = File name must be specified |
| newWizard_error_notValidFileName = File name must be valid |
| newWizard_error_wrongFileExtension = File extension must be |
| newWizard_error_noViewNameSet = View name must be set |
| newWizard_error_existingFile = already exists |