blob: cba0d614db7a941abc998640bb1a62e297252557 [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2012 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
###############################################################################
EscapeBackslashCompletionProposal_escapeBackslashes=Escape backslashes
OpenAction_label= &Open
OpenAction_tooltip= Open an Editor on the Selected Properties Key
OpenAction_error_title= Open
OpenAction_error_message= Cannot open default editor.
OpenAction_error_messageArgs= Cannot open default editor on {0}: \n{1}
OpenAction_error_messageProblems= Problems Opening Editor
OpenAction_error_messageErrorSearchingKey= Error searching references to the selected properties key
OpenAction_error_messageNoResult= Found no references to the selected properties key
OpenAction_hyperlinkText= Search for usages of ''{0}''
OpenAction_SelectionDialog_title= Open
OpenAction_SelectionDialog_details= &Details
OpenAction_SelectionDialog_message= &Select or enter the file to open (? = any character, * = any String):
# The first argument is the line number and the second is the full file path
OpenAction_SelectionDialog_elementLabel= Line {0} - {1}
# The first argument is the file name and the second is number of matches in that file
OpenAction_SelectionDialog_elementLabelWithMatchCount= {0} ({1} matches)
PropertiesCorrectionProcessor_create_field_in_accessor_label=Create field in ''{0}''
PropertiesCorrectionProcessor_create_fields_in_accessor_label=Create fields in ''{0}''
PropertiesCorrectionProcessor_remove_property_label=Remove property
PropertiesCorrectionProcessor_remove_properties_label=Remove properties
PropertiesCorrectionProcessor_error_quickassist_message=An error occurred while computing quick assists. Check log for details.
PropertiesCorrectionProcessor_NoCorrectionProposal_description=No suggestions available
PropertiesCorrectionProcessor_rename_in_workspace=Rename in workspace
PropertiesCorrectionProcessor_rename_in_workspace_description=Start the Rename refactoring
PropertiesFileAutoEditStrategy_showQuickAssist=Show Quick Assist
PropertiesFileEditor_find_accessor_type=Find accessor type
PropertiesFileHover_MalformedEncoding=Malformed \\uxxxx encoding: {0}
EscapeBackslashCompletionProposal_unescapeBackslashes=Unescape backslashes