Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2003-07-11 04:30:07 +0000
committerJean Michel-Lemieux2003-07-11 04:30:07 +0000
commit3dd916780dcacab7178a53bb1407695c991781ff (patch)
tree6ad7dd6885e745066e1bcb98b35a825154fe4191 /bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
parent01e36bebc34fab4bbc238a563c0328069ef40c46 (diff)
downloadeclipse.platform.team-3dd916780dcacab7178a53bb1407695c991781ff.tar.gz
eclipse.platform.team-3dd916780dcacab7178a53bb1407695c991781ff.tar.xz
eclipse.platform.team-3dd916780dcacab7178a53bb1407695c991781ff.zip
Fixed various things in the sync view
- refactored actions and image initialization - auto-expansions and selection preserving - closing editors on nodes being in sync
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.properties56
1 files changed, 55 insertions, 1 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 11e211c76..8911c1943 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
@@ -304,10 +304,64 @@ UploadAction.confirmDeletionTitle=Confirm Deletion
UploadAction.confirmFileDeletionMessage=File ''{0}'' has been deleted locally. Do you want to delete it remotely?
UploadAction.problemMessage=Problems occurred uploading.
-
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
+
+###############################################
+# Sync view actions
+###############################################
+
+action.toggleView.label=Toggle layout between a tree and table
+action.toggleView.tooltip=Toggle layout between a tree and table
+action.toggleView.descrioption=Toggle layout between a tree and table
+action.toggleView.image=copy_edit.gif
+
+action.collapseAll.label=Collapse All
+action.collapseAll.tooltip=Collapse All
+action.collapseAll.descrioption=Collapse All
+action.collapseAll.image=collapseall.gif
+
+action.changeFilters.label=Select change filters
+action.changeFilters.tooltip=Select change filters
+action.changeFilters.description=Select which change filters to apply in Synchronize view
+action.changeFilters.image=change_filter.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=Show Incoming Changes
+action.directionFilterIncoming.tooltip=Show Incoming Changes
+action.directionFilterIncoming.description=Show Incoming Changes
+action.directionFilterIncoming.image=catchup_rls.gif
+
+action.directionFilterOutgoing.label=Show Outgoing Changes
+action.directionFilterOutgoing.tooltip=Show Outgoing Changes
+action.directionFilterOutgoing.description=Show Outgoing Changes
+action.directionFilterOutgoing.image=release_rls.gif
+
+action.directionFilterConflicts.label=Show Conflicting Changes
+action.directionFilterConflicts.tooltip=Show Conflicting Changes
+action.directionFilterConflicts.description=Show Conflicting Changes
+action.directionFilterConflicts.image=conflict_synch.gif
+
+action.refreshSubscriber.label=Refresh with Remote
+action.refreshSubscriber.tooltip=Refresh the current synchronization target with Remote
+action.refreshSubscriber.description=Refresh the current synchronization target with Remote
+action.refreshSubscriber.image=site_element.gif
+
+action.expandAll.label=Expand All
+action.openInCompareEditor.label=Open In Compare Editor
+action.cancelSubscriber.label=Cancel
+action.selectNextChange.label=Select Next Change
+action.selectPreviousChange.label=Select Previous Change
+action.syncViewPreferences.label=Preferences...
+action.changeFilterShowAdditions.label=Show Additions
+action.changeFilterShowDeletions.label=Show Deletions
+action.changeFilterShowChanges.label=Show Changes
+

Back to the top