blob: 308174051b298141e22d02f574a3b5e9b7728362 [file] [log] [blame]
#=============================================================================#
# Copyright (c) 2007, 2020 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
#=============================================================================#
Variable_AppHost_description= Returns the specific host of the app address.
Variable_AppPort_description= Returns the specific port of the app address.
RunAction_RunApp_label= &Run App
Operation_MainTab_name= &Main
Operation_MainTab_AppFolder_label= App &folder
Operation_AppFolder_info= (empty= selected resource)
Operation_MainTab_AppAddress_group= Network Address:
Operation_MainTab_AppHost_label= &Host
Operation_AppHost_info= (empty= automatic)
Operation_MainTab_AppPort_label= &Port
Operation_AppPort_error_SpecInvalid_message= Invalid port number specified (0-65535).
Operation_AppPort_info= (empty= automatic)
Operation_MainTab_Start_group= App Start:
Operation_StartApp_RCode_label= R code to r&un the app
Operation_StartApp_RCode_error_SpecMissing_message= The spec of R code snippet is missing.
Operation_StartApp_RCode_error_SpecInvalid_message= In spec of R code snippet, {0}
Operation_StartApp_StopRunningApp_label= S&top app already running in R
Operation_StopApp_RCode_label= R code to st&op the app
Operation_ViewTab_name= &View
Operation_ViewTab_label= Show app when started
Operation_ViewTab_Operation_label= View &Operation
Operation_Viewer_None_label=
Operation_Viewer_WorkbenchExternal_label= Open app in external web browser
Operation_Viewer_WorkbenchView_label= Open app in Eclipse view
Operation_Viewer_error_Run_message= An error occurred when opening viewer to show the app.
Operation_Variables_label= R App Variables (Reactive Variables)
Operation_Variables_RCode_label= R code
Operation_Variables_ShowView_label= &Show view
Operation_Variables_error_Run_message= An error occurred when opening the R App Variables view.
Action_RestartApp_label= Restart App
Action_StopApp_label= Stop App