Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2003-07-23 17:13:24 +0000
committerJean Michel-Lemieux2003-07-23 17:13:24 +0000
commit8f7abea99cb6b58c2977f304af52c65cdc106797 (patch)
tree716a85f5701dce890d64dfc0deb4c91872a8af2e /bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
parent2a6b47168db6dbc2eaf5e51bb065f76e553f4b0a (diff)
downloadeclipse.platform.team-8f7abea99cb6b58c2977f304af52c65cdc106797.tar.gz
eclipse.platform.team-8f7abea99cb6b58c2977f304af52c65cdc106797.tar.xz
eclipse.platform.team-8f7abea99cb6b58c2977f304af52c65cdc106797.zip
Refactoring of synchronize viewer:
- added perspective - added background job to collect sync changes - added statistics to sync sets - separated working set from subscriber set
Diffstat (limited to 'bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties')
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties18
1 files changed, 16 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties b/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
index 00e882e4e..91fedb8ed 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
@@ -97,10 +97,14 @@ SyncView.cantSaveError=Can't save changes: {0}
SyncView.dirtyIndicatorInTitle=*{0}
LiveSyncView.title=Synchronize
-LiveSyncView.titleTooltip={0} - Working Set: {1}
-LiveSyncView.titleChangeNumbers=showing {0} of {1} changes
+LiveSyncView.titleTooltip={0}\nWorking Set: {1}\n
+LiveSyncView.titleChangeNumbers=mode matched {0} of {1} changes: {2} hidden by working set
+LiveSyncView.titleChangeNumbersNoWorkingSet=mode matched {0} of {1} changes
LiveSyncView.titleWithSubscriber={0} ({1}) - {2}
+SubscriberEventHandler.jobName=Updating synchronization state
+SubscriberEventHandler.errors=Errors have occured while calculating the synchronization state. The Synchronize View may be out-of-date.
+
SyncInfoCompareInput.localLabel=Local File
SyncInfoCompareInput.remoteLabel=Remote File
SyncInfoCompareInput.baseLabel=Common Ancestor
@@ -129,6 +133,10 @@ 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=Team refresh with all repositories
SyncViewRefresh.taskName=Team refresh {0} folders with repositories
@@ -304,6 +312,7 @@ UploadAction.confirmDeletionTitle=Confirm Deletion
UploadAction.confirmFileDeletionMessage=File ''{0}'' has been deleted locally. Do you want to delete it remotely?
UploadAction.problemMessage=Problems occurred uploading.
+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
@@ -373,3 +382,8 @@ action.syncViewPreferences.label=Preferences...
action.changeFilterShowAdditions.label=Show Additions
action.changeFilterShowDeletions.label=Show Deletions
action.changeFilterShowChanges.label=Show Changes
+
+SynchronizeView.12=One item selected
+SynchronizeView.13=\ items selected
+SynchronizeView.14=Error opening perspective
+SynchronizeView.16=Error opening view

Back to the top