Skip to main content
summaryrefslogtreecommitdiffstats
blob: b71bb05a97114cb65b5c4df69bddb87ee9005bd1 (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
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
###############################################################################
# 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 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
ConfigureSynchronizeScheduleComposite.0=Pin {0} Synchronization?
ConfigureSynchronizeScheduleComposite.1=This {0} synchronization is not pinned which means it may be removed the next time a synchronize of the same type is performed. Do you want to pin it to prevent it from being replaced by a future synchronize?
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:

ConfigurationWizard.exceptionCreatingWizard=Exception creating wizard.

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...

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.0=File Changed
SyncInfoCompareInput.1=File has changed outside of this compare editor. What do you want to do?
SyncInfoCompareInput.2=Save
SyncInfoCompareInput.3=Load Changes
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.0=Projects for repository type {0} could not be loaded as the type could not be found.
ProjectSetImportWizard.0=An error occurred while parsing the project set file: {0}
ProjectSetImportWizard.1=The following errors occurred while importing projects. Some projects may not be loaded.
ProjectSetImportWizard.1=An error occurred while performing the project set import: {0}
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 synchronize was run at: {0}
SyncViewPreferencePage.lastRefreshRunNever=Never

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

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 Synchronize Schedule...

action.refreshWithRemote.label=&Synchronize
action.refreshWithRemote.tooltip=Synchronize
action.refreshWithRemote.description=Synchronize

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=Synchronizations
action.refreshSubscriber.tooltip=Synchronizations
action.refreshSubscriber.description=Synchronizations
action.refreshSubscriber.image=synch_participants.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 Previous Difference
action.navigatePrevious.image=prev_nav.gif

action.removePage.label=&Remove Current Synchronization
action.removePage.tooltip=Remove Current Synchronization
action.removePage.description=Remove Current Synchronization
action.removePage.image=participant_rem.gif

action.removeAllPage.label=Remove &Un-Pinned Synchronizations
action.removeAllPage.tooltip=Remove Un-Pinned Synchronizations
action.removeAllPage.description=Remove Un-Pinned Synchronizations
action.removeAllPage.image=participant_remall.gif

action.pinParticipant.label=Pin Current Synchronization
action.pinParticipant.tooltip=Pin Current Synchronization
action.pinParticipant.description=Pin Current Synchronization
action.pinParticipant.image=pin.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
action.modes.label=&Mode

action.removeFromView.label=&Remove from View

###############################################
# 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.numberTotalSingular={0} change
StatisticsPanel.numberTotalPlural={0} changes

SyncViewerPreferencePage.6=Synchronize Preferences
SyncViewerPreferencePage.7=General Team Preferences:
SyncViewerPreferencePage.8=Display
SyncViewerPreferencePage.9=Use Compressed Folders as the default Synchronize View layout 
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 synchronize {0} folders for {1}
RefreshSubscriberJob.0=An error occured while synchronizing with remote contents.
RefreshSubscriberJob.2=Synchronizing {1}
RefreshSubscriberJob.2a=No Changes
RefreshSubscriberJob.2b=Show ''{0}'' in Synchronize View

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 synchronization
SynchronizeManager.8=Error initializing Synchronization
SynchronizeManager.9=Synchronization with id {0} is not in the registry
SynchronizeManager.10=Error saving synchronization
SynchronizeView.1=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 synchronization. Wrong descriptor type

SynchronizeManager.11=Error creating Synchronization {0}:
AbstractSynchronizeParticipant.5=Exception notifying participant listeners of changes.
SynchronizeManager.13=Error initializing synchronize participant

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.noChanges=No changes in ''{0}''.
Utils.22=Incoming
Utils.23=Outgoing
Utils.24=Incoming/Outgoing
Utils.25=Conflicting
Utils.26=unknown mode
RefreshCompleteDialog.4=Synchronize Complete - {0}
RefreshCompleteDialog.4a=Scheduled Synchronize Complete - {0}
RefreshCompleteDialog.changesSingular={0}: {1} change found.
RefreshCompleteDialog.changesPlural={0}: {1} changes found.
RefreshCompleteDialog.newChangesSingular={0}: {1} new change found.
RefreshCompleteDialog.newChangesPlural={0}: {1} new changes found.
RefreshCompleteDialog.6={0}: No changes found.
RefreshCompleteDialog.17=Details >>
RefreshCompleteDialog.18=<< Details
RefreshUserNotificationPolicy.0=Synchronize of ''{0}'' Complete.
ConfigureRefreshScheduleDialog.0=Configure Synchronize Schedule - {0}
ConfigureRefreshScheduleDialog.1=You can allow ''{0}'' to periodically synchronize in the background.
ConfigureRefreshScheduleDialog.1a=The last synchronize occured at: {0}
ConfigureRefreshScheduleDialog.2=Don't schedule the synchronize 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.changesSingular=\ ({0} change found)
RefreshSchedule.changesPlural=\ ({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 Synchronize
RefreshSchedule.15={0} {1}
DiffNodeControllerHierarchical.0=Updating labels
ChangesSection.8=Show Errors
ChangesSection.9=Reset View
ChangesSection.10=Errors have occurred calculating the synchronization state for {0}
ChangesSection.11=Errors Populating View
ChangesSection.12=Multiple errors occurred while attempting to populate the view.

OpenComparedDialog.diffViewTitleMany=Changes
OpenComparedDialog.diffViewTitleOne=Changes
OpenComparedDialog.noChangeTitle=Operation Complete
OpenComparedDialog.noChangesMessage=No Changes Found.
GlobalRefreshAction.4=Synchronize...
GlobalRefreshAction.5=Synchronize {0}
SubscriberRefreshWizard.0=Synchronize 
ParticipantCompareDialog.1=Remember this result by placing it in the Synchronize View.
ParticipantCompareDialog.2=Confirm Save
ParticipantCompareDialog.3=Do you want to save changes?
RefreshCompleteDialog.21=Show only the latest new incoming changes
RefreshCompleteDialog.22=Don't show this dialog again.
SynchronizeManager.27=Confirm Perspective Switch
SynchronizeManager.31=&Remember my decision
SynchronizeManager.30=The Synchronize View is associated with the {0} perspective. Do you want to switch to that perspective now?
RefreshCompleteDialog.9=Changes
RefreshSubscriberJob.2=Synchronizing {0}
Participant.comparing=Comparing
Participant.merging=Merging
Participant.synchronizing=Synchronizing
Participant.comparingDetail=Comparing {0}
ParticipantPageSaveablePart.0=Changes
Participant.mergingDetail=Merging {0}
Participant.synchronizingDetails=Synchronizing {0}
GlobalRefreshResourceSelectionPage.1=Synchronize
GlobalRefreshResourceSelectionPage.2=Select the resources to synchronize or select a scope to automatically select a group of resources.
GlobalRefreshResourceSelectionPage.3=Synchronize
GlobalRefreshResourceSelectionPage.4=There are no resources to synchronize.
GlobalRefreshResourceSelectionPage.5=Available resources to Synchronize:
GlobalRefreshResourceSelectionPage.6=Scope
GlobalRefreshResourceSelectionPage.7=W&orkspace
GlobalRefreshResourceSelectionPage.8=&Selected Resources
GlobalRefreshResourceSelectionPage.9=&Enclosing Projects
GlobalRefreshResourceSelectionPage.10=&Working Set: 
GlobalRefreshResourceSelectionPage.11=&Choose...
GlobalRefreshResourceSelectionPage.12=Select &All
GlobalRefreshResourceSelectionPage.13=&Deselect All
GlobalRefreshParticipantSelectionPage.0=Synchronize
GlobalRefreshParticipantSelectionPage.1=Select the type of synchronization
GlobalRefreshParticipantSelectionPage.2=Synchronize
GlobalRefreshParticipantSelectionPage.3=Available synchronization types:

GlobalRefreshSubscriberPage.0=Synchronize
GlobalRefreshSubscriberPage.1=Synchronize {0}
GlobalRefreshSubscriberPage.2=Select the resources or working sets to be synchronized.

SyncViewerPreferencePage.31=Prompt at the end of a synchronize operation.
SyncViewerPreferencePage.12=Prompt at the end of a scheduled synchronize operation.
SyncViewerPreferencePage.13=Switch to the associated perspective when a synchronize operation completes
SyncViewerPreferencePage.14=Always
SyncViewerPreferencePage.42=Never
SyncViewerPreferencePage.16=Prompt
GlobalRefreshSchedulePage.0=Configure a scheduled synchronization
GlobalRefreshSchedulePage.1=Synchronize Schedule
GlobalRefreshSchedulePage.2=Set the interval at which the resources associated with {0} will be synchronized in the background.
SynchronizeManager.18=Could not cast {0} as ISynchronizeView
GlobalSynchronizeWizard.11=Synchronize
SynchronizeManager.19=Could not create synchronization: {0}
SynchronizeManager.20=Not allowed to create multiple synchronize instances of this type: {0}
SynchronizeModelProvider.0=Synchronize View: Processing label changes
WorkspaceScope.0=Workspace
WorkingSetScope.0=Workspace
SubscriberParticipant.namePattern={0} ({1})
SubscriberParticipantWizard.0=There are no {0} resources to synchronize
SubscriberParticipantWizard.1=Before you can synchronize resources you will have to import resources into your workspace using the ''{0}'' wizard. 

RemoveFromView.warningTitle=Confirm Remove
RemoveFromView.warningMessage=The selected resources will be removed from the view. A resource will reappear if it is modified or if its synchronization state changes.
RemoveFromView.warningDontShow=Don't show me this again

CompressedFoldersModelProvider.0=&Compressed Folders
HierarchicalModelProvider.0=&Tree
UIProjectSetSerializationContext.0=Overwrite {0}
UIProjectSetSerializationContext.1=Overwrite projects?
RemoveSynchronizeParticipantAction.0=Remove Pinned Synchronization?
RemoveSynchronizeParticipantAction.1=The current synchronization is pinned. Are you sure you want to remove it?

ConfigureProjectWizard.showAll=&Show All Wizards
ImportProjectSetMainPage.description=Creates projects from a previously exported project set list. A project set contains the names and locations of the projects and their contents are fetched from the given locations.
ExportProjectSetMainPage.description=Save a file containing the names and locations of the shared projects in the workspace.

DefaultUIFileModificationValidator.0=Read-only Files Encountered
DefaultUIFileModificationValidator.1=Some of the files being modified by the current operation are read-only. Do you wish to make them writable?
DefaultUIFileModificationValidator.2=The following files are read-only:
DefaultUIFileModificationValidator.3=Read-only File Encountered
DefaultUIFileModificationValidator.4=File ''{0}'' is read-only. Do you wish to make it writable?

Back to the top