blob: 6e6e35ff1b8640d8d05c4174dccb926379ab34d1 [file] [log] [blame]
###############################################################################
# Copyright (c) 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
###############################################################################
ApplyRefactoringScriptWizard_caption=Apply Script
ApplyRefactoringScriptWizard_title=Refactoring Script
ApplyRefactoringScriptWizard_description=Specify a refactoring script file describing the refactorings to perform.
ApplyRefactoringScriptWizard_project_pattern=Refactorings to perform
ApplyRefactoringScriptWizard_workspace_caption=Refactorings to perform
ApplyRefactoringScriptWizardPage_invalid_format=The refactoring script file has an invalid format.
ApplyRefactoringScriptWizardPage_location_caption=Location of the refactoring script file:
ApplyRefactoringScriptWizardPage_location_label=&Script file:
ApplyRefactoringScriptWizardPage_browse_label=&Browse...
ApplyRefactoringScriptWizardPage_browse_caption=Browse for Script
ApplyRefactoringScriptWizardPage_filter_name_script=*.xml
ApplyRefactoringScriptWizardPage_filter_name_wildcard=*.*
ApplyRefactoringScriptWizardPage_filter_extension_script=*.xml
ApplyRefactoringScriptWizardPage_filter_extension_wildcard=*.*
ApplyRefactoringScriptWizardPage_invalid_location=Location must not be empty.
ApplyRefactoringScriptWizardPage_invalid_script_file=Location does not denote a valid refactoring script file.
ApplyRefactoringScriptWizardPage_error_cannot_read=Could not read refactoring script file.
CreateRefactoringScriptWizard_title=Refactoring Script
CreateRefactoringScriptWizard_caption=Create Script
CreateRefactoringScriptWizard_description=Select the refactorings to save in a refactoring script.
CreateRefactoringScriptWizard_merge_button=&Merge
CreateRefactoringScriptWizard_overwrite_query=The refactoring script file already exists. Would you like to add the refactorings to the existing script file or overwrite the script file?\n\nPress ''{0}'' to merge the refactorings with the existing ones, and ''{1}'' to overwrite the file.
CreateRefactoringScriptWizard_overwrite_button=&Overwrite
CreateRefactoringScriptWizardPage_browse_caption=Browse for Location
CreateRefactoringScriptWizardPage_script_extension=.xml
CreateRefactoringScriptAction_finish_button_label=&Create