Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2b75e17ee8b8b324e7b00eb85ac824ed41f89d07 (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
pluginName=CVS Team Provider UI

CVS=CVS

CVSGroupMenu.label=CVS

SharingWizard.name=CVS

PreferencePage.name=CVS
DecoratorPreferencePage.name=Decorators

DecoratorStandard.name=CVS

AddAction.label=Add
AddAction.tooltip=Add

AutoDefineTagsAction.label=Auto-discover Tags
AutoDefineTagsAction.tooltip=Auto-discover Tags

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

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

CompareWithRemoteAction.label=Repository Contents
CompareWithRemoteAction.tooltip=Compare with Remote Content on CVS Server

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

CompareWithTagAction.label=Tag...
CompareWithTagAction.tooltip=Compare with Tag on CVS Server

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

RemoveModuleVersionAction.label=Discard Tag
RemoveModuleVersionAction.tooltip=Discard Tag

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

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

ReplaceWithTagAction.label=Tag...
ReplaceWithTagAction.tooltip=Replace with Version on CVS Server

TagAction.label=Tag...
TagAction.tooltip=Tag

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=Remote Contents
ReplaceWithAction.tooltip=Replace with Content on CVS Server

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

FixTypeAction.label=Fix Type and Update
FixTypeAction.tooltip=Fix Type and Update

AddToWorkspaceAction.label=Check Out
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

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

CheckoutAction.label=Check Out Project
CheckoutAction.tooltip=Check out a module from a CVS repository

GenerateDiff.label=&Create Patch...
GenerateDiff.tooltip=Compare your workspace contents against 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 the resources in the repository

Delete.label=Delete
Delete.tooltip=Deletes the resource locally and from the repository

viewCategory=&CVS

Console.name=CVS Console

RepositoriesView.name=CVS Repositories

HistoryView.name=Resource History

Back to the top