blob: aea195bfc43f00ff4015d888041040fb96be4fc5 [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
#=============================================================================#
RChunkLaunch_error_message= An error occurred while submitting current code chunk to R.
ProcessingAction_Weave_label= &Weave R chunks
ProcessingOperationContext_RConsole_label= R Console
ProcessingOperationContext_RConsole_RTask_label= {0}
ProcessingOperationContext_RConsole_RTask_Canceled_label= R Console task was canceled.
ProcessingOperation_RunRConsoleSnippet_label= Run R commands in active R console
ProcessingOperation_RunRConsoleSnippetSettings_RCode_label= R &code to submit:
ProcessingOperation_Insert_InFileLocVariable_label= Insert Variable: Location of the In File
ProcessingOperation_Insert_OutFileLocVariable_label= Insert Variable: Location of the Out File
ProcessingOperation_RunRConsoleSnippet_task= Running R commands in R console ({0})...
ProcessingOperation_RunRConsoleSnippet_RCode_error_SpecMissing_message= The spec of R code snippet is missing.
ProcessingOperation_RunRConsoleSnippet_RCode_error_SpecInvalid_message= In spec of R code snippet, {0}
ProcessingOperation_RunRConsoleSnippet_error_SetWdFailed_message= Failed to set the R working directory to ''{0}'' (is ''{1}'').
ProcessingOperation_RunRCmdTool_label= Run R CMD
ProcessingOperation_RunRCmdTool_Wd_error_SpecInvalid_message= In spec of working directory, {0}
ProcessingOperation_RunRCmdTool_RCmdResource_error_SpecInvalid_message= In spec of R CMD resource, {0}
ProcessingOperation_RunRCmdTool_RCmdOptions_error_SpecInvalid_message= In spec of R CMD options, {0}