blob: 2744e4db2100d397d46fed7c85660e3f4caf52b0 [file] [log] [blame]
#=============================================================================#
# Copyright (c) 2007, 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
#=============================================================================#
HelpCommand_name= Help Command
PrintCommand_name= Print Command
Variable_error_EmptySelection_message= {0}: The variable references empty selection.
Variable_error_InvalidProject_NotExists_message= {0}: The variable references to an unsupported project ''{1}'': the project does not exists.
Variable_error_InvalidProject_NoRProject_message= {0}: The variable references to an unsupported project ''{1}'': the project is not an R project.
Variable_error_NoSingleRElement_message= {0}: The variable references not to an R object.
Variable_error_InvalidObject_QualifiedName_message= {0}: The variable references to an unsupported R object: a qualified name cannot be created.
Variable_error_InvalidProject_NoPkgName_message= {0}: The variable references not to an unsupported project ''{1}'': the project is not an R package project.