Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2002-06-07 18:51:45 +0000
committerJean Michel-Lemieux2002-06-07 18:51:45 +0000
commit84c135350e13e3740606290af8352742c7e9dc36 (patch)
tree7bb8f6e952e7fa8f24418e1a71e8764b6cb7dac4 /bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
parent229e549330f52952b8476d06e49dc543caf2f62c (diff)
downloadeclipse.platform.team-84c135350e13e3740606290af8352742c7e9dc36.tar.gz
eclipse.platform.team-84c135350e13e3740606290af8352742c7e9dc36.tar.xz
eclipse.platform.team-84c135350e13e3740606290af8352742c7e9dc36.zip
Bug 19440: CVS: no description in CVS share project wizard
Reviewed by James Moody
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.properties7
1 files changed, 6 insertions, 1 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 f2eb265b4..23c6f43e9 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
@@ -166,7 +166,7 @@ CVSPreferencePage.level2=2
CVSPreferencePage.level3=3
CVSPreferencePage.level4=4
CVSPreferencePage.level5=5
-CVSPreferencePage.level6=6 (default)
+CVSPreferencePage.level6=6
CVSPreferencePage.level7=7
CVSPreferencePage.level8=8
CVSPreferencePage.level9=9 (highest compression)
@@ -487,17 +487,22 @@ KSubstWizardSummaryPage.summaryViewer.ksubstHeader=Keyword Substitution Mode
SharingWizard.autoConnectTitle=Connect Project to Repository
SharingWizard.autoConnectOneOTitle=Connect Project from Eclise 1.0 to Repository
+SharingWizard.autoConnectTitleDescription=Project is already configured with CVS repository information.
SharingWizard.couldNotImport=Remote Project Exists
SharingWizard.couldNotImportLong=Module ''{0}'' already exists remotely. Would you like to synchronize your local project with the existing remote module?
SharingWizard.selectTagTitle=Select Tag
SharingWizard.selectTag=Select the tag to synchronize with:
SharingWizard.description=Configure a Project to Use CVS
SharingWizard.importTitle=Share Project with CVS Repository
+SharingWizard.importTitleDescription=Select an existing repository location or create a new location.
SharingWizard.title=Share Project
SharingWizard.heading=Configure a Project to Use CVS
SharingWizard.enterInformation=Enter Repository Location Information
+SharingWizard.enterInformationDescription=Define the location and protocol required to connect with an existing CVS repository.
SharingWizard.enterModuleName=Enter Module Name
+SharingWizard.enterModuleNameDescription=Select the name of the module in the CVS repository.
SharingWizard.readyToFinish=Ready to Share Project
+SharingWizard.readyToFinishDescription=Select Finish to import the project into the CVS repository.
SharingWizard.validationFailedText={0}. Set project sharing anyway?
SharingWizard.validationFailedTitle=Unable to Validate

Back to the top