Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2003-09-02 17:52:30 +0000
committerMichael Valenta2003-09-02 17:52:30 +0000
commitdd9310ea69a9d64dabb189b05da2ec8ea5e2785e (patch)
tree7a05e33c4b05aa2a942f66318d24bccc7f6136a6 /bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
parent3f7a5bab96f0f24e5ccf6e96784a7da6cbe21213 (diff)
downloadeclipse.platform.team-dd9310ea69a9d64dabb189b05da2ec8ea5e2785e.tar.gz
eclipse.platform.team-dd9310ea69a9d64dabb189b05da2ec8ea5e2785e.tar.xz
eclipse.platform.team-dd9310ea69a9d64dabb189b05da2ec8ea5e2785e.zip
41983: [CVS UI] Missing NLS string
41943: [CVS Concurrency] Checkout feedback problems
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties9
1 files changed, 5 insertions, 4 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
index 0356b8b8a..3c2a7a2bf 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
@@ -917,7 +917,7 @@ CheckoutOperation.confirmOverwrite=Confirm Overwrite
CheckoutOperation.scrubbingProject=Scrubbing project ''{0}''.
CheckoutOperation.refreshingProject=Configuring project ''{0}''.
-CheckoutSingleProjectOperation.taskname=Checking out "{0}" from CVS as "{1}"
+CheckoutSingleProjectOperation.taskname=Checking out ''{0}'' from CVS
CheckoutMultipleProjectsOperation.taskName=Checking out {0} folders from CVS
CheckoutIntoOperation.taskname=Checking out {0} folders from CVS into ''{1}''
@@ -999,9 +999,6 @@ CheckoutIntoProjectSelectionPage.showSameRepo=Show projects shared with the same
CheckoutIntoProjectSelectionPage.recurse=&Checkout subfolders
CheckoutIntoProjectSelectionPage.invalidFolderName=''{0}'' is not a valid folder name
-CVSOperation.workspaceOperationJobName=CVS workspace modify operation: {0}
-CVSOperation.operationJobName=CVS operation: {0}
-
HasProjectMetaFile.taskName=Looking for a remote meta file
TagFromWorkspace.taskName=Tagging from workspace
TagFromRepository.taskName=Tagging from repository
@@ -1030,3 +1027,7 @@ WorkInProgressPreferencePage.1=Preferences for enabling features that are not co
WorkInProgressPreferencePage.2=Enable background fetching of resources in the CVS Repositories view
WorkInProgressPreferencePage.3=Enable operations to be run in the background (e.g. checkout, update, commit)
WorkInProgressPreferencePage.4=Enable the CVS sync actions to open the new sync view
+CheckoutProjectOperation.8=Checking out ''{0}'' into project ''{0}''
+CheckoutProjectOperation.9=Checking out ''{0}'' into {1} projects
+CVSOperation.0=Errors occured in {0} of {1} operations.
+CVSDecorator.exceptionMessage=Errors occured while applying CVS decorations to resources.

Back to the top