asobolev | 162d2b8 | 2007-05-02 15:07:19 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2005, 2007 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 | |
| 9 | ############################################################################### |
asobolev | c6294ad | 2007-02-22 08:39:46 +0000 | [diff] [blame] | 10 | pluginProvider=Eclipse.org |
| 11 | pluginName=Dynamic Languages Toolkit Core UI |
| 12 | |
| 13 | context.editingScriptSource.name = Editing Script Source |
| 14 | context.editingScriptSource.description = Editing Script Source Context |
| 15 | |
| 16 | ########################################################################## |
| 17 | # Marker Support |
| 18 | ########################################################################## |
| 19 | markerCategory.problem = DLTK Problems |
| 20 | markerCategory.buildpath_problem = DLTK Build Path Problems |
| 21 | |
| 22 | #--- script problem grouping |
| 23 | MarkerCategory.name=DLTK Problem Type |
| 24 | MarkerCategory.buildpath=Build Path |
| 25 | MarkerCategory.fatal=Fatal Errors |
| 26 | MarkerCategory.documentation=Documentation |
| 27 | MarkerCategory.codestyle=Code Style |
| 28 | MarkerCategory.potential=Potential Programming Problems |
| 29 | MarkerCategory.deprecation=Deprecation |
| 30 | MarkerCategory.generictypes=Type Safety and Raw Types |
| 31 | MarkerCategory.unnecessary=Unnecessary Code |
| 32 | MarkerCategory.nls=Externalized Strings |
| 33 | MarkerCategory.restrictedAPI=Restricted API |
| 34 | |
| 35 | buildPathPrefName=Build Path |
| 36 | |
| 37 | ScriptWorkingSetPage.name=Script Working Set |
| 38 | OthersWorkingSetWizardPage.name=Other projects |
| 39 | |
| 40 | ########################################################################## |
| 41 | # Filter Support |
| 42 | ########################################################################## |
| 43 | HideSystemFiles.label= .* resources |
| 44 | HideSystemFiles.description= Hides resources with names that start with a '.' |
| 45 | |
| 46 | HideEmptyPackages.label= Empty packages |
| 47 | HideEmptyPackages.description= Hides all empty packages |
| 48 | |
| 49 | HideNoPackageContainingFolders.label= Folder containing no packages |
| 50 | HideNoPackageContainingFolders.description= Hides folders which do not contain any packages |
| 51 | |
| 52 | HideEmptyInnerPackages.label= Empty parent packages |
| 53 | HideEmptyInnerPackages.description= Hides empty packages which do not contain Script files but other sub-folders. E.g. given a package 'org.junit' where 'org' does not contain any Script files, this filter will hide the package 'org' but not the package 'org.junit' |
| 54 | |
| 55 | HideNonScriptElements.label= Non-Script elements |
| 56 | HideNonScriptElements.description= Show only Script elements |
| 57 | |
| 58 | HideReferencedLibraries.label= Libraries from external |
| 59 | HideReferencedLibraries.description= Hides external libraries i.e. those not contained inside the project itself |
| 60 | |
| 61 | HideContainedLibraries.label=Libraries in project |
| 62 | HideContainedLibraries.description= Hides local libraries i.e. those contained inside the project itself |
| 63 | |
| 64 | HideScriptFiles.label= Script files |
| 65 | HideScriptFiles.description= Hides all Script files |
| 66 | |
| 67 | HideImportDeclaration.label= Import declarations |
| 68 | HideImportDeclaration.description= Hides all import declarations |
| 69 | |
| 70 | HideNonScriptProjects.label= Non-Script projects |
| 71 | HideNonScriptProjects.description= Shows only Script projects |
| 72 | |
| 73 | HideAnnotation.label= Annotations |
| 74 | HideAnnotation.description= Hides all annotations |
| 75 | |
| 76 | HideNonSharedProjects.label= Non-shared projects |
| 77 | HideNonSharedProjects.description= Shows only shared projects |
| 78 | |
| 79 | HideClosedProjects.label= Closed projects |
| 80 | HideClosedProjects.description= Hides closed projects |
| 81 | |
| 82 | HideFields.label= Fields |
| 83 | HideFields.description= Hides fields |
| 84 | |
| 85 | HideLocalTypes.label= Local types |
| 86 | HideLocalTypes.description= Hides local types |
| 87 | |
| 88 | sourceHover= Source |
| 89 | sourceHoverDescription= Shows the source of the selected element. |
| 90 | documentationHover= Documentation |
| 91 | documentationHoverDescription= Shows the documentation of the selected element. |
| 92 | nlsStringHover= Externalized String |
| 93 | nlsStringHoverDescription= Shows the externalized string of the selected key. |
| 94 | sequentialHover= Combined Hover |
| 95 | sequentialHoverDescription= Tries the hovers in the sequence listed in above table, excluding this hover, and uses the one which fits best for the selected element and the current context. |
| 96 | annotationHover= Annotation Description |
| 97 | annotationHoverDescription= Shows the description of the selected annotation. |
| 98 | problemHover= Problem Description |
| 99 | problemHoverDescription= Shows the description of the selected problem. |
| 100 | |
| 101 | scriptCompletionProposalComputer= Script Completion Proposal Computers |
| 102 | sacriptCompletionProposalSorters= Script Completion Proposal Sorters |
| 103 | |
| 104 | ############################# |
| 105 | #Content Assistance |
| 106 | |
| 107 | RelevanceSorter.name=by relevance |
| 108 | AlphabeticSorter.name=alphabetically |
| 109 | |
| 110 | ScriptProposalCategory= Other &Script Proposals |
| 111 | ScriptTypesCategory= &Type Proposals |
| 112 | DefaultProposalCategory= &Basic Proposals |
| 113 | TemplateProposalCategory= Te&mplate Proposals |
| 114 | TextProposalCategory= &Word Proposals |
| 115 | |
| 116 | scriptEditorTextHoversName=Script Editor Text Hovers |
| 117 | scriptDocumentSetupParticipant=Script Document Setup Participant |
| 118 | |
| 119 | SpecificContentAssist.name= Content Assist |
| 120 | SpecificContentAssist.desc= A parameterizable command that invokes content assist with a single completion proposal category |
| 121 | SpecificContentAssist.param= type |
| 122 | |
| 123 | |
| 124 | #--- commands not assigned to a menu |
| 125 | ActionDefinition.foldingCollapseMembers.name= Collapse Members |
| 126 | ActionDefinition.foldingCollapseMembers.description= Collapse all members |
| 127 | |
| 128 | ActionDefinition.foldingCollapseComments.name= Collapse Comments |
| 129 | ActionDefinition.foldingCollapseComments.description= Collapse all comments |
| 130 | |
| 131 | #--- Script explorer |
| 132 | ScriptExplorerViewName=Script explorer |
| 133 | |
| 134 | #--- Call Hierarchy |
| 135 | CallHierarchyViewName=Call Hierarchy |
| 136 | OpenCallHierarchyAction.label=Open &Call hierarchy |
| 137 | |
asobolev | 5382676 | 2007-02-26 13:18:38 +0000 | [diff] [blame] | 138 | |
| 139 | |
asobolev | c6294ad | 2007-02-22 08:39:46 +0000 | [diff] [blame] | 140 | ########################################################################## |
| 141 | # Coding Action set |
| 142 | ########################################################################## |
| 143 | CodingActionSet.label= DLTK Coding |
| 144 | CodingActionSet.description= Action set containing coding related DLTK actions |
| 145 | |
| 146 | Refactoring.menu.label= Refac&tor |
| 147 | |
| 148 | Refactoring.renameAction.label=Re&name... |
| 149 | Refactoring.moveAction.label=&Move... |
| 150 | Refactoring.modifyParametersAction.label=&Change Method Signature... |
| 151 | Refactoring.convertNestedToTopAction.label=Con&vert Member Type to Top Level |
| 152 | |
| 153 | Refactoring.pushDownAction.label=Push &Down... |
| 154 | Refactoring.pullUpAction.label=Pull &Up... |
| 155 | Refactoring.extractInterfaceAction.label=&Extract Interface... |
| 156 | Refactoring.extractSupertypeAction.label=Extrac&t Superclass... |
| 157 | Refactoring.changeTypeAction.label=Generali&ze Declared Type... |
| 158 | Refactoring.useSupertypeAction.label=Use Supertype W&here Possible... |
| 159 | Refactoring.inferTypeArgumentsAction.label=Infer &Generic Type Arguments... |
| 160 | |
| 161 | Refactoring.extractMethodAction.label=E&xtract Method... |
| 162 | Refactoring.extractTempAction.label=Extract &Local Variable... |
| 163 | Refactoring.extractConstantAction.label=Extr&act Constant... |
| 164 | |
| 165 | Refactoring.introduceIndirectionAction.label=Introduce Indirec&tion... |
| 166 | Refactoring.introduceParameterAction.label=Introduce &Parameter... |
| 167 | Refactoring.introduceFactoryAction.label=Introduce &Factory... |
| 168 | Refactoring.convertLocalToFieldAction.label=Convert Local Varia&ble to Field... |
| 169 | Refactoring.selfEncapsulateFieldAction.label=Encap&sulate Field... |
| 170 | |
| 171 | Refactoring.showHistory.label=&History... |
| 172 | |
| 173 | ########################################################################## |
| 174 | # Navigate Menu |
| 175 | ########################################################################## |
| 176 | |
| 177 | GoToTypeAction.label=&Type... |
| 178 | |
| 179 | GoToPackageAction.label=&Package... |
| 180 | |
| 181 | OpenAction.label=&Open |
| 182 | OpenAction.tooltip=Open an Editor on the Selected Element |
| 183 | |
| 184 | OpenSuperImplementationAction.label=Open &Super Implementation |
| 185 | OpenSuperImplementationAction.tooltip=Opens the Implementation of the Method in a Super Type, when Super Type Exists. |
| 186 | |
| 187 | OpenTypeHierarchyAction.label=Ope&n Type Hierarchy |
| 188 | |
| 189 | OpenCallHierarchyAction.label=Open Call H&ierarchy |
| 190 | |
| 191 | OpenTypeInHierarchyAction.label=Open Type in Hierarch&y... |
| 192 | OpenTypeInHierarchyAction.tooltip=Opens a Type in a Type Hierarchy |
| 193 | |
| 194 | ########################################################################## |
| 195 | # Open Action set |
| 196 | ########################################################################## |
| 197 | OpenActionSet.label= DLTK Open Actions |
| 198 | OpenActionSet.description= Action set containing open actions for DLTK |
| 199 | |
| 200 | ########################################################################## |
| 201 | # Source Menu |
| 202 | ########################################################################## |
| 203 | SourceMenu.label= &Source |
| 204 | |
| 205 | CommentAction.label= Co&mment |
| 206 | |
| 207 | UncommentAction.label= &Uncomment |
| 208 | |
| 209 | ToggleCommentAction.label= Togg&le Comment |
| 210 | |
| 211 | AddBlockCommentAction.label= Add &Block Comment |
| 212 | |
| 213 | RemoveBlockCommentAction.label= Remove Bloc&k Comment |
| 214 | |
| 215 | ShiftRightAction.label= &Shift Right |
| 216 | |
| 217 | ShiftLeftAction.label= S&hift Left |
| 218 | |
| 219 | FormatAction.label=&Format |
| 220 | |
| 221 | FormatElementAction.label= Format Eleme&nt |
| 222 | |
| 223 | SortMembersAction.label= S&ort Members... |
| 224 | |
| 225 | AddImportAction.label= A&dd Import |
| 226 | |
| 227 | OrganizeImportsAction.label= Or&ganize Imports |
| 228 | |
| 229 | CleanUpAction.label= Clean &Up... |
| 230 | |
| 231 | CopyQualifiedName.label= Cop&y Qualified Name |
| 232 | |
| 233 | SurroundWithTemplateAction.label= Surround &With |
| 234 | |
| 235 | OverrideMethodsAction.label= O&verride/Implement Methods... |
| 236 | |
| 237 | GenerateGetterSetterAction.label= Gene&rate Getters and Setters... |
| 238 | |
| 239 | GenerateDelegateMethodsAction.label=Generate Delegate &Methods... |
| 240 | |
| 241 | AddConstructorFromSuperclassAction.label= Generate &Constructors from Superclass... |
| 242 | |
| 243 | GenerateConstructorUsingFieldsAction.label= Gener&ate Constructor using Fields... |
| 244 | |
| 245 | AddScriptDocCommentAction.label= Generate Element Comm&ent |
| 246 | |
| 247 | GenerateHashCodeEqualsAction.label= Generate &hashCode() and equals()... |
| 248 | |
| 249 | |
| 250 | ExternalizeStringsAction.label= E&xternalize Strings... |
| 251 | |
| 252 | FindNLSProblems.label= Find Broken Ex&ternalized Strings |
| 253 | |
| 254 | IndentAction.label= Correct &Indentation |
| 255 | |
| 256 | #--- Navigate menu |
| 257 | ActionDefinition.openType.name= Open Type |
| 258 | ActionDefinition.openType.description= Open a type in a DLTK editor |
| 259 | |
| 260 | ActionDefinition.openTypeInHierarchy.name= Open Type in Hierarchy |
| 261 | ActionDefinition.openTypeInHierarchy.description= Open a type in the type hierarchy view |
| 262 | |
| 263 | ActionDefinition.gotoPackage.name= Go to Package |
| 264 | ActionDefinition.gotoPackage.description= Go to Package |
| 265 | |
| 266 | ActionDefinition.gotoType.name= Go to Type |
| 267 | ActionDefinition.gotoType.description= Go to Type |
| 268 | |
| 269 | ActionDefinition.openEditor.name= Open Declaration |
| 270 | ActionDefinition.openEditor.description= Open an editor on the selected element |
| 271 | |
| 272 | ActionDefinition.openSuperImplementation.name= Open Super Implementation |
| 273 | ActionDefinition.openSuperImplementation.description= Open the Implementation in the Super Type |
| 274 | |
| 275 | ActionDefinition.openExternalScriptdoc.name= Open External doc |
| 276 | ActionDefinition.openExternalScriptdoc.description= Open the doc of the selected element in an external browser |
| 277 | |
| 278 | ActionDefinition.openTypeHierarchy.name= Open Type Hierarchy |
| 279 | ActionDefinition.openTypeHierarchy.description= Open a type hierarchy on the selected element |
| 280 | |
| 281 | ActionDefinition.openCallHierarchy.name= Open Call Hierarchy |
| 282 | ActionDefinition.openCallHierarchy.description= Open a call hierarchy on the selected element |
| 283 | |
| 284 | ActionDefinition.showInPackageView.name= Show in Package Explorer |
| 285 | ActionDefinition.showInPackageView.description= Show the selected element in the Package Explorer |
| 286 | |
| 287 | |
| 288 | ActionDefinition.gotoMatchingBracket.name= Go to Matching Bracket |
| 289 | ActionDefinition.gotoMatchingBracket.description= Moves the cursor to the matching bracket |
| 290 | |
| 291 | |
| 292 | #--- Edit menu |
| 293 | ActionDefinition.show.outline.name= Quick Outline |
| 294 | ActionDefinition.show.outline.description= Show the quick outline for the editor input |
| 295 | |
| 296 | ActionDefinition.open.hierarchy.name= Quick Hierarchy |
| 297 | ActionDefinition.open.hierarchy.description= Show the quick hierarchy of the selected element |
| 298 | |
| 299 | ActionDefinition.open.structure.name= Open Structure |
| 300 | ActionDefinition.open.structure.description= Show the structure of the selected element |
| 301 | |
| 302 | ActionDefinition.gotoNextMember.name= Go to Next Member |
| 303 | ActionDefinition.gotoNextMember.description= Move the caret to the next member of the compilation unit |
| 304 | |
| 305 | ActionDefinition.gotoPreviousMember.name= Go to Previous Member |
| 306 | ActionDefinition.gotoPreviousMember.description= Move the caret to the previous member of the compilation unit |
| 307 | |
| 308 | ActionDefinition.selectEnclosing.name= Select Enclosing Element |
| 309 | ActionDefinition.selectEnclosing.description= Expand selection to include enclosing element |
| 310 | |
| 311 | ActionDefinition.selectNext.name= Select Next Element |
| 312 | ActionDefinition.selectNext.description= Expand selection to include next sibling |
| 313 | |
| 314 | ActionDefinition.selectPrevious.name= Select Previous Element |
| 315 | ActionDefinition.selectPrevious.description= Expand selection to include previous sibling |
| 316 | |
| 317 | ActionDefinition.selectLast.name= Restore Last Selection |
| 318 | ActionDefinition.selectLast.description= Restore last selection |
| 319 | |
| 320 | |
| 321 | ActionDefinition.showDocumentation.name= Show Tooltip Description |
| 322 | ActionDefinition.showDocumentation.description= Shows the tooltip description for the element at the cursor |
| 323 | |
| 324 | |
| 325 | ActionDefinition.removeOccurrenceAnnotations.name= Remove Occurrence Annotations |
| 326 | ActionDefinition.removeOccurrenceAnnotations.description= Removes the occurrence annotations from the current editor |
| 327 | |
| 328 | |
| 329 | #--- Source menu |
| 330 | ActionDefinition.sourceQuickMenu.name= Show Source Quick Menu |
| 331 | ActionDefinition.sourceQuickMenu.description= Shows the source quick menu |
| 332 | |
| 333 | ActionDefinition.comment.name= Comment |
| 334 | ActionDefinition.comment.description= Turn the selected lines into DLTK comments |
| 335 | |
| 336 | ActionDefinition.uncomment.name= Uncomment |
| 337 | ActionDefinition.uncomment.description= Uncomment the selected DLTK comment lines |
| 338 | |
| 339 | ActionDefinition.toggleComment.name= Toggle Comment |
| 340 | ActionDefinition.toggleComment.description= Toggle comment the selected lines |
| 341 | |
| 342 | ActionDefinition.addBlockComment.name= Add Block Comment |
| 343 | ActionDefinition.addBlockComment.description= Enclose the selection with a block comment |
| 344 | |
| 345 | ActionDefinition.removeBlockComment.name= Remove Block Comment |
| 346 | ActionDefinition.removeBlockComment.description= Remove the block comment enclosing the selection |
| 347 | |
| 348 | ActionDefinition.format.name= Format |
| 349 | ActionDefinition.format.description= Format the selected text |
| 350 | |
| 351 | ActionDefinition.copyQualifiedName.name= Copy Qualified Name |
| 352 | ActionDefinition.copyQualifiedName.description= Copy a fully qualified name to the system clipboard |
| 353 | |
| 354 | ActionDefinition.quickformat.name= Format Element |
| 355 | ActionDefinition.quickformat.description= Format enclosing text element |
| 356 | |
| 357 | ActionDefinition.addImport.name= Add Import |
| 358 | ActionDefinition.addImport.description= Create import statement on selection |
| 359 | |
| 360 | ActionDefinition.organizeImports.name= Organize Imports |
| 361 | ActionDefinition.organizeImports.description= Evaluate all required imports and replace the current imports |
| 362 | |
| 363 | ActionDefinition.cleanUp.name= Clean Up |
| 364 | ActionDefinition.cleanUp.description= Solve problems and improve code style on selected resources |
| 365 | |
| 366 | ActionDefinition.sortMembers.name=Sort Members |
| 367 | ActionDefinition.sortMembers.description=Sort all members using the member order preference |
| 368 | |
| 369 | ActionDefinition.delegateMethods.name=Generate Delegate Methods |
| 370 | ActionDefinition.delegateMethods.description=Add delegate methods for a type's fields |
| 371 | |
| 372 | ActionDefinition.getterSetter.name=Generate Getters and Setters |
| 373 | ActionDefinition.getterSetter.description=Generate Getter and Setter methods for type's fields |
| 374 | |
| 375 | ActionDefinition.addScriptdocComment.name=Add Javadoc Comment |
| 376 | ActionDefinition.addScriptdocComment.description=Add a Scriptdoc comment stub to the member element |
| 377 | |
| 378 | ActionDefinition.surroundWith.tryCatch.name= Surround with try/catch Block |
| 379 | ActionDefinition.surroundWith.tryCatch.description= Surround the selected text with a try/catch block |
| 380 | |
| 381 | ActionDefinition.surroundWith.quickMenu.name= Surround With Quick Menu |
| 382 | ActionDefinition.surroundWith.quickMenu.description= Shows the Surround With quick menu |
| 383 | |
| 384 | ActionDefinition.overrideMethods.name= Override/Implement Methods |
| 385 | ActionDefinition.overrideMethods.description= Override or implement methods from super types |
| 386 | |
| 387 | ActionDefinition.generateHashCode.name= Generate hashCode() and equals() |
| 388 | ActionDefinition.generateHashCode.description= Generates hashCode() and equals() methods for the type |
| 389 | |
| 390 | ActionDefinition.addUnimplementedConstructors.name= Generate Constructors from Superclass |
| 391 | ActionDefinition.addUnimplementedConstructors.description= Evaluate and add constructors from superclass |
| 392 | |
| 393 | ActionDefinition.generateConstructorUsingFields.name= Generate Constructor using Fields |
| 394 | ActionDefinition.generateConstructorsUsingFields.description= Choose fields to initialize and constructor from superclass to call |
| 395 | |
| 396 | |
| 397 | ActionDefinition.externalizeStrings.name= Externalize Strings |
| 398 | ActionDefinition.externalizeStrings.description=Finds all strings that are not externalized and moves them into a separate property file |
| 399 | |
| 400 | ActionDefinition.findNLSProblems.name= Find Broken Externalized Strings |
| 401 | ActionDefinition.findNLSProblems.description=Finds undefined, duplicate and unused externalized string keys in property files |
| 402 | |
| 403 | ActionDefinition.indent.name= Indent Line |
| 404 | ActionDefinition.indent.description=Indents the current line |
| 405 | |
| 406 | ActionDefinition.corrections.renameInFile.name=Quick Assist - Rename in file |
| 407 | ActionDefinition.corrections.renameInFile.description=Invokes quick assist and selects 'Rename in file' |
| 408 | |
| 409 | ActionDefinition.corrections.assignToLocal.name=Quick Assist - Assign to local variable |
| 410 | ActionDefinition.corrections.assignToLocal.description=Invokes quick assist and selects 'Assign to local variable' |
| 411 | |
| 412 | ActionDefinition.corrections.assignToField.name=Quick Assist - Assign to field |
| 413 | ActionDefinition.corrections.assignToField.description=Invokes quick assist and selects 'Assign to field' |
| 414 | |
| 415 | ActionDefinition.corrections.assignParamToField.name=Quick Assist - Assign parameter to field |
| 416 | ActionDefinition.corrections.assignParamToField.description=Invokes quick assist and selects 'Assign parameter to field' |
| 417 | |
| 418 | ActionDefinition.corrections.addBlock.name=Quick Assist - Replace statement with block |
| 419 | ActionDefinition.corrections.addBlock.description=Invokes quick assist and selects 'Replace statement with block' |
| 420 | |
| 421 | ActionDefinition.corrections.addThrowsDecl.name=Quick Fix - Add throws declaration |
| 422 | ActionDefinition.corrections.addThrowsDecl.description=Invokes quick assist and selects 'Add throws declaration' |
| 423 | |
| 424 | ActionDefinition.corrections.addCast.name=Quick Fix - Add cast |
| 425 | ActionDefinition.corrections.addCast.description=Invokes quick assist and selects 'Add cast' |
| 426 | |
| 427 | ActionDefinition.corrections.addNonNLS.name=Quick Fix - Add non-NLS tag |
| 428 | ActionDefinition.corrections.addNonNLS.description=Invokes quick assist and selects 'Add non-NLS tag' |
| 429 | |
| 430 | ActionDefinition.corrections.qualifyField.name=Quick Fix - Qualify field access |
| 431 | ActionDefinition.corrections.qualifyField.description=Invokes quick assist and selects 'Qualify field access' |
| 432 | |
| 433 | ActionDefinition.corrections.changeToStatic.name=Quick Fix - Change to static access |
| 434 | ActionDefinition.corrections.changeToStatic.description=Invokes quick assist and selects 'Change to static access' |
| 435 | |
| 436 | ActionDefinition.corrections.addImport.name=Quick Fix - Add import |
| 437 | ActionDefinition.corrections.addImport.description=Invokes quick assist and selects 'Add import' |
| 438 | |
| 439 | ActionDefinition.corrections.addSuppressWarnings.name=Quick Fix - Add @SuppressWarnings |
| 440 | ActionDefinition.corrections.addSuppressWarnings.description=Invokes quick fix and selects 'Add @SuppressWarnings' |
| 441 | |
| 442 | ActionDefinition.corrections.splitJoinVariableDeclaration.name=Quick Assist - Split/Join variable declaration |
| 443 | ActionDefinition.corrections.splitJoinVariableDeclaration.description=Invokes quick assist and selects 'Split/Join variable declaration' |
| 444 | |
| 445 | ActionDefinition.corrections.extractLocal.name=Quick Assist - Extract local variable |
| 446 | ActionDefinition.corrections.extractLocal.description=Invokes quick assist and selects 'Extract local variable' |
| 447 | |
| 448 | ActionDefinition.corrections.extractConstant.name=Quick Assist - Extract constant |
| 449 | ActionDefinition.corrections.extractConstant.description=Invokes quick assist and selects 'Extract constant' |
| 450 | |
| 451 | ActionDefinition.corrections.convertLocalToField.name=Quick Assist - Convert local variable to field |
| 452 | ActionDefinition.corrections.convertLocalToField.description=Invokes quick assist and selects 'Convert local variable to field' |
| 453 | |
| 454 | ActionDefinition.corrections.inlineLocal.name=Quick Assist - Inline local variable |
| 455 | ActionDefinition.corrections.inlineLocal.description=Invokes quick assist and selects 'Inline local variable' |
| 456 | |
| 457 | ActionDefinition.corrections.convertAnonymousToLocal.name=Quick Assist - Convert anonymous to local class |
| 458 | ActionDefinition.corrections.convertAnonymousToLocal.description=Invokes quick assist and selects 'Convert anonymous to local class' |
asobolev | 98329cf | 2007-02-26 08:20:33 +0000 | [diff] [blame] | 459 | |
| 460 | typeHierarchyName=Type Hierarchy |
| 461 | typeHierarchy.perspective.description=This perspective is designed to support DLTK script development. It offers a Type Hierarchy and Script-specific navigation actions. |
asobolev | 5382676 | 2007-02-26 13:18:38 +0000 | [diff] [blame] | 462 | |
| 463 | OpenTypeInHierarchyAction.label=Open Type in Hierarch&y... |
mkalugin | bf7a35c | 2007-04-06 06:55:16 +0000 | [diff] [blame] | 464 | OpenTypeInHierarchyAction.tooltip=Opens a Type in a Type Hierarchy |
| 465 | |
mkalugin | f73e2cf | 2007-04-20 15:24:30 +0000 | [diff] [blame] | 466 | DLTKSource=DLTK Source |
| 467 | |
asobolev | 219e69a | 2007-05-10 13:12:15 +0000 | [diff] [blame] | 468 | Views.ASTOutline=AST Outline |
| 469 | |
| 470 | ########################################################################## |
| 471 | # Script Search |
| 472 | ########################################################################## |
| 473 | ScriptSearchPage.label= Script Search |
| 474 | openScriptSearchPageAction.label= &Script... |
| 475 | |
| 476 | # Action sets |
| 477 | ScriptSearchActionSet.label= Script Search |
| 478 | ScriptSearchActionSet.description= Action set containing search related Script actions |
| 479 | |
| 480 | # Menus |
| 481 | searchMenu.label= Se&arch |
| 482 | declarationsSubMenu.label= Dec&larations |
| 483 | referencesSubMenu.label= R&eferences |
| 484 | occurrencesSubMenu.label= Occurre&nces in File |
| 485 | implementorsSubMenu.label= &Implementors |
| 486 | readAccessSubMenu.label= &Read Access |
| 487 | writeAccessSubMenu.label= &Write Access |
| 488 | |
| 489 | ReferencesInWorkspace.label= &Workspace |
| 490 | DeclarationsInWorkspace.label= &Workspace |
| 491 | |
| 492 | InWorkspace.label= &Workspace |
| 493 | InProject.label= &Project |
| 494 | InHierarchy.label= &Hierarchy |
| 495 | InWorkingSet.label= Working &Set... |
| 496 | |
| 497 | CompareWithMenu.label=Comp&are With |
| 498 | |
| 499 | ReplaceWithMenu.label=Rep&lace With |
| 500 | |
| 501 | ScriptCompareFromHistoryAction.label= Element from &Local History... |
| 502 | ScriptCompareFromHistoryAction.tooltip= Compares the Selected Script Element With One from Local History |
| 503 | |
| 504 | ScriptCompareAction.label= Other E&lement... |
| 505 | ScriptCompareAction.tooltip= Compares the Selected Script Elements with Each Other |
| 506 | |
| 507 | ScriptReplaceFromHistoryAction.label=Element from &Local History... |
| 508 | ScriptReplaceFromHistoryAction.tooltip=Replaces the Selected Script Element With One from Local History |
| 509 | |
| 510 | ScriptReplaceWithPreviousFromHistoryAction.label=&Previous Element from Local History |
| 511 | ScriptReplaceWithPreviousFromHistoryAction.tooltip=Replaces the Selected Script Element With the Previous from Local History |
| 512 | |
| 513 | ScriptAddElementFromHistoryAction.label=Restore from Local Histor&y... |
| 514 | ScriptAddElementFromHistoryAction.tooltip=Restores a Script Element from Local History to the Selected Container |
| 515 | |
| 516 | Refactoring.menu.label= Refac&tor |
| 517 | |
| 518 | Refactoring.renameAction.label=Re&name... |
| 519 | Refactoring.moveAction.label=&Move... |
| 520 | Refactoring.modifyParametersAction.label=&Change Method Signature... |
| 521 | Refactoring.convertAnonymousToNestedAction.label=C&onvert Anonymous Class to Nested... |
| 522 | Refactoring.convertNestedToTopAction.label=Con&vert Member Type to Top Level |
| 523 | |
| 524 | Refactoring.pushDownAction.label=Push &Down... |
| 525 | Refactoring.pullUpAction.label=Pull &Up... |
| 526 | Refactoring.extractInterfaceAction.label=&Extract Interface... |
| 527 | Refactoring.extractSupertypeAction.label=Extrac&t Superclass... |
| 528 | Refactoring.changeTypeAction.label=Generali&ze Declared Type... |
| 529 | Refactoring.useSupertypeAction.label=Use Supertype W&here Possible... |
| 530 | Refactoring.inferTypeArgumentsAction.label=Infer &Generic Type Arguments... |
| 531 | |
| 532 | Refactoring.inlineAction.label=&Inline... |
| 533 | Refactoring.extractMethodAction.label=E&xtract Method... |
| 534 | Refactoring.extractTempAction.label=Extract &Local Variable... |
| 535 | Refactoring.extractConstantAction.label=Extr&act Constant... |
| 536 | |
| 537 | Refactoring.introduceIndirectionAction.label=Introduce Indirec&tion... |
| 538 | Refactoring.introduceParameterAction.label=Introduce &Parameter... |
| 539 | Refactoring.introduceFactoryAction.label=Introduce &Factory... |
| 540 | Refactoring.convertLocalToFieldAction.label=Convert Local Varia&ble to Field... |
| 541 | Refactoring.selfEncapsulateFieldAction.label=Encap&sulate Field... |
| 542 | |
| 543 | Refactoring.migrateJar.label=Migrate &JAR File... |
| 544 | Refactoring.applyScript.label=Appl&y Script... |
| 545 | Refactoring.createScript.label=C&reate Script... |
| 546 | Refactoring.showHistory.label=&History... |
| 547 | |
| 548 | NewScriptProject.label= Script Project |
| 549 | NewScriptProject.description=Create a Script project |
| 550 | |
| 551 | NewScriptPackage.label= Package |
| 552 | NewScriptPackage.description=Create a Script package |
| 553 | |
| 554 | NewScriptClass.label= Class |
| 555 | NewScriptClass.description=Create a Script class |
| 556 | |
| 557 | NewScriptInterface.label= Interface |
| 558 | NewScriptInterface.description= Create a Script interface |
| 559 | |
| 560 | NewEnumType.label= Enum |
| 561 | NewEnumType.description= Create an enum type |
| 562 | |
| 563 | NewAnnotationType.label= Annotation |
| 564 | NewAnnotationType.description= Create an annotation type |
| 565 | |
| 566 | NewSourceFolderCreationWizard.label=Source Folder |
| 567 | NewSourceFolderCreationWizard.description=Create a Script source folder |
| 568 | |
| 569 | |
| 570 | AddBookmark.label=Add Boo&kmark |
| 571 | AddBookmark.tooltip=Add Bookmark... |
| 572 | |
| 573 | AddTask.label=Add &Task |
| 574 | AddTask.tooltip=Add Task... |