| ############################################################################### |
| # Copyright (c) 2000, 2011 IBM Corporation and others. |
| # All rights reserved. This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License 2.0 |
| # which accompanies this distribution, and is available at |
| # https://www.eclipse.org/legal/epl-2.0/ |
| # |
| # SPDX-License-Identifier: EPL-2.0 |
| # |
| # Contributors: |
| # IBM Corporation - initial API and implementation |
| # Martin Oberhuber (Wind River) - add providerName |
| # Takuya Miyamoto - [185925] Integrate Platform/Team Synchronization |
| # David McKnight (IBM) - [272708] [import/export] fix various bugs with the synchronization support |
| ############################################################################### |
| |
| # NLS_MESSAGEFORMAT_NONE |
| # NLS_ENCODING=UTF-8 |
| |
| # Plugin name |
| pluginName = RSE Import/Export |
| providerName = Eclipse TM Project |
| |
| # Remote file import and export wizards |
| newWizardCategoryName = Remote Systems |
| |
| RemoteFileSystemExportWizard.label = Remote file system |
| RemoteFileSystemExportWizard.description = Export resources to a remote file system |
| RemoteFileSystemImportWizard.label = Remote file system |
| RemoteFileSystemImportWizard.description = Import resources from a remote file system |
| |
| # Remote file export action |
| RemoteFileExportAction.label = E&xport to Remote File System |
| RemoteFileExportAction.tooltip = Exports resources to a remote file system based on the selected export description file |
| |
| # Open remote file export wizard |
| OpenRemoteFileExport.label = Ope&n Remote File Exporter... |
| OpenRemoteFileExport.tooltip = Opens the remote file system export wizard based on the selected export description file |
| |
| # Remote file import action |
| RemoteFileImportAction.label = Import from Remote File System |
| RemoteFileImportAction.tooltip = Imports resources from a remote file system based on the selected import description file |
| |
| # Open remote file import wizard |
| OpenRemoteFileImport.label = Ope&n Remote File Importer... |
| OpenRemoteFileImport.tooltip = Opens the remote file system import wizard based on the selected import description file |
| |
| # Import to project |
| ImportToProject.label = Import To Project... |
| ImportToProject.tooltip = Import contents of selected folder to a project |
| |
| # Export from project |
| ExportFromProject.label = Export From Project... |
| ExportFromProject.tooltip = Export contents of project to the selected folder |
| |
| # Run synchronization |
| Synchronize.label = Synchronize with ... |
| Synchronize.tooltip = Synchronize contents in local with remote |
| |
| RSESyncParticipant.name = RSE Synchronize |