###############################################################################
# Copyright (c) 2000, 2005 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
JavaPlugin_internal_error=Internal Error
JavaElementProperties_name=Name
InitializeAfterLoadJob_starter_job_name=Starting PHP Model initialization
InitializeAfterLoadJob_real_job_name=Initializing PHP Model
#########
## actions
#########
AddMethodStubAction_label=Create Method
AddMethodStubAction_detailed_implement=&Implement in ''{0}''
AddMethodStubAction_detailed_override=&Override in ''{0}''
AddMethodStubAction_description=Add method stub to type
AddMethodStubAction_tooltip=Add Method Stub to Type
AddMethodStubAction_error_title=Add Method Stub Failed
AddMethodStubAction_QueryDialog_title=Create Method Stub
AddMethodStubAction_OverridesFinalDialog_message=This will override the final method ''{0}'' from ''{1}''\nOK to continue?
AddMethodStubAction_OverridesPrivateDialog_message=This will override the private method ''{0}'' from ''{1}''\nOK to continue?
AddMethodStubAction_ReplaceExistingDialog_message=This will replace the existing method ''{0}''.\nOK to continue?
OpenTypeAction_description=Open a type in the editor
OpenTypeAction_tooltip=Open a Type
OpenTypeAction_errorMessage=An exception occurred while opening the type.
OpenTypeAction_errorTitle=Open Type
OpenTypeAction_label=Open Type...
OpenTypeAction_dialogTitle=Open Type
OpenTypeAction_dialogMessage=&Select a type to open (? = any character, * = any String, TZ = TimeZone):
#######
## dialogs
#######
JavaUI_defaultDialogMessage=Select entries:
MultiElementListSelectionDialog_pageInfoMessage=Page {0} of {1}
MultiTypeSelectionDialog_dialogMessage=Could not uniquely map the type name to a type. Path is {0}
MultiTypeSelectionDialog_dialogTitle=Select Type
MultiTypeSelectionDialog_errorMessage=Could not uniquely map the type name to a type.
MultiTypeSelectionDialog_errorTitle=Select Type
MultiTypeSelectionDialog_error2Message=Unexpected exception. See log for details.
MultiTypeSelectionDialog_error2Title=Exception
TypeSelectionDialog_errorMessage=Could not uniquely map the type name to a type.
TypeSelectionDialog_dialogMessage=Could not uniquely map the type name to a type. Path is {0}
TypeSelectionDialog_errorTitle=Select Type
TypeSelectionDialog_lowerLabel=&Qualifier:
TypeSelectionDialog_upperLabel=&Matching types:
TypeSelectionDialog_notypes_title=Type Selection
TypeSelectionDialog_notypes_message=No types available.
TypeSelectionDialog_progress_consistency=Initializing search indices...
TypeSelectionDialog_error3Message=Unexpected exception. See log for details.
TypeSelectionDialog_error3Title=Exception
ExceptionDialog_seeErrorLogMessage= See error log for more details.
MainTypeSelectionDialog_errorTitle=Error
MultiMainTypeSelectionDialog_errorTitle=Error
PackageSelectionDialog_error_title=Error
PackageSelectionDialog_nopackages_title=Package Selection
PackageSelectionDialog_nopackages_message=No packages available.
BuildPathDialog_title= Java Build Path for {0}
OverrideMethodDialog_groupMethodsByTypes=Group methods by types
OverrideMethodDialog_dialog_title=Override/Implement Methods
OverrideMethodDialog_dialog_description=Select methods to override or implement:
OverrideMethodDialog_selectioninfo_more={0} of {1} selected.
OverrideMethodDialog_link_tooltip=Show the code templates preferences.
OverrideMethodDialog_link_message=The format of the method stubs may be configured on the Code Templates preference page.
GetterSetterMethodDialog_link_tooltip=Show the code templates preferences.
GetterSetterMethodDialog_link_message=The format of the getters/setters may be configured on the Code Templates preference page.
GenerateConstructorDialog_link_tooltip=Show the code templates preferences.
GenerateConstructorDialog_link_message=The format of the constructors may be configured on the Code Templates preference page.
DelegateMethodDialog_link_tooltip=Show the code templates preferences.
DelegateMethodDialog_link_message=The format of the delegate methods may be configured on the Code Templates preference page.
TypeSelectionDialog2_title_format={0} - {1}
TypeSelectionComponent_label= &Matching types:
TypeSelectionComponent_menu=Menu
TypeSelectionComponent_fully_qualify_duplicates_label=&Fully Qualify Duplicates
TypeSelectionComponent_show_status_line_label=&Show Container Info
TypeInfoViewer_job_label=Searching for all types
TypeInfoViewer_job_error=Searching for all types failed
TypeInfoViewer_job_cancel=Operation got canceled
TypeInfoViewer_default_package=(default package)
TypeInfoViewer_progress_label={0} ({1}%)
TypeInfoViewer_progressJob_label=Progress Update Job
TypeInfoViewer_searchJob_taskName=Searching...
TypeInfoViewer_separator_message=Workspace matches
TypeInfoViewer_remove_from_history=&Remove from History
TypeInfoViewer_library_name_format=[{0}]
TypeInfoViewer_syncJob_label=Synchronizing search tables
TypeInfoViewer_syncJob_taskName=Refreshing indices...
###########
## viewsupport
###########
JavaImageLabelprovider_assert_wrongImage=no image for this Java element type
JavaElementLabels_default_package=(default package)
JavaElementLabels_anonym_type=new {0}() '{'...}
JavaElementLabels_anonym=new Anonymous
JavaElementLabels_import_container=import declarations
JavaElementLabels_initializer={...}
JavaElementLabels_concat_string=\ -\
JavaElementLabels_comma_string=,\
JavaElementLabels_declseparator_string=\ :\
StatusBarUpdater_num_elements_selected={0} items selected
#########
## util
#########
OpenTypeHierarchyUtil_error_open_view=Problems opening Type Hierarchy View
OpenTypeHierarchyUtil_error_open_perspective=Problems opening Type Hierarchy Perspective
OpenTypeHierarchyUtil_error_open_editor=Problems opening Java Editor
OpenTypeHierarchyUtil_selectionDialog_title=Open In Type Hierarchy
OpenTypeHierarchyUtil_selectionDialog_message=&Select the type to be shown in the Type Hierarchy:
TypeInfoLabelProvider_default_package=(default package)
JavaUIHelp_link_label=PHPdoc for ''{0}''
JavaUIHelpContext_javaHelpCategory_label= PHP help:
#########
# DnD
#########
ResourceTransferDragAdapter_cannot_delete_resource=Cannot delete resources
ResourceTransferDragAdapter_moving_resource=Moving Resources with Drag and Drop
ResourceTransferDragAdapter_cannot_delete_files=Cannot delete the following file(s)
#########
# Spelling
#########
Spelling_dictionary_file_extension=dictionary
Spelling_error_label=The word ''{0}'' is not correctly spelled
Spelling_correct_label=Change to ''{0}''
Spelling_add_info=Adds the word ''{0}'' to the dictionary
Spelling_add_label=Add ''{0}'' to dictionary
Spelling_ignore_info=Always ignores ''{0}'' during the current session
Spelling_ignore_label=Always ignore ''{0}''
Spelling_case_label=Change to upper case
Spelling_error_case_label= The word ''{0}'' should have an initial upper case letter
#########
# misc
#########
JavaAnnotationHover_multipleMarkersAtThisLine=Multiple markers at this line
JavaEditor_codeassist_noCompletions=No completions available.
HTMLTextPresenter_ellipsis=...
HTML2TextReader_listItemPrefix=\t-
OptionalMessageDialog_dontShowAgain= Do not show this message again
ElementValidator_cannotPerform= The requested operation cannot be performed.
SelectionListenerWithASTManager_job_title=Requesting PHP AST from selection
JavaOutlineControl_statusFieldText_hideInheritedMembers= Press ''{0}'' to hide inherited members
JavaOutlineControl_statusFieldText_showInheritedMembers= Press ''{0}'' to show inherited members
##########
# Rename support
##########
RenameSupport_not_available=The refactoring operation is not available
RenameSupport_dialog_title=Rename Refactoring
CoreUtility_job_title=Rebuilding
CoreUtility_buildall_taskname=Build all...
CoreUtility_buildproject_taskname=Build project ''{0}''...