mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 07:35:24 +02:00
48 lines
2.1 KiB
Properties
48 lines
2.1 KiB
Properties
###############################################################################
|
|
# Copyright (c) 2000, 2007 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 Corporation - initial API and implementation
|
|
# Martin Oberhuber (Wind River) - add providerName
|
|
###############################################################################
|
|
|
|
# NLS_MESSAGEFORMAT_NONE
|
|
# NLS_ENCODING=UTF-8
|
|
|
|
# Plugin name
|
|
pluginName = RSE Import/Export
|
|
providerName = Eclipse.org
|
|
|
|
# Remote file import and export wizards
|
|
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
|