project/com.nokia.carbide.cpp.project.ui/src/com/nokia/carbide/cpp/internal/project/ui/importWizards/messages.properties
author timkelly
Fri, 30 Oct 2009 14:12:42 -0500
changeset 553 fe69ca72a1a0
parent 74 560850c1ef5e
child 559 9198c2581dd6
permissions -rw-r--r--
Fix bug 9997. Warn against using project root at root && > 20,000 files exist under that root.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     1
ProjectPropertiesPage_title=Project Properties
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     2
ProjectPropertiesPage_description=Project name and location
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     3
ProjectPropertiesPage_projectNameLabel=Project name:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     4
ProjectPropertiesPage_projectNameTooltip=Specify the name of the project
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     5
ProjectPropertiesPage_rootDirectoryLabel=Root directory:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     6
ProjectPropertiesPage_rootDirectoryTooltip=Specify the root file system directory which contains the project contents you are interested in
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     7
ProjectPropertiesPage_helpText=The root directory should contain all files related to your project that you want to work with in the IDE.\r\nThe default value is calculated by parsing the bld.inf file and mmp file(s).
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     8
ProjectPropertiesPage_noProjectSpecifiedError=Please enter a name for the project.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     9
ProjectPropertiesPage_projectExistsError=Another project with that name already exists in the workspace.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    10
ProjectPropertiesPage_projectNameTooLong=Project name must not exceed 32 characters.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    11
ProjectPropertiesPage_projectFileExistsError=The project %s already exists in the directory: %s.  Click the help icon and select 'Troubleshooting' for more information.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    12
ProjectPropertiesPage_browseButtonLabel=Browse...
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    13
ProjectPropertiesPage_browseButtonTooltip=Browse the file system and select the directory to use as the root of the project.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    14
ProjectPropertiesPage_browseDialogTitle=Select root project directory
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    15
ProjectPropertiesPage_noDirectorySpecifiedError=Please enter a root directory for the project.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    16
ProjectPropertiesPage_directoryDoesNotExitError=The root directory specified does not exist.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    17
ProjectPropertiesPage_directoryDoesNotContainRequiredFiles=The root directory must contain all project files (bld.inf, mmp and make files).  Click the help icon and select 'Troubleshooting' for more information.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    18
ProjectPropertiesPage_directoryDoesNotContainSourceFiles=The root directory specified does not contain all the source and resource files referenced in the project.  This may make navigation and editing more difficult.  
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    19
ProjectPropertiesPage_directoryTooLong=The root directory specified is too long.  It cannot exceed 215 characters so that project settings files do not exceed the 256 character path limit.
553
fe69ca72a1a0 Fix bug 9997. Warn against using project root at root && > 20,000 files exist under that root.
timkelly
parents: 74
diff changeset
    20
ProjectPropertiesPage_directoryIsRoot=Importing a project at root is not recommended. Please select another root or import a subset of included bld.inf files (if possible).
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    21
MMPSelectionPage_title=MMP Selection
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    22
MMPSelectionPage_description=Select the mmp and extension make files to work with.  You will be able to edit this after the project has been created.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    23
MMPSelectionPage_selectAllAButtonLabel=Select All
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    24
MMPSelectionPage_selectAllAButtonTooltip=Select all items in the list
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    25
MMPSelectionPage_deselectAllAButtonLabel=Deselect All
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    26
MMPSelectionPage_deselectAllAButtonTooltip=Deselect all items in the list
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    27
MMPSelectionPage_showFullPathsCheckboxLabel=Show full paths
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    28
MMPSelectionPage_showFullPathsCheckboxTooltip=Show full paths to mmp and extension make files
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    29
MMPSelectionPage_sortByMMPNameCheckboxLabel=Sort by MMP/Make file name
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    30
MMPSelectionPage_sortByMMPNameCheckboxTooltip=Sorts the list alphabetically by name. Otherwise they are displayed in the order listed in the bld.inf file.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    31
MMPSelectionPage_noMMPsFoundWarning=Note: No mmp or extension make files were found in the bld.inf file.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    32
MMPSelectionPage_noMMPsSelectedError=Please select at least one mmp or extension makefile.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    33
BldInfImportWizard_title=File Import Wizard
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    34
BldInfSelectionPage_title=Symbian OS Bld.inf file
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    35
BldInfSelectionPage_description=Import an existing Symbian OS project
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    36
BldInfSelectionPage_infFileLabel=Bld.inf file:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    37
BldInfSelectionPage_infFileToolTip=Specify the bld.inf file to import
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    38
BldInfSelectionPage_browseButtonLabel=Browse...
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    39
BldInfSelectionPage_browseButtonTooltip=Browse the file system and select the bld.inf file to import.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    40
BldInfImportWizard_CreatingProjectJobName=Creating project...
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    41
BldInfSelectionPage_browseDialogTitle=Select bld.inf file
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    42
BldInfSelectionPage_noSpacesInPathError=The path cannot contain spaces due to limitations in the build system.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    43
BldInfSelectionPage_invalidInfError=The selected bld.inf file does not exist.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    44
BldInfSelectionPage_notInfError=The specified path does not refer to a bld.inf file.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    45
BldInfSelectionPage_badLocationError=The bld.inf file cannot be at the root of the workspace.