blob: b0f51b67dadd486ee0734a2236179777c28d8aca [file] [log] [blame]
#=============================================================================#
# Copyright (c) 2009, 2019 Stephan Wahlbrink and others.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
#
# Contributors:
# Stephan Wahlbrink <sw@wahlbrink.eu> - initial API and implementation
#=============================================================================#
RenameInWorkspace_Wizard_title= Rename Variable in Workspace
RenameInWorkspace_Wizard_header= Rename Variable {0} in the Workspace
RenameInWorkspace_Wizard_VariableName_label= Variable &name:
RenameInWorkspace_error_message= An error occurred when renaming variables.
RenameInRegion_Wizard_title= Rename in Selected Region
RenameInRegion_Wizard_header= Rename Variables in Selected Region
RenameInRegion_error_message= An error occurred when renaming variables.
InlineTemp_Wizard_title= Inline Local Variable
InlineTemp_Wizard_header= Inline Local Variable {0}
InlineTemp_error_message= An error occurred when inlining local variable.
ExtractTemp_Wizard_title= Extract Local Variable
ExtractTemp_Wizard_header= Extract Selected Region to Local Variable
ExtractTemp_Wizard_VariableName_label= Variable &name:
ExtractTemp_Wizard_ReplaceAll_label= &Replace all occurrences with references to the local variable
ExtractTemp_error_message= An error occurred when extracting local variable.
ExtractFunction_Wizard_title= Extract Function
ExtractFunction_Wizard_header= Extract Selected Region to Function
ExtractFunction_Wizard_VariableName_label= Function &name:
ExtractFunction_error_message= An error occurred when extracting function.
FunctionToS4Method_Wizard_title= Convert Function into S4 method
FunctionToS4Method_Wizard_header= Convert Selected Function into S4 Method
FunctionToS4Method_Wizard_VariableName_label= Method &name:
FunctionToS4Method_Wizard_GenerateGeneric_label= Generate definition of generic method.
FunctionToS4Method_error_message= An error occurred when converting function.