Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: da06c3d3c9ef862f5f933a609a55f137f7fea62a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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