Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6e39d88e7a17a2f92d1c23d54de0aa7849f93c24 (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
###############################################################################
# Copyright (c) 2000, 2004 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
###############################################################################
providerName=Eclipse.org
pluginName=Team Support UI

Team=Team
configurationWizards=Configuration Wizards
synchronizeParticipants=Synchronize Participants
synchronizeWizards=Synchronize Wizards
logicalViews=Logical Synchronize Views

PreferenceKeywords.Team=team
PreferenceKeywords.FileContent=team file content type
TeamPreferencePage.name=Team
TextPreferencePage.name=File Content
IgnorePreferencePage.name=Ignored Resources

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

ImportProjectSet.label=Import Project &Set...

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

Synchronizing.perspective=Team Synchronizing
Synchronizing.openPerspectiveDescription=Open the Team Synchronizing Perspective
SyncView.name=Synchronize

ViewCommand.synchronizeView.name=Synchronize
ViewCommand.synchronizeView.description=Show the Synchronize view

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

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

Command.syncAll.name=Synchronize...
Command.syncAll.description=Synchronize resources in the workspace with another location

Command.syncLast.name=Repeat last synchronization
Command.syncLast.description=Repeat the last synchronization

CompressFolderView.name=Compress Folders
CompressFolderView.description=Compress in-sync folders paths

FileRevision.OpenAction.name=&Open
FileRevision.Compare.name=&Compare


TeamContentProvider = Team Content Providers
TeamDecorators = Team Decorators
HistoryView = History
ModelSyncParticipant = Synchronization
ResourcesContentExtension = Resources
EnabledModels = Models

Back to the top