Kaydet (Commit) 5110df10 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS vcl07 (1.85.2.4.10); FILE MERGED

2003/03/26 11:29:01 tbe 1.85.2.4.10.1: #106204# Breakpoint dialog cannot be accessed via Keyboard
üst db2ce4e4
......@@ -2,9 +2,9 @@
*
* $RCSfile: basidesh.src,v $
*
* $Revision: 1.86 $
* $Revision: 1.87 $
*
* last change: $Author: hr $ $Date: 2003-03-18 16:17:05 $
* last change: $Author: vg $ $Date: 2003-04-11 17:38:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -1971,6 +1971,7 @@ ImageList RID_DEFAULTIMAGELIST_SC
SID_BASICSTEPOUT ;
SID_BASICSTOP ;
SID_BASICIDE_TOGGLEBRKPNT ;
SID_BASICIDE_MANAGEBRKPNTS ;
SID_BASICIDE_ADDWATCH ;
SID_BASICIDE_MODULEDLG ;
SID_BASICIDE_OBJCAT ;
......@@ -2025,6 +2026,7 @@ ImageList RID_DEFAULTIMAGELIST_LC
SID_BASICSTEPOUT ;
SID_BASICSTOP ;
SID_BASICIDE_TOGGLEBRKPNT ;
SID_BASICIDE_MANAGEBRKPNTS ;
SID_BASICIDE_ADDWATCH ;
SID_BASICIDE_MODULEDLG ;
SID_BASICIDE_OBJCAT ;
......@@ -2343,6 +2345,13 @@ ToolBox RID_BASICIDE_OBJECTBAR
Text[ thai ] = "จุดแบ่ง";
};
ToolBoxItem
{
Identifier = SID_BASICIDE_MANAGEBRKPNTS ;
Text = "Haltepunkte verwalten" ;
Text [ ENGLISH ] = "Manage Breakpoints" ;
Text [ english_us ] = "Manage Breakpoints" ;
};
ToolBoxItem
{
Identifier = SID_BASICIDE_ADDWATCH ;
Text = "Beobachter anzeigen" ;
......@@ -2710,8 +2719,8 @@ Menu RID_POPUP_BRKPROPS
};
Menu RID_POPUP_BRKDLG
{
Text = "Haltepunkte" ;
Text [ ENGLISH ] = "Breakpoints" ;
Text = "Haltepunkte verwalten" ;
Text [ ENGLISH ] = "Manage Breakpoints" ;
Text [ norwegian ] = "Breakpoints" ;
Text [ italian ] = "Punti di interruzione" ;
Text [ portuguese_brazilian ] = "Pontos de interrup??o" ;
......@@ -2722,15 +2731,15 @@ Menu RID_POPUP_BRKDLG
Text [ swedish ] = "Brytpunkter" ;
Text [ dutch ] = "Onderbrekingspunten" ;
Text [ spanish ] = "Puntos de ruptura" ;
Text [ english_us ] = "Breakpoints" ;
Text [ english_us ] = "Manage Breakpoints" ;
ItemList =
{
MenuItem
{
Identifier = RID_BRKDLG ;
HelpId = HID_BASICIDE_BRKDLG ;
Text = "Haltepunkte..." ;
Text [ ENGLISH ] = "Breakpoints..." ;
Text = "Haltepunkte verwalten..." ;
Text [ ENGLISH ] = "Manage Breakpoints..." ;
Text [ norwegian ] = "Breakpoints..." ;
Text [ italian ] = "Punti di interruzione..." ;
Text [ portuguese_brazilian ] = "Pontos de interrup??o..." ;
......@@ -2741,7 +2750,7 @@ Menu RID_POPUP_BRKDLG
Text [ swedish ] = "Brytpunkter..." ;
Text [ dutch ] = "Onderbrekingspunten..." ;
Text [ spanish ] = "Puntos de ruptura..." ;
Text [ english_us ] = "Breakpoints..." ;
Text [ english_us ] = "Manage Breakpoints..." ;
/* ### ACHTUNG: Neuer Text in Resource? Dialog fr die Haltepunkte : Dialog fr die Haltepunkte */
Text[ chinese_simplified ] = "中断点...";
Text[ russian ] = " ...";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment