blob: 90422811dd7d967df8e7a564a2585acfe0c24daf [file] [log] [blame]
#=============================================================================#
# Copyright (c) 2005, 2021 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
#=============================================================================#
launchConfigurations_RCmd_name = R CMD Tools
launchConfigurations_RCmd_description = Run a R CMD task.
launchConfigurations_RConsole_name = R Console
launchConfigurations_RConsole_description = Run a R Console.
launchConfigurations_RRemoteConsole_name = R Remote Console
launchConfigurations_RRemoteConsole_description = Connect a R Console to a R service.
preferencePages_RConsoleContentAssist_name = R Console Content Assist
preferencePages_RSnippet_name = R Code Snippets
commands_RunRSnippet_name = Run R Snippet
commands_RunRSnippet_description = Submits a predefined code snippet to the R console
commands_RunRSnippet_SnippetPar_name = Snippet
commands_RunLastRSnippet_name = Run Last R Snippet
commands_RunLastRSnippet_description = Submits again the last executed code snippet to the R console
menus_RSnippets_Preferences_name = Configure...
menus_RSnippets_Preferences_mnemonics = C