1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 00:45:28 +02:00

Adjusted keyboard shortcuts. Bug 1454534.

This commit is contained in:
Sergey Prigogin 2009-07-25 18:02:12 +00:00
parent ceabc19821
commit 2851e70790

View file

@ -15,13 +15,13 @@ AbstractFileCreationWizard_title= New File
# ----------- AbstractFileCreationWizardPage -------------
AbstractFileCreationWizardPage_description=Creates a new file
AbstractFileCreationWizardPage_sourceFolder_label=Source &Folder:
AbstractFileCreationWizardPage_sourceFolder_button=Br&owse...
AbstractFileCreationWizardPage_sourceFolder_label=Source Fol&der:
AbstractFileCreationWizardPage_sourceFolder_button=&Browse...
AbstractFileCreationWizardPage_error_EnterSourceFolderName=Source folder name is empty.
AbstractFileCreationWizardPage_error_NotAFolder=''{0}'' is not a project or folder.
AbstractFileCreationWizardPage_error_NotASourceFolder=Folder ''{0}'' is not a source folder.
AbstractFileCreationWizardPage_error_FolderDoesNotExist=Folder ''{0}'' does not exist.
AbstractFileCreationWizardPage_template_label=Template:
AbstractFileCreationWizardPage_template_label=&Template:
AbstractFileCreationWizardPage_configure_label=Configure...
AbstractFileCreationWizardPage_noTemplate=<None>
AbstractFileCreationWizardPage_warning_NotACProject=Folder is not a C/C++ project.
@ -36,7 +36,7 @@ NewSourceFileCreationWizard_title= New Source File
# ----------- NewHeaderFileCreationWizardPage -------------
NewHeaderFileCreationWizardPage_title= New Header File
NewHeaderFileCreationWizardPage_description= Create a new header file.
NewHeaderFileCreationWizardPage_headerFile_label= Header File:
NewHeaderFileCreationWizardPage_headerFile_label= Header Fil&e:
NewHeaderFileCreationWizardPage_error_EnterFileName=File name is empty.
NewHeaderFileCreationWizardPage_error_FileNotInSourceFolder=File must be inside source folder.
NewHeaderFileCreationWizardPage_error_FileExists=File already exists.
@ -49,7 +49,7 @@ NewHeaderFileCreationWizardPage_error_InvalidFileName=File name is not valid. {0
# ----------- NewSourceFileCreationWizardPage -------------
NewSourceFileCreationWizardPage_title= New Source File
NewSourceFileCreationWizardPage_description= Create a new source file.
NewSourceFileCreationWizardPage_sourceFile_label= Source File:
NewSourceFileCreationWizardPage_sourceFile_label= Source Fil&e:
NewSourceFileCreationWizardPage_error_EnterFileName=File name is empty.
NewSourceFileCreationWizardPage_error_FileNotInSourceFolder=File must be inside source folder.
NewSourceFileCreationWizardPage_error_FileExists=File already exists.