Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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.properties119
1 files changed, 0 insertions, 119 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
deleted file mode 100644
index ee68665d5..000000000
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
+++ /dev/null
@@ -1,119 +0,0 @@
-# String resources for org.eclipse.team.ui
-####################
-
-simpleInternal=Internal error
-exceptionCreatingWizard=Exception creating wizard.
-nothingToSynchronize=Nothing to Synchronize
-
-# ui
-
-CheckInAction.checkin=Check In
-CheckInAction.checkingIn=Checking In...
-
-CheckOutAction.checkout=Check Out
-CheckOutAction.checkingOut=Checking Out...
-
-ConfigureProjectAction.configureProject=Configure Project
-
-DeconfigureProjectAction.deconfigureProject=Deconfigure Project
-
-DeleteAction.delete=Delete
-DeleteAction.deleting=Deleting...
-
-ManageAction.manage=Manage
-ManageAction.managing=Managing...
-
-MoveAction.move=Move
-
-UnManageAction.unmanage=Unmanage
-UnManageAction.unmanaging=Unmanaging...
-
-UndoCheckOutAction.undoCheckout=Undo Check Out
-UndoCheckOutAction.undoing=Undoing Check Out...
-
-UpdateAction.updating=Getting...
-UpdateAction.title=Get
-
-# internal.ui
-
-ConfigureProjectWizard.configureProject=Share Project
-ConfigureProjectWizard.title=Share Project
-ConfigureProjectWizard.description=Select the repository plug-in that will be used to share the selected project.
-ConfigureProjectWizardMainPage.selectRepository=Select a repository type:
-
-IgnorePreferencePage.description=You may wish to exclude certain resources from version control.\n\
- Use this page to specify a list of resource name patterns to ignore.\n\
- Resources whose names match any enabled pattern will not be released.\n\
- The wildcard characters '*' and '?' are permitted.\n\
- These settings will not affect resources already under version control.
-IgnorePreferencePage.ignorePatterns=&Ignore Patterns:
-IgnorePreferencePage.add=&Add...
-IgnorePreferencePage.remove=&Remove
-IgnorePreferencePage.enterPatternShort=Enter Ignore Pattern
-IgnorePreferencePage.enterPatternLong=Please enter a pattern:
-IgnorePreferencePage.patternExistsShort=Pattern Already Exists
-IgnorePreferencePage.patternExistsLong=The entered pattern already exists.
-
-TextPreferencePage.text=Text
-TextPreferencePage.binary=Binary
-TextPreferencePage.description=&File extensions with known content:
-TextPreferencePage.add=&Add...
-TextPreferencePage.remove=&Remove
-TextPreferencePage.enterExtensionShort=Enter File Extension
-TextPreferencePage.enterExtensionLong=Please enter a file extension:
-TextPreferencePage.extensionExistsShort=Extension Already Exists
-TextPreferencePage.extensionExistsLong=The entered extension already exists.
-TextPreferencePage.change=&Change
-TextPreferencePage.extension=Extension
-TextPreferencePage.contents=Contents
-
-TeamResourceDecorator.badClassType=Error creating Team decorator: bad class type
-TeamResourceDecorator.coreException=Error creating Team decorator: core exception
-
-DeleteAction.promptMessage=Are you sure you want to delete the resource(s) from the repository and from the local workspace?
-DeleteAction.promptTitle=Confirm Repository Delete
-
-# internal.ui.sync
-
-CatchupReleaseViewer.expand=&Expand All
-CatchupReleaseViewer.ignoreWhiteSpace=&Ignore White Space
-CatchupReleaseViewer.refreshAction=&Refresh From Repository
-CatchupReleaseViewer.showInNavigator=&Show in Navigator
-CatchupReleaseViewer.showIncomingAction=Show Incoming
-CatchupReleaseViewer.showOutgoingAction=Show Outgoing
-CatchupReleaseViewer.showOnlyConflictsAction=Show Only Conflicts
-
-MergeResource.workspaceFile=Workspace file: {0}
-MergeResource.repositoryFile=Repository file: {0}
-MergeResource.noRepositoryFile=No repository file
-MergeResource.noCommonFile=No common file
-MergeResource.commonFile=Common file: {0}
-
-SyncCompareInput.nothingText=Workspace resources are the same as those released in the stream.
-SyncCompareInput.refresh=Error During Refresh with Repository
-SyncCompareInput.synchronize=Synchronize
-SyncCompareInput.taskTitle=Synchronizing with Repository...
-
-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.incomingModeTitle=Synchronize - Incoming Mode
-SyncView.incomingModeAction=Incoming Mode
-SyncView.incomingModeToolTip=Incoming Mode
-SyncView.outgoingModeTitle=Synchronize - Outgoing Mode
-SyncView.outgoingModeAction=Outgoing Mode
-SyncView.outgoingModeToolTip=Outgoing Mode
-SyncView.freeModeTitle=Synchronize - Incoming/Outgoing Mode
-SyncView.freeModeAction=Incoming/Outgoing Mode
-SyncView.freeModeToolTip=Incoming/Outgoing Mode
-SyncView.same=Workspace resources are the same as those released in the repository.
-SyncView.text=Synchronize resources with their team provider to display them here.
-SyncView.unableSynchronize=Unable to Synchronize
-
-TeamFile.saveChanges=Unable to save changes to file: {0}
-
-TeamAction.internal=Internal error occured.

Back to the top