blob: 2947e2b09922bd8a4da8df2603860fa9a08b4fed [file] [log] [blame]
###############################################################################
# Copyright (c) 2005, 2006 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
###############################################################################
ScriptLocationControl_location_label=Fil&e:
ScriptLocationControl_browse_label=&Browse...
ScriptLocationControl_browse_caption=Browse for Script
ScriptLocationControl_clipboard_label=&Clipboard
ScriptLocationControl_filter_name_script=*.xml
ScriptLocationControl_filter_name_wildcard=*.*
ScriptLocationControl_filter_extension_script=*.xml
ScriptLocationControl_filter_extension_wildcard=*.*
ApplyRefactoringScriptWizard_caption=Refactoring
ApplyRefactoringScriptWizard_title=Apply Script
ApplyRefactoringScriptWizard_description=Replay refactorings from a refactoring script.
ApplyRefactoringScriptWizard_project_pattern=Refactorings to replay:
ApplyRefactoringScriptWizard_workspace_caption=Refactorings to replay:
ApplyRefactoringScriptWizardPage_invalid_format=The refactoring script file has an invalid format.
ApplyRefactoringScriptWizardPage_location_caption=Script Location:
ApplyRefactoringScriptWizardPage_invalid_location=Location must not be empty.
ApplyRefactoringScriptWizardPage_invalid_script_file=Location is not a valid refactoring script file.
ApplyRefactoringScriptWizardPage_no_script_clipboard=Clipboard has no refactoring script.
ApplyRefactoringScriptWizardPage_error_cannot_read=Could not read refactoring script file.
ApplyRefactoringScriptWizardPage_empty_clipboard=Clipboard is empty.
ApplyRefactoringScriptWizardPage_no_text_clipboard=Clipboard has no text.
CreateRefactoringScriptWizard_title=Create Script
CreateRefactoringScriptWizard_caption=Refactoring
CreateRefactoringScriptWizard_description=Create a refactoring script from the refactoring history.
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_destination=Browse for Location
CreateRefactoringScriptWizardPage_destination_caption=Script Location
CreateRefactoringScriptWizardPage_script_extension=.xml
CreateRefactoringScriptWizardPage_select_caption=Select refactorings to save in script:
CreateRefactoringScriptAction_finish_button_label=&Create
ShowRefactoringHistoryWizard_title=Refactoring
ShowRefactoringHistoryWizard_caption=Refactoring History
ShowRefactoringHistoryWizard_description=Browse and edit the workspace refactoring history.
ShowRefactoringHistoryWizard_workspace_caption=Refactoring history of workspace:
ShowRefactoringHistoryWizard_confirm_deletion=Are you sure you want to delete {0} refactoring(s) from the workspace refactoring history?\n\nNote: This may also affect refactoring histories of projects.