1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-08 02:53:12 +02:00

Moved externalized strings to the right property file.

This commit is contained in:
Mikhail Khodjaiants 2004-06-02 20:25:29 +00:00
parent 390e03694a
commit 0dfb4354ac
3 changed files with 16 additions and 9 deletions

View file

@ -1,3 +1,10 @@
2004-06-02 Mikhail Khodjaiants
Moved externalized strings to the right property file.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/CdiResources.properties
* src/org/eclipse/cdt/debug/mi/core/MIPluginResources.properties
2004-0602 Alain Magloire
Overload getFullName() for registerObject

View file

@ -18,12 +18,3 @@ cdi.model.Target.Target_not_responding=Target is not responding
cdi.model.Target.Cannot_switch_to_thread=Can not switch to thread
cdi.model.Target.Inferior_already_running=Inferior is already running
cdi.model.MemoryBlock.Bad_Offset=Bad Offset
src.MISession.Process_Terminated=Process Terminated
src.MISession.Thread_Terminated={R,T}xThread terminated
src.MISession.Target_not_suspended=Target is not suspended
src.MISession.Session_terminated=Session terminated
src.MISession.Target_not_responding=Target is not responding (timed out)
src.CygwinGDBDebugger.Error_init_shared_lib_options=Error initializing shared library options:
src.MIInferior.target_is_suspended=target is suspended
src.MIInferior.No_session=No MI Session
src.MIInferior.Failed_to_interrupt=Failed to interrupt

View file

@ -5,3 +5,12 @@ src.GDBServerDebugger.GDBServer_attaching_unsupported=GDBServer does not support
src.GDBServerDebugger.GDBServer_corefiles_unsupported=GDBServer does not support core files
src.GDBDebugger.Error_initializing_shared_lib_options=Error initializing shared library options:
src.GDBDebugger.Error_creating_session=Error creating session:
src.MISession.Process_Terminated=Process Terminated
src.MISession.Thread_Terminated={R,T}xThread terminated
src.MISession.Target_not_suspended=Target is not suspended
src.MISession.Session_terminated=Session terminated
src.MISession.Target_not_responding=Target is not responding (timed out)
src.CygwinGDBDebugger.Error_init_shared_lib_options=Error initializing shared library options:
src.MIInferior.target_is_suspended=target is suspended
src.MIInferior.No_session=No MI Session
src.MIInferior.Failed_to_interrupt=Failed to interrupt