Skip to main content
summaryrefslogtreecommitdiffstats
blob: ee68665d50a78cded828a28c3cc2d036b4105bef (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# String resources for org.eclipse.team.ui
####################

simpleInternal=Internal error
exceptionCreatingWizard=Exception creating wizard.
nothingToSynchronize=Nothing to Synchronize

# ui

CheckInAction.checkin=Check In
CheckInAction.checkingIn=Checking In...

CheckOutAction.checkout=Check Out
CheckOutAction.checkingOut=Checking Out...

ConfigureProjectAction.configureProject=Configure Project

DeconfigureProjectAction.deconfigureProject=Deconfigure Project

DeleteAction.delete=Delete
DeleteAction.deleting=Deleting...

ManageAction.manage=Manage
ManageAction.managing=Managing...

MoveAction.move=Move

UnManageAction.unmanage=Unmanage
UnManageAction.unmanaging=Unmanaging...

UndoCheckOutAction.undoCheckout=Undo Check Out
UndoCheckOutAction.undoing=Undoing Check Out...

UpdateAction.updating=Getting...
UpdateAction.title=Get

# internal.ui

ConfigureProjectWizard.configureProject=Share Project
ConfigureProjectWizard.title=Share Project
ConfigureProjectWizard.description=Select the repository plug-in that will be used to share the selected project.
ConfigureProjectWizardMainPage.selectRepository=Select a repository type:

IgnorePreferencePage.description=You may wish to exclude certain resources from version control.\n\
	Use this page to specify a list of resource name patterns to ignore.\n\
	Resources whose names match any enabled pattern will not be released.\n\
	The wildcard characters '*' and '?' are permitted.\n\
	These settings will not affect resources already under version control.
IgnorePreferencePage.ignorePatterns=&Ignore Patterns:
IgnorePreferencePage.add=&Add...
IgnorePreferencePage.remove=&Remove
IgnorePreferencePage.enterPatternShort=Enter Ignore Pattern
IgnorePreferencePage.enterPatternLong=Please enter a pattern:
IgnorePreferencePage.patternExistsShort=Pattern Already Exists
IgnorePreferencePage.patternExistsLong=The entered pattern already exists.

TextPreferencePage.text=Text
TextPreferencePage.binary=Binary
TextPreferencePage.description=&File extensions with known content:
TextPreferencePage.add=&Add...
TextPreferencePage.remove=&Remove
TextPreferencePage.enterExtensionShort=Enter File Extension
TextPreferencePage.enterExtensionLong=Please enter a file extension:
TextPreferencePage.extensionExistsShort=Extension Already Exists
TextPreferencePage.extensionExistsLong=The entered extension already exists.
TextPreferencePage.change=&Change
TextPreferencePage.extension=Extension
TextPreferencePage.contents=Contents

TeamResourceDecorator.badClassType=Error creating Team decorator: bad class type
TeamResourceDecorator.coreException=Error creating Team decorator: core exception

DeleteAction.promptMessage=Are you sure you want to delete the resource(s) from the repository and from the local workspace?
DeleteAction.promptTitle=Confirm Repository Delete

# internal.ui.sync

CatchupReleaseViewer.expand=&Expand All
CatchupReleaseViewer.ignoreWhiteSpace=&Ignore White Space
CatchupReleaseViewer.refreshAction=&Refresh From Repository
CatchupReleaseViewer.showInNavigator=&Show in Navigator
CatchupReleaseViewer.showIncomingAction=Show Incoming
CatchupReleaseViewer.showOutgoingAction=Show Outgoing
CatchupReleaseViewer.showOnlyConflictsAction=Show Only Conflicts

MergeResource.workspaceFile=Workspace file: {0}
MergeResource.repositoryFile=Repository file: {0}
MergeResource.noRepositoryFile=No repository file
MergeResource.noCommonFile=No common file
MergeResource.commonFile=Common file: {0}

SyncCompareInput.nothingText=Workspace resources are the same as those released in the stream.
SyncCompareInput.refresh=Error During Refresh with Repository
SyncCompareInput.synchronize=Synchronize
SyncCompareInput.taskTitle=Synchronizing with Repository...

SyncSet.conflicts={0} conflicts, 
SyncSet.incomings={0} incoming change(s), 
SyncSet.noConflicts=No conflicts, 
SyncSet.noIncomings=no incoming changes, 
SyncSet.noOutgoings=no outgoing changes.
SyncSet.outgoings={0} outgoing change(s).

SyncView.incomingModeTitle=Synchronize - Incoming Mode
SyncView.incomingModeAction=Incoming Mode
SyncView.incomingModeToolTip=Incoming Mode
SyncView.outgoingModeTitle=Synchronize - Outgoing Mode
SyncView.outgoingModeAction=Outgoing Mode
SyncView.outgoingModeToolTip=Outgoing Mode
SyncView.freeModeTitle=Synchronize - Incoming/Outgoing Mode
SyncView.freeModeAction=Incoming/Outgoing Mode
SyncView.freeModeToolTip=Incoming/Outgoing Mode
SyncView.same=Workspace resources are the same as those released in the repository.
SyncView.text=Synchronize resources with their team provider to display them here.
SyncView.unableSynchronize=Unable to Synchronize

TeamFile.saveChanges=Unable to save changes to file: {0}

TeamAction.internal=Internal error occured.

Back to the top