1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400
|
###############################################################################
# Copyright (c) 2000, 2019 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM Corporation - initial API and implementation
# Christian Georgi (SAP SE) - Bug 540440
###############################################################################
Plugin.name = Eclipse UI
Plugin.providerName = Eclipse.org
ExtPoint.acceleratorConfigurations = Accelerator Configurations
ExtPoint.acceleratorScopes = Accelerator Scopes
ExtPoint.acceleratorSets = Accelerator Sets
ExtPoint.actionDefinitions = Action Definitions
ExtPoint.activities = Activities
ExtPoint.activitySupport = Activity Support
ExtPoint.actionSets = Action Sets
ExtPoint.actionSetPartAssociations = Action Set Part Associations
ExtPoint.bindings = Bindings
ExtPoint.commands = Commands
ExtPoint.commandImages = Command Images
ExtPoint.contexts = Contexts
ExtPoint.decorators = Decorators
ExtPoint.dropActions = Drop Actions
ExtPoint.editorActions = Editor Menus and Actions
ExtPoint.editors = Editors
ExtPoint.elementFactories = Element Factories
ExtPoint.encodings = Encodings
ExtPoint.exportWizards = Export Wizards
ExtPoint.fontDefinitions = Font Definitions
ExtPoint.helpSupport = Help UI
ExtPoint.handlers = Handlers
ExtPoint.importWizards = Import Wizards
ExtPoint.intro = Introduction Extensions
ExtPoint.keywords = Keywords
ExtPoint.menus = Menus
ExtPoint.newWizards = Resource Creation Wizards
ExtPoint.perspectiveExtensions = Perspective Extensions
ExtPoint.perspectives = Perspectives
ExtPoint.popupMenus = Popup Menus
ExtPoint.preferencePages = Preference Pages
ExtPoint.preferenceTransfer = Preference Transfer
ExtPoint.themes = Themes
ExtPoint.propertyPages = Property Pages
ExtPoint.startup = Startup
ExtPoint.splashHandlers = Splash Handlers
ExtPoint.services = Services
ExtPoint.systemSummarySections = System Summary Sections
ExtPoint.viewActions = View Menus and Actions
ExtPoint.views = Views
ExtPoint.workingSets = Working set dialogs
ExtPoint.browserSupport = Browser Support
ExtPoint.statusHandlers = Status Handlers
ExtPoint.installationPages = Installation Pages
ExtPoint.tweaklets = Tweaklets (internal/experimental)
ExtPoint.propertiesView = Properties view
ExtPoint.quickAccess = Find Actions
Views.Category.Basic = General
Views.IntroAdapter = Welcome
FontsPreference.BannerFontLabel = Banner Font
FontsPreference.DialogFontLabel = Dialog Font
FontsPreference.HeaderFontLabel = Header Font
FontsPreference.TextFontLabel = Text Font
FontsPreference.TitleFont = Part title font
FontsPreference.TreeTableFont = Tree and Table font for views
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.
FontsPreference.TitleFontDescription = The font that is used for view and editor titles. Please note that it is recommended that this font not be bold or italic because the workbench will use bold and italic versions of this font to display progress.
FontsPreference.TreeTableFontDescription = The font that is used for tree and tables entries.
Presentation.misc=Basic
Presentation.misc.desc=Basic colors and fonts used throughout workbench dialogs and editors.
Presentation.default=View and Editor Folders
Presentation.default.desc=Colors and fonts used by the default Eclipse presentation.
Presentation.default.name=Default
Presentation.30.name=Classic Presentation
SystemSummary.sectionTitle.platform=Platform Details
category.file.name=File
category.file.description=
category.edit.name=Edit
category.edit.description=
category.navigate.name=Navigate
category.navigate.description=
category.perspective.name=Perspectives
category.perspective.description=Commands for opening perspectives
category.window.name=Window
category.window.description=
category.help.name=Help
category.help.description=
category.view.name=Views
category.view.description=Commands for opening views
command.aboutAction.description = Open the about dialog
command.aboutAction.name = About
command.installationDialog.description = Open the installation dialog
command.installationDialog.name = Installation Information
command.activateEditor.description = Activate the editor
command.activateEditor.name = Activate Editor
command.addBookmark.description = Add a bookmark
command.addBookmark.name = Add Bookmark
command.back.description = Navigate back
command.back.name = Back
command.backwardHistory.description = Move backward in the editor navigation history
command.backwardHistory.name = Backward History
command.close.description = Close the active editor
command.close.name = Close
command.closePart.description = Close the active workbench part
command.closePart.name = Close Part
command.closeAll.description = Close all editors
command.closeAll.name = Close All
command.closeAllSaved.description = Close all saved editors
command.closeAllSaved.name = Close All Saved
command.closeOthers.description = Close all editors except the one that is active
command.closeOthers.name = Close Others
command.closeAllPerspectives.description = Close all open perspectives
command.closeAllPerspectives.name = Close All Perspectives
command.closePerspective.description = Close the current perspective
command.closePerspective.name = Close Perspective
command.closePerspective.perspectiveId.name = Perspective Id
command.contentAssistContextInformation.description= Show Context Information
command.contentAssistContextInformation.name= Context Information
command.contentAssistProposals.description= Content Assist
command.contentAssistProposals.name= Content Assist
command.copy.description = Copy the selection to the clipboard
command.copy.name = Copy
command.customizePerspective.description = Customize the current perspective
command.customizePerspective.name = Customize Perspective
command.cut.description = Cut the selection to the clipboard
command.cut.name = Cut
command.delete.description = Delete the selection
command.delete.name = Delete
command.displayHelp.description= Display a Help topic
command.displayHelp.hrefParameter= Help topic href
command.displayHelp.name= Display Help
command.exit.description = Exit the application
command.exit.name = Exit
command.exit.mayPrompt.name = may prompt
command.export.description = Export
command.export.exportWizardIdParameter.name = Export Wizard
command.export.name = Export
command.findReplace.description = Find and replace text
command.findReplace.name = Find and Replace
command.forward.description = Navigate forward
command.forward.name = Forward
command.forwardHistory.description = Move forward in the editor navigation history
command.forwardHistory.name = Forward History
command.goInto.description = Navigate into the selected item
command.goInto.name = Go Into
command.helpContents.description = Open the help contents
command.helpContents.name = Help Contents
command.helpSearch.description = Open the help search
command.helpSearch.name = Help Search
command.dynamicHelp.description = Open the contextual help
command.dynamicHelp.name = Show Context Help
command.hideShowEditors.description = Toggles the visibility of the shared area
command.hideShowEditors.name = Toggle Shared Area Visibility
command.import.description = Import
command.import.importWizardIdParameter.name = Import Wizard
command.import.name = Import
command.lockToolBar.description = Toggle the Lock on the Toolbars
command.lockToolBar.name = Toggle Lock Toolbars
command.linkWithEditor.description = Toggles linking of a view's selection with the active editor's selection
command.linkWithEditor.name = Toggle Link with Editor
command.maximizePart.name = Maximize Active View or Editor
command.maximizePart.description = Toggles maximize/restore state of active view or editor
command.windowsHideTrimbars.name = Toggle visibility of the window toolbars
command.windowsHideTrimbars.description = Toggle the visibility of the toolbars of the current window
command.fullscreenmode.name = Toggle Full Screen
command.fullscreenmode.description = Toggles the window between full screen and normal
command.togglestatusbar.name = Toggle Statusbar
command.togglestatusbar.description = Toggle the visibility of the bottom status bar
command.minimizePart.name = Minimize Active View or Editor
command.minimizePart.description = Minimizes the active view or editor
command.move.description = Move the selected item
command.move.name = Move...
command.newEditor.description = Open another editor on the active editor's input
command.newEditor.name = Clone Editor
command.splitEditor.description = Split or join the currently active editor.
command.splitEditor.name = Toggle Split Editor
command.splitEditor.orientation.name = Orientation
command.newWindow.description = Open another window
command.newWindow.name = New Window
command.newWizard.newWizardIdParameter.name = New Wizard
command.newWizard.description = Open the New item wizard
command.newWizard.name = New
command.next.description = Navigate to the next item
command.next.name = Next
command.nextEditor.description = Switch to the next editor
command.nextEditor.name = Next Editor
command.nextPage.name = Next Page
command.nextPage.description = Switch to the next page
command.nextPerspective.description = Switch to the next perspective
command.nextPerspective.name = Next Perspective
command.nextSubTab.name = Next Sub-Tab
command.nextSubTab.description = Switch to the next sub-tab
command.nextTab.name = Next Tab
command.nextTab.description = Switch to the next tab
command.nextView.description = Switch to the next view
command.nextView.name = Next View
command.openEditorDropDown.description = Open the editor drop down list
command.openEditorDropDown.name = Quick Switch Editor
command.paste.description = Paste from the clipboard
command.paste.name = Paste
command.pinEditor.description = Pin the current editor
command.pinEditor.name = Pin Editor
command.preferences.description = Open the preferences dialog
command.preferences.name = Preferences
command.preferences.preferencePageIdParameter = Preference Page
command.previous.description = Navigate to the previous item
command.previous.name = Previous
command.previousEditor.description = Switch to the previous editor
command.previousEditor.name = Previous Editor
command.previousPage.name = Previous Page
command.previousPage.description = Switch to the previous page
command.previousPerspective.description = Switch to the previous perspective
command.previousPerspective.name = Previous Perspective
command.previousSubTab.name = Previous Sub-Tab
command.previousSubTab.description = Switch to the previous sub-tab
command.previousTab.name = Previous Tab
command.previousTab.description = Switch to the previous tab
command.previousView.description = Switch to the previous view
command.previousView.name = Previous View
command.print.description = Print
command.print.name = Print
command.properties.description = Display the properties of the selected item
command.properties.name = Properties
command.quickAccess.description = Quickly access UI elements
command.quickAccess.name = Find Actions
command.spy.description = Shows contribution information for the currently selected element
command.spy.name = Show Contributing Plug-in
command.quickStart.description = Show help for beginning users
command.quickStart.name = Welcome
command.redo.description = Redo the last operation
command.redo.name = Redo
command.refresh.description = Refresh the selected items
command.refresh.name = Refresh
command.rename.description = Rename the selected item
command.rename.name = Rename
command.resetPerspective.description = Reset the current perspective to its default state
command.resetPerspective.name = Reset Perspective
command.restartWorkbench.name = Restart
command.restartWorkbench.description = Restart the workbench
command.revert.description = Revert to the last saved state
command.revert.name = Revert
command.save.description = Save the current contents
command.save.name = Save
command.saveAll.description = Save all current contents
command.saveAll.name = Save All
command.saveAs.description = Save the current contents to another location
command.saveAs.name = Save As
command.savePerspective.description = Save the current perspective
command.savePerspective.name = Save Perspective As
command.selectAll.description = Select all
command.selectAll.name = Select All
command.showKeyAssist.description = Show the key assist dialog
command.showKeyAssist.name = Show Key Assist
command.showKeysToggle.name = Toggle Show Key Bindings
command.showKeysToggle.description = Shows key binding when command is invoked
command.showPerspective.name = Show Perspective
command.showPerspective.description = Show a particular perspective
command.showPerspective.perspectiveIdParameter = Parameter
command.showPerspective.newWindowParameter = In New Window
command.showSystemMenu.description = Show the system menu
command.showSystemMenu.name = Show System Menu
command.showViewMenu.description = Show the view menu
command.showViewMenu.name = Show View Menu
command.showContextMenu.description = Show the context menu
command.showContextMenu.name = Show Context Menu
command.showView.name = Show View
command.showView.description = Shows a particular view
command.showView.viewIdParameter = View
command.showView.secondaryIdParameter = Secondary Id
command.showView.makeFastParameter = As FastView
command.switchToEditor.description = Switch to an editor
command.switchToEditor.name = Switch to Editor
command.tipsAndTricks.description = Open the tips and tricks help page
command.tipsAndTricks.name = Tips and Tricks
command.undo.description = Undo the last operation
command.undo.name = Undo
command.up.description = Navigate up one level
command.up.name = Up
command.toggleCoolbar.name = Toggle Main Toolbar Visibility
command.toggleCoolbar.description = Toggles the visibility of the window toolbar
context.editingText.description = Editing Text Context
context.editingText.name = Editing Text
context.dialogAndWindow.name = In Dialogs and Windows
context.dialogAndWindow.description = Either a dialog or a window is open
context.dialog.name = In Dialogs
context.dialog.description = A dialog is open
context.window.name = In Windows
context.window.description = A window is open
context.actionSet.name = Action Set
context.actionSet.description = Parent context for action sets
context.workbenchMenu.name = Workbench Menu
context.workbenchMenu.description = When no Workbench windows are active
keyConfiguration.default.description = Default Key Configuration
keyConfiguration.default.name = Default
keyConfiguration.emacs.description = Emacs Key Configuration
keyConfiguration.emacs.name = Emacs
Color.activeTabText=Active part foreground
Color.activeTabTextDesc=The color used for active view and editor title text.
Color.activeNofocusTabText=Active (non-focus) part foreground
Color.activeNofocusTabTextDesc=The color used for active (but without focus) view and editor title text.
Color.inactiveTabText=Inactive part foreground
Color.inactiveTabTextDesc=The color used for inactive view and editor title text.
Color.activeTabBGStart=Active part background begin
Color.activeTabBGEnd=Active part background end
Color.activeTabBGStartDesc=The first color used for active view and editor title gradients.
Color.activeTabBGEndDesc=The second color used for active view and editor title gradients.
Color.activeNofocusTabBGStart=Active (non-focus) part background begin
Color.activeNofocusTabBGEnd=Active (non-focus) part background end
Color.activeNofocusTabBGStartDesc=The first color used for active (but without focus) view and editor title gradients.
Color.activeNofocusTabBGEndDesc=The second color used for active (but without focus) view and editor title gradients.
Color.inactiveTabBGStart=Inactive part background begin
Color.inactiveTabBGEnd=Inactive part background end
Color.inactiveTabBGStartDesc=The first color used for inactive view and editor title gradients. This color is also used for active editors that do not have focus.
Color.inactiveTabBGEndDesc=The second color used for inactive view and editor title gradients. This color is also used for the view menu background.
Color.informationBackground=Information background color
Color.informationBackgroundDesc=The color used for background of controls that provide information
Color.informationForeground=Information text color
Color.informationForegroundDesc=The color used for text of controls that provide information
Color.hoverBackgroundDeprecated=Hoverbox background color
Color.hoverBackgroundDeprecatedDesc=Hover background Color is deprecated. Use org.eclipse.ui.workbench.INFORMATION_BACKGROUND instead.
Color.hoverForegroundDeprecated=Hoverbox text Color
Color.hoverForegroundDeprecatedDesc=Hover foreground Color is deprecated. Use org.eclipse.ui.workbench.INFORMATION_FOREGROUND instead.
Color.errorText=Error text color
Color.errorTextDesc=Color used to show error messages.
Color.formHeadingErrorMessage=Form heading error
Color.formHeadingErrorMessageDesc=Color used to show error messages.
Color.formHeadingWarningMessage=Form heading warning
Color.formHeadingWarningMessageDesc=Color used to show warning messages.
Color.formHeadingInfoMessage=Form heading info
Color.formHeadingInfoMessageDesc=Color used to show info messages.
Color.hyperlinkText=Hyperlink text color
Color.hyperlinkTextDesc=Color used to show links.
Color.activeHyperlinkText=Active hyperlink text color
Color.activeHyperlinkTextDesc=Color used to show active links.
Color.qualifierText=Qualifier information color
Color.qualifierTextDesc=The color used to render qualifier information in views where colored labels are supported. In the string 'Foo.txt - myproject/bar' the qualifier is '- myproject/bar'.
Color.decorationsText=Decoration color
Color.decorationsTextDesc=The color used to render decoration information in views where colored labels are supported. In the string 'Foo.txt [1.16]' the decoration is '[1.16]'.
Color.counterText=Counter color
Color.counterTextDesc=The color used to render counter information in views where colored labels are supported. In the string 'Foo.txt (2 matches)' the counter information is '(2 matches)'.
Color.contentAssistForeground=Content Assist foreground color
Color.contentAssistForegroundDesc=The color used for text in a content assist popup.
Color.contentAssistBackground=Content Assist background color
Color.contentAssistBackgroundDesc=The color used for the background of a content assist popup.
Color.revisionNewest=Newest revision background color
Color.revisionNewestDesc=Background color for the newest revision shown in a text editor's ruler. Together with the oldest revision background color this defines a gradient used for all revision from newest to oldest.
Color.revisionOldest=Oldest revision background color
Color.revisionOldestDesc=Background color for the oldest revision shown in a text editor's ruler. Together with the newest revision background color this defines a gradient used for all revision from newest to oldest.
Color.showKeysForeground=Keys foreground color
Color.showKeysForegroundDesc=Color for foreground of the control to visualize pressed keys
Color.showKeysBackground=Keys background color
Color.showKeysBackgroundDesc=Color for background of the control to visualize pressed keys
ThemeName.SystemDefault = Reduced Palette
HighContrast.ThemeDescription = A theme that takes all of its values from the system settings.
ThemeName.R30 = Classic Theme
SettingsTransfer.WorkbenchLayout = Workbench L&ayout
SettingsTransfer.WorkingSets = Working &Sets
SettingsTransfer.Preferences = &Preferences
PropertyPage.workingSets.name = Working Set Contents
command.collapseAll.description = Collapse the current tree
command.collapseAll.name = Collapse All
command.expandAll.description = Expand the current tree
command.expandAll.name = Expand All
command.quickMenu.name = Open Quick Menu
command.quickMenu.uri.name = Location URI
command.showIn.name = Show In
command.showIn.targetId.name = Show In Target Id
installationPage.main.name = About
installationPage.system.name = Configuration
installationPage.plugins.name = Plug-ins
activeContextInfo.name = Show activeContext Info
|