blob: 5f1239fd40436819ccc1c9ff4dcff0ee2840c8bd [file] [log] [blame]
Plugin.name = Eclipse UI
Plugin.providerName = Eclipse.org
Win32Fragment.fragmentName = Workbench for Windows
# Workbench extension point names
ExtPoint.acceleratorSets = Accelerator Sets
ExtPoint.acceleratorConfigurations = Accelerator Configurations
ExtPoint.acceleratorScopes = Accelerator Scopes
ExtPoint.actionDefinitions = Action Definitions
ExtPoint.actionSets = Action Sets
ExtPoint.capabilities = Capabilities
ExtPoint.decorators = Decorators
ExtPoint.dropActions = Drop Actions
ExtPoint.editors = Editors
ExtPoint.editorActions = Editor Menus and Actions
ExtPoint.exportWizards = Export Wizards
ExtPoint.importWizards = Import Wizards
ExtPoint.markerHelp = Marker Help
ExtPoint.markerImageProviders = Marker Image Providers
ExtPoint.markerResolution = Marker Resolution
ExtPoint.newWizards = Resource Creation Wizards
ExtPoint.perspectiveExtensions = Perspective Extensions
ExtPoint.perspectives = Perspectives
ExtPoint.popupMenus = Popup Menus
ExtPoint.projectNatureImages = Project Nature Images
ExtPoint.resourceFilters = Resource Filters
ExtPoint.preferencePages = Preference Pages
ExtPoint.propertyPages = Property Pages
ExtPoint.startup = Startup
ExtPoint.views = Views
ExtPoint.viewActions = View Menus and Actions
# Text extension point names
ExtPoint.documentProviders = Document providers
ExtPoint.markerUpdaters = Marker updaters
Perspective.resourcePerspective = Resource
ImportWizards.FileSystem = File system
ImportWizards.ZipFile = Zip file
ImportWizards.ExternalProject = Existing Project into Workspace
ImportWizards.FileSystemDescription=Import resources from the local file system
ImportWizards.ZipFileDescription=Import resources from a Zip or Jar file on the local file system
ImportWizards.ExternalProjectDescription=Create a new Project from an Eclipse project in the file system. This does not copy the project to the workspace.
ExportWizards.FileSystem = File system
ExportWizards.ZipFile = Zip file
ExportWizards.FileSystemDescription = Export resources to the local file system
ExportWizards.ZipFileDescription = Export resources to a Zip file on the local file system
Views.Category.Basic = Basic
Views.ResourceNavigator = Navigator
Views.BookmarkNavigator = Bookmarks
Views.PropertySheet = Properties
Views.ContentOutline = Outline
Views.TaskList = Tasks
Views.KeyBindings = Key Bindings
Views.EditorView = Editors
NewWizards.Category.Examples = Examples
NewWizards.Category.Basic = Simple
NewWizards.project = Project
NewWizards.project.description = Create a new project resource
NewWizards.folder = Folder
NewWizards.folder.description = Create a new folder resource
NewWizards.file = File
NewWizards.file.description = Create a new file resource
PreferencePages.Workbench = Workbench
PreferencePages.WorkbenchWorkInProgress = Work In Progress
PreferencePages.Editors = Editors
PreferencePages.PathVariables = Path Variables
PreferencePages.FileEditors = File Associations
PreferencePages.FileStates = Local History
PreferencePages.Perspectives = Perspectives
PreferencePages.Views = Appearance
PreferencePages.BuildOrder = Build Order
PreferencePages.Fonts = Fonts
PreferencePages.Decorators = Label Decorations
PreferencePages.Startup = Startup
PreferencePages.Commands = Commands
PreferencePages.Gestures = Gestures
PreferencePages.Keys = Keys
PropertyPages.project.reference = Project References
PropertyPages.project.capability = Capabilities
PropertyPages.info.file = Info
Editors.DefaultTextEditor = Text Editor
Editors.WelcomeEditor = Welcome
DefaultAcceleratorConfiguration.name = Default
DefaultAcceleratorConfiguration.description = Eclipse's default accelerator configuration
EmacsAcceleratorConfiguration.name = Emacs
EmacsAcceleratorConfiguration.description = Emacs editor style accelerator configuration
GlobalAcceleratorScope.name = Global
GlobalAcceleratorScope.description = Action accelerator key applicable to all views and editors unless explicitly overridden.
TextEditorAcceleratorScope.name = Text Editor
TextEditorAcceleratorScope.description = Action accelerator key applicable only when text editor active.
ExtPoint.workingSets = Working set dialogs
WorkingSets.resource = Resource
AddBookmark.label=Add Boo&kmark...
AddBookmark.tooltip=Add Bookmark...
AddTask.label=Add &Task...
AddTask.tooltip=Add Task...
Support=Support
SystemSummary=System Summary
NavigateActionSet.label = Resource Navigation
NavigateActionSet.description = Action set containing resource navigation actions
GoToResourceAction.label = &Resource...
DecoratorLinkedResource.label = Linked Resources
DecoratorLinkedResource.description = Adds an icon decoration to linked resources.
OpenWorkspaceFileAction.label = Open Reso&urce...
ActionDefinition.newWizard.name = Open New Wizard
ActionDefinition.newWizard.description = Action to open the New Wizard
ActionDefinition.close.name = Close
ActionDefinition.close.description = Action to close a resource
ActionDefinition.closeAll.name = Close All
ActionDefinition.closeAll.description = Action to close all open resources
ActionDefinition.save.name = Save
ActionDefinition.save.description = Action to save a resource
ActionDefinition.saveAll.name = Save All
ActionDefinition.saveAll.description = Action to save all resources
ActionDefinition.print.name = Print
ActionDefinition.print.description = Action to print a resource
ActionDefinition.revert.name = Revert
ActionDefinition.revert.description = Action to revert a resource
ActionDefinition.refresh.name = Refresh
ActionDefinition.refresh.description = Action to refresh a resource from the file system
ActionDefinition.properties.name = Properties
ActionDefinition.properties.description = Action to display the properties of a resource
ActionDefinition.undo.name = Undo
ActionDefinition.undo.description = Undo last action
ActionDefinition.redo.name = Redo
ActionDefinition.redo.description = Redo last action
ActionDefinition.cut.name = Cut
ActionDefinition.cut.description = Action to cut
ActionDefinition.copy.name = Copy
ActionDefinition.copy.description = Action to copy
ActionDefinition.paste.name = Paste
ActionDefinition.paste.description = Action to paste
ActionDefinition.delete.name = Delete
ActionDefinition.delete.description = Action to delete
ActionDefinition.deleteLine.name = Delete Line
ActionDefinition.deleteLine.description = Action to delete a line of text
ActionDefinition.deleteLineBeginning.name = Delete to Beginning of Line
ActionDefinition.deleteLineBeginning.description = Action to delete to the beginning of a line of text
ActionDefinition.deleteLineEnd.name = Delete to End of Line
ActionDefinition.deleteLineEnd.description = Action to delete to the end of a line of text
ActionDefinition.move.name = Move
ActionDefinition.move.description = Action to move a resource
ActionDefinition.rename.name = Rename
ActionDefinition.rename.description = Action to rename a resource
ActionDefinition.selectAll.name = Select All
ActionDefinition.selectAll.description = Action to select all
ActionDefinition.setMark.name = Set Mark
ActionDefinition.setMark.description = Action to set the mark
ActionDefinition.clearMark.name = Clear Mark
ActionDefinition.clearMark.description = Action to clear the mark
ActionDefinition.swapMark.name = Swap Mark
ActionDefinition.swapMark.description = Action to swap the mark with the cursor position
ActionDefinition.findReplace.name = Find and Replace
ActionDefinition.findReplace.description = Action to find and replace text
ActionDefinition.addBookmark.name = Add Bookmark
ActionDefinition.addBookmark.description = Action to add a bookmark
ActionDefinition.goInto.name = Go Into
ActionDefinition.goInto.description = Action to navigate into an item
ActionDefinition.back.name = Back
ActionDefinition.back.description = Action to navigate back
ActionDefinition.forward.name = Forward
ActionDefinition.forward.description = Action to navigate forward
ActionDefinition.up.name = Up
ActionDefinition.up.description = Action to navigate up
ActionDefinition.next.name = Next
ActionDefinition.next.description = Action to navigate to next item
ActionDefinition.backwardHistory.name = Backward History
ActionDefinition.backwardHistory.description = Action to move backward in the history
ActionDefinition.forwardHistory.name = Forward History
ActionDefinition.forwardHistory.description = Action to move forward in history
ActionDefinition.previous.name = Previous
ActionDefinition.previous.description = Action to navigate to previous item
ActionDefinition.showIn.name = Show In
ActionDefinition.showIn.description = Action to show the selection in a different view
ActionDefinition.openProject.name = Open Project
ActionDefinition.openProject.description = Action to open a project
ActionDefinition.closeProject.name = Close Project
ActionDefinition.closeProject.description = Action to close a project
ActionDefinition.buildProject.name = Build Project
ActionDefinition.buildProject.description = Action to build a project
ActionDefinition.rebuildProject.name = Rebuild Project
ActionDefinition.rebuildProject.description = Action to rebuild a project
ActionDefinition.buildAll.name = Build All
ActionDefinition.buildAll.description = Action to build all projects
ActionDefinition.rebuildAll.name = Rebuild All
ActionDefinition.rebuildAll.description = Action to rebuild all projects
ActionDefinition.switchToEditor.name = Switch To Editor
ActionDefinition.switchToEditor.description = Action to switch to an editor
ActionDefinition.showSystemMenu.name = Show System Menu
ActionDefinition.showSystemMenu.description = Action to show the system menu
ActionDefinition.showViewMenu.name = Show View Menu
ActionDefinition.showViewMenu.description = Action to show the view menu
ActionDefinition.activateEditor.name = Activate Editor
ActionDefinition.activateEditor.description = Action to activate an editor
ActionDefinition.nextEditor.name = Next Editor
ActionDefinition.nextEditor.description = Action to show the next editor
ActionDefinition.previousEditor.name = Previous Editor
ActionDefinition.previousEditor.description = Action to show the previous editor
ActionDefinition.nextView.name = Next View
ActionDefinition.nextView.description = Action to show the next view
ActionDefinition.previousView.name = Previous View
ActionDefinition.previousView.description = Action to show the previous view
ActionDefinition.nextPerspective.name = Next Perspective
ActionDefinition.nextPerspective.description = Action to show the next perspective
ActionDefinition.previousPerspective.name = Previous Perspective
ActionDefinition.previousPerspective.description = Action to show the previous perspective
ActionDefinition.findNext.name = Find Next
ActionDefinition.findNext.description = Action to find next item
ActionDefinition.findPrevious.name = Find Previous
ActionDefinition.findPrevious.description = Action to find previous item
ActionDefinition.findIncremental.name = Incremental Find
ActionDefinition.findIncremental.description = Action to incremental find
ActionDefinition.findIncrementalReverse.name = Incremental Find Reverse
ActionDefinition.findIncrementalReverse.description = Action to incremental find reverse
ActionDefinition.revertToSaved.name = Revert To Saved
ActionDefinition.revertToSaved.description = Action to revert to the state after the most recent save operation
ActionDefinition.addTask.name = Add Task
ActionDefinition.addTask.description = Action to add a new task
ActionDefinition.lineUp.name = Line Up
ActionDefinition.lineUp.description = Action to go up a line of text
ActionDefinition.lineDown.name = Line Down
ActionDefinition.lineDown.description = Action to go down a line of text
ActionDefinition.lineStart.name = Line Start
ActionDefinition.lineStart.description = Action to go to the start of the line of text
ActionDefinition.lineEnd.name = Line End
ActionDefinition.lineEnd.description = Action to go to the end of the line of text
ActionDefinition.goToLine.name = Go To Line
ActionDefinition.goToLine.description = Action to go to a certain line of text
ActionDefinition.previousColumn.name = Previous Column
ActionDefinition.previousColumn.description = Action to go to the previous column
ActionDefinition.nextColumn.name = Next Column
ActionDefinition.nextColumn.description = Action to go to the next column
ActionDefinition.pageUp.name = Page Up
ActionDefinition.pageUp.description = Action to go up a page
ActionDefinition.pageDown.name = Page Down
ActionDefinition.pageDown.description = Action to go down a page
ActionDefinition.previousWord.name = Previous Word
ActionDefinition.previousWord.description = Action to go to the previous word
ActionDefinition.nextWord.name = Next Word
ActionDefinition.nextWord.description = Action to go to the next word
ActionDefinition.textStart.name = Text Start
ActionDefinition.textStart.description = Action to go to the start of the text
ActionDefinition.textEnd.name = Text End
ActionDefinition.textEnd.description = Action to go to the end of the text
ActionDefinition.windowStart.name = Window Start
ActionDefinition.windowStart.description = Action to go to the start of the window
ActionDefinition.windowEnd.name = Window End
ActionDefinition.windowEnd.description = Action to go to the end of the window
ActionDefinition.scrollLineUp.name = Scroll Line Up
ActionDefinition.scrollLineUp.description = Action to scroll up a line of text
ActionDefinition.scrollLineDown.name = Scroll Line Down
ActionDefinition.scrollLineDown.description = Action to scroll down a line of text
ActionDefinition.selectLineUp.name = Select Line Up
ActionDefinition.selectLineUp.description = Action to select the above line of text
ActionDefinition.selectLineDown.name = Select Line Down
ActionDefinition.selectLineDown.description = Action to select the below line of text
ActionDefinition.selectLineStart.name = Select Line Start
ActionDefinition.selectLineStart.description = Action to select to the start of the line of text
ActionDefinition.selectLineEnd.name = Select Line End
ActionDefinition.selectLineEnd.description = Action to select to the end of the line of text
ActionDefinition.selectPreviousColumn.name = Select Previous Column
ActionDefinition.selectPreviousColumn.description = Action to select the previous column
ActionDefinition.selectNextColumn.name = Select Next Column
ActionDefinition.selectNextColumn.description = Action to select the next column
ActionDefinition.selectPageUp.name = Select Page Up
ActionDefinition.selectPageUp.description = Action to select to the top of the page
ActionDefinition.selectPageDown.name = Select Page Down
ActionDefinition.selectPageDown.description = Action to select to the bottom of the page
ActionDefinition.selectWordPrevious.name = Select Previous Word
ActionDefinition.selectWordPrevious.description = Action to select the previous word
ActionDefinition.selectWordNext.name = Select Next Word
ActionDefinition.selectWordNext.description = Action to select the next word
ActionDefinition.selectTextStart.name = Select Text Start
ActionDefinition.selectTextStart.description = Action to select to the start of the text
ActionDefinition.selectTextEnd.name = Select Text End
ActionDefinition.selectTextEnd.description = Action to select to the end of the text
ActionDefinition.selectWindowStart.name = Select Window Start
ActionDefinition.selectWindowStart.description = Action to select to the start of the window
ActionDefinition.selectWindowEnd.name = Select Window End
ActionDefinition.selectWindowEnd.description = Action to select to the end of the window
ActionDefinition.deletePrevious.name = Delete Previous
ActionDefinition.deletePrevious.description = Action to delete previous character
ActionDefinition.deleteNext.name = Delete Next
ActionDefinition.deleteNext.description = Action to delete next character
ActionDefinition.shiftRight.name = Shift Right
ActionDefinition.shiftRight.description = Action to shift a block of text to the right
ActionDefinition.shiftLeft.name = Shift Left
ActionDefinition.shiftLeft.description = Action to shift a block of text to the left
ActionDefinition.toggleOverwrite.name = Toggle Overwrite
ActionDefinition.toggleOverwrite.description = Action to toggle input mode
ActionDefinition.showRulerContextMenu.name = Show Ruler Context Menu
ActionDefinition.showRulerContextMenu.description = Action to show the context menu for the ruler
ActionDefinition.us_ascii.name = US ACSII Encoding
ActionDefinition.us_ascii.description = Action to change the encoding into US ASCII
ActionDefinition.iso_8859_1.name = ISO-8859-1 Encoding
ActionDefinition.iso_8859_1.description = Action to change the encoding into ISO-8859-1
ActionDefinition.utf_8.name = UTF-8 Encoding
ActionDefinition.utf_8.description = Action to change the encoding into UTF-8
ActionDefinition.utf_16be.name = UTF-16BE Encoding
ActionDefinition.utf_16be.description = Action to change the encoding into UTF-16BE
ActionDefinition.utf_16le.name = UTF-16LE Encoding
ActionDefinition.utf_16le.description = Action to change the encoding into UTF-16LE
ActionDefinition.utf_16.name = UTF-16 Encoding
ActionDefinition.utf_16.description = Action to change the encoding into UTF-16
ActionDefinition.system.name = System Encoding
ActionDefinition.system.description = Action to change the encoding into the system encoding
ActionDefinition.custom.name = Custom Encoding
ActionDefinition.custom.description = Action to change the encoding into a custom encoding
ActionDefinition.openResource.name = Open Resource
ActionDefinition.openResource.description = Action to open a workspace resource
ActionDefinition.goToResource.name = Go To Resource
ActionDefinition.goToResource.description = Action to reveal a workspace resource in the active view
ActionDefinition.contentAssistProposals.name= Content Assist
ActionDefinition.contentAssistProposals.description= Content Assist
ActionDefinition.contentAssistContextInformation.name= Context Information
ActionDefinition.contentAssistContextInformation.description= Show Context Information
#Font definition entries
FontsPreference.BannerFontLabel = Banner Font
FontsPreference.DialogFontLabel = Dialog Font
FontsPreference.HeaderFontLabel = Header Font
FontsPreference.TextFontLabel = Text Font
FontsPreference.BannerFontDescription = The banner font is used in wizard banners.
FontsPreference.DialogFontDescription = The dialog font is the font for widgets in dialogs.
FontsPreference.HeaderFontDescription = The header font is used for section headers in composite text pages.
FontsPreference.TextFontDescription = The text font is used by text editors.