summaryrefslogtreecommitdiffstats
path: root/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/messages.properties
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/messages.properties')
-rw-r--r--plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/messages.properties49
1 files changed, 49 insertions, 0 deletions
diff --git a/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/messages.properties b/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/messages.properties
new file mode 100644
index 0000000..2d6d8af
--- /dev/null
+++ b/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/messages.properties
@@ -0,0 +1,49 @@
1################################################################################
2# Copyright (c) 2010 Intel Corporation.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# Intel - initial API and implementation
10################################################################################
11
12# NLS_MESSAGEFORMAT_VAR
13# NLS_ENCODING=UTF-8
14
15ErrorNoSubsystem=No subsystem found.
16ErrorConnectSubsystem=Could not connect to the remote system.
17ErrorNoHost=No remote host found.
18ErrorNoRemoteService=No remote TCF service found.
19ErrorOprofileViewer=Local application "oprofile-viewer" is NOT installed.\nPlease goto http://git.yoctoproject.org/cgit/cgit.cgi/oprofileui to install OprofileUI.
20ErrorOprofile=Oprofile is NOT installed on the local host.\n Please goto http://oprofile.sourceforge.net to install Oprofile.
21ErrorLttvGui=Local application "lttv-gui" is NOT installed.\nPlease goto http://lttng.org to install LTTng Viewer.
22ErrorUstProject=No Lttng Project selected. If the list is empty, please create a Lttng project under File->New!
23
24InfoDownload=Downloading
25InfoUpload=Uploading
26
27BaseSettingDialog_Connection=Connection
28BaseSettingDialog_New=New
29BaseSettingDialog_Properties=Properties
30Usttrace_Argument_Text=Argument
31Usttrace_Application_Text=Application
32Usttrace_Trace_Loc_Text=Ust directory path
33Powertop_Time_Text=Time to gather data(sec)
34Powertop_ShowPid_Text=show pids in wakeups list
35TerminalViewer_text=This view is dedicated to Yocto Remote tools. Please use the "Yocto Remote Tools" menu to open the view.
36//Systemtap_KO_Text=Kernel Module:
37Metadata_Location=Metadata Location:
38Builddir_Location=Build dir Location:
39User_ID=User ID:
40Remote_Host=Remote Host:
41Systemtap_Script=Systemtap Script:
42Systemtap_Args=Systemtap Args:
43Import_to_Project=Import to project:
44
45LocalJob_Title=Launching local application
46ErrorLocalJob=Failed in launching local application
47
48RemoteShellExec_1=Executing {0} {1}
49RemoteShellExec_2=Could not create the hostShellProcess.\n \ No newline at end of file