File: plugin.properties

package info (click to toggle)
eclipse-rse 3.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 30,728 kB
  • ctags: 38,508
  • sloc: java: 247,535; xml: 7,271; perl: 294; sh: 50; makefile: 12
file content (58 lines) | stat: -rw-r--r-- 2,561 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
###############################################################################
# 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 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
# 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