home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.ui_3.1.1.jar / plugin.properties < prev    next >
Encoding:
Text File  |  2005-09-29  |  12.4 KB  |  263 lines

  1. ###############################################################################
  2. # Copyright (c) 2000, 2005 IBM Corporation and others.
  3. # All rights reserved. This program and the accompanying materials
  4. # are made available under the terms of the Eclipse Public License v1.0
  5. # which accompanies this distribution, and is available at
  6. # http://www.eclipse.org/legal/epl-v10.html
  7. #
  8. # Contributors:
  9. #     IBM Corporation - initial API and implementation
  10. ###############################################################################
  11. Plugin.name = Eclipse UI
  12. Plugin.providerName = Eclipse.org
  13.  
  14. ExtPoint.acceleratorConfigurations = Accelerator Configurations
  15. ExtPoint.acceleratorScopes = Accelerator Scopes
  16. ExtPoint.acceleratorSets = Accelerator Sets
  17. ExtPoint.actionDefinitions = Action Definitions
  18. ExtPoint.activities = Activities
  19. ExtPoint.activitySupport = Activity Support
  20. ExtPoint.actionSets = Action Sets
  21. ExtPoint.actionSetPartAssociations = Action Set Part Associations
  22. ExtPoint.bindings = Bindings
  23. ExtPoint.commands = Commands
  24. ExtPoint.contexts = Contexts
  25. ExtPoint.decorators = Decorators
  26. ExtPoint.dropActions = Drop Actions
  27. ExtPoint.editorActions = Editor Menus and Actions
  28. ExtPoint.editors = Editors
  29. ExtPoint.elementFactories = Element Factories
  30. ExtPoint.encodings = Encodings
  31. ExtPoint.exportWizards = Export Wizards
  32. ExtPoint.fontDefinitions = Font Definitions
  33. ExtPoint.helpSupport = Help UI
  34. ExtPoint.handlers = Handlers
  35. ExtPoint.importWizards = Import Wizards
  36. ExtPoint.intro = Introduction Extensions
  37. ExtPoint.keywords = Keywords
  38. ExtPoint.newWizards = Resource Creation Wizards
  39. ExtPoint.perspectiveExtensions = Perspective Extensions
  40. ExtPoint.perspectives = Perspectives
  41. ExtPoint.popupMenus = Popup Menus
  42. ExtPoint.preferencePages = Preference Pages
  43. ExtPoint.preferenceTransfer = Preference Transfer
  44. ExtPoint.themes = Themes
  45. ExtPoint.presentationFactories = Presentation Factories
  46. ExtPoint.propertyPages = Property Pages
  47. ExtPoint.startup = Startup
  48. ExtPoint.systemSummarySections = System Summary Sections
  49. ExtPoint.services = Services
  50. ExtPoint.viewActions = View Menus and Actions
  51. ExtPoint.views = Views
  52. ExtPoint.workingSets = Working set dialogs
  53. ExtPoint.browserSupport = Browser Support
  54.  
  55. Views.Category.Basic = Basic
  56. Views.IntroAdapter = Welcome
  57.  
  58. FontsPreference.BannerFontLabel = Banner Font
  59. FontsPreference.DialogFontLabel = Dialog Font
  60. FontsPreference.HeaderFontLabel = Header Font
  61. FontsPreference.TextFontLabel = Text Font
  62. FontsPreference.TitleFont = Part title font
  63. FontsPreference.ViewMessageFont = View message font
  64. FontsPreference.BannerFontDescription = The banner font is used in wizard banners.
  65. FontsPreference.DialogFontDescription  = The dialog font is the font for widgets in dialogs.
  66. FontsPreference.HeaderFontDescription  = The header font is used for section headers in composite text pages.
  67. FontsPreference.TextFontDescription  = The text font is used by text editors.
  68. 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.
  69. FontsPreference.ViewMessageFontDescription = The font that is used for messages in the view title bar (if present).
  70. Presentation.misc=Basic
  71. Presentation.misc.desc=Basic colors and fonts used throughout workbench dialogs and editors.
  72. Presentation.default=View and Editor Folders
  73. Presentation.default.desc=Colors and fonts used by the default Eclipse presentation.
  74. Presentation.default.name=Default
  75. Presentation.olddefault.name=Old Default (Eclipse 3.0)
  76. Presentation.native.name=Native presentation (experimental)
  77.  
  78. SystemSummary.sectionTitle.platform=Platform Details
  79.  
  80. category.file.name=File
  81. category.file.description=
  82. category.edit.name=Edit
  83. category.edit.description=
  84. category.navigate.name=Navigate
  85. category.navigate.description=
  86. category.window.name=Window
  87. category.window.description=
  88. category.help.name=Help
  89. category.help.description=
  90. category.view.name=Views
  91. category.view.description=Commands for opening views
  92.  
  93. command.aboutAction.description = Open the about dialog
  94. command.aboutAction.name = About
  95. command.activateEditor.description = Activate the editor
  96. command.activateEditor.name = Activate Editor
  97. command.addBookmark.description = Add a bookmark
  98. command.addBookmark.name = Add Bookmark
  99. command.back.description = Navigate back
  100. command.back.name = Back
  101. command.backwardHistory.description = Move backward in the editor navigation history
  102. command.backwardHistory.name = Backward History
  103. command.close.description = Close the active editor
  104. command.close.name = Close
  105. command.closeAll.description = Close all editors
  106. command.closeAll.name = Close All
  107. command.closeAllPerspectives.description = Close all open perspectives
  108. command.closeAllPerspectives.name = Close All Perspectives
  109. command.closePerspective.description = Close the current perspective
  110. command.closePerspective.name = Close Perspective
  111. command.copy.description = Copy the selection to the clipboard
  112. command.copy.name = Copy
  113. command.customizePerspective.description = Customize the current perspective
  114. command.customizePerspective.name = Customize Perspective
  115. command.cut.description = Cut the selection to the clipboard
  116. command.cut.name = Cut
  117. command.delete.description = Delete the selection
  118. command.delete.name = Delete
  119. command.exit.description = Exit the application
  120. command.exit.name = Exit
  121. command.export.description = Export
  122. command.export.name = Export
  123. command.findReplace.description = Find and replace text
  124. command.findReplace.name = Find and Replace
  125. command.forward.description = Navigate forward
  126. command.forward.name = Forward
  127. command.forwardHistory.description = Move forward in the editor navigation history
  128. command.forwardHistory.name = Forward History
  129. command.goInto.description = Navigate into the selected item
  130. command.goInto.name = Go Into
  131. command.helpContents.description = Open the help contents
  132. command.helpContents.name = Help Contents
  133. command.helpSearch.description = Open the help search
  134. command.helpSearch.name = Help Search
  135. command.dynamicHelp.description = Open the dynamic help
  136. command.dynamicHelp.name = Dynamic Help
  137. command.hideShowEditors.description = Hide all editors
  138. command.hideShowEditors.name = Hide Editors
  139. command.import.description = Import
  140. command.import.name = Import
  141. command.lockToolBar.description = Lock the Toolbars
  142. command.lockToolBar.name = Lock the Toolbars
  143. command.maximizePart.name = Maximize Active View or Editor
  144. command.maximizePart.description = Toggles maximize/restore state of active view or editor
  145. command.minimizePart.name = Minimize Active View or Editor
  146. command.minimizePart.description = Minimizes the active view or editor
  147. command.move.description = Move the selected item
  148. command.move.name = Move
  149. command.newEditor.description = Open another editor on the active editor's input
  150. command.newEditor.name = New Editor
  151. command.newWindow.description = Open another window
  152. command.newWindow.name = New Window
  153. command.newWizard.description = Open the New item wizard
  154. command.newWizard.name = New
  155. command.next.description = Navigate to the next item
  156. command.next.name = Next
  157. command.nextEditor.description = Switch to the next editor
  158. command.nextEditor.name = Next Editor
  159. command.nextPerspective.description = Switch to the next perspective
  160. command.nextPerspective.name = Next Perspective
  161. command.nextView.description = Switch to the next view
  162. command.nextView.name = Next View
  163. command.openEditorDropDown.description = Open the editor drop down list
  164. command.openEditorDropDown.name = Open Editor Drop Down
  165. command.paste.description = Paste from the clipboard
  166. command.paste.name = Paste
  167. command.pinEditor.description = Pin the current editor
  168. command.pinEditor.name = Pin Editor
  169. command.preferences.description = Open the preferences dialog
  170. command.preferences.name = Preferences
  171. command.previous.description = Navigate to the previous item
  172. command.previous.name = Previous
  173. command.previousEditor.description = Switch to the previous editor
  174. command.previousEditor.name = Previous Editor
  175. command.previousPerspective.description = Switch to the previous perspective
  176. command.previousPerspective.name = Previous Perspective
  177. command.previousView.description = Switch to the previous view
  178. command.previousView.name = Previous View
  179. command.print.description = Print
  180. command.print.name = Print
  181. command.properties.description = Display the properties of the selected item
  182. command.properties.name = Properties
  183. command.quickStart.description = Open a welcome page
  184. command.quickStart.name = Welcome
  185. command.redo.description = Redo the last operation
  186. command.redo.name = Redo
  187. command.refresh.description = Refresh the selected items
  188. command.refresh.name = Refresh
  189. command.rename.description = Rename the selected item
  190. command.rename.name = Rename
  191. command.resetPerspective.description = Reset the current perspective to its default state
  192. command.resetPerspective.name = Reset Perspective
  193. command.revert.description = Revert to the last saved state
  194. command.revert.name = Revert
  195. command.save.description = Save the current contents
  196. command.save.name = Save
  197. command.saveAll.description = Save all current contents
  198. command.saveAll.name = Save All
  199. command.saveAs.description = Save the current contents to another location
  200. command.saveAs.name = Save As
  201. command.savePerspective.description = Save the current perspective
  202. command.savePerspective.name = Save Perspective As
  203. command.selectAll.description = Select all
  204. command.selectAll.name = Select All
  205. command.showKeyAssist.description = Show the key assist dialog
  206. command.showKeyAssist.name = Show Key Assist
  207. command.showSystemMenu.description = Show the system menu
  208. command.showSystemMenu.name = Show System Menu
  209. command.showViewMenu.description = Show the view menu
  210. command.showViewMenu.name = Show View Menu
  211. command.showView.name = Show View
  212. command.showView.description = Shows a particular view
  213. command.showView.viewIdParameter = View
  214. command.switchToEditor.description = Switch to an editor
  215. command.switchToEditor.name = Switch to Editor
  216. command.tipsAndTricks.description = Open the tips and tricks help page
  217. command.tipsAndTricks.name = Tips and Tricks
  218. command.undo.description = Undo the last operation
  219. command.undo.name = Undo
  220. command.up.description = Navigate up one level
  221. command.up.name = Up
  222.  
  223. context.editingText.description = Editing Text Context
  224. context.editingText.name = Editing Text
  225. context.dialogAndWindow.name = In Dialogs and Windows
  226. context.dialogAndWindow.description = Either a dialog or a window is open
  227. context.dialog.name = In Dialogs
  228. context.dialog.description = A dialog is open
  229. context.window.name = In Windows
  230. context.window.description = A window is open
  231.  
  232. keyConfiguration.default.description = Default Key Configuration
  233. keyConfiguration.default.name = Default
  234. keyConfiguration.emacs.description = Emacs Key Configuration
  235. keyConfiguration.emacs.name = Emacs
  236.  
  237. Color.activeTabText=Active part foreground
  238. Color.activeTabTextDesc=The color used for active view and editor title text.
  239. Color.activeNofocusTabText=Active (non-focus) part foreground
  240. Color.activeNofocusTabTextDesc=The color used for active (but without focus) view and editor title text.
  241. Color.inactiveTabText=Inactive part foreground
  242. Color.inactiveTabTextDesc=The color used for inactive view and editor title text.
  243.  
  244. Color.activeTabBGStart=Active part background begin
  245. Color.activeTabBGEnd=Active part background end
  246. Color.activeTabBGStartDesc=The first color used for active view and editor title gradients.
  247. Color.activeTabBGEndDesc=The second color used for active view and editor title gradients.
  248. Color.activeNofocusTabBGStart=Active (non-focus) part background begin
  249. Color.activeNofocusTabBGEnd=Active (non-focus) part background end
  250. Color.activeNofocusTabBGStartDesc=The first color used for active (but without focus) view and editor title gradients.
  251. Color.activeNofocusTabBGEndDesc=The second color used for active (but without focus) view and editor title gradients.
  252. Color.inactiveTabBGStart=Inactive part background begin
  253. Color.inactiveTabBGEnd=Inactive part background end
  254. 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.
  255. Color.inactiveTabBGEndDesc=The second color used for inactive view and editor title gradients.  This color is also used for the view menu background.
  256.  
  257. Color.errorText=Error text color
  258. Color.errorTextDesc=Color used to show error messages.
  259. Color.hyperlinkText=Hyperlink text color
  260. Color.hyperlinkTextDesc=Color used to show links.
  261. Color.activeHyperlinkText=Active hyperlink text color
  262. Color.activeHyperlinkTextDesc=Color used to show active links.
  263.