Skip to main content
summaryrefslogtreecommitdiffstats
blob: 905c5589d216656e70d93a3f2e1adf797ba48c0a (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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
providerName=Eclipse.org
pluginName=CVS Team Provider UI

CVS=CVS

CVSRepositoryExploring=CVS Repository Exploring

CVSGroupMenu.label=C&VS

SharingWizard.name=CVS

PreferencePage.name=CVS
ConsolePreferencePage.name=Console
DecoratorPreferencePage.name=Label Decorations
ExtMethodPreferencePage.name=Ext Connection Method

DecoratorStandard.name=CVS
DecoratorStandard.description=Shows CVS specific information on resources in projects under CVS control. Information includes the revision number, branch or version name, etc.

AddAction.label=&Add to Version Control
AddAction.tooltip=Add the Selected Resources to Version Control

MergeAction.label=&Merge...
MergeAction.tooltip=Merge

BranchAction.label=&Branch...
BranchAction.tooltip=Branch

CompareRemoteResourcesAction.label=Com&pare
CompareRemoteResourcesAction.tooltip=Compare the Remote Resources with Each Other

CompareWithRemoteAction.label=&Latest From Repository
CompareWithRemoteAction.tooltip=Compare with Content on CVS Server

CompareWithRevisionAction.label=&Revision...
CompareWithRevisionAction.tooltip=Compare with Revision on CVS Server

CompareWithTagAction.label=&Branch or Version...
CompareWithTagAction.tooltip=Compare with a Branch or a Version on the CVS Server

ContentAction.label=Compare File Contents
ContentAction.tooltip=Use File Contents Instead of Timestamps When Comparing

CopyRepositoryNameAction.label=&Copy to Clipboard
CopyRepositoryNameAction.tooltip=Copy Repository Names to Clipboard

IgnoreAction.label=A&dd to .cvsignore
IgnoreAction.tooltip=Ignore the Selected Resources when Synchronizing

RemoveBranchTagAction.label=Discard &Branch
RemoveBranchTagAction.tooltip=Discard Branch

RemoveModuleVersionAction.label=Discard &Version
RemoveModuleVersionAction.tooltip=Discard Version

RemoveRootAction.label=Discard &Location
RemoveRootAction.tooltip=Discard Location

ReplaceWithRevisionAction.label=&Revision...
ReplaceWithRevisionAction.tooltip=Replace with Revision on CVS Server

ReplaceWithTagAction.label=&Branch or Version...
ReplaceWithTagAction.tooltip=Replace with Branch or Version on the CVS Server

TagAction.label=&Tag as Version...
TagAction.tooltip=Tag the resources with a CVS version tag

TagInRepositoryAction.label=&Tag as Version...
TagInRepositoryAction.tooltip=Tag the resources with a CVS version tag

MoveTagAction.label=Tag with &Existing...
MoveTagAction.tooltip=Tag the selected resources with an existing tag

SetKeywordSubstitutionAction.label=Set &Keyword Substitution...
SetKeywordSubstitutionAction.tooltip=Set Keyword Substitution for Files on CVS Server

DefineBranchAction.label=&Define Branch Tag...
DefineBranchAction.tooltip=Define a Branch Tag that Exists on CVS Server

DefineVersionAction.label=&Define Version Tag...
DefineVersionAction.tooltip=Define a Version Tag that Exists on CVS Server

UpdateAction.label=&Update
UpdateAction.tooltip=Update

ReplaceWithAction.label=&Latest From Repository
ReplaceWithAction.tooltip=Replace with last committed content from CVS Server

ConfigureTags.label=Configure &Branches and Versions...
ConfigureTags.tooltip=Configure the branch and version tags shown in the workbench

CommitAction.label=&Commit...
CommitAction.tooltip=Commit

CheckoutAction.label=Check Out &Module
CheckoutAction.tooltip=Check out a module defined in CVSROOT/modules from the repository to the workspace

AddToWorkspaceAction.label=&Check Out As Project
AddToWorkspaceAction.tooltip=Check out a module from the repository to the workspace

CheckoutAsAction.label=Check Out &As...
CheckoutAsAction.tooltip=Check out a module from the repository to the workspace, specifying project name

OpenLogEntryAction.label=&Open
OpenLogEntryAction.tooltip=Open Remote File

OpenRemoteFileAction.label=&Open
OpenRemoteFileAction.tooltip=Open Remote File

ShowHistoryAction.label=Show in Resource &History
ShowHistoryAction.tooltip=Show in Resource History

GenerateDiff.label=Create &Patch...
GenerateDiff.tooltip=Compare your workspace contents with the server and generate a diff file that can be used as a patch file.

RefreshFromLocal.label=&Refresh from local CVS state
RefreshFromLocal.tooltip=Refresh the workbench with changes made to CVS projects from outside the workbench.

Synchronize.label=&Synchronize with Repository...
Synchronize.tooltip=Synchronize the workspace resources with those in the repository

SynchronizeOutgoing.label=&Synchronize Outgoing Changes...
SynchronizeOutgoing.tooltip=Synchronize the outgoing changes with the repository

viewCategory=&CVS

Console.name=CVS Console

RepositoriesView.name=CVS Repositories

HistoryFilter.label=&Filter History
HistoryFilter.tooltip=Filter History

HistoryView.name=CVS Resource History

UnmanageFolder.label=&Disconnect...
UnmanageFolder.tooltip=Disconnect from the CVS repository.

CVSActionSet.description=Actions that apply when working with CVS repositories
CVSActionSet.newLabel=New CVS Repository Location
CVSActionSet.newTooltip=Create a new CVS Repository Location

Back to the top