Merge SRC631: 10.05.01 - 09:07:39 (NoBranch)
This commit is contained in:
parent
d9dbb21e4d
commit
13e8fc5c61
1 changed files with 8 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: brkdlg.src,v $
|
||||
*
|
||||
* $Revision: 1.9 $
|
||||
* $Revision: 1.10 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2001-05-04 21:21:15 $
|
||||
* last change: $Author: rt $ $Date: 2001-05-10 07:08:31 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -116,6 +116,7 @@ ModalDialog RID_BASICIDE_BREAKPOINTDLG
|
|||
Text[ turkish ] = "Yeni";
|
||||
Text[ language_user1 ] = " ";
|
||||
Text[ catalan ] = "Nuevo";
|
||||
Text[ finnish ] = "Uusi";
|
||||
};
|
||||
PushButton RID_PB_DEL
|
||||
{
|
||||
|
@ -145,6 +146,7 @@ ModalDialog RID_BASICIDE_BREAKPOINTDLG
|
|||
Text[ turkish ] = "Sil";
|
||||
Text[ language_user1 ] = " ";
|
||||
Text[ catalan ] = "Eliminar";
|
||||
Text[ finnish ] = "Poista";
|
||||
};
|
||||
CheckBox RID_CHKB_ACTIVE
|
||||
{
|
||||
|
@ -173,6 +175,7 @@ ModalDialog RID_BASICIDE_BREAKPOINTDLG
|
|||
Text[ turkish ] = "Etkin";
|
||||
Text[ language_user1 ] = " ";
|
||||
Text[ catalan ] = "Activo";
|
||||
Text[ finnish ] = "Aktiivinen";
|
||||
};
|
||||
FixedText RID_FT_PASS
|
||||
{
|
||||
|
@ -200,6 +203,7 @@ ModalDialog RID_BASICIDE_BREAKPOINTDLG
|
|||
Text[ turkish ] = "Pass count:";
|
||||
Text[ language_user1 ] = " ";
|
||||
Text[ catalan ] = "Adaptación:";
|
||||
Text[ finnish ] = "Toistomäärä:";
|
||||
};
|
||||
FixedText RID_FT_BRKPOINTS
|
||||
{
|
||||
|
@ -227,6 +231,7 @@ ModalDialog RID_BASICIDE_BREAKPOINTDLG
|
|||
Text[ turkish ] = "Kesme noktalarý";
|
||||
Text[ language_user1 ] = " ";
|
||||
Text[ catalan ] = "Puntos de ruptura";
|
||||
Text[ finnish ] = "Keskeytyspisteet";
|
||||
};
|
||||
NumericField RID_FLD_PASS
|
||||
{
|
||||
|
@ -255,4 +260,5 @@ ModalDialog RID_BASICIDE_BREAKPOINTDLG
|
|||
Text[ turkish ] = "Kesme noktalarý";
|
||||
Text[ language_user1 ] = " ";
|
||||
Text[ catalan ] = "Puntos de ruptura";
|
||||
Text[ finnish ] = "Keskeytyspisteet";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue