1 ################################################################################
 
   2 # Copyright (c) 2002 International Business Machines Corp. and others.
 
   3 # All rights reserved. This program and the accompanying materials 
 
   4 # are made available under the terms of the Common Public License v0.5 
 
   5 # which accompanies this distribution, and is available at
 
   6 # http://www.eclipse.org/legal/cpl-v05.html
 
   9 #     IBM Corporation - initial API and implementation
 
  10 ################################################################################
 
  12 OpenWithMenu.label=Open Wit&h
 
  13 RefactorMenu.label=Re&factor
 
  14 SourceMenu.label=&Source
 
  15 NavigateMenu.label=&Navigate
 
  17 BuildAction.label=&Build Project
 
  18 RebuildAction.label=Rebuild Pro&ject
 
  20 SelectionConverter.codeResolveOrInput_failed=Couldn't convert text selection into a PHP element
 
  21 SelectionConverter.codeResolve_failed=Couldn't convert text selection into a PHP element
 
  23 OpenAction.label=&Open
 
  24 OpenAction.tooltip=Open an editor on the selected element
 
  25 OpenAction.description=Open an editor on the selected element
 
  26 OpenAction.declaration.label=&Open Declaration@F3
 
  27 OpenAction.select_element=&Select or enter the element to open:
 
  29 OpenAction.error.title=Open
 
  30 OpenAction.error.message=Cannot open default editor.
 
  31 OpenAction.error.messageArgs=Cannot open default editor on {0}. {1}
 
  32 OpenAction.error.messageProblems=Problems Opening Editor
 
  33 OpenAction.error.messageBadSelection=Current text selection doesn't resolve to a PHP element
 
  35 OpenSuperImplementationAction.label=Open S&uper Implementation
 
  36 OpenSuperImplementationAction.tooltip=Open the Implementation in the Super Type
 
  37 OpenSuperImplementationAction.description=Open the Implementation in the Super Type
 
  38 OpenSuperImplementationAction.error.title=Open Super Implementation
 
  39 OpenSuperImplementationAction.error.message=Opening failed. Check log for details.
 
  40 OpenSuperImplementationAction.not_applicable=Operation not applicable to current text selection. Please position the cursor inside a method.
 
  41 OpenSuperImplementationAction.no_super_implementation=There isn''t any super implementation for method ''{0}''.
 
  43 OpenTypeHierarchyAction.label=Open Type Hie&rarchy
 
  44 OpenTypeHierarchyAction.tooltip=Open a type hierarchy on the selected element
 
  45 OpenTypeHierarchyAction.description=Open a type hierarchy on the selected element
 
  46 OpenTypeHierarchyAction.dialog.title=Open Type Hierarchy
 
  47 OpenTypeHierarchyAction.messages.title=Can\'t create type hierarchy
 
  48 OpenTypeHierarchyAction.messages.no_php_element=No PHP element selected.
 
  49 OpenTypeHierarchyAction.messages.no_php_resources=Selected package fragment doesn\'t contain any PHP resource.
 
  50 OpenTypeHierarchyAction.messages.no_types=Selected compilation unit doesn\'t contain a type.
 
  51 OpenTypeHierarchyAction.messages.no_valid_php_element=No valid PHP element selected.
 
  53 ShowInPackageViewAction.label=Show in Pac&kage Explorer
 
  54 ShowInPackageViewAction.description=Show the selected element in Package Explorer
 
  55 ShowInPackageViewAction.tooltip=Show in Package Explorer
 
  56 ShowInPackageViewAction.select_name=&Select or enter the element to reveal:
 
  57 ShowInPackageViewAction.dialog.title=Show In Package Explorer
 
  58 ShowInPackageViewAction.error.message=Internal error. Please see log for details.
 
  59 ShowInPackageViewAction.not_found=Couldn\'t reveal the selected element in Package Explorer. May be the element is filtered out.
 
  61 ShowInNavigatorView.label=Show in &Navigator View
 
  62 ShowInNavigatorView.dialog.title=Show in Navigator View
 
  63 ShowInNavigatorView.dialog.message=Select the element to be opened in the navigator view:
 
  64 ShowInNavigatorView.error.activation_failed=Unable to activate Resource Navigator
 
  65 ShowInNavigatorView.error.conversion_failed=Unable to convert PHP element into a resource
 
  67 OverrideMethodsAction.label=O&verride/Implement Methods...
 
  68 OverrideMethodsAction.description=Override or Implement Methods from super types.
 
  69 OverrideMethodsAction.tooltip=Override/Implement Methods
 
  71 OverrideMethodsAction.error.title=Override/Implement Methods
 
  72 OverrideMethodsAction.error.nothing_found=No methods to override found for this type.
 
  73 OverrideMethodsAction.error.type_removed_in_editor=Input type has been removed in editor.
 
  74 OverrideMethodsAction.not_applicable=Operation not applicable to current text selection. Please position the cursor inside a type.
 
  76 AddGetterSetterAction.label=Gene&rate Getter and Setter...
 
  77 AddGetterSetterAction.description=Generate Getter and Setter methods for the field
 
  78 AddGetterSetterAction.tooltip=Generate Getter and Setter methods for the Field
 
  80 AddGetterSetterAction.error.title=Generate Getter and Setter
 
  81 AddGetterSetterAction.error.actionfailed=Generating Getter and Setter Failed.
 
  82 AddGetterSetterAction.error.fieldNotExisting=The field ''{0}'' has been removed in the editor.
 
  83 AddGetterSetterAction.not_applicable=Operation not applicable to current text selection. Please select a field or a type that declares some fields.
 
  84 AddGetterSetterAction.read_only=The compilation unit in which the field ''{0}'' is declared is read only.
 
  86 AddGetterSetterAction.QueryDialog.title=Generate Getter and Setter
 
  87 AddGetterSetterAction.SkipSetterForFinalDialog.message=Field ''{0}'' is final.\nOK to skip creation of the setter method?
 
  88 AddGetterSetterAction.SkipExistingDialog.message=Method ''{0}'' already exists.\nSkip creation?
 
  89 AddGetterSetterAction.SkipExistingDialog.skip.label=&Skip
 
  90 AddGetterSetterAction.SkipExistingDialog.replace.label=&Replace
 
  91 AddGetterSetterAction.SkipExistingDialog.skipAll.label=Skip &All
 
  93 AddUnimplementedConstructorsAction.label=Add &Constructors from Superclass
 
  94 AddUnimplementedConstructorsAction.description=Evaluate and add constructors from superclass
 
  95 AddUnimplementedConstructorsAction.tooltip=Add Constructors from Superclass
 
  97 AddUnimplementedConstructorsAction.error.title=Add Constructors from Superclass
 
  98 AddUnimplementedConstructorsAction.error.nothing_found=No unimplemented constructors found.
 
  99 AddUnimplementedConstructorsAction.error.type_removed_in_editor=Input type has been removed in editor.
 
 100 AddUnimplementedConstructorsAction.not_applicable=Operation not applicable to current text selection. Please position the cursor inside a type.
 
 102 AddJavaDocStubAction.label=Add &Javadoc Comment
 
 103 AddJavaDocStubAction.description=Add a Javadoc comment stub to the member element
 
 104 AddJavaDocStubAction.tooltip=Add a Javadoc comment stub to the member element
 
 106 AddJavaDocStubsAction.error.dialogTitle=Add Javadoc Comment
 
 107 AddJavaDocStubsAction.error.noWorkingCopy=Could not find working copy.
 
 108 AddJavaDocStubsAction.error.memberNotExisting=Member has been removed in editor.
 
 109 AddJavaDocStubsAction.error.actionFailed=Error while adding Javadoc comment
 
 110 AddJavaDocStubsAction.not_applicable=Operation not applicable to current text selection. Please position the cursor inside a type or method.
 
 112 ExternalizeStringsAction.label= &Externalize Strings...
 
 113 ExternalizeStringsAction.dialog.title= Externalize Strings
 
 114 ExternalizeStringsAction.dialog.message=Couldn't open Externalize String Wizard
 
 116 FindStringsToExternalizeAction.label= &Find Strings to Externalize...
 
 117 FindStringsToExternalizeAction.dialog.title= Find Strings to Externalize
 
 118 FindStringsToExternalizeAction.error.message=Unexpected Exception. See log.
 
 119 FindStringsToExternalizeAction.foundStrings= {0} in {1}
 
 120 FindStringsToExternalizeAction.noStrings= No strings to externalize were found.
 
 121 FindStringsToExternalizeAction.not_externalized= {0} ¬ externalized string(s) found.
 
 122 FindStringsToExternalizeAction.button.label= &Externalize...
 
 123 FindStringsToExternalizeAction.hide= &Hide compilation units with no strings to externalize
 
 124 FindStringsToExternalizeAction.find_strings=Finding not externalized strings...
 
 126 OpenExternalJavadocAction.label=Open E&xternal Javadoc
 
 127 OpenExternalJavadocAction.description=Opens the Javadoc of the selected element in an external browser
 
 128 OpenExternalJavadocAction.tooltip=Opens the Javadoc of the selected element in an external browser
 
 129 OpenExternalJavadocAction.help_not_available=Help support not available
 
 130 OpenExternalJavadocAction.select_element=&Select or enter the element to open:
 
 131 OpenExternalJavadocAction.libraries.no_location=The documentation location for ''{0}'' has not been configured. For elements from libraries specify the Javadoc location URL on the property page of the parent JAR (''{1}'')
 
 132 OpenExternalJavadocAction.source.no_location=The documentation location for ''{0}'' has not been configured. For elements from source specify the Javadoc location URL on the property page of the parent project (''{1}'')
 
 133 OpenExternalJavadocAction.no_entry=The documentation does not contain an entry for ''{0}''.\n(File ''{1}'' does not exist.)
 
 134 OpenExternalJavadocAction.opening_failed=Opening Javadoc failed. See log for details
 
 135 OpenExternalJavadocAction.dialog.title=Open External Javadoc
 
 136 OpenExternalJavadocAction.code_resolve_failed=Couldn't convert text selection into a PHP element
 
 138 SelfEncapsulateFieldAction.label=&Self Encapsulate...
 
 139 SelfEncapsulateFieldAction.dialog.title=Self Encapsulate Field
 
 140 SelfEncapsulateFieldAction.dialog.unavailable=Operation unavailable on the current selection. Select a field.
 
 141 SelfEncapsulateFieldAction.dialog.cannot_perform=Cannot perform refactoring. See log for more details.
 
 142 SelfEncapsulateFieldAction.dialog.field_doesnot_exit=Field {0} doesn't exist in editor buffer anymore.
 
 144 OrganizeImportsAction.label=Or&ganize Imports@Ctrl+Shift+O
 
 145 OrganizeImportsAction.tooltip=Evaluate All Required Imports and Replace the Current Imports
 
 146 OrganizeImportsAction.description=Evaluate all required imports and replace the current imports
 
 148 OrganizeImportsAction.multi.op.description=Organizing imports...
 
 149 OrganizeImportsAction.multi.error.parse={0}: Compilation unit has parse errors. No changes applied.
 
 150 OrganizeImportsAction.multi.error.readonly={0}: Compilation unit is read-only. No changes applied.
 
 151 OrganizeImportsAction.multi.error.unresolvable={0}: Compilation unit contains ambiguous references. User interaction required.
 
 152 OrganizeImportsAction.multi.error.unexpected={0}: Unexpected error. See log for details.
 
 154 OrganizeImportsAction.selectiondialog.title=Organize Imports
 
 155 OrganizeImportsAction.selectiondialog.message=&Choose type to import:
 
 157 OrganizeImportsAction.error.title=Organize Imports
 
 158 OrganizeImportsAction.error.message=Unexpected error in organize imports. See log for details.
 
 160 OrganizeImportsAction.single.error.parse=Compilation unit has parse errors. No changes applied.
 
 162 OrganizeImportsAction.summary_added={0} import(s) added.
 
 163 OrganizeImportsAction.summary_removed={0} import(s) removed.
 
 165 OrganizeImportsAction.multi.status.title=Organize Imports
 
 166 OrganizeImportsAction.multi.status.description=Problems while organizing imports on some compilation units. See 'Details' for more information.
 
 168 OpenBrowserUtil.help_not_available=Help support not available
 
 170 MemberFilterActionGroup.hide_fields.label=Hide Fields
 
 171 MemberFilterActionGroup.hide_fields.tooltip=Hide Fields
 
 172 MemberFilterActionGroup.hide_fields.description=Toggles the visibility of fields
 
 174 MemberFilterActionGroup.hide_static.label=Hide Static Members
 
 175 MemberFilterActionGroup.hide_static.tooltip=Hide Static Members
 
 176 MemberFilterActionGroup.hide_static.description=Toggles the visibility of static members
 
 178 MemberFilterActionGroup.hide_nonpublic.label=Hide Non-Public Members
 
 179 MemberFilterActionGroup.hide_nonpublic.tooltip=Hide Non-Public Members
 
 180 MemberFilterActionGroup.hide_nonpublic.description=Toggles the visibility of non-public members
 
 182 NewWizardsActionGroup.new=Ne&w
 
 184 OpenProjectAction.dialog.title=Open Project
 
 185 OpenProjectAction.dialog.message=Select project(s) to be opened
 
 186 OpenProjectAction.error.message=Problems while opening projects
 
 187 OpenProjectAction.no_php_nature.one=The following project doesn't have a PHP nature and is therefore not present in the Package Explorer:
 
 188 OpenProjectAction.no_php_nature.multiple=The following projects don't have a PHP nature and are therefore not present in the Package Explorer:
 
 190 AddGetterSetterAction.dialog.title=&Select Methods to Create in Type ''{0}'':
 
 191 AddGetterSetterAction.one_selected=1 method selected
 
 192 AddGetterSetterAction.methods_selected={0} methods selected
 
 193 AddGettSetterAction.typeContainsNoFields.message=The type contains no fields or all fields have getters/setters already.
 
 195 OpenJavaPerspectiveAction.dialog.title=Open PHP Perspective
 
 196 OpenJavaPerspectiveAction.error.open_failed=Couldn\'t open PHP perspective
 
 198 OpenJavaBrowsingPerspectiveAction.dialog.title=Open PHP Browsing Perspective
 
 199 OpenJavaBrowsingPerspectiveAction.error.open_failed=Couldn\'t open PHP browsing perspective
 
 201 OpenTypeInHierarchyAction.label=Open Type in Hierarchy...@Ctrl+Shift+H
 
 202 OpenTypeInHierarchyAction.description=Open a type a the type hierarchy
 
 203 OpenTypeInHierarchyAction.tooltip=Open a type in a type hierarchy
 
 204 OpenTypeInHierarchyAction.dialogMessage=&Choose a type (? = any character, * = any string):
 
 205 OpenTypeInHierarchyAction.dialogTitle=Open Type in Hierarchy
 
 207 RefreshAction.label= Re&fresh
 
 208 RefreshAction.toolTip= Refresh
 
 209 RefreshAction.progressMessage= Refreshing...
 
 210 RefreshAction.error.title= Refresh Problems
 
 211 RefreshAction.error.message= Problems occurred refreshing the selected resources.
 
 212 RefreshAction.locationDeleted.title= Project location has been deleted
 
 213 RefreshAction.locationDeleted.message= The location for project {0} ({1}) has been deleted.\n Delete {0} from the workspace?
 
 215 ModifyParameterAction.problem.title=Refactoring
 
 216 ModifyParameterAction.problem.message=Operation not possible.
 
 218 PullUpAction.problem.title=Refactoring
 
 219 PullUpAction.problem.message=Operation not possible.
 
 221 OverrideMethodQuery.groupMethodsByTypes=Group methods by &types
 
 222 OverrideMethodQuery.dialog.title=Override/Implement Methods
 
 223 OverrideMethodQuery.dialog.description=&Select methods to override or implement:
 
 224 OverrideMethodQuery.selectioninfo.one={0} method selected.
 
 225 OverrideMethodQuery.selectioninfo.more={0} methods selected.
 
 227 ActionUtil.notOnBuildPath.title=Operation Cannot be Performed
 
 228 ActionUtil.notOnBuildPath.message=The resource is not on the build path of a PHP project.
 
 230 SelectAllAction.label= Select A&ll
 
 231 SelectAllAction.tooltip= Select All
 
 233 ToggleLinkingAction.label=Lin&k With Editor
 
 234 ToggleLinkingAction.tooltip=Link with Editor
 
 235 ToggleLinkingAction.description=Link with active editor