mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +02:00
Applied patch from Tanya Wolff.
This commit is contained in:
parent
68c4c924e9
commit
8174ed6882
2 changed files with 33 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-03-09 Tanya Wolff
|
||||||
|
Added strings to properties file for views packages
|
||||||
|
* CDebugUIPluginResources.properties
|
||||||
|
|
||||||
2004-03-02 Tanya Wolff
|
2004-03-02 Tanya Wolff
|
||||||
Partial Fix for #51189, completing the externalizing of strings for this plugin.
|
Partial Fix for #51189, completing the externalizing of strings for this plugin.
|
||||||
Affected packages are:
|
Affected packages are:
|
||||||
|
|
|
@ -197,4 +197,32 @@ ui.sourcelookup.DefaultSourceLocator.Unable_to_restore_prompting_src_locator_pro
|
||||||
ui.sourcelookup.DefaultSourceLocator.Exception_initializing_src_locator=Exception occurred initializing source locator.
|
ui.sourcelookup.DefaultSourceLocator.Exception_initializing_src_locator=Exception occurred initializing source locator.
|
||||||
ui.sourcelookup.DefaultSourceLocator.Selection_needed=Selection needed
|
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.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.
|
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
|
Loading…
Add table
Reference in a new issue