1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

bug 287815: CDT New Class Wizard GUI should follow Eclipse UI Guidelines.

Patch from Marc-Andre Laperle
This commit is contained in:
Andrew Gvozdev 2009-11-12 03:49:41 +00:00
parent 717dfc08a6
commit d92de82c59

View file

@ -22,7 +22,7 @@ NewClassCreationWizardPage_getTypes_noClasses_message=No classes available.
NewClassCreationWizardPage_getTypes_noNamespaces_title=Namespace Selection
NewClassCreationWizardPage_getTypes_noNamespaces_message=No namespaces available.
NewClassCreationWizardPage_sourceFolder_label=&Source Folder:
NewClassCreationWizardPage_sourceFolder_label=&Source folder:
NewClassCreationWizardPage_sourceFolder_button=Br&owse...
NewClassCreationWizardPage_error_EnterSourceFolderName=Source folder name is empty.
NewClassCreationWizardPage_error_NotAFolder=''{0}'' is not a project or folder.
@ -42,7 +42,7 @@ NewClassCreationWizardPage_warning_NamespaceNotExists=Namespace does not exist.
NewClassCreationWizardPage_error_InvalidNamespace=Namespace is not valid. {0}.
NewClassCreationWizardPage_warning_NamespaceDiscouraged=Namespace is discouraged. {0}.
NewClassCreationWizardPage_className_label=&Class Name:
NewClassCreationWizardPage_className_label=&Class name:
NewClassCreationWizardPage_error_EnterClassName=Class name is empty.
NewClassCreationWizardPage_error_ClassNameExists=Class already exists.
NewClassCreationWizardPage_error_ClassNameExistsDifferentCase=Class with same name exists in a different scope.
@ -52,15 +52,15 @@ NewClassCreationWizardPage_error_InvalidClassName=Class name is not valid. {0}.
NewClassCreationWizardPage_error_QualifiedClassName=Class name must not be qualified.
NewClassCreationWizardPage_warning_ClassNameDiscouraged=Class name is discouraged. {0}.
NewClassCreationWizardPage_baseClasses_label=&Base Classes:
NewClassCreationWizardPage_baseClasses_label=&Base classes:
NewClassCreationWizardPage_error_BaseClassNotExistsInProject=Base class ''{0}'' not in include paths for current project.
NewClassCreationWizardPage_methodStubs_label=&Method Stubs:
NewClassCreationWizardPage_methodStubs_label=&Method stubs:
NewClassCreationWizardPage_error_NotAFile=''{0}'' is not a file.
NewClassCreationWizardPage_error_FolderDoesNotExist=Folder ''{0}'' does not exist.
NewClassCreationWizardPage_useDefaultLocation_label=&Use Default
NewClassCreationWizardPage_useDefaultLocation_label=&Use default
NewClassCreationWizardPage_headerFile_label=&Header:
NewClassCreationWizardPage_headerFile_button=Br&owse...
NewClassCreationWizardPage_ChooseHeaderFileDialog_title=Header File Selection