Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'proctools/plugins/org.eclipse.sequoyah.device.linuxtools/src/org/eclipse/sequoyah/linuxtools/tools/cpuload/Messages_pt.properties')
-rw-r--r--proctools/plugins/org.eclipse.sequoyah.device.linuxtools/src/org/eclipse/sequoyah/linuxtools/tools/cpuload/Messages_pt.properties38
1 files changed, 38 insertions, 0 deletions
diff --git a/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/src/org/eclipse/sequoyah/linuxtools/tools/cpuload/Messages_pt.properties b/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/src/org/eclipse/sequoyah/linuxtools/tools/cpuload/Messages_pt.properties
new file mode 100644
index 0000000000..f052c1b389
--- /dev/null
+++ b/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/src/org/eclipse/sequoyah/linuxtools/tools/cpuload/Messages_pt.properties
@@ -0,0 +1,38 @@
+################################################################################
+# Copyright (c) 2008 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:
+# Otávio 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=Usuário
+CpuLoadView_Col_Label_Nice=Nice
+CpuLoadView_Col_Label_System=Sistema
+CpuLoadView_Col_Label_Idle=Ocioso
+CpuLoadView_Col_Label_Wait=Espera
+CpuLoadView_Col_label_HIrq=Int HW
+CpuLoadView_Col_Label_SIrq=Int SW
+
+CpuLoadView_Action_Run=Executar
+CpuLoadView_Action_Pause=Pausar
+CpuLoadView_Action_Options=Opções
+CpuLoadView_Action_Disconnect=Desconectar
+CpuLoadView_Action_Connect=Conectar
+
+CpuLoadProcessor_Msg_Executing_the_command=Executando o comando:
+CpuLoadProcessor_Msg_Got_The_Result=Resultado obtido:
+
+OptionsDialog_Window_Title=Opções
+OptionsDialog_Window_Message=Algumas opções só terão efeito após reconectar
+OptionsDialog_Label_Refresh_Rate=Intervalo de atualização:

Back to the top