Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drigo Pastore2010-01-15 17:01:40 +0000
committerDaniel Drigo Pastore2010-01-15 17:01:40 +0000
commit23389f35bded4da952d6f3e625561f4aaed4de6f (patch)
treecf3add465ec1bc42fb71537fe39b1fef5cc3e00a /proctools/plugins/org.eclipse.sequoyah.device.linuxtools/bin/org/eclipse/sequoyah/device/linuxtools/tools/cpuload/messages.properties
parent2d82a866435c9726dfb705bb6471f759246b6924 (diff)
downloadorg.eclipse.linuxtools-23389f35bded4da952d6f3e625561f4aaed4de6f.tar.gz
org.eclipse.linuxtools-23389f35bded4da952d6f3e625561f4aaed4de6f.tar.xz
org.eclipse.linuxtools-23389f35bded4da952d6f3e625561f4aaed4de6f.zip
Refactoring TmL to Sequoyah
Diffstat (limited to 'proctools/plugins/org.eclipse.sequoyah.device.linuxtools/bin/org/eclipse/sequoyah/device/linuxtools/tools/cpuload/messages.properties')
-rw-r--r--proctools/plugins/org.eclipse.sequoyah.device.linuxtools/bin/org/eclipse/sequoyah/device/linuxtools/tools/cpuload/messages.properties38
1 files changed, 38 insertions, 0 deletions
diff --git a/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/bin/org/eclipse/sequoyah/device/linuxtools/tools/cpuload/messages.properties b/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/bin/org/eclipse/sequoyah/device/linuxtools/tools/cpuload/messages.properties
new file mode 100644
index 0000000000..da06c3d3c9
--- /dev/null
+++ b/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/bin/org/eclipse/sequoyah/device/linuxtools/tools/cpuload/messages.properties
@@ -0,0 +1,38 @@
+################################################################################
+# Copyright (c) 2009 Motorola Inc.
+# 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
+#
+# Initial Contributors:
+# Otavio Ferranti (Motorola)
+#
+# Contributors:
+# {Name} (company) - description of contribution.
+################################################################################
+
+# NLS_MESSAGEFORMAT_VAR
+# NLS_ENCODING=UTF-8
+
+CpuLoadView_Col_Label_Cpu=Cpu
+CpuLoadView_Col_Label_User_Mode=User
+CpuLoadView_Col_Label_Nice=Nice
+CpuLoadView_Col_Label_System=System
+CpuLoadView_Col_Label_Idle=Idle
+CpuLoadView_Col_Label_Wait=Wait
+CpuLoadView_Col_label_HIrq=HW Irq
+CpuLoadView_Col_Label_SIrq=SW Irq
+
+CpuLoadView_Action_Run=Run
+CpuLoadView_Action_Pause=Pause
+CpuLoadView_Action_Options=Options
+CpuLoadView_Action_Disconnect=Disconnect
+CpuLoadView_Action_Connect=Connect
+
+CpuLoadProcessor_Msg_Executing_the_command=Executing the command:
+CpuLoadProcessor_Msg_Got_The_Result=Got the result:
+
+OptionsDialog_Window_Title=Options
+OptionsDialog_Window_Message=Some options may take effect only after reconnection
+OptionsDialog_Label_Refresh_Rate=Refresh delay:

Back to the top