Skip to main content
summaryrefslogtreecommitdiffstats
blob: b132fce74221167fee4a16ec795fc8ac7467f960 (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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
###############################################################################
# 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
###############################################################################
###############################################
# Message catalog for org.eclipse.team.ui
###############################################

CatchupReleaseViewer.open=&Show Content Comparison
CatchupReleaseViewer.expand=&Expand All
CatchupReleaseViewer.ignoreWhiteSpace=&Ignore White Space
CatchupReleaseViewer.refreshAction=&Refresh With Remote
CatchupReleaseViewer.showIncomingAction=Toggle showing of incoming Changes
CatchupReleaseViewer.showInNavigator=Show in &Navigator
CatchupReleaseViewer.showOnlyConflictsAction=Toggle showing of conflicting
CatchupReleaseViewer.showOutgoingAction=Toggle showing of outgoing Changes
CatchupReleaseViewer.removeFromView=Remove &From View
CatchupReleaseViewer.copyAllRightToLeft=Copy &All Changes From Right To Left
CatchupReleaseViewer.Compare_File_Contents_1=Compare File Contents
CatchupReleaseViewer.Copying_right_contents_into_workspace_2=Copying right contents into workspace
CatchupReleaseViewer.MakingLocalLikeRemote=Processing {0}

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

ConfigurationWizard.exceptionCreatingWizard=Exception creating wizard.

DeconfigureProjectAction.deconfigureProject=Deconfigure Project

IgnorePreferencePage.description=Use this page to specify a list of resource name patterns to exclude from version control.
IgnorePreferencePage.add=&Add...
IgnorePreferencePage.enterPatternLong=Please enter a pattern:
IgnorePreferencePage.enterPatternShort=Enter Ignore Pattern
IgnorePreferencePage.ignorePatterns=&Ignore Patterns:
IgnorePreferencePage.patternExistsLong=The entered pattern already exists.
IgnorePreferencePage.patternExistsShort=Pattern Already Exists
IgnorePreferencePage.remove=&Remove

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

nothingToSynchronize=Nothing to Synchronize
simpleInternal=Internal error
exception=An exception occurred

SyncCompareInput.nothingText=Workspace resources are the same as remote.
SyncCompareInput.refresh=Error During Refresh with Remote
SyncCompareInput.synchronize=Synchronize
SyncCompareInput.taskTitle=Synchronizing with Remote...

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.freeModeAction=Incoming/Outgoing Mode
SyncView.freeModeTitle=Synchronize - Incoming/Outgoing Mode
SyncView.freeModeToolTip=Incoming/Outgoing Mode
SyncView.incomingModeAction=Incoming Mode
SyncView.incomingModeTitle=Synchronize - Incoming Mode
SyncView.incomingModeToolTip=Incoming Mode
SyncView.outgoingModeAction=Outgoing Mode
SyncView.outgoingModeTitle=Synchronize - Outgoing Mode
SyncView.outgoingModeToolTip=Outgoing Mode
SyncView.same=Workspace resources are the same as remote.
SyncView.text=Synchronize resources with their remote to display them here.
SyncView.unableSynchronize=Unable to Synchronize
SyncView.saveTitle=Save Resource
SyncView.saveMessage=Resource has been modified. Save changes?
SyncView.errorSaving=Error while saving modified resources
SyncView.cantSaveError=Can't save changes: {0}
SyncView.dirtyIndicatorInTitle=*{0}

LiveSyncView.titleTooltip=Working Set: {0}
LiveSyncView.title=Synchronize
LiveSyncView.titleSubscriber=Synchronize - {0}

SyncInfoCompareInput.localLabel=Local File
SyncInfoCompareInput.localLabelExists=Local File ({0})
SyncInfoCompareInput.remoteLabel=Remote File
SyncInfoCompareInput.baseLabel=Common Ancestor
SyncInfoCompareInput.remoteLabelExists=Remote File ({0})
SyncInfoCompareInput.baseLabelExists=Common Ancestor ({0})
SyncInfoCompareInput.title={0}
SyncInfoCompareInput.tooltip={0}: {1}

TeamAction.internal=Internal error occurred.
TeamFile.saveChanges=Unable to save changes to file: {0}
TeamFile.modified={0}*

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

TextPreferencePage.columnExtension=extension
TextPreferencePage.columnContents=contents

SynchronizationViewPreference.defaultPerspectiveNone=None
SynchronizationViewPreference.defaultPerspectiveDescription=This setting controls which perspective to activate when resources are synchronized.\nTo indicate that a perspective switch should not occur select ''None''.
SynchronizationViewPreference.defaultPerspectiveLabel=Perspective:

ScheduledSyncViewRefresh.taskName=Refreshing synchronize view partners with remote
SyncViewRefresh.taskName=Refreshing ''{0}''

ExportProjectSetMainPage.Select_the_projects_to_include_in_the_project_set__2=&Select the projects to include in the Team Project Set:
ExportProjectSetMainPage.Project_Set_File_Name__3=Select the export destination:
ExportProjectSetMainPage.Browse_4=B&rowse...
ExportProjectSetMainPage.You_have_specified_a_folder_5=You have specified a folder

ImportProjectSetMainPage.Project_Set_File_Name__2=F&ile name:
ImportProjectSetMainPage.Browse_3=B&rowse...
ImportProjectSetMainPage.The_specified_file_does_not_exist_4=The specified file does not exist
ImportProjectSetMainPage.You_have_specified_a_folder_5=You have specified a folder
ImportProjectSetMainPage.workingSetNameEmpty=The working set name must not be empty
ImportProjectSetMainPage.workingSetNameExists=The specified working set already exists
ImportProjectSetMainPage.createWorkingSetLabel=&Create a working set containing the imported projects
ImportProjectSetMainPage.workingSetLabel=&Working Set Name:

ProjectSetContentHandler.Element_provider_must_be_contained_in_element_psf_4=Element provider must be contained in element psf
ProjectSetContentHandler.Element_project_must_be_contained_in_element_provider_7=Element project must be contained in element provider

ProjectSetExportWizard.Project_Set_1=Team Project Set
ProjectSetExportWizard.Export_a_Project_Set_3=Export a Team Project Set
ProjectSetExportWizard.Question_4=Question
ProjectSetExportWizard.Target_directory_does_not_exist._Would_you_like_to_create_it__5=Target directory does not exist. Would you like to create it?
ProjectSetExportWizard.Export_Problems_6=Export Problems
ProjectSetExportWizard.An_error_occurred_creating_the_target_directory_7=An error occurred creating the target directory
ProjectSetExportWizard.Question_8=Question
ProjectSetExportWizard.Target_already_exists._Would_you_like_to_overwrite_it__9=Target already exists. Would you like to overwrite it?
ProjectSetImportWizard.Project_Set_1=Team Project Set
ProjectSetImportWizard.Import_a_Project_Set_3=Import a Team Project Set
ProjectSetImportWizard.workingSetExistsTitle=Working Set Exists
ProjectSetImportWizard.workingSetExistsMessage=Working set ''{0}'' already exists. Overwrite?

ExportProjectSetMainPage.Project_Set_Files_3=Team Project Set Files (*.psf)
ExportProjectSetMainPage.default=projectSet.psf
ImportProjectSetMainPage.allFiles=All Files (*.*)
ImportProjectSetMainPage.Project_Set_Files_2=Team Project Set Files (*.psf)
ExportProjectSetMainPage.&File_name__1=&File name:
TeamPreferencePage.General_settings_for_Team_support_1=General settings for Team support
TeamPreferencePage.&Use_Incoming/Outgoing_mode_when_synchronizing_2=&Use Incoming/Outgoing mode when synchronizing

SynchronizeView.noSubscribersMessage=Synchronize resources with their remote to display them here. Some Team plugins may also show resources here automatically when their plugin is activated.

SyncViewerDirectionFilters.incomingTitle=Incoming
SyncViewerDirectionFilters.incomingToolTip=Toggle showing of incoming changes
SyncViewerDirectionFilters.outgoingTitle=Outgoing
SyncViewerDirectionFilters.outgoingToolTip=Toggle showing of outgoing changes
SyncViewerDirectionFilters.conflictingTitle=Conflicting
SyncViewerDirectionFilters.conflictingToolTip=Toggle showing of conflicting changes

SyncViewPreferencePage.lastRefreshRun=The last background refresh was run at: {0}
SyncViewPreferencePage.lastRefreshRunNever=Never

###############################################
# Sync view actions
###############################################

action.toggleViewFlat.label=Flat
action.toggleViewFlat.image=flatLayout.gif

action.toggleViewHierarchical.label=Hierarchical
action.toggleViewHierarchical.image=hierarchicalLayout.gif

action.workingSets.label=Working Sets
action.workingSets.none=Working Sets
action.workingSets.tooltip=Working Sets
action.workingSets.description=Working Sets
action.workingSets.image=workingsets.gif

action.collapseAll.label=Collapse All
action.collapseAll.tooltip=Collapse All
action.collapseAll.description=Collapse All
action.collapseAll.image=collapseall.gif

action.configureSchedulel.label=Schedule...
action.configureSchedulel.tooltip=Configure the Refresh Schedule...

action.changeFilters.label=Filters...
action.changeFilters.tooltip=Select change filters
action.changeFilters.description=Select which change filters to apply in Synchronize view
action.changeFilters.image=filter_change.gif

action.refreshWithRemote.label=&Refresh with remote
action.refreshWithRemote.tooltip=Refresh with remote
action.refreshWithRemote.description=Refresh with remote
action.refreshWithRemote.image=refresh.gif

action.directionFilterIncoming.label=Incoming
action.directionFilterIncoming.tooltip=Incoming Mode
action.directionFilterIncoming.description=Incoming Mode (shows incoming changes and conflicts)
action.directionFilterIncoming.image=catchup_rls.gif

action.directionFilterOutgoing.label=Outgoing
action.directionFilterOutgoing.tooltip=Outgoing Mode
action.directionFilterOutgoing.description=Outgoing Mode (shows outgoing changes and conflicts)
action.directionFilterOutgoing.image=release_rls.gif

action.directionFilterConflicts.label=Conflicts
action.directionFilterConflicts.tooltip=Conflicts Mode
action.directionFilterConflicts.description=Conflicts Mode (shows conflicts)
action.directionFilterConflicts.image=conflict_synch.gif

action.directionFilterBoth.label=Both
action.directionFilterBoth.tooltip=Incoming/Outgoing mode
action.directionFilterBoth.description=Incoming/Outgoing mode (shows outgoing changes, incoming changes, and conflicts)
action.directionFilterBoth.image=catchuprelease_rls.gif

action.refreshSubscriber.label=Registered Synchronize Partners
action.refreshSubscriber.tooltip=Registered Synchronize Partners
action.refreshSubscriber.description=Registered Synchronize Partners
action.refreshSubscriber.image=contents.gif

action.comparisonCriteria.label=Comparison Criteria
action.comparisonCriteria.tooltip=Select the comparison method
action.comparisonCriteria.description=Select the comparison method
action.comparisonCriteria.image=showsync_rn.gif

action.navigateNext.label=Go to Next Difference
action.navigateNext.tooltip=Go to Next Difference
action.navigateNext.description=Go to Next Difference
action.navigateNext.image=next_nav.gif

action.navigatePrevious.label=Go to Previous Difference
action.navigatePrevious.tooltip=Go to Previous Difference
action.navigatePrevious.description=Go to Next Difference
action.navigatePrevious.image=prev_nav.gif

action.removePage.label=Remove
action.removePage.tooltip=Remove
action.removePage.description=Remove
action.removePage.image=rem_co.gif

action.expandAll.label=E&xpand All
action.open.label=&Open
action.openInCompareEditor.label=Open In Compare Editor
action.cancelSubscriber.label=Cancel

action.syncViewPreferences.label=Preferences...
action.refreshViewContents.label=Refresh View Contents
action.changeFilterShowAdditions.label=Show Additions
action.changeFilterShowDeletions.label=Show Deletions
action.changeFilterShowChanges.label=Show Changes
action.layout.label=Layout

###############################################
# Misc
###############################################

SynchronizeView.12=One item selected
SynchronizeView.13=\ items selected
SynchronizeView.14=Error opening perspective
SynchronizeView.16=Error opening view

StatisticsPanel.outgoing=Outgoing:
StatisticsPanel.incoming=Incoming:
StatisticsPanel.conflicting=Conflicting:
StatisticsPanel.changeNumbers={0}/{1}
StatisticsPanel.outgoing=Outgoing
StatisticsPanel.conflicting=Conflicting
StatisticsPanel.incoming=Incoming
StatisticsPanel.noWorkingSet=<No Working Set>
StatisticsPanel.workingSetTooltip=Double-click to change the working set applied to the Synchronize View.
StatisticsPanel.numbersTooltip=The number of ''{0}'' changes in the entire workspace.
StatisticsPanel.numbersWorkingSetTooltip=The number of ''{0}'' changes in working set ''{1}'' versus those in the entire workspace.
StatisticsPanel.numberTotal={0} changes

SyncViewerPreferencePage.6=General Synchronize Settings
SyncViewerPreferencePage.7=General Team Settings:
SyncViewerPreferencePage.8=Display
SyncViewerPreferencePage.9=Compress in-sync folder paths when using the tree view
SyncViewerPreferencePage.10=Use incoming/outgoing mode when synchronizing
SyncViewerPreferencePage.11=Refreshing with Remote
SyncViewerPreferencePage.15=Perspective Switching

RefreshSubscriberInputJob.1=Synchronizing ''{0}'' with remote: {1} resources
RefreshSubscriberJob.1=Team refresh {0} folders for {1}
RefreshSubscriberJob.0=An error occured while synchronizing with remote contents.

CopyAction.title=&Copy
CopyAction.toolTip=Copy
CopyAction.errorTitle=Problem Copying to Clipboard
CopyAction.errorMessage=There was a problem when accessing the system clipboard. Retry?
PasteAction.title=&Paste
PasteAction.toolTip=Paste
RefactorActionGroup.0=Edi&t
SynchronizeManager.7=Error notifying of added/removal of synchronize participants
SynchronizeManager.8=Error initializing participants
SynchronizeManager.9=Synchronize participant with id {0} is not in the registry
SynchronizeManager.10=Error saving synchronize participants
SynchronizeView.1=Synchronize
SynchronizeView.2=Synchronize - 
SyncViewerPreferencePage.19=Show all synchronization information in a resource\'s text label
TeamSubscriberParticipantPage.7=Resource
TeamSubscriberParticipantPage.8=In Folder
TeamSubscriberSyncPage.labelWithSyncKind={0} {1}
AbstractSynchronizeParticipant.4=Cannot initialize participant. Wrong descriptor type

SynchronizeManager.11=Error creating participant instance
AbstractSynchronizeParticipant.5=Exception notifying participant listeners of changes.
SynchronizeManager.13=Error initializing synchronize participant
SyncViewerPreferencePage.16=Prompt at the end of a refresh even when no changes are found.
SyncViewerPreferencePage.17=Prompt at the end of a refresh if changes are found.
SyncViewerPreferencePage.30=Prompting
SyncViewerPreferencePage.31=Prompt at the end of a scheduled refresh even when no changes are found
SyncViewerPreferencePage.32=Prompt at the end of a scheduled refresh when changes are found

ChangesSection.filterHides=The current ''{0}'' mode is empty. 
ChangesSection.filterHidesSingular=However there is {0} change in the ''{1}'' mode.
ChangesSection.filterHidesPlural=However there are {0} changes in the ''{1}'' mode.	
ChangesSection.filterChange=Change to ''{0}'' mode.
ChangesSection.workingSetHiding=The current working set ''{0}'' is hiding changes in your workspace.
ChangesSection.workingSetRemove=Remove working set.
ChangesSection.noChanges=No changes in ''{0}''.
Utils.22=Incoming
Utils.23=Outgoing
Utils.24=Incoming/Outgoing
Utils.25=Conflicting
Utils.26=unknown mode
RefreshCompleteDialog.4=Team Resfresh Complete - {0}
RefreshCompleteDialog.5={0} new changes found 
RefreshCompleteDialog.6=No new changes found 
RefreshCompleteDialog.7=refreshing the following {0} resource(s):
RefreshCompleteDialog.13=SyncViewerPreferencePage.16
RefreshCompleteDialog.14=SyncViewerPreferencePage.17
RefreshCompleteDialog.15=SyncViewerPreferencePage.31
RefreshCompleteDialog.16=SyncViewerPreferencePage.32
RefreshCompleteDialog.17=Preview Changes >>
RefreshCompleteDialog.18=<< Preview Changes
RefreshUserNotificationPolicy.0=Refresh of ''{0}'' Complete.
ConfigureRefreshScheduleDialog.0=Configure Refresh Schedule - {0}
ConfigureRefreshScheduleDialog.1=You can allow ''{0}'' to periodically refresh it's synchronization state in the background.
ConfigureRefreshScheduleDialog.1a=The last refresh occured at: {0}
ConfigureRefreshScheduleDialog.2=Don't schedule the refresh operation to run periodically.
ConfigureRefreshScheduleDialog.3=Using the following schedule:
ConfigureRefreshScheduleDialog.4=Every:
ConfigureRefreshScheduleDialog.5=hour(s)
ConfigureRefreshScheduleDialog.6=minutes(s)
ConfigureRefreshScheduleDialog.7=Number must be a positive number greater than 0
ConfigureRefreshScheduleDialog.8=Number must be a positive number greater than 0
RefreshSchedule.6=\ ({0} changes found)
RefreshSchedule.7=\ (No changes found)
RefreshSchedule.8=Not Scheduled
RefreshSchedule.9=hours
RefreshSchedule.10=minutes
RefreshSchedule.11=hour
RefreshSchedule.12=minute
RefreshSchedule.13=Every {0} {1}
RefreshSchedule.14=Scheduled refresh of ''{0}''
DiffNodeControllerHierarchical.0=Updating labels

Back to the top