From c7da892cb23d50d4d85746c9a0b6b14bf570989d Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:23:09 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- .../org/yocto/sdk/remotetools/messages.properties | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 plugins/org.yocto.sdk.remotetools/bin/org/yocto/sdk/remotetools/messages.properties (limited to 'plugins/org.yocto.sdk.remotetools/bin/org/yocto/sdk/remotetools/messages.properties') diff --git a/plugins/org.yocto.sdk.remotetools/bin/org/yocto/sdk/remotetools/messages.properties b/plugins/org.yocto.sdk.remotetools/bin/org/yocto/sdk/remotetools/messages.properties new file mode 100644 index 0000000..e5ce1b8 --- /dev/null +++ b/plugins/org.yocto.sdk.remotetools/bin/org/yocto/sdk/remotetools/messages.properties @@ -0,0 +1,50 @@ +################################################################################ +# Copyright (c) 2010 Intel Corporation. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Intel - initial API and implementation +################################################################################ + +# NLS_MESSAGEFORMAT_VAR +# NLS_ENCODING=UTF-8 + +ErrorNoSubsystem=No subsystem found. +ErrorConnectSubsystem=Could not connect to the remote system. +ErrorNoHost=No remote host found. +ErrorNoRemoteService=No remote TCF service found. +ErrorOprofileViewer=Local application "oprofile-viewer" is NOT installed.\nPlease goto http://git.yoctoproject.org/cgit/cgit.cgi/oprofileui to install OprofileUI. +ErrorOprofile=Oprofile is NOT installed on the local host.\n Please goto http://oprofile.sourceforge.net to install Oprofile. +ErrorLttvGui=Local application "lttv-gui" is NOT installed.\nPlease goto http://lttng.org to install LTTng Viewer. +ErrorUstProject=No Lttng Project selected. If the list is empty, please create a Lttng project under File->New! + +InfoDownload=Downloading +InfoUpload=Uploading + +BaseSettingDialog_Connection=Connection +BaseSettingDialog_New=New +BaseSettingDialog_Properties=Properties +Usttrace_Argument_Text=Argument +Usttrace_Application_Text=Application +Usttrace_Trace_Loc_Text=Ust directory path +Powertop_Time_Text=Time to gather data(sec) +Powertop_ShowPid_Text=show pids in wakeups list +TerminalViewer_text=This view is dedicated to Yocto Remote tools. Please use the "Yocto Remote Tools" menu to open the view. +//Systemtap_KO_Text=Kernel Module: +Metadata_Location=Metadata Location: +Builddir_Location=Build dir Location: +User_ID=User ID: +Remote_User_ID=Remote User ID: +Remote_Host=Remote Host: +Systemtap_Script=Systemtap Script: +Systemtap_Args=Systemtap Args: +Import_to_Project=Import to project: + +LocalJob_Title=Launching local application +ErrorLocalJob=Failed in launching local application + +RemoteShellExec_1=Executing {0} {1} +RemoteShellExec_2=Could not create the hostShellProcess.\n \ No newline at end of file -- cgit v1.2.3-54-g00ecf