root / tmp / org.txm.statsengine.r.core / src / org / txm / statsengine / r / core / messages / messages.properties @ 696
History | View | Annotate | Download (2.5 kB)
1 |
|
---|---|
2 |
error_cantFindRServeInPath = ** The Statistics Engine program path is set but we couldn't find it in: {0}. |
3 |
error_connectionFailed = ** Error while connecting to the stat engine. |
4 |
error_errorDuringItemsListExtraction = ** Error during items list extraction: |
5 |
error_errorWhileEvaluating = ** R error: "{0}"\nwhile evaluating:{1} |
6 |
error_evaluationError = ** Evaluation error: |
7 |
error_failedToConnectToTheRWorkspace = ** Failed to connect to the R Workspace |
8 |
error_failedToInitializeFileTransfert = ** Failed to initialize file transfert: {0}. |
9 |
error_failedToKillRServe = Failed to exec 'taskkill /IM Rserve.exe /F': |
10 |
error_failedToKillRServe2 = Failed to exec 'tskill Rserve.exe': |
11 |
error_failedToKillRServe3 = Failed to exec 'killall -9 Rserve-bin.so': |
12 |
error_failedToLoadLibrary = Failed to load the {0} library: {1} |
13 |
error_failedToRunREG = ** Failed to run REG to find the location of R program: |
14 |
error_failedToStartRServe = Failed to start RServe : |
15 |
error_failedToStartRServeWithCommand = ** Failed to start Rserve with command: |
16 |
error_matrixIsEmpty = Matrix is empty |
17 |
error_requestedObjectNotFoundInR = The requested object ({0}) was not found in the R workspace. |
18 |
error_rserveIsAlreadyRunningOnPort = Rserve already running on port |
19 |
error_rservePathNotSet = ** The Statistics Engine program path is not set and we could not find it |
20 |
error_statsEngineNotReadyCancelingCommand = Statistics Engine is not ready, canceling command. |
21 |
error_youNeedRSoftware = You need the 'R' software and you need to configure in the 'Tools/Preferences' window the correct path to it. |
22 |
|
23 |
info_connected = Connected. |
24 |
info_connectingToRAt = Connecting to R at {0}:{1} |
25 |
info_connectingToRAtWithUser = Connecting to R at {0}:{1} with user {2}. |
26 |
info_lastSafeEvalExpression = Last safeeval expression: {0}. |
27 |
info_rPathNotSetTryingToFindIt = R path is not set, trying to find it... |
28 |
info_savingChartToFile = Saving chart to file: {0}. |
29 |
info_startingRUsingPath = Starting R using path: {0}. |
30 |
info_startingStatsEngine = Starting Statistics Engine: user: {0}, remote: {1}, port: {2}, debug: {3} |
31 |
info_statisticsEngineLaunched = Statistical Engine launched |
32 |
info_tryingToStartRFrom = Try to start R from: {0}... |
33 |
info_tryingToStartRWithRPath = Try to start R with path: 'R'. |