Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 54a492aa80a2eccb6ca9691d41dfde709d7cd596 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
###############################################################################
# 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

Team=Team
configurationWizards=Configuration Wizards
targetWizards=Target Site Addition Wizards
subscriberMenus=Team Subscriber Menu Contributions

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

Synchronizing.perspective=Team Synchronizing
SyncView.name=Synchronize
OldSyncView.name=Old 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

Command.category.name=Team
Command.category.description=Actions that apply when working with a Team
Command.syncAll.name=Synchronize
Command.syncAll.description=Synchronize

Command.incomingFilter.name=Select Incoming Mode
Command.incomingFilter.description=Select Incoming Mode in the Synchronize view
Command.outgoingFilter.name=Select Outgoing Mode
Command.outgoingFilter.description=Select Outgoing Mode in the Synchronize view
Command.conflictsFilter.name=Select Conflicts Mode
Command.conflictsFilter.description=Select Conflicts Mode in the Synchronize view
Command.bothFilter.name=Select Incoming/Outgoing Mode
Command.bothFilter.description=Select Incoming/Outgoing Mode in the Synchronize view
Command.toggleView.name=Toggle Synchronize View Layout
Command.toggleView.description=Toggle the Synchronize view's layout

Back to the top