Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8659cf69211c2943de97f8c38d9304788204e5db (plain) (blame)
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
###############################################################################
# Copyright (c) 2000, 2003 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials 
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
# 
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
providerName=Eclipse.org
pluginName=Team Support UI

configurationWizards=Configuration Wizards
targetWizards=Target Site Addition Wizards

TeamPreferencePage.name=Team
TextPreferencePage.name=File Content
IgnorePreferencePage.name=Ignored Resources
loginDetails=Login Details
targetSite=Target Site

ConfigureProject.label=&Share Project...
ConfigureProject.tooltip=Share the project with others using a version and configuration management system.

TeamGroupMenu.label=T&eam
Team.viewCategory=Team

SyncView.name=Synchronize

ProjectSetImportWizard.name=Team Project Set
ProjectSetImportWizard.description=A wizard that imports a Team Project Set
ProjectSetExportWizard.name=Team Project Set
ProjectSetExportWizard.description=A wizard that exports a Team Project Set
TargetSiteImportWizard.name=Target Site
TargetSiteImportWizard.description=A wizard that imports a Target site
TargetSiteExportWizard.name=Target Site
TargetSiteExportWizard.description=A wizard that exports a Target site

Deployment.group=Depl&oy
Deployment.getAction=&Target
Deployment.uploadAction=Upl&oad
Deployment.synchronize=Synchroni&ze with Target...

SiteExplorerGetAs.label=Download &As...
SiteExplorerGetAs.tooltip=Download the selected remote folder with a user specified project type and name.
SiteExplorerGetAsProject.label=&Download As Project
SiteExplorerGetAsProject.tooltip=Download the selected remote folder and create a project with the same name.
SiteExplorerDiscardSite.label=D&iscard Site
SiteExplorerDiscardSite.tooltip=Discard the site

Back to the top