Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] debug.ui.patch for strings in views


My second debug.ui patch clobbered the first patch for views, because the properties file was created for both.
So here's the updated properties file.
Thanks,
Tanya

Index: ChangeLog
===================================================================
retrieving revision 1.216
diff -u -r1.216 ChangeLog
--- ChangeLog	4 Mar 2004 19:23:14 -0000	1.216
+++ ChangeLog	9 Mar 2004 20:55:41 -0000
@@ -1,3 +1,7 @@
+2004-03-09 Tanya Wolff
+	Added strings to properties file for views packages
+	* CDebugUIPluginResources.properties
+
 2004-03-02 Tanya Wolff
 	Partial Fix for #51189, completing the externalizing of strings for this plugin.
 	Affected packages are:
Index: src/org/eclipse/cdt/debug/ui/CDebugUIPluginResources.properties
===================================================================
retrieving revision 1.1
diff -u -r1.1 CDebugUIPluginResources.properties
--- src/org/eclipse/cdt/debug/ui/CDebugUIPluginResources.properties	4 Mar 2004 19:23:14 -0000	1.1
+++ src/org/eclipse/cdt/debug/ui/CDebugUIPluginResources.properties	9 Mar 2004 20:55:52 -0000
@@ -197,4 +197,32 @@
 ui.sourcelookup.DefaultSourceLocator.Exception_initializing_src_locator=Exception occurred initializing source locator.
 ui.sourcelookup.DefaultSourceLocator.Selection_needed=Selection needed
 ui.sourcelookup.DefaultSourceLocator.Select_file_associated_with_stack_frame=Debugger has found multiple files with the same name.\nPlease select one associated with the selected stack frame.
-ui.sourcelookup.DefaultSourceLocator.Project_does_not_exist=Project "{0}" does not exist.
\ No newline at end of file
+ui.sourcelookup.DefaultSourceLocator.Project_does_not_exist=Project "{0}" does not exist.
+MemoryViewer.Memory=Memory 
+MemoryControlArea.Address=Address: 
+MemoryControlArea.Evaluate=Evaluate
+MemoryControlArea.Evaluate_Expression=Evaluate expression to address
+MemoryControlArea.Error_memoryBlock=Unable to get memory block.
+MemoryControlArea.Memory_view=Memory View 
+MemoryControlArea.Error_memoryRefresh=Unable to refresh memory.
+MemoryView.Cut=Cut
+MemoryView.Copy=Copy
+MemoryView.Paste=Paste
+MemoryView.Select_All=Select All
+MemoryView.Format=Format
+MemoryView.Memory_Unit_Size=Memory Unit Size         
+MemoryView.Number_of_Columns=Number Of Columns
+RegistersView.Auto_Refresh=Auto-Refresh
+RegistersView.Automatically_Refresh_Registers_View=Automatically Refresh Registers View
+RegistersView.Refresh_Registers_View=Refresh Registers View
+RegistersView.Refresh=Refresh
+SharedLibrariesView.Name=Name
+SharedLibrariesView.Start_Address=Start Address
+SharedLibrariesView.End_Address=End Address
+SharedLibrariesView.Refresh_Shared_Libraries_View=Refresh Shared Libraries View
+SignalsViewer.yes=yes
+SignalsViewer.no=no
+SignalsViewer.Name=Name
+SignalsViewer.Pass=Pass
+SignalsViewer.Suspend=Suspend
+SignalsViewer.Description=Description
\ No newline at end of file

Back to the top