Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties')
-rw-r--r--core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties260
1 files changed, 0 insertions, 260 deletions
diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties
deleted file mode 100644
index 7d6acf1a78d..00000000000
--- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties
+++ /dev/null
@@ -1,260 +0,0 @@
-#########################################
-# (c) Copyright IBM Corp. 2000, 2001.
-# All Rights Reserved.
-#########################################
-
-# ------- CView -----------------
-CView.make_edit_action =Project properties
-
-# ------- Preference Page -------
-
-#CBasePreferencePage.description=The build command is an executable program which will be used by the builder\nto build your C project. If the build command is not on the current system\nenvironment path, you have to enter an absolute path name.\nThe command given here will be filled in new C projects by default.\nTo change the builder for a specific project, use the project's property page.
-CBasePreferencePage.description=The build command is an executable program which will be used by the builder\nto build your C/C++ project. If the build command is not on the current system\nenvironment path, you have to enter an absolute path name.\nThe command given here will be filled in new C/C++ projects by default.
-CBasePreferencePage.buildLocation.label=Default build command:
-CBasePreferencePage.clearConsole.label=Always clear C-Build view before building
-CBasePreferencePage.autoOpenConsole.label=Open C-Build view when building
-CBasePreferencePage.consoleOnTop.label=Bring C-Build view to top when building (if present)
-CBasePreferencePage.linkToEditor.label=Link view selection to active editor
-CBasePreferencePage.CUChildren.label=Show file members in Project View
-CBasePreferencePage.useNewParser.label=Use New Parser for Code Model
-
-CBasePreferencePage.editorFont.label=C Editor font:
-CBasePreferencePage.consoleFont.label=C-Build view font:
-
-CBasePreferencePage.bracketHighlightBox.label=Highlight matching brackets with box
-CBasePreferencePage.bracketHighlightClr.label=Highlight matching brackets with color
-CBasePreferencePage.bracketColour.label=Bracket highlighting color
-
-OpenProjectWizardAction.title=New Project
-OpenNewFileWizardAction.title=New File
-OpenNewFolderWizardAction.title=New Folder
-
-# ------- NewProjectCreationPluginPage-------
-
-CProjectWizardPage.nameLabel=Name:
-CProjectWizardPage.useDefaultLabel=Use Default Location
-CProjectWizardPage.locationLabel=Location:
-CProjectWizardPage.browseLabel=Browse...
-CProjectWizardPage.projectNameEmpty=Project name must be specified.
-CProjectWizardPage.defaultLocationError=Location path can not overlap with default location.
-CProjectWizardPage.projectExistsMessage=Project already exists.
-
-# ------- ProjectConfigurationBlock-------
-
-ProjectConfigurationBlock.buildCmdText.label=The build command is an executable program which will be used by the builder to build your C project. If the build command is not on the current system environment path, you have to enter an absolute path name. If the build command is make then it will use the makefile which is located in the project folder
-ProjectConfigurationBlock.buildArgsText.label=Build can be either incremental or full. You can specify different build arguments\nfor the two kinds.
-ProjectConfigurationBlock.buildArgText.label=Additional build arguments
-
-ProjectConfigurationBlock.buildLocation.label=Build command:
-ProjectConfigurationBlock.buildLocation.button=Browse...
-ProjectConfigurationBlock.fullBuildArguments.label=Full Build Arguments:
-ProjectConfigurationBlock.incrBuildArguments.label=Incremental Build Arguments:
-ProjectConfigurationBlock.error.InvalidBuildCommand=Invalid build command
-
-# --- The new wizards ----
-# FIXME: Remove the properties above when satisfy with wizards.
-ReferenceBlock.label= Projects
-ReferenceBlock.desc= Referenced C/C++ Projects
-
-SettingsBlock.label=Build Settings
-SettingsBlock.keepOnGoing=Keep Going On Error
-SettingsBlock.stopOnError=Stop On Error
-SettingsBlock.makeOption.label=Build Command
-SettingsBlock.makeOption.use_default=Use Default
-SettingsBlock.makeOption.build_cmd=Build Command:
-
-StdMakeProjectWizard.op_error=Standard Make Error
-StdMakeProjectWizard.title=Standard Make Project
-StdMakeProjectWizard.description=Create a new Standard Make project.
-StdMakeProjectWizardSettings.title=Standard Make Settings
-StdMakeProjectWizardSettings.description=Define the Standard Make build settings.
-
-StdCWizard.title=Standard Make C Project
-StdCWizard.description=Create a new Standard Make C project.
-StdCWizardSettings.title=Standard Make C Settings
-StdCWizardSettings.description=Define the Standard Make C build settings.
-
-StdCCWizard.title=Standard Make C++ Project
-StdCCWizard.description=Create a new Standard Make C++ Project.
-StdCCWizardSettings.title=Standard Make C++ Settings
-StdCCWizardSettings.description=Define the Standard Make C++ build settings.
-
-CProjectWizard.op_error.title=Error Creating Project
-CProjectWizard.op_error.message=Project cannot be created
-CProjectWizard.op_description=C Project Wizard
-CProjectWizard.windowTitle=New Project
-CProjectWizard.description=C Project Wizard
-CProjectWizard.title=C Project Wizard
-CProjectWizardPage=C Wizard Page
-
-# Defaults from ConvertProjectWizardPage
-ConversionWizard.windowTitle=Convert C/C++ Projects
-ConversionWizard.description=Select project(s) for conversion
-ConversionWizard.title=Add a C++ Nature to project(s)
-ConversionWizard.projectlist=Candidates for conversion
-
-# Convert to C/C++
-StdMakeConversionWizard.windowTitle=Convert Projects to C or C++
-StdMakeConversionWizard.description=Select project(s) for conversion
-StdMakeConversionWizard.title=Add a C or C++ Nature to selected project(s)
-
-TabFolderPage=Tab Folder Page
-TabFolderPage.title=Project
-TabFolderPage.desc=Project Settings
-
-# ------- CProjectPropertyPage-------
-
-CProjectPropertyPage.nocproject=Not a C builder
-CProjectPropertyPage.closedproject=C information is not available for a closed project
-
-# ------- Building -------
-
-CBuilder.build_error=Could not execute builder "{0}" configured in the project property page.
-
-# ------- Properties-------
-
-CElementProperties.name=name
-CElementProperties.elf_cpu=cpu
-CElementProperties.elf_text=text
-CElementProperties.elf_data=data
-CElementProperties.elf_bss=bss
-CElementProperties.elf_type=type
-CElementProperties.elf_soname=soname
-CElementProperties.elf_has_debug=debug
-CElementProperties.elf_needed=needed
-
-# ------- Compare -------
-
-CMergeViewer.title=C Compare Viewer
-CStructureCreator.name=C Compare
-
-# ------- Editor ------------
-
-Editor.Undo.label=Undo@Ctrl+Z
-Editor.Undo.tooltip=Undo
-Editor.Undo.image=
-Editor.Undo.description=Undo
-
-Editor.Redo.label=Redo@Ctrl+Y
-Editor.Redo.tooltip=Redo
-Editor.Redo.image=
-Editor.Redo.description=Redo
-
-Editor.Cut.label=Cut@Ctrl+X
-Editor.Cut.tooltip=Cut
-Editor.Cut.image=
-Editor.Cut.description=Cut
-
-Editor.Copy.label=&Copy@Ctrl+C
-Editor.Copy.tooltip=Copy
-Editor.Copy.image=
-Editor.Copy.description=Copy
-
-Editor.Paste.label=Paste@Ctrl+V
-Editor.Paste.tooltip=Paste
-Editor.Paste.image=
-Editor.Paste.description=Paste
-
-Editor.Delete.label=Delete@Delete
-Editor.Delete.tooltip=Delete
-Editor.Delete.image=
-Editor.Delete.description=Delete
-
-Editor.SelectAll.label=Select &All@Ctrl+A
-Editor.SelectAll.tooltip=Select All
-Editor.SelectAll.image=
-Editor.SelectAll.description=Select All
-
-Editor.ShiftRight.label=Sh&ift Right@Ctrl+I
-Editor.ShiftRight.tooltip=Shift Right
-Editor.ShiftRight.image=
-Editor.ShiftRight.description=Shift the selected text to the right
-
-Editor.ShiftLeft.label=S&hift Left@Ctrl+Shift+I
-Editor.ShiftLeft.tooltip=Shift Left
-Editor.ShiftLeft.image=
-Editor.ShiftLeft.description=Shift the selected text to the left
-
-Editor.FindReplace.label=Find/Replace...@Ctrl+F
-Editor.FindReplace.tooltip=Find/Replace
-Editor.FindReplace.image=
-Editor.FindReplace.description=Find/Replace
-
-Editor.AddBookmark.label=Boo&kmark...
-Editor.AddBookmark.tooltip=Bookmark
-Editor.AddBookmark.image=
-Editor.AddBookmark.description=Add Bookmark
-Editor.AddBookmark.dialog.title=Add Bookmark
-Editor.AddBookmark.dialog.message=Enter Bookmark name
-
-Editor.AddTask.label=&Task...
-Editor.AddTask.tooltip=Task
-Editor.AddTask.image=
-Editor.AddTask.description=Add Task
-
-Editor.Save.label=Save@Ctrl+S
-Editor.Save.tooltip=Save
-Editor.Save.image=
-Editor.Save.description=Save
-
-Editor.Revert.label=Re&vert
-Editor.Revert.tooltip=Revert
-Editor.Revert.image=
-Editor.Revert.description=Revert
-
-Editor.GotoLine.label=&Go to Line...@Ctrl+L
-Editor.GotoLine.tooltip=Go to a Line
-Editor.GotoLine.image=
-Editor.GotoLine.description=Go to a line
-Editor.GotoLine.dialog.title=Go to Line
-Editor.GotoLine.dialog.message=Enter line number:
-Editor.GotoLine.dialog.invalid_input=Invalid line number
-Editor.GotoLine.dialog.invalid_range=Line number out of range
-
-Editor.NextError.label= Go To Next Error
-Editor.PreviousError.label=Go To Previous Error
-Editor.NextError.tooltip= Jump to next error marker
-Editor.PreviousError.tooltip=Jump to previous error marker
-
-
-Editor.error.no_provider=Text editor does not have a document provider
-Editor.error.save.title=Save Problems
-Editor.error.save.message=Internal error:
-Editor.error.revert.title=Problems While Reverting to Saved State
-Editor.error.revert.message=Internal error:
-Editor.error.no_input=Unable to read text editor input
-Editor.error.invalid_input=Invalid text editor input
-
-CEditorPreferencePage.description= C Editor Preferences
-
-# ------- OpenIncludeDeclarationAction------------
-
-OpenIncludeAction.label=&Open
-OpenIncludeAction.tooltip=Open the Selected Include in the Editor
-OpenIncludeAction.description=Open the selected include in the editor
-OpenIncludeAction.dialog.title=Open Include
-OpenIncludeAction.dialog.message=Select the file to open
-
-# ------- SearchForReferencesAction ---------------
-SearchForReferencesAction.label=Reference&s
-SearchForReferencesAction.tooltip=Search for References to Name in Workspace
-SearchForReferencesAction.description=Searches for references to name in workspace
-
-# ------- LexicalSortingAction------------
-
-LexicalSortingAction.label=Sort
-LexicalSortingAction.description=Sorts the elements in the outliner
-LexicalSortingAction.tooltip=Sort
-LexicalSortingAction.tooltip.on=Do Not Sort
-LexicalSortingAction.tooltip.off=Sort
-
-# ------- ClearOutputAction------------
-ClearOutputAction.label=Clea&r Console
-ClearOutputAction.tooltip=Clear Console
-
-# ------- New menu items to overwrite superclass ----------
-CreateFileAction.text = &File
-CreateFolderAction.text = F&older
-
-# ------- Drag and Drop Message Text -----------
-CViewDragNDrop.txt = already exists. Would you like to overwrite it? \ No newline at end of file

Back to the top