project/com.nokia.carbide.cpp.project.ui/src/com/nokia/carbide/cpp/internal/project/ui/importWizards/messages.properties
changeset 561 f3a460c2cbae
parent 560 1734d2cdd72f
child 1036 b1909e47f4af
equal deleted inserted replaced
560:1734d2cdd72f 561:f3a460c2cbae
    15 ProjectPropertiesPage_noDirectorySpecifiedError=Please enter a root directory for the project.
    15 ProjectPropertiesPage_noDirectorySpecifiedError=Please enter a root directory for the project.
    16 ProjectPropertiesPage_directoryDoesNotExitError=The root directory specified does not exist.
    16 ProjectPropertiesPage_directoryDoesNotExitError=The root directory specified does not exist.
    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.
    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.
    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.  
    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.  
    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.
    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.
    20 ProjectPropertiesPage_directoryIsRoot=A project path near the root level can lead to slow import times. Please select another root or import a subset of included bld.inf files (if possible).
    20 ProjectPropertiesPage_directoryIsRoot=A project path near the root SDK directory can lead to slow import times. Please select another project path or import a subset of included bld.inf files (if possible).
    21 MMPSelectionPage_title=MMP Selection
    21 MMPSelectionPage_title=MMP Selection
    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.
    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.
    23 MMPSelectionPage_selectAllAButtonLabel=Select All
    23 MMPSelectionPage_selectAllAButtonLabel=Select All
    24 MMPSelectionPage_selectAllAButtonTooltip=Select all items in the list
    24 MMPSelectionPage_selectAllAButtonTooltip=Select all items in the list
    25 MMPSelectionPage_deselectAllAButtonLabel=Deselect All
    25 MMPSelectionPage_deselectAllAButtonLabel=Deselect All