Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Fantato2009-01-29 16:50:54 +0000
committerFabio Fantato2009-01-29 16:50:54 +0000
commit269db0c940e33c459e66926db3fcee4a4ea8e825 (patch)
tree0296ff530dffda5c3ce0f7924a5280c15c0c06c6 /proctools/plugins/org.eclipse.sequoyah.device.linuxtools/src/org/eclipse/sequoyah/linuxtools/tools/memorymap/Messages.properties
parentaf27d689e0acd26c560b5e2fe0fe829fe82165db (diff)
downloadorg.eclipse.linuxtools-269db0c940e33c459e66926db3fcee4a4ea8e825.tar.gz
org.eclipse.linuxtools-269db0c940e33c459e66926db3fcee4a4ea8e825.tar.xz
org.eclipse.linuxtools-269db0c940e33c459e66926db3fcee4a4ea8e825.zip
fixing build scripts
Diffstat (limited to 'proctools/plugins/org.eclipse.sequoyah.device.linuxtools/src/org/eclipse/sequoyah/linuxtools/tools/memorymap/Messages.properties')
-rw-r--r--proctools/plugins/org.eclipse.sequoyah.device.linuxtools/src/org/eclipse/sequoyah/linuxtools/tools/memorymap/Messages.properties27
1 files changed, 27 insertions, 0 deletions
diff --git a/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/src/org/eclipse/sequoyah/linuxtools/tools/memorymap/Messages.properties b/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/src/org/eclipse/sequoyah/linuxtools/tools/memorymap/Messages.properties
new file mode 100644
index 0000000000..26498c4b9b
--- /dev/null
+++ b/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/src/org/eclipse/sequoyah/linuxtools/tools/memorymap/Messages.properties
@@ -0,0 +1,27 @@
+################################################################################
+# 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
+
+MemoryMapView_Col_Label_Address_Start=Start
+MemoryMapView_Col_Label_Address_End=End
+MemoryMapView_Col_label_Region=Region name
+
+MemoryMapView_Action_Refresh=Refresh
+MemoryMapView_Action_Disconnect=Disconnect
+MemoryMapView_Action_Connect=Connect
+
+MemoryMapProcessor_Msg_Executing_The_Command=Executing the command:
+MemoryMapProcessor_Msg_Got_The_Result=Got the result:

Back to the top