| # /** |
| # * <copyright> |
| # * |
| # * Copyright (c) 2002-2006 IBM Corporation and others. |
| # * 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: |
| # * IBM - Initial API and implementation |
| # * |
| # * </copyright> |
| # * |
| # * $Id: plugin.properties,v 1.16 2007/05/29 20:25:52 marcelop Exp $ |
| # */ |
| |
| # NLS_MESSAGEFORMAT_VAR |
| |
| # ============================================================================== |
| # Do not change the properties between this line and the last line containing: |
| # %%% END OF TRANSLATED PROPERTIES %%% |
| # Instead, either redefine an existing property, or create a new property, |
| # append it to the end of the file, and change the code to use the new name. |
| # ============================================================================== |
| |
| pluginName = EMF Common UI |
| providerName = Eclipse.org |
| |
| _UI_Maximize_menu_item = Ma&ximize |
| _UI_Restore_menu_item = &Restore |
| |
| # ============================================================================== |
| # %%% END OF TRANSLATED PROPERTIES %%% |
| # The above properties have been shipped for translation. |
| # ============================================================================== |
| |
| _UI_FolderSelection_title = Folder Selection |
| _UI_FileSelection_title = File Selection |
| _UI_NewFile_title = New File |
| _UI_NewFolder_label = &New Folder... |
| _UI_FileName_label = &File Name: |
| |
| _UI_ResourceDialog_title = Resource |
| _UI_ResourceURI_label = Resource &URI: |
| _UI_ResourceURIs_label = Resource &URIs: |
| _UI_BrowseFileSystem_label = Browse &File System... |
| _UI_BrowseWorkspace_label = Browse &Workspace... |
| |
| _UI_ErrorEditor_CreateMarkers_label = Create Markers |
| _UI_ErrorEditor_OpenEditor_label = &Open with Text Editor |
| |
| _UI_Error_label = Error |
| _UI_Problems_label = Problems |
| _UI_DiagnosticError_label = Diagnostic: Error |
| _UI_DiagnosticWarning_label = Diagnostic: Warning |
| _UI_Diagnostic_label = Diagnostic |
| _UI_OpenEditorError_message = Unable to open the Text Editor |
| _UI_CreateMarkerError_message = Unable to create the markers for this file |
| |
| _UI_NoProblems_message = There are no problems with this file |
| _UI_DefaultProblem_message = Problems encountered. Click the 'Details' button for further information |
| |
| _UI_ExampleInstallerWizard_title = New Example |
| _UI_InstallingExample_message = Installing the example |
| _UI_CreatingProjects_message = Creating the projects |
| _UI_OpeningFiles_message = Opening files |
| _UI_ProjectPage_title = Example's Projects |
| _UI_ProjectPage_description = This example installs all the projects listed below. Projects highlighted with '*' already exist in the workspace and must be deleted or renamed. |
| _UI_NoProjectError_message = There are no projects to be installed for this example |
| _UI_InstallExampleError_message = Unable to install one or more projects of the example |
| _UI_ProjectName_message = {0} |
| _UI_ExistingProjectName_message = * {0} |
| _UI_Rename_label = &Rename... |
| _UI_Delete_label = &Delete... |
| _UI_DeleteAll_label = &Delete All... |
| _UI_CreateProject_message = Creating the {0} project... |
| _UI_InstallContent_message = Installing the content of ''{0}''... |
| _UI_DirectoryError_message = The directory ''{0}'' neither exists nor can be read |
| _UI_FileError_message = The file ''{0}'' neither exists nor is currently supported |