Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha Chan2005-11-04 18:29:57 +0000
committerSamantha Chan2005-11-04 18:29:57 +0000
commit1551d6947ffeb60f3f035ec1d4ce0a9b993cd87f (patch)
tree59c4ed31f01ae3f603af73fa7826d4cfef6b3ea0 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
parent989a6933d06df63a72281616a2dd6f512cf8042f (diff)
downloadeclipse.platform.debug-1551d6947ffeb60f3f035ec1d4ce0a9b993cd87f.tar.gz
eclipse.platform.debug-1551d6947ffeb60f3f035ec1d4ce0a9b993cd87f.tar.xz
eclipse.platform.debug-1551d6947ffeb60f3f035ec1d4ce0a9b993cd87f.zip
Bug 90031- [Memory View] Adjust the Number of Columns in the Memory View
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties20
1 files changed, 18 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
index 0a8e0393f..07e1435dc 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
@@ -83,13 +83,23 @@ GoToAddressAction_Address_is_invalid = Address is invalid
GoToAddressAction_tooltip = Go to Address...
FormatColumnAction_unit = unit
FormatColumnAction_units = units
+FormatTableRenderingAction_0=Format...
+FormatTableRenderingAction_1=Please specify column and row size.
+FormatTableRenderingAction_2=Row Size:
+FormatTableRenderingAction_3=unit(s) per row
+FormatTableRenderingAction_4=Column Size:
+FormatTableRenderingAction_5=unit(s) per column
+FormatTableRenderingAction_6=Use Defaults
+FormatTableRenderingAction_7=Preview:
+FormatTableRenderingAction_8=Save as default format
+FormatTableRenderingAction_9=Preview is not available.
SetColumnSizeDefaultAction_Set_as_default = Set as Default
CopyViewToClipboardAction_title = Copy To Clipboard
CopyViewToClipboardAction_tooltip = Copy To Clipboard
PrintViewTabAction_title = Print
PrintViewTabAction_tooltip = Print
PrintViewTabAction_jobtitle = Memory for
-ReformatAction_title = Reformat
+ReformatAction_title = Resize to Fit
SetDefaultColumnSizePrefAction_DefaultColumnSize = &Default Column Size...
SetDefaultColumnSizePrefAction_SetDefaultColumnSize = Set Default Column Size
@@ -202,11 +212,17 @@ TableRenderingPropertiesPage_26=Units Per Line:
TableRenderingContentProvider_0=Unable to load memory from the specified address: 0x
TableRenderingContentProvider_1=Buffer start and end address are invalid.
TableRenderingContentProvider_2=Buffer start and end address are invalid.
-TableRenderingPreferencePage_0=&Column Size:
+TableRenderingPreferencePage_0=Default &Column Size:
TableRenderingPreferencePage_1=Automatically load next page of memory when scrolled to end of buffer
TableRenderingPreferencePage_2=Number of Lines per Page:
TableRenderingPreferencePage_3=Page size cannot be less than 1.
TableRenderingPreferencePage_4=Page size is invalid.
+TableRenderingPreferencePage_5=Default &Row Size:
+TableRenderingPreferencePage_6=Row size cannot be larger than column size.
TableRenderingPrefAction_0=Table Renderings
SwitchMemoryBlockAction_0=Unknown
SwitchMemoryBlockAction_3=Unknown
+FormatTableRenderingAction_11=Format specified is invalid.
+FormatTableRenderingAction_13=Column size cannot be larger than the row size.
+FormatTableRenderingAction_15=<Address>
+FormatTableRenderingAction_16=&Format...

Back to the top